/*
THEME: Bingo | Responsive Multipurpose Parallax HTML5 Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/bingo-bootstrap-business-template/
DEMO: https://demo.themefisher.com/themefisher/bingo/
GITHUB: https://github.com/themefisher/Bingo-Bootstrap-Business-Template

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600|Epilogue:wght@100;200;300;400;500;600;700;800;900|Montserrat:wght@100;200;300;400;500;600;700;800;900");

body {
  line-height: 1.4;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: 'Epilogue', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  /* background: #f00; */
  background-color: #fff;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

html, body {
    overflow-x: hidden;
}

.wrapper {
    padding: 155px 0px 0px 0px;
    position: relative;
}

.wrapper:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1250px;
    margin: 0px auto;
    background: #fff;
    z-index: -1;
}

.body-bg-image .bg-dark-grey:after, .body-bg-image .bg-dark-grey:before {
    display: none;
}

.body-bg-image .bg-grey.home-bg {
    background: transparent;
}

.container {
    /* max-width: 1430px; */max-width: 1250px;
}

.wrapper .container {
    background: #fff;
}

p {
  font-family: 'Epilogue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h2, .title, .headline {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding: 5px 15px;
    margin: 20px 0px;
    border-left: 2px solid #9e0000;
}

.headline {
    display: inline-block;
    padding: 5px 20px 5px 0px;
    border-left: 0px;
    border-bottom: 2px solid #9e0000;
}

.line-title {
    position: relative;
    padding: 5px 10px;
    border: 0px !important;
}

.line-title::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 0px;
    right: 0px;
    height: 10px;
    background: #dedede;
}

.line-title span {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    background: #fff;
    z-index: 1;
}

.shadows:hover .line-title {
    color: #9e0000;
}

.shadows:hover .line-title::after {
    background: #9e0000;
}

/* h2 {
    display: inline-block;
    clear: both;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding: 5px 20px 10px 0px;
    margin: 0px;
    border-bottom: 2px solid #9e0000;
} */

h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-size: 24px;
    color: #969696;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

/* ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
} */

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #000;
}

img {
    max-width: 100%;
}

.img-box {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* background-size: auto 100%; */
}

.btn-main {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-main:hover {
  color: #fff;
  background: #9e0000;
  border: 1px solid #9e0000;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

div.clear {
    clear: both;
    line-height: 0px;
    padding: 0px;
    margin: 0px; 
}

.full {
    position: relative;
}

.full:before, .full:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 9999px;
}

.full:before {
    right: 100%;
}

.full:after {
    left: 100%;
}

.content-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3;
}

.shadows {
    -moz-box-shadow: 0px 0px 0px 0px #bdbdbd;
    -webkit-box-shadow: 0px 0px 0px 0px #bdbdbd;
    box-shadow: 0px 0px 0px 0px #bdbdbd;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

.shadows:hover {
    -moz-box-shadow: 0 0 10px 0 #bdbdbd;
    -webkit-box-shadow: 0 0 10px 0 #bdbdbd;
    box-shadow: 0 0 10px 0 #bdbdbd;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

select.custom-select:focus {
    text-decoration: none;
    outline: 0;
    border: 1px solid #ced4da;
    -moz-box-shadow: 0 0 0 0 #bdbdbd;
    -webkit-box-shadow: 0 0 0 0 #bdbdbd;
    box-shadow: 0 0 0 0 #bdbdbd;
}

select.custom-select:focus>option:checked {
    color: #fff !important;
    background: #9e0000 !important;
}

select.custom-select:focus>option:hover {
    color: #fff !important;
    background: #9e0000 !important;
}

.bg-grey, .bg-grey .container {
    background: #eee;
}

.bg-grey:after, .bg-grey:before {
    background: #eee;
}

.bg-dark-grey, .bg-dark-grey .container {
    background: #333;
}

.bg-dark-grey:after, .bg-dark-grey:before {
    background: #333;
}

.bg-f1 {
   background: #eee; 
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
  right: 0px;
  margin: 0px auto;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  margin: 0px 0px 0px -16px;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #9e0000;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #9e0000;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

/* .title {
  padding-bottom: 50px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #848484;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
} */

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #9e0000;
}

.bg-gray {
  background: #f9f9f9;
}

/* .header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
} */

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
    /* height: 160px; */height: 155px;
    /* overflow: hidden; */
    /* padding: 10px 0px; */padding: 10px 0px 0px 0px;
    transition: .3s all;
    background: #fff;
    border-bottom: 5px solid #9e0000;
    box-shadow: 0px 0px 0px rgba(43, 43, 43, 0.4);
}

.navigation .container {
    height: 100%;
    background: #fff;
}

.navigation .logo-default {
  display: block;
  /* width: 300px; */
  /* width: 295px; */width: 250px;
  transition: .3s all;
}

.navigation .dropdown-toggle::before, .navigation .dropdown-toggle::after, .dropdown-toggle::after {
  display: none;
}

.navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: 2px;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 19.5px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  transition: .2s ease-in-out 0s;
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}

.navigation .navbar-light .navbar-nav .nav-item:hover, .navigation .navbar-light .navbar-nav .nav-item:hover .nav-link {
    background: #9e0000 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.navigation .navbar-light .navbar-nav .nav-item.active:hover, .navigation .navbar-light .navbar-nav .nav-item.active:hover .nav-link {
    font-weight: 600 !important;
}

/* .navigation .navbar-light .navbar-nav .nav-item:after {
    position: absolute;
    content: '';
    bottom: 10px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: transparent;
} */

/* .sticky-header.navigation .navbar-light .navbar-nav .nav-item:after {
    bottom: 5px;
} */

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #000;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover:after, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active:after, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus:after {
    background: #9e0000;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
    color: #fff;
    background: #9e0000;
}

/* .navigation .navbar-light .navbar-nav .nav-item.active:after {
    background: #9e0000;
} */

.btn-download {
    position: relative !important;
    /* max-width: 200px; */
    margin: 0px 0px 20px 0px !important;
    z-index: 4;
}

.btn-popup, .popup-btn {
    position: absolute;
    left: 120px;
    bottom: 15px;
    max-width: 200px;
    margin: 0px !important;
    z-index: 4;
}

.btn-popup:hover, .popup-btn:hover,
.btn-download:hover, .btn-download:focus {
    color: #fff !important;
    background: #9e0000;
}

.popup-btn {
    position: relative;
    left: auto;
    bottom: auto;
    display: block !important;
    clear: both !important;
    margin: 20px 0px !important;
    float: none !important;
}

.fr-fil.fr-dii {
    float: left;
    margin: 0px 15px 15px 0px;
}

.fr-fic.fr-dii {
    max-width: 100%;
}

/* width : 390px ----------- */
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
    .fr-fil.fr-dii {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        margin: 0px auto 20px;
    }
}

.date {
    font-size: 12px;
    line-height: 15px;
    color: #979797;
    padding: 0;
    margin: 0px;
    font-weight: 400; 
}


.no-border-padd {
    border: 0px !important;
    padding-left: 0px !important;
    color: #c0c0c0 !important;
    font-size: 14px !important;
}



/* width : 1420px ----------- */
@media only screen and (max-width: 1420px), only screen and (max-device-width: 1420px) {
    /* .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 20px 8px;
    }

    .sticky-header.navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 8px 10px !important;
    }

    .sticky-header.navigation .navbar-light .navbar-nav .nav-item:after {
         bottom: 10px;
     }

    .navigation {
        height: 140px;
    }

    .navigation .logo-default {
        width: 240px;
    }

    .wrapper {
        padding: 140px 0px 0px 0px;
    }

    .navigation .dropdown-item {
        font-size: 14px;
    } */
}

/* width : 1300px ----------- */
@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
    .container {
        max-width: 1300px;
    }

    .navigation {
        height: 125px;
    }

    .navigation .logo-default {
        width: 170px;
    }

    /* .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    } */

    .wrapper {
        padding: 125px 0px 0px 0px;
    }

    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        font-weight: 500;
    }

    .navigation .navbar-light .navbar-nav .nav-item:hover, .navigation .navbar-light .navbar-nav .nav-item:hover .nav-link {
        font-weight: 500 !important;
    }

    .dropdown-menu {
        font-size: 14px;
    }
}


/* width : 1180px ----------- */
@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
    }

    .navigation {
        height: 120px;
    }

    .wrapper {
        padding: 120px 0px 0px 0px;
    }
    
    /* .wrapper {
        padding: 170px 0px 0px 0px;
    } */
    /* .navigation .logo-default,
    .sticky-header.navigation .logo-default {
        width: 140px;
    }

    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 15px 4px;
    }

    .navigation {
        height: 105px;
    }

    .wrapper {
        padding: 105px 0px 0px 0px;
    } */
}

/* width : 1100px ----------- */
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 10px 10px;
    }
}

/* width : 1040px ----------- */
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px) {
    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
}

.footer-menu.navigation {
    float: right;
    /* display: inline-block; */
    vertical-align: middle;
    box-shadow: 0px 0px 0px 0px transparent;
    background: transparent;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border: 0px;
    height: auto !important;
    padding: 0px;
}

.footer-menu ul {
    display: block;
    flex-direction: unset;
    font-size: 14px;
    font-weight: 600;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    display: block;
    color: #000;
    padding: 15px 10px !important;
    text-decoration: none;
}

.footer-menu ul li.active a, .footer-menu ul li a:hover {
    color: #9e0000;
}

.footer-menu .dropdown-menu, .footer-menu .dropdown-toggle i {
    display: none !important;
    
}

@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }
  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}

.navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  color: #fff;
  background-color: #9e0000;
}

.navigation .dropdown-submenu .dropdown-menu .dropdown-item {
    color: #fff;
}

.navigation .dropdown-submenu .dropdown-menu .dropdown-item.active,
.navigation .dropdown-submenu .dropdown-menu .dropdown-item:hover {
    color: #9e0000;
}

@media (min-width: 992px) {
  .navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -10px;
    margin: 0px 0px 0px 10px;
  }
  .navigation .dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    /* margin: 0; */margin: 0px 10px 0px 0px;
    /* top: -5px; */ top: -10px;
    padding: 10px;
  }

  .navigation .drop-right0 {
    left: auto !important;
    /* right: 5px !important; */right: 0px !important
  }

  .navigation .dropdown-menu li:first-child .dropdown-menu {
      top: -10px;
  }
  .navigation .dropdown-submenu .dropdown-menu {
    color: #fff;
    background-color: #9e0000;
  }
}

.navigation .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  /* top: 80%; */  top: auto; 
  /* left: 5px; */left: 0px;
  /*left: 0px; right: inherit; */
  display: block;
  visibility: hidden;
  opacity: 0;
  /* padding: 0px 10px; */padding: 10px;
  margin: 0px;
  background: #9e0000;
  transition: .3s ease; 
}

.navigation .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* .navigation .dropdown-menu li:first-child {
  margin-top: 12px;
} */

/* .navigation .dropdown-menu li:last-child {
  margin-bottom: 12px;
} */

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transition: 0s;
  }
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
  .navigation .dropdown-menu {
    float: left;
    width: 100%;
  }
}

.navigation .dropdown-item {
  color: #fff;
  transition: .2s ease;
  padding: 8px 20px; /*padding: 8px 0px; */
  text-decoration: none;
}

.navigation .dropdown-item:focus, .navigation .dropdown-item:hover {
  color: #9e0000;
  background: #fff;
}

.navigation .dropdown-item.active, .navigation .dropdown-item:active {
  color: #9e0000;
  background: #fff;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.sticky-header.navigation {
    height: 103px;
}

.sticky-header.navigation .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 19.5px 7px 19.5px;
    line-height: 20px;
}

.sticky-header.navigation .logo-default {
    /* width: 170px; */width: 150px;
    transition: .3s all;
}

.sticky-header .navbar {
    padding: 0px;
    transition: .3s all;
}

.navbar {
    /* padding: 15px; */padding: 0px;
    transition: .3s all;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    /* background: #fc0; */
}

.navbar-brand {
  height: auto;
  padding: 0px;
}

.navbar-brand h1 {
  margin: 0;
}

.head {
    font-size: 12px;
    /* height: 32px; */
    /* overflow: hidden; */
    color: #000;
    /* background: #fc0; */
    position: absolute;
    top: 30px;
    right: 15px;
    transition: .3s all;
}

/* .head .container {
    background: #000;
} */

.head a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    padding: 0px 15px;
    text-decoration: none;
}

.head a:hover {
    color: #000;
    text-decoration: underline;
}

.head a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    width: 20px;
    height: 20px;
}

.head a i:before {
    line-height: 20px;
}

.head a i.icon-phone {
    font-size: 18px;
}

.sticky-header.navigation .head {
    top: 12px;
    transition: .3s all;
}



.grey-bg, .grey-bg:after, .grey-bg:before {
    background: #f2f2f2;
}

.content-s {
    padding-top: 25px;
    padding-bottom: 25px;
}

/*** gallery slider ***/
#gallery-swiper-slider {
    width: 700px;
    height: 115px;
    margin: 0px auto;
    overflow: hidden;
}

#gallery-swiper-slider .swiper-container {
  width: 580px;
  height: 115px;
  margin: 0px 60px;
  position: relative;
}

#gallery-swiper-slider .swiper-slide {
  float: left; 
  overflow: hidden;
  width: 145px !important;
  height: 115px !important;
}

.swiper-slide img {
  margin: 0px 5px;
  height: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -60px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -60px !important;
}

.swiper-button-next, .swiper-button-prev {
  top: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  margin: 0px !important;
  width: 60px !important;
  background: #f2f2f2 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  font-size: 20px !important;
  text-align: center;
  color: #9e9e9e;
  background: #f3f3f3;
}
/*** ***/



/* width : 1450px ----------- */
@media only screen and (max-width: 1450px), only screen and (max-device-width: 1450px) {
    .head {
        top: 40px;
    }

    .sticky-header.navigation .head {
        top: 24px;
    }
}

/* width : 1300px ----------- */
@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
    .head {
        top: 30px;
    }

    .sticky-header.navigation .head {
        top: 24px;
    }

    .navigation .dropdown-item {
        padding: 8px 10px;
    }

    .grey-bg {
        width: 555px;
        margin: 0px auto;
    }
    
    #gallery-swiper-slider {
        width: 555px;
    }

    #gallery-swiper-slider .swiper-container {
        width: 435px;
    }
}

/* width : 1180px ----------- */
@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
    .sticky-header.navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 8px 15px;
    }
}

/* width : 1100px ----------- */
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
    .sticky-header.navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 8px 10px;
    }

    
    /* #gallery-swiper-slider {
        width: 820px;
      }

      #gallery-swiper-slider .swiper-container {
        width: 700px;
      } */
}

/* width : 991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .head {
        top: 0px;
        right: 90px;
    }

    .sticky-header.navigation .head {
        top: 0px;
    } 
}

/* width : 880px ----------- */
@media only screen and (max-width: 880px), only screen and (max-device-width: 880px) {
    .head {
        left: 200px;
    }
    .head a {
        position: absolute;
        top: 40px;
        right: 30px;
    }

    .head a:first-child {
        right: 170px;
    }

    .head a i {
        margin: -1px 5px 0px 0px;
    }

    .search-box {
        float: right;
    }

    .post-list.mt-40 {
        margin-top: 0px !important;
    }
}


/* width : 700px ----------- */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    .grey-bg {
        width: 560px;
    }

    #gallery-swiper-slider .swiper-slide {
        width: 120px!important;
        height: 96px!important;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        width: 35px;
        height: 35px;
        line-height: 35px!important;
        font-size: 18px!important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -40px!important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -40px!important;
    }

    #gallery-swiper-slider {
        width: 560px;
        height: 96px;
    }

    #gallery-swiper-slider .swiper-container {
        width: 480px;
        height: 96px;
        margin: 0px 40px;
    }
}

/* width : 680px ----------- */
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {
     .head  {
        right: 70px;
        left: 175px;
    }

    .head a {
        right: 45px;
        padding: 0px;
    }

    .head a:first-child {
        right: 170px;
        padding: 0px 15px 0px 0px;
    }

    .head a i {
        margin: -1px 5px 0px 0px;
    }
}

/* width : 600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .head {
        right: 60px;
    }

    .head a {
        top: 5px;
        right: 0px;
    }

    .head a:first-child {
        right: 145px;
        padding: 0px;
    }

    /* .head a {
        top: 42px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .head a:first-child {
        right: 80px;
    } */

    .grey-bg {
        width: 100%;
    }

    #gallery-swiper-slider {
        width: 440px;
    }

    #gallery-swiper-slider .swiper-container {
        width: 360px;
    }
}

/* width : 530px ----------- */
@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {
    .head {
        left: 120px;
    }

    .head a:first-child {
        top: 0px;
        right: 0px;
    }

    .head a {
        top: 20px;
    }
}

/* width : 500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    #gallery-swiper-slider {
        width: 320px;
    }

    #gallery-swiper-slider .swiper-container {
        width: 240px;
    }
}


/* width : 470px ----------- */
/* @media only screen and (max-width: 470px), only screen and (max-device-width: 470px) {
    .head a {
        padding: 3px 15px 3px 0px;
    }

    .head a:last-child {
        padding: 3px 0px;
    }

    .head a i {
        margin: 0px 5px 0px 0px;
    }

    .head a i.icon-phone {
        margin: 0px;
    }
} */

/* width :390px ----------- */
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
    .btn-popup, .popup-btn {
        left: 90px;
    }

    .head a {
        font-size: 10px;
    }

    #gallery-swiper-slider .swiper-slide {
        width: 100px!important;
        height: 80px!important;
      }

      .swiper-button-next, .swiper-button-prev {
        width: 35px !important;
      }

      .swiper-button-next:after, .swiper-button-prev:after {
        width: 30px;
        height: 30px;
        line-height: 30px!important;
        font-size: 16px!important;
      }

      .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -35px!important;
      }

      .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -35px!important;
      }

      #gallery-swiper-slider {
        width: 270px;
        height: 80px;
      }

      #gallery-swiper-slider .swiper-container {
        width: 200px;
        height: 80px;
        margin: 0px 35px;
      }
    
    /* .head {
        font-size: 10px;
    }

    .head a {
        padding: 8px 15px 8px 0px;
    }

    .head a:last-child {
        padding: 8px 0px;
    }

    .head a i {
        display: none;
    } */
}



.social-media {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 155px;
    color: #fff;
    background: #9e0000;
    overflow: hidden;
    transition: .3s all;
}

.social-media a {
    display: block;
    clear: both;
    width: 60px;
    margin: 12px auto;
    text-align: center;
    text-decoration: none;
    transition: .3s all;
}

.social-media i {
    color: #fff;
    width: 60px;
    font-size: 25px;
    transition: .3s all;
}

.social-media a.facebook:hover i, .share .facebook:hover i {
    color: #1877f2;
}

.social-media a.instagram:hover i, .share .instagram:hover i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-media a.youtube:hover i, .share .youtube:hover i {
    color: #ff0000;
}

.social-media a.twitter:hover i, .share .twitter:hover i {
    color: #1d9bf0;
}

.sticky-header .social-media {
    height: 100px;
    transition: .3s all;
}

.sticky-header .social-media a {
    margin: 5px auto;
    transition: .3s all;
}

.sticky-header .social-media a i {
    font-size: 20px;
    transition: .3s all;
}

#footer .social-media {
    position: relative;
    top: auto;
    right: auto;
    width: inherit;
    height: auto;
    color: #fff;
    background: transparent;
}

#footer .social-media a {
    display: inline-block;
    vertical-align: middle;
    clear: none;
    width: 60px;
    margin: 5px auto;
    text-align: center;
}

/* #footer .social-media i {
    color: #fff;
    width: 60px;
    font-size: 25px;
} */

/* width : 1450px ----------- */
@media only screen and (max-width: 1450px), only screen and (max-device-width: 1450px) {
    .social-media {
        width: auto;
        height: 32px;
    }

    .social-media a {
        display: inline-block;
        vertical-align: middle;
        clear: none;
        margin: 3px 0px;
        width: 60px;
        height: 25px;
    }

    .social-media i {
        font-size: 22px;
        height: 25px;
        overflow: hidden;
        display: block;
    }

    .social-media i:before {
        display: block;
        line-height: 25px;
        margin: 0px auto;
    }

    .sticky-header .social-media {
        height: 25px;
    }

    .sticky-header .social-media a {
        margin: 0px;
        width: 50px;
    }

    .sticky-header .social-media i {
        font-size: 17px;
    }
}

/* width : 991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .social-media {
        height: 80px;
        overflow: hidden;
    }

    .social-media a {
        display: block;
        clear: both;
        width: 50px;
        height: auto;
        margin: 2px auto;
    }

    .social-media i {
        font-size: 18px;
        width: 50px;
        height: auto;
    }

    .social-media i:before {
        line-height: 24px;
    }

    .sticky-header .social-media {
        height: 80px;
    }

    .sticky-header .social-media a {
        margin: 2px auto;
        width: 50px;
    }

    .sticky-header .social-media a i {
        font-size: 18px;
        width: 50px;
        height: auto;
    }

    .sticky-header .social-media i:before {
        line-height: 24px;
    }
}

/* width : 600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .social-media a, .social-media i, .sticky-header .social-media, .sticky-header .social-media a, .sticky-header .social-media a i {
        width: 45px;
    }
}

/* width : 530px ----------- */
@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {
    .social-media, .sticky-header .social-media {
        height: 85px;
    }

    .social-media a, .sticky-header .social-media a {
        margin: 4px auto;
    }
}

/* width : 500px ----------- */
/* @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .navigation, .sticky-header.navigation, .social-media {
        height: 95px;
    }

    .social-media i:before {
        line-height: 25px;
    }
} */

/* width : 460px ----------- */
/* @media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
    .social-media, .social-media a, .social-media i {
        width: 40px;
    }
} */

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

@media (max-width: 768px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none !important;
  }
}

.hero-slider:hover .prevArrow {
  left: 20px;
}

.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: .2s ease;
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  transition: .2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  transition: .2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}

.about .btn-about {
  background: #28ABE3;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}

.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #28ABE3;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #28ABE3;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.google-map {
  position: relative;
}

.google-map .map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 30px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}


/*=================================================================
  filter
==================================================================*/
.month-filter, 
.filter {
    display: table;
    vertical-align: middle;
    width: 100%;
    margin: 20px auto;
}

.month-filter a {
    text-decoration: none;
    color: inherit;
}

.month-filter span,
.filter a {
    /* display: table-cell; */display: inline-block;
    vertical-align: middle;
    /* width: 7.7%; */
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 0px 0px 30px;
    text-decoration: none;
}

.month-filter span.active, .month-filter span:hover,
.filter a:hover, .filter span.active a {
    color: #9e0000;
}

.filter span.active a {
    position: relative;
}

.filter span.active a::before {
    position: absolute;
    content: "\f123";
    bottom: -10px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    font-family: 'themefisher-font' !important;
    color: #9e0000;
    margin: 0px auto;
    text-align: center;
}


.month-filter .year {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    color: #9e0000;
    padding: 0px;
}

.filter a {
    padding: 5px 20px;
    margin: 5px 0px;
}

.filter {
    margin: 0px 0px 30px -20px;
}

.fr-video {
    display: block;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 25px; */
    height: 0px;
    max-width: 100%;
    margin: 40px auto 0px;
}

.fr-video iframe {
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

video {
    display: block;
    max-width: 100%;
    margin: 0px auto 25px;
}

/* width :1300px ----------- */
@media only screen and (max-width: 1320px), only screen and (max-device-width: 1320px) {
    .month-filter span {
        padding: 0px 0px 0px 30px;
    }
}

/* width :1160px ----------- */
@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
    .month-filter span {
        padding: 0px 0px 0px 20px;
    }
}

/* width :1030px ----------- */
@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
    .month-filter span {
        padding: 0px 0px 0px 15px;
    }
}

/* width :991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .month-filter {
        display: block;
        clear: both;
        text-align: center;
    }

    .month-filter span {
        padding: 5px 10px;
    }

    .month-filter .year {
        display: block;
        clear: both;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }
}

/*=================================================================
  maps
==================================================================*/
.leaflet-popup-content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: -15px 0px 0px 0px;
}

.leaflet-popup-content a {
    color: #333 !important;
    text-decoration: none;
}

.leaflet-popup-content a:hover, .leaflet-popup-content a:hover h2 {
    color: #9e0000 !important;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}


/*=================================================================
  search
==================================================================*/

.search-box {
    /* float: right; */
    margin: 0px;

    /* position: absolute;
    top: 45px;
    right: 0px; */
    display: inline-block;
    vertical-align: middle;
    /* background: #f00; */
    border: 0px solid #ccc;
    box-shadow: 0px 0px 2px rgba(43, 43, 43, 0.4);
}

.search-box input {
    float: left;
    width: 180px;
    height: 30px;
    /* height: 25px; */
    font-family: 'Epilogue', sans-serif;
    font-size: 12px;
    padding: 0px 10px;
    color: #000;
    background: #fff;
    /* border: 0px; */
    border: 0px solid #fff;
}

.search-box input:focus, .search-box input.focus, .search-box input::selection {
    border: 0px solid #fff;
}

.search-box input::placeholder {
    color: #000;
}

.search-box .ss-search-form__submit {
    float: left;
    height: 30px;
    color: #000;
    background-color: #e0e0e0;
    border: 0px;
}

.search-box .ss-search-form__submit:hover {
    color: #fff;
    background-color: #9e0000;
}

.search-box .ss-search-form__submit {
    color: transparent;
    background: url('/storage/app/media/search.svg') no-repeat center;
    opacity: 0.5;
}

.search-box .ss-search-form__submit:hover {
    color: transparent;
    background-color: transparent;
    opacity: 1;
}

.search-box .ss-search-form__submit:focus, .search-box .ss-search-form__submit.focus {
   border: 0px;
   outline: none;
}

.box-search {
    display: block;
    clear: both;
    max-width: 300px;
    margin: 20px 0px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 2px rgba(43, 43, 43, 0.4);
}

.box-search input {
    float: left;
    width: 250px;
    height: 30px;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    padding: 0px 10px;
    color: #000;
    background: #fff;
    /* border: 0px; */
    border: 0px solid #000;
}

.box-search input:focus, .box-search input.focus {
    border: 0px solid #000;
}

.box-search .ss-search-form__submit {
    color: transparent;
    background: #fff url('/storage/app/media/search.svg') no-repeat center;
    border: 0px;
    height: 30px;
    width: 50px;
}

.box-search .ss-search-form__submit:hover {
    background-color: #e7e7e7;
}

.box-search .ss-search-form__submit, .box-search .ss-search-form__submit:focus, .box-search .ss-search-form__submit.focus {
    border: 0px;
    outline: none;
}

*:focus {
    outline: none;
}


/*** ***/
.ss-result {
    position: relative;
    padding: 20px 0px;
    /* border-bottom: 1px solid #c0c0c0; */
}

.ss-result .btn {
    float: none;
    max-width: 250px;
    margin: 20px 0px 0px 0px;
    /* color: transparent; */
}

.ss-result mark, .ss-result .mark {
   background-color: #ededed; 
}

.ss-result:hover .btn {
    color: #fff;
    background: #9e0000;
}

.sticky-header .search-box input, .sticky-header .search-box .ss-search-form__submit {
    height: 25px;
}

/* width :1550px ----------- */
/* @media only screen and (max-width: 1550px), only screen and (max-device-width: 1550px) {
    .search-box {
        margin-right: 200px;
    }
} */

/* width :991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .sticky-header .search-box input, .sticky-header .search-box .ss-search-form__submit {
        height: 30px;
    }
}


/* width :768px ----------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    body, p {
        font-size: 15px;
    } 

    .headline {
        margin: 0px 0px 25px 0px;
    }
    /* .search-box {
        position: absolute;
        top: 55px;
        right: 70px;
        z-index: 10;
    }

    .search-box .ss-search-form__submit {
        width: 35px;
        background-color: #e0e0e0;
        opacity: 1;
    }

    .search-box input {
        color: #000;
        border-bottom: 1px solid #000;
        background-color: #fff;
    }

    .search-box input::placeholder {
        color: #000;
    } */
}

/* width :600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .search-box {
        /* right: 45px; */        
        position: absolute;
        top: 30px;
        right: 50px;
    }

    .search-box input {
        width: 150px;
    }
}

/* width :530px ----------- */
@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {
     .search-box {
        top: 40px;
     }
}

/* width :500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    /* .search-box .ss-search-form__submit {
        width: 40px;
    }

    .search-box input {
        width: 130px;
    } */
    .search-box .ss-search-form__input {
        width: 35px;
        overflow: hidden;
        height: 30px;
        position: relative;
    }

    .search-box input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
        /* background: #fc0; */
        padding: 0px 10px;
        z-index: -1;
    }

    /* .search-box .ss-search-form__submit {
        position: absolute;
        top: 0px;
        right: 0px;
    } */

    .search-box {
        width: 35px;
        overflow: hidden;
        height: 30px;
    }

    .search-box .ss-search-form__submit {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 30px;
        width: 35px;
        padding: 0px;
        /* background: #f00; */
    }

    .search-box:after {
        position: absolute;
        content: '';
        top: 0px;
        right: 0px;
        width: 35px;
        height: 30px;
        z-index: 99999999999;
        cursor: auto;
    }

    .search-box.open {
        width: 185px;
        height: 30px;
    }

    .search-box.open:after {
        display: none;
    }

    .search-box.open .ss-search-form__input {
        width: 185px;
    }

    .search-box.open input {
        z-index: 1;
    }

    
}

/* width :350px ----------- */
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
   .box-search {
       width: 280px;
   }

   .box-search input {
       width: 230px;
   }
}



/*=================================================================
  link
==================================================================*/
.link {
    position: relative;
    padding: 5px 0px;
    display: inline-block;
    text-decoration: none;
}

.link:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 20px;
    right: 0px;
    height: 1px;
    background: #000;
}

.link:hover:after {
    background: #fff;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28ABE3;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #F6F6F6;
}

.team .team-member {
  background: #fff;
  margin-bottom: 30px;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 145px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #F6F6F6;
}

.posts {
  padding-bottom: 40px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: #eeeeee;
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: .3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}

.post-content-share li a:hover {
  background: #28ABE3;
  border-color: #28ABE3;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}

.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.comment-list-item:last-child {
  border: 0;
}

.comment-list-item-image {
  margin-right: 20px;
}

.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}

.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}

.comment-list-item-content p {
  margin-bottom: 5px;
}

.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}

.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}

.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}

.comment-form textarea.form-control {
  height: 200px !important;
}

.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: .3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: .3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28ABE3;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28ABE3;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  image
==================================================================*/
.post-page .featured-images {
    /* height: 540px; */
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto 100%; */background-size: contain;
}

.post-page .featured-images img {
    display: block;
    clear: both;
    width: auto;
    height: 100%;
    margin: 0px auto;
    float: none;
    max-width: 700px;
}

/* width :800px ----------- */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .post-page .featured-images {
        height: 400px;
    }
}

/* width :500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .post-page .featured-images {
        height: 300px;
    }
}

/* .topoteka-content-icon {
    background: url('/storage/app/media/icons/topoteka.png') no-repeat left center / 100px auto;
    display: inline-block;
    padding: 50px 0px 45px 110px;
    vertical-align: middle;
} */

/*=================================================================
  Footer section
==================================================================*/
#footer {
    background: #fff;
}

.top-footer {
  /* background-color: #222222; */
  /* border-top: 1px solid #404040; */
  position: relative;
  padding: 50px 0px;
  /* background: #9e0000 url('/storage/app/media/zkvh-logo-footer.svg') no-repeat top center; */
}

.top-footer, .top-footer:after, .top-footer:before, .top-footer .container {
    background: #9e0000;
}

.top-footer .row:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 0px;
    bottom: 0px;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('/storage/app/media/zkvh-logo-footer.svg');
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: center;
    /* background-size: cover; */
}

.top-footer .col {
    z-index: 5;
}

.top-footer h1 {
    font-size: 20px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.top-footer h5 {
    display: block;
    clear: both;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.top-footer .footer-logos {
    display: block;
    float: left;
    /* padding: 0px 0px 20px 0px; */padding: 45px 0px 0px 0px;
    max-width: 420px;
}

.top-footer .footer-logos a {
    float: left;
    padding: 0px;
    margin: 0px 5px 5px 0px;
}

.top-footer .footer-logos img {
    height: 40px;
}

.top-footer p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 20px 0px;
  margin: 0px;
  /* padding-right: 20px; */
}

.top-footer .footer-address {
    color: #fff;
    margin: 15px 0px 0px 0px;
}

.top-footer a {
    display: inline-block;
    margin: 10px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
}

.top-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  float: left;
  width: 100%;
  /* text-align: center; */
  /* background-color: #1b1b1b; */
  /* border-top: 1px solid #2c2c2c; */
  padding: 10px 0px;
}

.footer-bottom, .footer-bottom:after, .footer-bottom:before, .footer-bottom .container {
    background: #171717;
}

.footer-bottom .navigation {
    height: auto;
    overflow: visible;
}

.footer-bottom h1 {
    float: left;
    /* display: inline-block; */
    /* vertical-align: middle; */
    font-size: 14px;
    color: #fff;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom .mf {
    font-size: 12px;
    text-align: right;
    float: right;
    text-decoration: none;
}

.footer-bottom .mf img {
    width: 100px;
}

.footer-middle {
    padding: 20px 0px;
}

.footer-middle .pecat img {
    width: 130px;
}

/* width :1150px ----------- */
@media only screen and (max-width: 1150px), only screen and (max-device-width: 1150px) {
    .footer-middle .pecat img {
        width: 100px;
    }

    .footer-menu ul li a {
        padding: 10px 5px !important;
    }

    /* .footer-bottom .navigation {
        display: block;
        clear: both;
        float: left;
        margin: 20px 0px 0px 0px;
        width: 100%;
    }

    .footer-bottom h1 {
        width: 100%;
        text-align: center;
    } */
}

/* width :991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .footer-menu.navigation .nav-link {
        padding: 10px 5px !important;
    }
}

/* width :950px ----------- */
@media only screen and (max-width: 950px), only screen and (max-device-width: 950px) {
    .footer-middle {
        padding: 15px 0px;
    }

    .footer-menu.navigation {
        display: block;
        clear: both;
        width: 100%;
        float: none;
        margin: 15px auto 0px;
    }

    .footer-menu.navigation .nav-link {
        padding: 5px !important;
    }

    .footer-middle .pecat {
        float: none;
        margin: 0px auto;
        text-align: center;
        display: block;
        clear: both;
    }

    .footer-middle .pecat img {
        width: 120px;
    }
}

/* width :800px ----------- */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .top-footer {
        padding: 25px 0px;
    }

    .top-footer .row {
        display: block;
    }

    .top-footer .col {
        width: 100%;
        display: block;
        clear: both;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .footer-middle img {
        height: 50px;
    } */

    .footer-menu.navigation {
        display: block;
        clear: both;
        text-align: center;
        float: none;
    }

    .footer-menu ul {
        font-size: 12px;
    }

    /* .footer-bottom h1 {
        display: block;
        clear: both;
        text-align: center;
        float: none;
        padding: 0px 0px 10px 0px;
    } */

    .top-footer .footer-logos {
        padding: 0px;
    }

    .footer-bottom .navigation {
        margin: 0px;
        height: auto !important;
    }
}

/* width :600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .footer-bottom h1 {
        display: block;
        clear: both;
        text-align: center;
        float: none;
        padding: 0px 0px 10px 0px;
    }
    
    .footer-bottom .mf {
        display: block;
        clear: both;
        float: none;
        margin: 0px auto;
        text-align: center;
    }
}

/* width :500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .top-footer .footer-logos {
        max-width: 330px;
    }
    .top-footer .footer-logos img {
        height: 30px;
    }
}


.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}



/*============================================================
	back-to-top
==============================================================*/
.back-to-top,
.back-to-top:hover {
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transition-duration: 0.3s; }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.back-to-top.back-to-top-fade-out {
  opacity: 0.4; }

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
.back-to-top i:before {
    display: block;
    margin: 0px auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}




/*============================================================
	category-list
==============================================================*/
.ddrop-box {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.category-list {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    padding: 0px 0px 0px 50px;
    margin: 0px;
}

.category-list:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    bottom: 5px;
    width: 3px;
    background: #9e0000;
}

.category-list ul {
    list-style-type: none;
    padding: 0;
}

.category-list li {
    border-bottom: 1px solid #979797;
}

.category-list li a, .category-list li span {
    display: block;
    font-weight: 600;
    color: #000;
    padding: 10px 0px;
    cursor: pointer;
    text-decoration: none;
}

.category-list li a:hover {
    color: #9e0000;
}

.category-list li .badge {
    display: none;
}

.category-list li ul li a, .category-list li ul li span {
    padding: 10px 0px 10px 40px;
}

.category-list li ul li ul li a, .category-list li ul li ul li span {
    padding: 10px 0px 10px 80px;
}


.category-list li ul li:last-child {
    border-bottom: 0px;
}

.box-category-list {
    padding: 15px;
    background: #e5e5e5;
}

.box-category-list h2 {
    display: block;
    position: relative;
    padding: 10px 55px 10px 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    border: 0px;
    background: #fff;
}

/* .box-category-list h2:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #9e0000;
} */

.box-category-list h2 img {
    width: 45px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.box-category-list .category-list {
    padding: 15px 0px 0px 0px;
    list-style-type: none;
}

.box-category-list .category-list:after {
    display: none;
}

.box-category-list .category-list li a, .box-category-list .category-list li span {
    padding: 10px 10px 10px 20px;
    text-decoration: none;
}

.box-category-list .category-list li a:hover, .box-category-list .category-list li a.active {
    color: #9e0000;
    background: #fff;
}

.box-category-list .category-list li ul li:last-child {
    border-bottom: 0px;
}

.box-category-list .category-list li ul li a {
    padding: 10px 10px 10px 40px;
}

.box-categories {
    padding: 50px 0px;
    max-width: 1100px;
}

.box-category-list .category-list .ddbox span.ddrop {
    padding: 10px 10px 10px 40px;
}

.box-category-list .category-list .ddbox a {
    padding: 10px 10px 10px 60px;
}

.title-b {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.title-b img {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    margin: 0px 20px 0px 0px;
}


/* width : 1300px ----------- */
@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
    .box-category-list h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .box-category-list h2 img {
        width: 40px;
    }

    .breadcrumbs, .blog_post_breadcrumbs {
        margin-bottom: -20px;
    }
}

/* width : 1020px ----------- */
@media only screen and (max-width: 1020px), only screen and (max-device-width: 1020px) {
    .box-categories {
        padding: 30px 0px;
    }

    /* .box-categories .col-md-6 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .box-categories .col-md-6 .title-b {
        font-size: 18px;
        text-align: center;
        /* padding: 0px 0px 25px 0px; */
    }

    .box-categories .col-md-6 .title-b img {
        width: 90px;
    }

    .box-categories .col-md-6 .category-list {
        padding: 0px 0px 0px 25px;
    }
}

/* width : 800px ----------- */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .box-categories .col-md-6 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-categories {
        padding: 0px 0px 30px 0px;
    }

    .box-categories .col-md-6 .title-b {
        text-align: left;
        padding: 0px 0px 25px 0px;
    }

    .box-category-list h2 {
        font-size: 18px;
        line-height: 20px;
        margin: 0px;
    }
}

/* width : 350px ----------- */
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
    .box-category-list h2 {
        font-size: 16px;
    }

    .box-categories .col-md-6 .title-b {
        position: relative;
        height: 110px;
        padding: 0px 0px 20px 110px;
    }

    .box-categories .col-md-6 .title-b img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}


/*============================================================
	post-list
==============================================================*/
.post-list {
    display: block;
    /* width: 100%; */
    margin: 0px;
    padding: 0px;
}

.post-list li {
    position: relative;
    display: block;
    clear: both;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #656565;
    float: left;
    width: 100%;
    font-weight: 600;
}

.post-list li img {
    float: left;
    display: inline-block;
    vertical-align: middle;
    /* width: 100px;
    height: 80px; */
    margin: 0px 20px 0px 0px;
}

.post-list li h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;

    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
    padding: 10px 15px 10px 0px;
    /**/margin: 0px 0px 12px 0px;
}

.post-list li a {
    display: block;
    color:#000;
    text-decoration: none;
}

.post-list li a:hover, .post-list li a.active, .post-list li:hover h3 {
    color:#9e0000;
}



.calendar-list {
    float: left;
    width: 100%;
    padding: 0px;
}

.calendar-list h4 {
    margin: 50px 0px 40px 0px;
}

.calendar-list .post-list {
    margin: 0px;
}

.calendar-list .post-list .post-date, .calendar-list .post-list .year {
    position: relative;
    float: left;
    margin: 0px 12px 0px 0px;
    padding: 5px 20px 0px 0px;
    font-weight: 800;
    width: 65px;
}

.calendar-list .post-list .year {
    font-size: 20px;
    padding: 12px 20px 8px 0px;
}

.calendar-list .post-list li:first-child span {
    display: inherit;
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.calendar-list .post-list li:first-child:after {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: url('/storage/app/media/icons/head/najave-i-kalendar.png') no-repeat center / 100% auto;
}

.calendar-list .post-list .post-date span {
    display: block;
    clear: both;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

.calendar-list .post-list .post-date::after, .calendar-list .post-list .year:after {
    position: absolute;
    content: '';
    top: 3px;
    right: 0px;
    bottom: 3px;
    width: 2px;
    background: #c0c0c0;
}

.calendar-list .post-list .post-date::after {
    top: 0px;
    bottom: -2px;
}

.calendar-list .post-list .year:after {
    background: #9e0000;
}

.calendar-list .post-list .post-title {
    display: inline-block;
    vertical-align: middle;
    
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    padding: 5px 0px 0px 0px;
    font-weight: 600;
}

.calendar-list .post-list li:hover .post-title, .calendar-list .post-list li.active .post-title {
    color: #9e0000;
}

.calendar-list .post-list li:hover .post-date::after, .calendar-list .post-list li.active .post-date::after {
    background: #9e0000;
}


.post-list .r-side {
    padding: 0px 0px 0px 160px;
}

.post-list .r-side h3 {
    /* padding: 5px 0px 0px 0px; */
    /* -webkit-line-clamp: 3; */
    /* height: 80px; */
    padding: 0px;
    -webkit-line-clamp: 2;
    height: 55px;
}

.post-list .r-side span {
    display: block;
    /* clear: both; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;

   
    /* overflow: hidden; */

    color: #c0c0c0;
    transition: all .3s ease-in 0s;

    max-height: 40px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .post-list li:hover .r-side h3 span {
    color: #9e0000;
    transition: all .3s ease-in 0s;
} */

.post-list .r-side p {
    display: block;
    /* clear: both; */
    font-size: 14px;
    font-weight: 500;
    /* margin: 10px 0px 0px 0px; */margin: 0px;

    position: absolute;
    bottom: 15px;
    left: auto;
}

.post-list .l-side {
    float: left;
    width: 140px;
    /* padding: 10px; */
    font-size: 14px;
    text-align: center;
    color: #000;
    background: #f1f1f1;

    /* position: absolute;
    left: 0px;
    top: 15px;
    bottom: 15px; */
    transition: all .3s ease-in 0s;
}

.post-list li:hover .l-side {
    color: #fff;
    background: #9e0000;
    transition: all .3s ease-in 0s;
}

.post-list li:hover .l-side .rs-date:after {
    background: #fff;
}

.post-list .l-side .image-position {
    display: block;
    clear: both;
    /* height: 125px; */height: 93px;
    background: #dfdfdf;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.post-list .l-side .image-position img {
    float: none;
    display: block;
    margin: 0px auto;
    height: 100%;
}

/* .post-list .l-side div.rs-position {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
} */

.post-list .l-side div.rs-icons {
    /* display: inline-block; */
    /* display: table-row; */
    /* vertical-align: middle; */
    /* clear: both; */
    float: left;
    width: 50%;
    padding: 15px 0px 0px 0px;
}

.post-list .l-side div.rs-icons i {
    font-size: 17px;
}

.post-list .l-side div.rs-icons i::before {
    margin: 0px 2px;
    vertical-align: middle;
}

.post-list .l-side .rs-date {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* border-left: 1px solid #f00; */
    float: right;
    width: 50%;
    position: relative;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
}

.post-list .l-side .rs-date:after {
    position: absolute;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 0px;
    width: 1px;
    background: #000;
}

.post-list .l-side span {
    display: block;
    /* display: table-row; */
    /* vertical-align: middle; */
    clear: both;
    font-size: 18px;
    line-height: 16px;
    padding: 10px 0px 5px 0px;
}

.post-list.date-list li:last-child {
    border: 0px;
}

.post-list table td {
    vertical-align: top;
}

.post-list table td:first-child {
    width: 150px !important;
    padding: 0px 20px 0px 0px;
}

.post-list table td img {
    width: 150px;
    margin: 0px;
    border: 0px !important;
}

/* width : 800px ----------- */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .calendar-list h4 {
        font-size: 20px;
        margin: 30px 0px 20px 0px;
    }
}

/* width :600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .post-list .l-side {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: auto;
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
    }

    .post-list .l-side .image-position {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 140px;
    }

    .post-list.date-list li {
        padding: 30px 0px 15px 0px;
    }

    .post-list .l-side div.rs-position {
        display: block;
        line-height: 30px;
        text-align: right;
    }

    .post-list .l-side div.rs-icons {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
        clear: none;
        width: 100%;
        height: 30px;
        line-height: 30px;
        float: none;
        padding: 0px;
    }

    .post-list .l-side div.rs-icons i {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
    }

    .post-list .l-side .rs-date {
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        float: none;
        padding: 0px;
        text-align: right;
    }

    .post-list .l-side .rs-date:after {
        display: none;
    }

    .post-list .l-side span {
        display: inline-block;
        vertical-align: middle;
        clear: none;
        text-align: left;
        padding: 0;
        float: left;
        line-height: 34px;
    }

    .post-list .r-side {
        padding: 0px 0px 0px 150px;
    }

    .post-list .r-side span {
        margin: 5px 0px 0px 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px;
    }

    .post-list .r-side h3 {
        height: 50px;
        -webkit-line-clamp: 2;
        line-height: 23px;
    }

    .post-list .r-side p {
        position: relative;
        bottom: auto;
        margin: 5px 0px 0px 0px;
        font-size: 13px;
    }

    .date-list.post-list .r-side {
        min-height: 90px;
    }
}


/* width :500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .post-list table td:first-child {
        width: 120px !important;0
    }

    .post-list table td img {
        width: 120px;
    }
}


/* width :390px ----------- */
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
    .post-list .l-side .image-position {
        display: none;
    }
    .post-list .r-side {
        padding: 0px;
    }

    .calendar-list .post-list .year {
        font-size: 18px;
    }

    .calendar-list .post-list li:first-child span {
        font-size: 18px;
    }

    .post-list li {
        padding: 10px 0px;
    }

    .calendar-list .post-list li:first-child:after {
        width: 30px;
        height: 30px;
    }

    .post-list li img {
        width: 80px;
        margin: 0px 10px 0px 0px;
    }

    .post-list table td:first-child {
        width: 100px !important;0
    }

    .post-list table td img {
        width: 100px;
    }
}

/*============================================================
	doc-icon
==============================================================*/
.doc-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 42px;    
    line-height: 42px;
    text-align: center;
    z-index: 99;
}

.doc-icon:before {
    transform: rotate(-90deg);
}

.box-category-list .category-list li a:hover .doc-icon:before, .box-category-list .category-list li a.active .doc-icon:before {
    transform: rotate(90deg);
}

.padding-0 {
    padding: 0px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}



/*============================================================
	prev-next-post
==============================================================*/
.prev-next-post {
    font-size: 12px;
    padding: 15px 0px;
    margin: 50px 0px 0px 0px;
    color: #969696;
    border-top: 1px solid #c0c0c0;
}

.prev-next-post .w-50 {
    position: relative;
}

.prev-next-post h2 {
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 3px 30px 3px 15px !important;
    margin: 10px 0px 0px 0px;
    color: #000;
    border-left: 2px solid #c0c0c0 !important;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.prev-next-post .w-50:hover h2 {
    color: #9e0000;
    border-left: 2px solid #9e0000 !important;
}



/*============================================================
	archiva
==============================================================*/
.archiva-list {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.archiva-list h2 {
    display: block;
    padding: 5px 15px;
    margin: 40px 0px;
    border-left: 2px solid #9e0000;
    border-bottom: 0px;
}

.archiva-list ul {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.archiva-list ul li {
    float: right;
    margin: 5px 0px;
    min-width: 20%;
    border-right: 1px solid #979797;
}

.archiva-list ul li a {
    display: block;
    text-align: center;
    color: #000;
}

.archiva-list ul li a.active, .archiva-list ul li a:hover {
    color: #9e0000;
}

/*============================================================
	btn-secondary
==============================================================*/
.btn {
    display: block;
    border-radius: 0px;
    float: left;
    width: 100%;
    clear: both;
    font-weight: 600;
    font-size: 14px;
    margin: 20px auto;
    padding: 10px;
    line-height: 16px;
    text-decoration: none;
}

.btn-secondary {
    color: #000;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-secondary:hover, 
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary.disabled, .btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #9e0000;
    border-color: #9e0000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}


/*============================================================
	posted info date
==============================================================*/
.post-page h2 {
    padding: 0px;
    /* padding: 0px 0px 30px 0px; */
    border: 0px;
}

.post-page .info {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    /* padding: 5px 10px; */padding: 5px 130px 5px 10px;
    margin: 0px;
    border-left: 2px solid #c0c0c0;
    /* display: table-cell;
    vertical-align: middle; */
}

.post-page .info.info-location {
    /* margin: -20px 0px 30px 0px; */margin: -50px 0px 30px 0px;
    padding: 5px 10px;
}

h2 .info-location {
    padding: 10px 0px 0px 0px !important;
    border: 0px !important;
    font-weight: 400;
}

.share {
    /* display: table-cell;
    vertical-align: middle; */
    font-size: 13px;
    padding: 5px 10px;
    background: #f0f0f0;
}

.share a {
    text-decoration: none;
}

.share i {
    color: #000;
}

.info-box-right {
    float: right;
    width: 107px;
    height: 140px;
    text-align: center;
    padding: 20px 5px;
    margin: 0px 0px 30px 0px;
    /* margin: 0px; */
    color: #fff;
    background: #9e0000;
}

.info-box-right .rs-icons {
    font-size: 20px;
}

.info-box-right .rs-icons i {
    display: inline-block;
    vertical-align: middle;
}

.info-box-right .rs-icons i:before {
    display: block;
    line-height: 28px;
}

.info-box-right .rs-icons i.icon-featured {
    display: none;
}

.info-box-right .rs-date {
    font-size: 18px;
    font-weight: 600;
}

.info-box-right .rs-date span {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.pr-150 {
    padding-right: 130px !important;
}


/* width : 600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    h2, .title, .headline {
        font-size: 18px;
    }

    .pr-150 {
        padding-right: 100px !important;
    }

    .info-box-right {
        width: 80px;
        height: 130px;
        padding: 15px 5px;
    }

    .info-box-right .rs-icons {
        font-size: 18px;
    }

    .info-box-right .rs-date {
        font-size: 16px;
    }

    .info-box-right .rs-date span {
        font-size: 18px;
    }

    .info-box-right .rs-icons i:before {
        margin: 0px;
    }
}

/* width : 500px ----------- */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .post-page .info.info-location {
        margin: 0px 0px 20px 0px;
    }
}



.calendar-pagination nav, .calendar-pagination {
    display: block;
    width: 100%;
}

.calendar-pagination .disabled {
    display: none;
}

.calendar-pagination .active span {
    color: #000;
    font-weight: 600;
    padding: 3px 5px;
}

/*============================================================
	pagination
==============================================================*/
.pagination, .paginations {
    display: block;
    clear: both;
    text-align: center;
    padding: 40px 0px;
}

.pagination li, .paginations li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a, .paginations li a {
    color: #c0c0c0;
    font-weight: 600;
    padding: 3px 5px;
    text-decoration: none;
}

.pagination li a, .pagination li span {
    border: 0px !important;
    background: transparent !important;
}

.pagination li a:focus {
    border: 0px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .25) !important;
}

.pagination li.active a, .pagination li.active a:hover, .pagination li a:hover, .pagination li:hover a,
.pagination li.active span,
.paginations li.active a {
    color: #000 !important;
}

.pagination li:last-child {
    position: relative;
}

.pagination li:first-child span,
.pagination li:first-child a,
.pagination li:last-child span,
.pagination li:last-child a,
.paginations li a.prev-p, .paginations li a.next-p {
    position: relative;
    color: transparent;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
}

.pagination li:first-child span:before,
.pagination li:first-child a:before,
.pagination li:last-child span:before,
.pagination li:last-child a:before,
.paginations li a.prev-p:before, .paginations li a.next-p:before {
    position: absolute;
    font-family: "zkvh";
    width: 20px;
    height: 20px;
    top: -3px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px auto;
    color: #c0c0c0;
}

.pagination li:last-child span:before,
.pagination li:last-child a:before,
.paginations li a.next-p:before {
    content: '\e801';
}

.pagination li:first-child span:before,
.pagination li:first-child a:before,
.paginations li a.prev-p:before {
    content: '\e800';
}

.pagination li:first-child a:hover:before,
.pagination li:last-child a:hover:before,
.paginations li a.prev-p:hover:before, .paginations li a.next-p:hover:before {
    color: #000;
}

/*============================================================
	breadcrumbs
==============================================================*/
.breadcrumbs, .blog_post_breadcrumbs {
    padding: 20px 0px 20px 0px;
    font-size: 13px
}

.breadcrumbs ul {
    display: block;
    padding: 0px;
    margin: 0px;
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.breadcrumbs ul li a, .blog_post_breadcrumbs a {
    display: block;
    color: #969696;
    text-decoration: underline;
    padding: 0px 20px 0px 0px;
}

.breadcrumbs ul li a:not([href]):not([class]), .blog_post_breadcrumbs .breadcrumb_currentcategory {
    /* font-weight: 800; */
    color: #000;
}

.breadcrumbs ul li:after, .blog_post_breadcrumbs .breadcrumb_separator:after {
    position: absolute;
    content: '\e801';
    font-family: 'zkvh';
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    color: #c0c0c0;
    font-size: 12px;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li a:hover, .blog_post_breadcrumbs a:hover {
    color: #969696;
    text-decoration: none;
}

.blog_post_breadcrumbs a {
    display: inline-block;
}

.blog_post_breadcrumbs .breadcrumb_separator {
    color: transparent;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0px 5px 0px -15px;
}

/*============================================================
	blog-part
==============================================================*/
.blog-part h2 {
    margin: 20px 0px;
    border-bottom: 0px;
    border-left: 2px solid #9e0000;
}

.blog-part .post-list li h3 {
    font-size: 15px;
    padding: 5px 10px 0px 0px;
    height: 55px;
}

.blog-part .post-list li .image-content,
.post-list li .image-content {
    position: relative;
    /* width: 100px; */width: 150px;
    /* height: 80px; */height: 120px;
    overflow: hidden;
    float: left;
    margin: 0px 20px 0px 0px;
    background: #eee;

    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto 100%; */background-size: contain;
}

.blog-part .post-list li span {
    display: block;
    /* clear: both; */
    font-size: 12px;
    line-height: 12px;
    padding: 2px 0px 5px 0px;
    z-index: 1;
}

.blog-part .post-list li .year, .blog-part .post-list li .time {
    display: none;
}

.blog-part .post-list li .time {
    display: inline-block;
    float: right;
    margin-top: -20px;
}

.blog-part .post-list li img,
.post-list li .image-content img {
    /* width: 100px;
    height: auto; */
    width: auto;
    /* max-width: 100px; */
    /* max-width: 150px; */max-width: initial;
    height: 100%;
    float: none;
    display: block;
    margin: 0px auto;
}

.blog-part .post-list li:first-child .image-content {
    width: 100%;
    height: 300px;
    margin: 0px auto 20px;
    overflow: hidden;
    background: #eee;
}


.blog-part .post-list li:first-child .image-content:after {
    display: none;
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.blog-part .post-list li:first-child img {
    display: block;
    clear: both;
    /* width: 100%; */width: auto;
    /* max-width: 385px; */max-width: none;
    height: 100%;
    /* margin: 0px 0px 20px 0px; */margin: 0px auto;
    float: none;
}

.blog-part .post-list li:first-child h3 {
    /* display: block; */
    clear: both;
    font-size: 18px;
}

.blog-part .post-list li:first-child span {
    position: absolute;
    /* top: 270px; */
    /* bottom: 10px; */bottom: 77px;
    /* left: 20px; */left: 0px;
    font-weight: 600;
}

.blog-part .post-list li:first-child .year, .blog-part .post-list li:first-child .time {
    display: block;
    left: auto;
    /* right: 20px; */ right: 0px;
}



.blog-part .shadows:nth-child(2)::after, .blog-part .shadows:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #dbdbdb;
}

.blog-part .shadows:nth-child(2)::after {
    left: 0px;
}

.blog-part .shadows:nth-child(2)::before {
    right: -1px;
}



.topoteka-content-icon {
    max-width: 170px;
}

.bg-dark-grey.white-box .col .bg {
    border: 1px solid #333;
}

.white-box .col .bg, .topoteka-content-icon {
    height: 100%;
    text-align: center;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 15px;
    /* transition: all .3s; */

    /* font-size: 16px; */font-size: 13px;
    font-weight: 600;
    color: #000;
    display: block;
    /* text-align: center; */
    padding: 15px 5px;
    position: relative;
    text-decoration: none;
    /* transition: all .3s ease-in 0s; */
    /* -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out; */

    -moz-box-shadow: 0 0 10px 0 #bdbdbd;
    -webkit-box-shadow: 0 0 10px 0 #bdbdbd;
    box-shadow: 0 0 10px 0 #bdbdbd;
}

.white-box .col .bg img, .topoteka-content-icon img {
    display: block;
    clear: both;
    /* margin: 0px auto 25px; */margin: 0px  auto 15px;
    /* width: 100px; */
    position: relative;
    /* transition: all .3s; */
    z-index: 1;
    max-width: 87px;
    /* -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out; */
}

.white-box .col .bg span, .topoteka-content-icon span {
    position: relative;
    z-index: 1;
}

/* .white-box .col .bg a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    padding: 40px;
    position: relative;
    transition: all .3s ease-in 0s;
} */

/* .white-box .col .bg a:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    transition: all .3s ease-in 0s;
} */

.white-box .col .bg, .white-box .col .bg span, .topoteka-content-icon:hover, .topoteka-content-icon:hover span {
    color: #fff;
}

.white-box .col .bg img, .topoteka-content-icon img {
    filter: brightness(0) invert(1);
}

.white-box .col.izdavastvo .bg {
    background: rgb(35,97,208);
    background: -moz-linear-gradient(45deg,  rgba(35,97,208,1) 0%, rgba(147,49,232,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(35,97,208,1) 0%,rgba(147,49,232,1) 100%);
    background: linear-gradient(45deg,  rgba(35,97,208,1) 0%,rgba(147,49,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2361d0', endColorstr='#9331e8',GradientType=1 );
}

.white-box .col.digitalizirana-bastina .bg {
    background: rgb(14,172,235);
    background: -moz-linear-gradient(45deg,  rgba(14,172,235,1) 0%, rgba(63,28,193,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(14,172,235,1) 0%,rgba(63,28,193,1) 100%);
    background: linear-gradient(45deg,  rgba(14,172,235,1) 0%,rgba(63,28,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eaceb', endColorstr='#3f1cc1',GradientType=1 );
}

.white-box .col.topoteka .bg, .topoteka-content-icon:hover {
    background: rgb(204,7,7);
    background: -moz-linear-gradient(45deg,  rgba(204,7,7,1) 0%, rgba(223,173,21,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%);
    background: linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0707', endColorstr='#dfad15',GradientType=1 );
}

.white-box .col.biblioteka-croatika .bg {
    background: rgb(50,183,239);
    background: -moz-linear-gradient(45deg,  rgba(50,183,239,1) 0%, rgba(229,20,112,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(50,183,239,1) 0%,rgba(229,20,112,1) 100%);
    background: linear-gradient(45deg,  rgba(50,183,239,1) 0%,rgba(229,20,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7ef', endColorstr='#e51470',GradientType=1 );
}

.white-box .col.godisnjak .bg {
    background: rgb(77,77,165);
    background: -moz-linear-gradient(45deg,  rgba(77,77,165,1) 0%, rgba(195,180,180,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(77,77,165,1) 0%,rgba(195,180,180,1) 100%);
    background: linear-gradient(45deg,  rgba(77,77,165,1) 0%,rgba(195,180,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4da5', endColorstr='#c3b4b4',GradientType=1 );
}

.white-box .col.nova-rijec .bg {
    background: rgb(204,7,7);
    background: -moz-linear-gradient(45deg,  rgba(204,7,7,1) 0%, rgba(223,173,21,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%);
    background: linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0707', endColorstr='#dfad15',GradientType=1 );
}

.white-box .col.hrvati-u-srbiji .bg {
    background: rgb(106,130,198);
    background: -moz-linear-gradient(45deg,  rgba(106,130,198,1) 0%, rgba(255,49,39,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(106,130,198,1) 0%,rgba(255,49,39,1) 100%);
    background: linear-gradient(45deg,  rgba(106,130,198,1) 0%,rgba(255,49,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a82c6', endColorstr='#ff3127',GradientType=1 );
}

.white-box .col.udruge-kulture .bg {
    background: rgb(227,17,126);
    background: -moz-linear-gradient(45deg,  rgba(227,17,126,1) 0%, rgba(83,58,214,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(227,17,126,1) 0%,rgba(83,58,214,1) 100%);
    background: linear-gradient(45deg,  rgba(227,17,126,1) 0%,rgba(83,58,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3117e', endColorstr='#533ad6',GradientType=1 );
}

.white-box .col.manifestacije .bg {
    background: rgb(253,174,143);
    background: -moz-linear-gradient(45deg,  rgba(253,174,143,1) 0%, rgba(208,23,30,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(253,174,143,1) 0%,rgba(208,23,30,1) 100%);
    background: linear-gradient(45deg,  rgba(253,174,143,1) 0%,rgba(208,23,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae8f', endColorstr='#d0171e',GradientType=1 );
}

.white-box .col.kulturna-bastina .bg {
    background: rgb(239,8,102);
    background: -moz-linear-gradient(45deg,  rgba(239,8,102,1) 0%, rgba(190,190,190,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,8,102,1) 0%,rgba(190,190,190,1) 100%);
    background: linear-gradient(45deg,  rgba(239,8,102,1) 0%,rgba(190,190,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0866', endColorstr='#bebebe',GradientType=1 );
 }

.white-box .col.znamenite-osobe .bg {
    background: rgb(12,106,242);
    background: -moz-linear-gradient(45deg,  rgba(12,106,242,1) 0%, rgba(194,116,188,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(12,106,242,1) 0%,rgba(194,116,188,1) 100%);
    background: linear-gradient(45deg,  rgba(12,106,242,1) 0%,rgba(194,116,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6af2', endColorstr='#c274bc',GradientType=1 );
}

.white-box .col.jeste-li-znali .bg {
    background: rgb(97,53,202);
    background: -moz-linear-gradient(45deg,  rgba(97,53,202,1) 0%, rgba(238,29,36,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(97,53,202,1) 0%,rgba(238,29,36,1) 100%);
    background: linear-gradient(45deg,  rgba(97,53,202,1) 0%,rgba(238,29,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135ca', endColorstr='#ee1d24',GradientType=1 );
}

.white-box .col .bg:hover {
    background: #fff !important;
}

.white-box .col .bg:hover, .white-box .col .bg:hover span {
    color: #333;
}

.white-box .col .bg:hover img, .topoteka-content-icon img {
    filter: none;
}

.topoteka-content-icon:hover {
    background: rgb(204,7,7) !important;
    background: -moz-linear-gradient(45deg,  rgba(204,7,7,1) 0%, rgba(223,173,21,1) 100%) !important;
    background: -webkit-linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%) !important;
    background: linear-gradient(45deg,  rgba(204,7,7,1) 0%,rgba(223,173,21,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0707', endColorstr='#dfad15',GradientType=1 ) !important;
}

.topoteka-content-icon:hover img {
    filter: brightness(0) invert(1);
}

.review {
    font-size: 11px;
    line-height: 16px;
    color: #969696;
    padding: 3px 10px;
    margin: 0px 0px 0px 10px;
    border-left: 1px solid #d7d7d7;
}

.review-nk {
    display: block;
    /* clear: both; */
    padding: 0px;
    margin: 0px;
    border-left: 0px;
}

/* width : 450px ----------- */
@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
    .review {
        display: block;
        clear: both;
        /* padding: 5px 0px; */padding: 0px;
        margin: 0px;
        border-left: 0px;
    }
}

.past-events {
    background: #f3f3f3;
}

.past-events h3 {
    color: #969696;
}

.past-events .l-side {
    color: #969696;
}

.past-events .r-side p {
    color: #969696;
}


/* width : 1300px ----------- */
@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
    .white-box .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* width : 890px ----------- */
@media only screen and (max-width: 890px), only screen and (max-device-width: 890px) {
    .white-box .col .bg img {
        max-width: 75px;
    }
}

/* width : 768px ----------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .white-box .col {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .blog-part .post-list li:first-child span {
        bottom: 74px;
    }
}

/* width : 750px ----------- */
@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
    .blog-part .post-list li .image-content,
    .post-list li .image-content {
        width: 100px;
        height: 80px;
        margin: 0px 15px 0px 0px;
    }

    .blog-part .post-list li img,
    .post-list li .image-content img {
        /* max-width: 100px; */
    }

    .post-list li h3 {
        margin: 0px;
        height: 60px;
        padding: 5px 10px 10px 0px;
    }

    .blog-part .post-list li:first-child span {
        bottom: 63px;
    }
}

/* width : 600px ----------- */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .white-box .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* width : 390px ----------- */
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
    .white-box .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-part .post-list li:first-child span {
        bottom: 60px;
    }
}


/*============================================================
	accordion
==============================================================*/
.card {
    border: 0px;
}

.card-header {
    position: relative;
    cursor: pointer;
    padding: 15px 0px;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.card-header.collapsed {
    border-bottom: 1px solid #656565;
}

.card-header:after {
    position: absolute;
    content: '-';
    right: 0;
    top: 30px;
    width: 20px;
    height: 20px;
    /* background: #f00; */
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
}

.card-header.collapsed:after {
    content: '+';
}

/* .card-header h2 {
    display: inline-block;
    padding: 0px 40px 5px 0px;
} */

.card-body {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

/* .card-body .post-list li {
    padding: 0px;
} */

.card-body .post-list li a {
    padding: 15px 0px;
}


#accordion.accordion-post-list h2 {
    font-weight: 600;
}

#accordion.accordion-post-list .card-body {
    padding: 0px 0px 20px 0px;
}

#accordion.accordion-post-list .card-body .post-list li a {
    /* padding: 12px 0px 12px 20px; */
    padding: 0px 0px 0px 20px;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
}


/*============================================================
	lists
==============================================================*/
.lists {
    display: block;
    clear: both;
    margin: 0px 0px 20px 0px;
}

.lists .l-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    text-decoration: none;
}

.lists .l-item.active, .lists .l-item:hover {
    color: #9e0000;
}


/*============================================================
	mmenu
==============================================================*/
.mm-btn:after, .mm-btn:before {
  border-bottom: none !important;
  border-right: none !important;
}

.mm-listitem .mm-btn.active:after,
.mm-listitem .mm-btn.active:before,
.mm-listitem .mm-btn:hover:after,
.mm-listitem .mm-btn:hover:before,
.mm-listitem .mm-btn:focus:after,
.mm-listitem .mm-btn:focus:before {
  border: 2px solid #fff !important;
  border-bottom: none !important;
  border-right: none !important;
}

.dropdown-menu .mm-listitem,
.dropdown-menu .mm-listitem:last-child {
  margin: 0px !important;
  /* border-bottom: inherit; */
  /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
  border-color: rgba(0, 0, 0, .1);
}

/*.mm-navbar_sticky {
  border-top: 6px solid #00adef;
}*/

.mm-wrapper__blocker {
  /*border-top: 6px solid #00adef;*/
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.menu-span {
  display: none;
}

.mmenu-btn {
  display: none;
}

#menu {
  visibility: hidden;
  /* z-index: 0; */
}

.page-on-scroll .mm-listview {
  background: transparent;
}

.mm-listview {
  width: 100%;
}

/* .mm-listview .dropdown-toggle {
  display: none;
} */

.mm-panel .mm-navbar__title:hover {
  background: transparent;
}

.mm-listview.dropdown-menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  float: none !important;
  display: block !important;
}

.mm-listview.dropdown-menu .mm-listitem:after {
  /* border-bottom-width: 0px; */
}

.mm-listitem {
  display: block;
  clear: both;
  width: 100%;
  /* position: relative; */
}

.mm-listitem .caret {
  display: none;
}

/* .mm-listitem .mm-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.mm-listitem .mm-btn:hover {
  background: transparent;
} */


.mm-navbar__title span {
  font-size: 16px;
}

.mm-listitem__text {
  font-size: 16px !important;
  padding: 12px 30px !important;
  text-align: left !important;
  text-transform: none !important;
}

/* width : 991px ----------- */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .mmenu-btn {
        display: block;
    }

    #menu {
        visibility: visible;
        /* z-index: 1; */
    }

    #navigation .navbar-nav {
        display: none;
    }

    .navigation {
        height: 80px;
    }

    .sticky-header.navigation {
        height: 80px;
    }

    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }

    .navigation .logo-default {
        width: 170px;
        transition: .3s all;
    }

    .navbar {
        /* padding: 8px; */padding: 0px;
        transition: .3s all;
    }

    .mm-wrapper_opened .mm-slideout {
      overflow-y: visible !important;
    }

    .wrapper {
        padding: 80px 0px 0px 0px;
    }

    .navigation .logo-default, .sticky-header.navigation .logo-default {
        width: 170px;
    }
}

/* width : 680px ----------- */
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {
    .navigation .logo-default, .sticky-header.navigation .logo-default {
        width: 160px;
    }

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

/* width : 530px ----------- */
@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {
    .navigation, .sticky-header.navigation {
        height: 90px;
    }

    .navbar-brand {
        margin: 8px 5px 0px 0px;
    }

    .wrapper {
        padding: 90px 0px 0px 0px;
    }
}

/* width : 345px ----------- */
@media only screen and (max-width: 345px), only screen and (max-device-width: 345px) {
    .navigation .logo-default, .sticky-header.navigation .logo-default {
        width: 140px;
    }

    .navbar-brand {
        margin: 10px 5px 0px 0px;
    }
}


/*===*/
.five-icon .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.five-icon a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
}

.five-icon a img {
    display: block;
    clear: both;
    margin: 0px auto 20px;
}

.five-icon a:hover {
    color: #9e0000;
}


/*============================================================
	items-boxes
==============================================================*/
.items-boxes {
    float: left;
    width: 100%;
}

.items-boxes .post-item {
    /* display: table;
    vertical-align: middle;
    width: 100%; */
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.items-boxes h2 {
    display: inline-block;
    margin-top: 0px;
    width: 45%;
    float: right;
}

.items-boxes .post-item-div {
    /* display: table-cell;
    vertical-align: middle;
    width: 50%; */
    width: 50%;
    max-width: 705px;
    margin: 0 5% 0 0;
    float: left;
    background: #eee;
}

.items-boxes img {
    /* display: block;
    max-width: 90%;
    width: 100%; */
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.items-boxes .post-item:hover h2 {
    color: #9e0000;
}


/* width : 900px ----------- */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
    .items-boxes .post-item-div {
        width: 30%;
    }

    .items-boxes h2 {
        width: 65%;
    }
}

/* width : 768px ----------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .items-boxes .post-item-div {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 20px;
    }

    .items-boxes h2 {
        width: 100%;
    }
}

a {
    color: #333;
    /* text-decoration: underline; */
}

a:hover {
    color: #9e0000;
    /* text-decoration: none; */
}

/*============================================================
	doc-file
==============================================================*/
.doc-file article {
    display: block;
    clear: both;
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.doc-file img {
    float: left;
    width: 50px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin: 0px 20px 0px 0px;
}

.doc-file h3 {
    margin: 10px 0px 0px 0px;
    /* display: inline-block;
    vertical-align: middle; */
}

.doc-file article:hover h3 {
    color: #9e0000;
}


/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li,
  .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* .title h2 {
    font-size: 32px;
  } */
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=style.css.map */


/* width : 1160px ----------- */
@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    /* .navbar {
        display: block;
    }

    .navbar-collapse {
        display: block !important;
        clear: both;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        display: table;
        flex-direction: unset;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav li {
        display: table-cell;
    }

    .navigation .dropdown-menu li {
        display: block;
    } */
}

/* .navbar-expand-lg .navbar-nav li:last-child .dropdown-menu {
    * right: 0px;
    left: auto; *
    right: 100%;
    left: auto;
} */

/* .navbar-expand-lg .navbar-nav li:last-child .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
} */

/* .navbar-expand-lg .navbar-nav li:last-child .dropdown-menu li:last-child {
    left: auto;
    right: 100%;
} */


/*** modal ***/
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-open {
    padding-right: 0px !important;
}

.modal-title {
    display: initial;
}

.modal-content .form-group label {
    font-weight: 500;
}

textarea.form-control {
    resize: none;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

/*** end modal ***/

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }


.bi-plus{
    height: 20px;
    width: 20px;
}


/*=================================================================
 cookies
==================================================================*/
#sg-cookiesBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* padding: 15px; */
    color: #fff;
    /* border-top: 5px solid #005ca5; */
    background: #9e0000;
    z-index: 99999;
    /* display: none !important; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#cookies-bar {
    max-width: 1250px;
    padding: 30px 15px;
    margin: 0px auto;
    /* position: relative; */
}

#cookies-bar:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #9e0000;
}

#cookies-bar h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    padding: 5px 0px 5px 15px;
    margin: 0px 0px 15px 0px;
    color: #fff;
    border-color: #fff;
}

#cookies-bar p {
    color: #fff;
}

#cookies-bar p a {
    color: #fff;
}

#cookies-bar .buttons .btn {
    display: inline-block;
    float: none;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px !important;
    line-height: 20px !important;
    padding: 10px !important;
    margin: 0px 5px !important;
    color: #000;
    background: #e0e0e0;
    border-radius: 0px;
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
    border-color: transparent;
    outline: none;box-shadow: none;
}

#cookies-bar .buttons .btn:hover,
#cookies-bar .buttons .btn:focus,
#cookies-bar .buttons .btn.focus,
#sg-settings-modal-cookiesBar .btn:hover,
#sg-settings-modal-cookiesBar .btn:focus,
#sg-settings-modal-cookiesBar .btn.focus {
    color: #fff;
    background: #333;
    outline: none;
    box-shadow: none;
}

.modal-open,
.modal-open #header,
#sg-settings-modal-cookiesBar {
    padding-right: 0px !important;
}

#sg-settings-modal-cookiesBar .btn {
    display: inline-block;
    float: none;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px !important;
    line-height: 18px !important;
    padding: 10px !important;
    margin: 0px 5px !important;
    color: #000;
    background: #e0e0e0;
    border-radius: 0px;
    width: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

#sg-settings-modal-cookiesBar .btn:hover,
#sg-settings-modal-cookiesBar .btn:focus,
#sg-settings-modal-cookiesBar .btn.focus {
    color: #fff;
    background: #9e0000;
    outline: none;
    box-shadow: none;
}

#sg-settings-modal-cookiesBar .checkbox label input {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
}

#sg-settings-modal-cookiesBar .checkbox label strong {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0px 0px 0px;
}

#sg-settings-modal-cookiesBar .modal-dialog {
    max-width: 600px;
    z-index: 9999;
}

#sg-settings-modal-cookiesBar .modal-header .close {
    position: absolute;
    right: 15px;
}

#sg-settings-modal-cookiesBar .modal-header .modal-title {
    font-size: 20px;
    padding: 0px 35px 0px 0px;
    color: #000;
}

#sg-settings-modal-cookiesBar .modal-body {
    color: #000;
}

#sg-settings-modal-cookiesBar .modal-body .list-cookies {
    padding: 30px 0px;
}

#sg-settings-modal-cookiesBar .modal-body .list-cookies .checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.modal-open #sg-cookiesBar {
    padding: 0px;
    border: 0px;
}

.modal-open #cookies-bar {
    display: none;
}

.modal-open .modal {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: .5;
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none;
}


@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {
    #sg-settings-modal-cookiesBar .modal-dialog {
        margin: 15px;
    }

    #sg-settings-modal-cookiesBar .modal-header .modal-title {
        font-size: 16px;
    }

    #sg-settings-modal-cookiesBar .modal-footer {
        display: block;
        margin: 0px auto;
        text-align: center;
        width: 100%;
    }

    #cookies-bar h3 {
        font-size: 20px;
    }

    #cookies-bar .buttons {
        margin: 0px auto;
        text-align: center;
    }

    #cookies-bar .buttons .btn {
        margin: 5px !important;
    }
}

@media only screen and (max-width: 420px), only screen and (max-device-width: 420px) {
    #sg-settings-modal-cookiesBar .btn {
        margin: 5px 0px !important;
    }
}

@media only screen and (max-width: 420px), only screen and (max-device-width: 420px) {
    #sg-settings-modal-cookiesBar .checkbox label strong {
        font-size: 12px;
    }
}

/*** ***/
