/*---------------------------------------------

Template Name: Threecon
Template URI: https://abctechweb.net/envato/templates/architecture3d/
Description: Threecon - Architectural, Interior & 3D Design Studio html Template
Author: bdwebteam
Author URI: https://bdwebteam.com
Version: 1.0

===================   
CSS INDEX
===================

[01] Header Area
[02] Slider Area
[03] About Area
[04] Service Area
[05] Project Area
[06] Team Area
[07] Appointment Area
[08] Video Area
[09] Studio Area
[10] Client Area
[11] Brand Area
[12] Blog Area
[13] Contact Area
[14] Category Area
[15] Inner Page Banner Area
[16] Pagination Area
[17] Sidebar Area
[18] Footer Area

/*=======================================================================
[01] Header Area
=========================================================================*/
.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-social ul li {
  margin-right: 10px;
  display: inline-block;
}
.header-social ul li a {
  display: block;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-social ul li:last-child {
  margin-right: 0;
}
.phone-call {
  line-height: 1;
}
.header-action-items .header-action-item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid;
}
.header-action-items .header-action-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items .header-action-item-label {
  position: absolute;
  left: -70px;
  top: -4px;
  font-weight: 700;
  cursor: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-action-items.border-color-light {
  border-color: #f8f8f8;
}
.header-action-items.border-color-dark {
  border-color: #151829;
}
.header-area:after {
  clear: both;
  content: "";
  display: block;
}
.main-menu-area {
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-area .bst-main-menu nav {
  text-align: right;
}
.main-menu-area .bst-main-menu nav > ul .active > a {
  font-weight: 600;
}
.main-menu-area .bst-main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav > ul > li > a {
  padding: 39px 15px 38px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .bst-main-menu nav > ul > li > a {
    padding: 39px 10px 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .bst-main-menu nav > ul > li > a {
    padding: 29px 4px 28px;
  }
}
.main-menu-area .bst-main-menu nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu {
  background: #3169fe;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  position: relative;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  padding: 10px 10px 10px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:before {
  display: none;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #ff6b61;
}
.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu .active a {
  background: #ff6b61;
  color: #ffffff;
}
li.has-child-menu {
  position: relative;
}
li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  background-color: #3169fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
ul.temp-main-nav > li {
  float: left;
}
.header-style-one .main-menu-area nav ul li a {
  padding: 35px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-one .main-menu-area nav ul li a {
    padding: 25px 9px;
  }
}
.header-style-one .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
}
.header-style-one .stick .header-search .search-input {
  top: 66px;
}
.header-style-two .main-menu-area {
  height: 100px;
}
.header-style-two .stick .header-search .search-input {
  top: 66px;
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
.top-bar-layout1 {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .top-bar-layout1 {
    display: none !important;
  }
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px 6px 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul li {
  background-color: red;
}
.mean-container .mean-nav > ul li a {
  color: #363636;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul li a:hover {
  color: #3169fe;
}
.mean-container .mean-nav > ul li:hover > a {
  color: #3169fe;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(236, 236, 239, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #3169fe;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
  text-align: left;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile img {
  width: 70%;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 6px;
  transition: unset;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
  color: #363636;
  opacity: 1;
  font-weight: 400;
  padding: 0.5em 10%;
}
.mean-container .mean-nav ul li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav ul li a {
  font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.offcanvas-menu-btn {
  position: relative;
  width: 12px;
  margin-left: 15px;
}
.offcanvas-menu-btn a.menu-bar {
  height: 30px;
  position: absolute;
  top: -20px;
  display: block;
  left: -15px;
}
.offcanvas-menu-btn a.menu-bar span {
  display: block;
  height: 1px;
  width: 28px;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-btn a.menu-times {
  height: 30px;
  position: absolute;
  top: -20px;
  display: block;
  left: -15px;
}
.offcanvas-menu-btn a.menu-times span {
  display: block;
  height: 1px;
  width: 28px;
  background-color: #f6f6f6;
  margin-top: 7px;
}
.offcanvas-menu-btn a.menu-times span:first-child {
  position: relative;
  bottom: -8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offcanvas-menu-btn a.menu-times span:last-child {
  position: relative;
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.offcanvas-menu-btn a.menu-bar.open {
  display: none;
}
.offcanvas-menu-btn a.menu-bar.close {
  display: none;
}
.offcanvas-menu-btn a.menu-times.close {
  display: none;
}
.offcanvas-menu-btn a.menu-times.open {
  display: block;
}
.offcanvas-menu-btn a.menu-times.re-point {
  top: 4px;
  left: 250px;
}
.offcanvas-btn-repoint {
  margin-left: 30px;
  width: inherit;
}
.offcanvas-body-wrapper {
  background-color: #151828;
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -330px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
  transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
  overflow-x: hidden;
  padding-top: 30px;
}
.offcanvas-body-wrapper .offcanvas-main-body .offcanvas-logo {
  margin-left: 30px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav {
  margin-top: 40px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li {
  display: block;
  border-bottom: 1px solid #111111;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li:last-child {
  border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a {
  color: #ffffff;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a i {
  position: absolute;
  top: 12px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover {
  background-color: #3169fe;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover i {
  color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav {
  background-color: #1b1f32;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a {
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #111111;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:hover {
  color: #ff6b61;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 3px;
  content: "";
  background-color: #3169fe;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li:last-child a {
  border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a {
  color: #ffffff;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a i {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a:hover {
  background-color: #3169fe;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a:hover i {
  color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a {
  background-color: #3169fe;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel .panel-body {
  border-top: 0;
  padding: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body .panel-group .panel + .panel {
  margin-top: 0;
}
div#wrapper.open > .offcanvas-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.side-menu-wrapper {
  padding-top: 30px;
  text-align: center;
  height: 100%;
  background-color: #1b1f3c;
}
.side-menu-wrapper .side-menu-trigger {
  margin-top: 30px;
  position: relative;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn a {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: -30px;
  display: grid;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn .fa-bars {
  opacity: 1;
  visibility: visible;
  display: block;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn .fa-times {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu {
  margin-top: 50px;
  margin-left: 30px;
  visibility: hidden;
  opacity: 0;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li {
  margin-bottom: 15px;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li:last-child {
  margin-bottom: 0;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li a {
  color: #ffffff;
}
.side-menu-wrapper .side-menu-trigger.active .side-menu-btn .fa-bars {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.side-menu-wrapper .side-menu-trigger.active .side-menu-btn .fa-times {
  opacity: 1;
  visibility: visible;
  display: block;
}
.side-menu-wrapper .side-menu-trigger.active ul.item-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.side-menu-wrapper .side-menu-btn {
  position: relative;
  width: 12px;
  margin-left: 15px;
}
.side-menu-wrapper .side-menu-btn .menu-bar {
  height: 30px;
  position: absolute;
  top: -19px;
  display: block;
  left: -20px;
}
.side-menu-wrapper .side-menu-btn .menu-bar span {
  display: block;
  height: 1px;
  width: 22px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-menu-wrapper .side-menu-btn .menu-times {
  height: 30px;
  position: absolute;
  top: -22px;
  left: -20px;
}
.side-menu-wrapper .side-menu-btn .menu-times span {
  display: block;
  height: 1px;
  width: 22px;
  margin-top: 6px;
}
.side-menu-wrapper .side-menu-btn .menu-times span:first-child {
  position: relative;
  bottom: -7px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu-wrapper .side-menu-btn .menu-times span:last-child {
  position: relative;
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-menu-wrapper label {
  margin-top: 30px;
  width: 110px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.side-menu-wrapper label .side-menu-btn {
  position: absolute;
  top: 22px;
  right: 0;
}
.side-menu-wrapper label .menu-bar {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-menu-wrapper label .menu-times {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-menu-wrapper input:checked ~ label .menu-bar {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.side-menu-wrapper input:checked ~ label .menu-times {
  display: block;
  opacity: 1;
  visibility: visible;
}
.side-menu-wrapper input {
  display: none;
}
.side-menu-wrapper input:checked ~ ul.submenu {
  max-height: 300px;
  transition: max-height 0.5s ease-in;
}
.side-menu-wrapper ul.submenu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  margin-top: 30px;
  transition: max-height 0.5s ease-out;
  position: absolute;
  min-width: 100%;
}
.side-menu-wrapper ul.submenu li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  white-space: nowrap;
}
/*=======================================================================
[02] Slider Area
=========================================================================*/
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  position: absolute;
  z-index: 7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-controlNav {
    display: none;
  }
}
.slider-area .nivo-controlNav a {
  display: block;
  height: 25px;
  margin: 10px 0;
  text-indent: -9999px;
  width: 5px;
  line-height: 8px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 7;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-controlNav a:hover,
.slider-area .nivo-controlNav a.active {
  background: #ff6b61;
  cursor: pointer;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: -100px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #3169fe;
  background-color: transparent;
  color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #3169fe !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 17px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(49, 105, 254, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: -100px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #3169fe;
  background-color: transparent;
  color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #3169fe !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 17px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(49, 105, 254, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-caption {
  opacity: 1;
  top: 0;
}
.slider-area .slide-1 div.slider-text-logo,
.slider-area .slide-2 div.slider-text-logo,
.slider-area .slide-3 div.slider-text-logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}
.slider-area .slide-1 div.slider-text-logo span,
.slider-area .slide-2 div.slider-text-logo span,
.slider-area .slide-3 div.slider-text-logo span {
  display: inline-flex;
  font-size: 42px;
  text-transform: uppercase;
}
.slider-area .slide-1 div.slider-text-logo span span,
.slider-area .slide-2 div.slider-text-logo span span,
.slider-area .slide-3 div.slider-text-logo span span {
  color: #ff6b61;
}
.slider-area .slide-1 div.slider-big-text,
.slider-area .slide-2 div.slider-big-text,
.slider-area .slide-3 div.slider-big-text {
  line-height: 1.2;
  font-size: 4.8rem;
  text-transform: capitalize;
  margin-bottom: 56px;
  font-weight: 700;
  max-width: 650px;
}
.slider-area .slide-1 div.slider-big-text span,
.slider-area .slide-2 div.slider-big-text span,
.slider-area .slide-3 div.slider-big-text span {
  color: #3169fe;
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
  margin-bottom: 50px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 36px;
}
.slider-area .slide-1 .title-light div.slider-big-text,
.slider-area .slide-2 .title-light div.slider-big-text,
.slider-area .slide-3 .title-light div.slider-big-text {
  color: #ffffff !important;
}
.slider-area .slide-1 .title-light div.slider-sub-text,
.slider-area .slide-2 .title-light div.slider-sub-text,
.slider-area .slide-3 .title-light div.slider-sub-text {
  color: #ffffff;
}
.slider-area .slide-1 .title-dark div.slider-big-text,
.slider-area .slide-2 .title-dark div.slider-big-text,
.slider-area .slide-3 .title-dark div.slider-big-text {
  color: #000000 !important;
}
.slider-area .slide-1 .title-dark div.slider-sub-text,
.slider-area .slide-2 .title-dark div.slider-sub-text,
.slider-area .slide-3 .title-dark div.slider-sub-text {
  color: #000000;
}
.slider-area .slide-1 .para-padding-right,
.slider-area .slide-2 .para-padding-right,
.slider-area .slide-3 .para-padding-right {
  padding-right: 50%;
}
.slider-area .slide-1 .para-padding-left,
.slider-area .slide-2 .para-padding-left,
.slider-area .slide-3 .para-padding-left {
  padding-left: 50%;
}
.slider-area .slide-1 .para-width-compress div.slider-sub-text,
.slider-area .slide-2 .para-width-compress div.slider-sub-text,
.slider-area .slide-3 .para-width-compress div.slider-sub-text {
  width: 54%;
  margin: 0 auto 40px;
}
.slider-area .slider-btn-area a {
  display: inline-flex;
  margin-right: 15px;
}
.slider-area .slider-btn-area a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-area:hover a.nivo-prevNav {
  left: 15px !important;
}
.slider-area:hover a.nivo-nextNav {
  right: 15px !important;
}
.preview-1 .nivo-directionNav {
  display: none;
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout1 .slider-text-logo {
    line-height: 1;
  }
  .slider-area.slider-layout1 div.slider-big-text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout2 .nivo-caption {
    top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout2 .slide-1 div.slider-text-logo,
  .slider-area.slider-layout2 .slide-2 div.slider-text-logo,
  .slider-area.slider-layout2 .slide-3 div.slider-text-logo {
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout3 .nivo-caption {
    top: 15px;
  }
}
.slider-area.slider-layout3 div.slider-big-text {
  max-width: 100%;
  margin-bottom: 74px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .slider-area.slider-layout3 div.slider-big-text {
    margin-bottom: 50px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area.slider-layout3 div.slider-big-text {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.slider-area.slider-layout3 .slider-btn-area .btn-custom {
  padding: 9px 38px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
.slider-area.slider-layout3 .nivo-controlNav {
  display: none;
}
.slider-area.slider-layout3 .nivo-directionNav {
  display: block;
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout4 .nivo-caption {
    top: 10px;
  }
}
.slider-area.slider-layout4 div.slider-big-text {
  max-width: 100%;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .slider-area.slider-layout4 div.slider-big-text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area.slider-layout4 div.slider-big-text {
    margin-bottom: 30px;
  }
}
.slider-area.slider-layout4 .slider-btn-area .btn-custom {
  padding: 16px 23px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
}
.slider-area.slider-layout4 .nivo-controlNav {
  display: none;
}
.slider-area.slider-layout4 .nivo-directionNav {
  display: block;
}
.slider-area.slider-layout5 .slide-1 .slider-text-logo,
.slider-area.slider-layout5 .slide-2 .slider-text-logo,
.slider-area.slider-layout5 .slide-3 .slider-text-logo {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .slider-area.slider-layout5 .slide-1 .slider-text-logo,
  .slider-area.slider-layout5 .slide-2 .slider-text-logo,
  .slider-area.slider-layout5 .slide-3 .slider-text-logo {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area.slider-layout5 .slide-1 .slider-text-logo,
  .slider-area.slider-layout5 .slide-2 .slider-text-logo,
  .slider-area.slider-layout5 .slide-3 .slider-text-logo {
    display: none;
  }
}
.slider-area.slider-layout5 div.slider-big-text {
  max-width: 100%;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  .slider-area.slider-layout5 div.slider-big-text {
    margin-bottom: 0;
  }
}
.slider-area.slider-layout5 .slider-btn-area .btn-custom {
  padding: 9px 39px;
  text-transform: capitalize;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .slider-area.slider-layout5 .slider-btn-area {
    display: none;
  }
}
.slider-area.slider-layout5 .nivo-controlNav {
  display: none;
}
.slider-area.slider-layout5 .nivo-directionNav {
  display: block;
}
@media only screen and (max-width: 991px) {
  .slider-area.slider-layout6 {
    margin-top: 61px;
  }
}
.slider-area.slider-layout6 .nivo-controlNav {
  display: none;
}
.slider-area.slider-layout6 .slide-1 div.slider-big-text,
.slider-area.slider-layout6 .slide-2 div.slider-big-text,
.slider-area.slider-layout6 .slide-3 div.slider-big-text {
  margin-bottom: 30px;
}
.slider-area.slider-layout6 .slider-btn-area a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  padding: 17px 36px;
}
@media only screen and (max-width: 991px) {
  .slider-area.slider-layout6 .slide-1 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-2 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area.slider-layout6 .slide-1 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-2 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout6 .slide-1 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-2 div.slider-sub-text,
  .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout6 .slide-1 div.slider-big-text,
  .slider-area.slider-layout6 .slide-2 div.slider-big-text,
  .slider-area.slider-layout6 .slide-3 div.slider-big-text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area.slider-layout6 .nivo-caption {
    top: 15px;
  }
}
.slider-area .slide-1 .slider-text-logo {
  -webkit-animation: fadeInRight 500ms ease-in-out;
  -moz-animation: fadeInRight 500ms ease-in-out;
  -ms-animation: fadeInRight 500ms ease-in-out;
  animation: fadeInRight 500ms ease-in-out;
}
.slider-area .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-1 .slider-sub-text {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-area .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-area .slide-2 .slider-text-logo {
  -webkit-animation: fadeInLeft 500ms ease-in-out;
  -moz-animation: fadeInLeft 500ms ease-in-out;
  -ms-animation: fadeInLeft 500ms ease-in-out;
  animation: fadeInLeft 500ms ease-in-out;
}
.slider-area .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 .slider-sub-text {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area .slide-3 .slider-text-logo {
  -webkit-animation: fadeInLeft 500ms ease-in-out;
  -moz-animation: fadeInLeft 500ms ease-in-out;
  -ms-animation: fadeInLeft 500ms ease-in-out;
  animation: fadeInLeft 500ms ease-in-out;
}
.slider-area .slide-3 .slider-big-text {
  -webkit-animation: bounceInUp 1000ms ease-in-out;
  -moz-animation: bounceInUp 1000ms ease-in-out;
  -ms-animation: bounceInUp 1000ms ease-in-out;
  animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .slide-3 .slider-sub-text {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-3 .slider-btn-area {
  -webkit-animation: zoomIn 2000ms ease-in-out;
  -moz-animation: zoomIn 2000ms ease-in-out;
  -ms-animation: zoomIn 2000ms ease-in-out;
  animation: zoomIn 2000ms ease-in-out;
}
/*=======================================================================
[03] About Area
=========================================================================*/
.about-layout1 {
  padding: 7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-layout1 {
    padding: 5rem;
  }
}
.about-layout1:before {
  content: url('img/about/back1.png');
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: -1;
}
.about-layout1 div.about-text-logo {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.5;
}
.about-layout1 div.about-text-logo span {
  margin-right: 10px;
  display: inline-flex;
  font-size: 42px;
  color: #ff6b61;
}
.about-layout1 .title {
  margin-bottom: 15px;
}
.about-layout1 .title span {
  font-weight: 500;
}
.about-layout1 .sub-title {
  margin-bottom: 30px;
}
.about-layout2 .item-btn {
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media only screen and (max-width: 991px) {
  .about-layout2 .item-btn {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .about-layout2 {
    margin-bottom: 30px;
  }
}
.about-layout3 .video {
  margin-bottom: 30px;
}
.about-layout3 .item-content {
  margin-bottom: 50px;
}
.about-layout3 .item-content:last-child {
  margin-bottom: 0;
}
.about-layout4 .item-btn {
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media only screen and (max-width: 991px) {
  .about-layout4 .item-btn {
    position: inherit;
  }
}
@media only screen and (max-width: 1199px) {
  .about-layout4 {
    margin-bottom: 30px;
  }
}
.about-info-list {
  padding: 60px 40px;
}
@media only screen and (max-width: 575px) {
  .about-info-list {
    padding: 30px 20px;
  }
}
.about-info-list .media {
  margin-bottom: 34px;
}
@media only screen and (max-width: 575px) {
  .about-info-list .media {
    display: inherit;
    text-align: center;
  }
}
.about-info-list .media:last-child {
  margin-bottom: 0;
}
.about-info-list .media .serial-number {
  text-align: center;
  height: 66px;
  width: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #3169fe;
  background: -webkit-linear-gradient(left, #3169fe, #f8baba);
  background: -o-linear-gradient(right, #3169fe, #f8baba);
  background: -moz-linear-gradient(right, #3169fe, #f8baba);
  background: linear-gradient(to right, #3169fe, #f8baba);
  line-height: 56px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 6px;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .about-info-list .media .serial-number {
    margin: 0 auto;
  }
}
.about-info-list .media .serial-number:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
.about-info-list .media .media-body {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .about-info-list .media .media-body {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-info-list .media .media-body a {
  font-size: 18px;
  line-height: 1.3;
}
.about-info-list .media .media-body a:hover {
  color: #3169fe;
}
.about-box-layout1 {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}
.about-box-layout1 .item-icon {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 .item-icon {
    position: inherit;
    left: 0;
    line-height: 1;
    margin-bottom: 25px;
  }
}
.about-box-layout1 .item-icon i:before {
  margin-left: 0;
  font-size: 48px;
}
.about-box-layout1 .item-content {
  padding-left: 70px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 .item-content {
    padding-left: 0;
  }
}
.about-box-layout1 .item-content .item-img {
  margin-bottom: 30px;
}
/*=======================================================================
[04] Service Area
=========================================================================*/
.service-wrap-layout1 {
  margin-bottom: -12px;
}
.service-layout1 {
  margin-bottom: 2rem;
  padding: 8px 5px 0;
}
@media only screen and (max-width: 575px) {
  .service-layout1 {
    margin-bottom: 15px;
  }
}
.service-layout1 i {
  margin-top: 7px;
  line-height: 1;
  font-size: 56px;
}
.service-layout1 i:before {
  font-size: 56px;
  margin-left: 0;
}
.service-layout1 .media-body .title {
  margin-bottom: 10px;
}
.service-layout1 .media-body p {
  margin-bottom: 0;
}
.service-wrap-layout2 {
  padding: 13.9rem 0 12rem;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout2 {
    padding: 11.9rem 0 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout2 {
    padding: 9.9rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout2 {
    padding: 7.9rem 0 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout2 {
    padding: 6.9rem 0 3rem;
  }
}
.service-layout2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .service-layout2 {
    margin-bottom: 4rem;
  }
}
.service-layout2 .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.service-layout2 .item-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout2 .title {
  margin-bottom: 10px;
}
.service-layout2:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-wrap-layout3 {
  padding: 24rem 0 9rem;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout3 {
    padding: 18rem 0 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout3 {
    padding: 6.6rem 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout3 {
    padding: 3rem 0 2rem;
  }
}
.service-layout3 {
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .service-layout3 {
    padding: 20px;
  }
}
.service-layout3 i {
  font-size: 36px;
  margin-bottom: 30px;
}
.service-layout3 i:before {
  font-size: 36px;
  margin-bottom: 30px;
  margin-left: 0;
}
.service-layout4 {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
}
.service-layout4 .item-img {
  overflow: hidden;
}
.service-layout4 .item-img img {
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.service-layout4 .item-content {
  background-color: #ff6b61;
  padding: 20px 30px 10px;
}
.service-layout4:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout4:hover .item-img img {
  transform: scale(1.3);
}
.service-layout5 ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
}
.service-layout5 ul li:last-child {
  margin-bottom: 0;
}
.service-layout5 ul li a {
  border: 1px solid #151829;
  background-color: transparent;
  padding: 15px 15px 15px 50px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout5 ul li a i {
  color: #3169fe;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  left: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout5 ul li:hover a {
  padding: 15px 15px 15px 60px;
  border: 1px solid #3169fe;
  background-color: #3169fe;
  color: #ffffff;
}
.service-layout5 ul li:hover a i {
  color: #ffffff;
  left: 25px;
}
.service-layout5 ul li .active {
  padding: 15px 15px 15px 60px;
  border: 1px solid #3169fe;
  background-color: #3169fe;
  color: #ffffff;
}
.service-layout5 ul li .active i {
  color: #ffffff;
  left: 25px;
}
.service-layout6 {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .service-layout6 {
    margin-bottom: 15px;
  }
}
.service-layout6 i {
  margin-top: 7px;
  line-height: 1;
  font-size: 56px;
  color: #4c4f6f;
}
.service-layout6 i:before {
  font-size: 56px;
  margin-left: 0;
  color: #4c4f6f;
}
.service-layout6 .media-body {
  margin-left: 50px;
}
.service-layout6 .media-body .title {
  margin-bottom: 15px;
}
.service-layout6 .media-body p {
  margin-bottom: 0;
}
.service-layout7 {
  text-align: center;
}
.service-layout7 img {
  width: 100%;
}
.service-layout7 .item-content {
  padding: 30px;
}
.service-layout8 {
  padding: 65px 30px 60px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout8 i {
  margin-top: 7px;
  line-height: 1;
  font-size: 56px;
}
.service-layout8 i:before {
  font-size: 56px;
  margin-left: 0;
}
.service-layout8 .media-body .title {
  margin-bottom: 15px;
}
.service-layout8 .media-body p {
  margin-bottom: 0;
}
.service-layout9 {
  padding: 65px 30px 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout9 i {
  margin-top: 7px;
  line-height: 1;
  font-size: 56px;
}
.service-layout9 i:before {
  font-size: 56px;
  margin-left: 0;
}
.service-layout9 .media-body .title {
  margin-bottom: 15px;
}
.service-layout9 .media-body .title-medium {
  margin-bottom: 15px;
}
.service-layout9 .media-body p {
  margin-bottom: 0;
}
.service-layout10 {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout10 i {
  font-size: 36px;
  margin-bottom: 30px;
}
.service-layout10 i:before {
  font-size: 36px;
  margin-bottom: 30px;
  margin-left: 0;
}
.service-section-repoint {
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 1199px) {
  .service-section-repoint {
    position: inherit;
    padding-top: 13rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-repoint {
    padding-top: 11rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-repoint {
    padding-top: 9rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-repoint {
    padding-top: 7rem;
  }
}
/*=======================================================================
[05] Project Area
=========================================================================*/
.project-layout1 {
  position: relative;
}
.project-layout1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(241, 241, 246, 0.93) !important;
}
.project-layout1 .mask-content {
  position: absolute;
  top: 15%;
  z-index: 3;
  padding-left: 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout1 .mask-content h2 a {
  color: #363636;
}
.project-layout1 .mask-content h3 {
  margin-bottom: 15px;
}
.project-layout1 .mask-content .title-bar {
  position: relative;
  font-weight: 500;
}
.project-layout1 .mask-content .title-bar:after {
  content: "";
  position: absolute;
  left: -4rem;
  bottom: -25px;
  height: 2px;
  width: 0;
  z-index: 4;
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout1:hover:after {
  opacity: 1;
  visibility: visible;
}
.project-layout1:hover .mask-content {
  opacity: 1;
  visibility: visible;
}
.project-layout1:hover .title-bar:after {
  transform: translateX(0);
  width: 90%;
}
.project-wrap-layout2 {
  padding: 13.6rem 0 15rem;
}
@media only screen and (max-width: 1199px) {
  .project-wrap-layout2 {
    padding: 11.6rem 0 13rem;
  }
}
@media only screen and (max-width: 991px) {
  .project-wrap-layout2 {
    padding: 9.6rem 0 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .project-wrap-layout2 {
    padding: 7.6rem 0 9rem;
  }
}
@media only screen and (max-width: 575px) {
  .project-wrap-layout2 {
    padding: 6.6rem 0 8rem;
  }
}
.project-layout2 {
  position: relative;
  overflow: hidden;
}
.project-layout2 .item-content {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px 30px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout2 .item-content .item-ctg-name {
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout2 .item-content .item-title-light a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout2 .item-content p {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout2:hover .item-content {
  height: 100%;
}
.project-layout2:hover .item-content p {
  display: block;
}
.project-wrap-layout3 {
  margin-bottom: -30px;
}
.project-layout3 {
  position: relative;
}
.project-layout3:before {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: rgba(127, 129, 152, 0.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.project-layout3:after {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: rgba(127, 129, 152, 0.7);
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.project-layout3 .item-content {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px 30px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout3 .item-content:before {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: rgba(127, 129, 152, 0.7);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.project-layout3 .item-content:after {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: rgba(127, 129, 152, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.project-layout3 .item-content .item-ctg-name {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #ff6b61;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout3 .item-content .item-title-light a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout3 .item-content .item-title-light a:hover {
  color: #ff6b61;
}
.project-layout3:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.project-layout3:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.project-layout3:hover .item-content {
  height: 100%;
}
.project-layout3:hover .item-content .item-ctg-name {
  color: #ffffff;
}
.project-layout3:hover .item-content:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.project-layout3:hover .item-content:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.project-wrap-layout4 {
  margin-bottom: -60px;
}
.project-layout4 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.project-layout4:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.project-layout4 .item-content {
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px 20px 20px;
  background: rgba(49, 105, 254, 0.5);
  background: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
  background: -o-linear-gradient(right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
  background: -moz-linear-gradient(right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
  background: linear-gradient(to right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout4 .item-content .item-ctg-name {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 4px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout4 .item-content .title {
  margin-bottom: 10px;
}
.project-layout4 .item-content .btn-custom {
  border: 0;
}
.project-layout4:hover .item-content {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
  -webkit-border-image: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
  border-image: linear-gradient(to right, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
  border-image-slice: 1;
  /*&:before {
                opacity: 1;
                visibility: visible;
                .transition(all, 0.8s, ease-out);
            }
            &:after {
                opacity: 1;
                visibility: visible;
                .transition(all, 0.8s, ease-out);
            }*/
}
.project-layout4:hover .item-content .title {
  margin-bottom: 50px;
}
.project-layout4:hover .item-content .btn-custom {
  border: 4px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #3169fe 0%, #ff6b61 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #3169fe 0%, #ff6b61 100%);
  border-image: linear-gradient(to right, #3169fe 0%, #ff6b61 100%);
  border-image-slice: 1;
}
.project-layout5 {
  position: relative;
  overflow: hidden;
}
.project-layout5 .item-content {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 50px 30px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout5 .item-content .title {
  margin-bottom: 10px;
}
.project-layout5 .item-content p {
  display: none;
}
.project-layout5 .item-content .item-btn {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout5 .item-content .item-btn:hover {
  background: linear-gradient(90deg, #ff6b61 0%, #ffffff 100%);
  display: table;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-layout5:hover .item-content {
  padding: 50px 20px 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-border-image: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-image: linear-gradient(to right, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-image-slice: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout5:hover .item-content .title {
  margin-bottom: 40px;
}
.project-layout5:hover .item-content p {
  display: block;
}
.project-layout5:hover .item-content .item-btn {
  z-index: 7;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.project-layout6 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-layout6 .item-content {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 60px 30px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout6 .item-content .ctg-title {
  display: none;
  margin-bottom: 5px;
}
.project-layout6 .item-content .title {
  margin-bottom: 5px;
}
.project-layout6 .item-content p {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout6:hover .item-content {
  height: 100%;
}
.project-layout6:hover .item-content .ctg-title {
  display: block;
}
.project-layout6:hover .item-content .title {
  margin-bottom: 20px;
}
.project-layout6:hover .item-content p {
  display: block;
}
@media only screen and (max-width: 575px) {
  .project-layout6:hover .item-content p {
    display: none;
  }
}
.project-layout7 {
  position: relative;
  overflow: hidden;
}
.project-layout7:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout7 .item-content {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 50px 30px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-layout7 .item-content .title {
  margin-bottom: 10px;
}
.project-layout7:hover:after {
  background-color: transparent;
}
.project-layout7:hover .item-content {
  padding: 50px 40px 20px;
  background: rgba(49, 105, 254, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-project-layout1 {
  width: 100%;
}
.single-project-layout1 .item-row {
  position: relative;
  margin-bottom: 7rem;
}
.single-project-layout1 .item-row:last-child {
  margin-bottom: 0;
}
.single-project-layout1 .item-row .item-content {
  padding: 6rem;
  width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .single-project-layout1 .item-row .item-content {
    width: 100%;
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-project-layout1 .item-row .item-img img {
  width: 100%;
}
.single-project-layout1 .item-row:nth-child(odd) .item-img {
  margin-left: 27%;
}
@media only screen and (max-width: 991px) {
  .single-project-layout1 .item-row:nth-child(odd) .item-img {
    margin-left: 0;
  }
}
.single-project-layout1 .item-row:nth-child(odd) .item-content {
  left: 0;
}
.single-project-layout1 .item-row:nth-child(even) .item-img {
  margin-right: 25%;
}
@media only screen and (max-width: 991px) {
  .single-project-layout1 .item-row:nth-child(even) .item-img {
    margin-right: 0;
  }
}
.single-project-layout1 .item-row:nth-child(even) .item-content {
  right: 0;
}
.single-project-layout2 .item-row {
  margin-bottom: 3rem;
}
.single-project-layout2 .item-img img {
  width: 100%;
}
.single-project-layout2 .item-content {
  height: 100%;
  padding: 5rem;
}
.single-project-layout2 .project-skew-bg {
  position: relative;
  overflow: hidden;
}
.single-project-layout2 .project-skew-bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: -60%;
  height: calc(100% + 100px);
  width: 100%;
  z-index: 1;
  -webkit-transform: rotate(45deg) translateY(-40%);
  -ms-transform: rotate(45deg) translateY(-40%);
  transform: rotate(45deg) translateY(-40%);
}
@media only screen and (max-width: 1199px) {
  .single-project-layout2 .project-skew-bg:after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    left: 0;
    right: 0;
    height: 100%;
    top: 50%;
  }
}
.single-project-layout2 .project-skew-bg .item-content {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  color: #ffffff;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .single-project-layout2 .project-skew-bg .item-content {
    width: 100%;
  }
}
.single-project-layout2 ul.list-content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-project-layout2 ul.list-content {
    display: none;
  }
}
.single-project-layout2 ul.list-content li {
  padding-left: 30px;
  position: relative;
}
.single-project-layout2 ul.list-content li:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff6b61;
  font-size: 16px;
}
/*=======================================================================
[06] Team Area
=========================================================================*/
.team-wrap-layout1 {
  padding: 13.6rem 0 17rem;
}
@media only screen and (max-width: 1199px) {
  .team-wrap-layout1 {
    padding: 11.6rem 0 17rem;
  }
}
@media only screen and (max-width: 991px) {
  .team-wrap-layout1 {
    padding: 10rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-wrap-layout1 {
    padding: 8rem 0 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrap-layout1 {
    padding: 7rem 0 5rem;
  }
}
.team-layout1 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.team-layout1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1 .title {
  margin-bottom: 3px;
  width: 160px;
  height: 45px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1 .item-designation {
  display: block;
  width: 160px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  /*.rgbaColorIn(#4c4f6f, 80%);
        background-color: @result;*/
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1 .item-social {
  transform: translateX(200px);
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1 .item-social li {
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
.team-layout1 .item-social li:last-child {
  margin-right: 0;
}
.team-layout1 .item-social li a {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1 img {
  width: 100%;
}
.team-layout1 .mask-content {
  position: absolute;
  bottom: 34px;
  left: -32px;
  z-index: 2;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout1:hover:after {
  opacity: 1;
  visibility: visible;
}
.team-layout1:hover .mask-content {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 70%;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.team-layout1:hover .mask-content .title,
.team-layout1:hover .mask-content .item-designation {
  width: inherit;
  height: inherit;
  padding: 0;
  /* background-color: transparent;*/
}
.team-layout1:hover .item-social {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.team-layout1-repoint-wrap {
  position: relative;
}
.team-layout1-repoint {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .team-layout1-repoint {
    position: inherit;
  }
}
.team-layout2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-layout2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout2 .item-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout2 .item-title a {
  color: #ffffff;
}
.team-layout2 .item-designation {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout2 .item-social {
  text-align: center;
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.team-layout2 .item-social li {
  transform: translateX(-30px);
  text-align: center;
  margin-bottom: 4px;
}
.team-layout2 .item-social li:last-child {
  margin-bottom: 0;
}
.team-layout2 .item-social li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 20px;
}
.team-layout2 .item-social li:nth-child(1n) {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 .item-social li:nth-child(2n) {
  -webkit-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 .item-social li:nth-child(3n) {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 img {
  width: 100%;
}
.team-layout2 .mask-content {
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout2:hover:after {
  opacity: 1;
  visibility: visible;
}
.team-layout2:hover .mask-content .item-title,
.team-layout2:hover .mask-content .item-designation {
  opacity: 1;
  visibility: visible;
}
.team-layout2:hover .item-social {
  left: 30px;
  opacity: 1;
  visibility: visible;
}
.team-layout2:hover .item-social li {
  transform: translateX(0);
}
/*=======================================================================
[07] Appointment Area
=========================================================================*/
.appointment-layout1 {
  padding: 10rem 5rem;
}
@media only screen and (max-width: 1199px) {
  .appointment-layout1 {
    padding: 9rem 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .appointment-layout1 {
    padding: 10rem 3rem 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-layout1 {
    padding: 8rem 2rem 9rem;
  }
}
@media only screen and (max-width: 575px) {
  .appointment-layout1 {
    padding: 7rem 15px 8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appointment-layout1 p {
    display: none;
  }
}
.appointment-layout1 .title {
  margin-bottom: 30px;
}
.appointment-form .form-group {
  margin-bottom: 20px;
}
.appointment-form .form-group .form-control {
  font-size: 15px;
  border-radius: 0;
  border: none;
}
.appointment-form .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.appointment-form .form-group textarea {
  padding: 1.5rem;
}
.appointment-form .form-group button {
  margin-top: 20px;
}
.appointment-form .form-response .alert-info {
  background: transparent !important;
  border: none !important;
  color: red;
  letter-spacing: 5px;
}
.appointment-form .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.appointment-form .form-response .alert {
  border-radius: 0 !important;
  padding: 35px 0 15px 0;
  margin-bottom: 0 !important;
}
.appointment-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.appointment-form input::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder {
  color: #444444;
}
.appointment-form input::-moz-placeholder,
.appointment-form textarea::-moz-placeholder {
  color: #444444;
}
.appointment-form input:-moz-placeholder,
.appointment-form textarea:-moz-placeholder {
  color: #444444;
}
.appointment-form input:-ms-input-placeholder,
.appointment-form textarea:-ms-input-placeholder {
  color: #444444;
}
/*=======================================================================
[08] Video Area
=========================================================================*/
.video-btn-area {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 6;
}
.video-btn-area a {
  display: inline-block;
  border-radius: 50%;
}
.video-btn-area a img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .video-btn-area a img {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .video-btn-area a img {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .video-btn-area a img {
    width: 40%;
  }
}
.video-btn-area a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.video-btn-area span {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.video-btn-area .child-play-btn {
  margin: 0 auto;
  z-index: 2;
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .video-btn-area .child-play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 2px solid #ffffff;
  }
}
.video-btn-area .child-play-btn i {
  padding-top: 12px;
  padding-left: 5px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .video-btn-area .child-play-btn i {
    font-size: 18px;
  }
}
.video-btn-area .child-play-btn:hover i {
  color: #3169fe;
}
.video-layout1 {
  position: relative;
}
.video-layout1 img {
  width: 100%;
}
/*=======================================================================
[09] Studio Area
=========================================================================*/
.studio-area {
  text-align: center;
  background-image: url(img/banner/banner-studio.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .studio-area {
    padding: 8rem 0 8.5rem;
  }
}
.studio-area .item-content {
  padding: 16rem 0 15rem;
  position: relative;
  z-index: 8;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .studio-area .item-content {
    padding: 0;
    margin-bottom: 7rem;
  }
}
.studio-area .item-content p {
  width: 60%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .studio-area .item-content p {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .studio-area .item-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .studio-area .item-content:after {
    display: none;
  }
}
.studio-area .btn-wrap-inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.studio-area .btn-wrap-inline a {
  padding: 19px 32px;
  letter-spacing: 2px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .studio-area .video-btn-area {
    position: inherit;
  }
}
/*=======================================================================
[10] Client Area
=========================================================================*/
.client-wrap-layout1 {
  padding: 13.6rem 0 12rem;
}
@media only screen and (max-width: 1199px) {
  .client-wrap-layout1 {
    padding: 11.6rem 0 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .client-wrap-layout1 {
    padding: 9.6rem 0 0rem;
    margin-bottom: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .client-wrap-layout1 {
    padding: 7.6rem 0 6rem;
    margin-bottom: -72px;
  }
}
@media only screen and (max-width: 575px) {
  .client-wrap-layout1 {
    padding: 6.6rem 0 5rem;
    margin-bottom: -66px;
  }
}
.client-layout1 {
  margin-top: 50px;
  padding: 50px 50px 25px;
}
.client-layout1 .item-img {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 10px;
}
.client-layout1 .title {
  margin-bottom: 15px;
}
.client-layout1 .item-icon {
  font-size: 30px;
  margin-bottom: 15px;
  opacity: .5;
}
.client-layout2 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .client-layout2 {
    padding: 50px 15px 70px;
  }
}
.client-layout2 .item-icon {
  font-size: 30px;
  margin-bottom: 25px;
}
.client-layout2 .item-icon i {
  margin: 0 auto;
}
.client-layout2 .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .client-layout2 .title {
    margin-bottom: 20px;
  }
}
.client-layout2 p {
  padding: 0 10rem;
}
@media only screen and (max-width: 991px) {
  .client-layout2 p {
    padding: 0;
  }
}
/*=======================================================================
[11] Brand Area
=========================================================================*/
.brand-box {
  line-height: 1;
  text-align: center;
}
.brand-box a {
  display: inline-block;
}
.brand-box a img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.brand-box a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-box2 {
  line-height: 1;
  text-align: center;
}
.brand-box2 a {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .brand-box2 a {
    display: block;
  }
}
.brand-box2 a:first-child {
  margin-bottom: 30px;
}
.brand-box2 a img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .brand-box2 a img {
    width: auto !important;
  }
}
.brand-box2 a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-layout1 {
  padding: 60px 0;
}
/*=======================================================================
[12] Blog Area
=========================================================================*/
.blog-layout1:nth-child(2n) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-layout1 {
    display: inherit !important;
  }
}
.blog-layout1 .item-img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-layout1 .item-img {
    width: 100% !important;
  }
}
.blog-layout1 .item-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout1 .item-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(76, 79, 111, 0.5);
}
.blog-layout1 .item-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-layout1 .item-content {
    width: 100% !important;
  }
}
.blog-layout1 .item-content .post-date {
  margin-bottom: 20px;
}
.blog-layout1:hover .item-img img {
  transform: scale(1.1);
}
.blog-layout2 {
  text-align: center;
  margin-bottom: 22px;
}
.blog-layout2 .item-img {
  margin-bottom: 30px;
}
.blog-layout2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-layout3 {
    display: inherit !important;
  }
}
.blog-layout3:nth-child(2n) {
  margin-top: 30px;
}
.blog-layout3 .item-img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-layout3 .item-img {
    width: 100% !important;
  }
}
.blog-layout3 .item-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-layout3 .item-img a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(76, 79, 111, 0.5);
}
.blog-layout3 .item-content {
  padding: 39px;
  border: 6px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .blog-layout3 .item-content {
    width: 100% !important;
  }
}
.blog-layout3:hover .item-content {
  border: 6px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #3169fe 0%, #000000 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #3169fe 0%, #000000 100%);
  border-image: linear-gradient(to right, #3169fe 0%, #000000 100%);
  border-image-slice: 1;
}
.blog-layout3:hover .item-img img {
  transform: scale(1.1);
}
.blog-layout4 {
  margin-bottom: 30px;
}
.blog-layout4 .item-img img {
  width: 100%;
}
.blog-layout4 .item-content {
  padding: 5rem 4rem 4.5rem;
}
@media only screen and (max-width: 767px) {
  .blog-layout4 .item-content {
    padding: 5rem 4rem 6rem;
  }
}
.blog-layout4 .item-content .post-info {
  text-align: right;
  position: relative;
  margin-bottom: 3.5rem;
}
.blog-layout4 .item-content .post-info li {
  margin-right: 15px;
  display: inline-block;
}
.blog-layout4 .item-content .post-info li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-layout4 .item-content .post-info li i {
  margin-right: 5px;
}
.blog-layout4 .item-content .post-info li:last-child {
  margin-right: 0;
}
.blog-layout4 .item-content .item-inner-content {
  position: relative;
}
.blog-layout4 .item-content .item-inner-content .date-title {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .blog-layout4 .item-content .item-inner-content .date-title {
    display: inherit;
  }
}
.blog-layout4 .item-content .item-inner-content .date-title .item-date {
  text-transform: uppercase;
  padding: 8px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-layout4 .item-content .item-inner-content .date-title .item-date {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-layout4 .item-content .item-inner-content .date-title .item-date {
    margin-bottom: 20px;
    width: inherit;
    display: inline-block;
  }
}
.blog-layout4 .item-content .item-inner-content .date-title .title {
  padding-left: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .blog-layout4 .item-content .item-inner-content .date-title .title {
    padding-left: 0;
  }
}
.blog-layout4 .item-content .item-inner-content .item-btn {
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .blog-layout4 .item-content .item-inner-content .item-btn {
    bottom: -40px;
    right: inherit;
    left: 0;
  }
}
.blog-details-content {
  padding: 5rem;
}
.blog-details-content blockquote {
  padding: 60px 40px 30px;
  position: relative;
  margin-bottom: 20px;
}
.blog-details-content blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 30px;
  z-index: 2;
}
.blog-details-content ul.list-content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content ul.list-content {
    display: none;
  }
}
.blog-details-content ul.list-content li {
  padding-left: 30px;
  position: relative;
}
.blog-details-content ul.list-content li:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff6b61;
  font-size: 16px;
}
.blog-details-content .tag-share-area {
  margin: 30px 0;
  display: flex;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 30px 0 25px;
  width: 100%;
}
.blog-details-content .tag-share-area ul.item-tags {
  width: 50%;
}
.blog-details-content .tag-share-area ul.item-tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-details-content .tag-share-area ul.item-tags li:last-child {
  margin-right: 0;
}
.blog-details-content .tag-share-area ul.item-tags li a {
  padding: 5px 10px;
}
.blog-details-content .tag-share-area ul.item-shares {
  width: 50%;
  text-align: right;
}
.blog-details-content .tag-share-area ul.item-shares li {
  display: inline-block;
  margin-right: 5px;
}
.blog-details-content .tag-share-area ul.item-shares li:last-child {
  margin-right: 0;
}
.blog-details-content .tag-share-area ul.item-shares li:first-child i {
  margin-right: 10px;
}
.blog-details-content .tag-share-area ul.item-shares li a {
  padding: 0 5px;
  display: block;
}
.blog-details-content .author-info {
  padding: 30px;
  margin-bottom: 5rem;
}
.blog-details-content .author-info .title {
  margin-bottom: 5px;
}
.blog-details-content .comments-area ul li {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid;
}
.blog-details-content .comments-area ul li .comments-content {
  position: relative;
}
.blog-details-content .comments-area ul li .comments-content h3 {
  width: 75%;
}
.blog-details-content .comments-area ul li .comments-content h3 a span {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-details-content .comments-area ul li .comments-content h3 a:hover {
  color: #3169fe;
}
.blog-details-content .comments-area ul li .comments-content h3 a:hover span {
  color: #3169fe;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  font-size: 14px;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply a {
  display: block;
  padding: 4px 15px 5px;
  color: #ffffff;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply a:hover {
  background-color: #3169fe;
}
.blog-details-content .comments-area ul li:nth-child(even) {
  margin-left: 4rem;
}
.blog-details-content .comments-area ul li:nth-child(even) .comments-content span {
  right: 30px;
}
.blog-details-content .leave-comments .form-group {
  margin-bottom: 15px;
}
.blog-details-content .leave-comments .form-group .form-control {
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  border: none;
}
.blog-details-content .leave-comments .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.blog-details-content .leave-comments .form-group textarea {
  padding: 1.5rem;
  padding-top: 15px;
}
.blog-details-content .leave-comments .form-group button {
  margin-top: 20px;
}
.blog-details-content .leave-comments .form-response .alert-info {
  background: transparent !important;
  border: none !important;
  color: red;
  letter-spacing: 5px;
}
.blog-details-content .leave-comments .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.blog-details-content .leave-comments .form-response .alert {
  border-radius: 0 !important;
  padding: 35px 0 15px 0;
  margin-bottom: 0 !important;
}
.blog-details-content .leave-comments input.search-input:focus {
  outline-width: 0;
  outline: none;
}
/*=======================================================================
[13] Contact Area
=========================================================================*/
.contact-layout1 .contact-box {
  margin-bottom: 3rem;
}
.contact-layout1 .contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-layout1 .contact-us-form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  font-weight: 300;
}
.contact-layout1 .contact-us-form .form-group input {
  height: 45px;
  font-size: 15px;
  padding: 5px 15px;
}
.contact-layout1 .contact-us-form .form-group textarea {
  font-size: 15px;
  padding: 10px 15px;
}
.contact-layout1 .contact-us-form .form-response .alert-info {
  background: transparent !important;
  border: none !important;
  color: #f50808;
  letter-spacing: 5px;
}
.contact-layout1 .contact-us-form .form-response .alert-success {
  background-color: transparent;
  color: #0bb606;
  letter-spacing: 4px;
  border-color: transparent;
}
@media only screen and (max-width: 479px) {
  .contact-layout1 .contact-us-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-layout1 .contact-us-form .form-response .alert {
  border-radius: 0 !important;
  padding: 15px 0;
}
/*=======================================================================
[14] Category Area
=========================================================================*/
.category-layout1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .category-layout1 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .category-layout1:first-child {
    padding-top: 9rem;
  }
  .category-layout1:last-child {
    padding-bottom: 9rem;
  }
}
.category-layout1 .category-serial-number {
  font-size: 25px;
  font-weight: 500;
  line-height: 62px;
  text-align: center;
  width: 100px;
  height: 70px;
}
.category-layout1 .item-content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.category-layout1 .item-content p {
  line-height: 1.8;
  margin-bottom: 0;
}
/*=======================================================================
[15] Inner Page Banner Area
=========================================================================*/
.inner-page-banner {
  margin-top: 80px;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 220px 0 80px;
}
@media only screen and (max-width: 1199px) {
  .inner-page-banner {
    padding: 210px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-banner {
    padding: 200px 0 60px;
    margin-top: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner {
    padding: 190px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner {
    padding: 180px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-page-banner {
    padding: 170px 0 30px;
  }
}
.inner-page-banner:after {
  position: absolute;
  content: "";
  background: rgba(27, 31, 60, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner .breadcrumbs-layout1 {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-layout1 h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.inner-page-banner .breadcrumbs-layout1 ul {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-layout1 ul {
    text-align: left;
    margin-top: 0;
  }
}
.inner-page-banner .breadcrumbs-layout1 ul li {
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
.inner-page-banner .breadcrumbs-layout1 ul li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  color: #ececef;
}
.inner-page-banner .breadcrumbs-layout1 ul li:last-child:after {
  display: none;
}
.inner-page-banner .breadcrumbs-layout2 {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-layout2 h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
}
.inner-page-banner .breadcrumbs-layout2 ul {
  text-align: center;
}
.inner-page-banner .breadcrumbs-layout2 ul li {
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.inner-page-banner .breadcrumbs-layout2 ul li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
}
.inner-page-banner .breadcrumbs-layout2 ul li:last-child:after {
  display: none;
}
/*=======================================================================
[16] Pagination Area
=========================================================================*/
.pagination-layout1 {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.pagination-layout1 li {
  display: inline-block;
  margin-right: 5px;
}
.pagination-layout1 li a {
  width: 42px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .pagination-layout1 li a {
    width: 30px;
  }
}
.pagination-layout1 li:first-child {
  margin-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.pagination-layout1 li:last-child {
  margin-right: 0;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.pagination-layout1 .active a {
  color: #ff6b61;
}
/*=======================================================================
[17] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
  .break-b-md {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
  .break-b-sm {
    margin-bottom: 3rem;
  }
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-search .stylish-input-group {
  background: transparent;
  border: 1px solid #4c4f70;
  height: 45px;
  padding: 0 0 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget-search .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  padding: 0;
}
.widget-search .stylish-input-group .input-group-addon {
  border: none;
  border-radius: 0;
  background: transparent !important;
  padding: 0;
}
.widget-search .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: #3169fe;
  border: 0;
  padding: 15px;
}
.widget-search .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 14px;
}
.widget-search .stylish-input-group input {
  font-size: 14px;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
.widget-categories ul li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: fontAwesome;
  font-size: 15px;
}
.widget-categories ul li:hover:before {
  color: #ff6b61;
}
.widget-popular-post .media {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid;
}
.widget-popular-post .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-popular-post .media a {
  padding-right: 0;
}
.widget-popular-post .media a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-popular-post .media a img:hover {
  opacity: 0.7;
}
.widget-popular-post .media-body a {
  line-height: 1.6;
  margin-right: 0;
  margin-bottom: 5px;
  margin-top: -5px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-popular-post .media-body p {
  margin-bottom: 0;
}
.widget-tag ul {
  display: inline-block;
  margin-bottom: -5px;
}
.widget-tag ul li {
  text-transform: capitalize;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 14px;
}
.widget-tag ul li a {
  display: inline-block;
  padding: 5px 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag ul li a:hover {
  background-color: #ff6b61;
}
/*=======================================================================
[18] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 9.3rem 0 7rem;
}
.footer-box {
  margin-bottom: 30px;
}
.footer-box .title {
  margin-bottom: 40px;
}
.useful-links {
  margin-top: -8px;
}
.useful-links ul li {
  position: relative;
  padding-left: 20px;
}
.useful-links ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  top: 4px;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.useful-links ul li a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.corporate-address {
  margin-top: -7px;
}
.corporate-address ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 38px;
}
.corporate-address ul li i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  /* top: 10px; */
  z-index: 1;
  font-size: 14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.corporate-address ul li p {
  line-height: 1.75;
  margin-bottom: 4px;
}
.corporate-address ul li:last-child {
  margin-bottom: 0;
}
.footer-popular-post .media {
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.footer-popular-post .media:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-popular-post .media a {
  padding-right: 0;
}
.footer-popular-post .media a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-popular-post .media a img:hover {
  opacity: 0.7;
}
.footer-popular-post .media-body a {
  line-height: 1.6;
  margin-right: 0;
  margin-bottom: 5px;
  margin-top: -5px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-popular-post .media-body p {
  margin-bottom: 0;
}
ul.post-gallery li {
  display: inline-table;
  margin-bottom: 7px;
  margin-right: 7px;
  float: left;
  width: 30%;
}
ul.post-gallery figure {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}
ul.post-gallery figure img {
  width: 100%;
}
ul.post-gallery figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
ul.post-gallery figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.footer-area-bottom {
  text-align: center;
  padding: 35px 0 5px;
  text-transform: capitalize;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.find-location {
  font-size: 18px;
}
.find-location i {
  margin-left: 10px;
}
.footer-contact-form .form-group {
  margin-bottom: 20px;
}
.footer-contact-form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-size: 15px;
}
.footer-contact-form .form-group input {
  height: 60px;
  padding: 0.5rem 1.5rem;
}
.footer-contact-form .form-group textarea {
  height: 142px;
  padding: 1.5rem;
}
.footer-contact-form .form-response .alert-info {
  background: transparent !important;
  border: none !important;
  color: red;
  letter-spacing: 5px;
}
.footer-contact-form .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.footer-contact-form .form-response .alert {
  border-radius: 0 !important;
  padding: 35px 0 15px 0;
  margin-bottom: 0 !important;
}
.footer-contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-contact-form input::-webkit-input-placeholder,
.footer-contact-form textarea::-webkit-input-placeholder {
  color: #444444;
}
.footer-contact-form input::-moz-placeholder,
.footer-contact-form textarea::-moz-placeholder {
  color: #444444;
}
.footer-contact-form input:-moz-placeholder,
.footer-contact-form textarea:-moz-placeholder {
  color: #444444;
}
.footer-contact-form input:-ms-input-placeholder,
.footer-contact-form textarea:-ms-input-placeholder {
  color: #444444;
}
.footer-social-layout1 li {
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  margin-bottom: 5px;
}
.footer-social-layout1 li:last-child {
  margin-right: 0;
}
.footer-info-list li {
  margin-bottom: 5px;
}
footer.bgLightAccent.darkToLight {
  background-color: #1b1f32;
}
footer.box-layout-wrap.darkToLight {
  margin-left: inherit;
  margin-right: inherit;
}
.box-layout-wrap footer.box-layout-child.darkToLight {
  margin-left: inherit;
  margin-right: inherit;
}

.cbh-phone{display:block;position:fixed; left: -50px;
  bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
  .cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .cbh-phone.cbh-static1{opacity:.6}
  .cbh-phone.cbh-hover1{opacity:1}
  .cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
  .cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
  .cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
  .cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
  .cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(https://360imagem.com/google/images/wpp-icon.png);background-size: 40px 40px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
  .cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
  .cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
  .cbh-ph-img-circle1 {}
  .cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
  .cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
  .cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}

  .kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
  }
  .kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
  }
  .kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
  }
  
  .owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 25px !important;
    color: #ffffff !important;
  }

  .owl-next{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 25px !important;
    color: #ffffff !important;
  }

  button:focus {
    outline: 0px !important;
}