/**********************************************************************
***********************************************************************

************************************************************************
************************************************************************/

@import url('../../../css');

/* Table of Contents
----------------------------------------------- 
1. Body
2. Newsticker / #newsticker
3. Header / .header-wrapper
4. Menu / .navbar
5. Slider / #fp-container
6. Main Content / #main-content
	6.1. Left Sidebar / .left-sidebar
	6.2. Content / .fbt-col-lg-9.col-md-12
	6.3. Right Sidebar / .sidebar
	6.4. Big Gallery / .gallery.bgallery
	6.5. Post Outer / .outer-wrapper
		6.5.1. Post Left Sidebar / .post-left-sidebar
		6.5.2. Post Content / .post-container
		6.5.3. Post Sidebar / .post-sidebar
7. Footer / .footer-wrapper
---------------------------------------------*/

/* Normalize
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

video, object, embed {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

blockquote {
  font-style: italic;
  font-weight: normal;
  font-family: Georgia, Serif;
  font-size: 17px;
  line-height: 1.6em;
  padding: 20px 20px 20px 90px;
  position: relative;
  margin-bottom: 30px;
  background: #f0f0f0;
  color: #000000;
}

blockquote:before {
  position: absolute;
  content: '\201c';
  font-size: 110px;
  left: 10px;
  top: 60px;
  font-family: Georgia;
  font-weight: 700;
  color: #000000;
}

blockquote p {
  margin-bottom: 10px;
}

strong, b {
  font-weight: bold;
}

em, i, cite {
  font-style: italic;
  font-family: georgia;
}

small {
  font-size: 100%;
}

figure {
  margin: 10px 0;
}

code, pre {
  font-family: monospace,consolas,sans-serif;
  font-weight: normal;
  font-style: normal;
}

pre {
  margin: 5px 0 20px 0;
  line-height: 1.3em;
  padding: 8px 10px;
  overflow: auto;
}

code {
  padding: 0 8px;
  line-height: 1.5;
}

mark {
  padding: 1px 6px;
  margin: 0 2px;
  color: black;
  background: #FFD700;
}

address {
  margin: 10px 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  border-width: 0;
  height: 1px;
}

.no-padding{
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Open Sans Condensed', sans-serif;
line-height: 1.3em;
font-weight: 700;
color: #333333;
}

h1,
.h1 {
font-size: 37px;
}

h2,
.h2 {
font-size: 31px;
}

h3,
.h3 {
font-size: 25px;
}

h4,
.h4 {
font-size: 19px;
}

h5,
.h5 {
font-size: 15px;
}

h6,
.h6 {
font-size: 13px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 1600px) {
  .container {
    width: 1430px;
  }
}

@media (min-width: 1600px) {
  .fbt-col-lg-1, .fbt-col-lg-2, .fbt-col-lg-3, .fbt-col-lg-4, .fbt-col-lg-5, .fbt-col-lg-6, .fbt-col-lg-7, .fbt-col-lg-8, .fbt-col-lg-9, .fbt-col-lg-10, .fbt-col-lg-11, .fbt-col-lg-12 {
    float: left;
  }
  .fbt-col-lg-12 {
    width: 100%;
  }
  .fbt-col-lg-11 {
    width: 91.66666667%;
  }
  .fbt-col-lg-10 {
    width: 83.33333333%;
  }
  .fbt-col-lg-9 {
    width: 75%;
  }
  .fbt-col-lg-8 {
    width: 66.66666667%;
  }
  .fbt-col-lg-7 {
    width: 58.33333333%;
  }
  .fbt-col-lg-6 {
    width: 50%;
  }
  .fbt-col-lg-5 {
    width: 41.66666667%;
  }
  .fbt-col-lg-4 {
    width: 33.33333333%;
  }
  .fbt-col-lg-3 {
    width: 25%;
  }
  .fbt-col-lg-2 {
    width: 16.66666667%;
  }
  .fbt-col-lg-1 {
    width: 8.33333333%;
  }
  .fbt-col-lg-pull-12 {
    right: 100%;
  }
  .fbt-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .fbt-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .fbt-col-lg-pull-9 {
    right: 75%;
  }
  .fbt-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .fbt-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .fbt-col-lg-pull-6 {
    right: 50%;
  }
  .fbt-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .fbt-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .fbt-col-lg-pull-3 {
    right: 25%;
  }
  .fbt-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .fbt-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .fbt-col-lg-pull-0 {
    right: auto;
  }
  .fbt-col-lg-push-12 {
    left: 100%;
  }
  .fbt-col-lg-push-11 {
    left: 91.66666667%;
  }
  .fbt-col-lg-push-10 {
    left: 83.33333333%;
  }
  .fbt-col-lg-push-9 {
    left: 75%;
  }
  .fbt-col-lg-push-8 {
    left: 66.66666667%;
  }
  .fbt-col-lg-push-7 {
    left: 58.33333333%;
  }
  .fbt-col-lg-push-6 {
    left: 50%;
  }
  .fbt-col-lg-push-5 {
    left: 41.66666667%;
  }
  .fbt-col-lg-push-4 {
    left: 33.33333333%;
  }
  .fbt-col-lg-push-3 {
    left: 25%;
  }
  .fbt-col-lg-push-2 {
    left: 16.66666667%;
  }
  .fbt-col-lg-push-1 {
    left: 8.33333333%;
  }
  .fbt-col-lg-push-0 {
    left: auto;
  }
  .fbt-col-lg-offset-12 {
    margin-left: 100%;
  }
  .fbt-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .fbt-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .fbt-col-lg-offset-9 {
    margin-left: 75%;
  }
  .fbt-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .fbt-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .fbt-col-lg-offset-6 {
    margin-left: 50%;
  }
  .fbt-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .fbt-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .fbt-col-lg-offset-3 {
    margin-left: 25%;
  }
  .fbt-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .fbt-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .fbt-col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 1599px) {
  .fbt-hidden-lg {
    display: none;
  }
}

.tooltip-inner {
  background-color: #0099cc;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0099cc;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #0099cc;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #0099cc;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #0099cc;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #0099cc;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0099cc;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #0099cc;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #0099cc;
}

.container-box {
  background-color: #ffffff;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container-box {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container-box {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container-box {
    max-width: 1460px;
  }
}

/* ----------------------------------------------- */
/* Body
----------------------------------------------- */
body.boxed {
  background-color: #939ead;
}

body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

a, a:hover {
  text-decoration: none;
}

/* Headline
----------------------------------------------- */
.headline-wrapper {
  /* background: #111111; */
  background:#e71838;
  height: 39px;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
}

.headline-wrapper.dark-blue {
  background: #1c2329;
}

.headline-title {
  *background: #ffcc00;
  height: 39px;
}

.headline-title h5 {
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding:0;
  text-align: center;
}

.fbt-owl-header .headline-title h5,
.fbt-videomag .headline-title h5 {
  color: #333333;
}

ul.ticker {
  width: 100%;
  max-width: 100%;
}

ul.ticker li {
  list-style: none;
  line-height: 38px;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
}

ul.ticker li a {
  color: #ffffff;
  transition:all .3s ease-in-out;
}

ul.ticker li a:hover {
  color: #ffcc00;
  text-decoration: none;
}

/* Social Buttons
----------------------------------------------- */
.fa-icon-wrap {
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 39px;
}

.fa-icon-wrap a:hover,.fa-icon-wrap a:active {
  color: #0099cc;
}

.fa-icon-wrap .fa {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.fa-icon-wrap i.fa {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.fa-icon-wrap a {
  margin: 0 5px;
  color: #ffffff;
  background: trasparent;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  position: relative;
  transition:all .3s ease-in-out;
}

.fa-icon-wrap a:hover i.fa,
.fa-icon-wrap a:hover {
  color: #0099cc;
  transition:all .3s ease-in-out;
}

/* Search Form
----------------------------------------------- */
.navbar-form {
  margin: 6.5px 0;
  padding: 0;
  position: relative;
}

.navbar-form input[type="text"] {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px;
  color: #999999;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 200px;
  margin: 0;
}

.navbar-form.dark input[type="text"] {
  background: #555555;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .navbar-form input[type="text"]{
    width: 160px;
  }
}

.navbar-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}

.navbar-form.dark button {
  color: #999999;
}

/* Header
----------------------------------------------- */
.header-wrapper {
  background: #f1f4f9;
  padding: 22px 0 19px;
}

.header-wrapper.dark{
  background: #333333;
  border-top: 1px solid #444444;
}

.header-wrapper h1.logo {
  margin: 8px 0 0;
  padding: 0;
}

.navbar-brand {
  padding: 5px 0 0;
  margin: 0;
  display: none;
}

.fbt-owl-header .navbar-brand {
  display: block;
  padding-right: 30px;
}

.navbar-brand img {
  max-height: 40px;
}

@media (max-width: 767px) {
  .navbar-brand {
    display: block;
  }
  
  .header-wrapper,
  #newsticker {
    display: none;
  }
}

@media (min-width: 1600px) {
  .header-wrapper h1.logo {
    margin: 0;
  }
}

.ad-space {
  float: right;
  margin: 0;
  padding: 0;
}

.ad-space.ads-468 {
  display: none;
}

.ad-space img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 992px) {
  .header-wrapper h1.logo {
    margin-top: 0;
  }
}

@media only screen and (max-width:1200px) and (min-width: 991px) {
  .header-wrapper h1.logo {
    margin-top: 0;
  }
}

@media only screen and (max-width:990px) and (min-width: 768px) {
  .header-wrapper h1.logo {
    margin-top: 6px;
  }
}

@media (max-width: 1200px) {
  .ad-space.ads-468 {
    display: block;
  }
  
  .ad-space.ads-768 {
    display: none;
  }
}

/* Nav Menu
----------------------------------------------- */
.navbar-default {
  background-color: #ffffff;
  border: 0;
  *border-top: 1px solid #dddddd;
  *border-bottom: 1px solid #dddddd;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
  height: 50px;
  z-index: 10;
  margin-bottom: 22px;
  z-index: 9999;
}

.navbar-default.dark {
  background: #444444;
  margin: 0;
}

.navbar-default.yellow {
  background: #d5e0dfb8;
  box-shadow: none;
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-default {
    background-color: #222222;
  }
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  border-right: 1px solid rgba(0,0,0,0.1);
  color: #333333;
  padding: 0 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  transition:all .3s ease-in-out;
}

.navbar-default.dark .navbar-nav > li > a {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width:1200px) and (min-width: 800px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0 10px;
  }
}

.navbar-default .navbar-nav > li.home > a {
  border-left: 1px solid rgba(0,0,0,0.1);
}

.navbar-default .navbar-nav > li.active >a {
  color: #000000;
  background: #f1f4f9;
}

.navbar-default.dark .navbar-nav > li.active >a {
  color: #ffffff;
  background: #333333;
}

.navbar-default.yellow .navbar-nav > li > a:hover,
.navbar-default.yellow .navbar-nav > li > a:active,
.navbar-default.yellow .navbar-nav > li > a:focus,
.navbar-default.yellow .navbar-nav > li.active >a {
  color: #000000;
  background: #F3D767;
}

@media only screen and (max-width:799px) and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0 5px;
	border-right: 0;
  }
  
  .navbar-default .navbar-nav > li.home > a {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  ul.navbar-nav {
    background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	z-index: 9999999;
  }
  
  .navbar-default.dark ul.navbar-nav {
    background: #555555;
  }
  
  .navbar-default .navbar-nav > li > a {
    line-height: 35px;
	text-transform: capitalize;
	padding: 0 0 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-right: 0;
  }
  
  .navbar-form  {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-default.dark .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }
  
  .navbar-default.dark .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #0099cc;
  }
  
  .navbar-default.dark .navbar-collapse, .navbar-default.dark .navbar-form {
    border-color: #666666;
  }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background: #f1f4f9;
}

.navbar-default.dark .navbar-nav > li > a:hover,
.navbar-default.dark .navbar-nav > li > a:active,
.navbar-default.dark .navbar-nav > li > a:focus {
  color: #ffffff;
  background: #333333;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #000000;
  background-color: #f1f4f9;
}

.navbar-collapse ul {
  margin: 0;
  padding: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999999;
}

.navbar-default .navbar-toggle {
  border-color: #999999;
  margin-right: 0;
}

ul.dropdown-menu {
  box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.15);
  border-top: 0;
  border-radius: 0;
  transition:all .3s ease-in-out;
}

ul.dropdown-menu>li>a {
  display: block;
  padding: 10px 0 10px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  transition:all .3s ease-in-out;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333333;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333333;
  }
}

.megamenu .dropdown-menu.fullwidth {
  width: 100%;
  box-shadow: none;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}

ul.dropdown-menu.fullwidth>li{
  box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.1);
  border-top: 0;
  padding: 10px 20px 0;
  background: #ffffff;
}

ul.dropdown-menu.fullwidth>li>a:hover {
  background: none;
}

.megamenu .dropdown.full-cont {
  position: static;
}

.full-cont:hover .fullwidth {
  display: block;
}

@media (max-width: 767px) {
  .megamenu .dropdown.full-cont {
    display: none;
  }
}

.megamenu .img-thumb {
  overflow: hidden;
  position: relative;
  height: 180px;
  background: #f6f6f6;
}

.mega-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.mega-item h3 {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.3em;
  margin: 0 0 5px;
}

.mega-item .post-info {
  font-size: 11px;
  color: #cccccc;
}

.mega-item .post-info span {
  margin-right: 15px;
  float: left;  
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: rgba(0,0,0,0.05);
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Resize images
----------------------------------------------- */
.fbt-resize {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.fbt-resize:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}

.img-credits {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 15px;
  opacity: 1;
  transition: .3s ease-in-out;
  background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
  color: #cccccc;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.img-thumb:hover .img-credits {
  bottom: -100%;
  transition: .3s ease-in-out;
}

.img-thumb {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #f6f6f6;
}

.img-thumb img {
  width: 100%;
  height: auto;
}

.img-credits .text-content p {
  color: #ffffff;
  font-size: 12px;
}

/* Title and Descriptions
----------------------------------------------- */
.post-info {
  font-size: 11px;
  color: #777;
}

.post-info a{
  font-weight: 600;
  color: #333333;
  transition: .2s ease-in-out;
}

.post-info a:hover {
  color: #0099cc;
}

.post-info span {
  margin-right: 5px;
  float: left;  
}

.title-wrapper {
  padding: 8px 0 5px;
  margin-bottom: 20px;
}

.title-wrapper h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
}

.title-wrapper h2 span {
  padding: 6px 20px 5px;
}

.padding-reset{
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.post-item:hover .post-content h3 {
  color: #0099cc;
  transition: .2s ease-in-out;
}

/* Feutured Slide
----------------------------------------------- */
#fp-container {
  margin-bottom: 35px;
}

#fp-container.dark {
  background: #333333;
  padding: 25px 0;
}

.feuture-posts {
  height: 460px;
  overflow: hidden;
  padding: 0 14px;
  margin: 0;
}

.feuture-posts .fp-small {
  padding: 0 14px;
}

.fp-slides-first,
.fp-slides-sec,
.fp-slides {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.fp-slides-first .img-thumb,
.fp-slides-sec .img-thumb {
  width: 100%!important;
  height: 100%!important;
  max-height: 100%;
  max-width: 100%;
}

.post-slides {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.fp-slides .img-thumb {
  height: 100%!important;
  max-height: 100%;
  width: 100%!important;
  max-width: 100%;
  position: relative;
}

.feuture-posts .big-section {
  height: 460px;
  position: relative;
  overflow: hidden;
}

.feuture-posts h3 {
  color: #ffffff;
  margin: 7px 0;
}

.feuture-posts h3:hover {
  text-decoration: none;
}

.small-section .img-thumb {
  height: 213px;
}

.feuture-posts .big-section,
.feuture-posts .small-section,
.feuture-posts .last-small {
  padding-left: 1px;
  padding-right: 1px;
}

.feuture-posts .small-section .first h3 {
  font-size: 19px;
}

.feuture-posts .small-section h3 {
  font-size: 17px;
}

.small-section .img-thumb.first {
  margin-bottom: 2px;
  height: 245px;
}

.feuture-posts .post-info {
  font-size: 11px;
  color: #cccccc;
}

.feuture-posts .post-info a {
  color: #ffffff;
}

.feuture-posts .post-info span {
  margin-right: 15px;
  float: left;  
}

.feuture-posts .img-credits {
  padding-left: 15px;
  padding-right: 15px;
}

.feuture-posts  .img-thumb:hover .img-credits {
  bottom: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .small-section .img-thumb,
  .feuture-posts .big-section,
  .small-section .img-thumb.first  {
    height: 151px;
  }
  
  .feuture-posts .big-section {
    margin-bottom: 2px;
  }
  
  .feuture-posts h3,
  .feuture-posts .small-section .first h3 {
    font-size: 17px;
  }
  
  .feuture-posts .small-section h3 {
    font-size: 15px;
  }
}

a.post-category {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  background: #cc0000;
  /*background: #0099cc; */
  padding: 4px 8px;
  margin-right: 3px;
  transition: .2s ease-in-out;
}

.feuture-posts  .img-thumb:hover a.post-category {
  background:#72347d;
}

.post-category:hover {
  background: #e89319;
}

.fbt-slide-nav {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9;
}

.fbt-slide-pager a {
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 1;
  margin: 0 2px;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  text-align: center;
}

.fbt-slide-pager a:hover, .fbt-slide-pager a.activeSlide {
  text-decoration: none;
  background: #fff;
}

nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav a.prev,
nav a.fp-prev {
  left: 10px;
}

nav a.next,
nav a.fp-next {
  right: 12px;
}

nav a.prev .fa,
nav a.next .fa,
nav a.fp-prev .fa,
nav a.fp-next .fa {
  font-size: 30px;
  color: #ffffff;
  opacity: 0.4;
  transition: .2s ease-in-out;
}

.feuture-posts  .big-section:hover nav a.prev .fa,
.feuture-posts  .big-section:hover nav a.next .fa,
.feuture-posts  .big-section:hover nav a.fp-prev .fa,
.feuture-posts  .big-section:hover nav a.fp-next .fa {
  opacity: 1;
}

.nav-growpop div {
  position: absolute;
  top: 50%;
  width: 100%;
  background: #ffffff;
}

@media (max-width: 767px) {
  .feuture-posts  .big-section nav a {
    display: none;
  }
}

/* Social Counter
----------------------------------------------- */
.widget {
  margin-bottom: 30px;
}

.social-item {
  margin-bottom: 5px;
}

.social-item.last {
  margin-bottom: 0;
}

.social-counter  a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  float: left;
  font-size: 18px;
  color: #fff;
  transition: .2s ease-in-out;
}

.social-counter  a:hover {
  background: #111111;
}

.social-fb, .social-counter .facebook {
  background-color: #3B5998;
}

.social-tw, .social-counter .twitter {
  background-color: #00ACED;
}

.social-gp, .social-counter .g-plus {
  background-color: #D14836;
}

.social-rss, .social-counter .rss {
  background: #f0771e;
}

.social-item span {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 11px;
}

.social-item span.left {
  float: left;
  margin: 10px 0 0;
  line-height: 16px;
}

.social-item span.right {
  float: right;
  margin: 10px 0 0;
  line-height: 16px;
}

/* Left Sidebar
----------------------------------------------- */
.left-sidebar .post-item .img-thumb {
  height: 200px;
}

.post-left-sidebar .post-item .img-thumb {
  height: 120px;
}

.post-left-sidebar .post-item,
.left-sidebar .post-item {
  margin-bottom: 25px;
}

.post-left-sidebar .post-item h3,
.left-sidebar .post-item h3 {
  margin: 8px 0 5px;
  font-size: 17px;
}

.post-col-left {
  padding: 0 7.5px;
}

.rating {
  color: #f7ca18;
}

@media (max-width: 1599px) {
  
}

/* Vertical and Horizontal Mag
----------------------------------------------- */
.fbt-vc-hr-inner,
.fbt-vc-inner {
  margin-bottom: 10px;
}

.fbt-vc-inner .post-item {
  margin-bottom: 25px;
}

.fbt-vc-inner .img-thumb {
  height: 200px;
}

.fbt-vc-inner .img-thumb .img-credits {
  padding-left: 15px;
  padding-right: 15px;
}

.fbt-vc-inner .img-thumb:hover .img-credits {
  bottom: 0;
}

.fbt-vc-inner .img-thumb .img-credits h3 {
  color: #ffffff;
  font-size: 18px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 5px;
}

.fbt-vc-inner .img-thumb .img-credits span {
  color: #cccccc;
}

.fbt-vc-inner .img-thumb .img-credits span a {
  color: #ffffff;
}

.fbt-vc-inner.hor .img-thumb {
  height: 220px;
}

.fbt-vc-inner .small .img-thumb {
  height: 70px;
}

.no-pdding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.padding-left-5 {
  padding-left: 5px;
}

@media (max-width: 991px) {
  .padding-left-5 {
    padding-left: 15px;
    margin-top: 10px;
  }
}

.fbt-vc-inner .post-content h3 {
  margin: 10px 0 8px;
  font-size: 19px;
}

.fbt-vc-inner .sec  .post-content h3 {
  margin-top: 0;
}

.fbt-vc-inner .post-item.sec {
  margin-bottom: 10px;
}

.fbt-vc-inner .small .post-content h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.text-content {
  margin-top: 8px;
}

.text-content p {
  font-size: 13px;
  line-height: 1.4em;
  color: #777777;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.fbt-vc-inner.nude .img-thumb {
  height: 125px;
}

.fbt-vc-inner.nude.large .img-thumb {
  height: 170px;
}

.fbt-vc-inner.nude .post-content h3 {
  font-size: 19px;
}

.fbt-vc-inner.nude.large .post-content h3 {
  font-size: 21px;
}

.fbt-vc-inner.nude .post-content .text-content p {
  font-size: 15px;
}

.fbt-vc-inner.nude.side-block .img-thumb {
  height: 70px;
}

/* Owl Carousel
----------------------------------------------- */
.owl-theme .owl-controls .owl-pagination {
  display: none;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: -70px;
  right: -1.5px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #777777;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #aaaaaa;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #0099cc;
  border: 1px solid #0099cc;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}

.main-carousel {
  margin-bottom: 35px;
}

.carousel-content-box .owl-carousel .img-thumb {
  height: 170px;
}

.fbt-hr-crs.item {
  padding: 0 1px;
}

.fbt-hr-crs .post-item h3 {
  font-size: 15px;
  margin: 0 0 5px;
  color: #ffffff;
}

.fbt-hr-crs .post-item .post-info span {
  color: #cccccc;
  font-size: 10px;
}

.fbt-hr-crs .img-credits {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-content-box  {
  margin-left: -1px;
  margin-right: -1px;
}

.biography-carousel .carousel-content-box .owl-carousel .img-thumb {
  height: 425px;
}

.biography-carousel .img-thumb:hover .img-credits {
  bottom: 0;
}

.biography-carousel .fbt-hr-crs .post-item h3 {
  font-size: 20px;
}

.biography-carousel {
  margin-bottom: 35px;
}

.sidebar-carousel {
  margin-bottom: 35px;
}

.sidebar-carousel .carousel-content-box .owl-carousel .img-thumb {
  height: 250px;
}

.sidebar-carousel .img-credits {
  text-align: center;
}

.sidebar-carousel .img-credits .post-info span {
  text-align: center;
  float: none;
}

.sidebar-carousel .img-thumb:hover .img-credits {
  bottom: 0;
}

.sidebar-carousel .fbt-hr-crs .post-item h3 {
  font-size: 20px;
}

/* Popular Posts
----------------------------------------------- */
.popular_posts {
  margin-bottom: 5px;
}

.popular_posts .fbt-vc-inner {
  padding: 0 10px;
}

.popular_posts .fbt-vc-inner .img-thumb {
  height: 100px;
  margin-bottom: 5px;
}

.grid-margin {
  margin-bottom: 20px;
}

/* Gallery Images
----------------------------------------------- */
.gallery {
  margin-bottom: 33px;
}

.fbt-vc-inner.hor.glr {
  margin-bottom: 25px;
}

.fbt-vc-inner.hor .gallery-img .img-thumb,
.gallery-img .img-thumb {
  height: 170px;
}

.gallery-img .post-item {
  margin-bottom: 2px;
}

.fbt-vc-inner.hor.glr .gallery-img .post-item {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fbt-vc-inner.hor.glr .post-item.big {
    margin-bottom: 20px;
  }
  
  .fbt-vc-inner.hor.glr .post-item.big .img-thumb {
    margin-bottom: 10px;
  }
}

.gallery-img {
  padding-left: 14px;
  padding-right: 14px;
}

.fbt-vc-inner.hor.glr .gallery-img {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-img .img-thumb .img-credits span {
  color: #cccccc;
  font-size: 10px;
}

.gallery-img .img-thumb .img-credits h3 {
  font-size: 15px;
  color: #ffffff;
  -webkit-margin-before: 0;
  -webkit-margin-after: 5px;
}

.bgallery .img-thumb {
  height: 220px;
}

.bgallery .img-thumb .img-credits {
  text-align: center;
}

.bgallery .img-credits .post-info span {
  text-align: center;
  float: none;
}

.bgallery .img-thumb:hover .img-credits {
  bottom: 0;
}

.bgallery .img-thumb .img-credits h3 {
  font-size: 20px;
}

.bgallery .img-thumb .img-credits a.post-category {
  margin-bottom: 10px;
}

.img-credits span a {
  color: #ffffff;
  font-weight: 600;
}

.img-credits span a:hover {
  color: #ffffff;
}

/* Sidebar Tab
----------------------------------------------- */
.nav-tabs {
  border-bottom: 4px solid #ff9900;
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 33.33333333%;
}
.nav-tabs > li > a {
  margin-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 0;
  background: #0099cc;
  height: 37px;
  line-height: 37px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-tabs > li:last-child > a {
  border: 0;
}

.nav-tabs > li > a:hover {
  border-color: #ffffff;
  background: #ff9900;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #ff9900;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #ffffff;
  border-bottom: 0;
}

.nav-tabs > li:last-child.active > a,
.nav-tabs > li:last-child.active > a:hover,
.nav-tabs > li:last-child.active > a:focus {
  border-right: 0;
}

.sidebar .fbt-vc-inner div:last-child.post-item {
  margin-bottom: -3px;
}

.tab-pane .fbt-vc-inner .big .img-thumb {
  height: 165px;
}

/* Advertise Spaces
----------------------------------------------- */
.advertisement {
  overflow: hidden;
  padding: 0;
}

.advertisement.bottom {
  margin-bottom: 30px;
}

.advertisement .desktop-ad,
.advertisement .tablet-ad,
.advertisement .mobile-ad {
  margin: 0 auto;
  text-align: center;
}

.advertisement .tablet-ad,
.advertisement .mobile-ad {
  display: none;
}

.advertisement span {
  color: #bbbbbb;
  font-size: 9px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .advertisement .desktop-ad,
  .sidebar .advertisement .desktop-ad {
    display: none;
  }
  
  .advertisement .tablet-ad,
  .sidebar .advertisement .tablet-ad {
    display: block;
  }
}

@media (max-width: 767px) {
  .advertisement .tablet-ad,
  .sidebar .advertisement .tablet-ad {
    display: none;
  }
  
  .advertisement .mobile-ad,
  .sidebar .advertisement .mobile-ad {
    display: block;
  }
}

/* Back to Top
----------------------------------------------- */
#BackToTop {
  z-index: 90;
  position: fixed;
  bottom: -80px;
  right: 10px;
  overflow: hidden;
  display: none;
  background: #000000;
  color: #ffffff;
  padding: 2px 20px 6px 20px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateZ(0);
  transition: all .5s ease-out;
}

#BackToTop:hover {
  background: #333333;
}

/* Post Container
----------------------------------------------- */
.homepage_4 .row.general,
.popular_posts .row,
.post-col-left .row,
.post-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-grid .fa {
  font-size: 12px;
  color: #000000;
}

/* Pagination
----------------------------------------------- */
.pagination-box {
  margin: 10px 0 40px;
}

.pagination-box ul.pagination-list {
  margin: 0;
  padding: 0;
}
.pagination-box ul.pagination-list li {
  display: inline-block;
  margin-right: 3px;
}
.pagination-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #333333;
  font-size: 12px;
  padding: 6px 11px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.pagination-box ul.pagination-list li a.active,
.pagination-box ul.pagination-list li a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}

.pagination-box ul.pagination-list li span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 11px;
}
.pagination-box p {
  text-align: right;
  margin-top: -24px;
  color: #333333;
  font-size: 12px;
}

@media (max-width: 384px) {
  .pagination-box p {
    display: none;
  }
}

/* Tags
----------------------------------------------- */
.post-sidebar .tag-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

.post-sidebar .tag-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

.post-sidebar .tag-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 12px;
  padding: 5px 9px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.post-sidebar .tag-widget ul.tag-list li a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}

/* Footer Section
----------------------------------------------- */
.footer-wrapper {
  background: #222222;
  padding: 50px 0 15px;
}

.footer-wrapper .widget-title h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 8px;
  font-size: 19px;
  color: #ffffff;
  background:none;
  border-color: rgba(0,0,0,0.6);
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: 0 1px rgba(255,255,255,0.15);
}

.footer-wrapper .tag-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

.footer-wrapper .tag-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

.footer-wrapper .tag-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  padding: 5px 9px;
  border: 1px solid #333333;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.footer-wrapper .tag-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #0099cc;
  border: 1px solid #0099cc;
}

.categories-widget ul.category-list {
  margin: -5px 0 0;
  padding: 0;
  overflow: hidden;
}

.categories-widget ul.category-list li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}

.categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.categories-widget ul.category-list li a:hover {
  color: #0099cc;
}

.categories-widget ul.category-list li a:hover span {
  color: #0099cc;
}

.text-widget img {
  max-width: 100%;
  margin-bottom: 15px;
}

.text-widget p {
  color: #999999;
  font-size: 13px;
  line-height: 1.8em;
}

.footer-wrapper .img-thumb {
  background: #333333;
}

.footer-wrapper .fbt-vc-inner h3 {
  color: #999999;
}

.footer-wrapper .fbt-vc-inner .post-info {
  color: #ffffff;
}

/* Footer Social Buttons
----------------------------------------------- */
.footer-wrapper .fa-icon-wrap {
  text-align: left;
  margin-top: 20px;
}

.footer-wrapper .fa-icon-wrap a .fa {
  font-size: 17px;
  color: #ffffff;
}

.footer-wrapper .fa-icon-wrap a:hover .fa {
  color: #ffffff;
}

.footer-wrapper .fa-icon-wrap a {
  width: 39px;
  height: 39px;
  line-height: 40px;
  background: #333333;
  text-align: center;
  font-weight: normal normal;
  margin: 0 0 5px;
}

.footer-wrapper .fa-icon-wrap a:hover {
  background: #0099cc;
}

.fbt-tooltip {
  color: #0099cc;
  font-weight: 600;
  cursor: pointer;
}

.footer-wrapper .gallery-img .img-thumb {
  height: 110px;
}

a.fl-more {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
}

a.fl-more:hover {
  color: #ffffff;
}

/* Copyrights
----------------------------------------------- */
.copyrights {
  border-color: rgba(255,255,255,0.15);
  border-style: solid;
  border-width: 1px 0 0;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.7);
  padding: 30px 0 7px;
  margin-top: 15px;
}

.copyrights p {
  font-size: 12px;
  color: #777777;
}

.fbt-footer-nav {
  text-align: right;
}

.fbt-footer-nav ul {
  margin: -3px 0 0;
  padding: 0;
}

.fbt-footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
}

.fbt-footer-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 12px;
  padding: 0;
}

.fbt-footer-nav ul li a:hover {
  color: #0099cc;
}

.fbt-footer-nav ul li:first-child {
  margin-left: 0;
}

.fbt-footer-nav ul li:before {
  content: '/';
  margin-right: 15px;
  color: #777777;
  font-size: 12px;
}

.fbt-footer-nav ul li:first-child:before {
  display: none;
  margin-right: 0;
}

@media (max-width: 991px) {
  .copyrights p,
  .fbt-footer-nav {
    text-align: center;
  }
}

/* Blog
----------------------------------------------- */
.fbt-blog-grid .bgallery .img-thumb {
    height: 460px;
}

@media (max-width: 991px) {
  .fbt-blog-grid .bgallery .img-thumb {
    height: 220px;
  }
}

.fbt-blog-grid .bgallery .img-thumb .img-credits {
    text-align: left;
}

.homepage_3 .left-sidebar .post-content,
.homepage_3 .left-sidebar .post-content .post-info span,
.homepage_3 .post-left-sidebar .post-content,
.homepage_3 .post-left-sidebar .post-content .post-info span {
  text-align: center;
  float: none;
}

.homepage_4 .fbt-vc-inner.nude.large .post-content h3 {
  font-size: 20px;
}

.homepage_4 .fbt-vc-inner.nude.large {
  margin-bottom: 15px;
}

/* Blog - Single Post
----------------------------------------------- */
.single-post .post-title h1 {
  padding: 0;
  margin: 10px 0;
  font-size: 35px;
  line-height: 1.15em;
  color: #ffffff;
}

.single-post h1 {font-size: 35px;}
.single-post h2 {font-size: 25px;}
.single-post h3 {font-size: 22px;}

.fbt-blog-single .post-wrapper {
  margin-bottom: 35px;
}

@media (max-width: 1599px) {
  .single-post .post-title h1 {
    font-size: 25px;
  }
}

.img-crop {
  position: relative;
  margin-bottom: 30px;
}

.img-crop .post-info .sepr,
.img-crop .post-info .date {
  color: #ffffff;
}

.img-crop .post-info i.fa {
  margin-right: 3px;
}

.img-crop .post-info span {
  margin-right: 10px;
}

.img-crop .img-credits {
  padding-bottom: 30px;
}

.post-description p {
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 991px) {
  .single-post .post-title h1 {
    font-size: 18px;
  }
  
  .post-description {
    display: none;
  }
}

@media (max-width: 480px) {
  .single-post .post-title h1 {
    font-size: 14px;
  }
}

/* Share Buttons */
.post-share {
  float: left;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.post-share.bottom {
  margin: 0 0 30px;
}

.post-share li {
  margin: 0 2px 2px 0;
  display: inline-block;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.post-share li a {
  position: relative;
  margin: 0 0 0 1px;
  padding: 5px 25px 7px;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
   transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.post-share .fa {
  top: 1px;
  font-size: 15px;
  position: relative;
}

.post-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-share .facebook-share,a.facebook.df-share {
  background-color: #3B5998;
}

.post-share .twitter-share,a.twitter.df-share {
  background-color: #00ACED;
}

.post-share .google-share,a.google.df-pluss {
  background-color: #D14836;
}

.post-share .pinterest-share,a.pinterest.df-pinterest {
  background-color: #CB2027;
}

 span.social-text {
  margin-left: 5px;
}

@media (max-width: 991px) {
  span.social-text {
    display: none;
  }
}

.post-share li a:hover {
  color: #fff;
  background-color: #212026;
}

.post-grid,
.post-text-content {
  margin-bottom: 15px;
}

.post-grid .img-crop {
  margin-bottom: 0;
}

.post-text-content p {
  font-size: 14px;
  line-height: 1.8em;
}

.post-grid .post-text-content p {
  font-style: italic;
  font-size: 13px;
}

.img-description {
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  margin: 8px 0 0;
}

/* Related Posts 
----------------------------------------------- */
.author-details .title-wrapper,
.fbt-contact-box .title-wrapper,
.fbt-related-posts .title-wrapper {
  border-top: 3px solid #eeeeee;
}

.author-details .title-wrapper h2,
.fbt-contact-box .title-wrapper h2,
.fbt-related-posts .title-wrapper h2 {
  font-size: 18px;
  color: #333333;
}

.author-details .title-wrapper h2 span,
.fbt-contact-box .title-wrapper h2 span,
.fbt-related-posts .title-wrapper h2 span {
  padding-left: 0;
  padding-right: 0;
  border-top: 3px solid #0099cc;
}

.fbt-related-posts .img-thumb {
  margin-bottom: 10px;
}

.fbt-related-posts .post-content {
  padding: 0 10px;
}

.fbt-related-posts .post-content h3 {
  color: #333333;
  font-size: 17px;
}

.fbt-related-posts .post-content .post-info span {
  color: #777777;
  font-size: 11px;
}

.fbt-related-posts .post-content .post-info .rating {
  color: #f7ca18;
}

/* Contact - Comment Form 
----------------------------------------------- */
.fbt-contact-map {
  margin-bottom: 30px;
}

.fbt-contact-map .map {
  height: 460px;
  margin-bottom: 25px;
}

.fbt-contact-box #contact-form,
.fbt-contact-box #comment-form {
  margin: 0;
}

.fbt-contact-box #contact-form label,
.fbt-contact-box #comment-form label {
  display: block;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px;
  cursor: pointer;
}

.fbt-contact-box #contact-form input[type="text"],
.fbt-contact-box #comment-form input[type="text"],
.fbt-contact-box #contact-form textarea,
.fbt-contact-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #f1f4f9;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #cccccc;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.fbt-contact-box #contact-form input[type="text"]:focus,
.fbt-contact-box #comment-form input[type="text"]:focus,
.fbt-contact-box #contact-form textarea:focus,
.fbt-contact-box #comment-form textarea:focus {
  border: 1px solid #0099cc;
}

.fbt-contact-box #contact-form textarea,
.fbt-contact-box #comment-form textarea {
  height: 140px;
}

.fbt-contact-box #contact-form button,
.fbt-contact-box #comment-form button {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: #333333;
  padding: 6px 15px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.fbt-contact-box #contact-form button i,
.fbt-contact-box #comment-form button i {
  margin-right: 7px;
}

.fbt-contact-box #contact-form button:hover,
.fbt-contact-box #comment-form button:hover {
  background: #0099cc;
  color: #ffffff;
}

.fbt-contact  .post-text-content {
  margin-bottom: 25px;
}

/* About Author Tabs
----------------------------------------------- */
.about-author {
  margin-bottom: 35px;
}

.about-author .nav-tabs > li {
  width: 50%;
}

.about-author .author-container,
.about-author .tab-content #home {
  background: #f1f4f9;
  border: 1px solid #cccccc;
  padding: 15px 15px 7px;
}

.avatar {
  float: left;
}

.avatar img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.author-description p {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
}

.author-description h5 span a {
  color: #0099cc;
  font-size: 11px;
  float: right;
  font-family: Georgia;
  font-weight: 300;
  font-style: italic;
}

.author-description .fa-icon-wrap .fa {
  color: #333333;
}

.author-posts {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.author-posts .img-thumb {
  height: 160px;
}

.author-posts .post-content {
  padding: 0 10px;
}

.author-posts .post-content h3 {
  font-size: 18px;
  margin-top: 10px;
}

/* 3 Col Slider
----------------------------------------------- */
#fp-container .gallery-img {
  padding-left: 0;
  padding-right: 0;
}

#fp-container .bgallery .img-thumb {
  height: 510px;
}

@media (max-width: 1366px) {
  #fp-container .bgallery .img-thumb {
    height: 450px;
  }
}

@media (max-width: 991px) {
  #fp-container .bgallery .img-thumb {
    height: 250px;
  }
}

@media (max-width: 767px) {
  #fp-container .bgallery .img-thumb {
    height: 150px;
  }
}

#fp-container .gallery {
  margin-bottom: 0;
}

#fp-container .bgallery .img-thumb .img-credits h3 {
  font-size: 25px;
}

#fp-container .bgallery .big-section .img-thumb .img-credits h3 {
  font-size: 40px;
}

#fp-container .bgallery .img-thumb .img-credits {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  #fp-container .bgallery .img-thumb .img-credits {
    padding-top: 10px;
	padding-bottom: 15px;
  } 
  
  #fp-container .bgallery .big-section .img-thumb .img-credits h3,
  #fp-container .bgallery .img-thumb .img-credits h3 {
    font-size: 18px;
  }
}

#fp-container .video-icon {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 40px;
  color: #ffcc00;
  opacity: 0.8;
  font-size: 60px!important;
  outline: none;
}

.video-icon {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
  color: #ffcc00;
  opacity: 0.8;
  font-size: 40px!important;
  outline: none;
}

.post-grid .video-icon,
.post-grid .video-icon .fa {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  color: #ffcc00;
  opacity: 0.8;
  font-size: 40px!important;
  outline: none;
}

.popular_posts .video-icon {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 10px;
  color: #ffcc00;
  opacity: 0.8;
  font-size: 25px!important;
  outline: none;
}

.full-width-slider .fbt-vc-inner.hor .post-item.big .img-thumb {
  height: 355px;
}

.full-width-slider .fbt-vc-inner.hor .img-thumb .img-credits h3 {
  font-size: 25px;
}

.full-width-slider .fbt-vc-inner .img-thumb .img-credits {
  padding: 50px 15px 30px;
  text-align: center;
}

.full-width-slider .fbt-vc-inner .img-thumb .img-credits .post-info span {
  float: none;
}

.video-carousel {
  margin-bottom: 35px;
}

.video-carousel .carousel-content-box .owl-carousel .img-thumb {
    height: 380px;
}

.feuture-posts.full {
  padding: 0;
}

.feuture-posts.full .big-section, 
.feuture-posts.full .small-section, 
.feuture-posts.full .last-small {
  padding-left: 0;
  padding-right: 0;
}

.feuture-posts.full .small-section .img-thumb.first {
    margin-bottom: 0;
    height: 247px;
}

/* Header Carousel
----------------------------------------------- */
body.fbt-owl-header {
  overflow-x: hidden;
}

.fbt-owl-header .main-carousel {
  margin-bottom: 7px;
}

.fbt-owl-header .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -10px;
  width: 100%;
  height: 0;
  margin-right: 0px;
}

.fbt-owl-header .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev, 
.fbt-owl-header .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  border-color: #555555;
  background: #444444;
  color: #999999;
}

.fbt-owl-header .header-wrapper .fbt-hr-crs.item {
  padding: 0 12px;
}

.fbt-owl-header .header-wrapper .carousel-content-box {
  margin-left: -12px;
  margin-right: -12px;
}

.fbt-owl-header .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: -20px;
  outline: none;
}

.fbt-owl-header .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: -20px;
  outline: none;
}

.fbt-owl-header .header-wrapper .fbt-hr-crs.item .post-item {
  height: 100px;
  overflow: hidden;
  background: #444444;
  border: 1px solid #555555;
}

.fbt-owl-header .header-wrapper .post-item .img-thumb {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 17px;
}

.fbt-owl-header .header-wrapper .fbt-hr-crs.item .post-item .post-content {
  padding: 15px 15px 10px 0;
}

.fbt-owl-header .header-wrapper .img-thumb {
  background: #555555;
}

.fbt-owl-header .small-section .img-thumb {
    height: 229px;
	margin-bottom: 2px;
}

@media (max-width: 767px) {
  .fbt-owl-header .small-section .img-thumb {
    height: 151px;
  }
}

/* Homepage 5
----------------------------------------------- */
.homepage__5 .header-wrapper.dark{
  background: #222222;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.homepage__5 .navbar-default.dark {
  background: #111111;
  margin: 0;
  box-shadow: none;
}

.homepage__5 #fp-container {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .homepage__5 .feuture-posts .big-section {
    height: 229.5px;
  }
  .homepage__5 .feuture-posts  .big-section nav a {
    display: block;
  }
}

.homepage__5 nav a.prev .fa,
.homepage__5 nav a.next .fa,
.homepage__5 nav a.fp-prev .fa,
.homepage__5 nav a.fp-next .fa {
  font-size: 35px;
  color: #ffffff;
  opacity: 0.5;
  transition: .2s ease-in-out;
}

.homepage__5 .post-left-sidebar .widget,
.homepage__5 .left-sidebar .widget {
  padding: 5px 15px 0;
  margin-bottom: 35px;
}

.homepage__5 .left-sidebar .post-item .img-thumb {
  height: 120px;
}

.homepage__5 .left-sidebar .post-content,
.homepage__5 .left-sidebar .post-content .post-info span,
.homepage__5 .post-left-sidebar .post-content,
.homepage__5 .post-left-sidebar .post-content .post-info span {
  text-align: center;
  float: none;
}

.homepage__5 .post-left-sidebar .post-item h3, 
.homepage__5 .left-sidebar .post-item h3 {
  color: #ffffff;
  font-size: 14px;
}

.homepage__5 .post-left-sidebar .post-item h3:hover, 
.homepage__5 .left-sidebar .post-item h3:hover {
  color: #0099cc;
}

.homepage__5 .post-left-sidebar .title-wrapper,
.homepage__5 .left-sidebar .title-wrapper {
  text-align: center;
  padding: 10px 0 0;
  margin-bottom: 16px;
}

.homepage__5 .post-left-sidebar .title-wrapper h2 span,
.homepage__5 .left-sidebar .title-wrapper h2 span {
  padding-left: 0;
  padding-right: 0;
}

.homepage__5 .bgallery {
  padding: 65px 0;
}

.homepage__5 .bgallery .img-thumb {
  height: 380px;
}

@media (max-width: 1366px) {
  .homepage__5 .bgallery .img-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .homepage__5 .bgallery .img-thumb {
    height: 180px;
  }
}

/* General Settings
----------------------------------------------- */
@media (max-width: 414px) {
 .col-md-6.col-sm-12.col-xs-6.fbt-vc-inner.post-grid,
 .col-md-4.col-sm-12.col-xs-6.fbt-vc-inner.post-grid,
 .popular_posts .col-xs-6.grid-margin.padding-5,
  .fbt-col-lg-12.col-md-4.col-xs-6.padding-reset {
    width: 100%;
  }
  
  .bgallery .img-thumb .img-credits h3 {
    font-size: 15px;
  }
  
  #fp-container .video-icon {
    display: none;
  }
}


/**********************************************
 ** - 22 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	background: #5764ec;
	background: linear-gradient(to right,rgb(87 100 236) 0,rgba(58,67,74,0) 50%);
}

.page-title-content {
	text-align: left;
}

.page-title-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.page-title-content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-title-content ul li::after {
	content: '\007c';
    padding: 0 10px;
    vertical-align: top;
    font-weight: bolder;
    font-size: 12px;
}

.page-title-content ul li:last-child::after {
	display: none;
}

/**********************************************
 ** - <!-- Start Page Title Area -->
 **********************************************/

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

/**********************************************
 ** - 22 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	padding: 10px 0;
	background: #5764ec;
	background: linear-gradient(to right,rgb(87 100 236) 0,rgba(60, 118, 61) 50%);
}

.page-title-content {
	text-align: left;
}

.page-title-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.page-title-content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-title-content ul li::after {
	content: '\007c';
    padding: 0 10px;
    vertical-align: top;
    font-weight: bolder;
    font-size: 12px;
}

.page-title-content ul li:last-child::after {
	display: none;
}

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h6 {
    font-size: 16px;
    color: #ff561d;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title h2 {
	font-size: 38px;
	color: #0b0b31;
	font-weight: 800;
	margin: 0;
}
/**************************************
 ** - 07 - All Services Section CSS
 **************************************/
.single-services-box {
  position: relative;
  z-index: 1;
  padding: 35px 25px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
  -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  border-bottom: 3px solid #5764ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:hover:before {
  transform: scaleX(1);
}
.single-services-box .services-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f5f6ff;
    border-radius: 50%;
    color: #5764ec;
	margin-bottom: 20px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon {
    border-color: #5764ec;
    color: #ffffff;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}
.single-services-box .services-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f6ff;
    z-index: -1;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon::before {
    background: #5764ec;
}
.single-services-box .services-icon i::before {
  font-size: 35px;
}

.single-services-box h3 {
  font-size: 18px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box p {
  font-size: 15px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-services-box .services-btn {
  margin-top: 16px;
}

.single-services-box .services-btn .services-btn-one {
    display: inline-block;
    font-size: 15px;
    color: #5764ec;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box .services-btn i {
  position: relative;
  color: #5764ec;
  top: 1px;
  font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box .services-btn i::before {
  font-size: 14px;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-box:hover h3 {
  color: #333;
}

.single-services-box:hover h3 a {
  color: #333;
}

.single-services-box:hover p {
  color: #333;
}

.single-services-box:hover .services-btn .services-btn-one {
  color: #333;
}

.single-services-box:hover .services-btn i {
  color: #333;
}
.services-more-btn-box {
    margin-top: 15px;
}

/*******************************************
 ** - 07.01 - Demo-2 Services Section CSS
 *******************************************/
.services-section-2 .section-title {
    text-align: left;
}
.services-section-2 {
    position: relative;
}

.services-category-box a {
    color: #ff561d;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
	font-weight: 700;
    background-color: #f4f5ff;
    display: inline-block;
    min-width: 120px;
	margin-right: 30px;
	margin-bottom: 20px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.services-category-box a:hover {
    color: #fff;
    background-color: #ff561d;
}

.services-category-info {
    margin-top: 30px;
    margin-bottom: 50px;
}

.services-category-info h6 {
    font-size: 18px;
    color: #5f5f5f;
}

.single-services-box-2 {
  position: relative;
  z-index: 1;
	display: block;
  padding: 35px 30px;
  text-align: left;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
    border: 2px solid transparent;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-icon-2 {
    display: block;
    color: #ff561d;
	margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box-2 .services-icon-2 i::before {
  font-size: 55px;
}

.single-services-box-2 h3 {
  font-size: 18px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 h3 a {
  display: inline-block;
}

.single-services-box-2 p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn {
  margin-top: 16px;
  text-align: right;
}

.single-services-box-2 .services-btn .services-btn-one {
    display: inline-block;
    font-size: 15px;
    color: #ff561d;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn i {
  position: relative;
  color: #ff561d;
  top: 1px;
  font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn i::before {
  font-size: 14px;
}

.services-more-btn-box {
    margin-top: 15px;
}

/**************************************
 ** - 07 - All Services Section CSS
 **************************************/
.single-services-box {
  position: relative;
  z-index: 1;
  padding: 35px 25px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
  -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  border-bottom: 3px solid #5764ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:hover:before {
  transform: scaleX(1);
}
.single-services-box .services-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f5f6ff;
    border-radius: 50%;
    color: #5764ec;
	margin-bottom: 20px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon {
    border-color: #5764ec;
    color: #ffffff;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}
.single-services-box .services-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f6ff;
    z-index: -1;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon::before {
    background: #5764ec;
}
.single-services-box .services-icon i::before {
  font-size: 35px;
}

.single-services-box h3 {
  font-size: 18px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box p {
  font-size: 15px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-services-box .services-btn {
  margin-top: 16px;
}

.single-services-box .services-btn .services-btn-one {
    display: inline-block;
    font-size: 15px;
    color: #5764ec;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box .services-btn i {
  position: relative;
  color: #5764ec;
  top: 1px;
  font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box .services-btn i::before {
  font-size: 14px;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-box:hover h3 {
  color: #333;
}

.single-services-box:hover h3 a {
  color: #333;
}

.single-services-box:hover p {
  color: #333;
}

.single-services-box:hover .services-btn .services-btn-one {
  color: #333;
}

.single-services-box:hover .services-btn i {
  color: #333;
}
.services-more-btn-box {
    margin-top: 15px;
}



/**************************************
 ** - 15 - Blog Section CSS
 *************************************/

.blog-area .section-title {
	margin-bottom: 30px;
}

.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	border-radius: 3px;
	margin-top: 35px;
	overflow: hidden;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #777;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 12px;
	color: #333;
}

.blog-content .blog-date .blog-list li a {
	font-size: 13px;
	color: #5764ec;
	font-weight: 600;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

/***************************************************
 ** - 15.00 - Blog Page Number Pagination Area CSS
 ***************************************************/
.pagination-area {
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #5764ec;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}
/************************************************
 ** - 16 - Blog Details Page Area CSS
 ************************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0b0b31;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #747576;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #5764ec;
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #747576;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	font-size: 15px;
	margin-right: 5px;
	font-weight: 600;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #747576;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #5764ec;
	text-decoration: underline;
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
	margin-right: 8px;
}
.blog-details-desc .article-footer .article-share .social li:last-child {
	margin-right: 0px;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
	color: #747576;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #5764ec;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #5764ec;
    text-align: center;
    font-size: 15px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: #5764ec;
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #0b0b31;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "Font Awesome 5 Free";
	font-size: 140px;
	font-weight: 700;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #5764ec;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	-moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #0b0b31;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0b0b31;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #5764ec;
	border-color: #5764ec;
}

.comments-area .comment-author {
	font-size: 15px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #747576;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #747576;
}

.comments-area .comment-metadata a:hover {
	color: #5764ec;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #0b0b31;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: #5764ec;
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #747576;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	background: #5764ec;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0b0b31;
}

/************************************************
 ** - 17 - Blog Page Sidebar Widget Area CSS
 ************************************************/
.widget-area .widget {
	margin-top: 35px;
}

.widget-area .widget:first-child {
	margin-top: 0;
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #5764ec;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}

.widget-area .widget_search {
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	-moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	background-color: #ffffff;
	padding: 15px;
}

.widget-area .widget_search form {
	position: relative;
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
	display: none;
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.widget-area .widget_search form .search-field:focus {
	border-color: #5764ec;
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	background-color: #5764ec;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.widget-area .widget_search form button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}

.widget-area .widget_inspire_posts_thumb {
	position: relative;
	overflow: hidden;
}

.widget-area .widget_inspire_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-area .widget_inspire_posts_thumb .item:last-child {
	margin-bottom: 0;
}

.widget-area .widget_inspire_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.widget-area .widget_inspire_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.widget-area .widget_inspire_posts_thumb .item .thumb .fullimage.bg1 {
	/*background-image: url(../img/blog/video-button.webp);*/
}

.widget-area .widget_inspire_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog/blog-2.jpg);
}

.widget-area .widget_inspire_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog/blog-3.jpg);
}

.widget-area .widget_inspire_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px;
}

.widget-area .widget_inspire_posts_thumb .item .info span {
	display: block;
	color: #747576;
	text-transform: capitalize;
	margin-top: -2px;
	margin-bottom: 3px;
	font-size: 14px;
}

.widget-area .widget_inspire_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px;
}

.widget-area .widget_inspire_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_entries ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #747576;
	margin-top: 4px;
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_archive ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #747576;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_categories ul li a {
	color: #0b0b31;
	display: block;
}

.widget-area .widget_categories ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_categories ul li .post-count {
	float: right;
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_meta ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
	font-size: 14.5px !important;
	padding: 6px 13px;
	border: 1px dashed #eeeeee;
	margin-top: 8px;
	margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	color: #ffffff;
	background-color: #5764ec;
	border-color: #5764ec;
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eeeeee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
	color: #5764ec;
}

/**************************************
 ** - 18 - Hire Section CSS
 *************************************/

.hire-wrapper {
	padding: 70px 0;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.hire-wrapper::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgba(47, 55, 136, 0.5);
}

.hire-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 15px;
}

.hire-content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.btn-1 {
	margin-right: 10px;
}

/***************************************************
 ** - 15.00 - Blog Page Number Pagination Area CSS
 ***************************************************/
.pagination-area {
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #5764ec;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}
/************************************************
 ** - 16 - Blog Details Page Area CSS
 ************************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0b0b31;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #747576;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #5764ec;
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #747576;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	font-size: 15px;
	margin-right: 5px;
	font-weight: 600;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #747576;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #5764ec;
	text-decoration: underline;
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
	margin-right: 8px;
}
.blog-details-desc .article-footer .article-share .social li:last-child {
	margin-right: 0px;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
	color: #747576;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #5764ec;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #5764ec;
    text-align: center;
    font-size: 15px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: #5764ec;
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #0b0b31;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "Font Awesome 5 Free";
	font-size: 140px;
	font-weight: 700;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #5764ec;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	-moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #0b0b31;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0b0b31;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #5764ec;
	border-color: #5764ec;
}

.comments-area .comment-author {
	font-size: 15px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #747576;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #747576;
}

.comments-area .comment-metadata a:hover {
	color: #5764ec;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #0b0b31;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: #5764ec;
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #747576;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	background: #5764ec;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0b0b31;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.vl {
  border-left: 10px solid green;
  height: 500px;

}

/*---------------------------------------------------
	2.0 - movie Trailer style
----------------------------------------------------*/
/****  vaideo player container ****/
.vid-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  width: 70%;
  float: left; }

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 415px;
  border: 0 !important; }

/**** video player ****/
.vid-list-wrap {
  width: 30%;
  overflow: hidden;
  float: right;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.1); }

.vid-list-container {
  height: 360px;
  padding: 0 7px 20px 0; }

ol#vid-list {
  margin: 0;
  padding: 0; }
  ol#vid-list li {
    list-style: none; }
    ol#vid-list li a {
      text-decoration: none;
      height: 68px;
      display: block;
      padding: 7px 0;
      position: relative; }

.vid-thumb {
  float: left;
  margin-right: 8px; }
  .vid-thumb img {
    width: 72px; }

ol#vid-list li a:before {
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #444;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -7px;
  display: none; }

ol#vid-list li a:hover:before {
  display: block; }

ol#vid-list li a.active:before {
  display: block; }

.trailer-details {
  margin-top: -4px;
  display: inherit; }
  .trailer-details .title {
    font-size: 14px;
    margin: 0;
    font-weight: 600; }
  .trailer-details span {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    display: block; }

.trailer-title {
  border-bottom: 1px solid #eeeeee; }
  .trailer-title h6 {
    font-size: 18px;
    padding: 16px 0 9px 0;
    display: inline-block;
    padding-left: 35px;
    padding-right: 15px; }
  .trailer-title .auto-play-btn {
    float: right;
    right: 15px; }

.trailer-scroll {
  height: 360px !important;
  padding-top: 14px; }
  .trailer-scroll .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px; }
  .trailer-scroll .mCSB_container {
    padding-left: 35px; }

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-top: 19px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #ffab00; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ffab00;
  box-shadow: 0 0 1px #ffab00; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

@media all and (max-width: 1024px) {
  .vid-container {
    width: 68%; }
  .vid-list-wrap {
    width: 32%; } }

@media all and (max-width: 991px) {
  .vid-container {
    width: 100%; }
  .vid-list-wrap {
    width: 100%;
    margin-top: 285px; }
  .vid-container iframe {
    min-height: 300px; }
  .flip-clock-wrapper {
    margin: 0; } }

@media all and (max-width: 767px) {
  .vid-container {
    width: 100%; }
  .vid-list-wrap {
    width: 100%;
    margin-top: 385px; }
  .vid-container iframe {
    min-height: 300px; }
  .vid-list-wrap {
    width: 100%;
    margin-top: 285px; }
  .upcomming-trailer-slider .details .actor {
    margin-bottom: 40px !important; } }

@media all and (max-width: 375px) {
  .movie-time-down {
    margin: 0 25px; } }

@media all and (max-width: 320px) {
  .movie-time-down {
    margin: 0; } }

.trailer-section.dark .vid-list-wrap {
  background: #2b2b2b; }
  .trailer-section.dark .vid-list-wrap .company {
    color: #a1a1a1; }
  .trailer-section.dark .vid-list-wrap span,
  .trailer-section.dark .vid-list-wrap p {
    color: #a1a1a1; }
  .trailer-section.dark .vid-list-wrap ol#vid-list li a:before {
    border-left: 12px solid #dddddd !important; }

.trailer-section.dark .trailer-title {
  border-bottom: 1px solid #383838 !important; }

.trailer-section.dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #383838 !important; }
  
  
  
  
  
  
/*---------------------------------------------------
	2.0 - style
----------------------------------------------------*/
  .section-title h2 {
  float: left;
  position: relative;
  padding-left: 27px; }

.section-title h2:after {
  content: '';
  position: absolute;
  height: 45px;
  width: 3px;
  left: 0;
  top: 0;
  background: #ffab00; }

.section-title a {
  float: right;
  padding-top: 12px;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.section-title a:after {
  background-image: url(../images/section-arrow.png);
  position: absolute;
  content: '';
  right: 0;
  top: 16px;
  height: 17px;
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.section-title a:hover:after {
  right: -4px; }

.section-title-two h2 {
  color: #ffffff;
  margin-bottom: 16px; }

.section-title-two p {
  color: #ffffff;
  margin-bottom: 70px; }

.section-title-3 {
  border-left: 4px solid #ffab00;
  line-height: 40px;
  padding-left: 17px; }

.owl-nav .owl-next,
.owl-nav .owl-prev {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important; }
  .owl-nav .owl-next:focus,
  .owl-nav .owl-prev:focus {
    outline: 0 !important; }

.owl-dot:focus {
  outline: 0 !important; }

/*----------------------------------
	1.4 - fixed bg images
-----------------------------------*/
.main-slider .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 242px 0; }

.slider-one {
  background-image: url(../images/1.png); }

.slider-two {
  background-image: url(../images/3.png); }

.page-title-bg {
  background-image: url(../images/bg/page-title.png);
  background-position: center center;
  background-size: cover; }

.footer-bg {
  background: #f5f5f5; }

.bg-fact {
  background-image: url(../images/bg/fact-bg.png);
  background-position: center center;
  background-size: cover; }

.call-to-action-bg {
  background-image: url(../images/bg/call-to-action.png);
  background-position: center center;
  background-size: cover; }

.testimonial-bg {
  background-image: url(../images/bg/testimonial-bg.png);
  background-position: center center;
  background-size: cover; }

.award-bg {
  background-image: url(../images/bg/award.png);
  background-position: center center;
  background-size: cover; }

.upcomming-trailer-bg {
  background-image: url(../images/bg/4.png);
  background-position: center center;
  background-size: cover; }

/*----------------------------------
	1.4 - All padding styles
-----------------------------------*/
.mg-top--30 {
  margin-top: -30px; }

.border-dash {
  border-bottom: 1px dashed #9b9b9b; }

.section-title {
  margin-bottom: 110px; }

.section-title-2 {
  margin-bottom: 68px; }

.section-title-3 {
  margin-bottom: 30px; }

.no-pad {
  padding-left: 0;
  padding-right: 0; }

.default-padding {
  padding: 120px 0; }

.default-padding-1 {
  padding: 120px 0 90px; }

.default-padding-2 {
  padding: 115px 0 120px 0; }

.default-padding-3 {
  padding: 110px 0 120px 0; }

.default-padding-4 {
  padding: 90px 0; }

.default-padding-5 {
  padding: 110px 0 80px 0; }

.default-padding-6 {
  padding: 90px 0 120px 0; }

.default-padding-7 {
  padding: 120px 0 115px 0; }

.mg-top-90 {
  margin-top: 90px; }

.mg-top-100 {
  margin-top: 100px; }

.mg-bottom-30 {
  margin-bottom: 30px; }

.mg-bottom-90 {
  margin-bottom: 90px; }

.mg-bottom-120 {
  margin-bottom: 120px; }

@media all and (max-width: 991px) {
  .pd-top-add {
    padding-top: 50px; }
  .mg-bottom-add {
    margin-bottom: 100px !important; }
  .mg-b768-remove {
    margin-bottom: 0 !important; }
  .section-title {
    margin-bottom: 80px; }
  .mg-bottom-991 {
    margin-bottom: 0 !important; }
  .default-padding {
    padding: 100px 0; }
  .default-padding-1 {
    padding: 100px 0 70px; }
  .default-padding-2 {
    padding: 95px 0 100px 0; }
  .default-padding-3 {
    padding: 90px 0 100px 0; }
  .default-padding-4 {
    padding: 90px 0; }
  .default-padding-5 {
    padding: 90px 0 60px 0; }
  .default-padding-6 {
    padding: 70px 0 100px 0; }
  .default-padding-7 {
    padding: 100px 0 90px 0; }
  .mg-bottom-120 {
    margin-bottom: 100px; } }

@media all and (max-width: 767px) {
  .mg-bottom-remove {
    margin-bottom: 0 !important; }
  .section-title {
    text-align: center;
    margin-bottom: 40px; }
    .section-title h2 {
      font-size: 30px;
      padding-left: 0;
      padding-top: 3px;
      display: block;
      float: none;
      margin-bottom: 4px; }
      .section-title h2:after {
        display: none; }
    .section-title a {
      display: inline-block;
      float: none; } }

.dark {
  background-color: #1f1f1f;
  color: #dddddd; }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul, .dark ol {
    color: #dddddd; }
  .dark .section-title h2, .dark .section-title a {
    color: #dddddd; }

.dark .widget {
  background: #2b2b2b; }
  .dark .widget .see-all-btn {
    color: #fefefe; }

.dark .widget.widget_tag a {
  color: #fefefe; }

.dark .show-time-tab .price-select-btn {
  background: #4d4d4d; }
  .dark .show-time-tab .price-select-btn .custom-select {
    border: 1px solid #4d4d4d;
    color: #9b9b9b; }

/*---------------------------------------------------
	2.0 - end style
----------------------------------------------------*/

hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
	margin-left: 10px;
    border-top: 1px solid #16cb2e;
}
/*---------------------------------------------------
	naja
----------------------------------------------------*/
/*.container {
            max-width: 100%;
            padding: 0 10px;
            margin: 0 auto;
        }

        
@media (min-width: 768px) {
            .container {
                max-width: 768px;
            }
        }

       
@media (min-width: 992px) {
            .container {
                max-width: 992px;
            }
        }*/

        /* Your existing styles */
/*.fp-container {
            /* Add any styles specific to your section here 
        }*/

        /* Adjust columns for smaller screens */
/*.big-section {
            width: 100%;
            margin-bottom: 20px;
        }*/

        /* Responsive iframe */
/*.img-thumb iframe {
            width: 100%;
            height: auto;
        }*/
