.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important;
}
.admin-bar .fixed-header .sticky-header{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1230px;
	width:100%;
}
.main-slider .tp-bullets{
	display:none;
}
.main-slider .text.text-center{
	text-align:center !important;
}
.page-title {
    position: relative;
    padding: 130px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #efefef;
}
.page-title.ext_class h1{
    color: #222222 !important;
}
.pagination-outer{
   position: relative;
   margin:0px;
}
ul.pagination{
    position: relative;
    margin-top:50px;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    min-width: 48px;
    color: #666666;
    font-weight: 400;
    border-radius:50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #cccccc;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.read_more_btn{
    position:relative;
    margin-top:20px;
}
/*.main-menu .navbar-collapse{
	display:block !important;
}
.main-header .nav-outer .navbar-header,
.main-header .sticky-header .main-menu .navbar-header{
	position:absolute;
}*/

.main-slider .slide.text-center {
    border: 5px solid rgba(255,255,255,0.8);
    border-top: none;
    height: 180px;
    z-index: -1;
}
.default-form h3 small a{
	position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
}
.emarat_theme .emarat_theme{
	margin-left:70px;
}
.main-header .outer-box .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
	content:'\f00d';
}
.recentcomments a:before{
	display:none;
}
.logo-widget .social-icons{
    position: relative;
    margin-top: 18px;
}
.logo-widget .social-icons li{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.logo-widget .social-icons li a{
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.logo-widget .social-icons li a:hover{
    color: #fbb908;
}
.news-block-five h3{
    margin-bottom:15px;
}
.news-block-five .info{
    margin-top:13px;
}

.post-share-options .inner-container .prev,
.post-share-options .inner-container .next{
    position:relative;
	text-align:center;
	display:inline-block;
	z-index:999;
}
.post-share-options .inner-container .prev a,
.post-share-options .inner-container .next a{
    position:relative;
	padding:8px 15px;
	text-align:center;
    border:1px solid #bbbbbb;
	display:inline-block;
}
.post-share-options .inner-container .social{
 text-align: center;
}
/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:999;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
	z-index:999;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
}

/******************* Blog Widget Style *********************/

/*Cat List*/

.widget ul{
	position:relative;
}

.widget ul li{
	position:relative;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ebebeb;
	color:#666666;
	font-weight:400;
	font-size:16px;
}

.widget ul li:last-child{
	margin-bottom:0px;
	border:none;
}

.widget ul li a{
	position:relative;
	color:#666666;
	font-weight:400;
	display:inline-block;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget ul li a:hover {
    padding-left: 30px;
}

.widget ul li a:hover:before{
    opacity: 1;
    left: 5px;
}

.widget ul li a:before{
    position:absolute;
    content: '\f0a4';
    left:0px;
    top:0px;
    font-size:20px;
    font-weight:400;
    font-family: 'FontAwesome';
    opacity: 0;
}

/*Popular Tags*/

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px !important;
	padding:4px 18px 4px;
	margin:0px 6px 10px 0px;
	color:#333;
	text-align:center;
	font-size:14px !important;
	background:#e1e1e1;
	font-weight:400;
	border-radius:50px;
	border:1px solid #e1e1e1;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.widget .tagcloud a:hover{
	border-color:#fbb908;
	background-color:#fbb908;
	color:#222222;
}

/* #Mega Menu */
.main-menu ul li.mega-menu-links > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .main-menu ul li.mega-menu-links > ul > li {
    padding-left: 0px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase; }
    .main-menu ul li.mega-menu-links > ul > li:hover ~ li {
      z-index: 0; }
    .main-menu ul li.mega-menu-links > ul > li.hide-mega-headings > a {
      display: none; }
    .main-menu ul li.mega-menu-links > ul > li > a {
      position: relative;
      padding-top: 13px;
      padding-bottom: 13px; }
      .main-menu ul li.mega-menu-links > ul > li > a:after {
        display: none; }

.main-menu ul li.mega-menu-links.mega-columns-1col > ul > li {
  width: 100%; }

.main-menu ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%; }

.main-menu ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%; }

.main-menu ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%; }

.main-menu ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%; }

.main-menu ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .main-menu ul li.mega-menu-links > ul.mega-menu > li > ul > li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none; }
    .main-menu ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
      left: 100% !important;
      right: auto !important; }

/* Mega Menu Categories */
.main-menu ul li.mega-menu.mega-cat > ul.mega-menu {
  width: 1170px; }
  .main-menu ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
    width: 100%; }
  .main-menu ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
  width: 100%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
  width: 50%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
  width: 33.33333%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
  width: 25%; }

.main-menu ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
  width: 20%; }

.main-menu ul li.mega-menu.mega-cat .ajax_menu .item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.main-menu ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
  float: left;
  width: 80%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
    width: 80%;
    margin-left: 20%; }

.main-menu ul li.mega-menu.mega-cat div.mega-menu-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, -webkit-transform .6s ease;
    transition: opacity .4s ease, -webkit-transform .6s ease;
    -o-transition: opacity .4s ease, -o-transform .6s ease;
    -moz-transition: transform .6s ease, opacity .4s ease, -moz-transform .6s ease;
    transition: transform .6s ease, opacity .4s ease;
    transition: transform .6s ease, opacity .4s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
      -webkit-transition-delay: .1s;
      -moz-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
    /* Categories Vertical */
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
      width: 20%;
      padding: 0;
      background: rgba(0, 0, 0, 0.04);
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 0;
      margin: 0;
      padding-bottom: 1500px;
      margin-bottom: -1500px;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding-top: 19px; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
        -webkit-transition: background .4s, color .3s, border-color .4s;
        -o-transition: background .4s, color .3s, border-color .4s;
        -moz-transition: background .4s, color .3s, border-color .4s;
        transition: background .4s, color .3s, border-color .4s;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 0; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
          padding: 10px 28px 10px 28px; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
        background: #fff;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9; }
    .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
      /* Categories Horizontal */
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background: transparent; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
        display: block;
        content: '';
        height: 0;
        clear: both; }
      .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
        float: left;
        padding: 0;
        margin-right: 10px; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
          margin-right: 0; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
          color: #fff; }
        .main-menu ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
          display: block;
          padding: 3px 13px;
          font-size: 14px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: background .3s, color .3s;
          -o-transition: background .3s, color .3s;
          -moz-transition: background .3s, color .3s;
          transition: background .3s, color .3s; }
  .main-menu ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
    padding: 0 10px; }

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.mega_menu_wrapper_preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px; }

.preloader_type {
  width: 100%;
  height: 100%;
  position: relative; }

.mega_menu_wrapper_preloader span {
  height: 16px;
  width: 16px;
  background-color: #999;
  -webkit-animation: experts_circle 1.4s infinite ease-in-out both;
  -moz-animation: experts_circle 1.4s infinite ease-in-out both;
  -o-animation: experts_circle 1.4s infinite ease-in-out both;
  animation: experts_circle 1.4s infinite ease-in-out both;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.mega_menu_wrapper_preloader span:first-of-type {
  left: -22px;
  -webkit-animation-delay: -.32s;
  -moz-animation-delay: -.32s;
  -o-animation-delay: -.32s;
  animation-delay: -.32s; }

.mega_menu_wrapper_preloader span:nth-of-type(2) {
  -webkit-animation-delay: -.16s;
  -moz-animation-delay: -.16s;
  -o-animation-delay: -.16s;
  animation-delay: -.16s; }

.mega_menu_wrapper_preloader span:last-of-type {
  left: 22px; }

@-webkit-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes experts_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* #Sticky Menu */
.experts-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  opacity: 0; }
  .experts-sticky-header.sticky_active {
    opacity: 1;
    overflow: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .experts-sticky-header.header_sticky_shadow {
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }

    .widget.shop-sidebar ul li a {
        width: 87%;
    }

    .services-block-two .inner-box:hover .lower-box .icon-box {
        color: #fff;
    }

    .blog .page-breadcrumb {
        padding: 0px;
        border-right: 0px;
    }

    .blog .page-breadcrumb::after {
        display: none;
    }

.sidebar-title h2 {
	position:relative;
	margin-top:15px !important;
}

.sidebar-title:before, .comments-area .group-title h2:before, .comment-form .group-title h2:before, .links-widget h2:before, .news-widget h2:before, .map-widget h2:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ffb200;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 40px;
    }

    .comment-form .group-title {
        margin-bottom: 42px;
    }

    .links-widget h2:before, .news-widget h2:before, .map-widget h2:before {
        top: 30px;
    }

.comments-area .group-title h2:before {
        top: 50px;
    }

    .gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    width: 33.333333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.content-side .blog-single .entry-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 26px 0;

}

.content-side .blog-single .entry-content-bottom .entry-tags {
    margin-right: 30px;
    flex-grow: 1;
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-side .blog-single .entry-content-bottom .entry-tags label {
    margin-right: 17px;
    font-weight: 500;
    font-size: 15px;
    color: #191514;
}

.entry-tags a {
    background-color: #f4f7fc;
    padding: 0 26px;
    color: #191514;
    display: inline-block;
    font-size: 15px !important;
    line-height: 40px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.entry-tags a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #3b5998;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.entry-tags a:hover {
    color: #fff;
    background-color: #fbb908;
}

.content-side .blog-single .entry-content-bottom .entry-social {
    display: flex;
    margin: 15px 0;
}

.content-side .blog-single .entry-content-bottom .entry-social a.fb-social {
    background-color: #3b5998;
}

.content-side .blog-single .entry-content-bottom .entry-social a.tw-social {
    background-color: #1da1f2;
}

.content-side .blog-single .entry-content-bottom .entry-social a.g-social {
    background-color: #d73d32;
}

.content-side .blog-single .entry-content-bottom .entry-social a.pin-social {
    background-color: #bd081c;
}

.content-side .blog-single .entry-content-bottom .entry-social a:last-child {
    margin-right: 0;
}

.content-side .blog-single .entry-content-bottom .entry-social a {
    margin-right: 5px;
    display: inline-block;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    background-color: #d5aa6d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

.hover-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content-side .post-previous-next.style_two{
    margin-top: 50px;
}
.content-side .blog-single .post-previous-next,
.content-side .post-previous-next {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #ececf0;
    border-top: 1px solid #ececf0;
    padding: 20px 0;
}

.content-side .blog-single .post-previous-next .post-previous,
.content-side .post-previous-next .post-previous{
    flex-grow: 1;
    margin-right: 20px;
}

.content-side .blog-single .post-previous-next a,
.content-side .post-previous-next a{
    color: #666;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
}

.content-side .blog-single .post-previous-next a .fa-angle-double-left,
.content-side .post-previous-next a .fa-angle-double-left{
    margin-right: 4px;
}

.content-side .blog-single .post-previous-next a .fa-angle-double-right,
.content-side .post-previous-next a .fa-angle-double-right{
    margin-left: 4px;
}

.main-menu ul.navigation > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 9px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

.sticky-header .main-menu ul.navigation >li:hover>a::before {
    width: 100%;
    opacity: 1;
}

.sticky-header .main-menu ul.navigation > li:hover > a::before {
    content: '';
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 64px;
    margin: auto;
    position: absolute;
    background-color: #fbb908;
}

.news-block .inner-box .lower-content .post-meta, .content-side .blog-single .blog-single-content ul.post-info{
	padding-left:0px;
}
.news-block .inner-box .lower-content h3 a{
	word-break: break-all;
}


.footer-widget ul.social-icons li a::before, .footer-widget ul.list-style-one li a::before {
  display: none;
}

.footer-widget ul.social-icons li a, .footer-widget ul.list-style-one li a {
  padding-left: 0px;
}

.footer-widget ul.social-icons li {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer-widget ul.list-style-one li {
  border-bottom: 0px;
}
.related-projects .sec-title h2{
    font-size: 24px;
    margin-top: 50px;
}
.related-projects .sec-title h2:before{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ffb200;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
    color: #777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single{
    height: 48px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e0e0e0;
}
.main-header.header-style-six .info-box:last-child {
    float: right;
    padding-left: 0px;
}

.wp-caption-text{
	padding-top:10px;
}
