@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

@import url("fontawesome-all.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery.touchspin.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-size: 14px;
  color: #787878;
  line-height: 1.6em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Hind", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e03f42;
}

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

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

textarea {
  overflow: hidden;
}

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

p,
.text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
  margin: 0;
}

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

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

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

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

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #e03f42;
}

.btn-style-one:hover {
  background-color: #001e57;
  color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #808080;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  background-color: #ffffff;
  letter-spacing: 0.02em;
}

.btn-style-two:hover {
  background-color: #191e34;
  color: #ffffff;
}

/*=== Social Icon One ===*/
.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

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

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

/*=== List Style One ===*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f186";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding: 0px;
  color: #e03f42;
  font-weight: 600;
  font-family: "Flaticon";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.theme_color {
  color: #e03f42;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.tabs-box {
  position: relative;
}

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

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

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

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*** 

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

***/

.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99999;
}

.main-header .header-top {
  position: relative;
  background-color: #191e34;
}

/* Top Left*/

.main-header .header-top .top-left {
  position: relative;
  float: left;
}

.main-header .header-top .social-links {
  position: relative;
  float: left;
  padding: 15px 0;
}

.main-header .header-top .social-links li {
  position: relative;
  float: left;
  margin-right: 25px;
}

.main-header .header-top .social-links li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top .social-links li a:hover {
  color: #e03f42;
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
}

.main-header .header-top .search-box-outer {
  position: relative;
  float: left;
  padding: 10px 0;
}

.main-header .header-top .search-box-btn {
  line-height: 27px;
  color: #8c8f9a;
  font-size: 18px;
}

.main-header .header-top .search-box-outer .dropdown-menu {
  top: 48px !important;
}

.main-header .header-top .cart-btn {
  position: relative;
  float: left;
  margin-left: 30px;
  padding: 10px 0;
}

.main-header .header-top .cart-btn a {
  position: relative;
  font-size: 17px;
  color: #8c8f9a;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px;
  border-left: 1px dashed #474b5d;
}

.main-header .header-top .info-list {
  position: relative;
  float: right;
  padding: 10px 0;
}

.main-header .header-top .info-list li {
  position: relative;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px dashed #474b5d;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.main-header .header-top .info-list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
  color: #e03f42;
}

.main-header .header-top .info-list li i {
  margin-right: 7px;
  color: #e03f42;
  font-size: 18px;
  float: left;
  line-height: 26px;
}

/*=== Header Upper ===*/

.main-header .header-upper {
  position: relative;
}

.main-header .header-upper .logo-outer {
  position: relative;
  float: left;
}

.main-header .header-upper .logo {
  position: relative;
  padding: 40px 0;
}

.main-header .header-upper .logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.main-header .info-outer {
  position: relative;
  float: right;
  padding-top: 40px;
}

.main-header .info-outer .info-box {
  position: relative;
  float: left;
  margin-left: 85px;
  padding-left: 55px;
  margin-bottom: 30px;
}

.main-header .info-outer .info-box .icon {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 40px;
  color: #cccccc;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .info-outer .info-box:hover .icon {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  left: 50%;
  opacity: 0.1;
}

.main-header .info-outer .info-box:first-child {
  margin-left: 0;
}

.main-header .info-outer .info-box:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 56px;
  border-left: 2px dashed #cccccc;
}

.main-header .info-outer .info-box:first-child:before {
  display: none;
}

.main-header .info-outer .info-box strong {
  font-size: 17px;
  line-height: 30px;
  color: #191e34;
  font-kerning: 700;
}

.main-header .info-outer .info-box .info {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #777777;
}

.main-header .info-outer .info-box a {
  color: #777777;
}

.main-header .info-outer .info-box a:hover {
  text-decoration: underline;
  color: #e03f42;
}

/*=== Header Lower ===*/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #e03f42;
  margin: 7px 0px 2px;
  display: none;
}

.main-header .header-lower {
  position: relative;
}

.main-header .header-lower .nav-outer {
  position: relative;
  background: #191e34;
  padding-left: 40px;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:before {
  position: absolute;
  right: 0;
  top: 30px;
  height: 20px;
  width: 1px;
  background-color: #505362;
  content: "";
}

.main-menu .navigation > li:last-child:before {
  display: none;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  color: #ffffff;
  padding: 0px;
  text-transform: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
  font-family: "Flaticon";
  content: "\f11e";
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  line-height: 24px;
  font-size: 8px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  z-index: 100;
  display: none;
  padding: 0px 0px;
  background-color: #262626;
  opacity: 0;
  border-top: 3px solid #e03f42;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 11px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #e03f42;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 240px;
  z-index: 100;
  display: none;
  background-color: #262626;
  opacity: 0;
  border-top: 3px solid #e03f42;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 11px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #ffffff;
  background-color: #e03f42;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  float: right;
}

.main-header .outer-box .btn-box {
  position: relative;
  float: right;
  margin-left: 30px;
}

.main-header .outer-box .btn-box .theme-btn {
  padding: 24px 40px;
  text-transform: capitalize;
  float: right;
}

.main-header .outer-box .btn-box .theme-btn i {
  margin-left: 10px;
}

/*=== Cart Btn ===*/
.main-header .outer-box .cart-btn {
  position: relative;
  padding: 25px 0 22px;
  float: left;
  margin-left: 30px;
}

.main-header .outer-box .cart-btn a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

/*search box btn*/

.main-header .search-box-outer {
  position: relative;
  float: left;
  padding: 25px 0px 22px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .search-box-btn {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  background: none;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
  color: #e03f42;
}

.dropdown-toggle::after {
  display: none;
}

.main-header .search-box-outer .dropdown-menu {
  top: 52px !important;
  left: auto !important;
  right: 0;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-top: 3px solid #e03f42;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #25262c;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

/*** 

====================================================================
			Header Style Two
====================================================================

***/

.header-style-two .header-upper .logo {
  padding: 15px 0;
}

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

.header-style-two .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul {
  border-top-width: 0;
}

.sticky-header .main-menu .navigation > li > ul,
.sticky-header .main-menu .navigation > li > ul {
  border-top-width: 3px;
}

.header-style-two .main-menu .navigation > li {
  margin-right: 0;
  padding: 30px 15px;
}

.header-style-two .main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: #e03f42;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

.header-style-two .main-menu .navigation > li:last-child:before {
  display: block;
}

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

.header-style-two .main-menu .navigation > li > a {
  font-size: 16px;
  color: #808080;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a {
  color: #e03f42;
}

.header-style-two .outer-box .btn-box {
  position: relative;
  padding: 30px 0;
}

.header-style-two .outer-box .btn-box .theme-btn {
  padding: 15px 30px;
}

.header-style-two .outer-box .btn-box .theme-btn i {
  margin-left: 10px;
  line-height: 28px;
}

/*** 

====================================================================
			Header Style Three
====================================================================

***/

.header-style-three {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(25, 30, 52, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
}

.header-style-three .header-upper .logo {
  padding: 30px 0;
  transition: all 300ms ease;
}

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

.header-style-three .main-menu .navigation > li {
  padding: 45px 0px;
  margin-right: 30px;
}

.header-style-three .main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: #e03f42;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

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

.header-style-three .main-menu .navigation > li > a {
  font-size: 17px;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a {
  color: #e03f42;
}

.header-style-three .outer-box .btn-box {
  padding: 30px 0;
  transition: all 300ms ease;
}

.header-style-three .outer-box .btn-box .theme-btn {
  padding: 14px 30px;
}

.fixed-header.header-style-three .header-top {
  transition: all 500ms ease;
  overflow: hidden;
}

.header-style-three.fixed-header {
  background-color: rgba(25, 30, 52, 1);
}

.header-style-three.fixed-header .outer-box .btn-box,
.header-style-three.fixed-header .header-upper .logo {
  padding: 10px 0;
}

.header-style-three.fixed-header .main-menu .navigation > li {
  padding: 25px 0;
}

.header-style-three.fixed-header .header-top {
  height: 0;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .main-menu .navigation > li {
  margin-left: 32px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 26px 0px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  opacity: 1;
  color: #e03f42;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.mobile-menu .close-btn {
  position: fixed;
  left: 0;
  left: 295px;
  top: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

/*** 

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

***/

.page-title {
  position: relative;
  padding: 190px 0 175px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #191e34;
  opacity: 0.7;
  position: absolute;
}

.page-title .inner-container {
  position: relative;
}

.page-title .title-box {
  position: relative;
  float: left;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-title .title {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}

.page-title .bread-crumb {
  position: relative;
  float: right;
  padding-top: 75px;
}

.page-title .bread-crumb li {
  position: relative;
  float: left;
  font-size: 17px;
  line-height: 30px;
  color: #e03f42;
  font-weight: 500;
  text-transform: capitalize;
  cursor: default;
  padding-right: 13px;
  margin-right: 13px;
}

.page-title .bread-crumb li:before {
  position: absolute;
  top: -1px;
  right: -5px;
  font-size: 8px;
  line-height: 30px;
  color: #ffffff;
  content: "\f13f";
  font-weight: 700;
  font-family: "Flaticon";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
  color: #e03f42;
}

/*** 

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

***/

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

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #e03f42;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 10px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #0047ab;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.main-slider h2 {
  position: relative;
  display: block;
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1em;
}

.main-slider .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.main-slider .link-box {
  position: relative;
}

.main-slider .link-box a {
  position: relative;
  padding: 15px 35px;
  letter-spacing: 1px;
}

.main-slider.style-two {
  top: 0;
  margin-bottom: 0px;
}

.main-slider.style-two h2 {
  font-weight: 600;
  text-align: center;
  font-size: 44px;
}

.main-slider .tp-bullets {
  opacity: 1 !important;
  display: block !important;
  text-align: center;
  width: auto !important;
}

.main-slider .hermes .tp-bullet {
  position: relative !important;
  display: inline-block !important;
  left: 0 !important;
  margin: 0px 3px;
}

/*** 

====================================================================
		Links Bar
====================================================================

***/

.links-bar {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  counter-reset: count;
}

.links-bar .services-links {
  position: relative;
  display: block;
}

.links-bar .services-links li {
  position: relative;
  float: left;
  width: 25%;
  font-size: 20px;
  line-height: 30px;
  color: #808080;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
}

.links-bar .services-links li:last-child {
  border-right: 1px solid #e5e5e5;
}

.links-bar .services-links li a {
  color: #808080;
  display: block;
  padding: 30px 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.links-bar .services-links li a:before {
  position: relative;
  display: inline-block;
  counter-increment: count;
  content: "0" counter(count);
  margin-right: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.links-bar .services-links li a:hover:before {
  color: #e03f42;
}

.links-bar .services-links li a:hover {
  color: #ffffff;
  background-color: #191e34;
  border-color: #191e34;
}

/*** 

====================================================================
		Feature Bar
====================================================================

***/

.features-bar {
  position: relative;
  z-index: 4;
}

.features-bar .auto-container {
  position: relative;
}

.features-bar .outer-box {
  position: relative;
  margin-bottom: -90px;
  margin-top: -90px;
  background-color: #ffffff;
  padding: 65px 0 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.features-bar .feature-box {
  margin-bottom: 50px;
  position: relative;
}

.features-bar .feature-box .inner {
  position: relative;
  padding-left: 130px;
  min-height: 50px;
}

.features-bar .feature-box .icon {
  position: absolute;
  left: 70px;
  top: 0;
  text-align: center;
  font-size: 48px;
  line-height: 50px;
  color: #e03f42;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.features-bar .feature-box .inner:hover .icon-box span {
  background-color: #e03f42;
  border-color: #e03f42;
  color: #ffffff;
}

.features-bar .feature-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  padding: 10px 0;
}

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

.features-bar .feature-box h3 a:hover {
  color: #e03f42;
}

/*** 

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

***/

.about-section {
  position: relative;
  padding: 60px 0 20px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}

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

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

.about-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

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

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image: url(../images/icons/circle-1.png);
  content: "";
}

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

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #ffffff;
}

/*=== About Section Style Two ===*/
/* .about-section.style-two:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33.5%;
  background-color: #f2f3f5;
  content: "";
} */

.about-section.style-two:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-4.png);
  z-index: -1;
  content: "";
}

.about-section.style-two .image-column .inner-column {
  padding-bottom: 0px;
  padding-left: 30px;
  /* padding-right: 70px; */
}

.about-section.style-two .image-column .inner-column:before {
  display: none;
}

.about-section.style-two .image-column .image-2 {
  left: auto;
  right: 0;
}

.about-section.style-two .image-column .video-link {
  top: auto;
  bottom: 55px;
  left: 180px;
}

.about-section.style-two .content-column .inner-column {
  padding-left: 0;
  padding-right: 30px;
}

.about-section.style-two.alternate {
  padding-top: 0;
  padding-bottom: 70px;
}

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

.about-section.style-two.alternate .image-column .inner-column {
  padding: 0;
  padding-left: 30px;
}

.about-section.style-two.alternate .image-column .text-layer {
  color: #f2f3f5;
  margin-top: 0;
  right: -140px;
}

/*=== About Section Style Three ===*/

.about-section.style-three {
  padding-top: 220px;
}

.about-section.style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #f2f3f5;
  content: "";
}

.about-section.style-three:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-7.png);
  content: "";
  z-index: 0;
}

.about-section.style-three .row {
  position: relative;
  z-index: 1;
}

.about-section.style-three .content-column .inner-column {
  padding-left: 0;
  padding-right: 40px;
}

.about-section.style-three .image-column {
  margin-bottom: 50px;
}

.about-section.style-three .image-column .inner-column {
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 0;
}

.about-section.style-three .image-column .text-layer {
  font-size: 326px;
  color: #f2f3f5;
  font-weight: 500;
  top: 380px;
  right: -140px;
}

.about-section.style-three .image-column .inner-column:before {
  display: none;
}

/*=== About Section Style Four ===*/

.about-section.style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f2f3f5;
  content: "";
}

.about-section.style-four:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-8.png);
  content: "";
  z-index: 0;
}

.about-section.style-four .row {
  position: relative;
  z-index: 1;
}

.about-section.style-four .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section.style-four .image-column .inner-column {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.about-section.style-four .image-column .text-layer {
  font-size: 326px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  top: 280px;
  right: 0px;
}

.about-section.style-four .image-column .inner-column:before {
  display: none;
}

.skill-block {
  position: relative;
  margin-bottom: 30px;
}

.skill-block .inner-box {
  position: relative;
  text-align: center;
  min-height: 130px;
}

.skill-block .graph-outer {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.skill-block .graph-outer .count-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 34px;
  color: #e03f42;
  font-weight: 500;
  line-height: 40px;
  margin-top: -20px;
}

.skill-block h3 {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  padding: 0 15px;
}

/*** 

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

***/

.services-section {
  position: relative;
  padding: 0 0 120px;
  background-color: #f2f3f5;
}

.services-section.alternate {
  padding-top: 120px;
}

.services-section.alternate:before {
  height: 560px;
}

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

.services-section:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: url(../images/icons/dotted-map.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  z-index: 0;
}

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

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

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

.service-block .image-box .image {
  position: relative;
  background-color: #e03f42;
  overflow: hidden;
}

.service-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.service-block .lower-content {
  position: relative;
  background-color: #ffffff;
  padding: 38px 35px 35px;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
}

.service-block .lower-content .icon {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #222222;
  margin-bottom: 20px;
}

.service-block .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

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

.service-block .lower-content h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

.service-block .lower-content:hover h3:after {
  background-color: #e03f42;
}

.service-block .lower-content h3 a:hover {
  color: #e03f42;
}

.service-block .lower-content .text {
  position: relative;
  margin-bottom: 15px;
}

.service-block .lower-content .link-box {
  position: relative;
}

.service-block .lower-content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .lower-content .link-box a:hover {
  color: #e03f42;
  text-decoration: underline;
}

.services-section .btn-box {
  position: relative;
  display: block;
  z-index: 9;
}

.services-section .btn-box a {
  padding: 15px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.services-section.style-two {
  position: relative;
  padding: 120px 0 90px;
}

.services-section.style-two .service-block {
  margin-bottom: 30px;
}

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

/*** 

====================================================================
		Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 115px 0 40px;
}

.services-section-two:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 592px;
  width: 596px;
  background-image: url(../images/icons/circle-6.png);
  z-index: -1;
  content: "";
}

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

.service-block-two {
  position: relative;
  padding: 0px 10px;
}

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

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

.service-block-two .image {
  position: relative;
  margin-bottom: 0;
  background-color: #e03f42;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.service-block-two .inner-box:hover .image {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-block-two .lower-content {
  position: relative;
  padding: 25px 0 0;
}

.service-block-two .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

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

.service-block-two .lower-content h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

.service-block-two .lower-content h3 a:hover {
  color: #e03f42;
}

.service-block-two .lower-content .text {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
}

.service-block-two .lower-content .link-box {
  position: relative;
}

.service-block-two .lower-content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.services-section-two {
  position: relative;
}

.services-section-two .services-carousel {
  position: relative;
}

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

.services-section-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.services-section-two .owl-dot {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fdd6bc;
  margin: 0 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-section-two .owl-dot.active,
.services-section-two .owl-dot:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #e03f42;
  border-color: #e03f42;
}

/*** 

====================================================================
		Services Section Three
====================================================================

***/

.services-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-color: #f5f6f7;
}

.services-section-three:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/dotted-map-3.png);
  background-repeat: no-repeat;
  background-position: center right;
  content: "";
}

.services-section-three:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-4.png);
  content: "";
}

.services-section-three .row {
  position: relative;
  z-index: 3;
}

.services-section-three .text-column {
  position: relative;
  margin-bottom: 50px;
}

.services-section-three .text-column .inner-column {
  position: relative;
  padding-right: 65px;
}

.services-section-three .text-column .sec-title {
  margin-bottom: 35px;
}

.services-section-three .text-column .sec-title .text {
  margin-top: 45px;
}

.services-section-three .text-column .btn-box a {
  padding: 15px 35px;
  line-height: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-block-three {
  position: relative;
  margin-bottom: 30px;
}

.service-block-three .inner-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 70px 40px 65px;
  background-color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box:hover:before {
  opacity: 0.7;
  background-color: #000000;
}

.service-block-three .icon {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1em;
  color: #e03f42;
  margin-bottom: 20px;
}

.service-block-three h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 23px;
}

.service-block-three h3:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
  margin: 0 auto;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.service-block-three .inner-box:hover h3:before {
  background-color: #ffffff;
  opacity: 0.4;
}

.service-block-three .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box:hover .text {
  color: #ffffff;
  opacity: 0.8;
}

.service-block-three .link-box {
  position: relative;
  display: block;
}

.service-block-three .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box:hover .link-box a {
  color: #e03f42;
}

.service-block-three .inner-box .link-box a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
		Services Section Four
====================================================================

***/

.services-section-four {
  position: relative;
  padding: 120px 0 70px;
}

.services-section-four:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 592px;
  width: 596px;
  background-image: url(../images/icons/circle-6.png);
  z-index: -1;
  content: "";
}

.services-section-four .sec-title {
  margin-bottom: 45px;
}

.services-section-four .text-column {
  position: relative;
  margin-bottom: 50px;
}

.services-section-four .text-column .inner-column {
  position: relative;
  padding-right: 70px;
}

.services-section-four .text-column .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 30px;
}

.services-tab {
  position: relative;
}

.services-tab .tab-buttons {
  position: relative;
}

.services-tab .tab-buttons li {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 28px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-tab .tab-buttons li:before {
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e03f42;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-tab .tab-buttons li.active-btn:before {
  opacity: 1;
  visibility: visible;
}

.services-tab .tab-buttons li:hover {
  color: #e03f42;
}

.services-tab .tab-buttons li.active-btn {
  padding-left: 20px;
  color: #e03f42;
}

.services-section-four .text-column .btn-box {
  position: relative;
}

.services-section-four .text-column .btn-box a {
  position: relative;
  margin-top: 15px;
  padding: 17px 40px 13px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.services-section-four .service-column {
  position: relative;
}

.services-section-four .service-column .inner-column {
  position: relative;
}

.services-section-four .service-column .image-box {
  position: relative;
  text-align: right;
}

.services-section-four .service-column .image {
  position: relative;
  margin-bottom: 0;
}

.services-section-four .service-column .image img {
  max-width: 100%;
  height: auto;
}

.services-section-four .service-block-four {
  position: absolute;
  left: 70px;
  bottom: 0;
  margin-bottom: 0;
  max-width: 370px;
  transition: all 700ms ease;
}

.services-section-four .active-tab .service-block-four {
  left: 0;
}

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

.service-block-four .inner-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 40px 65px;
  background-color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .icon {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1em;
  color: #e03f42;
  margin-bottom: 20px;
}

.service-block-four h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 23px;
}

.service-block-four h3:before {
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
  bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four h3:hover:before {
  background-color: #e03f42;
}

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

.service-block-four h3 a:hover {
  color: #e03f42;
}

.service-block-four .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .link-box {
  position: relative;
  display: block;
}

.service-block-four .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .link-box a:hover {
  color: #e03f42;
  text-decoration: underline;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section {
  position: relative;
}

.features-section:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33.5%;
  background-color: #f2f3f5;
  content: "";
  z-index: -1;
}

.features-section .outer-box {
  margin-top: -130px;
  z-index: 2;
}

.feature-block-two {
  position: relative;
  z-index: 2;
}

.feature-block-two .inner-box {
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-block-two .upper-box {
  position: relative;
  padding: 35px 40px;
  background-color: #f2f3f5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .upper-box {
  background-color: #191e34;
}

.feature-block-two .icon-box {
  display: block;
}

.feature-block-two .upper-box .icon {
  position: relative;
  display: block;
  font-size: 58px;
  line-height: 60px;
  color: #e03f42;
  height: 60px;
  font-weight: 400;
}

.feature-block-two .lower-content {
  position: relative;
  padding: 40px 40px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .lower-content {
  background-color: #1f2540;
}

.feature-block-two .lower-content h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.3em;
  color: #222222;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 33px;
}

.feature-block-two .lower-content h4 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .lower-content h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #797c8c;
  content: "";
}

.feature-block-two .inner-box:hover .lower-content h4 a {
  color: #ffffff;
}

.feature-block-two .lower-content .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .lower-content .text {
  color: rgba(255, 255, 255, 0.5);
}

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

.feature-block-two .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.3em;
  color: #222222;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.feature-block-two:hover .lower-content h4:before {
  background-color: #e03f42;
}

.feature-block-two .link-box a:hover {
  text-decoration: underline;
}

.features-section.style-two {
  position: relative;
  padding: 120px 0;
}

.features-section.style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 360px;
  width: 100%;
  background-color: #f2f3f5;
  content: "";
}

.features-section.style-two .outer-box {
  margin: 0;
}

.features-section.style-two .upper-box {
  background-color: #ffffff;
}

.features-section.style-two .upper-box:before {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  margin: 0 auto;
  content: "";
  border-bottom: 2px dashed #e9e9e9;
  transition: all 300ms ease;
}

.features-section.style-two .inner-box:hover .upper-box:before {
  border-bottom: 2px dashed #414556;
}

.features-section.style-two .inner-box:hover .lower-content,
.features-section.style-two .inner-box:hover .upper-box {
  background-color: #191e34;
}

/*** 

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

***/

.fun-fact-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0 30px;
}

.fun-fact-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  content: "";
}

.counter-column {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.counter-column .count-box {
  position: relative;
}

.counter-column .icon-box {
  position: relative;
  display: block;
}

.counter-column .icon-box .icon {
  display: inline-block;
  font-size: 46px;
  line-height: 50px;
  color: #e03f42;
  font-weight: 400;
}

.fun-fact-section .count-box {
  position: relative;
  font-size: 55px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.fun-fact-section .count-box .count-text {
  position: relative;
  display: block;
  font-size: 55px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fun-fact-section .counter-title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

/*** 

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

***/

.fun-fact-section-two {
  position: relative;
  padding: 120px 0 70px;
}

.fun-fact-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/dotted-map-4.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.fun-fact-section-two .sec-title {
  margin-bottom: 100px;
}

.fun-fact-section-two .counter-column {
  position: relative;
  margin-bottom: 50px;
}

.fun-fact-section-two .counter-column .inner {
  position: relative;
  padding-left: 80px;
  text-align: left;
}

.fun-fact-section-two .counter-column .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-section-two .counter-column .icon-box .icon {
  font-size: 52px;
}

.fun-fact-section-two .counter-column .count-box {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #161c42;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}

.fun-fact-section-two .counter-column .count-box .count-text {
  position: relative;
  font-size: 50px;
  line-height: 1em;
  color: #161c42;
  font-weight: 600;
}

.fun-fact-section-two .counter-column .counter-title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #161c42;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
			Funfacts And Clients
====================================================================

***/

.fun-facts-and-clients {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 0;
}

.fun-facts-and-clients:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #191e34;
  content: "";
  opacity: 0.3;
}

.fun-facts-and-clients:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 140px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.fun-facts-and-clients .row {
  position: relative;
}

.fun-facts-and-clients .funfact-column {
  position: relative;
  z-index: 3;
}

.fun-facts-and-clients .funfact-column .inner-column {
  position: relative;
  padding-right: 20px;
}

.fun-facts-and-clients .content-box {
  position: relative;
  background-color: #ffffff;
  padding: 45px 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.fun-facts-and-clients .content-box .sec-title {
  margin-bottom: 25px;
}

.fun-facts-and-clients .content-box .sec-title h2 {
  font-size: 30px;
  line-height: 1.3em;
}

.fun-facts-and-clients .content-box .text {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  margin-bottom: 40px;
}

.fun-facts-and-clients .content-box .bottom-box {
  position: relative;
  border-top: 2px dashed #dfdfdf;
  padding-top: 30px;
}

.fun-facts-and-clients .counter-column {
  position: relative;
  margin-bottom: 0;
  z-index: 9;
}

.fun-facts-and-clients .counter-column .inner {
  position: relative;
  padding-left: 70px;
  text-align: left;
  border-right: 2px dashed #dfdfdf;
}

.fun-facts-and-clients .counter-column:last-child .inner {
  border-right: 0;
}

.fun-facts-and-clients .counter-column .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}

.fun-facts-and-clients .counter-column .count-box {
  position: relative;
  font-size: 34px;
  line-height: 1em;
  color: #e03f42;
  font-weight: 500;
}

.fun-facts-and-clients .counter-column .counter-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
}

.fun-facts-and-clients .clients-column {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fun-facts-and-clients .sponsors-outer {
  position: relative;
  padding: 45px 0;
}

.fun-facts-and-clients .slide-item {
  position: relative;
}

.fun-facts-and-clients .sponsors-carousel .image {
  position: relative;
  margin: 0;
  text-align: center;
}

.fun-facts-and-clients .sponsors-carousel img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fun-facts-and-clients .sponsors-carousel .image:hover img {
  opacity: 0.7;
}

.fun-facts-and-clients .sponsors-carousel .owl-dots,
.fun-facts-and-clients .sponsors-carousel .owl-nav {
  display: none;
}

/*** 

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

***/

.clients-section {
  position: relative;
  padding: 40px 0px;
  background: #e03f42;
}

.clients-section .slide-item {
  text-align: center;
}

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

.clients-section .slide-item img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .slide-item a:hover img {
  opacity: 1;
}

/*** 

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

***/

.video-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 210px 0;
}

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

.video-section .content-column .inner-column {
  position: relative;
  padding-left: 100px;
}

.video-section .content-column h3 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.video-section .content-column .link-box {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.video-section .content-column .link-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ffffff padding-box content-box;
  content: "";
  padding: 5px 0;
}

.video-section .content-column .link-box a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #fefefe;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .content-column .link-box a:hover {
  color: #e03f42;
}

.video-section .video-link {
  position: relative;
  text-align: center;
  padding-top: 70px;
}

.video-section .video-link .link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 94px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-link .link:hover {
  background-color: #e03f42;
  border-color: #e03f42;
  color: #ffffff;
}

/*** 

====================================================================
		Project Section
====================================================================

***/

.project-section {
  position: relative;
  padding: 120px 0 90px;
}

.project-section:before {
  position: absolute;
  left: 0;
  top: 200px;
  height: 690px;
  width: 535px;
  background-image: url(../images/icons/circle-2.png);
  content: "";
}

.project-section .column {
  position: relative;
}

.project-section .sec-title {
  position: relative;
  margin-bottom: 60px;
}

.project-block {
  position: relative;
  margin-bottom: 30px;
}

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

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

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

.project-block .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
}

.project-block .overlay-box .inner {
  position: relative;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.project-block .image-box:hover .overlay-box .inner {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.project-block .overlay-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.project-block .overlay-box h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

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

.project-block .overlay-box h3 a:hover {
  color: #e03f42;
}

.project-block .overlay-box .text {
  position: relative;
  margin-bottom: 20px;
}

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

.project-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em;
  color: #e03f42;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.project-link-box {
  position: relative;
  margin-bottom: 30px;
}

.project-link-box .inner {
  position: relative;
  padding: 120px 15px;
  text-align: center;
  background-color: #191e34;
}

.project-link-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-link-box a i {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 2px;
  font-weight: 600;
}

.project-link-box a:hover {
  color: #e03f42;
}

/*** 

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

***/

.project-section-two {
  position: relative;
  background-color: #f2f3f5;
  padding: 120px 0 0;
  overflow: hidden;
}

.project-section-two .projects-outer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.project-section-two .projects-outer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1f26;
  content: "";
  opacity: 0.4;
}

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

.project-block-two .inner-box {
  position: relative;
  padding: 0 50px;
  padding-top: 530px;
  padding-bottom: 60px;
}

.project-block-two .inner-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1500px;
  border-right: 1px solid rgba(225, 227, 226, 0.3);
}

.project-block-two:last-child .inner-box:before {
  display: none;
}

.project-block-two .count {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.3;
  margin-bottom: 45px;
}

.project-block-two h5 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.project-block-two h5:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.project-block-two h5 a {
  color: #ffffff;
  display: inline-block;
  transition: all 300ms ease;
}

.project-block-two .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  margin-bottom: 20px;
}

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

.project-block-two .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 28px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-two .btn-box a:hover {
  color: #e03f42;
  background-color: #ffffff;
}

.project-block-two .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #e03f42;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block-two .overlay-box .inner {
  position: absolute;
  left: 0;
  bottom: 20%;
  padding: 60px 55px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-block-two .inner-box:hover .overlay-box,
.project-block-two.active .inner-box .overlay-box {
  opacity: 1;
}

.project-block-two .inner-box:hover .overlay-box .inner,
.project-block-two.active .inner-box .overlay-box .inner {
  bottom: 0;
}

.project-section-two.style-two {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 465px;
}

.project-section-two.style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.6;
}

.project-section-two.style-two .projects-outer:before {
  display: none;
}

.project-section-two.style-two .project-block-two .inner-box {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 70px;
  padding-bottom: 30px;
}

.project-section-two.style-two .project-block-two .count {
  opacity: 0.7;
}

.project-section-two.style-two .project-block-two .overlay-box .inner {
  background-color: #e03f42;
}

/*** 

====================================================================
		Project Page Section
====================================================================

***/

.projects-page-section {
  position: relative;
  padding: 120px 0 90px;
}

/*=== Mixitup Gallery ===*/

.projects-page-section .filters {
  margin-bottom: 45px;
  text-align: center;
}

.projects-page-section .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.projects-page-section .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 0px;
  cursor: pointer;
  color: #222222;
  font-weight: 500;
  font-size: 20px;
  margin: 0 12px 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.projects-page-section .filters li:last-child {
  margin-right: 0;
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover {
  color: #e03f42;
}

.mixitup-gallery .project-block-four {
  display: none;
}

.project-block-four {
  position: relative;
  margin-bottom: 30px;
}

.project-block-four .inner-box {
  position: relative;
  overflow: hidden;
}

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

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

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

.project-block-four .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(25, 30, 52, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-four .inner-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.project-block-four .overlay-box .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-block-four .overlay-box .icon-box {
  position: relative;
  display: block;
}

.project-block-four .overlay-box .icon-box a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.project-block-four .overlay-box .icon-box a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.project-block-four .overlay-box .icon-box a .icon {
  display: inline-block;
  line-height: 40px;
}

.project-block-four .overlay-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
}

.project-block-four .overlay-box h4 a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}

.project-block-four .overlay-box h4 a:hover {
  color: #e03f42;
}

/*=== Project Block Five ===*/

.project-block-five {
  position: relative;
  margin-bottom: 30px;
}

.project-block-five .inner-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

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

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

.project-block-five .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(25, 30, 52, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-five .inner-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.project-block-five .overlay-box .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-block-five .overlay-box .icon-box {
  position: relative;
  display: block;
}

.project-block-five .overlay-box .icon-box a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.project-block-five .overlay-box .icon-box a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.project-block-five .caption-box {
  position: relative;
  background-color: #ffffff;
  padding: 25px 30px 25px;
}

.project-block-five .caption-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 25px;
}

.project-block-five .caption-box h4 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-five .caption-box h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

.project-block-five .caption-box h4 a:hover {
  color: #e03f42;
}

.project-block-five .caption-box .text {
  position: relative;
}

/*** 

====================================================================
		Project Section Four
====================================================================

***/

.project-section-four {
  position: relative;
}

.project-section-four .column {
  position: relative;
}

.project-block-three {
  position: relative;
}

.project-block-three .inner-box {
  position: relative;
  overflow: hidden;
}

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

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

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

.project-block-three .bottom-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}

.project-block-three .count {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 25px;
}

.project-block-three h5 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.project-block-three h5:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.project-block-three h5 a {
  color: #ffffff;
  display: inline-block;
  transition: all 300ms ease;
}

.project-block-three .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  margin-bottom: 20px;
}

.project-block-three .btn-box {
  position: relative;
}

.project-block-three .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 28px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-three .btn-box a:hover {
  color: #e03f42;
  background-color: #ffffff;
}

.project-block-three .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #e03f42;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block-three .overlay-box .inner {
  position: absolute;
  left: 0;
  bottom: 20%;
  padding: 40px 40px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-block-three .inner-box:hover .overlay-box {
  opacity: 1;
}

.project-block-three .inner-box:hover .overlay-box .inner {
  bottom: 0;
}

/*** 

====================================================================
		Project Details
====================================================================

***/

.project-details-section {
  position: relative;
  padding: 120px 0px 90px;
}

.project-detail .image-box {
  position: relative;
  margin-bottom: 18px;
}

.project-detail .image-box .image {
  position: relative;
  margin-bottom: 50px;
}

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

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

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

.project-detail .content-column .inner-column {
  position: relative;
  padding-right: 30px;
}

.project-detail .content-box h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.project-detail .content-box h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

.project-detail .content-box h4 {
  position: relative;
  font-size: 26px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 25px;
}

.project-detail .content-box p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 26px;
}

.project-detail .two-column {
  position: relative;
}

.project-detail .two-column .image-column,
.project-detail .two-column .text-column {
  position: relative;
  margin-bottom: 50px;
}

.project-detail .two-column .image {
  position: relative;
}

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

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

.project-detail .info-column {
  position: relative;
}

.project-detail .info-box {
  position: relative;
  background-color: #f2f3f5;
  padding: 45px 40px 40px;
}

.project-detail .info-box h4 {
  margin-bottom: 15px;
}

.project-detail .info-box p {
  margin-bottom: 60px;
}

.project-detail .info-list {
  position: relative;
}

.project-detail .info-list li {
  position: relative;
  font-size: 15px;
  color: #808080;
  line-height: 26px;
  margin-bottom: 18px;
  padding-left: 120px;
  font-family: "Open Sans", sans-serif;
}

.project-detail .info-list li a {
  color: #808080;
}

.project-detail .info-list li a:hover {
  text-decoration: underline;
}

.project-detail .info-list li strong {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  color: #222222;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.project-detail .info-list .social-links {
  position: relative;
  margin-top: 40px;
}

.project-detail .info-list .social-links a {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 20px;
  line-height: 24px;
  color: #1e1e1e;
}

.project-detail .info-list .social-links a:hover {
  color: #ffae11;
}

.project-detail .owl-theme .owl-dots {
  display: none;
}

.project-detail .carousel-box {
  position: relative;
  margin-bottom: 40px;
}

.project-detail .owl-theme .owl-nav .owl-next,
.project-detail .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #93999a;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-detail .owl-theme .owl-nav .owl-next {
  right: 20px;
}

.project-detail .owl-theme .owl-nav .owl-prev {
  left: 20px;
}

.project-detail .owl-theme .owl-nav .owl-prev:hover,
.project-detail .owl-theme .owl-nav .owl-next:hover {
  background: #ffae11;
}

.project-detail .post-controls {
  margin-top: 30px;
}

.post-controls {
  position: relative;
  padding: 30px 0px;
  text-align: center;
}

.post-controls .prev-post,
.post-controls .next-post {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #25262c;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-controls .prev-post:hover,
.post-controls .next-post:hover {
  color: #e03f42;
}

/*** 

====================================================================
		Service Details
====================================================================

***/

.service-detail-section {
  position: relative;
  padding: 120px 0px 90px;
}

.service-detail .image-box {
  position: relative;
  margin-bottom: 18px;
}

.service-detail .image-box .image {
  position: relative;
  margin-bottom: 65px;
}

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

.service-detail .content-box {
  position: relative;
}

.service-detail .content-column {
  position: relative;
}

.service-detail .content-column .inner-column {
  position: relative;
  padding-right: 30px;
}

.service-detail .content-box h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.service-detail .content-box h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #d1d2d6;
  content: "";
}

.service-detail .content-box h4 {
  position: relative;
  font-size: 26px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-detail .content-box p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 50px;
}

.service-detail .two-column {
  position: relative;
}

.service-detail .two-column .text-column {
  position: relative;
  margin-bottom: 40px;
}

.service-detail .two-column .text-column p {
  margin-bottom: 28px;
}

.service-detail .two-column .image-column {
  position: relative;
  margin-bottom: 40px;
}

.service-detail .two-column .image {
  position: relative;
  margin-bottom: 0;
}

.service-detail .two-column .image img {
  display: block;
  width: 100%;
}

.service-detail .feature-box {
  margin-bottom: 10px;
}

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

.feature-box .feature-block .inner {
  position: relative;
  padding: 30px;
  padding-right: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  padding-left: 130px;
}

.feature-box .feature-block .icon-box {
  top: 30px;
  left: 30px;
}

.feature-box .feature-block h3 {
  font-weight: 500;
}

.feature-box .feature-block .text {
  font-family: "Hind", sans-serif;
}

.services-sidebar {
  position: relative;
  padding-left: 20px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

/*Services Category*/

.category-list {
  position: relative;
  margin-bottom: 50px;
}

.category-list li {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
}

.category-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #894a2a;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list li.active:before,
.category-list li:hover:before {
  opacity: 1;
  visibility: visible;
}

.category-list li a {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 28px;
  padding: 15px 25px;
  display: block;
  padding-left: 38px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list li.active a,
.category-list li:hover a {
  color: #ffffff;
}

.category-list li a:before {
  position: absolute;
  left: 22px;
  top: 0;
  font-size: 14px;
  line-height: 56px;
  color: #222222;
  font-weight: 900;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list li.active a:before,
.category-list li:hover a:before {
  color: #ffffff;
}

.category-list li a:after {
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #e03f42;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.category-list li.active a:after,
.category-list li:hover a:after {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*Brochure links*/
.sidebar .links-box {
  position: relative;
  background-color: #f2f3f5;
  padding: 35px 30px;
  margin-bottom: 50px;
}

.sidebar .brochure-link {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px dashed #dfdfdf;
  margin-bottom: 20px;
  padding-right: 35px;
}

.sidebar .brochure-link:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar .brochure-link h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

.sidebar .brochure-link h5 a {
  position: relative;
  display: inline-block;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .brochure-link .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  line-height: 40px;
  color: #e03f42;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .brochure-link h5 a:hover {
  color: #e03f42;
}

.sidebar .brochure-link .cat {
  display: block;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
}

/*brochure Box*/

.brochure-box {
  position: relative;
  background-color: #191e34;
  padding: 40px 50px 40px 30px;
}

.brochure-box h6 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.brochure-box h6 span {
  color: #e03f42;
}

.brochure-box p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
  opacity: 0.7;
}

.brochure-box .info-box {
  position: relative;
  margin-bottom: 30px;
}

.brochure-box .info-box li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 30px;
}

.brochure-box .info-box li a {
  color: #ffffff;
}

.brochure-box .info-box li a:hover {
  text-decoration: underline;
}

.brochure-box .info-box li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #e03f42;
  line-height: 26px;
}

.brochure-box .theme-btn {
  position: relative;
  padding: 10px 40px;
}

/***

====================================================================
		Call To Action
====================================================================

***/

.call-to-action {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0 150px;
}

.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  content: "";
}

.call-to-action .content-box {
  position: relative;
  text-align: center;
}

.call-to-action .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
}

.call-to-action .content-box .link-box {
  position: relative;
}

.call-to-action .content-box .link-box a {
  padding: 15px 60px;
}

/*** 

====================================================================
		Call To Action Two
====================================================================

***/

.call-to-action-two {
  position: relative;
  padding: 40px 0;
  background-color: #e03f42;
}

.call-to-action-two .outer-box {
  position: relative;
}

.call-to-action-two .title-box {
  position: relative;
  float: left;
}

.call-to-action-two h2 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 48px;
  color: #ffff;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
}

.call-to-action-two h2 span {
  display: inline-block;
  color: #ffffff;
}

.call-to-action-two .btn-box {
  position: relative;
  float: right;
}

.call-to-action-two .btn-box a {
  position: relative;
  display: inline-block;
  padding: 17px 40px 13px;
}

/*** 

====================================================================
		Why Choose Us
====================================================================

***/

.why-choose-us {
  position: relative;
  padding: 60px 0 85px;
}

.why-choose-us:before {
  position: absolute;
  left: 0;
  top: 0px;
  height: 530px;
  width: 535px;
  background-image: url(../images/icons/circle-9.png);
  z-index: -1;
  content: "";
}

.why-choose-us.alternate:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  border-bottom: 1px solid #fdd6bc;
  margin: 0 auto;
  content: "";
}

.why-choose-us .layer-1 {
  position: absolute;
  left: 0;
  top: 400px;
  height: 690px;
  width: 535px;
  background-image: url(../images/icons/circle-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.why-choose-us .layer-2 {
  position: absolute;
  right: 0;
  top: 275px;
  height: 655px;
  width: 470px;
  background-image: url(../images/icons/circle-3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.why-choose-us .feature-column {
  position: relative;
}

.why-choose-us .text-box {
  margin-bottom: 30px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.feature-block {
  position: relative;
  margin-bottom: 35px;
}

.feature-block .inner {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}

.feature-block .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}

.feature-block .icon-box span {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 42px;
  color: #e03f42;
  font-weight: 400;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner:hover .icon-box span {
  background-color: #e03f42;
  border-color: #e03f42;
  color: #ffffff;
}

.feature-block h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.3em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
}

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

.feature-block h3 a:hover {
  color: #e03f42;
}

.feature-block .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.why-choose-us .accordion-column {
  position: relative;
}

.why-choose-us .accordion-column .inner-column {
  padding-left: 30px;
}

.why-choose-us .accordion-column .text-box {
  margin-bottom: 30px;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 30px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
  color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f166";
  font-size: 13px;
  color: #ffffff;
  font-weight: 900;
}

.accordion-box .block .acc-btn.active {
  position: relative;
  background-color: #e03f42;
  color: #ffffff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  background-color: #ffffff;
  padding: 24px 30px;
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.06);
}

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

.accordion-box .block .content .text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

/*** 

====================================================================
		Why Choose Us Style Three
====================================================================

***/

.why-choose-us.style-three {
  position: relative;
}

.why-choose-us.style-three:before {
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 592px;
  width: 596px;
  background-image: url(../images/icons/circle-6.png);
  z-index: -1;
  content: "";
}

.why-choose-us.style-three:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-top: 2px dashed #fdd6bc;
  content: "";
}

.why-choose-us.style-three.alternate:before {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  height: 531px;
  width: 535px;
  background-image: url(../images/icons/circle-4.png);
  z-index: -1;
  content: "";
}

.why-choose-us.style-three .content-column {
  position: relative;
  margin-bottom: 50px;
}

.why-choose-us.style-three .content-column .inner-column {
  padding-right: 45px;
}

.why-choose-us.style-three .content-column .sec-title {
  position: relative;
  margin-bottom: 40px;
}

.why-choose-us.style-three .content-column .text {
  position: relative;
}

.why-choose-us.style-three .content-column .text p {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 30px;
}

.why-choose-us.style-three .content-column .btn-box {
  position: relative;
  margin-top: 40px;
}

.why-choose-us.style-three .content-column .btn-box a {
  padding: 17px 50px 13px;
  line-height: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.why-choose-us.style-three .feature-column .inner-column {
  position: relative;
  padding-left: 40px;
}

.why-choose-us.style-three .feature-block {
  position: relative;
  padding: 30px 30px;
  background-color: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/***

====================================================================
		Testimonials and Clients
====================================================================

***/

.testimonials-and-clients {
  position: relative;
  padding: 120px 0;
}

.testimonials-and-clients:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-top: 2px dashed #fdd6bc;
  content: "";
}

.testimonials-and-clients .testimonial-column {
  position: relative;
}

.testimonials-and-clients .testimonial-column .inner-column {
  position: relative;
}

.testimonials-and-clients .testimonial-column .sec-title {
  margin-bottom: 60px;
}

.testimonials-and-clients .testimonial-carousel {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}

.testimonial-block {
  position: relative;
  padding: 80px 70px 70px;
}

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

.testimonial-block .icon {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 60px;
  color: #fef1e8;
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.testimonial-block .info-box {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  padding-top: 10px;
}

.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  widows: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

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

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

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

.testimonial-block .info-box .rating span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #e03f42;
}

.testimonial-block .info-box .rating span.light {
  color: #d1d2d6;
}

.testimonial-carousel .owl-dots {
  display: none;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #e5e5e5;
  line-height: 25px;
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

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

.testimonials-and-clients .clients-column {
  position: relative;
}

.testimonials-and-clients .clients-column .image-box {
  position: relative;
  margin-left: -160px;
}

.testimonials-and-clients .clients-column .image-box .image {
  position: relative;
}

.testimonials-and-clients .clients-column .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonials-and-clients .sponsors-outer {
  position: relative;
  padding: 50px 0px 0;
}

.testimonials-and-clients .slide-item {
  position: relative;
}

.testimonials-and-clients .sponsors-carousel .image {
  position: relative;
  margin: 0;
  text-align: center;
}

.testimonials-and-clients .sponsors-carousel img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonials-and-clients .sponsors-carousel .image:hover img {
  opacity: 0.7;
}

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

/*** 

====================================================================
		Testimonials Section
====================================================================

***/

.testimonial-section {
  position: relative;
}

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

.testimonial-section .testimonial-column {
  position: relative;
  float: left;
  width: 50%;
  background-color: #f2f3f5;
  padding: 115px 0;
}

.testimonial-section .testimonial-column:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/dotted-map-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

.testimonial-section .testimonial-column .inner-column {
  position: relative;
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}

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

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

.testimonial-section .testimonial-carousel:before {
  position: absolute;
  left: -25px;
  top: 2px;
  height: 14px;
  width: 17px;
  background-image: url(../images/icons/quote-icon.png);
  content: "";
}

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

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

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

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

.testimonial-block-two .info-box .rating {
  position: relative;
  display: inline-block;
}

.testimonial-block-two .info-box .rating span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #e03f42;
  margin-right: 4px;
}

.testimonial-block-two .info-box .rating span.light {
  color: #d1d2d6;
}

.testimonial-block-two .info-box .designation {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2em;
  color: #808080;
  font-weight: 400;
  margin-left: 10px;
}

.testimonial-section .image-column {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.testimonial-section .image-column .image-box {
  display: none;
}

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

.testimonial-section .owl-dots {
  display: none;
}

.testimonial-section .owl-nav {
  position: relative;
  margin-top: 35px;
  left: -15px;
  bottom: 0;
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #e5e5e5;
  line-height: 25px;
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .owl-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover {
  color: #e03f42;
}

/*** 

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

***/

.testimonial-section-two {
  position: relative;
  padding: 120px 0 70px;
}

.testimonial-section-two:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 592px;
  width: 596px;
  background-image: url(../images/icons/circle-6.png);
  z-index: -1;
  content: "";
}

.testimonial-section-two:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  border-bottom: 1px solid #fdd6bc;
  margin: 0 auto;
  content: "";
}

.testimonial-section-two .testimonial-column {
  position: relative;
  margin-bottom: 50px;
}

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

.testimonial-section-two .testimonial-column .inner-column {
  position: relative;
  padding: 55px 0 50px 40px;
}

.testimonial-block-three {
  position: relative;
}

.testimonial-block-three .inner {
  position: relative;
}

.testimonial-block-three .icon {
  position: relative;
  display: inline-block;
  height: 41px;
  width: 57px;
  background-image: url(../images/icons/quote-icon-2.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

.testimonial-block-three .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 33px;
}

.testimonial-block-three .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

.testimonial-section-two .owl-nav {
  position: absolute;
  left: -15px;
  right: auto;
  bottom: -70px;
}

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

.testimonial-section-two .image {
  position: relative;
}

.testimonial-section-two .image img {
  width: 100%;
  height: auto;
}

/*** 

====================================================================
		Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
  position: relative;
  padding: 120px 0 60px;
}

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

.testimonial-section-three .carousel-outer {
  margin: 0 -25px;
}

.testimonial-block-four {
  position: relative;
  padding: 60px 25px;
}

.testimonial-block-four .inner-box {
  position: relative;
  text-align: center;
  padding: 50px 50px 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-block-four .thumb {
  position: relative;
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.testimonial-block-four .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-block-four .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}

.testimonial-block-four .rating {
  position: relative;
  margin-bottom: 27px;
}

.testimonial-block-four .rating span {
  display: inline-block;
  font-size: 13px;
  color: #e03f42;
  margin: 0 1px;
}

.testimonial-block-four .rating span.light {
  color: #d1d2d6;
}

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

.testimonial-section-three .owl-nav {
  display: none;
}

/*** 

====================================================================
		FAQ's Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 120px 0 0;
  z-index: 2;
}

.faq-section:before {
  position: absolute;
  left: 0;
  top: 0px;
  height: 530px;
  width: 535px;
  background-image: url(../images/icons/circle-9.png);
  z-index: -1;
  content: "";
}

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

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

.accordion-box.style-two .block {
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  transition: all 300ms ease;
}

.accordion-box.style-two .block .acc-btn {
  border: 0;
  padding: 20px 30px;
}

.accordion-box.style-two .block .icon {
  line-height: 70px;
  height: 70px;
}

.accordion-box.style-two .block.active-block {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.accordion-box.style-two .block .acc-btn.active .icon:before,
.accordion-box.style-two .block .acc-btn.active {
  background-color: #ffffff;
  color: #222222;
}

.accordion-box.style-two .block .content {
  box-shadow: none;
  padding-top: 0;
}

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

.faq-section .image-column .image-box {
  position: relative;
  padding-left: 30px;
  margin-bottom: -70px;
}

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

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

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
  position: relative;
  padding: 180px 0 120px;
  background-color: #f2f3f5;
  z-index: 1;
}

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

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

.faq-form-section .form-outer {
  position: relative;
  z-index: 10;
}

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

.faq-form-section .form-group:last-child {
  margin-bottom: 0px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 15 0px;
  color: #808080;
  border-bottom: 1px solid #d9d9d9;
  height: 35px;
  font-size: 16px;
  background: none;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
  border-color: #eb4343;
}

.faq-form-section .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 0px;
  height: 90px;
  background: none;
  resize: none;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-form-section .form-group .theme-btn {
  margin-top: 20px;
  padding: 15px 50px;
}

/*** 

====================================================================
		Fluid Section One
====================================================================

***/

.fluid-section-one {
  position: relative;
  background-color: #191e34;
}

.fluid-section-one .outer-container {
  position: relative;
}

.fluid-section-one .image-column {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
}

.fluid-section-one .image-column .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.fluid-section-one .form-column {
  position: relative;
  float: right;
  width: 50%;
  background-color: #191e34;
}

.fluid-section-one .map-layer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/map-layer.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.fluid-section-one .form-column .inner-column {
  position: relative;
  max-width: 600px;
  width: 100%;
  float: left;
  padding: 115px 15px 120px 85px;
}

.fluid-section-one .form-column .sec-title {
  margin-bottom: 45px;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 40px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #afadad;
  font-weight: 500;
  height: 35px;
  padding: 4px 0;
  background-color: transparent;
  border-bottom: 1px solid #474b5d;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form ::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

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

.contact-form .form-group textarea {
  height: 100px;
  margin-bottom: 10px;
  resize: none;
  padding: 10px 0 9px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
  padding: 15px 50px;
  line-height: 25px;
}

/*** 

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

***/

.team-section {
  position: relative;
  padding: 100px 0 70px;
}

.team-section.alternate:before {
  display: none;
}

.team-section:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-4.png);
  z-index: -1;
  content: "";
}

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

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

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

.team-block .image-box .social-icon-one {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box .social-icon-one li {
  margin: 0 13px;
}

.team-block .inner-box:hover .social-icon-one {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}

.team-block .image-box .image {
  position: relative;
  background-color: #191e34;
  margin-bottom: 0;
  overflow: hidden;
}

.team-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.team-block .info-box {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.team-block .info-box .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-block .info-box .name a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .info-box .name a:hover {
  color: #e03f42;
}

.team-block .info-box .designation {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.team-section.style-two {
  padding: 120px 0 80px;
}

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

.team-section.style-two .team-block {
  margin-bottom: 40px;
}

/*** 

====================================================================
			Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
  padding: 120px 0 70px;
}

.pricing-section .row {
  margin: 0 -20px;
}

.pricing-table {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.pricing-table .inner-box {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table:hover .inner-box,
.pricing-table.tagged .inner-box {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.pricing-table .table-header {
  position: relative;
  padding: 45px 40px;
  padding-bottom: 40px;
  margin-bottom: 45px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table .table-header:before {
  position: absolute;
  bottom: 0;
  border-bottom: 2px dashed #e9e9e9;
  left: 40px;
  right: 40px;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table .inner-box:hover .table-header,
.pricing-table.tagged .table-header {
  background-color: #191e34;
}

.pricing-table .inner-box:hover .table-header:before,
.pricing-table.tagged .table-header:before {
  border-color: #191e34;
}

.pricing-table .title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table .inner-box:hover .title,
.pricing-table.tagged .title {
  color: #ffffff;
}

.pricing-table .price {
  position: relative;
  font-size: 40px;
  line-height: 1em;
  color: #e03f42;
  font-weight: 600;
}

.pricing-table .price span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2em;
  color: #e03f42;
  font-weight: 600;
}

.pricing-table .table-content {
  position: relative;
  padding: 0px 40px;
}

.pricing-table .table-content ul {
  position: relative;
  margin-bottom: 35px;
}

.pricing-table .table-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 17px;
}

.pricing-table .table-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #e03f42;
  content: "\f193";
  font-family: "Flaticon";
}

.pricing-table .table-content ul li.false:before,
.pricing-table .table-content ul li.false {
  color: #8a8d91;
}

.pricing-table .table-content ul li.false:before {
  color: #d9d9d9;
  font-weight: 400;
}

.pricing-table .table-footer {
  position: relative;
  padding: 0 40px 50px;
}

.pricing-table .table-footer a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  padding: 14px 33px;
  color: #222222;
  font-weight: 600;
  border: 1px solid #e7e7e7;
}

.pricing-table.tagged .table-footer a,
.pricing-table .inner-box:hover .table-footer a {
  background-color: #e03f42;
  border-color: #e03f42;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

/*** 

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

***/

.news-section {
  position: relative;
  padding: 115px 0 85px;
  background-color: #f2f3f5;
}

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

.news-section .sec-title {
  float: left;
  margin-bottom: 50px;
}

.news-section .btn-box {
  position: relative;
  float: right;
  padding-top: 60px;
}

.news-section .btn-box a {
  padding: 15px 40px;
  line-height: 26px;
}

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

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

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

.news-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #e03f42;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.news-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.news-block .lower-content {
  position: relative;
  padding: 25px 0 0;
}

.news-block .lower-content .date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #909297;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-block .lower-content h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 17px;
}

.news-block .lower-content h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
  color: #e03f42;
}

.news-block .lower-content .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 15px;
}

.news-block .lower-content .link-box {
  position: relative;
  display: inline-block;
}

.news-block .lower-content .link-box a {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  color: #e03f42;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
		News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  padding: 115px 0 70px;
}

.news-section-two .sec-title {
  position: relative;
  margin-bottom: 50px;
}

.news-section-two .news-column {
  position: relative;
  margin-bottom: 50px;
}

.news-section-two .news-column .inner-column {
  position: relative;
  padding-right: 20px;
}

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

.news-block-two .inner-box {
  position: relative;
  background-color: #f7f8fa;
}

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

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

.news-block-two .image-column .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.news-block-two .content-column {
  position: relative;
}

.news-block-two .content-column .inner {
  position: relative;
  padding: 85px 40px 30px;
}

.news-block-two .content-column .date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #e03f42;
  font-weight: 400;
  margin-bottom: 10px;
}

.news-block-two .content-column .date span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #909297;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 10px;
}

.news-block-two .content-column .date span:before {
  position: absolute;
  right: 0;
  top: 8px;
  height: 5px;
  width: 5px;
  background-color: #d1d2d6;
  border-radius: 5px;
  content: "";
}

.news-block-two .content-column h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-block-two .content-column h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .content-column h3 a:hover {
  color: #e03f42;
}

.news-block-two .content-column .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 25px;
}

.news-block-two .content-column .link-box {
  position: relative;
  display: block;
}

.news-block-two .content-column .link-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  color: #909297;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .content-column .link-box a:hover {
  color: #e03f42;
  text-decoration: underline;
}

/*=== News Block Two ===*/

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

.news-section-two .news-list .inner-column {
  position: relative;
  padding: 0 30px;
}

.news-block-three {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 2px dashed #dfdfdf;
}

.news-block-three:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.news-block-three .date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #e03f42;
  font-weight: 400;
  margin-bottom: 8px;
}

.news-block-three .date span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #909297;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 10px;
}

.news-block-three .date span:before {
  position: absolute;
  right: 0;
  top: 8px;
  height: 5px;
  width: 5px;
  background-color: #d1d2d6;
  border-radius: 5px;
  content: "";
}

.news-block-three h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #222222;
  font-weight: 500;
}

.news-block-three h5 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three h5 a:hover {
  color: #e03f42;
}

.news-section-two .btn-box {
  position: relative;
  padding: 0 30px;
  margin-top: 35px;
}

.news-section-two .btn-box a {
  padding: 15px 40px;
  line-height: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/*** 

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

***/

.news-section-three {
  position: relative;
  padding: 60px 0 70px;
}

.news-section-three .sec-title {
  margin-bottom: 50px;
}

.news-section-three:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 535px;
  width: 535px;
  background-image: url(../images/icons/circle-4.png);
  z-index: -1;
  content: "";
}

.news-section-three .news-list {
  position: relative;
  margin-bottom: 50px;
}

.news-section-three .news-list .inner-column {
  position: relative;
  padding-right: 70px;
}

.news-block-four {
  position: relative;
  margin-bottom: 50px;
}

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

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

.news-block-four .image {
  position: relative;
  margin-bottom: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  background: #222222;
}

.news-block-four .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .inner-box:hover .image a img {
  opacity: 0.6;
}

.news-block-four .lower-content {
  position: relative;
  padding: 40px 30px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.news-block-four .date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #e03f42;
  font-weight: 400;
  margin-bottom: 12px;
}

.news-block-four .date span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #909297;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 10px;
}

.news-block-four .date span:before {
  position: absolute;
  right: 0;
  top: 8px;
  height: 5px;
  width: 5px;
  background-color: #d1d2d6;
  border-radius: 5px;
  content: "";
}

.news-block-four h5 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
}

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

.news-block-four h5 a:hover {
  color: #e03f42;
}

.news-section-three .btn-box {
  position: relative;
  margin-top: 35px;
}

.news-section-three .btn-box a {
  padding: 15px 45px;
  line-height: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
		Blog Classic
====================================================================

***/

.blog-classic {
  position: relative;
}

.blog-classic .news-block {
  margin-bottom: 40px;
}

.blog-classic .news-block h3 {
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  font-weight: 600;
}

/*** 

====================================================================
		Blog Grid
====================================================================

***/

.blog-grid {
  position: relative;
}

.blog-grid .news-block-four {
  margin-bottom: 30px;
}

.blog-grid .styled-pagination {
  padding-top: 20px;
}

/*** 

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

***/

.blog-detail {
  position: relative;
}

.blog-detail .news-block-four {
  position: relative;
}

.blog-detail .news-block-four .image-box .image {
  box-shadow: none;
}

.blog-detail .news-block-four h3 {
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 32px;
}

.blog-detail .news-block-four .lower-content {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.blog-detail .news-block-four p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #8a8d91;
  font-weight: 400;
  margin-bottom: 26px;
}

.blog-detail .news-block-four .two-column {
  position: relative;
}

.blog-detail .news-block-four .two-column .text-column,
.blog-detail .news-block-four .two-column .image-column {
  margin-bottom: 50px;
}

.blog-detail .news-block-four .two-column p:last-child {
  margin-bottom: 0;
}

.blog-detail blockquote {
  position: relative;
  padding: 30px 40px;
  padding-right: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-left: 5px solid #e03f42;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.blog-detail .news-block-four blockquote p {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  z-index: 1;
}

.blog-detail blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #191e34;
  opacity: 0.8;
  content: "";
}

/*** 

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

***/

.styled-pagination {
  position: relative;
}

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

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  font-size: 17px;
  height: 50px;
  width: 50px;
  color: #808080;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #e03f42;
  background-color: #e03f42;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
  position: relative;
  padding: 120px 0 80px;
  background-color: #f2f3f5;
}

.contact-info-box {
  position: relative;
  margin-bottom: 40px;
}

.contact-info-box .inner {
  position: relative;
}

.contact-info-box h6 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
}

.contact-info-box .text a {
  display: block;
  color: #808080;
}

.contact-info-box .text a:hover {
  color: #e03f42;
  text-decoration: underline;
}

.contact-info-box .social-icon-two {
  position: relative;
  margin-top: 10px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
  position: relative;
  background-color: #f2f3f5;
}

.contact-page-section .outer-box {
  position: relative;
  background-color: #ffffff;
  padding: 95px 100px 80px;
  margin-bottom: -120px;
  z-index: 2;
}

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

.contact-form.dark .form-group {
  margin-bottom: 30px;
}

.contact-form.dark .form-group input[type="text"],
.contact-form.dark .form-group input[type="email"],
.contact-form.dark .form-group input[type="tel"],
.contact-form.dark .form-group input[type="url"],
.contact-form.dark .form-group textarea,
.contact-form.dark .form-group select {
  color: #808080;
  border-color: #e5e5e5;
}

.contact-form.dark .form-group button {
  padding: 20px 40px;
  line-height: 20px;
}

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

.contact-form.dark ::-webkit-input-placeholder {
  color: inherit;
}
.contact-form.dark ::-moz-input-placeholder {
  color: inherit;
}
.contact-form.dark ::-ms-input-placeholder {
  color: inherit;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
  position: relative;
}

.contact-map-section .map-outer {
  position: relative;
}

.contact-map-section .map-canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 620px;
}

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 10px;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #121212;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px 100px;
  z-index: 1;
}

.newsletter-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #121626;
  content: "";
  opacity: 0.8;
}

.newsletter-section .title-column h2 {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 600;
  padding: 4px 0;
}

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

.newsletter-section .form-column .inner-column {
  position: relative;
  padding-top: 10px;
}

/*Subscribe Form*/

.subscribe-form .form-group {
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
  padding-right: 230px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 30px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 210px;
  text-align: center;
  padding: 15px 20px;
}

/***

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

***/

.main-footer {
  position: relative;
  padding: 0px 0;
  background: #121626;
  color: #cdced1;
}

.main-footer:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/footer-shape.png) right top no-repeat;
  content: "";
}

/*=== Widgets Section ===*/

.main-footer .widgets-section {
  position: relative;
  padding: 110px 0px 50px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 40px;
}

/*=== About Widget ===*/
.main-footer .about-widget {
  position: relative;
}

.main-footer .about-widget .footer-logo {
  position: relative;
  margin-top: -20px;
  margin-bottom: 25px;
}

.main-footer .about-widget .footer-logo .image {
  position: relative;
}

.main-footer .about-widget .footer-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.main-footer .about-widget .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.7em;
  color: #cdced1;
  font-weight: 400;
  margin-bottom: 35px;
  padding-right: 50px;
  text-align: justify;
}

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

.social-icon-colored li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-icon-colored li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #e03f42;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.social-icon-colored li.facebook a {
  background-color: #4a6fbe;
}

.social-icon-colored li.linkdin a {
  background-color: #0077b5;
}

.social-icon-colored li.twitter a {
  background-color: #55acee;
}

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

/*=== Cities Widget ===*/

.main-footer .links-widget {
  position: relative;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 18px;
}

.main-footer .list li:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 15px;
  line-height: 24px;
  color: #cdced1;
  content: "\f105";
  font-weight: 900;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .list li a {
  display: inline-block;
  color: #cdced1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .list li:hover:before,
.main-footer .list li a:hover {
  color: #e03f42;
  text-decoration: underline;
}

/*=== Contact Widget ===*/

.contact-widget {
  position: relative;
}

.contact-widget .text {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #cdced1;
  font-weight: 400;
  margin-bottom: 17px;
}

.main-footer .contact-list {
  position: relative;
}

.main-footer .contact-list li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #cdced1;
  font-weight: 400;
  margin-bottom: 7px;
}

.main-footer .contact-list li a {
  color: #cdced1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .contact-list li a:hover {
  color: #e03f42;
  text-decoration: underline;
}

.main-footer .footer-bottom {
  width: 100%;
  background: #0c0f1a;
  padding: 20px 0px;
  line-height: 24px;
}

.main-footer .footer-bottom .auto-container {
  position: relative;
}

.main-footer .copyright-text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #cdced1;
  font-weight: 400;
}

.main-footer .copyright-text a {
  display: inline-block;
  color: #e03f42;
}

.main-footer .copyright-text a:hover {
  text-decoration: underline;
}

.main-footer .footer-links {
  position: relative;
}

.main-footer .footer-links li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
}

.main-footer .footer-links li:last-child:before {
  display: none;
}

.main-footer .footer-links li:before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  line-height: 24px;
  color: #cdced1;
  font-weight: 400;
  content: "|";
}

.main-footer .footer-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #cdced1;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-links li a:hover {
  color: #e03f42;
  text-decoration: underline;
}

.main-footer .scroll-to-top {
  position: absolute;
  top: -50px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #e03f42;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .scroll-to-top .icon {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background: #ffffff;
  color: #e03f42;
}

/*** 

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

***/

.sidebar-page-container {
  position: relative;
  padding: 120px 0px 70px;
}

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

.sidebar-page-container .sidebar {
  padding-left: 20px;
}

.sidebar-page-container .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

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

/* About Widget */

.about-widget {
  position: relative;
}

.about-block {
  position: relative;
}

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

.about-block .thumb {
  position: relative;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.about-block .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.about-block .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-block .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 25px;
}

.about-block .signature {
  position: relative;
  margin-bottom: 25px;
}

.about-block .signature img {
  max-width: 100%;
  height: auto;
}

.about-block .social-links {
  position: relative;
}

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

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

.social-icon-two li:last-child {
  margin-right: 0;
}

.social-icon-two li a {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  font-size: 17px;
  color: #222222;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #ffffff;
  background-color: #e03f42;
}

/*Post Widget*/

.sidebar .popular-posts .post {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px dashed #e9e9e9;
  margin-bottom: 20px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar .popular-posts .post .post-inner {
  position: relative;
  padding-right: 110px;
  min-height: 100px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .popular-posts .post-info {
  position: relative;
  display: block;
  font-size: 15px;
  color: #808080;
  font-weight: 500;
  line-height: 1.2em;
  padding-top: 10px;
  margin-bottom: 12px;
}

.sidebar .popular-posts .post .text {
  position: relative;
  font-size: 20px;
  color: #222222;
  line-height: 26px;
  font-weight: 500;
  margin: 0px;
}

.sidebar .popular-posts .post .text a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #e03f42;
}

/*=== Shop Sidebar ===*/
.sidebar-page-container .sidebar.shop-sidebar {
  padding-left: 0;
}

.shop-sidebar .sidebar-title h3 {
  font-weight: 500;
  font-size: 24px;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
}

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

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 16px;
  color: #8a8d91;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
  color: #e03f42;
}

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

/*=== Categories ===*/

.cat-list {
  position: relative;
}

.cat-list li {
  position: relative;
  margin-bottom: 15px;
}

.cat-list li:last-child {
  margin-bottom: 0;
}

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

.cat-list li a span {
  float: right;
}

.cat-list li:last-child a {
  border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a {
  color: #e03f42;
}

/*Sidebar Range slider */

.price-filters .sidebar-title {
  margin-bottom: 40px;
}

.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
  overflow: hidden;
  margin-top: -20px;
}

.range-slider-one .title {
  position: relative;
  float: left;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.range-slider-one .title:before {
  position: absolute;
  content: "$";
  right: -14px;
  top: 0px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  margin-top: 8px;
  position: relative;
}

.range-slider-one .input input {
  background: none;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 25px;
  background: #eaeceb;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background: #e03f42;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  top: -8px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  border: 3px solid #e03f42;
}

.range-slider-one .theme-btn {
  padding: 7px 18px 3px;
  line-height: 25px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
}

.range-slider-one .theme-btn:before {
  display: none;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 60px;
  margin-top: 80px;
}

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

.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 26px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  min-height: 75px;
  padding: 0px 0px 0px 100px;
  font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  display: block;
  line-height: 1.3em;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  color: #8a8d91;
  font-size: 14px;
  line-height: 1.4em;
}

.sidebar-page-container .comments-area .comment-box .text {
  font-size: 16px;
  color: #808080;
  line-height: 26px;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar-page-container .comments-area .comment-box .reply-btn a {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .reply-btn a:hover {
  background-color: #e03f42;
  color: #ffffff;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 10px 0px;
  color: #808080;
  height: 50px;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #ffaa00;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 10px 0px;
  color: #808080;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  height: 100px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form button {
  padding: 15px 40px;
}

/*** 

====================================================================
		Shop Page
====================================================================

 ***/

.shop-upper-box {
  position: relative;
  margin-bottom: 30px;
}

.shop-upper-box .items-label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding: 10px 0;
}

.shop-upper-box .items-label span {
  color: #222222;
}

.shop-upper-box .sort-by {
  position: relative;
}

.sort-by .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  min-width: 220px;
  line-height: 26px;
  text-align: left;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  background: #ffffff;
}

.sort-by .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #43c3ea;
}

.sort-by .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 20px;
  display: block;
  color: #222222;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  z-index: 5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #e03f42;
  border-color: #e03f42;
}

/*=== Shop Item ===*/

.shop-item {
  position: relative;
  margin-bottom: 50px;
}

.shop-item .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item .inner-box .image {
  position: relative;
  z-index: 11;
  text-align: center;
  background-color: #191e34;
  overflow: hidden;
}

.shop-item .inner-box .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item .inner-box:hover .image img {
  opacity: 0.4;
}

.shop-item .overlay-box {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: scaleX(2);
  -moz-transform: scaleX(2);
  -ms-transform: scaleX(2);
  -o-transform: scaleX(2);
  transform: scaleX(2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.shop-item .option-box {
  position: relative;
}

.shop-item .option-box li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.shop-item .option-box li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #1a224c;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item .option-box li a:hover {
  color: #ffffff;
  background-color: #e03f42;
}

.shop-item .inner-box .lower-content {
  position: relative;
  z-index: 11;
  padding: 22px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.shop-item .inner-box .lower-content h3 a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
  color: #e03f42;
}

.shop-item .inner-box .lower-content .price {
  position: relative;
  color: #e03f42;
  font-size: 16px;
  font-weight: 500;
}

.shop-item .inner-box .lower-content .price .discount {
  position: relative;
  color: #777777;
  margin-left: 8px;
  text-decoration: line-through;
}

/*** 

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

***/

.product-details {
  position: relative;
  padding: 120px 0 100px;
}

.product-details .basic-details {
  position: relative;
  margin-bottom: 70px;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 50px;
}

.product-details .image-column .image-box {
  position: relative;
  padding-right: 20px;
}

.product-details .image-column .image {
  position: relative;
  margin-bottom: 0;
}

.product-details .image-column .image img {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .image-column .image-box .icon {
  position: absolute;
  right: 40px;
  top: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .image-column .image-box .icon:hover {
  color: #ffffff;
  background-color: #222222;
}

.product-details .basic-details .info-column {
  position: relative;
}

.product-details .basic-details .info-column .inner-column {
  position: relative;
  padding-left: 20px;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 40px;
}

.product-details .basic-details .details-header h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  color: #222222;
  margin-bottom: 15px;
}

.product-details .basic-details .details-header h4 a {
  color: #222222;
}

.product-details .basic-details .details-header .item-price {
  font-size: 20px;
  font-weight: 500;
  color: #e03f42;
}

.product-details .basic-details .text {
  font-size: 15px;
  line-height: 26px;
  color: #8a8d91;
  font-weight: 400;
  margin-bottom: 45px;
}

.product-details .basic-details .other-options {
  margin-bottom: 20px;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 13.5px 15px !important;
  height: 56px !important;
  box-shadow: none !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 99;
}

.product-details
  .basic-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 13.5px 10px;
  background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 6px;
  font-weight: 900;
}

.product-details .basic-details .item-quantity {
  position: relative;
  float: left;
  width: 75px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #222222;
  padding: 10px 15px !important;
  height: 60px !important;
  box-shadow: none !important;
  text-align: center;
}

.product-details
  .basic-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 14.5px 10px;
  background: #f4f5f6;
  border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  top: 8px;
}

.product-details .basic-details .add-to-cart {
  float: left;
  margin-left: 20px;
  line-height: 38px;
  margin-bottom: 25px;
}

.product-details .basic-details .like-btn a {
  float: left;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid #dddddd;
  margin-left: 20px;
  margin-bottom: 25px;
}

.product-details .basic-details .catergory {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
}

.product-details .basic-details .catergory span {
  color: #222222;
  margin-right: 10px;
}

.product-details .basic-details .catergory a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .basic-details .catergory a:hover {
  color: #e03f42;
}

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

.social-icon-three li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.social-icon-three li:last-child {
  margin-right: 0;
}

.social-icon-three li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #8a8d91;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  background-color: #3b5999;
  color: #ffffff;
}

/*** 

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

***/

.product-details .prod-tabs {
  position: relative;
}

.product-details .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
}

.product-details .prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 30px;
  color: #8a8d91;
  font-weight: 500;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 10px 35px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .prod-tabs .tab-btns .tab-btn:hover,
.product-details .prod-tabs .tab-btns .tab-btn.active-btn {
  color: #ffffff;
  background: #e03f42;
  border-color: #e03f42;
}

.product-details .prod-tabs .tabs-content {
  position: relative;
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px dashed #e9e9e9;
}

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

.product-details .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.product-details .prod-tabs .tabs-content .tab .content {
  position: relative;
}

.product-details .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #8a8d91;
  margin-bottom: 30px;
}

.product-details .prod-tabs .tabs-content .tab .content p:last-child {
  margin-bottom: 0px;
}

.product-details .prod-tabs .tabs-content .tab .title {
  position: relative;
  color: #222222;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*Comment Form*/

.shop-comment-form {
  position: relative;
  margin-top: 50px;
}

.shop-comment-form h2 {
  position: relative;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-comment-form .mail-text {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-bottom: 15px;
}

.shop-comment-form .group-title {
  margin-bottom: 20px;
}

.shop-comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}

.shop-comment-form .rating-box .text {
  position: relative;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating a {
  position: relative;
  color: #cccccc;
  font-size: 14px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
  color: #e03f42;
}

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

.shop-comment-form .form-group label {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.shop-comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  height: 50px;
  color: #808080;
  font-weight: 300;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
  border-color: #e03f42;
}

.shop-comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  color: #808080;
  border: 1px solid #dddddd;
  height: 120px;
  font-weight: 300;
  background: #ffffff;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form button {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 32px;
  margin-top: 10px;
  text-transform: uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
  border-color: #f06529;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.product-details .comments-area {
  position: relative;
  margin-bottom: 70px;
}

.product-details .comments-area .comment-box {
  position: relative;
  margin-bottom: 56px;
}

.product-details .comments-area .comment-box.reply-comment {
  margin-left: 100px;
}

.product-details .comments-area .comment-box.reply-comment.reply {
  margin-left: 200px;
}

.product-details .comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.product-details .comments-area .comment {
  position: relative;
  min-height: 80px;
  padding-top: 0px;
  padding-left: 100px;
}

.product-details .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 75px;
  width: 75px;
  overflow: hidden;
  border-radius: 50%;
}

.product-details .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.product-details .comments-area .comment-info {
  position: relative;
  display: block;
}

.product-details .comments-area .comment-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  color: #222222;
  margin-bottom: 7px;
}

.product-details .comments-area .comment-box .date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #bbbbbb;
  font-weight: 400;
}

.product-details .comments-area .comment-box .text {
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
}

.product-details .comments-area .comment-box .rating {
  position: relative;
  display: block;
  font-size: 14px;
  color: #e03f42;
  line-height: 20px;
}

.product-details .comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 15px;
  line-height: 25px;
  color: #e03f42;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .comments-area .comment-box .reply-btn:hover {
  color: #222222;
}

/*** 

====================================================================
		Related Products
====================================================================

***/

.related-products {
  position: relative;
  padding: 0 0 70px;
}

.related-products .sec-title {
  margin-bottom: 50px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
  position: relative;
  padding: 120px 0px 90px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .cart-outer .table-column {
  position: relative;
}

.cart-section .cart-outer .table-column .inner-column {
  position: relative;
  padding-right: 20px;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 750px;
  border: 1px solid #e7e7e7;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 15px;
  background: #f2f3f5;
  color: #ffffff;
}

.cart-table thead tr th {
  font-size: 17px;
  color: #808080;
  line-height: 25px;
  padding: 15px 15px;
  min-width: 120px;
  font-weight: 400;
  text-align: center;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 30px;
}

.cart-table tbody tr {
  border-bottom: 2px dashed #f2f2f2;
}

.cart-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 10px 35px;
  min-width: 50px;
  text-align: center;
}

.cart-table tbody tr td.price {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
  width: 70px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 17px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 70px;
  padding-left: 100px;
  padding-top: 30px;
  text-align: left;
  min-width: 250px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 80px;
  left: 0px;
  top: 0px;
  border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #e03f42;
}

.cart-table tbody tr td.remove {
  position: relative;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 10px;
  color: #8a8d91;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove {
  text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
  color: #e03f42;
  border-color: #e03f42;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
  position: relative;
  line-height: 46px;
  height: 46px;
  background: #ffffff;
}

/*=== Counper Outer ===*/

.cart-section .coupon-outer {
  position: relative;
  border: 1px solid #dddddd;
  margin-top: 50px;
  margin-bottom: 30px;
}

.cart-section .coupon-outer .title-box {
  position: relative;
  background-color: #f2f3f5;
  padding: 15px 30px;
  line-height: 25px;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.cart-section .coupon-outer .content-box {
  position: relative;
  padding: 28px 30px 20px;
}

.cart-section .coupon-outer .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 8px;
}

.cart-section .coupon-outer .cart-btn {
  display: block;
  font-size: 17px;
  color: #8a8d91;
  line-height: 30px;
  padding: 14px 38px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #fdd6bc;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover {
  color: #ffffff;
  background-color: #e03f42;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
  padding: 15px 30px;
  line-height: 30px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #8a8d91;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  height: 60px;
  width: 270px;
  background: none;
}

.cart-section .apply-coupon .form-group input[type="text"]:focus {
  border-color: #e03f42;
}

.cart-section .totals-column {
  position: relative;
  margin-bottom: 30px;
}

.cart-section .totals-column .inner {
  position: relative;
}

.cart-total {
  position: relative;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding-bottom: 50px;
}

.cart-total .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 30px;
  background-color: #191e34;
}

.cart-section .totals-table {
  position: relative;
  padding: 40px 30px 30px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
  text-align: right;
}

.cart-section .totals-table .col strong {
  font-weight: 500;
  color: #222222;
  font-size: 17px;
}

.cart-section .totals-table .col-title {
  font-size: 17px;
  color: #222222;
  font-weight: 500;
  text-align: left;
}

.cart-section .totals-table li {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 2px dashed #e7e7e7;
}

.cart-section .totals-table li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-section .totals-table .radio-option {
  position: relative;
  display: block;
}

.cart-section .totals-table .radio-option input {
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.3;
  background-color: #ffffff;
}

.cart-section .totals-table .total-price {
  font-size: 20px;
  font-weight: 500;
  color: #e03f42;
}

.cart-section .cart-total .btn-box {
  position: relative;
  text-align: center;
  padding: 0 30px;
}

.cart-section .cart-total .btn-box .theme-btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page {
  position: relative;
  padding: 120px 0px 70px;
}

.checkout-page .default-links {
  position: relative;
}

.checkout-page .default-links li {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  padding: 14px 30px;
  color: #222222;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  border-left: 2px solid #e03f42;
  margin-bottom: 30px;
}

.checkout-page .default-links li a {
  color: #e03f42;
  text-decoration: underline;
}

.checkout-title {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  padding: 14px 30px;
  color: #222222;
  background: #ffffff;
  font-weight: 600;
  border: 1px solid #e5e5e5;
}

.billing-detail {
  position: relative;
  border: 1px solid #e7e7e7;
  padding: 25px 30px 5px;
  border-top: 0;
  margin-bottom: 30px;
}

.checkout-form {
  position: relative;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 3px;
  text-transform: capitalize;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.checkout-form .form-group .field-label sup {
  top: -1px;
  font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 23px;
  padding: 10px 15px;
  height: 45px;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-form textarea {
  resize: none;
  width: 100%;
  height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: #e03f42;
}

.checkout-form .form-group.address input {
  margin-bottom: 10px;
}

.checkout-form .form-group.address input:last-child {
  margin-bottom: 0;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: 400;
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  color: #222222;
}

.checkout-page .Additional-info {
  position: relative;
  border: 1px solid #e7e7e7;
  padding: 25px 30px 5px;
  border-top: 0;
  margin-bottom: 50px;
}

.order-detail {
  position: relative;
  border: 1px solid #e7e7e7;
  padding: 0 30px 0;
  border-top: 0;
  margin-bottom: 30px;
}

.order-detail .cart-outer {
  position: relative;
}

.order-detail .cart-table {
  width: 100%;
  min-width: 300px;
}

.order-detail .cart-table .sub-total {
  position: relative;
  text-align: right;
  font-size: 15px;
  line-height: 30px;
  color: #808080;
  font-weight: 400;
}

.order-detail .cart-table .col {
  text-align: right;
  width: 50%;
}

.order-detail .cart-table .col-title {
  position: relative;
  text-align: left;
  padding: 0px 10px;
  font-size: 17px;
  font-weight: 600;
  color: #222222;
}

.order-detail .cart-table .col.total {
  font-size: 20px;
  color: #e03f42;
  font-weight: 600;
}

/*Payment Option*/

.checkout-page .payment-options {
  position: relative;
  padding: 30px 30px 40px;
  background-color: #f2f3f5;
  margin-bottom: 50px;
}

.checkout-page .payment-options h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 30px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 5px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-transform: capitalize;
  color: #333333;
  cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
  color: #222222;
  font-weight: 500;
  font-size: 17px;
}

.checkout-page .payment-options li .radio-option label strong a {
  font-size: 15px;
  color: #e03f42;
  margin-left: 25px;
  font-weight: 400;
  text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.checkout-page .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: #808080;
  line-height: 24px;
  padding: 15px 20px;
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.checkout-page
  .payment-options
  li
  .radio-option
  input:checked
  + label
  .small-text {
  display: block;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.checkout-page .payment-options .btn-box {
  position: relative;
  text-align: right;
  margin-top: 30px;
}

.checkout-page .payment-options .theme-btn {
  padding: 15px 55px;
  font-weight: 600;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section {
  position: relative;
  padding: 120px 0px 80px;
}

.login-form.register-form {
  padding-bottom: 47px;
}

.login-section h2 {
  position: relative;
  color: #222222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.login-form {
  position: relative;
  padding: 30px 40px 25px;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}

.login-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.login-form .form-group.check-box {
  margin-bottom: 0px;
}

.login-form .form-group:nth-child(2) {
  margin-bottom: 25px;
}

.login-section.style-two .login-form .form-group:nth-child(2) {
  margin-bottom: 15px;
}

.login-form .form-group label {
  position: relative;
  top: -1px;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}

.login-form .form-group.no-margin {
  margin-bottom: 0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.login-form button {
  top: 0px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 36px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.login-form .psw {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 16px;
}

.login-form .psw:hover {
  text-decoration: underline;
}
