/*
Theme Name: alarkoplus
Author: Onur Karadag
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Condensed:wght@300;400;700&family=Poppins:wght@300&display=swap');

*, *:focus, *:hover {
    outline: none;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #d52025;
}

a.white{
    color:white;
}
body.admin-bar > header {  
    margin-top: 32px;  
}
.mt110{margin-top:110px}



/* adds some margin below the link sets  */
 .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}
.btns{
    left:0;
    right:0;
    margin:0 auto;
    position: absolute;
    bottom:0;
    margin:0 auto;
    text-align: center;
}
.btns ul li{
    float:initial !important;
    height: auto !important;
    margin-right: 0 !important;
}
.btns ul li a i{
    margin:0 5px;
}
.btns ul li a{
       color: #fff;
       padding-top: 8px;
       padding-bottom: 8px;
       color: #fff;
       font-weight: 400;
       font-size: 15px;
       margin: 0 3px;
       width: 130px;
       background: #3d3d3d;
       -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
       -webkit-transition: all 0.3s ease-in;
       transition: all 0.3s ease-in;
}
.btns ul li a:hover{
    color:#fff;
    background: #0072b9;
}

.btns ul li.active a{
    background: #3d3d3d;
}
 .dropdown-menu {
  border: none;
  z-index: 9;
  width: 100vw;
  right: 0;
  margin: 0 auto;
  position: fixed !important;
  left: 0;
  border: none !important;
  height: 390px;
  overflow: hidden;
  display: block;
  top: 85px;
  padding-bottom: 0;
  padding-top: 0;
     opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.32,.74,.57,1);
    -moz-transition: all .25s cubic-bezier(.32,.74,.57,1);
    -ms-transition: all .25s cubic-bezier(.32,.74,.57,1);
    -o-transition: all .25s cubic-bezier(.32,.74,.57,1);
    transition: all .25s cubic-bezier(.32,.74,.57,1);
    pointer-events: none;
    visibility: hidden;
}

.dropdown:hover .dropdown-menu {
       visibility: visible;
    opacity: 1;
    pointer-events: auto;
    top: 76px;
 }
 .dropdown-menu h6 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3d3d3;
  /* text-transform: uppercase; */
  line-height: 2rem;
  letter-spacing: .08em;
  font-family: 'Roboto Condensed', sans-serif;
} 
.dropdown-menu p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
 .dropdown-menu .bg-grey .nav-item {
  padding: 0 !important;
  position: relative;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
 .dropdown-menu .bg-grey .nav-item .nav-link {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 99;
}
 .dropdown-menu .bg-grey .nav-item img {
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
 .dropdown-menu .bg-grey .nav-item h6 {
  margin-bottom: 10px;
  min-height: 31px;
  font-size: 1em;
  font-weight: 500;
  color: #e8e8e8;
}
 .dropdown-menu .bg-grey .nav-item p {
  font-size: 1em;
  font-weight: 400;
  color: #e8e8e8;
  line-height: 20px;
}
 .dropdown-menu .bg-grey .nav-item .box-img-first {
  background: #e8e8e8;
}
 .dropdown-menu .bg-grey .nav-link {
  padding: 0 !important;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

@media screen and (min-width: 992px) {
  

  /* makes the dropdown full width  */
    .dropdown {
        position: static;
      }

  /* shows the dropdown menu on hover */
    .dropdown.open .dropdown-menu{
    height: 260px;
    background-color: #d52025;
    transition: height 0.4s ease-in;
  }

  .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #262626;
  }
}
.box-img-first {
  height: 146px;
  overflow: hidden;
  position: relative;
}
.box-img-first img {
  max-height: 150px;
  width: 100%;
}

.pad-custom {
  padding: 0 150px;
}

.secon-drop .box-img {
  height: 272px;
  padding: 25px;
  border: 1px solid #0b3e8a;
  text-align: center;
  background: #fff;
}
.secon-drop .box-img img {
  height: 100%;
}
.secon-drop .nav-item h6 {
  margin-bottom: 3px !important;
  min-height: 36px !important;
  margin-top: 30px !important;
}
.secon-drop ul > li a {
  font-size: 1em;
  font-weight: 400;
  color: #606060;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 30px;
}
.secon-drop ul > li a:hover {
  color: #0b3e8a;
}





body {
    font-family: 'Open Sans',sans-serif;
    background-color: #f0f0f0 !important;
}

.container .feat-items-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.container .feat-items-wrapper .item {
  float: left;
  position: relative;
  width: 25%;
  height: 250px;
  box-shadow: -5px 0px 0px rgba(240, 240, 240, 1), 0px -5px 0px rgba(240, 240, 240, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container .feat-items-wrapper .item:first-child { width: 50%; height: 500px }

.container .feat-items-wrapper .item .item-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.container .feat-items-wrapper .item .item-wrapper .abs-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  background-color: #000;
  opacity: .4;
  transition: .3s opacity ease;
  will-change: opacity;
}
.container .feat-items-wrapper .item:hover .item-wrapper .abs-overlay { opacity: .65 }

.container .feat-items-wrapper .item .item-wrapper .text {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  transition: .3s transform ease;
  will-change: transform;
}
.container .feat-items-wrapper .item:hover .item-wrapper .text { transform: translateY(-20px) }

.container .feat-items-wrapper .item .item-wrapper .text h3 {
  color: #fff;
  text-decoration: none;
  margin: 0;
}
.container .feat-items-wrapper .item:not(:first-child) .item-wrapper .text h3 { font-size: 18px }
.container .feat-items-wrapper .item:first-child .item-wrapper .text h3 { font-size: 28px; padding-right: 20px }

.container .feat-items-wrapper .item .item-wrapper .text span {
  display: block;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  /*.container { padding: 30px 0 }*/
  .container .feat-items-wrapper .item, .container .feat-items-wrapper .item:first-child { width: 50%; height: 250px; }
  .container .feat-items-wrapper .item:first-child .item-wrapper .text h3 { font-size: 18px }
}

@media screen and (max-width: 768px) {
  .container .feat-items-wrapper .item, .container .feat-items-wrapper .item:first-child { width: 100%; height: 250px; }
}

div#recentOwl {
    padding-top: 80px;
}
#recentOwl .caption {
    display: none;
}

.center .caption {
    display: block;
}


#recentOwl .caption {
    display: block;
    position: absolute;
    bottom: 15%;
    width: 90%;
    left: 5%;
}

#recentOwl .caption p {
    background: #FFF;
    padding: 25px 20px 15px 20px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    line-height: 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: -12px;
    font-weight: 400;
    width: 100%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.32);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.32);
}

#contentOwl .caption {
    display: block;
    position: absolute;
    bottom: 10%;
    width: 90%;
    left: 5%;
}

#contentOwl .caption p {
    background: #FFF;
    padding: 20px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 30px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    opacity: 0.9;
}

#recentOwl .caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #d52025;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    margin: 0 0 0 30px;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
}

.owl-nav {
    position: absolute;
    right: 10px;
    margin-top: -45px !important;
}

    .owl-nav button i {
        background: #d52025;
        padding: 10px;
        color: #FFF;
        font-size: 12px;
    }

    .owl-nav button {
        margin: 1px !important;
    }

    .content-left{
        float:left;
        width:70%;
    }

    .sidebar-right{
        float:right;
        margin-left:20px;
        width:calc(30% - 20px);
        position:sticky;
        top: 30px;
        margin-top: 30px;
    }

.last-posts, .category-posts, .category-post {
    padding: 30px 0 0px;
    margin: 0 15px;
}

    .last-posts .post, .category-posts .post, .category-post .post {
        display: inline-block;
        /* padding-bottom: 30px; */
        background: #FFF;
        margin-bottom: 13px;
        border: 1px solid #ddd;
        box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
    }

        .last-posts .post h2 {
            margin-top: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 23px;
            font-weight: 600;
        }

        .last-posts .post, .category-posts .post {
            font-size: 15px;
            width: 100%;
        }

            .category-post .post{
                font-size: 16px;
                font-family: 'Poppins', sans-serif;
                line-height: 26px;
                color: #000;
                /* padding: 10px 0; */
            }

            .sidebar-post-list {
                margin: 50px 0 30px;
                background: #FFF;
                padding: 20px;
                border-top: 4px solid #d52025 !important;
                border: 1px solid #ddd;
                box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
            }

.sidebar-categories, .sidebar-tags {
    margin: 0 0 30px;
    background: #FFF;
    padding: 20px;
    border-top: 4px solid #d52025 !important;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
}

.sidebar-categories:last-child {
    margin: 0;
}

.sidebar-categories ul {
    padding: 0;
}

.sidebar-categories li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .sidebar-categories a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin: 0 0 10px;
    }

.sidebar-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 17px;
    display: block;
}

.sidebar-post-list a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin: 0 0 10px;
}

.tagcloud a {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
    line-height: 40px;
    font-family: inherit;
    font-weight: 700;
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fafafa;
    margin-bottom: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .tagcloud a:hover {
        background: #d52025;
        color: #FFF;
    }

.sidebar-right .sidebar-ad img {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
}

.post:hover .hover-img > img {
    opacity: 0.6;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.last-posts .post .img img, .category-posts .post .img img, .category-post .post .img img {
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) and (max-width: 1900px) {
  .lzb-list-text {
      width: 72% !important;
  }
  .lzb-list-image {
    width: 20% !important;  
  }
  .lzb-list-title {
    font-size: 14px !important;  
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .searchButton {
      top: -35px !important;
      left: -70px;
  }
  .content-left{
    width:100%;
  }
  .sidebar-right{
    width: 100%;
  }
  .sidebar-categories:last-child{
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
      display: block;
      height: auto !important;
      width: 65%;
  }
  .cd-primary-nav > ul a{
    font-size: 17px !important;
  }
  .cd-primary-nav{
   padding-right: 7% !important;
  }

  .cd-primary-nav > ul a {
      font-size: 15px !important;
  }
  .cd-primary-nav > ul li {
      margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
      display: block;
      height: auto !important;
      width: 75%;
  }
  .cd-primary-nav > ul a{
    font-size: 17px !important;
  }
  .cd-primary-nav{
   padding-right: 7% !important;
  }

    .box-img-first {
        height: 106px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.last-posts .post .img{
   
    overflow: hidden;
    max-height: 260px;
}

.category-posts .post .img, .category-post .post .img {
    overflow: hidden;
    padding: 0;
}
.category-posts .content, .category-post .content {
    padding: 30px 20px 20px;
}
.last-posts .post .img img:hover, .category-posts .post .img img:hover, .category-post .post .img img:hover {
    transform: scale(1.09);
}
.last-posts .post .img {
    margin: 0;
    padding: 0;
}

.last-posts .post .content {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.video-gallery{padding:30px 0;width:84%;margin-left:8%;background:#000;margin-top: 30px;}
.video-gallery .video-gallery-wrapper{width:80%;/* padding:30px 0; */margin:0 auto;}
    .video-gallery .video-gallery-wrapper .title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 23px;
        font-weight: 600;
        color:#FFF;
        display:block;
        width:100%;
        margin-bottom:20px;
    }
.video-gallery .video-grid{/* display:grid; */width:100%;}
.video-grid .feat {
    width: 60%;
    /* display: grid; */
    position: relative;
    float: left;
}
.video-grid img{width:100%;}
.lzb-post-type {
    display: grid;
    background: rgba(0,0,0,.8);
    border: 3px solid #d52025;
    border-radius: 50%;
    color: #fff;
    align-content: center;
    justify-content: center;
    font-size: 24px;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
}
    .lzb-post-type span {
        margin: 0 0 0 2px;
       
    }

.lzb-video-text {
    padding: 60px 30px 30px;
    text-align: left;
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    float: left;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lzb-video-text-cont{width:100%;}
h3.lzb-video-cat {
    margin: 0 0 5px;
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    /* float: left; */
}
span.lzb-video {
    background: none !important;
    color: #ccc !important;
    float: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.lzb-video a{
    color:#CCC;
}

.lzb-video-title {
    margin: 0;
    width: 100% !important;
}

h2.lzb-video-title {
    color: #fff;
    font-size: 2.7rem;
    text-transform: capitalize;
    display: inline;
    letter-spacing: -.02em;
    line-height: 1.1;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}



.lzb-list {
    width: calc(40% - 20px);
    /* display: grid; */
    position: relative;
    float: left;
    margin-left: 20px;
}
.lzb-list-image {
    width: 70px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.lzb-list-text {
    float: left;
    /* margin-top: 12px; */
    width: 400px;
}

.lzb-list-title {
    font-size: 1.8rem;
    text-transform: capitalize;
    display: inline;
    letter-spacing: -.02em;
    line-height: 1.1;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    /* color: #FFF; */
    /* margin-left: 10px; */
}
.lzb-list-wrap h3.lzb-video-cat {
    /* margin-left: 20px; */
}

.lzb-list-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.lzb-list-wrap .lzb-post-type {
    display: grid;
    background: rgba(0,0,0,.8);
    border: 2px solid #d52025;
    border-radius: 50%;
    color: #fff;
    align-content: center;
    justify-content: center;
    font-size: 7px;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
}

.legal.desktop {
    height: 84px;
    background: #fcfcfc;
}
footer .legal .content {
    height: 84px;
}
footer .logo {
    margin-right: 4%;
}
footer .logo img {
    display: block;
    transition: all .3s ease;
    height: 34px;
}
.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
footer {
    margin-top: 35px;
}
footer nav a {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    font-family: 'Roboto Condensed', sans serif;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
footer nav {
    width: calc(80% - 65px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .legal-twocolumn {
    height: 50px;
    background: #fcfcfc;
    display: block;
}
footer .legal-twocolumn .content nav.copyright {
    width: 100%;
}
footer .copyright {
    font-weight: 500;
    margin-top: 2px;
}
footer a, footer span, footer .copyright {
    color: #626262;
    font-size: 12px;
}
footer .copyright {
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;
}
footer .content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .legal-twocolumn .content {
    height: 50px;
}
main.cd-main-content {
    height: 100%;
  
}
.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
}

    .cd-auto-hide-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-auto-hide-header.is-hidden {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {
        height: 80px;
      
    }
   
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
    left: 5%;
}

    .cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
        display: block;
        height: 30px;
    }

.cd-auto-hide-header .nav-trigger {
    /* vertically align its content */
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #f2f2f2;
}

    .cd-auto-hide-header .nav-trigger span {
        /* vertically align inside parent element */
        display: table-cell;
        vertical-align: middle;
    }

    .cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
        /* this is the menu icon */
        display: block;
        position: relative;
        height: 2px;
        width: 22px;
        background-color: #25283D;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-auto-hide-header .nav-trigger em {
        /* this is the menu central line */
        margin: 6px auto 14px;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

        .cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
            position: absolute;
            content: '';
            left: 0;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s;
        }

        .cd-auto-hide-header .nav-trigger em::before {
            /* this is the menu icon top line */
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

        .cd-auto-hide-header .nav-trigger em::after {
            /* this is the menu icon bottom line */
            -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
            transform: translateY(6px);
        }

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */
    background-color: rgba(255, 255, 255, 0);
}

    .cd-auto-hide-header.nav-open .nav-trigger em::before {
        /* rotate top line */
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cd-auto-hide-header.nav-open .nav-trigger em::after {
        /* rotate bottom line */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}

    .cd-primary-nav > ul {
        position: absolute;
        z-index: 2;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        display: none;
        box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
    }

        .cd-primary-nav > ul a {
            /* target primary-nav links */
            display: block;
            height: 50px;
            line-height: 50px;
            padding-left: 5%;
            color: #25283D;
            font-size: 2rem;
            border-top: 1px solid #f2f2f2;
            font-family: 'Roboto Condensed',sanf serif;
            font-weight: 600;
        }

            .cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
                color: #d52025;
                text-decoration: none;
            }

@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        /* vertically align its content */
        display: inline-block;
    }

        .cd-primary-nav > ul {
            /* vertically align inside parent element */
            display: inline-block;
            vertical-align: middle;
            /* reset mobile style */
            position: relative;
            width: auto;
            top: 0;
            padding: 0;
            background-color: transparent;
            box-shadow: none;
        }

            .cd-primary-nav > ul::after {
                clear: both;
                content: "";
                display: block;
            }

            .cd-primary-nav > ul li {
                display: inline-block;
                float: left;
                margin-right: 1.5em;
                height: 80px;
            }

                .cd-primary-nav > ul li:last-of-type {
                    margin-right: 0;
                }

            .cd-primary-nav > ul a {
                /* reset mobile style */
                height: 100%;
                line-height: normal;
                padding: 0;
                border: none;
                padding-top: 30px;
            }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
    /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
    display: block;
}

@media only screen and (min-width: 1024px) {
    .nav-open .cd-primary-nav ul,
    .cd-primary-nav ul:target {
        display: table-cell;
    }
}



/*  Ham Menu*/
.menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 2;
    right: 5%;
    top: 25px;
    cursor: pointer;
    display: none;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #d8241d;
    margin-bottom: 4px;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

   

.nav__content {
    position: fixed;
    top: 40%;
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
    width: 100%;
    text-align: center;
    font-size: calc(4vw + 10px);
    font-weight: 200;
    cursor: pointer;
}

.nav__list-item {
    position: relative;
    display: inline-block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-right: 25px;
}

    .nav__list-item:before {
        /* content: ""; */
        position: absolute;
        background: #d9241c;
        width: 20px;
        height: 1px;
        top: 100%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1;
    }

    .nav__list-item:hover:before {
        width: 100%;
    }

body.nav-active .menu-icon__line {
    background-color: #000;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    -webkit-transform: translateX(1px) rotate(45deg);
    transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    -webkit-transform: translateX(-2px) rotate(45deg);
    transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
    visibility: visible;
}

    body.nav-active .nav:before, body.nav-active .nav:after {
        -webkit-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }

    body.nav-active .nav:after {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    body.nav-active .nav:before {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

    body.nav-active .nav__list-item:nth-child(0) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    body.nav-active .nav__list-item:nth-child(1) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    body.nav-active .nav__list-item:nth-child(2) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    body.nav-active .nav__list-item:nth-child(3) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    body.nav-active .nav__list-item:nth-child(4) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    body.nav-active{overflow:hidden;}

    li.nav__list-item {
    float: left;
    width: 100%;
    margin: 10px;
}

ul.nav__list {
    display: inline-block;
    padding: 0;
    margin: 0;
    /* width: 150px; */
}

.nav__list a {
    color: #3c3c3c;
    font-weight: 500;
}

.search-container {
      width: 70px;
    position: absolute;
    display: flex;
    margin: 0 auto;
    float: right;
    right: 0;
    top: -15px;

  
}
.search-container a:focus {
    outline: initial !important;
    outline-offset: initial;
}
.search-container .fa-search:before {
        content: "\f002";
      color: #0b3e8a;
  }
.lang{
  float:left;
}
.searchTerm {
  width: 72%;
  padding: 5px;
  height: 100%;
  outline: none;
  background: transparent;
  color: transparent;
  border:none;
  letter-spacing: 2px;
}
.searchTerm::-webkit-input-placeholder { /* Edge */
  color: rgba(81, 81, 81, 0.5);
}

.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(81, 81, 81, 0.5);
}

.searchTerm::placeholder {
  color: rgba(81, 81, 81, 0.5);
}
.searchTerm:focus{
  color: #fff;
}
.searchTerm::-webkit-input-placeholder:focus {
   color: #fff;
}

.searchTerm:-moz-placeholder:focus { /* Firefox 18- */
   color: #fff;  
}

.searchTerm::-moz-placeholder:focus {  /* Firefox 19+ */
   color: #fff;  
}

.searchTerm:-ms-input-placeholder:focus {  
   color: #fff;  
}
.searchButton {
  width: 40px;
  border:none;
  height: 36px;
  background: transparent;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position:relative;
  top:-25px;
}

.wrap{
  float:left;
  width: 50px;
}


#search a:hover{
    color:transparent;
      text-decoration:none;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 10%;
    color: #fff;
  background-color: #0b3e8a;
  border-color: #0b3e8a;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

@media (max-width: 768px){
  footer nav a{
    display: block;
    width: 100%;
  }
  .cd-primary-nav > ul a{
    padding-left: 30px !important;
  }
  iframe{
    width: 100% !important;
  }
  .vcenter {
      width: 100% !important;
      float: initial;
      display: block;
  }
   .sidebar-categories:last-child{
    display: none;
  }
   .searchButton {
      left: -40px;
      top:-35px !important;
  }
  .cd-primary-nav > ul li::marker{
    display:none !important;
    content:"" !important;
  }
  #search input[type="search"]{
    font-size: 30px;
  }
  .cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
      display: block;
      height: auto;
      width: 80%;
  }
  .content-left{
    width: 100%;
  }
  .sidebar-right{
    width: 100%;
  }
  .video-gallery .video-grid {
      display: grid;
      width: 100%;
  }
  .cd-primary-nav > ul {
    position: fixed;
    height: 100vh;
    padding-left: 0;
}
  .vcenter{
    width: 100% !important;
        margin-top: 14px;
  }
  h2.lzb-video-title {
    color: #fff;
    font-size: 12px;  }
  footer .copyright {
      margin-left: 0;
      font-size: 12px;
      font-weight: 500;
      width: 100%;
  }
  .legal.desktop{
    height: 140px;
  }
  footer .legal .content {
      height: 64px;
  }
  footer .logo img {
      display: block;
      transition: all .3s ease;
      height: 34px;
      margin-right: 0;
      padding-right: 0;
      margin-left: 0;
      margin: 0 auto;
  }
  footer .legal-twocolumn .content {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      height: 30px;
  }
  .lzb-list-title {
    font-size: 13px;
  }
  .video-grid .feat{
    width: 100%;
  }
  .video-gallery{
    width: 100%;
    margin-left: 0;
  }
  .video-gallery .video-gallery-wrapper{
    width: 100%;
  }
  .lzb-list {
      width: 100%;
      display: grid;
      position: relative;
      float: left;
      margin-left: 0;
      margin-top: 10px;
  }
  .lzb-list-text {
      float: initial;
      /* margin-top: 12px; */
      width: 100%;
  }
}
@media (max-width: 1024px) {

    .menu-icon {
        display: block;
    }
}

.mega-menu {
    opacity:1;
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
}
.single-post .category-banner {
    width: 100%;
    margin: 10px 0;
}
.single-post .category-banner img {
    width: 100%;
}

.page-title-holder {
    height: 80px;
    background-color: #0072b9;
    margin-top: 80px;
}

.page-title-inner h1 {
    color: #FFF;
    /* margin-top: 66px; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.category-posts .category-top .label-line, .category-post .category-top .label-line {
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 40px;
    margin-right: 15px;
    background-color: #d52025;
}
.category-posts .category-top .title, .category-post .category-top .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .08em;
}

.category-posts .post h2, .category-post .post h2 {
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.7rem;
    font-weight: 600;
}
.category-posts .category-bottom, .category-post .category-bottom {
    margin-top: 20px;
}

.category-posts span.tags, .category-post span.tags {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.category-posts i, .category-post i {
    font-size: 1.5rem;
    color: #6d6d6d;
    margin-right: 10px;
}
.related-posts-wrapper{
    display: inline-block;
    background: #FFF;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
}
    .related-posts-wrapper .posts {
        padding: 20px 0;
    }

        .related-posts-wrapper .posts .label-line {
            display: inline-block;
            vertical-align: middle;
            height: 2px;
            width: 24px;
            margin-right: 15px;
            background-color: #d52025;
        }
    .related-posts-wrapper .title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 14px 0 0;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .08em;
    }
    .related-posts-wrapper .post .img {
        overflow: hidden;
        padding: 0;
    }
    .related-posts-wrapper .content {
        /* padding: 30px 20px 20px; */
    }
    .related-posts-wrapper h2 {
        margin-top: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
    }

.category-top {
    padding: 20px 0 0;
	margin-bottom:30px;
}

span.section-title {
    display: block;
    padding: 20px 20px 10px;
    width: 100%;
    border-top: 5px solid #d52025;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
}
section.related-posts {
    padding: 10px 0 0px;
    margin: 0 15px;
}


.next-posts-wrapper {
    background: white;
    display: flex;
    padding: 30px;
    margin: 20px 0 20px 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
    border-top: 5px solid #d52025;
}

.next-posts-container span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    width: 100%;
    display: block;
    padding: 0 0 6px 0;
    margin-bottom: 17px;
}

.next-posts-container h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
}

.next-posts-container .left {
    text-align: left;
}

.next-posts-container .right {
    text-align: right;
}

.next-posts-container {
    width: 100%;
}

.footer-container {
    background: #fff;
    padding: 30px;
}
.footer-container h3{
    font-size: 1.4em;
    font-family: 'Roboto Condensed',sanf serif;
    font-weight: 600;
}

.footer-container ul{
    list-style-type: none;
    padding: 0;
}
.footer-container .isitma-menu ul, .footer-container .populer-menu ul{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 1024px) {

    .footer-container .isitma-menu ul, .footer-container .populer-menu ul{
        columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
    }
}



.footer-container ul li a{font-size: 1.1em;line-height: 1.7em;font-family: 'Poppins', sans-serif;}

.footer-newsletter input[type="checkbox"] {
    margin-right: 5px;
}
.footer-newsletter input[type="email"] {
    padding:10px 7px;
    margin:10px 0 5px 0;
    border:1px solid lightgrey;
    width:calc(100% - 14px);
}
.footer-newsletter input[type="submit"]{
    width:100%;
    border:none;
    background:#4e4e4e;
    color:#FFF;
    padding:5px
}
.footer-newsletter a:link,.footer-newsletter a:visited, .footer-newsletter a:active{
    color: #d52025;
}
.footer-newsletter a:hover{
    color: #2a7fbd;
}