@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Patua+One);
/*=======================================================
=================== Table Of Content ====================

1  = Google Fonts Load
2  = Global Declaration
3  = Default Style
4  = Main Menu
5  = Main Slider
6  = Fruit Area
7  = News Area
8  = Dizney Area
9  = Gallery Area
10 = Explore Area
11 = Footer Area
12 = Portfolio Pages
13 = Blog Pages
14 = About Pages

=========================================================*/
/* - 1 - Google Fonts Load
-----------------------------------------------------*/
/* - 1 - Google Fonts Load End
-----------------------------------------------------*/
/* - 2 - Global Variable declare
-----------------------------------------------------*/
.btn {
	border: none;
	padding: 25px 40px;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	font-size: 14px;
	border-radius: 0.25rem;
	background-color: transparent;
	border: 1px solid transparent;
}
.special-btn {
	background: #c679e3;
	-webkit-box-shadow: 0 13px 27px 0 rgb(198 121 227 / 25%);
	box-shadow: 0 13px 27px 0 rgb(198 121 227 / 25%);
	color: #ffffff;
	background-color: #44ce6f;
	-webkit-box-shadow: 0 13px 27px 0 rgb(68 206 111 / 25%);
	box-shadow: 0 13px 27px 0 rgb(68 206 111 / 25%);
}




body {
  font-size: 13px;
  background: #f7f7f7;
  font-family: 'Raleway', sans-serif;
}
/* - 2 - Global Variable declare End
-----------------------------------------------------*/
/* - 3 - Default Style Setting
-----------------------------------------------------*/
/* --- Abdellah: Main theme color (red): #ff2130 changed to green: #3bab9b */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h5 {
  font-size: 18px;
}
.float-left {
  float: left !important;
}
a.custom-btn {
  padding: 7px 20px;
  color: #3bab9b;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
}
a.custom-btn span {
  color: #242b36;
}
.bc-text {
  color: #3bab9b !important;
}
.red-color {
  color: #3bab9b !important;
}
.white-color {
  color: #fff;
}
.mm-wbg {
  background-color: #fff !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.pull-border {
  border: 5px solid #dbdbdb;
}
.border-transparent {
  border: 5px solid transparent;
}
.border-bottom {
  border-bottom: 1px solid #cdced0 !important;
}
.padding-left40 {
  padding-left: 45px !important;
}
h2.rounded {
  font-family: 'Patua One', cursive;
}
/*  - Arrow style
-------------------------------------*/
.mm-rr-before,
.mm-lr-after,
.mm-lt-after {
  position: relative;
}
.mm-rr-before:before,
.mm-lr-after:after,
.mm-lt-after:after {
  z-index: 99;
  content: '';
  position: absolute;
}
.mm-lt-after:after {
  top: -8px;
  left: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.mm-lr-after:after {
  top: 30px;
  right: -8px;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.mm-rr-before:before {
  top: 30px;
  left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
}
.social-btn {
  margin-bottom: 33px;
}
.social-btn a {
  float: left;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.social-btn a.fb {
  background-color: #3b5998;
}
.social-btn a.tum {
  background-color: #00acee;
}
.social-btn a.yt {
  background-color: #cf3427;
}
.social-btn span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 10px;
}
.about-img-slider,
.all-videos-list,
#about-filter,
.dizney-coper,
.office-news,
.froot-area,
.brand-news,
.dead-fish,
#gallery {
  overflow: hidden;
}
.brand-news .owl-carousel .owl-item,
.about .owl-carousel .owl-item {
  padding: 5px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(6, 19, 82, 0.9);
}
.pagination-nav li a,
.navbar-toggle,
article:after,
.pull-border,
a.post-title,
.image-text,
.inner-box {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* - 3 - Default Style Setting end
-----------------------------------------------------*/
/* - 4 - Main Menu 
-------------------------------------------------------------------------*/
.main-menu-container {
  min-height: 70px;
}
.main-menu {
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 3px #D0D0D0;
}

.navbar-default .navbar-brand {
  color: #3bab9b;
  font-weight: 700;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.main-menu .navbar > .container .navbar-brand,
.main-menu .navbar > .container-fluid .navbar-brand {
  /*width: 150px;*/
  width: 383px;
  padding-top: 0;
}
.main-menu .navbar > .container .navbar-brand img,
.main-menu .navbar > .container-fluid .navbar-brand img {
  width: 100%;
}
.main-menu nav li a {
  font-weight: 600 !important;
}
.main-menu nav li a:focus {
  outline: 0 !important;
}
.main-menu nav > li > a:hover {
  color: #3bab9b !important;
}
.main-menu .sm-blue a {
  font-family: 'Raleway', sans-serif;
}
.main-menu .nav > li > a {
  font-size: 15px;
  padding: 35px 20px;
}
.main-menu .navbar-default .navbar-nav > li > a {
  color: #bbb;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.main-menu .navbar-default .navbar-nav > li > a:hover,
.main-menu .navbar-default .navbar-nav > li > a:focus {
  color: #3bab9b !important;
}
.main-menu .navbar-default .navbar-nav > .active > a,
.main-menu .navbar-default .navbar-nav > .active > a:hover,
.main-menu .navbar-default .navbar-nav > .active > a:focus {
  color: #3bab9b;
  background-color: transparent;
}
.main-menu .navbar {
  margin-bottom: 0;
}
.main-menu .navbar-default {
  background: none;
  border: 0;
}
.main-menu .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.main-menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #3bab9b;
}
.main-menu .navbar-default .navbar-toggle:hover {
  color: #ffffff;
  background-color: #3bab9b;
}
.main-menu .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #ffffff;
}
.main-menu .dropdown-menu {
  border: none;
  box-shadow: 5px 4px 0 #3bab9b;
  background: #292d39;
  padding: 20px;
  border-radius: 0;
}

.main-menu .dropdown-menu li {
  border-top: 1px solid #353b4a;
}
.main-menu .dropdown-menu a:focus,
.main-menu .dropdown-menu a {
  background: transparent;
  color: #fff;
  font-weight: 400 !important;
}
.main-menu .dropdown-menu a:hover {
  background: #363b4a !important;
  color: #fff !important;
}

.main-menu .navbar-default .navbar-nav > .open > a,
.main-menu .navbar-default .navbar-nav > .open > a:focus,
.main-menu .navbar-default .navbar-nav > .open > a:hover {
  background: #292d39;
  color: #fff !important;
  box-shadow: none;
}

.navbar-default .navbar-toggle {
  border-color: #3bab9b;
}
.caret {
  display: none;
}
.form-control:focus {
  border-color: #3bab9b;
  box-shadow: inset 0 1px 1px rgba(255, 33, 48, 0), 0 0 8px rgba(255, 33, 48, 0.92);
}
.main-menu .dropdown-menu > li > a {
  min-width: 200px;
  padding: 10px 20px;
}
/*  - Stiki Header
---------------------------------*/
.main-menu {
  height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu.sticky {
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: #fff;
}
.main-menu.sticky .dropdown-menu {
  padding: 10px;
}
.main-menu.sticky .dropdown-menu a {
  font-size: 12px;
  padding: 4px 20px;
}
.main-menu.sticky .nav > li > a {
  font-size: 12px;
  padding: 20px 20px;
}
.main-menu.sticky .navbar > .container .navbar-brand,
.main-menu.sticky .navbar > .container-fluid .navbar-brand {
  width: 255px;
  padding-top: 0;
}
.main-menu.sticky .navbar > .container .navbar-brand img,
.main-menu.sticky .navbar > .container-fluid .navbar-brand img {
  width: 100%;
}
.menu-right {
  position: absolute;
  top: 0;
  right: 50px;
  display: inline-block;
}
.social-icon {
  float: left;
}
.social-icon .menu-social-btn {
  color: #cccccc;
  font-size: 20px;
  padding: 30px 7px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
}
.social-icon .menu-social-btn:hover:after {
  right: 0;
  bottom: 8px;
  height: 15px;
  width: 100%;
  content: '';
  z-index: 99999;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.social-icon .menu-social-btn:hover {
  color: #3bab9b;
}
.social-icon .menu-social-btn:hover {
  border-color: #e8e8e8;
  border-bottom-color: transparent;
}
.main-menu.sticky .social-icon .menu-social-btn {
  padding: 12px 7px;
}
/* - Icon Hover
	--------------------------------*/
.social-post {
  position: absolute;
  right: 0;
  bottom: -250%;
  width: 445px;
  height: auto;
  padding: 23px 20px;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  box-shadow: 2px 2px 3px #dedede;
  display: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.social-post .single-social-post {
  padding-top: 10px;
  padding-bottom: 10px;
}
.social-post .single-social-post .post-img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 12px;
}
.social-post .single-social-post .post-text {
  display: block;
  overflow: hidden;
  color: #000;
  font-family: Arial, sans-serif;
}
.social-post .single-social-post .post-text a {
  color: #cccccc;
  text-decoration: none;
}
.social-post .single-social-post .post-text p {
  margin: 0;
  font-size: 13px;
}
.social-post .single-social-post .post-text .meta-box a {
  margin-right: 12px;
  font-size: 12px;
}
.social-post .single-social-post .post-text .meta-box a.more i {
  font-size: 5px;
  letter-spacing: 2px;
}
.social-icon .menu-social-btn:hover .social-post {
  display: block;
  opacity: 1;
  z-index: 999;
}
.main-menu.sticky .social-post {
  bottom: -450%;
}
.main-menu.sticky .social-icon .menu-social-btn:hover:after {
  bottom: -4px;
}
/*  - search box 
---------------------------------*/
ul#main-nav {
  margin-right: 125px;
}
.search-bar {
  position: absolute;
  top: 35px;
  right: -25px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu.sticky .search-bar {
  top: 20px;
}
.search-bar .btn {
  border: none;
}
.toggle-pade {
  color: #ffffff;
}
.form-box {
  position: relative;
}
.navbar-form .form-group {
  display: none;
  margin-top: 23px;
}
.search-bar .form-group {
  position: absolute;
  right: 15px;
  display: none;
  z-index: 9999;
}
.navbar-toggle {
  margin-right: 47px;
}
.navbar-form {
  border: 0;
  box-shadow: none;
}
.search-bar .form-control {
  width: 250px;
  height: 40px;
  border-radius: 0;
}
.search-bar .btn {
  color: #585858;
  font-size: 1.2em;
  font-weight: 700;
  background-color: transparent;
  outline-color: transparent;
  padding: 1px;
}
.search-bar .btn:focus,
.search-bar .btn:active:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
/*  - search box End
---------------------------------*/
/* - 4 - Main Menu End
-------------------------------------------------------------------------*/
/* - 5 - Main Slider Style 
-----------------------------------------------------*/
.slider h2 {
  font-size: 100px;
  font-weight: 700;
}
.slider-img img {
  width: 100%;
}
.off-white {
  background-color: #f7f7f7;
}
.slider-caption {
  padding: 156px 0px; /* 125px 0px; */
  padding-bottom: 20px;
  text-align: left;
  position: relative;
  bottom: 0px;
}
.caption-descp {
  font-size: 35px;
  font-weight: 300;
  color: #ffffff; /*#242b36; Abdellah*/
  text-shadow: none;
}
.carousel-caption {
  right: 0;
  left: 0;
}
.carousel-caption h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff; /*#242b36; Abdellah*/
  text-shadow: none;
}
.carousel-caption h3 span {
  font-weight: 300;
}
.sub-head {
  font-size: 18px;
  font-weight: 100; /* 700; */
  color: #f7f7f7; /*#242b36;*/
  text-shadow: none;
  word-wrap: break-word;
  display: block;
  max-width: 94%;
  max-width: 600px;
}
.carousel-indicators {
  width: 1%;
  left: 35%;
  top: 50%;
}
.carousel-indicators li {
  border: 1px solid #3bab9b;
}
.carousel-indicators li.active {
  background: #3bab9b;
}
/* - Animation delays 
----------------------------------------*/
.carousel-caption p:first-child {
  animation-delay: 1s;
}
.carousel-caption p:nth-child(2) {
  animation-delay: 2s;
}
.carousel-caption h3 {
  animation-delay: 1.5s;
}
.sub-head {
  animation-delay: 2s;
}
.slider {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: -250px;
}
.slider-left {
  width: 58.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 35px;
}
.slider-right {
  height: 500px;
  width: 780px;
  float: left;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: -1;
}
.slider-img {
  display: inline-block;
  width: 100%;
}
/* - 5 - Main Slider Style End
-----------------------------------------------------*/
/* - 6 - Fruit Area
-----------------------------------------------------*/
.froot-area {
  display: inline-block;
  margin-top: -5px;
  width: 100%;
}
.froot-item {
  float: left;
  background-color: #fff;
}
.froot-item img {
  width: 100%;
  height: 300px;
}
.froot-item .f-text {
  display: block;
  position: relative;
  padding: 25px 25px 15px;
}
.froot-item .f-text p {
  font-family: 'Arial', sans-serif;
}
.froot-item .mm-arrow-after:after {
  top: 30px;
  right: -8px;
}
.froot-item .mm-arrow-before:before {
  top: -8px;
  left: 30px;
}
h5.color-txt {
  color: #3bab9b;
  font-weight: 700;
  margin-top: 0;
}
/* - 6 - Fruit Area End
-----------------------------------------------------*/
/* - 7 - News Area
-----------------------------------------------------*/
.brand-news {
  padding-top: 60px;
  padding-bottom: 100px;
}
.brand-news h5 {
  margin: 20px 0 30px 0;
}
.news {
  padding: 45px;
  margin-top: 130px;
  display: inline-block;
  border: 4px solid #3bab9b;
}
.news-wrap h4 {
  font-weight: 700;
}
.news-wrap h4.brand-mm {
  padding: 0 45px;
  font-family: 'Raleway', sans-serif;
}
.news-wrap h4.brand-mm2 {
  margin-left: -42px;
}
.news img {
  margin-top: -170px;
  margin-bottom: 20px;
}
.news-sidebar {
  border: 4px solid #dbdbdb;
  padding: 18px 18px 25px 18px;
}
.news-sidebar img {
  margin-left: -62px;
}
.news-sidebar p {
  position: relative;
}
.news-sidebar span {
  font-weight: 700;
  padding-right: 15px;
}
span.currency {
  font-size: 24px;
}
span.brends-stars {
  font-size: 20px;
}
.news-sidebar a.custom-btn {
  position: absolute;
  right: -115px;
  font-weight: 700;
}
/* - Brand News Owl Slider 
----------------------------------------*/
.home .owl-theme .owl-controls {
  display: none !important;
}
/* - Brand News Owl Slider End
----------------------------------------*/
/* - Gallery Section End
----------------------------------------*/
/* - 7 - News Area End
-----------------------------------------------------*/
/* - 8 - Dizney Area
-----------------------------------------------------*/
.dizney-coper {
  color: #fff;
  padding-top: 108px;
  background-image: url(../../images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dizney-coper h2 {
  line-height: 70px;
  font-size: 100px;
}
.dizney-coper h6 {
  margin-top: 0;
}
.dizney-coper p {
  font-weight: 300;
  font-size: 35px;
  max-width: 565px;
  margin-bottom: 60px;
}
.dizney-coper_txt p span {
  font-weight: 700;
}
.dizney-coper_txt h2 span {
  font-weight: 300;
}
.year-menu {
  width: 100%;
  margin-top: 170px;
  margin-bottom: 35px;
  display: inline-block;
}
.year-menu a {
  float: left;
  color: #8f8f8f;
  font-size: 17px;
  padding: 11px 23px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
}
.year-menu a:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-size: contain;
  background-image: url(../../images/1.png);
}
li.active a:after {
  opacity: 1;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  border: 0;
}
.dizney-coper .nav > li > a {
  padding: 9px 17.8px;
  margin-bottom: -3px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
}
/* - 8 - Dizney area End
-----------------------------------------------------*/
/* - 9 - Gallery Area
-----------------------------------------------------*/
/* - Gallery Owl Carousel
----------------------------------------*/
.gallery-owl-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery-owl-section .owl-item {
  color: #ceced1;
  font-size: 30px;
  padding: 75px 0 30px;
  font-weight: 200;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gallery-owl-section .owl-item:hover {
  color: #282b3a;
}
.gallery-owl-section .owl-item:hover {
  -webkit-transform: scale(1.5) translateY(-5px);
  font-weight: 800;
}
.video-frame1 {
  margin-right: 5px;
  margin-bottom: 5px;
}
.MMyoutubeVideo {
  position: relative;
}
.MMyoutubeVideo a {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  padding: 23px 25px;
  position: absolute;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.55);
}
span.title2,
span.title1 {
  display: block;
  font-weight: 700;
}
span.title1 {
  font-size: 15px;
}
span.title2 {
  font-size: 25px;
}
span.text1 {
  display: block;
  margin-top: 6px;
  margin-bottom: 30px;
}
span.playing {
  left: 25px;
  bottom: 25px;
  position: absolute;
}
span.play {
  font-size: 15px;
  font-weight: 700;
  padding-left: 8px;
  text-transform: uppercase;
}
.img100 {
  width: 100%;
}
video-frame2 .MMyoutubeVideo a {
  padding: 20px;
}
video-frame3 span.text1 {
  color: #3bab9b;
}
/* - Gallery Owl Carousel End
----------------------------------------*/
/*  - Instagram images 
----------------------------------------*/
.photo-gallery h5 {
  margin-bottom: 20px;
}
.single-instagram {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 43px;
  margin-bottom: 40px;
}
/*  - Instagram images End
----------------------------------------*/
/* - All Videos areas
-----------------------------------------------*/
.all-videos-list {
  overflow: hidden;
  padding-top: 90px;
}
.colmd3 {
  width: 100%;
  margin-top: -2px;
  display: inline-block;
}
#boxer .boxer-meta {
  display: none;
}
/* - All Videos areas End
------------------------------------------------*/
/* - 9 - Gallery Area End
-----------------------------------------------------*/
/* - 10 - Explore Area
-----------------------------------------------------*/
.explore-section {
  padding-bottom: 100px;
}
.explore-section .explore-txt {
  padding-right: 25px;
}
.explore-img {
  position: relative;
  margin-top: -50px;
}
.explore-img h2 {
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  position: absolute;
  width: 430px;
  bottom: 0;
  background-color: #3bab9b;
  opacity: .8;
  padding: 12px 15px 5px 20px;
}
.explore-img h2 span {
  color: #282b3a;
}
p.bold-text {
  color: #605c5b;
  font-size: 15px;
  font-weight: 700;
  padding-top: 35px;
}
p.short-txt {
  padding-left: 155px;
}
.list-item ul {
  padding: 0;
  list-style: none;
}
.list-item ul li {
  padding: 7px 0;
  position: relative;
}
.list-item ul li span {
  position: absolute;
  top: 12px;
  left: -30px;
  height: 7px;
  width: 7px;
  background-color: #f96560;
}
.list-item ul li span:after,
.list-item ul li span:before {
  content: '';
  position: absolute;
  background-color: #f96560;
}
.list-item ul li span:after {
  width: 11px;
  height: 3px;
  top: 50%;
  left: -2.5px;
  margin-top: -1.5px;
}
.list-item ul li span:before {
  height: 11px;
  width: 3px;
  top: -2px;
  left: 50%;
  margin-left: -2px;
}
.list-item h3 {
  margin-left: -30px;
}
/* - 10 - Explore Section End
-----------------------------------------------------*/
/* - 11 - Footer Area
-----------------------------------------------------*/
.footer-wrap {
  width: 100%;
  float: left;
  position: relative;
  display: inline-block;
  background-image: url(../../images/bg/footer.jpg);
  background-color: #282b3a;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 160px;
}
.footer-wrap .overlay {
  position: static;
  display: inline-block;
  background-color: rgba(6, 19, 82, 0.2);
}
.footer-wrap .footer-content {
  display: inline-block;
  width: 100%;
}
.footer-wrap .footer-logo {
  float: left;
  margin-top: -20px;
  margin-right: 55px;
}
.footer-wrap .contact-center {
  color: #fff;
  display: block;
  overflow: hidden;
}
.footer-wrap .contact-center ul {
  padding: 0;
}
.footer-wrap .contact-center ul li {
  list-style: none;
}
.footer-wrap .contact-center ul li.mail {
  display: table;
  margin-top: 25px;
  border-bottom: 1px solid #535561;
}
.footer-wrap .contact-center h5 {
  margin-top: 30px;
}
.footer-wrap h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-wrap hr {
  border-top: 1px solid #535561;
}
.footer-wrap .footer-right h2 {
  color: #fff;
  margin-top: 75px;
  font-weight: 700;
  text-align: right;
  position: relative;
  font-size: 78.87px;
  margin-right: 50px;
  font-family: Arial, sans-serif;
}
.footer-wrap .footer-right h2 span {
  top: -15px;
  right: 0;
  width: 100%;
  color: #3bab9b;
  font-size: 21.14px;
  position: absolute;
  margin-bottom: 2px;
  display: inline-block;
}
h5.copyright-heisennberg {
  margin-top: 15px;
  margin-bottom: 60px;
}
.fish-footer-img {
  position: relative;
}
.fish-footer-img img {
  width: 100%;
}
.fish-footer-img .inner-box {
  width: 200px;
  height: 185px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 17px;
}
.load-more {
  width: 100%;
  padding-top: 100px;
  text-align: center;
  padding-bottom: 170px;
  display: inline-block;
}
.load-more a {
  color: #3bab9b;
  font-weight: 200;
  font-size: 57.71px;
  padding: 54px 88px;
  text-decoration: none;
  border: 5px solid #3bab9b;
  position: absolute;
  display: inline-block;
  z-index: 99;
  left: 50%;
  margin-left: -230px;
}
.load-more a span {
  font-weight: 700;
  position: relative;
}
.load-more a span:after {
  content: '...';
  position: absolute;
  right: 5px;
  bottom: -12px;
  font-size: 33px;
}
/* - 11 - Footer Area  End
-----------------------------------------------------*/
/* - 12 - Portfolio Pages 
-----------------------------------------------------*/
/* - Heading area
------------------------------------*/
.portfolio-heading {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: -10px;
}
.portfolio-heading-txt {
  padding-top: 80px;
}
.portfolio-heading-txt h1 {
  color: #282b3a;
  font-size: 150px;
  font-weight: 300;
}
.portfolio-heading-txt h1 span {
  font-weight: 700;
}
.image-text {
  max-width: 350px;
  padding: 16px 20px;
  margin-right: -45px;
}
.box-content img {
  width: 100%;
}
.dead-fish {
  margin-top: -5px;
}
/* - Main Content Heading
------------------------------------*/
.image-text.mm-ex-padding {
  padding: 140px 20px; /* 174px 20px; */
}
.box-content {
  width: 100%;
  float: left;
}
.box-content .fish-text {
  padding: 32px 25px; /* 44px 25px; */
}
.box-content .paragraph-txt {
  line-height: 23px;
}
.box-content hr {
  margin: 0;
  border-top: 1px solid #F6F6F6;
}
.box-content .extra-padding {
  padding-bottom:257px;
}
/* - Portfolio Filter Page
------------------------------------*/
.filter-btn-container {
  width: 100%;
  padding-top: 45px;
  display: inline-block;
}
.filter-btn-container h2 {
  line-height: 250px;
  font-weight: 300;
  font-size: 48.23px;
}
.filter-btn-container h2 span {
  font-weight: 700;
}
.filter-btn-container .filter-btn-title span {
  border-bottom: 5px solid #3bab9b;
}
.portfolio-filter-box1,
.portfolio-filter-box2,
.portfolio-filter-box3 {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
}
.filter-btn-container .isotope-filters {
  display: table;
  margin: 20px auto;
  text-align: center;
  height: 260px;
}
.filter-btn-container .isotope-filters button {
  width: 105px;
  height: 110px;
  line-height: 30px;
  cursor: pointer;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  -webkit-flex: 1;
  flex: 1;
}
.filter-btn-container .isotope-filters button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}
.mr {
  margin-right: 60px;
}
.btl {
  border-top: 5px solid #282b3a;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #282b3a;
}
.btr {
  border-top: 5px solid #282b3a;
  border-right: 5px solid #282b3a;
  border-bottom: none;
  border-left: none;
}
.bbr {
  border-top: none;
  border-right: 5px solid #282b3a;
  border-bottom: 5px solid #282b3a;
  border-left: none;
}
.bbl {
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #282b3a;
  border-left: 5px solid #282b3a;
}
.isotope-filters button.active {
  color: #3bab9b;
}
.isotope-filters button.active.btl {
  border-top-color: #3bab9b;
  border-left-color: #3bab9b;
}
.isotope-filters button.active.btr {
  border-top-color: #3bab9b;
  border-right-color: #3bab9b;
}
.isotope-filters button.active.bbr {
  border-right-color: #3bab9b;
  border-bottom-color: #3bab9b;
}
.isotope-filters button.active.bbl {
  border-left-color: #3bab9b;
  border-bottom-color: #3bab9b;
}
.sort-btn-title a {
  display: block;
  text-align: right;
  color: red;
  font-size: 18px;
}
.isotope {
  max-width: 1200px;
}
.isotope .inner-box-relative {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.isotope .image-text-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
}
  /* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .item ---- */
.isotope .item {
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  border-bottom: 10px solid transparent;
}
.item.width2 {
  width: 50%;
}
.item.height2 {
  height: 400px;
}
#mesomnryItems .isotope .item {
  overflow: hidden;
  min-height: 400px;
  margin-bottom: 20px;
}
.isotope .object-fit-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
/* - Item text box
------------------------------------*/
.isotope .image-text {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0;
}
.filter-btn-container .isotope .image-text {
  max-width: 200px;
}
/* - Portfolio Single Page
------------------------------------*/
.page-head {
  padding: 30px 0;
  background-color: #292b3b;
}
.mm-pb {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-top: 35px;
  padding-left: 330px;
  /* padding-right: auto; */
  text-decoration: none;
}
.mm-pb span {
  color: #3bab9b;
  font-weight: 700;
}
.single-post-content .bc-text {
  font-size: 50px;
  font-weight: 300;
  margin: 25px 0;
}
.single-post-content .single-post .post-img {
  float: left;
}
.single-post-content .single-post .post-details img {
  width: 100%;
}
.single-post-content .single-post .post-text {
  padding-left: 45px;
}
.single-post-content .single-post .post-text img {
  margin-left: -200px;
  float: left;
  padding-right: 20px;
}
.single-post-content .single-post .share-box {
  display: inline-block;
}
.single-post-content .single-post .share-box p {
  padding: 14px 27px;
  border: 5px solid #3bab9b;
}
.single-post-content .single-post .share-box p a {
  text-decoration: none;
}
.single-post-content .carousel-indicators {
  left: 25%;
}
.related-post {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 250px;
  display: inline-block;
}
.related-post .fish-footer-img .inner-box {
  bottom: -50%;
}
.related-post h3 {
  margin-bottom: 20px;
}
.portfolio-service .toggle-target {
  overflow: hidden;
  width: 100%;
}
.portfolio-service .overlay {
  position: relative;
}
.portfolio-service .overlay .container {
  position: relative;
  z-index: 2;
}
.portfolio-service .overlay:after {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 43, 59, 0.9);
}
.portfolio-service h2 {
  margin-top: 90px;
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 300;
}
.portfolio-service h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
  opacity: 0;
  text-decoration: none;
}
.portfolio-service .ps-design .overlay {
  cursor: pointer;
  background-image: url('../../images/portfolio/service/portfolio-services-design-bg.jpg');
  background-color: #3bab9b;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-service .ps-branding .overlay {
  cursor: pointer;
  background-image: url('../../images/portfolio/service/portfolio_services_branding-bg.jpg');
  background-color: #3bab9b;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-service .ps-icon .overlay {
  cursor: pointer;
  background-image: url('../../images/portfolio/service/portfolio-services-icon-bg.jpg');
  background-color: #3bab9b;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-service .ps-name .overlay {
  cursor: pointer;
  background-image: url('../../images/portfolio/service/portfolio-services-name-bg.jpg');
  background-color: #3bab9b;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-service .ps-stuff .overlay {
  cursor: pointer;
  margin-bottom: 50px;
  background-image: url('../../images/portfolio/service/portfolio-services-icon-bg.jpg');
  background-color: #3bab9b;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-service .ps-branding:hover h2 a,
.portfolio-service .ps-design:hover h2 a,
.portfolio-service .ps-stuff:hover h2 a,
.portfolio-service .ps-name:hover h2 a,
.portfolio-service .ps-icon:hover h2 a {
  opacity: 1;
}
.portfolio-service .ps-branding:hover .overlay,
.portfolio-service .ps-design:hover .overlay,
.portfolio-service .ps-stuff:hover .overlay,
.portfolio-service .ps-name:hover .overlay,
.portfolio-service .ps-icon:hover .overlay {
  background-color: rgba(255, 33, 48, 0.85);
}
.portfolio-service .ps-branding h2 a,
.portfolio-service .ps-design h2 a,
.portfolio-service .ps-stuff h2 a,
.portfolio-service .ps-name h2 a,
.portfolio-service .ps-icon h2 a {
  -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;
}
.illustration {
  padding-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-service .open .illustration {
  padding-top: 35px;
  height: auto;
}
.portfolio-service .open .overlay {
  height: 0;
  overflow: hidden;
  display: none;
}
.illustration .inner-box {
  padding-top: 22px;
}
.illustration .inner-box img {
  margin-left: -110px;
}
.illustration .text-box {
  width: 100%;
  padding-top: 60px;
  display: inline-block;
}
.illustration .text-box h2 {
  margin-top: 20px;
}
.illustration .text-box h3 {
  margin-top: 20px;
  font-weight: 300;
  margin-left: -80px;
}
/* - Podtfolio Service 2
-----------------------------------------------------*/
.service2 .item-text {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  border: 5px solid #3bab9b;
}
.service2 .item-text .inner-box {
  padding: 25px 35px;
}
.service2 .single-item3 .item-text {
  border: 5px solid #242b36;
}
.service2 .item-img {
  position: relative;
}
.service2 span.title2 {
  margin-bottom: 20px;
}
.service2 .img3 {
  right: -160px;
  bottom: 57px;
  position: absolute;
}
.service2 .single-item,
.service2 .single-item2,
.service2 .single-item3,
.service2 .single-item4 {
  margin-bottom: 80px;
  display: inline-block;
}
.page-container {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.content-wrap h2 {
  font-size: 38px;
  margin-bottom: 40px;
}
.single-item {
  position: relative;
}
.single-item .item-text {
  margin-top: -35px;
  margin-left: -70px;
}
.single-item .mm {
  padding-left: 108px;
}
.single-item .mm a {
  max-width: 130px;
  color: #282b3a;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
}
.single-item3 .mm,
.single-item .mm {
  padding-left: 108px;
}
.single-item4 .item-img a,
.single-item3 .mm a,
.single-item .mm a {
  max-width: 130px;
  color: #282b3a;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
}
.single-item2 .item-text {
  margin-left: 45px;
}
.single-item2 .item-img {
  z-index: -1;
  margin-left: -80px;
  margin-top: 25px;
}
.single-item2 .item-img .img2 {
  left: -45px;
  bottom: -30px;
  position: absolute;
}
.single-item3 .item-text {
  margin-left: 30px;
}
.single-item3 .item-img {
  margin-top: 35px;
}
.single-item4 {
  margin-top: 80px;
  margin-bottom: 100px;
}
.single-item4 .item-text .inner-box {
  padding: 25px 75px 25px 35px;
}
.single-item4 .item-img {
  margin-top: 30px;
  margin-bottom: 130px !important;
}
.single-item4 .item-img a {
  bottom: 0;
  left: -230px;
  position: absolute;
}
.mm-left {
  float: left;
  position: absolute;
  margin-left: -275px;
  padding-right: 15px;
}
.page-head-wrap a.mm-pb-list {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 41px;
  text-decoration: none;
}
/* - 12 - Portfolio Pages End
-----------------------------------------------------*/
/* - 13 - Blog Pages
-----------------------------------------------------*/
.widget.blog-tab-content {
  display: none;
}
.post-container {
  padding-top: 55px;
  padding-right: 30px;
}
.post-container article {
  position: relative;
}
.post-container a.custom-btn {
  font-weight: 700;
  margin-right: 15px;
}
.post-container h2 {
  color: #3bab9b;
  font-size: 28px;
  margin-top: 10px;
}
.post-container .post-thumb {
  background-color: #242b36;
  margin-bottom: 25px;
}
.post-container .post-thumb img {
  width: 100%;
}
.post-container .content {
  padding-bottom: 15px;
}
.post-container .content p {
  font-weight: 700;
  padding-bottom: 10px;
}
.post-container .pagination-nav {
  width: 100%;
  padding: 30px 0 15px;
  display: inline-block;
}
.post-container .pagination-nav ul {
  list-style: none;
  display: inline-block;
}
.post-container .pagination-nav li {
  float: left;
}
.post-container .pagination-nav li a {
  z-index: 999;
  color: #cbcbcb;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding: 17px 5px 45px;
  border: 5px solid transparent;
}
.post-container .pagination-nav li a:hover {
  color: #3bab9b;
  border-color: #3bab9b;
}
.post-container .pagination-nav li.active a {
  color: #3bab9b;
  border-color: #3bab9b;
}
.post-date {
  width: 82px;
  float: left;
  font-size: 45px;
  font-weight: 700;
  color: #282b3a;
  line-height: 50px;
}
.post-date span {
  position: relative;
}
.post-date span:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background-color: #ceced1;
}
.post-content {
  display: block;
  overflow: hidden;
}
a.post-title {
  text-decoration: none;
}
.small-post {
  width: 100%;
  margin-top: 50px;
  display: inline-block;
}
.small-post article {
  padding: 25px 30px 0;
  margin-bottom: 10px;
}
.small-post .link {
  left: 20px;
  bottom: 40px;
  position: absolute;
}
.small-post .pull-border:hover {
  border: 5px solid #242b36;
}
/* - Widget Area
------------------------------------*/
.widget {
  /* - News Widget
	------------------------------------*/
  /* - Tag Widget
	------------------------------------*/
  /* - Tweet Widget
	------------------------------------*/
}
.widget ul {
  list-style: none;
  padding: 25px 0;
  background-color: #3bab9b;
}
.widget ul li {
  padding: 5px 35px;
  position: relative;
}
.widget ul li a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Patua One', cursive;
  border-bottom: 2px solid transparent;
}
.widget ul li.active:after {
  left: 0;
  bottom: 16px;
  content: '';
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.widget ul li.active a,
.widget ul li:hover a {
  border-color: #fff;
  background-color: transparent;
}
.widget .nav > li > a {
  padding: 0;
}
.widget .nav-tabs > li.active > a,
.widget .nav-tabs > li.active > a:focus,
.widget .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
.widget .tagcloud a {
  color: #49494e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
}
.widget .single-tweet {
  padding: 20px 0;
}
.widget .tweet-img {
  height: 60px;
  width: 60px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.widget .tweet-text {
  display: block;
  overflow: hidden;
  color: #000;
  font-family: 'Arial', sans-serif;
}
.widget .tweet-text a {
  color: #999999;
  font-size: 15px;
  text-decoration: none;
}
.widget .tweet-text p {
  margin: 0;
  padding-top: 8px;
}
/*  - Blog Single Page
-----------------------------------*/
.single article {
  padding-bottom: 55px;
}
.single ul.nav-tabs {
  width: 100%;
  display: inline-block;
}
.single ul.nav-tabs li {
  float: left;
}
.single ul.nav-tabs li a {
  color: #7b0c14;
}
.single ul.nav-tabs li.active a,
.single ul.nav-tabs li:hover a {
  color: #fff;
  border: none;
}
.single ul.nav-tabs li.active:after {
  left: 50%;
  bottom: -26px;
  content: '';
  margin-left: -12px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
.single .nav-tabs > li.active > a,
.single .nav-tabs > li.active > a:focus,
.single .nav-tabs > li.active > a:hover {
  border: none;
}
.single .load-more {
  padding-top: 0;
}
/* - 13 - Blog Pages End
------------------------------------------*/
/* - 14 - About Pages
------------------------------------------*/
.about-head {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  background-color: #3bab9b;
  font-family: 'Patua One', cursive;
  padding-top: 180px !important; /* 270px !important; */
}
.about-head p {
  font-family: 'Arial', sans-serif;
}
.about-head .inner-box {
  padding-top: 30px;
  padding-left: 21px;
}
.about-head .inner-box h4 {
  font-weight: normal;
}
.about-head .inner-box p.patua {
  font-family: 'Patua One', cursive;
}
.about-head .inner-box p:last-child {
  padding-bottom: 70px;
}
.about-head .big-text h1 {
  font-size: 450px;
  margin-top: -275px;
  font-weight: normal;
}
.about-head .big-text h2 {
  font-size: 85px;
  margin-top: -90px;
  font-weight: normal;
}
.about h4.brand-mm {
  padding-left: 48px;
}
.about .owl-wrapper-outer .news {
  border-color: #282b3a;
}
.about .about-filter-btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.about .isotope-filters button {
  font-size: 24px;
  padding: 15px 20px;
  border: 5px solid transparent;
  background-color: transparent;
}
.about .isotope-filters button.active {
  border-color: #3bab9b;
}
.about .isotope .image-text {
  width: 100%;
  height: calc(100% + 20px);
  cursor: pointer;
}
.about #isotopItems {
  margin-bottom: 100px;
}
.about #isotopItems .inner-box {
  position: relative;
  padding: 5px;
}
.about #isotopItems .inner-box img {
  width: 100%;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.about #isotopItems .image-text {
  opacity: 0;
  color: #fff;
  background-color: rgba(59, 171, 155, 0.8);
}
.about #isotopItems .image-text h5 {
  font-size: 26px;
  margin-bottom: 50px;
}
.about #isotopItems .image-text p {
  font-size: 16px;
  border-top: 1px solid #d1101d;
  margin-bottom: 10px;
}
.about #isotopItems .image-text p a {
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
  text-decoration: none;
  display: inline-block;
}
.about #isotopItems .item:hover .inner-box {
  z-index: 9;
  -webkit-transform: scale(1.2);
  -webkit-transform-origin: 50% 30%;
}
.about #isotopItems .item:hover .image-text {
  opacity: 1;
}
.about .owl-theme .owl-controls {
  display: none !important;
}
.about-2 {
  /*  - About img Slider
	---------------------------------------------*/
  /*  - Office-news Post Slider  
	---------------------------------------------*/
}
.about-2 .tab-content h5 {
  font-size: 22px;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.about-2 .widget ul li {
  width: 100%;
}
.about-2 .nav > li > a {
  display: inline-block;
}
.about-2 .widget ul li.active:after {
  left: auto;
  right: 0;
  border-left: none;
  border-top: 12px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 12px solid transparent;
}
.about-2 .about-img-slider {
  padding: 0 0 70px;
}
.about-2 .about-img-slider .owl-carousel .owl-wrapper-outer {
  padding-top: 80px;
}
.about-2 .about-img-slider .owl-pagination {
  display: none;
}
.about-2 #about-img .owl-item {
  opacity: .5;
  -webkit-transition: all .5s ease;
}
.about-2 #about-img .owl-item img {
  width: 100%;
}
.about-2 #about-img .owl-item.active {
  margin-top: -80px;
  padding: 30px;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all .5s ease;
}
.about-2 #about-img .owl-next,
.about-2 #about-img .owl-prev {
  width: 60px;
  height: 80px;
  bottom: 50%;
  font-size: 100px;
  position: absolute;
  margin-bottom: -80px;
  line-height: 70px;
}
.about-2 #about-img .owl-next i,
.about-2 #about-img .owl-prev i {
  line-height: 70px;
}
.about-2 #about-img .owl-prev {
  left: -75px;
}
.about-2 #about-img .owl-next {
  right: -75px;
}
.about-2 #about-img .owl-controls {
  margin-top: 0;
}
.about-2 #about-img .owl-controls .owl-buttons div {
  color: #3bab9b;
  background: transparent;
  -webkit-transition: all .5s ease;
}
.about-2 .small-post article {
  padding: 22px 30px;
  margin-bottom: 0;
  position: relative;
}
.about-2 .small-post article h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
.about-2 .small-post article h5 a.post-title {
  color: #49494e;
}
.about-2 .small-post article:hover a.post-title {
  color: #3bab9b;
}
.about-2 .small-post article:after {
  top: 0;
  left: 40px;
  width: 85%;
  content: '';
  height: 100%;
  position: absolute;
  border: 5px solid transparent;
}
.about-2 .small-post article:hover:after {
  border-color: #3bab9b;
}
.about-2 .post-date {
  width: 50px;
  font-size: 22px;
  line-height: 30px;
}
.about-2 .office-news .owl-carousel .owl-wrapper-outer {
  margin-left: 350px;
  margin-bottom: 80px;
}
.about-2 .office-news .small-post {
  margin-top: 30px;
}
.about-2 .office-news h5 {
  margin: 0;
}
.about-2 .office-news .owl-pagination {
  display: none;
}
.about-2 .office-news .owl-next,
.about-2 .office-news .owl-prev {
  position: absolute;
  top: -70px;
  right: 20%;
}
.about-2 .office-news .owl-next {
  right: 18.8%;
}
.about-2 .office-news .owl-theme .owl-controls .owl-buttons div {
  height: 50px;
  width: 45px;
  color: #2b2e3c;
  font-size: 40px;
  line-height: 40px;
  background: transparent;
}
.about-2 .office-news .owl-theme .owl-controls .owl-buttons div i {
  line-height: 30px;
}
