/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Reset       */
/*   02 - Global      */
/*   03 - Typography  */
/*   04 - Colors      */
/*   05 - Animations  */
/*   06 - Preload     */
/*   07 - layouts     */
/*   08 - Buttons     */
/*   09 - Navigation  */
/*   10 - Components  */
/*   11 - General  	  */
/*   12 - Form        */
/*   13 - Footer      */
/* 


*/
/* ==========================================================================
 1. RESET- resetting the defaults of html
========================================================================== */
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}
/* ==========================================================================
  2. GLOBAL COMPONENTS  - defines overall common styles of the template
========================================================================== */
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ea9f00;
}
a:hover,
a:focus {
  color: #e0a759;
}
hr {
  max-width: 100px;
  margin: 0.5em auto;
  border-width: 1px;
  border-color: rgba(232, 190, 132, 0.1);
}
sup {
  top: 0;
  left: 2px;
}
/*------------------------------------------*/
/*	 Bootstrap Overrides
/*------------------------------------------*/
.icon {
  margin-bottom: 10px;
}
.icon [class^="icon-"],
.icon [class*=" icon-"] {
  font-size: 45px;
}
.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container > .row {
    margin: 0 -20px;
  }
}
/*------------------------------------------*/
/*	 Extras
/*------------------------------------------*/
::-moz-selection {
  color: #000;
  text-shadow: none;
  background: #ccc;
}
::selection {
  color: #000;
  text-shadow: none;
  background: #ccc;
}
img::selection {
  color: #000;
  background: transparent;
}
img::-moz-selection {
  color: #000;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #ffffff;
}
.main-container {
  background-color: transparent;
}
/* ==========================================================================
  3. TYPOGRAPHY - styles that defines typography of the template
========================================================================== */
@font-face{
    font-family:"HN";
    src:url(../fonts/hn/reg.eot);
    src:url(../fonts/hn/reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/hn/reg.woff) format("woff"),
		url(../fonts/hn/reg.ttf) format("truetype"),
		url(../fonts/hn/reg.svg#HelveticaNeueLTArabic55Roman) format("svg");
    font-weight:100;
    font-style:normal;
}
@font-face{
    font-family:"HNB";
    src:url(../fonts/hn/bd.eot);
    src:url(../fonts/hn/bd.eot?#iefix) format("embedded-opentype"),
		url(../fonts/hn/bd.woff) format("woff"),
		url(../fonts/hn/bd.ttf) format("truetype"),
		url(../fonts/hn/bd.svg#HelveticaNeueLTArabic55Roman) format("svg");
    font-weight:400;
}

body {
  font-family: 'HN', 'Helvetica', 'Arial', sans-serif;
}
h2 {
  color: #252525;
  font-family: 'HNB', sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-family: 'Lora', serif;
}
h1,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-family: 'HN', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
h2 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 800;
}
h3 {
  font-size: 31px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 25px;
}
h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
}
p {
  font-family: 'HN', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px;
}

.post-content-single p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
  letter-spacing: -0.1px;
}
p.heading {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
p.subheading {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
p.superheading {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
p.subtitle {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
p.subtitle + p {
  margin-top: 15px;
}
.styled-text {
  font-weight: 300;
  display: inline-block;
  color: #1c1c1c;
}
.styled-text a {
  color: #1c1c1c;
}
.styled-text:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ea9f00;
  margin-top: 11px;
}
.text-underline {
  text-decoration: underline;
  color: #1c1c1c;
  opacity: 0.8;
}
.text-underline:hover,
.text-underline:focus,
.text-underline:active {
  color: #1c1c1c;
  opacity: 0.5;
}
/*------------------------------------------*/
/*	 classes to make text uppercase and lowercase
/*------------------------------------------*/
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
/*------------------------------------------*/
/*	 Font size of icons
/*------------------------------------------*/
.i-xl {
  font-size: 5em;
}
.i-lg {
  font-size: 4em;
}
.i-md {
  font-size: 3.5em;
}
.i-sm {
  font-size: 2em;
}
.i-xs {
  font-size: 1.2em;
}
/* ==========================================================================
   4. COLORS - colors that controls the major common elements of the template
========================================================================== */
body {
  background-color: #f2f5fa;
}
h1,
h2,
h4,
h5,
h6 {
  color: #1c1c1c;
}
p {
  color: #777777;
}
h3,
.h3 {
  color: #ea9f00;
}
/* ==========================================================================
   BACKGROUNDS
========================================================================== */
.blog-grey {
  background-color: #e0e0e0;
  color: #fff;
}
.blog-secondary {
  background-color: #1c1c1c;
  color: #fff;
}
.blog-primary {
  background-color: #ea9f00;
  color: #fff;
}
.blog-primary h1,
.blog-primary h2,
.blog-primary h3,
.blog-primary h4,
.blog-primary h5,
.blog-primary p {
  color: #1c1c1c;
}
.blog-secondary h1,
.blog-secondary h2,
.blog-secondary h3,
.blog-secondary h4,
.blog-secondary h5,
.blog-secondary p {
  color: #fff;
}
/* ==========================================================================
   5. ANIMATIONS
========================================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* ==========================================================================
  6. PRELOADER
========================================================================== */
.loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #fff;
}
.preload {
  position: relative;
  right: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  display: block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #ea9f00;
  border-bottom-color: #ea9f00;
  border-right-color: #1c1c1c;
  border-left-color: #1c1c1c;
  -webkit-animation: preloader 0.8s ease-in-out infinite alternate;
  animation: preloader 0.8s ease-in-out infinite alternate;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* ==========================================================================
  7. PADDING AND MARGIN -- styles that controls the padding of major sections  
========================================================================== */
/*------------------------------------------*/
/*	 Spacing setup
/*------------------------------------------*/
section {
  padding-top: 70px;
  padding-bottom: 70px;
}
section:after {
  content: '';
  display: block;
  clear: both;
}
footer {
  padding-top: 60px;
  padding-bottom: 0px;
}
footer:after {
  content: '';
  display: block;
  clear: both;
}
section.padding-xxs {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.padding-xs {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.padding-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.padding-md {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.padding-lg {
  padding-top: 75px;
  padding-bottom: 75px;
}
section.padding-xlg {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-0,
.padding-0 {
  padding: 0;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-top-0 {
  padding-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  section.padding-lg,
  section.padding-md {
    padding: 5em 0;
  }
  section.padding-xlg {
    padding: 8em 0;
  }
}
/*------------------------------------------*/
/*	 Text Alignment
/*------------------------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*------------------------------------------*/
/*	 Positioning vertically center
/*------------------------------------------*/
.position-center {
  position: relative;
}
@media all and (min-width: 767px) {
  .position-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
/* ==========================================================================
   8. BUTTONS
========================================================================== */
.btn {
  font-family: 'HN', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-group {
  margin-right: 40px;
}
.btn-group .btn:not(:last-child) {
  margin-left: 15px;
}
.btn-xl {
  padding: 20px 100px;
}
.btn-lg {
  padding: 18px 70px;
}
.btn-md {
  padding: 12px 35px;
}
.btn-sm {
  padding: 8px 10px;
}
.btn-primary {
  background: #eba000;
  color: #fff;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #dc9c44;
  color: #fff;
}
.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  background: #dc9c44;
  color: #fff;
  outline: none;
}
.btn-primary.inverse {
  background: #fff;
  color: #eba000;
}
.btn-primary.inverse:hover,
.btn-primary.inverse:focus,
.btn-primary.inverse:active,
.btn-primary.inverse.active {
  background: #fff;
  color: #dc9c44;
}
.btn-secondary {
  background: #1c1c1c;
  color: #fff;
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background: #000000;
  color: #fff;
}
.btn-secondary.inverse {
  background: #fff;
  color: #1c1c1c;
}
.btn-secondary.inverse:hover,
.btn-secondary.inverse:focus,
.btn-secondary.inverse:active,
.btn-secondary.inverse.active {
  background: #fff;
  color: #000000;
}
.btn-outline {
  color: #eba000;
  border: none;
  background: transparent;
  box-shadow: inset 0 0 0 2px #eba000;
  outline: none;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  background: #dc9c44;
  color: #fff;
  box-shadow: inset 0 0 0 2px #dc9c44;
  outline: none;
}
.btn-outline:hover:focus,
.btn-outline:focus:focus,
.btn-outline:active:focus,
.btn-outline.active:focus {
  outline: none;
}
.btn-outline.inverse {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn-outline.inverse:hover,
.btn-outline.inverse:focus,
.btn-outline.inverse:active,
.btn-outline.inverse.active {
  box-shadow: inset 0 0 0 2px #d9d9d9;
  outline: none;
}
.btn-outline.grey {
  color: #14abf4;
  box-shadow: inset 0 0 0 1px #d8d7d7;
}
.btn-outline.grey:hover,
.btn-outline.grey:focus,
.btn-outline.grey:active,
.btn-outline.grey.active {
  box-shadow: inset 0 0 0 1px #b2b0b0;
  outline: none;
}
.btn-transparent {
  color: #eba000;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 600;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  color: #1c1c1c;
  outline: none;
}
.btn-icon {
  cursor: pointer;
  padding: 8px 10px;
}
.btn-icon i {
  float: left;
  margin-right: 20px;
  font-size: 24px;
  color: #1c1c1c;
  vertical-align: middle;
}
.btn-icon i:before {
  color: #1c1c1c;
}
.btn-icon p {
  float: left;
  margin-bottom: 0;
  text-align: right;
  color: #1c1c1c !important;
  font-weight: 600;
}
p.head + .btn {
  margin-top: 25px;
}
p + .btn {
  margin-top: 25px;
  margin-bottom: 55px;
}
/* ==========================================================================
  9. NAVIGATION- styles that control the navgation elements of the template
========================================================================== */
.fixed-top {
  position: fixed;
  top: 50;
  left: 0;
  right: 0;
  z-index: 1030;
}
.nav-container {
  background-color: transparent;
}
.nav-container .nav .logo {
  margin-bottom: 10px;
}
.navbar-toggler {
  padding: 8px 10px;
  background: transparent;
  outline: none;
  float: left;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
}
.navbar-toggler i {
  margin-right: 10px;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(232, 190, 132, 0.8);
  color: #1c1c1c;
}
.navbar-nav li a {
  color: #1c1c1c;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  color: #fff;
  text-decoration: none;
}
.navbar-nav li:last-child {
  border-bottom: 0px;
}
.navbar-nav li:last-child a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 7px;
  vertical-align: 0em;
  content: "";
  border-top: .3em solid;
  border-left: .3em solid transparent;
  border-bottom: 0;
  border-right: .3em solid transparent;
  cursor: pointer;
}
.navbar-nav li ul {
  display: block;
  width: 100%;
  margin: 0;
}
.navbar-nav li ul li a {
  padding: 10px 15px;
}
.navbar-nav li ul li a::after {
  display: none !important;
}
.navbar-collapse {
  width: 100%;
  text-align: right;
  padding-top: 10px;
  box-shadow: none;
  background-color: #e0a759;
}
.navbar-collapse .btn-group {
  margin-right: 0px;
  margin-bottom: 5px;
}
/*------------------------------------------*/
/*   Narbar styles
/*------------------------------------------*/
.nav {
  text-align: right;
  padding: 20px 0;
}
.nav.visible-xs {
  padding: 10px 0 0;
}
.nav.visible-xs .col-sm-10.col-xs-7 {
  margin-bottom: 10px;
}
.nav.visible-xs .col-sm-10.col-xs-7 + .navbar-collapse.collapse.in {
  float: right;
  padding-bottom: 10px;
}
/*------------------------------------------*/
/*   General list
/*------------------------------------------*/
.list-inline {
  margin-bottom: 0;
}
.list-inline li {
  padding: 5px;
}
/*------------------------------------------*/
/*   Menu horizontal
/*------------------------------------------*/
.horizontal-nav {
  margin: 0;
  padding: 0;
}
.horizontal-nav > li {
  list-style: none;
  position: relative;
}
.horizontal-nav > li.active a {
  color: #eba000;
  text-decoration: none;
}
.horizontal-nav > li:last-child a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 7px;
  vertical-align: 0em;
  content: "";
  border-top: .3em solid;
  border-left: .3em solid transparent;
  border-bottom: 0;
  border-right: .3em solid transparent;
  cursor: pointer;
}
.horizontal-nav > li ul {
  min-width: 150px;
  position: absolute;
  z-index: 100;
  padding: 10px 7px;
  margin: 0px 0 0 -39px;
  background-color: #f2f5fa;
  box-shadow: none;
}
.horizontal-nav > li ul li {
  list-style: none;
  position: relative;
  line-height: 26px;
  white-space: nowrap;
}
.horizontal-nav > li ul li a {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  color: #1c1c1c;
  text-decoration: none;
}
.horizontal-nav > li ul li a::after {
  display: none !important;
}
.horizontal-nav > li a {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.horizontal-nav > li a:hover,
.horizontal-nav > li a:focus,
.horizontal-nav > li a:active {
  color: #eba000;
  text-decoration: none;
}
.horizontal-nav > li:not(:last-child) {
  margin-left: 3.5em;
}
@media (min-width: 768px) {
  .horizontal-nav > li a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .horizontal-nav > li:hover ul {
    display: block;
    -webkit-animation: nav-primary-down 0.2s;
    animation: nav-primary-down 0.2s;
  }
  .horizontal-nav > li ul {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .horizontal-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .horizontal-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .horizontal-nav + .btn-group {
    margin-top: 20px;
    text-align: right;
  }
  .visible-xs {
    display: block!important;
  }
  .hidden-xs {
    display: none!important;
  }
  .nav-container .nav .logo {
    max-height: 32px;     width: auto;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav li {
    float: none;
  }
}
@media all and (min-width: 1024px) {
  .horizontal-nav {
    display: inline-block;
  }
  .horizontal-nav > li {
    display: inline-block;
  }
  .btn-group {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .horizontal-nav > li:not(:last-child) {
    margin-left: 2em;
  }
}
/* ==========================================================================
   10. COMPONENTS 
========================================================================== */
.topbar {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.topbar::after {
  clear: both;
}
.topbar p {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 0px;
}
.topbar p i {
  margin-left: 10px;
  font-weight: 700;
}
.topbar p:hover {
  color: #eba000;
}
.topbar p:hover i {
  color: #eba000;
}
.topbar .social_icons {
  text-align: left;
}
.topbar .social_icons ul li i {
  color: #1c1c1c;
}
.topbar .social_icons ul li:hover i {
  color: #eba000;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .topbar .col-xs-6:first-child {
    display: none;
  }
  .topbar .social_icons {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .topbar p {
    margin-bottom: 10px !important;
  }
}
/* ==========================================================================
   TRENDING BLOCK
========================================================================== */
.trending_block {
  margin-bottom: 30px;
  display: inline-block;
}
.trending_block .img_block {
  background-color: #1c1c1c;
  color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}
.trending_block .img_block h1,
.trending_block .img_block h2,
.trending_block .img_block h3,
.trending_block .img_block h4,
.trending_block .img_block h5,
.trending_block .img_block p {
  color: #fff;
}
.trending_block .img_block img {
  width: 100%;
  display: block;
  height: auto;
}
.trending_block .highlight-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #424242;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.trending_block .desc_block {
  background-color: #e0e0e0;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 20px 20px 10px 20px;
}
.trending_block .desc_block h4 {
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 24px;
}
.trending_block .desc_block h4 a {
  color: #1c1c1c;
}
.trending_block .desc_block i {
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .trending_block .desc_block h4 {
    margin-bottom: 15px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .trending_block .desc_block p {
    font-size: 13px;
  }
}
/* ==========================================================================
   RECOMMENDED BLOCK
========================================================================== */
.recommendedblock {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #1c1c1c;
  color: #fff;
  border: 0;
  text-align: right;
  display: inline-block;
}
.recommendedblock h1,
.recommendedblock h2,
.recommendedblock h3,
.recommendedblock h4,
.recommendedblock h5,
.recommendedblock p {
  color: #fff;
}
.recommendedblock .row {
  position: relative;
  z-index: 1;
  display: flex;
}
.recommendedblock .img_block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.recommendedblock .detail_block p.cliptext {
  position: relative;
}
@supports (-webkit-line-clamp: 4) {
  .recommendedblock .detail_block p.cliptext {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recommendedblock .detail_block p.cliptext:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .recommendedblock .btn {
    margin-bottom: 0px;
  }
  .recommendedblock .col-sm-6:first-child {
    display: none;
  }
  .recommendedblock .detail_block {
    max-width: 100%;
    padding: 80px 20px;
  }
}
/* ==========================================================================
   SUBSCRIBE BLOCK
========================================================================== */
.subscribe {
  background-color: #eba000;
  color: #fff;
}
.subscribe h1,
.subscribe h2,
.subscribe h3,
.subscribe h4,
.subscribe h5,
.subscribe p {
  color: #1c1c1c;
}
.subscribe h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
.subscribe .sub-input .custom-form {
  position: relative;
}
.subscribe .sub-input .custom-form .form-control {
  height: 50px;
  padding: 0 110px 0 50px;
  color: #000;
}
.subscribe .sub-input .custom-form .btn {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0px;
  line-height: 2;
  font-weight: 600;
}
.subscribe .sub-input .custom-form .fa-envelope-open-o {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #1c1c1c;
  font-size: 20px;
}
.subscribe .sub-input .result-box {
  font-size: 24px;
}
.subscribe .social_icons ul li {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1c1c1c;
  color: #fff;
}
.subscribe .social_icons ul li h1,
.subscribe .social_icons ul li h2,
.subscribe .social_icons ul li h3,
.subscribe .social_icons ul li h4,
.subscribe .social_icons ul li h5,
.subscribe .social_icons ul li p {
  color: #fff;
}
.subscribe .social_icons ul li i {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #eba000;
}
.subscribe .social_icons ul li:hover i {
  color: #e0e0e0;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .subscribe .social_icons ul li {
    margin-bottom: 10px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
  }
  .subscribe .social_icons ul li i {
    font-size: 20px;
    line-height: 35px;
  }
  .subscribe .sub-input .btn-md {
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .subscribe .social_icons ul li {
    margin-left: 10px;
  }
}
/* ==========================================================================
   SLIDER BLOCK
========================================================================== */
.slides {
  overflow: hidden;
  clear: both;
}
.slides .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.slides .owl-carousel .owl-dots {
  display: none;
}
.slides .owl-carousel .owl-nav {
  right: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.slides .owl-carousel .owl-nav > div {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin-top: -22.5px;
  text-align: center;
  line-height: 50px;
}
.slides .owl-carousel .owl-nav > div:hover {
  background-color: #eba000;
  border-color: #eba000;
}
.slides .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-right: -100px;
}
.slides .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-left: -100px;
}
.slides .slide-list {
  width: 1140px;
  margin: 0 auto;
}
.slides .slide-list::before {
  right: -1000%;
}
.slides .slide-list::after {
  left: -1000%;
}
.slides .slide-list::before,
.slides .slide-list::after {
  content: "";
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: 1;
}
.slides .slide-list .single-slide {
  height: 465px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.slides .slide-list .single-slide .slide-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: .4;

}
.slides .slide-list .single-slide .slide-text {
  bottom: 0;
  top: 0;
  color: #fff;
  overflow: hidden;
  position: absolute;
  display: none;
}
.slides .slide-list .single-slide .slide-text.fadeInUp.animated {
  display: block;
}
.slides .slide-list .single-slide .slide-text.fadeInUp .detail_block {
  visibility: visible;
  animation-delay: 0.4s;
  animation-name: fadeInUp;
}
.slides .slide-list .single-slide .slide-text .detail_block {
  padding: 110px;
}
.slides .slide-list .single-slide .slide-text .detail_block p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slides .slide-list .single-slide .slide-text .detail_block p.superheading {
  color: #424242;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .slides .slide-list {
    width: 100% !important;
  }
  .slides .slide-list .single-slide {
    min-height: 500px;
    height: auto;
  }
  .slides .slide-list .single-slide .slide-text {
    position: static;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slides .slide-list .single-slide .slide-text {
    padding: 0px 20px;
  }
  .slides .slide-list .single-slide .slide-text .detail_block {
    padding: 96px 0px;
  }
  .slides .owl-carousel .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .slides .slide-list .single-slide .slide-text {
    padding: 0px 70px;
  }
  .slides .slide-list .single-slide .slide-text .detail_block {
    padding: 96px 0px;
  }
  .slides .owl-carousel .owl-nav > div {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 30px;
  }
  .slides .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .slides .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .slides .slide-list .single-slide .slide-text {
    padding: 0px 70px;
  }
  .slides .slide-list .single-slide .slide-text .detail_block {
    padding: 96px 10px;
  }
  .slides .owl-carousel .owl-nav > div {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 30px;
  }
  .slides .owl-carousel .owl-nav .owl-prev {
    margin-right: 20px;
  }
  .slides .owl-carousel .owl-nav .owl-next {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slides .slide-list {
    width: 750px;
  }
  .slides .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .slides .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .slides .slide-list {
    width: 950px;
  }
  .slides .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .slides .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1346px) {
  .slides .owl-carousel .owl-nav .owl-prev {
    margin-right: 20px;
  }
  .slides .owl-carousel .owl-nav .owl-next {
    margin-left: 20px;
  }
}
/* ==========================================================================
   BLOG DETAIL PAGE BLOCK
========================================================================== */
.post-content-single .post_img {
  margin-bottom: 30px;
  position: relative;
}
.post-content-single .post_img img {
  width: 100%; height:auto;
}
.post-content-single .post_img .post_highlight-box {
  position: absolute;
  bottom: 40px;
  right: 30px;
  color: #fff;
  background-color: #5e5e5e;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-content-single blockquote {
  color: #eba000;
  font-style: italic;
  padding: 10px 0px;
  border: 0px;
  font-size: 16px;
  font-weight: 700i;
}
.post-content-single .tag_list {
  margin-top: 30px;
}
.post-content-single .tag_list .tags {
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  text-transform: uppercase;
  color: #1c1c1c;
}
.post-content-single .tag_list .tags a {
  color: #1c1c1c;
}
.post-content-single .tag_list .tags:last-child {
  margin-left: 0px;
}
.post-content-single .share-links {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: 1px solid #E9E6DF;
  border-top: 1px solid #E9E6DF;
}
.post-content-single .share-links h3 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.post-content-single .share-links a {
  float: left;
  display: inline-block;
  padding: 0.2em;
  margin-right: .2em;
  font-size: 16px;
  color: #777;
}
.post-content-single .share-links a:hover {
  color: #020202;
}
.post-content-single .comment-form {
  padding-top: 90px;
}
.post-content-single .comment-form .blog-contact p {
  margin-bottom: 15px;
  color: #1c1c1c;
}
.post-content-single .comment-form .blog-contact input,
.post-content-single .comment-form .blog-contact textarea {
  background-color: transparent;
  border: 1px solid #e1e2e4;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 20px;
  color: #1c1c1c;
}
.post-content-single .comment-form .blog-contact textarea {
  min-height: 175px;
  resize: none;
}
.post-content-single .comments-wrapper {
  margin-top: 40px;
}
.post-content-single .comments-wrapper h4 {
  font-weight: 600;
  margin-bottom: 25px;
}
.post-content-single .comments-wrapper ul.comments {
  list-style: none;
}
.post-content-single .comments-wrapper ul.comments .reply {
  padding-right: 105px;
}
.post-content-single .comments-wrapper ul.replies {
  list-style: none;
}
.post-content-single .comments-wrapper ul.replies .reply {
  padding-right: 105px;
}
.post-content-single .comments-wrapper ul.replies .comment {
  border: 0px;
  padding-bottom: 0px;
  padding-top: 25px;
}
@media all and (max-width: 479px) {
  .post-content-single .comments-wrapper ul.replies {
    margin-right: -75px;
  }
}
.post-content-single .comments-wrapper .comment {
  border-bottom: 1px solid #dbdfe0;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.post-content-single .comments-wrapper .comment:first-child {
  padding-top: 0px;
}
.post-content-single .comments-wrapper .comment:last-child {
  border-bottom: 0px;
}
.post-content-single .comments-wrapper .comment .replyBtn {
  position: absolute;
  left: 30px;
  top: 30px;
}
.post-content-single .comments-wrapper .comment .avatar {
  width: 80px;
  height: 80px;
  float: right;
  margin-left: 15px;
  border: 2px solid #fff;
}
.post-content-single .comments-wrapper .comment .avatar img {
  min-width: 100%;
  width: 100%;
}
.post-content-single .comments-wrapper .comment .subtitle {
  color: #bec0c1;
  margin: 0px 0px 26px 0px;
  font-size: 13px;
}
.post-content-single .comments-wrapper .comment .comment-body {
  float: right;
  width: calc(100% - 95px);
}
.post-content-single .comments-wrapper .comment .comment-body .comment-content h4 {
  margin-bottom: 10px;
}
.post-content-single .comments-wrapper .comment .comment-body .comment-content .user {
  font-weight: 500;
  color: #444;
}
.post-content-single .comments-wrapper .comment .comment-body .comment-content p {
  margin: 10px 0 15px;
}
.post-content-single .comments-wrapper .comment .comment-body .comment-content .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.post-content-single .list-post {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
  border: 1px solid #efefef;
  background: #eee; overflow:hidden;
}
.post-content-single .list-post .row > .col-md-4:first-child {
  padding-left: 0;
  overflow: hidden;
}
.post-content-single .list-post img {
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.post-content-single .list-post:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-content-single .list-post .content {
  display: table-cell;
  width: 100%;
  padding: 40px 10px;
  vertical-align: top;
}
.post-content-single .list-post .content p {
  overflow: hidden;
}
.post-content-single .list-post .post-meta {
  margin-top: -5px;
  color: #a0a0a0;
  font-size: 10px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.post-content-single .list-post .btn {
  margin-top: 19px;
  margin-bottom: 0px;
}
.post-content-single .list-post.styleTwo {
  margin-bottom: 15px;
}
.post-content-single .list-post.styleTwo .post-thumb {
  width: 100%;
  overflow: hidden;
}
.post-content-single .list-post.styleTwo .post-thumb img {
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.post-content-single .list-post.styleTwo .post-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-content-single .list-post.styleTwo .post-content {
  width: 100%;
}
.post-content-single .list-post.styleTwo .post-content .content {
  padding: 40px 25px;
}
.post-content-single .list-post.styleTwo .post-content .content .post-meta {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .post-content-single .list-post {
    display: inline-block;
  }
  .post-content-single .list-post .row {
    position: relative;
    z-index: 1;
    display: flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .post-content-single .list-post .content {
    padding: 25px 10px;
  }
}
/* ==========================================================================
   SIDEBAR BLOCK
========================================================================== */
.sidebar {
  padding-right: 50px;
  border-right: 1px #eee solid;
  /* Widget */
  /* Widget Categories */
  /* Widget Latest News */
}
.sidebar .widget {
  margin-bottom: 67px;
}
.sidebar .widget:last-child {
  margin-bottom: 0px;
}
.sidebar .widget .widget-title {
  font-size: 25px;
  color: #0e0e0e;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sidebar .widget-categories {
  margin-bottom: 50px;
}
.sidebar .widget-categories li {
  padding: 14px 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  list-style: none;
}
.sidebar .widget-categories li:last-child {
  border: none;
}
.sidebar .widget-categories li a {
  position: relative;
  font-size: 16px;
  padding-right: 13px;
  letter-spacing: -0.5px;
}
.sidebar .widget-categories li a:before {
  content: "\f105";
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: normal;
  font-size: 16px;
  transform: translateY(-50%);
}
.sidebar .widget-categories li a:hover:before {
  color: #eba000;
}
.sidebar .widget-latest .recent-post {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #e6e6e7;
}
.sidebar .widget-latest .recent-post:last-child {
  border-bottom: 0px;
}
.sidebar .widget-latest .recent-post .eventDetail {
  width: 100%;
}
.sidebar .widget-latest .recent-post .eventDetail img {
  max-height: 6em;
  float: right;
  margin-left: 1.2em;
  width: auto;
  border: 2px solid #fff;
}
.sidebar .widget-latest .recent-post .eventDetail p.subheading {
  color: #1c1c1c;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .widget-latest .recent-post .eventDetail p {
  text-align: right;
  margin: 0px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sidebar {
    padding-right: 0px;
    padding-top: 20px;
  }
}
/* ==========================================================================
   11. GENERAL STYLES
========================================================================== */
.background-image-wrapper {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.background-image-wrapper img {
  display: none;
  max-height: 100%;
  min-height: 100%;
}
/*----------COMMON DETAIL_BLOCK SECTION-------------*/
.detail_block {
  padding: 100px 0px;
}
.detail_block h4 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.detail_block p.superheading {
  width: auto;
  color: #424242;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.social_icons ul li {
  list-style: none;
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
}
.social_icons ul li:last-child {
  margin-left: 0px;
}
.social_icons ul li i {
  font-size: 15px;
  display: block;
  line-height: 0px;
  text-align: center;
  color: #1c1c1c;
}
/*------------------------------------------*/
/*	 Overriding general padding for transparent navigation
/*------------------------------------------*/
@media (min-height: 500px) and (min-width: 767px) {
  .home {
    height: 100vh;
    max-height: 800px;
    padding-top: 81px;
    padding-bottom: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home {
    height: auto;
    padding: 120px 0;
    padding-top: 163px;
  }
}
/* ==========================================================================
   12. FORM ELEMENTS - styles that control the form elements of the template
========================================================================== */
label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  color: #1c1c1c;
}
input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  width: 100%;
  -webkit-appearance: none;
  background: #fcfcfc;
  color: #eba000;
  padding: 0.5em 1em 0.5em 0;
  border: 0px;
  border-radius: 0px;
  line-height: 26px;
  min-height: 45px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus,
input[type=text]:active,
input[type=password]:active,
input[type=number]:active,
textarea:active,
select:active {
  outline: none;
}
input[type=text].minimal,
input[type=password].minimal,
input[type=number].minimal,
textarea.minimal,
select.minimal {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0.3em 1em 0.5em 0;
}
form > div[class*='col-']:not(:last-child) {
  margin-bottom: 25px;
}
form > div[class*='col-'] {
  padding: 0;
}
::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.8);
}
::-moz-placeholder {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.8);
}
:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.8);
}
:-moz-placeholder {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.8);
}
/* ==========================================================================
   13. FOOTER - styles that controls the footer part of the template
========================================================================== */
footer {
  background-color: #1c1c1c;
  color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer p {
  color: #fff;
}
footer .col-md-4 {
  margin-bottom: 50px;
}
footer p {
  font-size: 15px;
  color: #a0a0a0;
}
footer p.superheading {
  color: #eba000;
  font-size: 18px;
  font-weight: 600;
}
footer p.contact {
  padding-right: 20px;
  text-indent: -10px;
}
footer p.contact i {
  margin-left: 10px;
  color: #eba000;
}
footer hr.large {
  width: 100%;
  max-width: 100%;
  margin: 0.5em auto;
  border-width: 2px;
  border-color: #cecece;
}
footer .list-inline {
  width: 50%;
  display: inline-block;
}
footer .list-inline li {
  display: block;
}
footer .list-inline a {
  color: #a0a0a0;
}
footer .list-inline a:hover {
  color: #eba000;
  text-decoration: none;
  border: none;
}
footer .copyleft {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 60px;
  background: #333333;
}
footer .copyleft p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}
footer .copyleft p a {
  color: #fff;
}
footer .copyleft i {
  margin-right: 10px;
  background-color: #eba000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .quicklinks {
    margin: 20px 0px;
  }
  footer [class^="col-md-"] {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 639px) {
  footer [class^="col-"] {
    margin-bottom: 25px;
  }
  footer .list-inline {
    width: 100%;
  }
  footer .copyleft {
    margin-top: 20px;
  }
  footer .copyleft [class^="col-"] {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 639px) {
  footer .list-inline a {
    border-left: 1px solid #b9b9b9;
    padding-left: 10px;
  }
  footer .list-inline a:hover {
    border-left: 1px solid #b9b9b9;
  }
  footer .list-inline li {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}
.row.white{
	background: #fff;
    box-sizing: border-box;
    padding: 20px 0;
    border: 3px #eee solid;
}
.post-content-single strong{color: #ea9f00;}