
/* ====================
01. Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  scroll-behavior: smooth;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

p,
li,
a,
button {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
}

a,
a:hover {
  color: #555555;
}

ul {
  padding: 0;
  margin: 0;
}

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

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

/* =======================================
02. Preloader
======================================= */
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.preloader .load-box {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* =======================================
03. Top Bar
======================================= */
.top-bar {
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
}

.top-bar .bar-left {
  margin-top: 12px;
}

.top-bar .bar-left ul li {
  color: #666666;
}

.top-bar .bar-left ul li i {
  font-size: 18px;
  color: #147094;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.top-bar .bar-left ul li:first-child {
  margin-right: 18px;
}

.top-bar .bar-right {
  margin-top: 12px;
}

.top-bar .bar-right ul.bar-menu {
  margin-right: 40px;
  padding-right: 15px;
  position: relative;
}

.top-bar .bar-right ul.bar-menu:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 20px;
  top: 1px;
  right: -16px;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) {
  margin-right: 10px;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle {
  color: #666666;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle:hover {
  cursor: pointer;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle i.la {
  font-size: 18px;
  color: #147094;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle i.fa {
  font-size: 13px;
  color: #969696;
  margin-left: 2px;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle:after {
  content: none;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-top: 13px;
  min-width: 170px;
  border: none;
  top: 8px !important;
  left: inherit !important;
  right: -30px;
  padding: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu li {
  margin-right: 0;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
  font-size: 15px;
  color: #fff;
  background: #147094;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu li a {
  display: block;
  color: #969696;
  padding: 6px 22px;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu li a img {
  margin-right: 8px;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu li a:hover {
  cursor: pointer;
  color: #147094;
}

.top-bar .bar-right ul.bar-menu li:nth-child(1) .dropdown ul.dropdown-menu:before {
  right: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #147094;
}

.top-bar .bar-right ul.bar-menu li:nth-child(2) a {
  color: #666666;
}

.top-bar .bar-right ul.bar-menu li:nth-child(2) a i {
  font-size: 18px;
  color: #147094;
  margin-right: 2px;
  vertical-align: text-bottom;
}

.top-bar .bar-right ul.bar-social li a i {
  font-size: 13px;
  color: #969696;
  padding-left: 2px;
}

.top-bar .bar-right ul.bar-social li a i:hover {
  color: #147094;
}

.top-bar2 {
  background: #1a1b25;
  border-bottom: none;
}

.top-bar2 .bar-left ul li {
  color: #dddddd;
}

.top-bar2 .bar-right ul.bar-menu:before {
  background: #555555;
}

.top-bar2 .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle {
  color: #dddddd;
}

.top-bar2 .bar-right ul.bar-menu li:nth-child(1) .dropdown a.dropdown-toggle i.fa {
  color: #8D8E92;
}

.top-bar2 .bar-right ul.bar-menu li:nth-child(2) a {
  color: #dddddd;
}

.top-bar2 .bar-right ul.bar-social li a i {
  color: #dddddd;
}

/* =======================================
04. Logo Area
======================================= */
.main-menu {
  height: 90px;
  padding-top: 23px;
}

.main-menu nav.navbar {
  padding: 0;
}

.main-menu nav.navbar a.navbar-brand {
  padding-top: 0;
  margin-top: -12px;
}

.main-menu nav.navbar div#navbarNavDropdown {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav {
  margin-top: 7px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item {
  position: relative;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  font-size: 13px;
  color: #444444;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  margin-left: 20px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:after {
  content: none;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #147094;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link i.fa-angle-down {
  font-size: 14px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu {
  position: absolute;
  top: 115%;
  left: 10px;
  display: block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 15px 0;
  min-width: 190px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: none;
  border-top: 3px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu li {
  margin-bottom: 12px;
  padding: 0 20px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu li a {
  display: block;
  font-size: 13px;
  color: #666666;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {
  color: #444444;
  font-weight: 600;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu li a.active {
  color: #147094;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.active a.nav-link {
  color: #147094;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.search-box {
  margin-left: 40px;
  position: relative;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.search-box a.nav-search {
  font-size: 17px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  padding-top: 5px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.search-box:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 18px;
  top: 7px;
  left: -10px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.side-box a.side-bar {
  margin-top: 2px;
  padding-right: 0;
  margin-left: 0;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.side-box a.side-bar span {
  width: 20px;
  height: 1px;
  background: #444444;
  display: block;
  margin-bottom: 5px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.side-box a.side-bar span:nth-child(2) {
  width: 16px;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.side-box a.side-bar span:last-child {
  margin-bottom: 0;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.side-box a.side-bar:hover span {
  background: #147094;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.cart-box a.shop-cart {
  font-size: 20px;
  padding-top: 2px;
  margin-left: 5px;
  padding-right: 0;
  color: #eeeeee;
}

.main-menu nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.cart-box a.shop-cart:hover {
  color: #147094;
}

.main-menu .search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: rgba(255, 255, 255, 0.96);
}

.main-menu .search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-menu .search-wrap .search-inner .search-cell {
  position: absolute;
  top: 20%;
  width: 100%;
}

.main-menu .search-wrap .search-inner .search-cell form .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp .3s;
  animation: slideInUp .3s;
}

.main-menu .search-wrap .search-inner .search-cell form .search-field-holder input.form-control {
  height: 66px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #dddddd;
  font-size: 26px;
  margin-bottom: 0;
  color: #444444;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.main-menu .search-wrap .search-inner .search-cell form .search-field-holder i#search-close {
  position: absolute;
  top: 25px;
  right: -15px;
  font-size: 26px;
  color: #567ed2;
  cursor: pointer;
}

.main-menu .sidebar-body {
  background: #fff;
  width: 350px;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 99999;
  height: 100%;
  padding: 35px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow-y: scroll;
}

.main-menu .sidebar-body .side-logo {
  margin-bottom: 40px;
}

.main-menu .sidebar-body .side-logo a i {
  font-size: 18px;
  color: #567ed2;
  border: 1px solid #dddddd;
  padding: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.main-menu .sidebar-body .side-logo a i:hover {
  background: #567ed2;
  color: #fff;
  border-color: #567ed2;
}

.main-menu .sidebar-body .side-content p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}

.main-menu .sidebar-body .side-content .menu-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.main-menu .sidebar-body .side-content .menu-box .card {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.main-menu .sidebar-body .side-content .menu-box .card .card-header {
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.main-menu .sidebar-body .side-content .menu-box .card .card-header a span {
  font-size: 15px;
  color: #666666;
  text-transform: uppercase;
}

.main-menu .sidebar-body .side-content .menu-box .card .card-header a i {
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.main-menu .sidebar-body .side-content .menu-box .card .card-header a[aria-expanded="true"] .la-plus:before {
  content: "\f28e";
}

.main-menu .sidebar-body .side-contact {
  margin-bottom: 45px;
}

.main-menu .sidebar-body .side-contact ul li {
  color: #666666;
  margin-bottom: 10px;
}

.main-menu .sidebar-body .side-contact ul li i {
  font-size: 18px;
  color: #147094;
  margin-top: 1px;
  margin-right: 6px;
  vertical-align: text-bottom;
  float: left;
  height: 30px;
}

.main-menu .sidebar-body .side-social ul li a {
  font-size: 13px;
  color: #666666;
  display: inline-block;
  border: 1px solid #e5e5e5;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.main-menu .sidebar-body .side-social ul li a:hover {
  background: #147094;
  border-color: #147094;
  color: #fff;
}

.main-menu .sidebar-body.open {
  right: 0;
}

.main-menu .sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99990;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-menu .sidebar-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.main-menu2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-menu2 nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  color: #eeeeee;
}

.main-menu2 nav.navbar div#navbarNavDropdown ul.navbar-nav li.nav-item.search-box:before {
  background: #969696;
}

/* =======================================
05. Mobile Menu
======================================= */
.mobile-menu-area {
  display: none;
}

@media (max-width: 767px) {
  .top-bar, .main-menu {
    display: none;
  }
   .mob-filters{
    display: none;
  }
}

.mean-container .mean-bar {
  background: #fff;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 20px 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar .meanmenu-reveal {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  color: #147094;
  border: 1px solid #dddddd;
  padding: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-top: 22px;
  margin-right: 30px;
}

.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #147094;
  height: 2px;
  margin: 4px;
}

.mean-container .mean-bar .meanmenu-reveal:hover {
  background: #147094;
  border-color: #147094;
  color: #fff;
}

.mean-container .mean-bar .meanmenu-reveal:hover span {
  background: #fff;
}

.mean-container .mean-bar nav.mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
  text-align: left;
}

.mean-container .mean-bar nav.mean-nav a img {
  margin-top: 6px;
  margin-left: 30px;
  max-width: 100px;
}

.mean-container .mean-bar nav.mean-nav ul {
  margin-top: 28px;
  text-align: left;
  padding: 0 30px;
}

.mean-container .mean-bar nav.mean-nav ul li {
  position: relative;
}

.mean-container .mean-bar nav.mean-nav ul li a {
  color: #666666;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.5px;
}

.mean-container .mean-bar nav.mean-nav ul li a:hover {
  color: #147094;
  cursor: pointer;
}

.mean-container .mean-bar nav.mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #e5e5e5;
}

.mean-container .mean-bar nav.mean-nav ul li .mean-expand {
  font-size: 22px !important;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}

.mean-container .mean-bar nav.mean-nav ul li .mean-expand:hover {
  background: transparent;
}

.mean-container .mean-bar nav.mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.mean-container .mean-bar nav.mean-nav ul li ul li a {
  font-size: 13px;
  border: none !important;
}

/* =======================================
06. Hero Area
======================================= */
.hero-area .slider-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-area .slider-wrapper .slider-item {
  width: 100%;
  height: 600px;
}

.hero-area .slider-wrapper .slider-item .slider-table {
  display: table;
  width: 100%;
  height: 100%;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 22px;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 40px;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell a.hero-btn {
  font-size: 15px;
  color: #fff;
  background: #147094;
  display: inline-block;
  text-align: center;
  width: 170px;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell a.hero-btn i {
  font-size: 14px;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell a.hero-btn:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-area .slider-wrapper .slider-item .slider-table .slider-tablecell a.hero-btn:hover:before {
  width: 100%;
}

.hero-area .slider-wrapper .slider1 {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-content
{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.hero-area .slider-wrapper .slider2 {
  background-image: url(../images/slider-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-area .slider-wrapper .slider2:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area .slider-wrapper .slider2 p {
  margin: auto;
}

.hero-area .slider-wrapper .slider3 {
  background-image: url(../images/slider-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-area .slider-wrapper .slider3:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area .slider-wrapper .slider4 {
  background-image: url(../images/slider-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-area .slider-wrapper .slider4:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area .slider-wrapper .slider5 {
  background-image: url(../images/slider-5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;
}

.hero-area .slider-wrapper .slider5:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area .slider-wrapper .slider6 {
  background-image: url(../images/slider-6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;
}

.hero-area .slider-wrapper .slider6:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area .slider-wrapper .owl-nav div {
  font-size: 24px;
  color: #222222;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: -50px;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.hero-area .slider-wrapper .owl-nav div:before {
  position: absolute;
  content: "";
  background: #567ed2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-area .slider-wrapper .owl-nav div:hover {
  color: #fff;
}

.hero-area .slider-wrapper .owl-nav div:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-area .slider-wrapper .owl-nav div.owl-next {
  left: inherit;
  right: -50px;
}

.hero-area .slider-wrapper:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 20px;
}

.hero-area .slider-wrapper:hover div.owl-next {
  left: inherit;
  right: 20px;
}

/* =======================================
07. Feature Area
======================================= */
.feature-area {
  padding: 100px 0 110px;
}

.feature-area .sec-title {
  margin-bottom: 60px;
}

.feature-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.feature-area .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.feature-area .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.feature-area .feature-box {
  margin-bottom: 42px;
  padding-right: 10px;
}

.feature-area .feature-box .ft-img span {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding-top: 23px;
  margin-left: 20px;
}

.feature-area .feature-box .ft-content h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-area .feature-box .ft-content p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.feature-area .feature-box:last-child {
  margin-bottom: 0;
}

.feature-area .feature-box2 {
  padding-right: 0;
  padding-left: 10px;
}

.feature-area .feature-box2 .ft-img span {
  margin-left: 0;
  margin-right: 20px;
}

.feature-area .feature-lft {
  position: relative;
}

.feature-area .feature-lft:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 100%;
  top: 0;
  right: 8px;
}

.feature-area .feature-lft:after {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 105%;
  top: -8px;
  right: -1px;
}

.feature-area .feature-ryt {
  position: relative;
}

.feature-area .feature-ryt:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 100%;
  top: 0;
  left: 8px;
}

/* =======================================
08. Feature Area 2
======================================= */
.feature-area2 {
  padding: 100px 0 60px;
  background: #f9f9f9;
}

.feature-area2 .sec-title {
  margin-bottom: 60px;
}

.feature-area2 .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.feature-area2 .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.feature-area2 .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.feature-area2 .feature-box {
  margin-bottom: 36px;
}

.feature-area2 .feature-box .ft-img span img {
  margin-right: 18px;
  margin-top: 10px;
}

.feature-area2 .feature-box .ft-content h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-area2 .feature-box .ft-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
}

.feature-area2.service2 {
  background: #fff;
}

/* =======================================
09. Feature Area 3
======================================= */
.feature-area3 {
  padding: 100px 0 65px;
}

.feature-area3 .sec-title {
  margin-bottom: 50px;
}

.feature-area3 .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.feature-area3 .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.feature-area3 .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.feature-area3 .feature-box {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 35px;
}

.feature-area3 .feature-box .ft-img span img {
  margin-right: 18px;
  margin-top: 10px;
}

.feature-area3 .feature-box .ft-content h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-area3 .feature-box .ft-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
}

.feature-area3 .feature-box:hover {
  border-color: #147094;
}

/* =======================================
10. About Us
======================================= */
.about-us {
  background: #f9f9f9;
  padding: 100px 0;
}

.about-us .about-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.about-us .sec-title {
  padding-left: 30px;
  margin-bottom: 38px;
}

.about-us .sec-title h3 {
  color: #444444;
  max-width: 420px;
  font-weight: 600;
  position: relative;
}

.about-us .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 60px;
  height: 1px;
  bottom: -18px;
  left: 0;
}

.about-us .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 0;
}

.about-us .about-content {
  padding-left: 30px;
}

.about-us .about-content p {
  font-size: 16px;
  color: #555555;
  line-height: 33px;
  margin-bottom: 33px;
}

.about-us .about-content p span {
  display: block;
  color: #666666;
  font-style: italic;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
  margin: 20px 0;
}

.about-us .num-counter {
  margin-top: 35px;
}

.about-us .num-counter .col-md-3 {
  border-right: 1px solid #e5e5e5;
}

.about-us .num-counter .col-md-3 .counter-box {
  padding: 5px 0;
}

.about-us .num-counter .col-md-3 .counter-box h2 {
  margin-bottom: 5px;
}

.about-us .num-counter .col-md-3 .counter-box h2 span {
  color: #444444;
  padding-left: 17px;
}

.about-us .num-counter .col-md-3 .counter-box h2 i {
  font-size: 20px;
  color: #147094;
  vertical-align: top;
  margin-left: -10px;
}

.about-us .num-counter .col-md-3 .counter-box p {
  font-size: 15px;
  color: #147094;
}

.about-us .num-counter .col-md-3:last-child {
  border-right: none;
}

.about-bg {
  background: #fff;
}

/* =======================================
11. About Us 2
======================================= */
.about-us2 {
  padding: 100px 0;
}

.about-us2 .about-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.about-us2 .sec-title {
  padding-left: 30px;
  margin-bottom: 38px;
}

.about-us2 .sec-title h3 {
  color: #444444;
  max-width: 420px;
  font-weight: 600;
  position: relative;
}

.about-us2 .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 60px;
  height: 1px;
  bottom: -18px;
  left: 0;
}

.about-us2 .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 0;
}

.about-us2 .about-content {
  padding-left: 30px;
}

.about-us2 .about-content p {
  font-size: 16px;
  color: #555555;
  line-height: 33px;
  margin-bottom: 30px;
}

.about-us2 .about-content p span {
  display: block;
  color: #666666;
  font-style: italic;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
  margin: 20px 0;
}

.about-us2 .about-content .num-counter .col-md-4 {
  border-right: 1px solid #e5e5e5;
}

.about-us2 .about-content .num-counter .col-md-4 .counter-box {
  padding: 5px 0;
}

.about-us2 .about-content .num-counter .col-md-4 .counter-box h3 {
  margin-bottom: 5px;
}

.about-us2 .about-content .num-counter .col-md-4 .counter-box h3 span {
  color: #444444;
  padding-left: 17px;
}

.about-us2 .about-content .num-counter .col-md-4 .counter-box h3 i {
  font-size: 15px;
  color: #147094;
  vertical-align: top;
  margin-left: -10px;
}

.about-us2 .about-content .num-counter .col-md-4 .counter-box p {
  font-size: 15px;
  color: #147094;
  line-height: normal;
  margin-bottom: 0;
}

.about-us2 .about-content .num-counter .col-md-4:last-child {
  border-right: none;
}

/* =======================================
12. Video Area
======================================= */
.vd-area {
  background-image: url(../images/how-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 600px;
  position: relative;
}

.vd-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vd-area .vd-table {
  display: table;
  width: 100%;
  height: 100%;
}

.vd-area .vd-table .vd-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.vd-area .vd-table .vd-tablecell .vd-content h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.vd-area .vd-table .vd-tablecell .vd-content h2:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.vd-area .vd-table .vd-tablecell .vd-content h2:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.vd-area .vd-table .vd-tablecell .vd-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 33px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 35px;
}

.vd-area .vd-table .vd-tablecell .vd-content a#video-btn {
  font-size: 36px;
  color: #fff;
  background: #147094;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.vd-area .vd-table .vd-tablecell .vd-content a#video-btn:before {
  position: absolute;
  content: "";
  background: #567ed2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.vd-area .vd-table .vd-tablecell .vd-content a#video-btn:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* =======================================
13. Project Area
======================================= */
.project-area {
  padding: 100px 0 70px;
}

.project-area .sec-title {
  margin-bottom: 50px;
}

.project-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.project-area .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.project-area .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.project-area .project-filter {
  margin-bottom: 43px;
}

.project-area .project-filter .filter-menu a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
}

.project-area .project-filter .filter-menu a:last-child {
  border-right: none;
}

.project-area .project-filter .filter-menu a.active {
  color: #147094;
}

.project-area .project-items .grid-item .project-box {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-area .project-items .grid-item .project-box img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-area .project-items .grid-item .project-box .layer-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.project-area .project-items .grid-item .project-box .layer-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  font-size: 16px;
  color: #dddddd;
  border: 1px solid #dddddd;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 100;
  padding-top: 5px;
}

.project-area .project-items .grid-item .project-box .layer-box a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.project-area .project-items .grid-item .project-box .layer-box .layer-title {
  position: absolute;
  left: 70px;
  bottom: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-area .project-items .grid-item .project-box .layer-box .layer-title h6 {
  color: #e5e5e5;
  font-weight: 600;
}

.project-area .project-items .grid-item .project-box .layer-box .layer-title p {
  color: #dddddd;
}

.project-area .project-items .grid-item .project-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-area .project-items .grid-item .project-box:hover .layer-box {
  visibility: visible;
  opacity: 1;
}

.project-area .project-items .grid-item .project-box:hover .layer-box .layer-title {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

/* =======================================
14. Project Area 2
======================================= */
.project-area2 {
  padding: 100px 0 0;
}

.project-area2 .sec-title {
  margin-bottom: 50px;
}

.project-area2 .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.project-area2 .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.project-area2 .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.project-area2 .project-box2 .project-item {
  position: relative;
  overflow: hidden;
}

.project-area2 .project-box2 .project-item img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-area2 .project-box2 .project-item .layer-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.project-area2 .project-box2 .project-item .layer-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  font-size: 16px;
  color: #dddddd;
  border: 1px solid #dddddd;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 100;
  padding-top: 5px;
}

.project-area2 .project-box2 .project-item .layer-box a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.project-area2 .project-box2 .project-item .layer-box .layer-title {
  position: absolute;
  left: 70px;
  bottom: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-area2 .project-box2 .project-item .layer-box .layer-title h6 {
  color: #e5e5e5;
  font-weight: 600;
}

.project-area2 .project-box2 .project-item .layer-box .layer-title p {
  color: #dddddd;
}

.project-area2 .project-box2 .project-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-area2 .project-box2 .project-item:hover .layer-box {
  visibility: visible;
  opacity: 1;
}

.project-area2 .project-box2 .project-item:hover .layer-box .layer-title {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

/* =======================================
15. Project Area 3
======================================= */
.project-area3 {
  background: #f9f9f9;
}

.project-area3 .sec-title h3 {
  margin: auto;
}

.project-area3 .project-filter {
  margin-bottom: 43px;
}

.project-area3 .project-filter .filter-menu {
  background: transparent;
  border: none;
}

.project-area3 .project-filter .filter-menu a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
  cursor: pointer;
  border-right: 1px solid #dddddd;
}

.project-area3 .project-filter .filter-menu a:last-child {
  margin-right: 0;
}

.project-area3 .project-filter .filter-menu a.active {
  color: #147094;
}

.project-area3 .project-items .grid-item .project-box {
  border: 1px solid #e5e5e5;
}

/* =======================================
16. Project Gallery
======================================= */
.project-gallery {
  padding: 100px 0 0;
}

.project-gallery .sec-title {
  margin-bottom: 50px;
}

.project-gallery .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.project-gallery .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.project-gallery .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.project-gallery .gallery-box .project-item {
  position: relative;
  overflow: hidden;
}

.project-gallery .gallery-box .project-item img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-gallery .gallery-box .project-item .layer-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.project-gallery .gallery-box .project-item .layer-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  font-size: 16px;
  color: #dddddd;
  border: 1px solid #dddddd;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 100;
  padding-top: 5px;
}

.project-gallery .gallery-box .project-item .layer-box a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.project-gallery .gallery-box .project-item .layer-box .layer-title {
  position: absolute;
  left: 70px;
  bottom: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-gallery .gallery-box .project-item .layer-box .layer-title h6 {
  color: #e5e5e5;
  font-weight: 600;
}

.project-gallery .gallery-box .project-item .layer-box .layer-title p {
  color: #dddddd;
}

.project-gallery .gallery-box .project-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-gallery .gallery-box .project-item:hover .layer-box {
  visibility: visible;
  opacity: 1;
}

.project-gallery .gallery-box .project-item:hover .layer-box .layer-title {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

/* =======================================
17. Project Details
======================================= */
.project-details {
  padding: 100px 0;
}

.project-details .project-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.project-details .project-info {
  border: 1px solid #dddddd;
  border-top: 3px solid #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.project-details .project-info h6 {
  color: #444444;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 30px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-details .project-info ul {
  padding: 20px 30px;
}

.project-details .project-info ul li {
  font-size: 16px;
  color: #969696;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.project-details .project-info ul li span {
  color: #444444;
  display: inline-block;
  width: 100px;
}

.project-details .project-info ul li:first-child {
  padding-top: 0;
}

.project-details .project-info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.project-details .project-social {
  border: 1px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 30px;
}

.project-details .project-social ul li a {
  font-size: 12px;
  color: #969696;
  border: 1px solid #dddddd;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.project-details .project-social ul li a:hover {
  background: #567ed2;
  color: #fff;
  border-color: #567ed2;
}

.project-details .project-social ul li:first-child {
  font-size: 16px;
  color: #444444;
  margin-right: 20px;
}

.project-details .pro-about {
  margin-top: 40px;
}

.project-details .pro-about h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.project-details .pro-about p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 35px;
}

.project-details .pro-about .project-vd {
  background-image: url(../images/vd-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 140px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
  position: relative;
}

.project-details .pro-about .project-vd:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.project-details .pro-about .project-vd .vd-table {
  display: table;
  width: 100%;
  height: 100%;
}

.project-details .pro-about .project-vd .vd-table .vd-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.project-details .pro-about .project-vd .vd-table .vd-tablecell a#video-btn {
  font-size: 36px;
  color: #fff;
  background: #147094;
  display: inline-block;
  width: 65px;
  height: 65px;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.project-details .pro-about .project-vd .vd-table .vd-tablecell a#video-btn:before {
  position: absolute;
  content: "";
  background: #567ed2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.project-details .pro-about .project-vd .vd-table .vd-tablecell a#video-btn:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project-details .pro-des {
  margin-bottom: 30px;
}

.project-details .pro-des h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.project-details .pro-des p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 15px;
}

.project-details .pro-des ul li {
  font-size: 15px;
  color: #666666;
  line-height: 35px;
}

.project-details .pro-des ul li i {
  font-size: 14px;
  color: #147094;
  margin-right: 10px;
}

.project-details .rel-project h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.project-details .rel-project .rel-slider .project-item {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.project-details .rel-project .rel-slider .project-item img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-details .rel-project .rel-slider .project-item .layer-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.project-details .rel-project .rel-slider .project-item .layer-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  font-size: 16px;
  color: #dddddd;
  border: 1px solid #dddddd;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 100;
  padding-top: 5px;
}

.project-details .rel-project .rel-slider .project-item .layer-box a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.project-details .rel-project .rel-slider .project-item .layer-box .layer-title {
  position: absolute;
  left: 70px;
  bottom: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-details .rel-project .rel-slider .project-item .layer-box .layer-title h6 {
  color: #e5e5e5;
  font-weight: 600;
}

.project-details .rel-project .rel-slider .project-item .layer-box .layer-title p {
  color: #dddddd;
}

.project-details .rel-project .rel-slider .project-item:hover img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-details .rel-project .rel-slider .project-item:hover .layer-box {
  visibility: visible;
  opacity: 1;
}

.project-details .rel-project .rel-slider .project-item:hover .layer-box .layer-title {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

/* =======================================
18. Testimonial Area
======================================= */
.testimonial-area {
  background: #f9f9f9;
  padding: 100px 0 155px;
}

.testimonial-area .sec-title {
  margin-bottom: 50px;
}

.testimonial-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.testimonial-area .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.testimonial-area .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.testimonial-area .testimonial-slider {
  position: relative;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
  padding: 26px 35px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box p.feedback {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 20px;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box img {
  padding-right: 15px;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box h6 {
  margin-top: 10px;
  font-weight: 600;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box p.title {
  font-size: 13px;
  color: #969696;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box i {
  font-size: 60px;
  color: #eeeeee;
  position: absolute;
  bottom: 10px;
  right: 18px;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-box:hover {
  border-color: #147094;
}

.testimonial-area .testimonial-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -62px;
  margin-left: -16px;
}

.testimonial-area .testimonial-slider .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background: #969696;
  display: inline-block;
  margin: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-area .testimonial-slider .owl-dots .owl-dot.active {
  background: #567ed2;
  height: 12px;
}

/* =======================================
19. Team Area
======================================= */
.team-area {
  padding: 100px 0;
}

.team-area .sec-title {
  margin-bottom: 50px;
}

.team-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.team-area .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.team-area .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.team-area .team-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.team-area .team-box img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.team-area .team-box .team-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.team-area .team-box .team-layer ul {
  position: absolute;
  top: 50%;
  left: 25%;
  margin-top: -15px;
  margin-left: -2px;
}

.team-area .team-box .team-layer ul li a {
  font-size: 12px;
  color: #dddddd;
  border: 1px solid #666666;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.team-area .team-box .team-layer ul li a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.team-area .team-box .team-layer .layer-title {
  position: absolute;
  left: 70px;
  bottom: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.team-area .team-box .team-layer .layer-title h6 {
  color: #e5e5e5;
  font-weight: 600;
}

.team-area .team-box .team-layer .layer-title p {
  color: #dddddd;
}

.team-area .team-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.team-area .team-box:hover .team-layer {
  visibility: visible;
  opacity: 1;
}

.team-area .team-box:hover .team-layer .layer-title {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

/* =======================================
20. Team Area 3
======================================= */
.team-area3 {
  padding: 100px 0 50px;
}

.team-area3 .team-box {
  margin-bottom: 50px;
}

.team-area3 .team-box .team-img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.team-area3 .team-box .team-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.team-area3 .team-box .team-img .team-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.team-area3 .team-box .team-img .team-layer ul {
  position: absolute;
  top: 50%;
  left: 25%;
  margin-top: -15px;
  margin-left: -2px;
}

.team-area3 .team-box .team-img .team-layer ul li a {
  font-size: 12px;
  color: #dddddd;
  border: 1px solid #666666;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.team-area3 .team-box .team-img .team-layer ul li a:hover {
  background: #567ed2;
  border-color: #567ed2;
}

.team-area3 .team-box .team-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.team-area3 .team-box .team-img:hover .team-layer {
  visibility: visible;
  opacity: 1;
}

.team-area3 .team-box .team-title {
  margin-left: 20px;
}

.team-area3 .team-box .team-title h5 {
  font-size: 17px;
  color: #444444;
  font-weight: 600;
}

.team-area3 .team-box .team-title p {
  color: #969696;
}

/* =======================================
21. Team Single
======================================= */
.team-single {
  padding: 100px 0;
}

.team-single .team-mem-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.team-single .mem-content {
  padding-top: 45px;
  padding-left: 20px;
}

.team-single .mem-content h3 {
  color: #444444;
  font-weight: 600;
}

.team-single .mem-content span {
  display: inline-block;
  font-size: 16px;
  color: #147094;
  padding-bottom: 18px;
  margin-bottom: 12px;
  position: relative;
}

.team-single .mem-content span:before {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 70px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.team-single .mem-content p.p1 {
  font-size: 20px;
  margin-bottom: 30px;
}

.team-single .mem-content p.p2 {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 32px;
}

.team-single .mem-content ul.contact {
  margin-bottom: 40px;
}

.team-single .mem-content ul.contact li {
  color: #666666;
  margin-bottom: 8px;
}

.team-single .mem-content ul.contact li i {
  color: #147094;
  width: 35px;
}

.team-single .mem-content ul.social li a {
  font-size: 12px;
  color: #147094;
  border: 1px solid #dddddd;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.team-single .mem-content ul.social li a:hover {
  background: #567ed2;
  color: #fff;
  border-color: #567ed2;
}

/* =======================================
22. Pricing Table
======================================= */
.pricing-table {
  padding: 100px 0;
}

.pricing-table .sec-title {
  margin-bottom: 50px;
}

.pricing-table .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.pricing-table .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.pricing-table .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.pricing-table .sec-title2 {
  margin-top: 40px;
}

.pricing-table .pricing-box {
  border: 1px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
  padding: 40px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.pricing-table .pricing-box .pricing-top {
  padding: 15px 0 35px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-table .pricing-box .pricing-top h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-table .pricing-box .pricing-top p {
  font-size: 62px;
  color: #147094;
  font-weight: 600;
  margin-bottom: -10px;
}

.pricing-table .pricing-box .pricing-top p span {
  font-size: 15px;
  color: #969696;
}

.pricing-table .pricing-box .pricing-content {
  padding: 35px 30px 15px;
}

.pricing-table .pricing-box .pricing-content ul {
  margin-bottom: 35px;
}

.pricing-table .pricing-box .pricing-content ul li {
  font-size: 16px;
  color: #969696;
  margin-bottom: 10px;
}

.pricing-table .pricing-box .pricing-content ul li i {
  font-size: 14px;
  color: #147094;
  font-weight: 600;
  margin-right: 10px;
}

.pricing-table .pricing-box .pricing-content a {
  font-size: 16px;
  color: #147094;
  border: 1px solid #147094;
  display: block;
  text-align: center;
  padding: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-table .pricing-box .pricing-content a:before {
  position: absolute;
  content: "";
  background: #147094;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pricing-table .pricing-box .pricing-content a:hover {
  color: #fff;
}

.pricing-table .pricing-box .pricing-content a:hover:before {
  width: 100%;
}

.pricing-table .pricing-box:hover {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  border-top-color: #147094;
}

.pricing-table .pricing-box.active {
  border-top: 3px solid #147094;
}

.pricing-table .pricing-box2 {
  border: 1px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
  padding: 18px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.pricing-table .pricing-box2 .pricing-top {
  padding: 15px 0 35px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-table .pricing-box2 .pricing-top h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-table .pricing-box2 .pricing-top p {
  font-size: 56px;
  color: #147094;
  font-weight: 600;
  margin-bottom: -25px;
}

.pricing-table .pricing-box2 .pricing-top p span {
  font-size: 15px;
  color: #969696;
}

.pricing-table .pricing-box2 .pricing-content {
  padding: 25px 25px 15px;
}

.pricing-table .pricing-box2 .pricing-content ul {
  margin-bottom: 30px;
}

.pricing-table .pricing-box2 .pricing-content ul li {
  font-size: 15px;
  color: #969696;
  margin-bottom: 10px;
}

.pricing-table .pricing-box2 .pricing-content ul li i {
  font-size: 14px;
  color: #147094;
  font-weight: 600;
  margin-right: 10px;
}

.pricing-table .pricing-box2 .pricing-content a {
  font-size: 15px;
  color: #147094;
  border: 1px solid #147094;
  display: block;
  text-align: center;
  padding: 9px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-table .pricing-box2 .pricing-content a:before {
  position: absolute;
  content: "";
  background: #147094;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pricing-table .pricing-box2 .pricing-content a:hover {
  color: #fff;
}

.pricing-table .pricing-box2 .pricing-content a:hover:before {
  width: 100%;
}

.pricing-table .pricing-box2:hover {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  border-top-color: #147094;
}

.pricing-table .pricing-box2.active {
  border-top: 3px solid #147094;
}

.pricing-table2 {
  padding: 100px 0;
}

.pricing-table2 .sec-title {
  margin-bottom: 40px;
}

/* =======================================
23. Career Area
======================================= */
.career-area {
  padding: 100px 0;
}

.career-area .sec-title {
  margin-bottom: 40px;
}

.career-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.career-area .sec-title h3:before {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}

.career-area .sec-title h3:after {
  position: absolute;
  content: '';
  background: #147094;
  width: 75px;
  height: 1px;
  bottom: -22px;
  left: 50%;
  margin-left: -30px;
}

.career-area .career-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 38px;
}

.career-area .career-box {
  padding: 0 10px;
}

.career-area .career-box img {
  margin-bottom: 15px;
  max-width: 50px;
}

.career-area .career-box h6 {
  color: #444444;
  margin-bottom: 10px;
}

.career-area .career-box p {
  color: #969696;
  line-height: 25px;
}

.career-area .career-table {
  margin-top: 40px;
}

.career-area .career-table h4 {
  color: #444444;
  margin-bottom: 40px;
}

.career-area .career-table .table-box {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}

.career-area .career-table .table-box .job-title h5 a {
  color: #444444;
}

.career-area .career-table .table-box .job-title h5 a:hover {
  color: #567ed2;
}

.career-area .career-table .table-box .job-title ul li {
  color: #969696;
}

.career-area .career-table .table-box .job-title ul li span {
  margin-left: 12px;
}

.career-area .career-table .table-box .job-apply a {
  font-size: 15px;
  color: #147094;
  border: 1px solid #147094;
  display: block;
  text-align: center;
  width: 110px;
  padding: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.career-area .career-table .table-box .job-apply a:before {
  position: absolute;
  content: "";
  background: #147094;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.career-area .career-table .table-box .job-apply a:hover {
  color: #fff;
}

.career-area .career-table .table-box .job-apply a:hover:before {
  width: 100%;
}

.career-area .career-table .table-box:last-child {
  border-bottom: 1px solid #eeeeee;
}

/* =======================================
24. Faq Area
======================================= */
.faq-area {
  padding: 93px 0 80px;
}

.faq-area .faq-box .card {
  border: none;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.faq-area .faq-box .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-box .card .card-header a {
  padding-bottom: 16px;
}

.faq-area .faq-box .card .card-header a span {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
}

.faq-area .faq-box .card .card-header a i {
  font-size: 15px;
  color: #147094;
  margin-top: 10px;
}

.faq-area .faq-box .card .card-header a[aria-expanded="true"] .la-plus:before {
  content: "\f28e";
}

.faq-area .faq-box .card .card-body {
  padding: 0;
  padding-left: 23px;
}

.faq-area .faq-box .card .card-body p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 20px;
}

/* =======================================
25. Error Area
======================================= */
.error-area {
  background-image: url(../images/error-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 145px;
  position: relative;
}

.error-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.error-area .error-box h1 {
  font-size: 256px;
  color: #147094;
  font-weight: 600;
  margin-bottom: -30px;
}

.error-area .error-box h4 {
  color: #e5e5e5;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-area .error-box p {
  font-size: 18px;
  color: #8D8E92;
  font-weight: 600;
  margin-bottom: 35px;
}

.error-area .error-box a {
  font-size: 15px;
  color: #147094;
  background: transparent;
  display: block;
  text-align: center;
  width: 200px;
  padding: 12px;
  border: 1px solid #147094;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
}

.error-area .error-box a:before {
  position: absolute;
  content: "";
  background: #147094;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.error-area .error-box a i {
  margin-right: 5px;
}

.error-area .error-box a:hover {
  color: #fff;
}

.error-area .error-box a:hover:before {
  width: 100%;
}

.error-area .error-hp {
  margin-top: 36%;
}

.error-area .error-hp h5 {
  color: #dddddd;
  font-weight: 600;
  margin-bottom: 15px;
}

.error-area .error-hp ul li {
  margin-bottom: 10px;
}

.error-area .error-hp ul li a {
  font-size: 15px;
  color: #8D8E92;
  font-weight: 600;
}

.error-area .error-hp ul li a i {
  color: #147094;
  margin-right: 8px;
}

.error-area .error-hp ul li a:hover {
  color: #567ed2;
}

.error-area .error-hp ul li a:hover i {
  color: #567ed2;
}

.error-area .error-hp ul:first-child {
  margin-right: 40px;
}

/* =======================================
26. Blog Area
======================================= */
.home-blog {
  padding: 100px 0;
  padding-bottom: 50px !important;
}

.home-blog .sec-title {
  margin-bottom: 50px;
}

.home-blog .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}


.home-blog .blog-box {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 30px;
}

.home-blog .blog-box .blog-img {
  position: relative;
}

.home-blog .blog-box .blog-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.home-blog .blog-box .blog-img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #567ed2;
  width: 60px;
  height: 65px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.home-blog .blog-box .blog-img span small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
}

.home-blog .blog-box .img-content {
  padding: 20px 25px;
}

.home-blog .blog-box .img-content h6 {
  margin-bottom: 10px;
}

.home-blog .blog-box .img-content h6 a {
  color: #444444;
  font-weight: 600;
  line-height: 20px;
}

.home-blog .blog-box .img-content h6 a:hover {
  color: #567ed2;
}

.home-blog .blog-box .img-content p {
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.home-blog .blog-box .img-content ul {
  padding-top: 12px;
}

.home-blog .blog-box .img-content ul li a {
  font-size: 14px;
  color: #969696;
}

.home-blog .blog-box .img-content ul li a i {
  font-size: 15px;
  color: #147094;
  margin-right: 5px;
}

.home-blog .blog-box .img-content ul li a:hover {
  color: #567ed2;
}

.home-blog .blog-box:hover {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

/* =======================================
27. Brand Area
======================================= */
.brand-area {
  background: #f9f9f9;
  padding: 50px 0;
}

.brand-area .brand-box img {
  max-width: 120px;
}

/* =======================================
28. breadcrumb Area
======================================= */
.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0;
  position: relative;
}

.breadcrumb-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.breadcrumb-area .breadcrumb-box h2 {
  color: #147094;
  font-weight: 700;
  margin-bottom: 3px;
}

.breadcrumb-area .breadcrumb-box ul li a {
  color: #dddddd;
}

.breadcrumb-area .breadcrumb-box ul li a i {
  font-size: 13px;
  color: #dddddd;
  margin-right: 3px;
}

.breadcrumb-area .breadcrumb-box ul li a:hover {
  color: #567ed2;
}

.breadcrumb-area .breadcrumb-box ul li a:hover i {
  color: #567ed2;
}

.breadcrumb-area .breadcrumb-box ul li i {
  font-size: 10px;
  color: #8D8E92;
}

.breadcrumb-area .breadcrumb-box ul li:last-child {
  color: #dddddd;
}

/* =======================================
29. Banner Area
======================================= */
.banner-area {
  background-image: url(../img/app-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}

.banner-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-area .banner-box h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-area .banner-box p {
  font-size: 16px;
  color: #dddddd;
}

.banner-area .banner-box a.ban-btn {
  font-size: 15px;
  color: #eeeeee;
  background: #147094;
  display: inline-block;
  width: 200px;
  height: 45px;
  text-align: center;
  padding-top: 12px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area .banner-box a.ban-btn:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.banner-area .banner-box a.ban-btn:hover:before {
  width: 100%;
}

/* =======================================
30. Log In Area
======================================= */
.login-area {
  padding: 100px 0;
}

.login-area .login-box {
  width: 500px;
  margin: auto;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border-top: 3px solid #147094;
  padding: 45px 50px;
}

.login-area .login-box .login-top {
  margin-bottom: 30px;
}

.login-area .login-box .login-top h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 6px;
}

.login-area .login-box .login-top p {
  font-size: 15px;
  color: #666666;
}

.login-area .login-box form.login-form div.email, .login-area .login-box form.login-form div.password {
  margin-bottom: 20px;
}

.login-area .login-box form.login-form div.email label, .login-area .login-box form.login-form div.password label {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  display: block;
}

.login-area .login-box form.login-form div.email input, .login-area .login-box form.login-form div.password input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.login-area .login-box form.login-form div.email input.placeholder, .login-area .login-box form.login-form div.password input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.login-area .login-box form.login-form div.email input:-moz-placeholder, .login-area .login-box form.login-form div.password input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.login-area .login-box form.login-form div.email input::-moz-placeholder, .login-area .login-box form.login-form div.password input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.login-area .login-box form.login-form div.email input:-ms-input-placeholder, .login-area .login-box form.login-form div.password input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.login-area .login-box form.login-form div.email input::-webkit-input-placeholder, .login-area .login-box form.login-form div.password input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.login-area .login-box form.login-form div.email input:focus, .login-area .login-box form.login-form div.password input:focus {
  border-color: #567ed2;
}

.login-area .login-box form.login-form div.chqbox input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: sub;
  cursor: pointer;
}

.login-area .login-box form.login-form div.chqbox label {
  font-size: 15px;
  color: #666666;
  cursor: pointer;
}

.login-area .login-box form.login-form div.forget-btn a {
  font-size: 15px;
  color: #567ed2;
}

.login-area .login-box form.login-form div.forget-btn a:hover {
  color: #147094;
}

.login-area .login-box form.login-form button {
  font-size: 15px;
  color: #fff;
  background: #147094;
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-area .login-box form.login-form button:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.login-area .login-box form.login-form button:hover:before {
  width: 100%;
}

.login-area .login-box .login-btm p {
  font-size: 15px;
  color: #969696;
  margin-bottom: 38px;
}

.login-area .login-box .login-btm ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 100px;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.login-area .login-box .login-btm ul li:nth-child(1) a {
  background: #db4437;
}

.login-area .login-box .login-btm ul li:nth-child(2) a {
  background: #3b5998;
}

.login-area .login-box .login-btm ul li:nth-child(3) a {
  background: #1da1f2;
}

/* =======================================
31. Registration Area
======================================= */
.registration {
  padding: 100px 0;
}

.registration .registration-box {
  width: 500px;
  margin: auto;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border-top: 3px solid #147094;
  padding: 45px 50px;
}

.registration .registration-box .reg-top {
  margin-bottom: 30px;
}

.registration .registration-box .reg-top h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 6px;
}

.registration .registration-box .reg-top p {
  font-size: 15px;
  color: #666666;
}

.registration .registration-box form.reg-form div.name, .registration .registration-box form.reg-form div.srname, .registration .registration-box form.reg-form div.email, .registration .registration-box form.reg-form div.password {
  margin-bottom: 20px;
}

.registration .registration-box form.reg-form div.name label, .registration .registration-box form.reg-form div.srname label, .registration .registration-box form.reg-form div.email label, .registration .registration-box form.reg-form div.password label {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  display: block;
}

.registration .registration-box form.reg-form div.name input, .registration .registration-box form.reg-form div.srname input, .registration .registration-box form.reg-form div.email input, .registration .registration-box form.reg-form div.password input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.registration .registration-box form.reg-form div.name input.placeholder, .registration .registration-box form.reg-form div.srname input.placeholder, .registration .registration-box form.reg-form div.email input.placeholder, .registration .registration-box form.reg-form div.password input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.registration .registration-box form.reg-form div.name input:-moz-placeholder, .registration .registration-box form.reg-form div.srname input:-moz-placeholder, .registration .registration-box form.reg-form div.email input:-moz-placeholder, .registration .registration-box form.reg-form div.password input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.registration .registration-box form.reg-form div.name input::-moz-placeholder, .registration .registration-box form.reg-form div.srname input::-moz-placeholder, .registration .registration-box form.reg-form div.email input::-moz-placeholder, .registration .registration-box form.reg-form div.password input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.registration .registration-box form.reg-form div.name input:-ms-input-placeholder, .registration .registration-box form.reg-form div.srname input:-ms-input-placeholder, .registration .registration-box form.reg-form div.email input:-ms-input-placeholder, .registration .registration-box form.reg-form div.password input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.registration .registration-box form.reg-form div.name input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.srname input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.email input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.password input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.registration .registration-box form.reg-form div.name input:focus, .registration .registration-box form.reg-form div.srname input:focus, .registration .registration-box form.reg-form div.email input:focus, .registration .registration-box form.reg-form div.password input:focus {
  border-color: #567ed2;
}

.registration .registration-box form.reg-form div.chqbox {
  margin-top: 10px;
}

.registration .registration-box form.reg-form div.chqbox input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: sub;
  cursor: pointer;
}

.registration .registration-box form.reg-form div.chqbox label {
  font-size: 15px;
  color: #666666;
  cursor: pointer;
}

.registration .registration-box form.reg-form div.chqbox label span {
  color: #147094;
}

.registration .registration-box form.reg-form div.chqbox2 {
  margin-top: 0;
}

.registration .registration-box form.reg-form button {
  font-size: 15px;
  color: #fff;
  background: #147094;
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.registration .registration-box form.reg-form button:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.registration .registration-box form.reg-form button:hover:before {
  width: 100%;
}

.registration .registration-box .login-btm p {
  font-size: 15px;
  color: #969696;
}

.registration .registration-box .login-btm p a {
  color: #567ed2;
  font-weight: 600;
  margin-left: 8px;
}

/* =======================================
32. Coming Soon Area
======================================= */
.coming-soon {
  background-image: url(../images/cm-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1000px;
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .cm-table {
  display: table;
  width: 100%;
  height: 100%;
}

.coming-soon .cm-table .cm-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .cm-table .cm-tablecell .cm-top h1 {
  font-size: 60px;
  color: #dddddd;
  margin-bottom: 70px;
}

.coming-soon .cm-table .cm-tablecell .countdown-timer {
  margin-bottom: 65px;
}

.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell {
  display: inline-block;
  padding: 0 45px;
  border-right: 1px solid #444444;
}

.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-val {
  font-size: 72px;
  color: #147094;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-top: -23px;
  margin-bottom: -10px;
}

.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-unit {
  font-size: 15px;
  color: #567ed2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: -6px;
}

.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell:last-child {
  border-right: none;
}

.coming-soon .cm-table .cm-tablecell .cm-btm p {
  font-size: 20px;
  color: #8D8E92;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form {
  width: 400px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 1px solid #8D8E92;
  border-radius: 25px;
  padding-left: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  font-weight: 600;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  font-weight: 600;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  font-weight: 600;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  font-weight: 600;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  font-weight: 600;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form input:focus {
  border-color: #147094;
}

.coming-soon .cm-table .cm-tablecell .cm-btm form button {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #147094;
  border: none;
  background: transparent;
}

.coming-soon .cm-table .cm-tablecell .cm-btm ul li a {
  font-size: 15px;
  color: #8D8E92;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #555555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
}

.coming-soon .cm-table .cm-tablecell .cm-btm ul li a:hover {
  color: #e5e5e5;
  background: #567ed2;
  border-color: #567ed2;
}

/* =======================================
33. Contact Area
======================================= */
.contact-area {
  padding: 100px 0;
}

.contact-area .get-in-touch .sec-title {
  margin-bottom: 30px;
}

.contact-area .get-in-touch .sec-title h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-area .get-in-touch .sec-title p {
  font-size: 15px;
  color: #666666;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div {
  margin-bottom: 30px;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div label {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  display: block;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:focus {
  border-color: #147094;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:focus {
  border-color: #147094;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div button {
  font-size: 15px;
  color: #fff;
  background: #147094;
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div button:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contact-area .get-in-touch .contact-form form#ajax-contact div div button:hover:before {
  width: 100%;
}

.contact-area .get-in-touch .contact-form form#ajax-contact #form-messages {
  font-size: 15px;
  color: #567ed2;
  font-weight: 600;
}

.contact-area #map {
  width: 100%;
  height: 530px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.contact-area .contact-box {
  margin-top: 20px;
}

.contact-area .contact-box .contact-item {
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.contact-area .contact-box .contact-item img {
  max-width: 45px;
  margin-right: 20px;
}

.contact-area .contact-box .contact-item h6 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.contact-area .contact-box .contact-item p {
  color: #969696;
}

.contact-area .con-social {
  margin-top: 40px;
}

.contact-area .con-social p {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-area .con-social ul li a {
  font-size: 18px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-top: 6px;
}

.contact-area .con-social ul li a:hover {
  background: #147094;
  color: #fff !important;
  border-color: #147094;
}

.contact-area .con-social ul li:nth-child(1) a {
  color: #3b5998;
}

.contact-area .con-social ul li:nth-child(2) a {
  color: #1da1f2;
}

.contact-area .con-social ul li:nth-child(3) a {
  color: #d34836;
}

.contact-area .con-social ul li:nth-child(4) a {
  color: #0077b5;
}

.contact-area .con-social ul li:nth-child(5) a {
  color: #1ab7ea;
}

/* =======================================
34. Blog Area
======================================= */
.blog-area {
  padding: 100px 0;
}

.blog-area .blog-box {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 30px;
}

.blog-area .blog-box .blog-img {
  position: relative;
}

.blog-area .blog-box .blog-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.blog-area .blog-box .blog-img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #567ed2;
  width: 60px;
  height: 65px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.blog-area .blog-box .blog-img span small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
}

.blog-area .blog-box .img-content {
  padding: 20px 25px;
}

.blog-area .blog-box .img-content h6 {
  margin-bottom: 10px;
}

.blog-area .blog-box .img-content h6 a {
  color: #444444;
  font-weight: 600;
  line-height: 20px;
}

.blog-area .blog-box .img-content h6 a:hover {
  color: #567ed2;
}

.blog-area .blog-box .img-content p {
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.blog-area .blog-box .img-content ul {
  padding-top: 12px;
}

.blog-area .blog-box .img-content ul li a {
  font-size: 14px;
  color: #969696;
}

.blog-area .blog-box .img-content ul li a i {
  font-size: 15px;
  color: #147094;
  margin-right: 5px;
}

.blog-area .blog-box .img-content ul li a:hover {
  color: #567ed2;
}

.blog-area .blog-box:hover {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.blog-area .pagination-box {
  margin-top: 15px;
}

.blog-area .pagination-box ul li a {
  font-size: 15px;
  color: #567ed2;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-top: 7px;
}

.blog-area .pagination-box ul li.active a {
  background: #567ed2;
  color: #fff;
}

/* =======================================
35. Blog Area 2
======================================= */
.blog-area2 {
  padding: 100px 0;
}

.blog-area2 .blog-box {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 30px;
}

.blog-area2 .blog-box .blog-img {
  position: relative;
}

.blog-area2 .blog-box .blog-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.blog-area2 .blog-box .blog-img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #567ed2;
  width: 60px;
  height: 65px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.blog-area2 .blog-box .blog-img span small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
}

.blog-area2 .blog-box .img-content {
  padding: 20px 25px;
}

.blog-area2 .blog-box .img-content h6 {
  margin-bottom: 10px;
}

.blog-area2 .blog-box .img-content h6 a {
  color: #444444;
  font-weight: 600;
  line-height: 20px;
}

.blog-area2 .blog-box .img-content h6 a:hover {
  color: #567ed2;
}

.blog-area2 .blog-box .img-content p {
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.blog-area2 .blog-box .img-content ul {
  padding-top: 12px;
}

.blog-area2 .blog-box .img-content ul li a {
  font-size: 14px;
  color: #969696;
}

.blog-area2 .blog-box .img-content ul li a i {
  font-size: 15px;
  color: #147094;
  margin-right: 5px;
}

.blog-area2 .blog-box .img-content ul li a:hover {
  color: #567ed2;
}

.blog-area2 .blog-box:hover {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.blog-area2 .pagination-box {
  margin-top: 15px;
}

.blog-area2 .pagination-box ul li a {
  font-size: 15px;
  color: #567ed2;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-top: 7px;
}

.blog-area2 .pagination-box ul li.active a {
  background: #567ed2;
  color: #fff;
}

.blog-area2 .blog-sidebar .blog-search {
  margin-bottom: 40px;
}

.blog-area2 .blog-sidebar .blog-search form {
  position: relative;
}

.blog-area2 .blog-sidebar .blog-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
}

.blog-area2 .blog-sidebar .blog-search form input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-search form input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-search form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-search form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-search form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-search form input:focus {
  border-color: #567ed2;
}

.blog-area2 .blog-sidebar .blog-search form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #147094;
  background: transparent;
  width: 50px;
  height: 100%;
  border: none;
}

.blog-area2 .blog-sidebar .blog-rcpost {
  margin-bottom: 40px;
}

.blog-area2 .blog-sidebar .blog-rcpost h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-area2 .blog-sidebar .blog-rcpost ul li {
  margin-bottom: 15px;
}

.blog-area2 .blog-sidebar .blog-rcpost ul li a {
  font-size: 15px;
}

.blog-area2 .blog-sidebar .blog-rcpost ul li a i {
  font-size: 8px;
  color: #147094;
  margin-right: 8px;
}

.blog-area2 .blog-sidebar .blog-rcpost ul li a:hover {
  color: #147094;
}

.blog-area2 .blog-sidebar .blog-rcpost ul li span {
  display: block;
  font-size: 13px;
  color: #969696;
  margin-left: 19px;
}

.blog-area2 .blog-sidebar .blog-cat {
  margin-bottom: 35px;
}

.blog-area2 .blog-sidebar .blog-cat h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-area2 .blog-sidebar .blog-cat ul li {
  margin-bottom: 10px;
}

.blog-area2 .blog-sidebar .blog-cat ul li a {
  font-size: 15px;
  display: block;
}

.blog-area2 .blog-sidebar .blog-cat ul li a span {
  float: right;
  font-size: 14px;
  color: #969696;
  margin-top: 1px;
}

.blog-area2 .blog-sidebar .blog-cat ul li a:hover {
  color: #147094;
}

.blog-area2 .blog-sidebar .blog-cat ul li a:hover span {
  color: #147094;
}

.blog-area2 .blog-sidebar .blog-com {
  margin-bottom: 40px;
}

.blog-area2 .blog-sidebar .blog-com h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-area2 .blog-sidebar .blog-com ul li {
  margin-bottom: 15px;
}

.blog-area2 .blog-sidebar .blog-com ul li div a img {
  max-width: 55px;
  margin-right: 15px;
}

.blog-area2 .blog-sidebar .blog-com ul li div p a:hover {
  color: #147094;
}

.blog-area2 .blog-sidebar .blog-com ul li div span {
  font-size: 13px;
  color: #969696;
}

.blog-area2 .blog-sidebar .blog-tag h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-area2 .blog-sidebar .blog-tag a {
  font-size: 13px;
  color: #147094;
  border: 1px solid #eeeeee;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-area2 .blog-sidebar .blog-tag a:hover {
  background: #147094;
  color: #fff;
}

/* =======================================
39. Blog Area 3
======================================= */
.blog-area3 {
  padding: 100px 0;
}

.blog-area3 .blog-box {
  margin-bottom: 40px;
}

.blog-area3 .blog-box .blog-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.blog-area3 .blog-box .img-content h5 a {
  color: #444444;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}

.blog-area3 .blog-box .img-content h5 a:hover {
  color: #147094;
}

.blog-area3 .blog-box .img-content ul {
  margin-bottom: 20px;
}

.blog-area3 .blog-box .img-content ul li {
  margin-right: 10px;
}

.blog-area3 .blog-box .img-content ul li a i {
  font-size: 17px;
  color: #147094;
  margin-right: 3px;
  vertical-align: text-bottom;
}

.blog-area3 .blog-box .img-content ul li a:hover {
  color: #147094;
}

.blog-area3 .blog-box .img-content ul li:nth-child(2) i {
  font-size: 17px;
  color: #147094;
  margin-right: 3px;
  vertical-align: text-bottom;
}

.blog-area3 .blog-box .img-content p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}

.blog-area3 .blog-box .img-content a.blog-btn {
  font-size: 15px;
  color: #147094;
  border: 1px solid #147094;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}

.blog-area3 .blog-box .img-content a.blog-btn:hover {
  background: #147094;
  color: #fff;
}

.blog-area3 .pagination-box {
  margin-top: 5px;
}

.blog-area3 .pagination-box ul li a {
  font-size: 15px;
  color: #567ed2;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-top: 7px;
}

.blog-area3 .pagination-box ul li.active a {
  background: #567ed2;
  color: #fff;
}

.blog-area3 .blog-sidebar .blog-search {
  margin-bottom: 40px;
}

.blog-area3 .blog-sidebar .blog-search form {
  position: relative;
}

.blog-area3 .blog-sidebar .blog-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
}

.blog-area3 .blog-sidebar .blog-search form input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-search form input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-search form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-search form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-search form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-search form input:focus {
  border-color: #567ed2;
}

.blog-area3 .blog-sidebar .blog-search form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #147094;
  background: transparent;
  width: 50px;
  height: 100%;
  border: none;
}

.blog-area3 .blog-sidebar .blog-rcpost {
  margin-bottom: 40px;
}

.blog-area3 .blog-sidebar .blog-rcpost h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-area3 .blog-sidebar .blog-rcpost ul li {
  margin-bottom: 15px;
}

.blog-area3 .blog-sidebar .blog-rcpost ul li a {
  font-size: 15px;
}

.blog-area3 .blog-sidebar .blog-rcpost ul li a i {
  font-size: 8px;
  color: #147094;
  margin-right: 8px;
}

.blog-area3 .blog-sidebar .blog-rcpost ul li a:hover {
  color: #147094;
}

.blog-area3 .blog-sidebar .blog-rcpost ul li span {
  display: block;
  font-size: 13px;
  color: #969696;
  margin-left: 19px;
}

.blog-area3 .blog-sidebar .blog-cat {
  margin-bottom: 40px;
}

.blog-area3 .blog-sidebar .blog-cat h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-area3 .blog-sidebar .blog-cat ul li {
  margin-bottom: 10px;
}

.blog-area3 .blog-sidebar .blog-cat ul li a {
  font-size: 15px;
  display: block;
}

.blog-area3 .blog-sidebar .blog-cat ul li a span {
  float: right;
  font-size: 14px;
  color: #969696;
  margin-top: 1px;
}

.blog-area3 .blog-sidebar .blog-cat ul li a:hover {
  color: #147094;
}

.blog-area3 .blog-sidebar .blog-cat ul li a:hover span {
  color: #147094;
}

.blog-area3 .blog-sidebar .blog-com {
  margin-bottom: 40px;
}

.blog-area3 .blog-sidebar .blog-com h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-area3 .blog-sidebar .blog-com ul li {
  margin-bottom: 15px;
}

.blog-area3 .blog-sidebar .blog-com ul li div a img {
  max-width: 55px;
  margin-right: 15px;
}

.blog-area3 .blog-sidebar .blog-com ul li div p a:hover {
  color: #147094;
}

.blog-area3 .blog-sidebar .blog-com ul li div span {
  font-size: 13px;
  color: #969696;
}

.blog-area3 .blog-sidebar .blog-tag h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-area3 .blog-sidebar .blog-tag a {
  font-size: 13px;
  color: #147094;
  border: 1px solid #eeeeee;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-area3 .blog-sidebar .blog-tag a:hover {
  background: #147094;
  color: #fff;
}

/* =======================================
36. Blog Details
======================================= */
.blog-details {
  padding: 100px 0;
}

.blog-details .blog-d-box .image-box img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.blog-details .blog-d-box .image-content h4 {
  color: #222222;
  margin-bottom: 18px;
  font-weight: 600;
}

.blog-details .blog-d-box .image-content ul {
  margin-bottom: 12px;
}

.blog-details .blog-d-box .image-content ul li {
  font-size: 14px;
  margin-right: 15px;
}

.blog-details .blog-d-box .image-content ul li i {
  font-size: 14px;
  color: #147094;
  margin-right: 7px;
}

.blog-details .blog-d-box .image-content ul li a {
  font-size: 14px;
  color: #555555;
}

.blog-details .blog-d-box .image-content ul li a:hover {
  color: #147094;
}

.blog-details .blog-d-box .image-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 45px;
}

.blog-details .blog-d-box .image-content p span {
  font-size: 15px;
  color: #555555;
  background: #f9f9f9;
  display: block;
  padding: 20px 30px 25px;
  margin: 20px 0;
  border-left: 3px solid #147094;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  line-height: 30px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li:first-child {
  font-size: 15px;
  font-weight: 600;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i {
  font-size: 14px;
  color: #147094;
  display: block;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 10px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i:hover {
  background: #147094;
  border-color: #147094;
  color: #fff;
}

.blog-details .blog-d-box .blog-btns .post-bfaf {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a {
  display: block;
  width: 75px;
  height: 35px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding-top: 7px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a:hover {
  color: #fff;
  border-color: #147094;
  background: #147094;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(1) i {
  padding-right: 5px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(2) i {
  padding-left: 5px;
}

.blog-details .blog-d-box .blog-comment h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .blog-comment .comment-box {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a {
  margin-right: 30px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a img {
  width: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a {
  font-size: 17px;
  color: #444444;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a:hover {
  color: #147094;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a {
  font-size: 12px;
  color: #fff;
  background: #147094;
  padding: 4px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a:hover {
  background: #147094;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con span {
  font-size: 13px;
  color: #969696;
  display: block;
  margin-bottom: 5px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con p {
  max-width: 700px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.blog-details .blog-d-box .blog-comment .comment-box2 {
  margin-left: 45px;
}

.blog-details .blog-d-box .comment-form h5 {
  color: #222222;
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 40px;
}

.blog-details .blog-d-box .comment-form form input {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form input:focus {
  border-color: #147094;
}

.blog-details .blog-d-box .comment-form form input.placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea {
  width: 100%;
  height: 135px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form textarea:focus {
  border-color: #147094;
}

.blog-details .blog-d-box .comment-form form textarea.placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form button {
  font-size: 16px;
  color: #eeeeee;
  background: #147094;
  width: 190px;
  height: 48px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-details .blog-d-box .comment-form form button:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.blog-details .blog-d-box .comment-form form button:hover:before {
  width: 100%;
}

.blog-details .blog-sidebar .blog-search {
  margin-bottom: 40px;
}

.blog-details .blog-sidebar .blog-search form {
  position: relative;
}

.blog-details .blog-sidebar .blog-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
}

.blog-details .blog-sidebar .blog-search form input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sidebar .blog-search form input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sidebar .blog-search form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sidebar .blog-search form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sidebar .blog-search form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sidebar .blog-search form input:focus {
  border-color: #567ed2;
}

.blog-details .blog-sidebar .blog-search form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #147094;
  background: transparent;
  width: 50px;
  height: 100%;
  border: none;
}

.blog-details .blog-sidebar .blog-rcpost {
  margin-bottom: 40px;
}

.blog-details .blog-sidebar .blog-rcpost h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details .blog-sidebar .blog-rcpost ul li {
  margin-bottom: 15px;
}

.blog-details .blog-sidebar .blog-rcpost ul li a {
  font-size: 15px;
}

.blog-details .blog-sidebar .blog-rcpost ul li a i {
  font-size: 8px;
  color: #147094;
  margin-right: 8px;
}

.blog-details .blog-sidebar .blog-rcpost ul li a:hover {
  color: #147094;
}

.blog-details .blog-sidebar .blog-rcpost ul li span {
  display: block;
  font-size: 13px;
  color: #969696;
  margin-left: 19px;
}

.blog-details .blog-sidebar .blog-cat {
  margin-bottom: 40px;
}

.blog-details .blog-sidebar .blog-cat h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details .blog-sidebar .blog-cat ul li {
  margin-bottom: 10px;
}

.blog-details .blog-sidebar .blog-cat ul li a {
  font-size: 15px;
  display: block;
}

.blog-details .blog-sidebar .blog-cat ul li a span {
  float: right;
  font-size: 14px;
  color: #969696;
  margin-top: 1px;
}

.blog-details .blog-sidebar .blog-cat ul li a:hover {
  color: #147094;
}

.blog-details .blog-sidebar .blog-cat ul li a:hover span {
  color: #147094;
}

.blog-details .blog-sidebar .blog-com {
  margin-bottom: 40px;
}

.blog-details .blog-sidebar .blog-com h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-details .blog-sidebar .blog-com ul li {
  margin-bottom: 15px;
}

.blog-details .blog-sidebar .blog-com ul li div a img {
  max-width: 55px;
  margin-right: 15px;
}

.blog-details .blog-sidebar .blog-com ul li div p a:hover {
  color: #147094;
}

.blog-details .blog-sidebar .blog-com ul li div span {
  font-size: 13px;
  color: #969696;
}

.blog-details .blog-sidebar .blog-tag h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details .blog-sidebar .blog-tag a {
  font-size: 13px;
  color: #147094;
  border: 1px solid #eeeeee;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-details .blog-sidebar .blog-tag a:hover {
  background: #147094;
  color: #fff;
}

/* =======================================
37. Footer Area
======================================= */
footer.footer {
  background: #1a1b25;
  padding: 100px 0 92px;
}

footer.footer .f-about {
  margin-bottom: 20px;
}

footer.footer .f-about img {
  margin-bottom: 30px;
}

footer.footer .f-about p {
  font-size: 15px;
  color: #8D8E92;
  line-height: 25px;
  margin-bottom: 20px;
}

footer.footer .f-about ul li {
  color: #8D8E92;
  margin-bottom: 12px;
}

footer.footer .f-about ul li i {
  color: #147094;
  width: 35px;
}

footer.footer .f-about ul li:last-child {
  margin-bottom: 0;
}

footer.footer .f-link {
  padding-top: 0px;
}

footer.footer .f-link h5 {
  font-size: 18px;
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

footer.footer .f-link ul li a {
  font-size: 15px;
  color: #8D8E92;
  line-height: 32px;
}

footer.footer .f-link ul li a i {
  font-size: 10px;
  color: #147094;
  margin-right: 10px;
}

footer.footer .f-link ul li a:hover {
  color: #567ed2;
}

footer.footer .f-link ul li a:hover i {
  color: #567ed2;
}

footer.footer .f-post {
  padding-top: 7px;
}

footer.footer .f-post h5 {
  font-size: 18px;
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 32px;
}

footer.footer .f-post .post-box {
  margin-bottom: 22px;
}

footer.footer .f-post .post-box .po-icon i {
  font-size: 42px;
  color: #147094;
  margin-right: 10px;
}

footer.footer .f-post .post-box .po-content a {
  font-size: 15px;
  color: #8D8E92;
  display: inline-block;
  margin-bottom: 3px;
}

footer.footer .f-post .post-box .po-content a:hover {
  color: #567ed2;
}

footer.footer .f-post .post-box .po-content span {
  display: block;
  color: #666666;
}

footer.footer .f-post .post-box:last-child {
  margin-bottom: 0;
}

footer.footer .f-news {
  padding-top: 7px;
}

footer.footer .f-news h5 {
  font-size: 18px;
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

footer.footer .f-news p {
  color: #8D8E92;
  line-height: 25px;
  margin-bottom: 28px;
}

footer.footer .f-news form.f-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #555555;
  margin-bottom: 20px;
  background: transparent;
  color: #eeeeee;
  padding-left: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

footer.footer .f-news form.f-form input:focus {
  border-color: #567ed2;
}

footer.footer .f-news form.f-form input.placeholder {
  font-style: italic;
  color: #666666;
}

footer.footer .f-news form.f-form input:-moz-placeholder {
  font-style: italic;
  color: #666666;
}

footer.footer .f-news form.f-form input::-moz-placeholder {
  font-style: italic;
  color: #666666;
}

footer.footer .f-news form.f-form input:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}

footer.footer .f-news form.f-form input::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}

footer.footer .f-news form.f-form button {
  font-size: 15px;
  color: #eeeeee;
  background: #147094;
  width: 100%;
  height: 40px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer.footer .f-news form.f-form button:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

footer.footer .f-news form.f-form button:hover:before {
  width: 100%;
}

footer.footer-btm {
  background: #16171f;
  padding: 30px 0;
}

footer.footer-btm .copy-text {
  padding-top: 4px;
}

footer.footer-btm .copy-text p {
  color: #8D8E92;
}

footer.footer-btm .copy-text p a {
  color: #8D8E92;
}

footer.footer-btm .copy-text p a:hover {
  color: #567ed2;
}

footer.footer-btm .ft-menu {
  padding-top: 4px;
}

footer.footer-btm .ft-menu ul li a {
  color: #8D8E92;
}

footer.footer-btm .ft-menu ul li a:hover {
  color: #567ed2;
}

footer.footer-btm .ft-social ul li a {
  font-size: 12px;
  color: #8D8E92;
  border: 1px solid #444444;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer.footer-btm .ft-social ul li a:hover {
  background: #567ed2;
  color: #fff;
  border-color: #567ed2;
}

footer.footer-btm .back-to-top a.backtotop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background: #147094;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

footer.footer-btm .back-to-top a.backtotop:hover {
  background: #567ed2;
}

.pt-top-100
{
  padding-top: 100px;
}

.page-area {
  min-height: 80vh;
  background-color: #f3f3f3;
  padding: 0 0 110px;
}

.page-area .sec-title {
  margin-bottom: 60px;
}

.page-area .sec-title h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
}

.page-area .feature-box {
  margin-bottom: 42px;
  padding-right: 10px;
}

.page-area .feature-box .ft-img span {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding-top: 23px;
  margin-left: 20px;
}

.page-area .feature-box .ft-content h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-area .feature-box .ft-content p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.page-area .feature-box:last-child {
  margin-bottom: 0;
}

.page-area .feature-box2 {
  padding-right: 0;
  padding-left: 10px;
}

.page-area .feature-box2 .ft-img span {
  margin-left: 0;
  margin-right: 20px;
}

.page-area .feature-lft {
  position: relative;
}

.page-area .feature-lft:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 100%;
  top: 0;
  right: 8px;
}

.page-area .feature-lft:after {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 105%;
  top: -8px;
  right: -1px;
}

.page-area .feature-ryt {
  position: relative;
}

.page-area .feature-ryt:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 100%;
  top: 0;
  left: 8px;
}

.page-area .page-content {
  /*padding-left: 30px;*/
}

.page-area .page-content p {
  font-size: 16px;
  color: #555555;
  line-height: 33px;
  margin-bottom: 33px;
}

.page-area .page-content p span {
  display: block;
  color: #666666;
  font-style: italic;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
  margin: 20px 0;
}

.faq__question {}
.faq__wrapper .faq__link { display: block; margin: 0 0 1rem 0; font-size: 18px;}
.faq__wrapper.is-text-link h3 { color: #006fbd; font-weight: 400; font-size: 1.47em; }
.faq__wrapper.has-icon .faq__link:before { color: #6E6F66; display: inline-block; float: left; font-family: 'FontAwesome'; /* font-size: initial; */ margin: -.1rem .5rem 0 0; -webkit-font-smoothing: antialiased; transition: transform .25s linear; -webkit-transition: -webkit-transform .25s linear; }
.faq__wrapper.has-icon .faq__link[aria-expanded="false"]:before { content: '\f055'; transform: rotate(90deg);}
.faq__wrapper.has-icon .faq__link[aria-expanded="true"]:before { content: '\f056'; transform: rotate(180deg); }
.faq__wrapper .faq__content { margin-left: 2.3rem; padding-bottom: .5rem; }

.hansa-btn {
  font-size: 15px;
  color: #fff;
  background: #147094;
  display: inline-block;
  text-align: center;
  width: 170px;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hansa-btn i {
  font-size: 14px;
}

.hansa-btn:before {
  position: absolute;
  content: "";
  background: #567ed2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hansa-btn:hover:before {
  width: 100%;
}

.post-date
{
  display: block;
  margin-bottom: 15px;
}

.post-image
{
  margin-bottom: 30px;
}

.padded-bg
{
  padding: 20px;
  background-color: #f3f3f3;
}


.projects-section h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}



.home-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-contact h3 {
  color: #444444;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}

  
.projects-section{
  position:relative;
}

.projects-section .owl-carousel .owl-stage-outer{
  padding:20px 0px;
}

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

.projects-section .outer-container .owl-dots{
  display:none;
}

.projects-section .outer-container .owl-nav{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:-1;
}

.projects-section .outer-container .owl-nav .owl-prev{
  color:#ffffff;
}

.projects-section .outer-container .owl-nav .owl-prev span{
  top:50%;
  position:relative;
}

.projects-section .outer-container .owl-nav .owl-next{
  color:#ffffff;
}

.projects-section .outer-container .owl-nav .owl-next span{
  top:50%;
  position:relative;
}

.projects-section .outer-container .owl-nav .owl-prev:hover,
.projects-section .outer-container .owl-nav .owl-next:hover{
  background-color:#055f82;
}

.project-block{
  position:relative;
  z-index:99;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box{
  position:relative;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-block:hover{
  transform: scaleY(1.07);
}

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

.project-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.imageheight
{
  height: 200px !important;
}

.project-block .inner-box .image .overlay-box{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  z-index:1;
  -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  background-color: rgba(22,26,51,0.90);
}

.project-block .inner-box:hover .image .overlay-box{
  opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box .image .overlay-box .overlay-inner{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  padding:25px 28px;
  background-color:#147094;
}

.project-block .inner-box .image .overlay-box .title{
  position:relative;
  color:#ffffff;
  font-size:15px;
  font-weight:400;
  padding-left:40px;
}

.project-block .inner-box .image .overlay-box .title:before{
  position:absolute;
  content:'';
  left:0px;
  top:10px;
  width:30px;
  height:1px;
  background-color:rgba(255,255,255,0.30);
}

.project-block .inner-box .image .overlay-box h3{
  position:relative;
  font-size:20px;
  font-weight:700;
  line-height:1.3em;
  margin-top:8px;
}

.project-block .inner-box .image .overlay-box h3 a{
  position:relative;
  color:#ffffff;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box .image .overlay-box h3 a:hover{
  color:#161a33;
}

.project-block .inner-box .image .overlay-box .read-more{
  position:relative;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  margin-top:32px;
  display:inline-block;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Playfair Display', serif;
}

.project-block .inner-box .image .overlay-box .read-more .arrow{
  position:relative;
  margin-left:5px;
  top:1px;
}

.project-block .inner-box .image .overlay-box .read-more:hover{
  color:#161a33;
}

.contact-logo
{
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact-logo
  {
    margin-top: 30px;
  }
}

.post-slide2{
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: 250px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.post-title h3 {
  color: #000;
  font-size: 12px;
}

.post-slide2 .post-title a{
    display: inline-block;
    
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
    height: 150px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #147094;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #333;
    text-decoration: none;
}

.magnific-img img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #F62459;
        background: linear-gradient(#ff89b1 0%, #ff006e 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;

    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0%;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #F62459;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #F62459;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #F62459;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #F62459;
        }


#inventory .card:hover {
    transition: all 0.3s ease;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}


#inventory .view-btn {
    background-color: #e6de08;
    margin: -25px 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 14px;
    border: #e6de08;
    color: #000;

}


    #inventory .btn:hover {
        background-color: #ff4444;
        color: #fff;
        border: 2px solid #ff4444;
        transition: all 0.3s ease;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    }


.img-cat
{
  height: 120px;
}

.gallery-btn
{
  width: 100%;
  border-radius: 0px;
  margin-bottom: 15px;
}

.gallery-btn-quick
{
  width: 200px;
  border-radius: 0px;
}

.social .fa 
{
  font-size: 10px;
  width: 30px !important;
  text-align: center;
  text-decoration: none;
}

.fa-facebook 
{
  background: #3B5998;
  color: #fff !important;
  border-radius: 50%;
}

.fa-youtube 
{
  background: red;
  color: #fff !important;
  border-radius: 50%;
}

.social .fa:hover
{
  opacity: 0.7;
}

.post-details
{
  padding: 20px;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.instagram {
  width: 100%;
  height: auto;
  padding: 170px 0px;
}
.instagram .instagram__block {
  width: 100%;
  height: auto;
}
.instagram .instagram__block .instagram__top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram .instagram__block .instagram__top h4 {
  padding-top: 21px;
  font-size: 40px;
  letter-spacing: 8px;
  line-height: 48px;
  color: #2b2024;
  font-weight: 300;
}
.instagram .instagram__block .instagram__list {
  width: 100%;
  height: auto;
  padding-top: 84px;
}
.instagram .instagram__block .instagram__list .instagram__item {
  width: calc(33.33% - 20px);
  margin-right: 40px;
  height: 382px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.instagram .instagram__block .instagram__list .instagram__item img.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram
  .instagram__block
  .instagram__list
  .instagram__item
  .instagram__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.instagram
  .instagram__block
  .instagram__list
  .instagram__item:hover
  .instagram__hover {
  display: flex;
}
.instagram .instagram__block .instagram__list .instagram__item::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #fff;
  transform: rotate(45deg);
  z-index: 4;
}
.instagram .instagram__block .instagram__arrows {
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}
.instagram .instagram__block .instagram__arrows div {
  cursor: pointer;
}
.instagram .instagram__block .instagram__arrows div:last-child {
  margin-left: 28px;
}
