@charset "utf-8";
@font-face {
    font-family: "SolaimanLipiNormal";
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #000;
    /* background: #eee; */
}

/* @media (min-width: 1120px) {
  .container {
    max-width: 1076px!important;
  }

} */

/* ------------------------------------
2.Preloader CSS Start Here
---------------------------------------*/
.preloader {
  background-color: #03A9F4;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* ------------------------------------
2.Preloader CSS End Here
---------------------------------------*/

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}


body, h1, h2, h3, h4, h5, h6, p, textarea {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
a{
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
a:focus {
    outline: 0 solid !important;
}
a:hover {
    text-decoration: none !important;
}
*a:hover {
    text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #03A9F4  none repeat scroll 0 0;
  border: 1px solid #03A9F4;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #03A9F4;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/* ------------------------------------
  NEW HEADER STYLE
---------------------------------------*/
.new-header {
  background: #fff;
  padding: 20px 0;
  width: 100%;
}
.new-logo-area {
  padding-top: 2px;
}
.new-date-time {
  text-align: center;
  padding-top: 15px;
  padding-left: 85px;
}
.new-date-time ul {
  margin: 0;
  padding: 0;
}
.new-date-time ul li {
  display: inline-block;
  margin-right: 45px;
  color: #000000;
  line-height: 32px;
  font-size: 16px;
  list-style: none;
}
.new-date-time ul li .fa-calendar {
  padding-right: 5px;
  padding-left: 2px;
}

.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: right;
  padding-top: 12px;
}
.social-icon  li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a {
    display: inline-block;
    transition: 0.5s;
}
.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 34px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
}
.social-icon li a:hover {
    transform: rotate(360deg);
}
.social-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}
.social-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}
.social-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}
.social-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}
.social-icon li .youtube {
  background: #c4302b ;
  border: 2px dotted transparent;
}
.social-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}
.social-icon li .instagram {
  background: #e4405f ;
  border: 2px dotted transparent;
}
.social-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}
.social-icon li .linkedin {
  background: #0077B5 ;
  border: 2px dotted transparent;
}
.social-icon li:hover .linkedin {
  border: 2px dotted #0077B5;
  background: transparent;
  color: #0077B5;
}




.animation-wrapper-section {
  margin-top: 30px;
}
.animation-section {
  background-color: #000;
  margin: 0;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.image-wrapper img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.99;
  width: 100%;
}
.animation-section a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.90;
}
.image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  width: 100%;
  padding: 10px 10px 15px 15px;
  color: #fff;
  font-size: 13px;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.image-text h3 {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 24px;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.animation-section a:hover .image-text h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.image-text .btn {
  webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.animation-section a:hover .image-text .btn {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  margin-top: 5px;
}
.animation-section a:hover .image-text {
  padding-bottom: 15px;
}
.ribbon {
  position: absolute;
}
.ribbon-3 {
  min-width: 50px;
  height: 25px;
  /* background: linear-gradient(#9BC90D 0%, #79A70A 100%); */
  background: #79A70A;
  top: 20px;
  left: -10px;
  z-index: 1;
}
.ribbon-3 span {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 27px;
  padding-left: 10px;
}
.ribbon-3:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #79A70A;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #79A70A;
}
.ribbon-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  border-left: 12px solid #79A70A;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
}
/* .left-animation-section .animation-section .image-wrapper img {
  height: 186px;
} */
.image-text .btn-new {
  background: #f26522;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.image-text .btn-new:hover {
  background: #03A9F4;
}
.image-wrapper-big img {
  height: 416px;
}
/* ------------------------------------
 UAPZILA WRAPPER Style Start Here
---------------------------------------*/
.upazila-wrapper {
  position: relative;
  display: block;
  padding: 0 0 30px;
}
.tab-pane {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.new-tab-header-style {
  display: block;
  border-bottom: 2px solid #03A9F4;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
}
.latest-news-tab-nav {
  margin: 0;
  border: 0;
  float: right;
}
.latest-news-tab-nav-title {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
}
.latest-news-tab-nav {
  width: 75%;
  float: left;
  margin-top: 5px;
  display: block;
  text-align: right;
}
.latest-news-tab-nav-title li {
  list-style: none;
}
.latest-news-tab-nav li {
  float: right;
  background: #ffffff;
  margin: 0 5px;
}
.latest-news-tab-nav li:last-child {
  margin-right: 0;
}
.latest-news-tab-nav li a {
  font-size: 17px;
  color: #101010;
  padding: 0px 15px 0px;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  line-height: 30px;
  margin-right: 0;
  position: relative;
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 0 !important;
}
.latest-news-tab-nav .nav-link.active {
  color: #fff;
  background: #03A9F4;
  border: none !important;
  border-radius: 0;
}
.latest-news-tab-nav li a:hover {
  color: #fff;
  background: #03A9F4;
  border-radius: 0;
}
.latest-news-tab-nav li:first-child {
  margin-right: 0;
}
.latest-news-tab-nav-title li a h4 {
  margin: 0;
  padding: 0 10px;
  background: #03A9F4;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
}
/*======================== VISITABLE PLACE WRAPPER STYLE ============================*/
.visitable-place-wrapper {
  padding: 15px 0;
}
.lifestyle-headline-style-2 {
  display: block;
  position: relative;
}
.lifestyle-headline-style-2 a {
  position: relative;
  display: inline-block;
}
.lifestyle-headline-style-2 h2 {
  border-left: solid 2px #03A9F4;
  position: relative;
  z-index: 1;
  background-color: #03A9F4;
  margin: 0 5px 15px;
  border-bottom: none;
  padding: 0 10px 0 5px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
}
.lifestyle-headline-style-2 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  border-left: solid 4px #03A9F4;
  width: auto;
  margin-top: 0;
  min-height: 100%;
  z-index: 10;
}
.visitable-place-left {

}
.visitable-place-single {
  background-color: #f6f6f6;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.place-single-text {
  padding-top: 6px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.place-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.visitable-place-single a:hover h3 {
  color: #03A9F4;
}
/*=== FEATURE NEWS STYLE ===*/
.feature-news-title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #03A9F4;
  /* border-bottom: 3px solid #03A9F4; */
  margin: 0 0 15px 0;
}
.feature-news-title a {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
}
.feature-news-lead {
  position: relative;
  border-bottom: 3px solid #03A9F4;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-block;
}
.feature-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.feature-news-heading h3 {
  margin: 0;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #03A9F4;
}
.feature-news-ul {
  margin: 0;
  padding: 0;
}
.feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  /* border-bottom: 1px dashed #5d5d5d; */
  padding: 6px 0;
}
.feature-news-ul li:last-child {
  border-bottom: 0;
}
 .feature-news-single {
   background-color: #EFF3F4;
   padding: 7px 6px;
   border-left: 3px solid #03A9F4;
   display: inline-block;
   margin-bottom: -7px;
   width: 100%;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
/* .feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
} */
.feature-news-lead a:hover img {
  opacity: .85;
  webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.feature-news-lead a:hover .feature-news-heading h3 {
  color: #03A9F4;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.feature-news-single:hover img {
  opacity: .85;
}
.feature-news-single:hover .feature-news-right h3 {
  color: #03A9F4;
}
/* ------------------------------------
  ALL NEWS CONTENT STYLE
---------------------------------------*/
.all-news-content {
  padding: 30px;
  border: 1px solid #ccc;
  display: block;
  margin-top: 20px;
}
.all-news-content-top {
  background: #252525;
  /* background: #292929; */
  color: #ffffff;
}
.all-news-content-top-left {
  padding: 25px 25px 20px 3px;
  min-height: 255px;
  max-height: 255px;
  overflow: hidden;
}
.all-news-content-top-left h1 {
  font-size: 26px;
  line-height: 35px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: #FFF;
  margin: 0;
}
.all-news-content-top-left h1 a {
  color: #fff;
}
.date-top-news a {
  color: #fff;
  font-size: 14px;
}
.all-news-content-top-left h1:hover a {
  color: #03A9F4;
}
.all-news-content-top-left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
}
.all-news-content-top-left .read-more {
  color: #ffffff;
  border: 1px solid #fff;
  padding: 2px 18px;
  transition: all 0.5s ease 0s;
}
.all-news-content-top-left .read-more:hover {
  border: 1px solid #03A9F4;
}
.all-news-content-bottom {
  margin-top: 30px;
}
.all-news-content-single a:hover {
  color: #000;
}
.all-news-content-single h2 {
  padding-top: 3px;
  font-size: 18px;
  line-height: 21px;
}
.all-news-content-single a:hover {
  transition: all 0.5s ease 0s;
  color: #03A9F4;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.hvr-bounce-to-right::before {
  background: #03A9F4;
  color: #ffffff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.all-news-content-single a:hover {
  color: #000;
}

/*=================== COXBAZER SODOR NEW SECTION STYLE ==============================*/
.coxbazer-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.coxbazer-lead-left {
  background-color: #EFF3F4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0 10px;
}
.coxbazer-lead-left-heading {
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.coxbazer-lead-left-heading h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 5px;
  transition: all 0.5s ease 0s;
}
.coxbazer-lead-left a:hover {
  color: #000;
}
.top-left-side-bar {
  position: relative;
  margin: 0;
  padding: 0;
}
.top-left-side-bar li {
  list-style: none;
  width: 100%;
  margin-bottom: 7px;
}
.top-left-side-bar li a {
  display: inline-block;
  padding: 10px 10px;
  background: #EFF3F4;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.top-left-side-bar-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.top-left-side-bar-right {
  float: left;
  width: 64%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.top-left-side-bar-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 26px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.coxbazer-lead-left img {
  height: 369px;
}
.coxbazer-lead-left a:hover h3 {
  color: #03A9F4;
}
.top-left-side-bar li a:hover h3 {
  color: #03A9F4;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 5px 0 35px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 20px;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.title-bg:before {
  position: absolute;
  content: '';
  left: 0;
  background-color: #03A9F4;
  height: 1px;
  width: 60%;
  bottom: -10px;
}
.title-bg:after {
  position: absolute;
  content: '';
  background-color: #03A9F4;
  left: 0;
  height: 1px;
  bottom: -5px;
  width: 100%;
}
.title-bg a {
  color: #000000;
  font-size: 24px;
  text-decoration: none;
}
.single-videos {
  position: relative;
  overflow: hidden;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.single-videos .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.single-videos .images:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}
.single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.videos-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}
.single-videos a {
    color: #ffffff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -55px;
  border: 1px solid #03A9F4;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #03A9F4 !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #03A9F4;
  border: 1px solid #03A9F4;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #03A9F4;
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 40px;
  position: absolute;
  top: -55px;
  border: 1px solid #03A9F4;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #03A9F4 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #03A9F4;
  border: 1px solid #03A9F4;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #03A9F4;
}
.video-link-icon .fa {
  transition: all 0.5s ease 0s;
}
.video-link-icon .fa:hover {
  color: #03A9F4;
}
/* ------------------------------------
  HOTEL SLIDER SECTION STYLE
---------------------------------------*/
.hotel-section {
  position: relative;
  display: block;
  padding: 5px 0 5px;
}
.section-title {
  text-align: center;
  margin-bottom: 25px;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 30px;
  line-height: 30px;
}
.section-title h2::after, .section-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #03A9F4;
}
.section-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #03A9F4;
}
.hotel-slider {

}
.hotel-slide-single {
  -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    cursor: pointer;
}
.hotel-slide-single:hover {
  -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.hotel-slide-single h3 {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hotel-slide-single a:hover h3{
  color: #000;
}
.hotel-image {
  position: relative;
}
.hotel-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
  pointer-events: none;
  height: 4px;
  z-index: 2;
  background: #03A9F4;
  /* background: #f26522; */
  /* background: -webkit-linear-gradient(left,#1976bc 0%,#8dc645 100%);
  background: -moz-linear-gradient(left,#1976bc 0%,#8dc645 100%);
  background: linear-gradient(to right,#1976bc 0%,#8dc645 100%); */
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hotel-slide-single a:hover .hotel-image:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hotel-slide-single {
  position: relative;
  display: table-cell;
  width: 100%;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hotel-text {
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-box-shadow: 0 0 15px rgba(24,24,24,.30);
	box-shadow: 0 0 15px rgba(24,24,24,.30);
}
.hotel-slide-single:hover .hotel-text {
  -webkit-box-shadow: 0 10px 30px rgba(24,24,24,.3);
  box-shadow: 0 10px 30px rgba(24,24,24,.3);
}
.hotel-text h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  padding-bottom: 3px;
}
.hotel-text p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 22px;
  color: #1976bc;
  color: #f26522;
}
#hotel-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  text-align: center;
}
#hotel-slider .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#hotel-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .3s ease;
  border-radius: 30px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}
#hotel-slider .owl-dots .owl-dot.active span, #hotel-slider .owl-dots .owl-dot:hover span {
  background: #03A9F4;
}
#hotel-slider .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
#hotel-slider .owl-prev, #hotel-slider .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #03A9F4;
	color: #fff;
  border: 1px solid transparent;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#hotel-slider .owl-prev .fa , #hotel-slider .owl-next .fa {
  font-size: 35px;
  line-height: 35px;
}
#hotel-slider .owl-prev:focus, #hotel-slider .owl-next:focus {
	border: 0px;
}
#hotel-slider .owl-prev:hover {
	background: #fff;
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
#hotel-slider .owl-next:hover {
  background: #fff;
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
#hotel-slider .owl-prev {
	float: left;
  position: relative;
}
#hotel-slider .owl-next {
  float: right;
  position: relative;
}
/*======================== PHOTO GALLERY WRAPPER ================================*/
.photo-gallery-wrapper {
  padding: 0 0 10px;
}
.slider-wrapper {
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.photo-gallery-single {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.photo-gallery-text {
  position: relative;
  padding: 7px 8px 3px;
  min-height: 62px;
  max-height: 62px;
  overflow: hidden;
  background: #EFF3F4;
  border-top: 3px solid #03A9F4;
  transition: all 0.5s ease 0s;
}
.photo-gallery-text h3 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.photo-gallery-image {
  position: relative;
}
.photo-gallery-image .fa {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 5px 7px;
    /* top: 50%;
    left: 50%; */
    position: absolute;
    /* transform: translate(-50%, -50%); */
    z-index: 1;
    color: #03A9F4;
    transition: all 0.5s ease 0s;
}
.photo-gallery-single:hover .photo-gallery-image .fa{
  color: #f26522;
}
.photo-gallery-single:hover .photo-gallery-text {
  border-color: #f26522;
}
/* ------------------------------------
  FOOTER STYLE
---------------------------------------*/
.footer-wrapper {
  position: relative;
  background-color: #1b1c26;
  padding: 55px 0 45px 0;
  color: #fff;
}
.wrapper-footer {

}
.wrapper-footer::before {
  opacity: 0.85;
}
.wrapper-footer::before, .wrapper-footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #05233a;
}
.footer-icon-2 {
  text-align: left;
}
.footer-logo a {
  margin-bottom: 5px;
  display: block;
}
.footer-logo p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}
.footer-address-ul {

}
.footer-address-ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 3px;
}
.contact-details h3 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 15px;
}
.category-post h3 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
}
.menu-services {
  padding: 0;
  margin: 0;
}
.menu-services li {
  margin-top: 3px;
  list-style: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-services li::before {
  content: "-";
  margin-right: 6px;
  color: #fff;
}
.menu-services li a {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-services li a:hover {
  color: #03A9F4;
}
.menu-services li:hover {
  padding-left: 10px;
}
.menu-services li:hover::before {
  color: #03A9F4;
}
.footer-facebook-like {
  text-align: right;
}
.footer-icon-2 li:hover .facebook {
  border: 2px dotted #fff;
  color: #fff;
}
.footer-icon-2 li:hover .twitter {
  border: 2px dotted #fff;
  color: #fff;
}
.footer-icon-2 li:hover .youtube {
  border: 2px dotted #fff;
  color: #fff;
}
.footer-icon-2 li:hover .instagram {
  border: 2px dotted #fff;
  color: #fff;
}
.footer-icon-2 li:hover .linkedin {
  border: 2px dotted #fff;
  color: #fff;
}
.sub-footer {
  background-color: #24252f;
  padding: 15px 0;
  color: #fff;
}
.sub-footer .copy {
  font-size: 13px;
  line-height: 24px;
}
.footer-link {
  text-align: right;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.footer-link a {
  font-weight: 700;
  color: #0A854C;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-link a:hover {
  padding-right: 10px;
  color: #03A9F4;
}
/* ------------------------------------
  Details Page Style
---------------------------------------*/
.details-page-wrapper {
  padding: 30px 0;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 20px;
}
.details-page-breadcrumb li a {
  color: #03A9F4;
  font-size: 22px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #03A9F4;
}
.details-content {
  color: #000000;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 10px;
}
.details-content h3 {
  margin-top: 10px;
  font-size: 28px;
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
.details-right-wrapper-section {
  margin-top: 25px;
}
.details-right-title {
  margin: 20px 0 25px;
  padding: 0;
  width: 100%;
  position: relative;
}
.details-right-title li {
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #101010;
  margin: 0;
  position: relative;
  list-style: none;
}
.details-right-title li:before {
  background: #03A9F4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.details-right-title li:after {
  background: #03A9F4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -11px;
  width: 100%;
}
.details-right-ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 0;
}
.details-right-ul li {
  list-style: none;
}
.details-right-ul li a {
  display: block;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
  color: #000;
  background: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.details-right-ul li a:hover {
  color: #03A9F4;
}
.details-right-ul-item-post h2 {
  font-size: 18px;
  margin: 0;
  line-height: 23px;
  padding: 5px 5px 2px 1px;
  max-height: 50px;
  overflow: hidden;
}
.details-right-ul li a span {
  font-size: 13px;
}
.details-right-ul li a span .fa {
  padding-right: 5px;
}
.details-right-ul-content {

}
.details-right-ul-item-post {

}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #f6f6f6;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  padding: 5px 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.btn-more-details:hover {
  color: #fff;
}
.facebook-comment-box {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    background: #fff;
}
.fb-h2 {
    background: #4d4e8a;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    margin: -1px -1px 0;
}
.fb_iframe_widget_lift {
  width: 100%;
}
/* ------------------------------------
  CATEGORY Page Style
---------------------------------------*/
.category-wrapper {
  padding: 30px 0;
}
.btn-category-all {
  position: relative;
}
.btn-category-more {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
  padding: 0 35px;
  border-radius: 5px;
  border: 1px solid #ececec;
  background: #f6f6f6;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.btn-category-more:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 300px;
  height: 300px;
  line-height: 20em;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.5s ease-out;
  transition: -webkit-box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out;
  -webkit-box-shadow 0.5s ease-out;
  z-index: -1;
}
.btn-category-more:hover {
  color: #fff;
  border: 1px solid #03A9F4;
}
.btn-category-more:hover:before {
  -webkit-box-shadow: inset 0 0 0 10em #03A9F4;
  box-shadow: inset 0 0 0 10em #03A9F4;
  color: #fff;
}
