@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800');

body {
  font: 14px/22px "Raleway", Arial, Helvetica, sans-serif;
  color: #6e6e6e;
  background-color: #000;
  padding: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  overflow: hidden;
  background-color: #fff;
}

.section-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 90px 0 120px;
}

.services .container,
.blog .container,
.pricing .container {
  padding: 90px 15px !important;
}

.about .container,
.team .container {
  padding: 90px 15px 90px !important;
}

.portfolio .container {
  padding: 90px 0 !important;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Boxed Body */

@media(min-width:1200px) {
  body.boxed header {
    max-width: 1220px;
  }
  body.boxed {
    /*background: url(../img/backgrounds/az_subtle.png);
    background-attachment: fixed;*/
  }
  body.boxed .wrapper {
    max-width: 1220px;
    margin: 0 auto;
    background: #fff;
    /*box-shadow: 0px 3px 8px 7px #ccc;*/
  	box-shadow: 0px 0px 8px 4px #e8a44c;
  }
}

hr {
  margin-top: 25px;
}


/* Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  margin: 15px 0;
}

/*h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
}*/

h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  margin: 15px 0;
}

h3 {
  font-size: 24px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 18px;
}

h5 {
  font-size: 14px;
  line-height: 14px;
}

h6 {
  font-size: 12px;
  line-height: 12px;
}

.projectmanager h2,
.facts h2,
.facts h4,
.call-to-action h1,
.call-to-action h4,
.testimonials h2,
.testimonials h4,
.newsletter h2,
.newsletter h4,
.contactform h2,
.contactform h4,
.projectmanager h1,
.testimonials h1,
.facts h1,
.newsletter h1,
.contactform h1,
.videopromotion h1,
.videopromotion h4 {
  color: #fff;
}


/* Paragraph */

p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #666;
}

.top-text h4 {
  margin: 23px 0 25px;
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none !important;
}

/*

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'FontAwesome'!important; }
*/

/* Divider */

.divider span {
  display: inline-block;
  vertical-align: middle;
}

.divider .fa {
  font-size: 20px;
  margin: 0 20px;
}

.divider .outer-line {
  width: 25%;
  border-bottom: 1px solid #ddd;
}

blockquote{
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}

/* [ HEADER ] */


/*================================================== */

.header {
  position: absolute;
  text-align: center;
  top: 0px;
  z-index: 1000;
  color: #fff;
  width: 100%;
  height: 99px;
  transition: background-color 200ms ease-in-out 0s;
  -o-transition: background-color 200ms ease-in-out 0s;
  -moz-transition: background-color 200ms ease-in-out 0s;
  -webkit-transition: background-color 200ms ease-in-out 0s;
}

.header.header-fixed {
  display: block;
  margin-top: 0 !important;
  position: fixed;
  height: 65px;
  background-color: #fff;
  /*border-bottom: 1px solid #f1f1f1;*/
	border-bottom: none;
}

.header-inner {
  position: relative;
}

.header-fixed .logo a {
  height: initial;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.header-fixed ul.navbar-nav li a {
  padding: 26px 12px;
  color: #555;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00ffffff", GradientType=0);
}

.header-fixed:before {
  background: none;
  height: 0;
}


/* Logo */

.logo {
  float: left;
  text-align: left;
  display: inline-block;
}

.logo a {
  width: 150px;
  display: block;
  margin: 30px 0 0 30px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.logo a img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.header .logo a img.logo-light {
  opacity: 1;
}

.header .logo a img.logo-dark {
  opacity: 0;
}

.header.header-fixed .logo a img.logo-light {
  opacity: 0;
}

.header.header-fixed .logo a img.logo-dark {
  opacity: 1;
}

.logo {
  float: left;
  text-align: left;
  display: inline-block;
}

.logo a {
  max-width: 100%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  position: relative;
}

.logo a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}


/* Navigation Menu */

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggle {
  float: right;
  border-radius: 0;
  margin-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

.nav-tabs>li>a {
  border: 0;
}

ul.navbar-nav {
  float: right;
  display: block;
}

ul.navbar-nav>li {
  float: none;
  display: inline-block;
}

ul.navbar-nav>li:not(.search):hover,
ul.navbar-nav>li.active {
  color: #fff;
  position: relative;
}

ul.navbar-nav>li {
  padding: 0;
  position: relative;
}

ul.navbar-nav>li:last-child:after {
  background: none;
}

ul.navbar-nav>li>a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 26px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  transition: .1s;
}

ul.navbar-nav li a i:not(.icon-angle) {
  font-size: 11px;
  padding-right: 3px;
}

ul.navbar-nav li a i.icon-angle {
  padding-left: 3px;
}

ul.navbar-nav>li:hover>a:after,
ul.navbar-nav>li.active>a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

ul.nav.nav-tabs {
  border-bottom: 0;
}

ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #555;
  border-radius: 0;
  font-size: 15px;
  color: #777;
  padding: 0 30px;
  margin: 15px 0 25px;
  text-transform: uppercase;
}

ul.nav.nav-tabs li.active a {
  font-weight: 600;
}

ul.nav.nav-tabs li:first-child a {
  border-left: 0;
  padding-left: 0;
}

ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li.active a:hover {
  border-bottom: 0 !important;
  border-top: 0 !important;
}


/* Dropdown */

ul.navbar-nav>li.open>a,
ul.navbar-nav>li.open>a:hover,
ul.navbar-nav>li.open>a:focus,
ul.navbar-nav>li.open>a:active {
  background: transparent;
}

ul.nav li.dropdown ul.dropdown-menu {
  background: #fff;
}

ul.nav li.dropdown ul.dropdown-menu li a {
  color: #555;
}

ul.nav li.dropdown ul.dropdown-menu li.active a {
  color: #fff;
}

.dropdown-menu {
  text-align: left;
  border: 0;
  box-shadow: none;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  padding: 0;
}

.navbar-nav>li .dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}

.navbar-nav>li>.dropdown-menu a {
  background: none;
  text-transform: uppercase;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 15px 20px;
  color: #999;
}

.header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  padding: 15px 20px;
}

ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active {
  color: #fff;
}

.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.open>.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.open>.dropdown-menu li a {
  color: #000;
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  box-shadow: 0px 0px 1px #ccc;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}


/*** Search ***/

.site-search {
  text-align: center;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  z-index: 100;
  width: 100%;
}

@-moz-document url-prefix() {
  .site-search {
    margin-top: -1px;
  }
}

.navbar-nav .fa-search {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  padding: 17px;
}

.header-fixed .navbar-nav .fa-search {
  color: #555;
}

.navbar-nav .fa-shopping-cart {
  font-weight: 300;
  padding: 0;
}

.site-search .search-container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.site-search .search-container.open {
  height: 100px;
}

.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin: 37px 0;
  padding-right: 20px;
  width: 100%;
  font-weight: 500;
  outline: 0;
  text-align: center;
}

.site-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.site-search .close {
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  font-size: 35px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-weight: 300;
}

.site-search .close:hover {
  color: #fff;
}

/* Toggler Icon */

.navbar-toggler {
  outline: none !important;
  padding: 8px 0 0;
}

#icon-toggler {
  width: 20px;
  height: 21px;
  position: relative;
  margin: 7px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}

#icon-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header.header-fixed #icon-toggler span {
  background-color: #555;
}

#icon-toggler span:nth-child(1) {
  top: 0;
}

#icon-toggler span:nth-child(2),
#icon-toggler span:nth-child(3) {
  top: 6px;
}

#icon-toggler span:nth-child(4) {
  top: 12px;
}

#icon-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#icon-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#icon-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#icon-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* [ CONTENT ] */


/*================================================== */


/* Custom Button */

.custom-button {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #00bbda;
  cursor: pointer;
  display: inline-block;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 12px 33px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.custom-button,
.custom-button:hover,
.custom-button:focus {
  color: #fff;
  text-decoration: none;
}

.custom-button:before {
  content: "\f1d8";
  font: 15px/1.2em FontAwesome,'Font Awesome 5 Free';
  font-size: 15px/1.2em;
  font-family: FontAwesome,'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  position: absolute;
  height: 100%;
  right: 18px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  
}

.custom-button span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-button:hover span {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.custom-button:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}



/* Main Slider (Revolution Slider)
---------------------------------------- */

.tp-simpleresponsive .slider-button {
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.tp-simpleresponsive .slider-button:before {
  content: "\f061";
  margin-top: -9px;
  font-family: FontAwesome,'Font Awesome 5 Free' !important;
}

.dark-slider .rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1111;
  background: rgba(0, 0, 0, .5);
}

.scroll-effects-text {
  color: #eee !important;
}


/* About
---------------------------------------- */

.about {
  background-color: #fff;
}

.about h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  margin: 15px 0;
}

.about .about-content .title-about {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 0;
}

.about .about-content h3.title-about.green, body.custom .about .about-content .title-about.green{color: #444;text-align: center}

.about .about-content h1.title-about{
	color: #d2d2d2;
}

.about .about-content {
  /*margin-top: 40px;*/
}

.about .about-content .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.about .about-content .custom-button:before {
  content: "\f061";
  margin-top: -10px;
}

.about .about-content .full-image-overlay h3 {
  text-transform: Capitalize;
  color: #ffffff;
  margin-top: 20px;
}

.about .about-content .about-right-side img {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 auto;
  margin-left: auto;
  display: block;
}

.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus {
  background: none;
}

.about ul.nav.nav-tabs li>a {
  border-left: 1px solid #ddd;
  line-height: 14px;
}

.about ul.nav.nav-tabs li:first-child>a {
  border-left: 0;
}

.about .tab-content p {
  padding: 0 0 30px;
  margin: 0;
}

.list-why-choose-us {
  display: inline;
  list-style: none;
  margin-top: 30px;
  text-align: left;
}

.list-why-choose-us li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 18px;
}

.list-why-choose-us li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome",'Font Awesome 5 Free';
}

.list-why-choose-us li+li {
  margin-top: 14px;
}

.full-text-container+.full-image-container:before {
  right: auto;
  left: 0;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
  right: auto;
  left: 5%;
}

.about-right-side {
  position: relative;
  display: table;
  table-layout: fixed;
}

.full-image-container {
  width: 50%;
  display: table-cell;
  position: relative;
  overflow: hidden;
}

.full-image-container:before {
  content: '';
  position: absolute;
  top: 5%;
  right: 0%;
  width: 50%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.full-text-container+.full-image-container:before {
  right: auto;
  left: 0;
}

.about-right-side:hover .full-image-container:before,
.about-right-side .full-image-container.hovered:before {
  width: 90%;
  right: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
  right: auto;
  left: 5%;
}

.about-right-side:hover .full-image-overlay,
.about-right-side .hovered .full-image-overlay {
  text-align: left;
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 10%;
  margin-top: -133px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.full-text-container {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 50px;
  position: static;
}

.full-text-container * {
  max-width: 700px;
}

.full-text-container.left {
  text-align: right;
}

.full-text-container.left * {
  margin-left: auto;
}

.full-text-container p {
  margin-bottom: 10px;
}


/* Project Manager
---------------------------------------- */

.projectmanager {
  color: #fff;
  background-image: none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.projectmanager .section-overlay {
  padding: 120px 0 100px;
}

.projectmanagerpicture {
  border-radius: 50%;
}

.projectmanager h1 {
  margin-bottom: 20px;
}

.projectmanager h3 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.projectmanager p {
  color: #fff;
}

.projectmanager blockquote {
  padding-top: 0;
  padding-bottom: 0;
  color: #cecece;
  font-size: 14px;
  border-left: 5px solid #eee;
  padding-left: 20px;
}

.projectmanager p,
.projectmanager blockquote {
  margin-top: 30px;
  font-style: italic;
}

.projectmanager li:hover,
.projectmanager li:hover a,
.projectmanager li a:hover {
  color: #fff;
}


/* Services
---------------------------------------- */

.services {
  background-color: #efefef;
}

.services .services-box {
  margin: 25px -15px;
}

.services .services-box:before {
  content: "";
  display: table;
}

.services .services-box:after {
  content: "";
  display: table;
  clear: both;
}

.services .services-box-item {
  position: relative;
  color: #717c8e;
  text-decoration: none;
  -webkit-perspective: 750px;
  -ms-perspective: 750px;
  -o-perspective: 750px;
  perspective: 750px;
  margin: 15px 0;
  float: left;
}

.services .services-box-item:hover,
.services .services-box-item:focus,
.services .services-box-item.hover {
  text-decoration: none;
}

.services .services-box-item:hover>.services-box-item-cover,
.services .services-box-item:focus>.services-box-item-cover,
.services .services-box-item.hover>.services-box-item-cover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services .services-box-item:hover>.services-box-item-content,
.services .services-box-item:focus>.services-box-item-content,
.services .services-box-item.hover>.services-box-item-content {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.services .services-box-item-cover,
.services .services-box-item-content {
  position: relative;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services .services-box-item-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 15px;
  box-shadow: 0px 0px 3px 1px #ddd;
  border-radius: 7px;
}

.services .services-box-item-cover:before,
.services .services-box-item-cover:after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.services .services-box-item-cover:before {
  margin: -40px 0px 0px -20px;
  font-size: 40px;
}

.services .services-box-item-cover:after {
  content: attr(data-headline);
  font-family: "Raleway";
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.services .services-box-item-content {
  overflow: hidden;
  margin: -16px -6px;
  padding: 30px 40px;
  font-size: 14px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 7px;
}

.services .services-box-item-content:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: -60px;
  font-size: 228px;
  opacity: 0.2;
}

.services .services-box-item-content h2 {
  position: relative;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: Capitalize;
}

.services .services-box-item-content p {
  line-height: 23px;
  position: relative;
  margin: 12px 0;
  font-size: 13px;
}

.services[data-icon]:before,
.services[class^="icon-"]:before,
.services[class*=" icon-"]:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}

.services[data-icon]:before {
  content: attr(data-icon);
}

.services[data-icon].after:before {
  content: none;
}

.services[data-icon].after:after {
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 4px;
}


/* Testimonials
---------------------------------------- */

.testimonials {
  background-image:none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.testimonials #quote-carousel {
  margin-top: 50px;
}

.testimonials #quote-carousel hr {
  border-top: 1px solid #fff;
}

.testimonials #quote-carousel,
.testimonials #quote-carousel h6 {
  color: #fff;
}

.testimonials #quote-carousel blockquote {
  padding: 0;
  text-align: center;
  font-size: 15px;
  border: none;
}

.testimonials #quote-carousel p {
  font-style: italic;
  color: #fff;
}

.testimonials #quote-carousel p:before,
.testimonials #quote-carousel p:after {
  font-family: "FontAwesome",'Font Awesome 5 Free';
}

.testimonials #quote-carousel p:before {
  margin-right: 20px;
  content: "\f10d";
}

.testimonials #quote-carousel p:after {
  margin-left: 20px;
  content: "\f10e";
}

.testimonials #quote-carousel h5 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.testimonials #quote-carousel h6 {
  margin: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.testimonials #quote-carousel .img-responsive {
  margin: 0 auto 25px;
  border: 6px solid #f9f9f9;
  background: #f9f9f9;
}

.testimonials #quote-carousel .carousel-indicators {
  bottom: -40px;
}

.testimonials #quote-carousel .carousel-indicators li {
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonials #quote-carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
}


/* Portfolio
---------------------------------------- */

.portfolio {
  background-color: #fff;
}

.portfolio .nav-pills {
  overflow: hidden;
  margin: 35px 15px 30px;
  text-align: center;
}

.portfolio .nav-pills li {
  margin-right: 15px;
  border-radius: 40px;
  padding: 8px 30px;
  color: #555;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: none;
  text-transform: uppercase;
}

.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active {
  color: #fff;
}

.portfolio .caption h3 {
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  padding-top: 2px;
}

.portfolio .caption p {
  font-size: 13px;
}

.portfolio .caption .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.portfolio .caption .custom-button:before {
  content: "\f061";
  margin-top: -10px;
}

.portfolio .filtr-container {
  position: relative;
  overflow: hidden;
}

.portfolio .filtr-container .filtr-item {
  display: block;
  float: left;
  box-sizing: border-box;
}

.portfolio .filtr-container .filtr-item_holder {
  overflow: hidden;
}

.portfolio .filtr-container .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  border-radius: 4px;
}

.portfolio .thumbnail__portfolio {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
}

.filtr-item {
  padding: 15px;
}


/* Filter controls */

.simplefilter li,
.multifilter li,
.sortandshuffle li {
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2rem;
}

.simplefilter li.active {
  background-color: #212121;
}

.multifilter li {
  background-color: #4b9eff;
}

.multifilter li.active {
  background-color: #2265b4;
}


/* Zoom icons */

.zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.zoom-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -13px 0 0 -13px;
  width: 25px;
  height: 26px;
  background: url(../img/projects/icons/zoom-icon.png) 50% 50% no-repeat;
  content: "";
}

.video-icon:before {
  background: url(../img/projects/icons/video-icon.png) 50% 50% no-repeat;
}

.gallery-icon:before {
  background: url(../img/projects/icons/gallery-icon.png) 50% 50% no-repeat;
}

.external-icon:before {
  background: url(../img/projects/icons/external-icon.png) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
  opacity: 1;
}

.featured-thumbnail a:hover .zoom-icon {
  visibility: visible;
}


/*** Project Page ***/

.project {
  background: #fff;
}

.project .project-main-content img {
  border-radius: 7px;
}

.project .project-navigation nav ul {
  margin-top: 5px;
}

.project .project-navigation nav ul li {
  display: inline-block;
}

.project .project-navigation nav ul li.next-project {
  float: right;
}

.project .project-navigation nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}


/* Embed Video */

.project video.responsive-video {
  max-width: 100%;
  height: auto;
}

.videocontainer {
  position: relative;
  padding-bottom: 54.55%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.videocontainer iframe,
.videocontainer object,
.videocontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* Gallery */

.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.grid_gallery-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-item {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0 1px 1px 0;
}

.gallery-item .featured-thumbnail {
  float: none;
}

.featured-thumbnail a {
  position: relative;
  display: block;
  outline: none !important;
}

.project .project-main-content .featured-thumbnail a img {
  border-radius: 0;
}

.single-gallery-item {
  margin: 0 !important;
}


/* Slider */

.project .bx-wrapper {
  margin: 0;
}

.project .bx-wrapper .bx-viewport {
  border-radius: 7px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  border-radius: 50%;
  opacity: .8;
}

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a i {
  width: 32px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  line-height: 31px;
}

.bx-wrapper .bx-controls-direction a.bx-prev i {
  padding-right: 2px;
}

.bx-wrapper .bx-controls-direction a.bx-next i {
  padding-left: 3px;
}


/* Project Details */

.project .project-details h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.project .project-details ul li {
  padding-bottom: 10px;
}

.project .project-details ul li:last-child {
  padding-bottom: 0;
}

.project .project-details ul li span.detail-name {
  font-weight: 500;
}

.project .project-details ul li span.detail-value {
  text-transform: uppercase;
}

.project .project-details ul li i {
  margin-right: 5px;
}

.project .project-details .custom-button:before {
  content: "\f08e";
  margin-top: -9px;
}


/* Team
---------------------------------------- */

.team {
  background-color: #efefef;
}

.team .container {
  padding: 70px 15px 100px;
}

.team-members {
  margin-top: 40px;
}

.team-member {
  position: relative;
  display: inline-block;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.team-member-img-wrap {
  position: relative;
  display: block;
  outline: 0 !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.team-member-img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.team-member-caption {
  text-align: center;
  background: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.team-member .team-member-caption h4 {
  line-height: 0;
  margin-top: 35px;
  text-transform: uppercase;
  margin: 35px 0 25px;
  font-weight: 700;
}

.team-member-caption p {
  padding: 0px 0 18px;
  font-style: italic;
  margin: 0;
}

.team-member-caption .list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  margin-top: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  will-change: content;
}

.team-member-caption .list li {
  padding: 0;
}

.team-member-caption .list li a {
  color: #fff;
}

.team-member-caption .list li+li {
  margin-left: 5px;
}

.team-member-img-wrap img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.team-member-caption a:hover {
  text-decoration: none;
}

.team-member:hover .team-member-img-wrap:before {
  opacity: 1;
}

.team-member:hover .team-member-caption h4,
.team-member:hover .team-member-caption p {
  color: #fff;
}

.team-member:hover .team-member-caption .list {
  opacity: 1;
}

.team ul.social li a {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.team ul.social li a:before {
  color: #fff;
  font-size: 20px;
}

.team .social-icons ul.social li a:hover:before {
  font-size: 20px;
}

.team .social-icons ul.social li a:hover {
  background: #fff;
}


/* Facts
---------------------------------------- */

.facts {
  background-image: none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.fact-badges {
  margin-top: 65px;
  text-align: center;
}

.fact-badges h2 {
  margin-top: 20px;
}

.fact-badges h2 span {
  font-weight: bold;
  font-size: 48px;
}

.fact-badges h2 strong {
  font-weight: 800;
  padding-right: 3px;
}

.fact-badges .fa {
  font-size: 70px;
  color: #fff;
}

.facts .top-text h4 {
  margin: 15px 0 25px;
  font-weight: 400;
}

.facts h4 {
  margin: 25px 0;
  font-weight: 500;
}


/* Call To Action
---------------------------------------- */

.call-to-action {
  background-image:none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.call-to-action .call-to-action-content {
  margin-top: 40px;
}

.call-to-action .call-to-action-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
  text-align: left;
  max-width: 260px;
  margin: 0 auto;
}

.call-to-action .call-to-action-content ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.call-to-action .call-to-action-content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -15px;
  margin-right: 12px;
}

.call-to-action .call-to-action-content .custom-button {
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 260px;
  margin: 0 auto;
  margin-top: 40px;
}

.call-to-action .call-to-action-content .custom-button:before {
  content: "\f234";
  margin-top: -10px;
  right: 55px;
}


/* Newsletter
---------------------------------------- */

.newsletter {
  color: #fff;
  background-image:none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.newsletter p {
  color: #fff;
}

.newsletter-content {
  margin-top: 40px;
}

.newsletter form .custom-input-label::before {
  height: 52px;
}

.newsletter form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter .custom-form-group {
  margin-top: 20px;
  margin-bottom: 30px;
}

.newsletter form .custom-button {
  margin-top: 0;
  margin: 0 auto;
  display: block;
  padding: 15px 30px;
  border-radius: 40px;
  width: 260px;
  outline: none;
}

.newsletter form .custom-button span {
  font-size: 15px;
}

.newsletter form .custom-button:before {
  font-size: 13px;
  content: "\f0e0";
  right: 48px;
}


/* Blog
---------------------------------------- */

.blog {
  background-color: #fff;
}


/*** Latest Posts ***/

.latest-posts-content {
  margin-top: 40px;
}

.latest-post {
	position:relative;
}

.latest-post .post-title {
  font-size: 18px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.latest-post .post-title a {
  color: #555;
  transition: .1s;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.latest-post a.img-thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.latest-post a.img-thumb img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.latest-post a.img-thumb:hover img {
  transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  opacity: 1 !important;
}

.latest-post .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.latest-post .custom-button:before {
  content: "\f061";
  margin-top: -10px;
}

.latest-post .post-date {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    padding-top: 3px;
	border-radius:4px
}

.latest-post .post-date span {
  display: block;
  color: #fff;
}

.latest-post .post-date span:first-child {
  font-weight: 600;
  font-size: 16px;
  padding-top: 1px;
}

.latest-post .post-date span:nth-child(2) {
  font-size: 12px;
}


/*** Blog Page ***/

body.blog-page article {
  margin-bottom: 60px;
}

body.blog-page figure {
  margin: 0;
}

body.blog-page figure a img {
  width: 100%;
  border-radius: 4px;
}

body.blog-page article h4 {
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 34px;
}

body.blog-page.grid-no-sidebar article h4 {
  font-size: 23px;
  line-height: 31px;
}

body.blog-page p.excerpt-blog,
body.blog-page p.content-article {
  margin: 22px 0;
}

body.blog-page article .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

body.blog-page article .custom-button:before {
  content: "\f061";
  margin-top: -10px;
}

body.blog-page .meta {
  clear: both;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  margin-top: 30px;
}

body.blog-page .banner-area .meta {
  border-top: 0;
  border-bottom: 0;
}

body.blog-page .meta span {
  margin-right: 15px;
  display: inline-block;
}

body.blog-page .meta span i {
  padding-right: 4px;
}


/* Pagination */

body.blog-page .pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

body.blog-page .pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

body.blog-page .pagination li a:hover {
  background: #ddd;
}

body.blog-page .pagination li a {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 9px 16px;
  font-size: 15px;
}

body.blog-page .pagination li.active a {
  color: #fff;
}


/* Comments */

.comments-heading {
  margin: 40px 0 25px;
  text-transform: uppercase;
  color: #555;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  margin-bottom: 30px;
  background: #efefef;
  padding: 25px;
  border-radius: 7px;
}

.comments-list img.comment-avatar {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  margin-right: 25px;
}

.comments-list .comment-body {
  margin-left: 110px;
}

.comments-list .comment-author {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.comments-list .comment-content {
  font-size: 13px;
}

.comments-list .comment-date {
  font-size: 12px;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  text-transform: uppercase;
  font-weight: 600;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 96px;
}


/* Comments Form */

.comments-heading.add-comment {
  margin: 0 0 50px;
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-top: 0;
  line-height: normal;
  margin-bottom: 25px;
}

.comments-form .form-group {
  margin-bottom: 30px;
}

.custom-form textarea {
  padding: 15px;
  height: 150px;
  box-shadow: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
  transition: .2s;
}

.custom-form input[type=text],
.custom-form input[type=password],
.custom-form input[type=email] {
  box-shadow: none;
  height: 42px;
  padding-left: 15px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  font-size: 13px;
  transition: .2s;
}

body.blog-page article .comments-form .custom-button:before {
  content: "\f075";
}

.custom-form input[type=text]:focus,
.custom-form input[type=text]:active,
.custom-form input[type=email]:focus,
.custom-form input[type=email]:active,
.custom-form input[type=password]:focus,
.custom-form input[type=password]:active,
.custom-form textarea:focus,
.custom-form textarea:active {
  border: 1px solid #ccc;
  box-shadow: none;
  background: #ece4e4;
}

.comments-form.custom-form .custom-button {
  margin-top: 0;
}


/*** Sidebar ***/

.sidebar .widget-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #333;
}

.widget {
  background: #efefef;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
}


/* Recent Posts Widget */

.widget.recent-posts ul li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.widget.recent-posts ul li:first-child {
  padding-top: 0;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  border-bottom:0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb {}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
  border-radius: 3px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .post-meta {
  margin-bottom: 0;
}

.widget.recent-posts .entry-title a {
  color: #777;
  font-weight: 600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
}


/* Navigation Widget */

.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li a {
  color: #777;
  border-radius: 0;
  padding: 0;
  padding-left: 0;
  font-weight: 600;
  display: inline-block;
  border-left: 0;
  margin: 0;
  font-size: 13px;
}

.sidebar ul.nav-tabs li {
  line-height: normal;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  float: none;
  text-align: left;
}

.sidebar ul.nav-tabs li:first-child {
  padding-top: 0;
}

.sidebar ul.nav-tabs li:last-child {
  border-bottom: 0;
}


/* Tags Widget */

.widget-tags ul>li {
  display: inline-block;
  margin: 6px 6px 6px 0;
}

.widget-tags ul>li a {
  color: #999;
  border: 1px solid #999;
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.1s;
}

.widget-tags ul>li a:hover {
  color: #fff;
}


/* Pricing
---------------------------------------- */

.pricing {
  background: #efefef;
}

.pricing-page .pricing {
  background: #fff;
}

.pricing-tables-content {
  margin-top: 25px;
}

.pricing-page .pricing h1.monthly {
  padding-bottom: 25px;
}

.pricing-page .pricing h1.yearly {
  padding: 70px 0 30px;
}

.pricing-tables-content.pricing-page {
  margin-top: 0;
}

.pricing-tables-content .header {
  height: 100px;
  line-height: 170px;
  position: relative;
}

.pricing h3 {
  color: #fff;
  text-transform: uppercase;
}

.pricing h3.sell-title {
  margin-top: 50px;
}

.pricing-switcher {
  text-align: center;
}

.pricing-switcher>p {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 15px 0 -5px;
  padding-right: 4px;
  background: #aba8a8;
  border-radius: 40px;
}

.pricing-switcher span.switch {
  border-radius: 40px;
}

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 105px;
  height: 42px;
  line-height: 49px;
  padding-left: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.pricing-switcher label.switch-1.active,
.pricing-switcher label.switch-2.active {
  color: #fff;
}

.pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 43px;
  width: 105px;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
  -webkit-transform: translateX(105px);
  -moz-transform: translateX(105px);
  -ms-transform: translateX(105px);
  -o-transform: translateX(105px);
  transform: translateX(105px);
}

.no-js .pricing-switcher {
  display: none;
}

.pricing-list {
  margin: 32px 0 0;
  list-style-type: none;
}

.pricing-list .badge-popular {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
  border-top-right-radius: 7px;
}

.pricing-list .popular {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px 10px 60px;
  width: 280px;
  text-align: center;
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(44deg);
}

.pricing-list>li {
  position: relative;
  margin-bottom: 16px;
}

.pricing-wrapper {
  position: relative;
  list-style-type: none;
  padding: 0;
}

.touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-wrapper>li {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.pricing-page .pricing-wrapper>li {
  background-color: #f2f2f2;
}

.pricing-wrapper>li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right, #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.pricing-wrapper>li.is-ended::after {
  display: none;
}

.pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
  z-index: 3 !important;
}

.no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 16px;
}

.price {
  margin-top: 45px;
  color: #fff;
}

.pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 16px;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}

.pricing-header h2 {
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.currency,
.value {
  font-size: 120px;
  font-weight: 300;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-features {
  padding: 0;
}

.pricing-features:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-features li {
  width: 100px;
  float: left;
  padding: 25px 16px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
}

.pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}

.pricing-footer::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.pricing-footer a {
  display: block;
  margin: 0 30px;
}

.select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.pricing-tables-content .header {
  height: 160px;
  line-height: 280px;
}

.pricing-list {
  margin: 48px 0 0;
  padding: 0;
}

.pricing-list:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-list>li {
  float: left;
  padding: 0 15px;
}

.pricing-wrapper>li::before {
  content: '';
  position: absolute;
  z-index: 6;
  left: -1px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
}

.pricing-wrapper>li::after {
  display: none;
}

.pricing-header {
  height: auto;
  padding: 30px;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
}

.popular .pricing-header {
  color: #e97d68;
  background-color: transparent;
}

.pricing-header h2 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 45px;
  line-height: 1.8rem;
  color: #666;
  letter-spacing: 1px;
  font-weight: 300;
}

.price-content .value {
  font-size: 6rem;
  font-weight: 400;
  color: #555;
}

.price-content .duration {
  font-size: 1.4rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}

.price-content .duration:before {
  content: '/';
  margin-right: 2px;
}

.price-content .currency {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(23, 61, 80, 0.4);
  font-size: 20px;
}

.pricing-body {
  overflow-x: visible;
}

.pricing-features {
  width: auto;
}

.pricing-features li {
  float: none;
  width: auto;
  padding: 14px;
  border-bottom: 1px solid #eee;
}

.pricing-page .pricing-features li {
  border-bottom: 1px solid #ddd;
}

.pricing-footer .custom-button {
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-footer .custom-button:before {
  content: "\f07a";
  margin-top: -10px;
  right: 86px;
}

.pricing-features em {
  display: inline-block;
  margin-bottom: 0;
}

.pricing-footer {
  position: relative;
  height: auto;
  padding: 30px 0;
  text-align: center;
}

.pricing-footer::after {
  display: none;
}

.select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 20px 48px;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #0c1f28;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.no-touch .select:hover {
  background-color: #112e3c;
}


/* Keyframes */

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/* Video Promotion
---------------------------------------- */

.videopromotion {
  color: #fff;
  /* background: url("http://via.placeholder.com/1600x650"); */
  background-image: none;
  background-color: #3b3b3b;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.videopromotion p {
  color: #fff;
}

.btn-wrapper {
  margin-top: 70px
}

.btn-wrapper a {
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  position: relative;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80px;
  outline: none;
}

.btn-wrapper a:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 26px;
  left: 50%;
  line-height: 41px;
  margin-left: -7px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.btn-wrapper a:hover {
  border-width: 22px;
}

.btn-wrapper a:hover:before {
  color: #fff;
}


/* Contact
---------------------------------------- */

.contact {
  background-color: #efefef;
}

.contact .container:first-child {
  padding: 70px 15px 30px !important;
}


/* Google Map */

.gmap_container {
  overflow: hidden;
  height: 710px;
  width: 100%;
}

.contact #gmap_canvas {
  height: 710px;
  width: 100%;
}

.contact #gmap_canvas img {
  max-width: none!important;
  background: none!important;
}

.contact #gmap_canvas strong {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.info-map {
  position: relative;
  clear: both;
  border-bottom: 1px solid #ccc;
}

.map-info-window {
  padding: 6px;
}

.info-map-gmap {
  height: 450px;
}

.info-map-boxes {
  zoom: 1;
  position: relative;
  /* margin-top: -255px; */
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.info-map-boxes:before {
  content: "";
  display: table;
}

.info-map-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.info-map-boxes-item {
  padding: 18px 20px 15px;
  width: 100%;
  border-radius: 7px;
  font-size: 14px;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 7px rgba(0, 0, 0, 0.15);
}

.info-map-boxes-item:before {
  float: right;
  margin: 0;
  padding: 10px 0 0 30px;
  font-size: 70px;
  background: #fff;
}

.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
  text-decoration: none;
}

.info-map-boxes-item h1 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}

.info-map-boxes-item p {
  margin: 11px 0 0;
  line-height: 25px;
  font-size: 13px;
}


/* Contact Form */

.contactform {
  color: #fff;
  /* background: url("http://via.placeholder.com/1600x650"); */
  background-image:none;
  background-color: #3d3d3d;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.contactform .form-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 30px;
}

.custom-form-group {
  margin-bottom: 20px;
}

.custom-form-group .input-group .input-group-addon {
  padding: 0px 13px;
  font-size: 18px;
  border: none;
  color: white;
}

.form-inputs .form-control {
  height: 40px;
}

.form-inputs .form-control {
  background: #fff;
  border-radius: 30px;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-form-group textarea {
  width: 100%;
  padding: 20px 0 0 25px;
  border: none;
}

.form-inputs .form-group textarea:focus,
.form-inputs .form-group .form-control:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}

.submit-form button {
  padding: 14px 26px;
  border-radius: 40px;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  outline: none;
  font-size: 16px;
}

.submit-form button:before {
  right: 102px;
  font-size: 14px;
  margin-top: -9px;
}

.contactform .output_message {
  padding: 8px;
  margin-bottom: 17px;
  border-radius: 2px;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.contactform .output_message.success {
  background: #28a745;
  padding: 15px;
}

/*
.contactform .output_message.success:before {
  font-family: FontAwesome;
  content: "\f14a";
  padding-right: 10px;
}
*/

.contactform .output_message.error {
  background: #dc3545;
  padding: 15px;
}

.contactform .output_message.error:before {
  font-family: FontAwesome,'Font Awesome 5 Free';
  content: "\f071";
  padding-right: 10px;
}

.contactform .output_message_holder {
  display: none;
}


/* Logos Slider */

.logos {
  background-color: #fff;
}

.bx-wrapper {
  margin: 80px 0;
  box-shadow: none;
  width: 100% !important;
  max-width: inherit !important;	
}

ul.bxslider img {
  opacity: 0.7;
	width: 200px;
	transform: translate(-50%,-50%);
	top: 75px;
	left: 100px;
	position: relative;
}


/* Banner */

.banner {
  /* background-image: url('http://via.placeholder.com/1920x624'); */ 
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: auto 278px;
  min-height: 278px;
}

.banner.banner-blog-post {
  /* background-image: url('http://via.placeholder.com/1920x572'); */
  background-size: initial;
}

.blog-page .banner-blog-post .meta span {
  color: #ccc
}

.blog-page .banner-blog-post .meta,
body.dark.blog-page .banner-blog-post .meta {
  border-top: 0;
  border-bottom: 0;
}

.banner .content {
  /*background-color: rgba(0, 0, 0, .8);*/
  padding: 125px 0 75px 0;
  width: 100%; 
  background-size: auto 100% !important;
}

.banner .content h1,
.banner .breadcrumb>li {
  color: #fff !important;
}

.banner hr {
  width: 80px;
  margin-top: 32px;
  margin-bottom: 22px;
}


/* Breadcrumb */

.banner .breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0 0;
  background: transparent;
}

.banner .breadcrumb>li {
  font-weight: 400;
}

.banner .breadcrumb>li a {
  font-weight: 700;
  color: #fff;
}

.banner .breadcrumb>li a:hover {
  opacity: .9;
}

.banner .breadcrumb>li+li:before {
  color: #fff;
}


/* Auth Pages */

.auth-page {
  background: #fff;
}

.user-auth {
  padding: 0;
}

.user-auth .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: 30px;
  margin-top: 30px;
}

.user-auth .logo img {
  width: 110px;
}

.user-auth>div {
  padding: 0;
}

.user-auth>div:nth-child(2) {
  height: 100vh;
  background: #fff;
}

.user-auth>div:nth-child(2) .copyright-text {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 3px;
  opacity: .8;
}

.user-auth>div:nth-child(2) .form-container {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
}

.user-auth>div:nth-child(2) .form-container>div {
  display: table-cell;
  vertical-align: middle;
}

.user-auth>div:nth-child(2) .form-container form {
  max-width: 450px;
  margin: 0 auto;
}

.user-auth>div:nth-child(2) .form-container form .form-group {
  margin: 0 auto;
  margin-bottom: 30px;
}

.user-auth>div:nth-child(2) .form-container .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.user-auth>div:nth-child(2) .form-container .custom-button:before {
  content: "\f234";
  margin-top: -10px;
}

.user-auth>div:nth-child(2) .form-container .custom-button.login:before {
  content: "\f090";
  margin-top: -9px;
}

.user-auth>div:nth-child(2) .form-container p {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.user-auth>div:nth-child(2) .form-container p.info-form {
  margin-bottom: 30px;
  font-size: 14px;
}

.user-auth>div:nth-child(2) .form-container .form-group p {
  font-size: 12px;
}


/* Carousel Testimonials */

#carousel-testimonials .item {
  height: 100vh;
  color: #fff;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  background-attachment: initial;
}

#carousel-testimonials .item.item-1 {
  /* background-image: url('http://via.placeholder.com/640x1080'); */
}

#carousel-testimonials .item.item-2 {
  /* background-image: url('http://via.placeholder.com/640x1080'); */
}

#carousel-testimonials .item.item-3 {
  /* background-image: url('http://via.placeholder.com/640x1080'); */
}

#carousel-testimonials .carousel-control {
  display: none;
}

#carousel-testimonials .item>div {
  position: absolute;
  bottom: 0;
}

#carousel-testimonials .item>div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 480px;
  background-image: -webkit-linear-gradient(91deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
  background-image: linear-gradient(-1deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
}

#carousel-testimonials blockquote {
  border-left: 0;
  padding: 10px 30px;
}

#carousel-testimonials blockquote p {
  position: relative;
  margin-bottom: 40px;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}

#carousel-testimonials blockquote p:before,
#carousel-testimonials blockquote p:after {
  font-family: "FontAwesome";
}

#carousel-testimonials blockquote p:before {
  margin-right: 20px;
  content: "\f10d";
}

#carousel-testimonials blockquote p:after {
  margin-left: 20px;
  content: "\f10e";
}

#carousel-testimonials blockquote footer {
  font-size: 12px;
  text-transform: uppercase;
}

#carousel-testimonials blockquote footer span {
  color: #eee;
}

#carousel-testimonials .carousel-indicators {
  text-align: right;
  width: 100%;
  left: 0;
  margin-left: 0;
  padding-right: 30px;
  margin-bottom: 5px;
}

#carousel-testimonials .carousel-indicators li {
  display: inline-block;
  background-color: #fff;
  border: 0;
  margin-right: 5px;
}

#carousel-testimonials .carousel-indicators li:last-child {
  margin-right: 0;
}


/* Fix Bootstrap Carousel Bug in Firefox (Replace Slide by Fade) */

@-moz-document url-prefix() {
  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
    height: 100%;
  }
}


/*** Error Page ***/

body.error-page .error {
  height: 100vh;
  /* background-image: url('http://via.placeholder.com/1920x1080'); */
  background-size: cover;
  background-position: center center;
  padding: 0;
}

body.error-page.server-error-page .error {
  /* background-image: url('http://via.placeholder.com/1920x1080'); */
}

body.error-page .error .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body.error-page .logo img {
  margin: 0 auto;
  padding-top: 30px;
}

body.error-page .error>div {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  background: rgba(17, 17, 17, .9);
}

body.error-page .error>div>div {
  display: table-cell;
  vertical-align: middle;
}

body.error-page .error h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.error-page .error .big-404 {
  font-size: 220px;
  line-height: 220px;
  color: #999;
  font-weight: 300;
  margin-top: 70px;
}

body.error-page .error p {
  color: #999;
  font-size: 15px;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 530px;
}

body.error-page .error .custom-button:before {
  content: "\f015";
}

body.error-page .error .custom-button.refresh:before {
  content: "\f021";
}


/*** Coming Soon Page ***/

body.error-page.coming-soon .error {
  /* background-image: url('http://via.placeholder.com/1920x1080'); */
  background-image:none;
  background-color: #3d3d3d;
}

body.error-page.coming-soon .coming-soon-title {
  margin-top: 70px;
}

.countdown {
  margin: 10px 0 40px;
}

.countdown-section {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #888;
  text-transform: capitalize;
  padding: 0 20px;
}

.countdown-amount {
  display: block;
  font-size: 45px;
  margin-bottom: 15px;
}


/*** FAQ Panels ***/

.faq {
  background: #fff;
}

.faq .container {
  padding: 100px 15px;
}

.panel-group {
  margin-bottom: 80px;
}

.panel-default>.panel-heading {
  background: none;
  border-radius: 0;
  position: relative;
  padding: 15px;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: -6px;
}

.panel-group .panel:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.panel-group .panel:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.panel.panel-default {
  background: transparent;
  border-color: #ddd;
  box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
  line-height: 30px;
}

h4.panel-title {
  font-size: 17px;
  background: none;
  border: 0;
  padding: 8px 0 8px 30px;
  line-height: normal;
  border-radius: 0;
  text-transform: uppercase;
}

h4.panel-title a.collapsed {
  color: #555;
}

h4.panel-title span {
  float: right;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before {
  font-family: "FontAwesome",'Font Awesome 5 Free';
  position: absolute;
  z-index: 0;
  font-size: 12px;
  left: 15px;
  padding: 0 5px;
  text-align: center;
  top: 50%;
  margin-top: -7px;
}

h4.panel-title a:before {
  content: "\f106";
}

h4.panel-title a.collapsed:before {
  content: "\f107";
}

.panel-body ul {
  padding-left: 25px;
}


/*** Terms of Services ***/

.terms {
  background: #fff;
}

.terms p {
  margin-bottom: 45px;
}


/*** Shopping Cart ***/

.shop-cart {
  background: #fff;
}

.shop-cart .table-responsive .table.order {
  margin-bottom: 35px;
}

.shop-cart table.order thead tr {
  background: #efefef;
  color: #555;
  text-transform: uppercase;
}

.shop-cart .table thead>tr>th {
  padding: 20px 0;
  font-size: 15px;
}

.shop-cart .table-responsive .table.order tr td {
  vertical-align: middle;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 0;
}

.shop-cart .table h6 {
  font-size: 18px;
  color: #555;
}

.shop-cart .table .icon-delete-product {
  color: #555;
}

.shop-cart .table td span.price {
  font-weight: 700;
  color: #555;
}

.shop-cart .row-buttons {
  margin-left: 15px;
  margin-right: 15px;
}

.shop-cart .form-control {
  max-width: 135px;
  display: inline-block;
  text-align: center;
}

.shop-cart .btn.btn-coupon,
.shop-cart .btn.btn-update-cart {
  background: transparent;
  color: #999;
  border: 1px solid #999;
}

.shop-cart .btn.btn-primary.btn-coupon:hover,
.shop-cart .btn.btn-primary.btn-coupon:focus,
.shop-cart .btn.btn-primary.btn-coupon:active,
.shop-cart .btn.btn-update-cart:hover,
.shop-cart .btn.btn-update-cart:focus,
.shop-cart .btn.btn-update-cart:active {
  background: transparent !important;
}

.shop-cart .form-control,
.shop-cart button {
  font-size: 14px;
  float: left;
  margin-top: 0;
}

.shop-cart .form-control {
  border-radius: 30px;
  height: 46px !important;
  margin-right: 15px;
}

.shop-cart .secondary-button {
  background: transparent;
  border-radius: 30px;
  height: 46px;
  padding: 0 30px;
  transition: .2s;
  text-transform: uppercase;
  font-weight: 600;
  outline: none !important;
}

.shop-cart .secondary-button:hover,
.shop-cart .secondary-button:focus,
.shop-cart .secondary-button:active {
  color: #fff;
}

.shop-cart .secondary-button.update-cart {
  float: right;
}

.shop-cart .checkout-button,
.shop-checkout .checkout-button {
  float: right;
  margin-top: 0;
}

.shop-cart .checkout-button.custom-button:before,
.shop-checkout .checkout-button.custom-button:before {
  content: "\f07a";
}

.shop-cart h4.title-totals {
  color: #555;
  text-transform: uppercase;
  margin: 70px 0 20px;
  font-weight: 600;
}

.shop-cart .table.cart-total {
  margin-top: 20px;
}

.shop-cart .table.cart-total .section-border {
  border-bottom: 1px solid #eee;
}

.shop-cart .table.cart-total th {
  font-weight: 400;
  text-transform: capitalize;
  border: none;
}

.shop-cart .table.cart-total th.total .price {
  font-weight: 800;
  font-size: 20px;
  color: #333;
}

.shop-cart .price {
  color: #333;
}

.shop-cart .table,
.shop-checkout .table {
  border: 0;
}

.shop-cart .table thead>tr>th,
.shop-checkout .table thead>tr>th {
  border-bottom: none;
}

.shop-cart .table thead>tr>th,
.shop-checkout .table thead>tr>th,
.shop-cart .table tbody>tr>th,
.shop-cart .table tfoot>tr>th,
.shop-cart .table thead>tr>td,
.shop-cart .table tbody>tr>td,
.shop-cart .table tfoot>tr>td,
.shop-checkout .table tbody>tr>th,
.shop-checkout .table tfoot>tr>th,
.shop-checkout .table thead>tr>td,
.shop-checkout .table tbody>tr>td,
.shop-checkout .table tfoot>tr>td {
  border: 0;
}

.shop-cart .table tbody>tr,
.shop-checkout .table tbody>tr {
  border-bottom: 1px solid #eee;
}

.shop-cart .quantity {
  text-align: center;
  font-size: 12px;
  background: #efefef;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 82px;
  height: auto;
  display: inline-block;
}

.shop-cart .qty {
  text-align: center;
  width: 26px;
}

.shop-cart .qty,
.shop-cart input.qtyplus,
.shop-cart input.qtyminus {
  background: #efefef;
  border: 0;
  outline: none;
}

.shop-cart input.qtyplus,
.shop-cart input.qtyminus {
  font-size: 15px;
}


/* Checkout Page */

.shop-checkout {
  background: #fff;
}

.shop-checkout h3 {
  color: #555;
  text-transform: uppercase;
  margin: 45px 0 25px;
}

.shop-checkout .form-group {
  margin-bottom: 30px;
}

.shop-checkout textarea {
  height: 150px;
  padding: 15px 20px;
}

.shop-checkout select {
  height: 42px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
}

.shop-checkout .form-group select.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #ddd;
}

.shop-checkout .checkout table.products thead tr {
  background: #efefef;
}

.shop-checkout .checkout table.products th.with-bg {
  background: #efefef;
}

.shop-checkout .checkout table.products td.text-price {
  color: #555;
}

.shop-checkout .checkout table.products td.text-price.big-price {
  font-size: 20px;
  font-weight: 800;
}

.products>thead>tr>th,
.products>thead>tr>td,
.products>tbody>tr>th,
.products>tbody>tr>td,
.products>tfoot>tr>th,
.products>tfoot>tr>td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.66667;
  vertical-align: middle;
  border-top: 1px solid;
}

.shop-checkout .checkout .payment .cheque,
.shop-checkout .checkout .payment .paypal {
  background: #efefef;
  padding: 30px;
  margin-bottom: 30px;
}

.shop-checkout .checkout .payment .cheque {
  margin-bottom: 1px;
}

.shop-checkout .checkout .payment .radio {
  display: inline-block;
  margin-right: 15px;
}

.shop-checkout .checkout .payment .payment-cards {
  margin-top: 10px;
  padding-bottom: 15px;
}

.shop-checkout .checkout .payment .payment-cards img {
  margin: 0 5px 5px 0;
}

.tooltip.top .tooltip-inner {
  padding: 20px;
  width: 290px;
  min-width: 290px;
  line-height: 19px;
  text-align: left;
}

.checkbox input[type=checkbox],
.shop-checkout .checkout .payment input[type=radio] {
  margin-top: 4px;
}


/* Social media */

.social-icons ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.social-icons ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}

.social-icons ul li a {
  background: transparent;
  display: block;
  width: 63px;
  height: 63px;
  line-height: 59px;
  border-radius: 50%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
}

.social-icons ul li a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
}

.social-icons ul li a:hover:before {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
}

.social-icons ul li a:before {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-family: FontAwesome,'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
}

.social-icons ul li a[title="facebook"]:before {
  content: "\f09a";
}

.social-icons ul li a[title="twitter"]:before {
  content: "\f099";
}

.social-icons ul li a[title="google"]:before {
  content: "\f0d5";
}

.social-icons ul li a[title="skype"]:before {
  content: "\f17e";
}

.social-icons ul li a[title="instagram"]:before {
  content: "\f16d";
}

.social-icons ul li a[title="linkedin"]:before {
  content: "\f0e1";
}

.social-icons ul li a[title="instagram"]:before {
  content: "\f16d";
}

.social-icons ul li a[title="youtube"]:before {
  content: "\f167";
}


/* Back To Top
---------------------------------------- */

#back-top {
  display: none;
  margin: 0;
}

#back-top-wrapper {
  position: fixed;
  right: 26px;
  bottom: 26px;
  overflow: hidden;
  z-index: 1111;
}

#back-top a {
  display: block;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  width: 45px;
  margin: 0 auto;
  border-radius: 50%;
  
}

#back-top a:hover span:before {
  top: -50px;
}

#back-top a:hover span:after {
  top: 0;
}

#back-top a:hover span {
  background: none;
}

#back-top span {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
  margin-bottom: 0;
  width: 41px;
  height: 41px;
  background: none;
  position: relative;
  overflow: hidden;
  font-family: FontAwesome,'FontAwesome';
}

#back-top span:before,
#back-top span:after,
#back-top span::before,
#back-top span::after {
  content: "\f062";
  font-size: 19px;
  line-height: 41px;
  position: absolute;
  left: 0;
  width: 41px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
}

#back-top span:before {
  top: 0;
    
}

#back-top span:after {
  top: 50px;
  color: #fff;
}


/* Inputs */

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.input-field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  -webkit-appearance: none;
}

.input-field:focus {
  outline: none;
}

.input-label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-input {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  width: 100%;
}

.custom-input-field {
  padding-left: 51px;
  width: 100%;
  background: transparent;
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 50px;
  border-radius: 4px;
}

.custom-input-field:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}

.custom-input-field:focus .custom-input {
  background: blue;
}

.custom-input-label {
  position: absolute;
  padding: 14px;
  width: 52px;
  height: 50px;
}

.contactform textarea {
  color: #aaa;
  border-radius: 30px;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-input-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.icon-field {
  color: #fff;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

.custom-input-field:focus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.custom-input-field:focus+.custom-input-label::before {
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1);
}

.custom-input-field:focus+.custom-input-label .icon-field {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}


/* [ FOOTER ] */


/*================================================== */

.footer {
  background: #111;
}

.footer .container {
  padding: 80px 15px 0;
}

.footer .top-footer>.row {
  padding-bottom: 30px;
}

.footer .top-footer h4 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}


/*** Menu ***/

.footer .top-footer ul {
  padding: 0;
}

.footer .top-footer .menu ul {
  list-style-type: none;
}

.footer .top-footer .menu ul li {
  margin-bottom: 17px;
}

.footer .top-footer .menu ul li a,
.footer .top-footer .menu ul li span {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  transition: .1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.footer .top-footer .menu ul li span {
  color: #ddd;
}

.footer .top-footer .menu ul li a:hover {
  color: #fff;
}

.footer .top-footer .menu ul li span i {
  padding-right: 3px;
}

.top-footer .contacts>div {
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer .info-map-boxes-item{
	margin-bottom: 30px;
	border:1px solid #fff;
}
.footer .info-map-boxes-item:before{
	padding: 0px!important;
	font-size: 60px;
}


/*** Social Icons ***/

.footer .social-icons {
  padding-top: 10px;
}

.footer .social-icons ul{text-align: right}

.footer .social-icons ul li {
  margin: 0 10px 15px 0;
}

.footer .social-icons ul li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.footer .social-icons ul li a:before {
  font-size: 19px;
}

.facts-footer>div {
  width: 49%;
  display: inline-block;
}

.facts-footer>div:first-child h5,
.facts-footer>div:nth-child(2) h5 {
  margin-top: 0;
}

.facts-footer>div {
  margin-bottom: 18px;
}

.facts-footer>div h5 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0 12px;
}

.facts-footer>div span {
  text-transform: uppercase;
  font-size: 12px;
  color: #ddd;
}


/*** Copyright Bar ***/

.footer .bottom-footer p {
  margin: 0;
  font-size: 13px;
  /*border-top: 1px solid #222;*/
  padding: 17px 0;
  color: #ddd;
}

.footer .bottom-footer p a:hover {
  color: #fff;
}

.footer hr {
  background-color: #1d1d1d;
  border: 0;
  height: 1px;
  margin: 6px 0 17px;
}


/* Responsive Design Styles
---------------------------------------- */

@media (min-width: 1200px) {
  ul.navbar-nav>li.visible-md.visible-lg {
    display: inline-block !important;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
	body.double-diagonal .about .container {
    padding: 50px 15px 90px !important;
}
body.double-diagonal .projectmanager .section-overlay {
    padding: 110px 0 140px;
}
body.double-diagonal .team .container {
    padding: 50px 15px 130px !important;
}
body.double-diagonal .services .container {
    padding: 50px 15px 90px !important;
}
body.double-diagonal .newsletter .section-overlay, body.double-diagonal .call-to-action .section-overlay {
    padding: 110px 0 160px;
}
}

@media (min-width:991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .top-footer>.row>div:nth-child(4) {
    margin-top: 25px;
  }
  .shop-checkout .table {
    margin-bottom: 30px;
  }
}


/* Large Devices */

@media (max-width: 1199px) {
  .newsletter .custom-form-group {
    padding: 0;
  }
  .projectmanager {
    text-align: center;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
}

@media (max-width: 1199px) and (min-width:992px) {
  ul.nav.nav-tabs li a,
  ul.nav.nav-tabs li.active a {
    padding: 0 15px;
  }
  .sidebar ul.nav.nav-tabs li a {
    padding-left: 0;
  }
  .about ul.nav.nav-tabs li:first-child>a {
    padding-left: 0;
  }
  .pricing-footer .custom-button:before {
    right: 56px;
  }
}


/* Small Devices */

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  ul.navbar-nav {
    padding-bottom: 62px;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li a,
  .header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 10px 20px 10px 40px;
  }
  body.dark .navbar-collapse,
  body.dark .navbar-collapse.in {
    background: #222;
    border-bottom: 1px solid #343434;
  }
  body.dark ul.navbar-nav>li>a,
  body.dark .header-fixed ul.navbar-nav>li>a {
    border-top: 1px solid #343434;
  }
  .navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
  }
  ul.navbar-nav>li.open>a,
  ul.navbar-nav>li.open>a:hover,
  ul.navbar-nav>li.open>a:focus,
  ul.navbar-nav>li.open>a:active {
    border: 1px solid #f6f6f6;
    border-left: 0;
    border-right: 0;
  }
  body.dark ul.navbar-nav>li.open>a,
  body.dark ul.navbar-nav>li.open>a:hover,
  body.dark ul.navbar-nav>li.open>a:focus,
  body.dark ul.navbar-nav>li.open>a:active {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    border-left: 0;
    border-right: 0;
  }
  .pagination {
    margin-bottom: 80px;
  }
  .blog-left-sidebar .pagination,
  .blog-grid-no-sidebar .pagination {
    margin-bottom: 20px;
  }
  .project .project-details h3 {
    margin-top: 50px;
  }
  .services .services-box-item-cover {
    display: none;
  }
  .services .services-box {
    margin: 30px -9px;
  }
  .services .services-box-item-cover,
  .services .services-box-item-content {
    transform: none;
    transition: none;
  }
  .services .services-box-item {
    margin: 28px 0;
  }
  .projectmanager {
    text-align: center;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
  .about .about-content .title-about {
    margin-top: 0;
  }
  .about-right-side {
    padding-top: 50px;
  }
  .team-member {
    margin-bottom: 30px;
  }
  .newsletter form .custom-button {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter form .form-group input {
    padding-right: 0;
  }
  .submit-form button:before {
    right: 260px;
  }
  .custom-button:before {
    display: none !important;
  }
  .custom-button span {
    transform: none !important;
  }
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    height: 65px;
  }
  .header .logo a {
    margin: 23px 0 0 0;
    width: 100px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  ul.nav.nav-tabs li a,
  ul.nav.nav-tabs li.active a {
    padding: 0 20px;
  }
  .sidebar ul.nav.nav-tabs li a {
    padding: 0;
  }
  ul.nav.nav-tabs li:first-child a {
    padding-left: 0;
  }
  ul.navbar-nav {
    float: none;
    margin: 0;
  }
  ul.navbar-nav>li {
    display: block;
  }
  ul.navbar-nav>li>a,
  .header-fixed ul.navbar-nav>li>a {
    padding: 20px 18px;
    border-top: 1px solid #f6f6f6;
    text-align: left;
    color: #555;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 30px;
    border-bottom: 0;
  }
  .navbar-collapse,
  .navbar-collapse.in {
    position: fixed;
    top: 64px;
    left: 0;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 999;
    border-bottom: 1px solid #f6f6f6;
    border-top: 0;
  }
  #back-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
  .footer .top-footer>.row {
    padding-bottom: 15px;
  }
}


/* Extra Small Devices */

@media (max-width: 767px) {
  .container {
    width: 570px;
  }
  .banner .content {
    padding: 125px 0 75px 0;
  }
  .banner {
	/*background-size: auto 100% !important;*/
  	background-size: 1920px 278px !important;
  }
  .services .services-box-item-content {
    margin-bottom: 15px;
  }
  .about .container,
  .services .container,
  .team .container,
  body.big-triangle .team .container,
  .blog .container,
  .contact .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.double-diagonal .about .container {
	  padding: 60px 15px 100px !important;
  }
  body.double-diagonal.about-page .about .container {
	  padding: 35px 15px 100px !important;
  }
  body.double-diagonal .services .container {
	  padding: 60px 15px 45px !important;
  }
  body.double-diagonal .portfolio .container {
	 padding: 60px 15px 85px !important;
  }
  body.double-diagonal .section-overlay {
	  padding: 75px 15px 150px !important;
  }
  body.double-diagonal .facts .section-overlay {
	  padding: 75px 15px 100px !important;
  }
  body.double-diagonal .projectmanager .section-overlay {
	  padding: 90px 15px 100px !important;
  }
  body.double-diagonal .contactform .section-overlay {
	  padding: 75px 0 100px !important;
  }
  body.double-diagonal .team .container {
    padding: 60px 15px 85px !important;
}
body.double-diagonal.portfolio-page .portfolio .container {
	    padding: 40px 15px !important;
}
  body.double-diagonal .pricing .container {
	 padding: 60px 15px 100px !important;
  }
  body.double-diagonal.pricing-page .pricing .container {
    padding: 70px 15px 20px !important;
}
  body.double-diagonal .blog .container {
	      padding: 60px 15px 15px !important;
  }
  body.double-diagonal.blog-page .blog .container {
	  padding: 75px 15px 50px !important;
  }
  body.double-diagonal .footer .container {
	      padding: 100px 15px 0;
  }
  body.double-diagonal .shop-cart .container, body.double-diagonal .shop-checkout .container {
	  padding: 85px 15px 60px !important;
  }
  body.double-diagonal .faq .container, body.double-diagonal .terms .container {
    padding: 85px 15px 50px !important;
}
  
  .header-inner,
  .videopromotion p,
  .newsletter p,
  .logos .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 18px;
  }
  .pricing-list>li {
    margin-bottom: 30px;
  }
  .top-text h1,
  .top-text h4,
  .footer p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .top-text h4 {
    line-height: 28px;
  }
  
  .about .about-content .about-left-side {
    margin-top: 0;
  }
  .about-right-side .hovered .full-image-overlay {
    margin-top: 60px;
    position: relative;
  }
  .list-why-choose-us li {
    margin-bottom: 17px;
  }
  .full-image-container {
    /* background-image: url('http://via.placeholder.com/1024x681'); */
    background-image:none;
  background-color: #3d3d3d;
    background-size: cover;
  }
  .comments-list .comment-body {
    margin-left: 0;
  }
  .comments-list .comment-content {
    margin: 70px 0 15px;
  }
  .comments-list .comment-date {
    float: left !important;
  }
  .comments-reply {
    margin: 0;
  }
  .comments-list .comment {
    margin-bottom: 15px;
    padding: 15px;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
  .projectmanager ul,
  .projectmanager li {
    margin-top: 15px;
  }
  .portfolio .nav-pills li {
    margin: 0 10px 15px 0;
  }
  .mobile-logo {
    margin: 0 auto;
    margin-top: 70px;
  }
  .user-auth>div:nth-child(2) {
    height: auto;
  }
  .user-auth>div:nth-child(2) .form-container {
    display: block;
    padding: 15px;
    position: relative;
    height: auto;
  }
  .user-auth>div:nth-child(2) .form-container>div {
    display: block;
  }
  .user-auth>div:nth-child(2) .form-container p.info-form {
    margin: 8px 15px 30px 15px;
  }
  .user-auth>div:nth-child(2) .form-container form .form-group {
    margin-bottom: 15px;
  }
  .user-auth>div:nth-child(2) .form-container .form-group p {
    margin-bottom: 40px;
  }
  body.error-page .error {
    height: auto;
  }
  body.error-page .error>div {
    display: block;
    position: relative;
    height: auto;
  }
  body.error-page .error>div>div {
    height: 100vh;
    margin: 0 auto;
    display: block;
    overflow-y: auto;
    max-width: 490px;
  }
  body.error-page .error .big-404 {
    font-size: 150px;
    line-height: 150px;
    margin-top: 0;
  }
  body.error-page .error .custom-button {
	  margin-bottom:30px;
  }
  body.error-page .error .logo {
    position: relative;
    float: none;
  }
  body.error-page .logo img {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  body.error-page .error p,
  body.error-page h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .latest-posts-content>div {
    margin-bottom: 30px;
  }
  .testimonials #quote-carousel blockquote {
    padding: 0 15px;
  }
  .services .services-box-item {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  .top-footer>.row>div:first-child,
  .top-footer>.row>div:nth-child(2) {
    /*margin-bottom: 40px;*/
  }
  .services .services-box-item-cover {
    margin: 0;
  }
  .team-member {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  .newsletter .custom-form-group {
    padding: 0;
  }
  .info-map-gmap {
    height: 300px;
  }
  .info-map-boxes-item {
    width: 100%;
    margin-top: 30px;
  }
  .info-map-boxes {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  body.skew .info-map-boxes,
  body.reversed-skew .info-map-boxes,
  body.double-diagonal .info-map-boxes {
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .footer li a {
    font-size: 23px;
  }
  .social-icons ul li a {
    width: 43px;
    height: 43px;
    line-height: 40px;
  }
  .social-icons ul li a:before {
    font-size: 21px;
  }
  .submit-form button {
    width: 100%;
  }
  .submit-form button:before {
    right: 42px;
  }
  .output_message_holder {
    margin-top: 30px;
  }
  .footer .top-footer>.row {
    padding-bottom: 12px;
  }
  body.normal .blog .container {
    padding: 70px 15px !important;
  }
  .fact-badges>.row>div {
    margin-bottom: 80px;
  }
  .fact-badges>.row>div:last-child {
    margin-bottom: 0;
  }
  body.skew .blog .container {
    padding: 90px 15px 100px !important;
  }
  body.double-diagonal .section-overlay {
    padding-bottom: 120px !important;
  }
  .shop-cart .table-responsive {
    border: 0;
  }
  .shop-cart .table-responsive {
    border: 0;
  }
  .shop-cart .form-control {
    max-width: initial;
    width: 39%;
  }
  .shop-cart button {
    width: calc(61% - 15px);
    margin: 0;
  }
  .shop-cart .update-cart {
    width: 100%;
    margin-top: 15px;
  }
  .shop-cart .checkout-button {
    width: 100%;
    text-align: center;
  }
  .shop-cart .table-responsive .table.order colgroup {
    width: auto;
  }
  .shop-cart .table-responsive .table.order colgroup col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .shop-cart .table-responsive .table.order tr td,
  .shop-cart .table-responsive .table.order tr th {
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  }
  .shop-cart .table-responsive .table.order tr td h6,
  .shop-cart .table-responsive .table.order tr th h6 {
    font-size: 12px;
  }
  .shop-cart .table-responsive .table.order tr td .price,
  .shop-cart .table-responsive .table.order tr th .price {
    font-size: 11px;
  }
  .shop-cart .table-responsive .table.order tr td .quantity,
  .shop-cart .table-responsive .table.order tr th .quantity {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .shop-cart .table-responsive .table.order tr th {
    font-size: 12px;
  }
  .shop-checkout .form-group,
  .shop-checkout .checkout .payment .paypal,
  .shop-checkout .table,
  .contact-form .form-group {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  body.skew .portfolio .container,
  body.double-diagonal .portfolio .container,
  body.big-triangle .portfolio .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 576px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio .container, 
	body.double-diagonal .portfolio .container,
body.skew .portfolio .container,
body.reversed-skew .portfolio .container,
body.big-triangle .portfolio .container,
body.normal .portfolio .container 	{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .portfolio .filtr-item {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    width: 100%;
  }
  .about-content ul.nav.nav-tabs {
    border: 1px solid #ddd;
    border-radius: 7px;
  }
  .about-content ul.nav.nav-tabs li a {
    margin: 0;
    padding: 14px 0;
    border-left: 0;
  }
  .about-content ul.nav.nav-tabs li.active a {
    color: #fff;
  }
  .about-content ul.nav.nav-tabs li:first-child a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .about-content ul.nav.nav-tabs li:last-child a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .nav-tabs>li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs>li:last-child {
    border-bottom: 0;
  }
  .nav-tabs>li.active {
    border-bottom: 0;
  }
  .about .tab-content p {
    margin-top: 20px;
  }
  .services .services-box-item {
    margin-top: 15px;
    padding: 0 15px;
  }
  .services .services-box-item-content {
    margin-bottom: 11px;
    padding: 15px;
  }
  .call-to-action .call-to-action-content ul {
    margin: 0;
  }
  .pricing-list>li {
    margin-bottom: 15px;
  }
  .newsletter .custom-form-group {
    margin-bottom: 10px;
  }
  .newsletter form .custom-button {
    margin-top: 0;
  }
  .call-to-action .call-to-action-content .custom-button {
    width: 100%;
  }
  .top-footer>.row>div {
    width: 100%;
  }
  .top-footer>.row>div:nth-child(3) {
    /*margin-bottom: 40px;*/
  }
  body.normal .portfolio .container,
  body.reversed-skew .portfolio .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services .services-box {
    margin: 40px -9px;
  }
  .preloader.loading .logopreloader img {
    width: 120px;
  }
  .preloader .loader {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: 0px 0px 0 -21px;
  }
  .team-members>div {
    width: 100%;
  }
  .team-member,
  .widget {
    margin-bottom: 15px;
  }
  .widget {
    padding: 30px 15px 15px;
  }
  .blog-left-sidebar .widget-tags {
    margin-bottom: 30px;
  }
  .info-map-boxes-item {
    padding: 13px 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .info-map-boxes-item.fa-phone {
	   margin-bottom: 45px;
  }
  .info-map-boxes {
    margin-top: 15px;
    margin-bottom: 0;
  }
  body.skew .info-map-boxes,
  body.reversed-skew .info-map-boxes,
  body.double-diagonal .info-map-boxes {
       margin: 85px 0 130px;
  }
}

.white-l {
  display: none;
}


.news-list .news-item {
	display: block;
	width: 100%;
	margin-bottom: 30px;
border-bottom: 1px solid #ddd;
padding-bottom: 35px;
}

.news-list .news-item .news-name {
	display: block;
	font-size: 24px;
	font-weight: 550;
	color: #e39946;
	line-height: 26px;
}

.news-list .news-item .news-date,
.news-list .news-item .news-by {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px
}

.news-list .news-item .news-desc {
	display: block;
	padding: 10px;
}

.news-list .news-item .news-desc p{
	color: #c8a673;
}

.news-list .news-item .news-desc a.news-more {
	padding: 0 10px;
}

.news-list .news-item .news-desc .news-image {
	float: left;
	padding: 10px 20px 20px 0;
}

.news-list .news-item .news-desc .news-image img {
	max-width: 400px;
	height: auto;
}

.news-list .news-item .news-desc .news-file {
	display: block;
}

.news-list .news-item .news-desc .news-ret {
	display: block;
	padding-top: 20px;
}

.event-list .event-item {
	display: block;
	width: 100%;
	margin-bottom: 30px;
border-bottom: 1px solid #ddd;
padding-bottom: 35px;
}

.event-list .event-item .event-name {
	display: block;
	font-size: 24px;
	font-weight: 550;
	color: #e39946;
	line-height: 26px;
}

.event-list .event-item .event-date,
.event-list .event-item .event-loc {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.event-list .event-item .event-date{
	font-size: 16px;
	font-weight: 700;
}

.event-list .event-item .event-loc{
	text-transform: uppercase;
}

.event-list .event-item .event-desc {
	display: block;
	padding: 10px 0px;
}

.event-list .event-item .event-desc p{
	color: #c8a673;
}

.event-list .event-item .event-desc a.event-more {
	padding: 0 10px;
}

.event-list .event-item .event-desc .event-image {
	float: left;
	padding: 10px 20px 20px 0;
}

.event-list .event-item .event-desc .event-ret {
	display: block;
	padding-top: 20px;
}

.gallery-list{margin-top: 20px;display: block;}

.gallery-list .gallery-item {
	float: left;
	width: 33%;
	margin-bottom: 20px;
	text-align: center;
}

.gallery-list .gallery-image  {
	width: 80%;
	/*height: 80%;
	float: left;
	padding: 10px 10px 0 0;*/ 
}

.gallery-list .gallery-info {
	float: left
}
/*
.gallery-list .gallery-item .gallery-label {
	display: block;
	float: left;	
}

.gallery-list .gallery-item .gallery-name {
	display: block;
	font-size: 20px;
	font-weight: 550;
	color: #e39946;
	line-height: 24px;
	margin-bottom: 10px
}

.gallery-list .gallery-item .gallery-count {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

.gallery-list .gallery-item .gallery-desc {
	display: block;
	padding: 10px;
}

.gallery-list .gallery-item .gallery-desc p{
	color: #555;
}

.gallery-list .gallery-item .gallery-desc a.gallery-more {
	padding: 0 10px;
}

.gallery-list .gallery-item .gallery-desc .gallery-image {
	float: left;
	padding: 10px 20px 20px 0;	
}

.gallery-list .gallery-item .gallery-desc .gallery-ret {
	display: block;
	padding-top: 20px;
}
*/
.logos .bx-wrapper{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	border:none;
}

.logos .bx-viewport{
	height:150px !important;
}


@media (min-width:991px) {
	/*
	.gallery-list .gallery-item{
		width: 50%;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	*/
	/*
	.gallery-list .gallery-item .gallery-label{
		display: table;
		
		
	}
	
	.gallery-list .gallery-item .gallery-label .gallery-image{
		display: inline-table;
	}
	
	.gallery-list .gallery-item .gallery-info{
		display: inline-table;
		margin-left: 30px;
		width:50%;
		vertical-align: middle
	}
	
	.gallery-list .gallery-item .gallery-desc {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	*/
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title,
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
	max-width: 90% !important;
	text-align: center !important;
}

@media (max-width:480px){
	.tp-caption.NotGeneric-Title, .NotGeneric-Title{
		font-size: 36px !important;
	}
	.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle{
		font-size: 14px !important;
		letter-spacing: 1px !important;
	}
}

@media (max-width: 991px){
	.header .logo a {
	    margin: 10px 0 0 0;
	    width: 50px;
	    transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -webkit-transition: all 0.3s ease 0s;
	  }
	  
	.top-footer>.row>div:nth-child(5) {
    	margin-top: 20px;
  	}
	
	body.custom .header.header-fixed ul.navbar-nav { float: none;margin-top:200px; }
	ul.navbar-nav {padding-bottom: 0px;}
}


