.pd-d-15{
  padding-right: 15px !important;
  padding-left: 15px !important;
}
/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*-------------form control custome-------------*/
.form-control-costome{
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #f09900;
  background-color: inherit;
  border: 1px solid #ccc;
}
.pd-0{padding: 0px}

#image {
/* the image you want to 'watermark' */
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#image p {
/* the actual 'watermark' */
position: absolute;
top: 42%; /* or whatever */
left: 35%; /* or whatever, position according to taste */
color: #fff;
z-index: 1;
background-image: url("../images/logo.png");
font-size: 40px;
opacity: 0.6;
}
#image-under {
/* the image you want to 'watermark' */
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#image-under p {
/* the actual 'watermark' */
position: absolute;
top: 40%; /* or whatever */
left: 20%; /* or whatever, position according to taste */
color: #fff;
z-index: 1;
font-size: 10px
}
#image-home {
/* the image you want to 'watermark' */
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#image-home p {
/* the actual 'watermark' */
position: absolute;
top: 40%; /* or whatever */
left: 30%; /* or whatever, position according to taste */
color: #fff;
z-index: 1;
font-size: 14px
}
#image-house {
/* the image you want to 'watermark' */
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#image-house p {
/* the actual 'watermark' */
position: absolute;
top: 50%; /* or whatever */
left: 30%; /* or whatever, position according to taste */
color: #fff;
z-index: 1;
font-size: 14px
}
/*===============================================
=================================================
                    property
=================================================
================================================= */
.waraper-property{
  width: 100%;
  float: left;
  padding: 30px
}
.waraper-property .property-title h4{
  text-transform: uppercase;
  font-weight: bold;
}

.waraper-property .list-property{
  background: #fff;
  display: flex;
  margin-top: 13px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12)
}
.waraper-property .list-property img{
  width: 300px;
  border-radius: 2px;
  padding: 10px;
  height: 210px; 
}

.waraper-property .property-desc h4 a{
  font-weight: bold;
  color: #666674;
}
.waraper-property .property-desc{
  width: 350px;
  padding: 10px 20px;
}
.waraper-property .property-price{
  padding: 10px 20px;
  width: 130px;
}
.waraper-property .property-price h4{
  font-size: 16px;
}
.waraper-property .property-price p{
  font-size: 10px;
}
.waraper-property .property-desc p{
  color: #666666
}
.waraper-property .property-desc span{
  color: #fff;
  font-size: 13px;
  background: #f09900;
  padding: 0px 5px 0px 5px
}
.hvr-view-to-right{
  background: #F75431;
  border: solid 0px;
  color: #fff;
  border-radius: 0px !important;
  padding: 6px 13px;
  text-transform: uppercase;
  float: right;
  font-family: 'Hind Vadodara', sans-serif;
}

.hvr-view-to-right:hover{
  background: #F7886B;
  color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.9s ease
}

/*===============================================
=================================================
                    Subscribe
=================================================
================================================= */
.subscribe{
  width: 100%;
  float: left;
  background: #000;
}
.at-newsletter-sec {
  padding: 20px 0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px 0;
  padding-left: 0px;
  background-image: url("../images/cover2.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
}
.at-over-layer-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.at-newsletter-sec h2 {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.at-newsletter-sec p {
  color: #ffffff;
  margin-bottom: 30px;
}
.input-group{
  display: flex;
}
.at-newsletter-sec .form-control {
  background: none;
  border: none;
  box-shadow: none;
  background: #fff;
  min-height: 47px;
  border-radius: 0px;
  width: 1040px;
}
.at-newsletter-sec .at-sub-btn a {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  color: #ffffff;
  line-height:47px;
}
.hvr-bounce-to-right{
  background: #f09900;
  border: solid 0px;
  color: #fff;
  border-radius: 0px !important;
  padding: 10px 15px;
  text-transform: uppercase;
}

.hvr-bounce-to-right:hover{
  background: #F7886B;
  color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.9s ease
}

/*===============================================
=================================================
                   Popular Post
=================================================
================================================= */
.popular-post{
  width: 100%;
  float: left;
}
.popular-post .popular-title h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}
.popular-post .list-popular{
  display: flex;
  background:#fff;
  padding: 5px;
  margin-top: 3px;
  border-bottom: solid 1px #EEEEEE
}
.popular-post .list-popular{display: flex;}
.popular-post .list-popular h5 a{
 font-weight: bold;
 color: #666674
}
.popular-post .list-popular a img{
  width: 115px;
  height: 80px;
}
.popular-post .list-popular-desc{padding: 0px 10px}
.list-popular-desc .width-detail{
  width: 200px;
}
.list-popular-desc .width-view-detail{
  width: 100px;
}
.list-popular-desc .width-detail a{
  color: #666674
}
/*===============================================
=================================================
                   waraper-advertise
=================================================
================================================= */
.waraper-advertise{
  width: 100%;
  float: left;
  background: #fff
}

/*===============================================
=================================================
                  waraper-land
=================================================
================================================= */
.waraper-land{
  width: 100%;
  float: left;
}
.waraper-land .land-title h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px
}
.logo-slider{
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}
.logo-container{
  background-color: #ffffff;
  width: calc(100%/5);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  flex: 0 0 auto;
  margin-left: 2%;
  color: #323538;
}
.first{margin-left: 1.5%;}

#last{ 
}
.logo-container:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
  transition: all 0.4s ease;
}
.image-land img{
  width: 300px;
  border-bottom: 1px solid #e2e2e2;
  height: 150px
}
.water-mark{
  top: -40%;
  position: relative;
  left: 30%;
  color: #fff
}
.logo-container .land-deatail{
  padding: 5px 0px 0px 10px;
  line-height: 6px
}
.logo-description{
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.scroller-controls{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #f09900;
  height: 30px
}
.next{
  font-size: 15px;
  color: #f1f1f1;
  padding: 5px 10px
}
.previous{
  font-size: 15px;
  border-right: 1px solid  #45494c;
  color: #f1f1f1;
  padding: 5px 10px
}
.previous span, .next span{text-align: center;}
a:focus, a:hover {color: #f09900;}

.next-detail{
  font-size: 15px;
  background-color: #f8b400 !important;
  color: #f1f1f1;
  padding: 5px 10px
}
.previous-detail{
  font-size: 15px;
  background-color: #f8b400;
  border-right: 1px solid  #45494c;
  color: #f1f1f1;
  padding: 5px 10px
}
.previous-detail span, .next-detail span{text-align: center;}
a:focus, a:hover {color: #f09900;}
/*===============================================
=================================================
                  waraper-house
=================================================
================================================= */
.waraper-house{
  width: 100%;
  float: left;
}
.waraper-house .house-title h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px
}

/*===============================================
=================================================
                  waraper-vedio
=================================================
================================================= */
.waraper-vedio{
  width: 100%;
  padding: 5px 0px 10px;
  float: left;
}
.waraper-vedio .title-vedio h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px
}
.view-video .list-video{
  display: flex;
  background:#fff;
  padding: 5px;
  margin-top: 3px;
  border-right:solid 5px #F09900
}
.view-video .list-video-desc p{
  padding: 0px 0px 0px 5px
}
.view-video .list-video:hover{
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  flex: 0 0 auto;
}
.view-video .list-video{display: flex;}
.view-video .list-video h5 a{
 font-weight: bold;
 color: #666674;
 font-size: 15px;
}
.view-video .list-video h5 {
 margin-top: 5px
}
.view-video .list-video img{
  width: 150px;
  height: 100px;
  padding: 5px
}
.list-video { position: relative; }
.list-video a {
  position: absolute;
  display: block;
  background: url(http://www.slatecube.com/images/play-btn.png);
  height: 100%;
  width: 100%;
  top: 30px;
  left: 55px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.video-data{
  width: 400px;
}
.modal-header {
  padding: 0px !important;
  border-bottom: 0px solid #e5e5e5;
}
.modal-dialog {
  width: 50%;
  margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-43px !important;
  top:1px !important;
  z-index:999;
  font-size:3rem !important;
  font-weight: normal;
  color:#fff;
  opacity:1;
  background: #f09900 !important;
  height:35px;
  width: 36px
}

/*===============================================
=================================================
                  waraper-location
=================================================
================================================= */
.waraper-location{
  width: 100%;
  float: left;
  background: #fff
}
.waraper-location .location-title h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px;
  color: #fff;
  position: relative;
}
.waraper-location .list-location a{
  border-bottom: 2px #f09900 solid;
  color: #fff;
  font-size: 16px;
}
.waraper-location .list-location a:hover{
  color: #f09900;
}
.waraper-location .list-location span{
  font-size: 10px;
  color: #fff !important;
  background:   #f09900 !important;
  padding: 5px
}


/*Start Animations layout
=============================*/
[data-animate-in] {
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease
}
[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}
[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}
[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}
[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}
.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}
/*End Animations layout*/

/*Start Zoom Image
=========================*/
.zoomWrapper {
  max-width: 400px;
  overflow: hidden; 
  /* -- Prevent flicker -- */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.zoomWrapper img {
  width: 200px;
  height: 170px;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.zoomWrapper img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/*End Zoom Image*/

/*Start sroll to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #f09900;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
}
#myBtn:hover {background-color: #F37157;}
/*End sroll to top*/

/*Start select Customize
=========================*/
.s-hidden {
    visibility:hidden;
    padding-right:117px;
}
.select {
    cursor:pointer;
    display:block;
    position:relative;
    color:black;
    border:1px solid #ccc;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:transparent;
  padding: 0 10px;
  font-weight: bold;
  color:
  #fff;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:0;

}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:#eee;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: left;
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#fff;
    color:#000;
}
/*End of Select Customize*/

/*===============================================
=================================================
              menu-detail
=================================================
================================================= */
.menu-detail{
  padding: 10px;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: #B6BAC3 1px 2px 1px;
  font-weight: bold;
}
.menu-detail a{
  color: #666674
}
.active {
  color: #f09900 !important;
}
.menu-detail a:not(:last-child)::after{
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  color: #2e3238;
  content: ">";
  margin: 0 12px;
  margin: 0 .75rem;
  position: relative;
  top: 2px;
  opacity: 1;
}
.menu-detail a:hover{
  color: #f09900;
}
.menu-detail .active a{
  color: #f09900 !important
}

/*===============================================
=================================================
              waraper-property-detail
=================================================
================================================= */

.waraper-property-detail .property-detial{
  background: #fff;
}
.waraper-property-detail .property-detial h4{
  padding: 22px 20px 0px 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #185F9A
}
.waraper-property-detail .property-detial h3{
  padding: 0px 20px 0px 20px;
  font-weight: bold;
}
.waraper-property-detail .property-detial .for{
  border-left: solid 5px red;
  padding: 0px 15px;
  line-height: 15px;
  font-size: 18px;
  color: #f09900
}
.waraper-property-detail .property-detial p{
  padding: 0px 20px 20px 20px;
}
.waraper-property-detail .property-detial span{
  font-size: 12px;
  color: #333333
}
.waraper-property-detail .property-detial b{
  font-size: 12px;
   color: #333333
}
.waraper-property-detail .property-detial .price-detail{
  font-size: 25px;
  color: red

}
.waraper-property-detail .title-detail{
  text-transform: uppercase;  
  padding: 15px 0px 0px 0px;
  font-weight: bold;
}
.waraper-property-detail .information-detail{
   width: 100%;
   float: left;
   padding: 20px;
   margin-top: 2px;
   border: solid 5px #fff;
   box-shadow: 0 1px 3px 0
   rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.waraper-property-detail .information-detail h4{
  font-weight: bold;
  padding: 10px 0px
}
.information-detail .form-information input{
  margin-top: 10px
}
.information-detail .form-information textarea{
  margin-top: 10px
}
.waraper-property-detail .additional{
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 5px
}
.waraper-property-detail .additional h4{
   font-weight: bold;
   color: #185F9A; 
}
.waraper-property-detail .additional li{
   border-bottom: solid #eeeeee 1px;
   padding: 5px;
   font-size: 15px
}
.waraper-property-detail .additional span{
   float: right;
   font-size: 15px
}

.waraper-property-detail .amenities{
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 15px
}
.waraper-property-detail .amenities h4{
  font-weight: bold;
  color: #185F9A;
  padding: 0px 0px 10px;
}
.waraper-property-detail .amenities li{
  border-bottom: solid #eeeeee 1px;
  padding: 5px;
  font-size: 15px;
  margin-right: 20px
}
.waraper-property-detail .amenities span{
  float: right;
  font-size: 15px
}

.hvr-info-to-right{
  background: #f09900;
  border: solid 0px;
  color: #fff;
  border-radius: 0px !important;
  padding: 10px 15px;
  text-transform: uppercase;
  float: right;
}
.hvr-info-to-right:hover{
  background: #F7886B;
  color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.9s ease
}
.at-info-btn{
  margin-top:15px 
}

.hvr-print-to-right{
  background: #f09900;
  border: solid 0px;
  color: #fff;
  border-radius: 0px !important;
  padding: 10px 15px;
  text-transform: uppercase;
  float: right;
  margin-top: -186px
}
.hvr-print-to-right:hover{
  background: #F7886B;
  color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.9s ease
}
.flickity-enabled {position: relative;}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {cursor: -webkit-grabbing;cursor: grabbing;}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {fill: #333;}
.carousel-main {margin-bottom: 8px;}
.carousel-cell {
  width: 100%;
  margin-right: 8px;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}
.carousel-cell .castome-imag{
  width: 1000px;
  height: 500px
}
.carousel-cell .castome-imag-after{
  width: 400px;
  height: 80px
}
.carousel-nav .carousel-cell {height: 90px;width: 120px;}
.carousel-main img {display: block;margin: 0 auto;}

.price{
  color: #ef4339;
  font-weight: bold;


}
.datetime{
  font-weight: bold;
  background-color:  inherit;
}



/*===============================================
=================================================
              pagenation
=================================================
================================================= */
/* GRID */
.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/* GENERAL STYLES */
.pagination{
  padding: 30px 0;
}
.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination a{
  display: inline-block;
  padding: 5px 15px;
  color: #222;
}
/* TWELVE */
.p12 a{
  border: 1px solid #F09900;
  color: #F09900;
}
.p12 a:first-of-type, .p12 a:last-of-type, .p12 .is-active{
  color: #555555;
  font-weight: bold;
}


/*===============================================
=================================================
            Loading popup language
=================================================
================================================= */
.modal-dialog1 {
  width: 100%;
  margin: auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');
*{padding:0px;
margin:0px;}

.pinpoint-alert--success{
  color:#4cd137;
}
.pinpoint-alert--error{
  color:#e84118;
}
.pinpoint-alert--warning{
  color:#fbc531;
}

.pinpoint-alert--container{
  width:100%;
 /* background-image: linear-gradient(-20deg, #2d3436 0%, #2c3e50 100%);*/
  display:flex;
  align-items:center;
  justify-content:center;
}
.pinpoint-alert--wrapper{
  width:350px;
  height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

.pinpoint-alert{
  width:100%;
  height:63px;
  background-color:#f5f6fa;
  border-radius:40px;
  display:flex;
  flex-direction:row;
  align-items:center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.icon{
  display:flex;
  align-items:center;
  font-size:40px;
  border-left:7px solid;
  height:100%;
  padding-right:20px;
}


/*===============================================
=================================================
              Page About Us
=================================================
================================================= */
.wrapper-about{
  width: 100%;
  float: left;
}
.wrapper-about .caption-about{
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 50px 0px 10px 0px;

}
.wrapper-about .caption-about h2{
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #f09900;
}
.wrapper-about .img-about{
  width: 100%;
  float: left;
  padding: 50px 0px 20px 0px;
}
.wrapper-about .img-about img{width: 100%}

/*our-team*/
.our-team{
  width: 100%;
  float: left;
  padding: 50px 0px;
 }
.our-team .caption-team {
  width: 100%;
  float: left;
  text-transform: uppercase;
  color: #F09900;
  margin-bottom: 30px;
}
.our-team .item{
  background-color:#fff;
  box-shadow: 0 0 5px #e1e1e1;
  padding: 10px;
  width: 19%;
  margin: 0px 0px 10px 10px;
  float: left;
}
.our-team .item .article-intro p{text-align: left;}
.our-team .item .article-intro img {
  background: none;
  padding: 0;
  float: none;
  width: 100%;
}
.meet-our-team {
  border-left: 2px solid   #F09900;
  padding-left: 10px;
  margin-bottom: 15px;
}
.meet-our-team .name {
  color:  #676767;
  font-size: 16px;
  text-transform: uppercase;
}
.meet-our-team .position {color:  #F09900;}
.meet-our-team p {
  padding: 0;
  margin: 0;
}
.meet-our-team .icon-mxh {
  display: flex;
  margin-top: 10px;
}
.meet-our-team .icon-mxh a{
  margin: 0px 3px;
}
.meet-our-team .icon-mxh  img{
  width: 100%;

}
.wrapper-about .mission{
  width: 100%;
  float: left;
  margin-top:30px;
  background: #fff;
  padding: 20px;
  height: 270px
}
.wrapper-about .mission h3{
  text-align: center;
  font-weight: bold;
  font-size: 20px
}
.wrapper-about .mission .img-icon{
  text-align: center;
  height: 80px;
  margin-bottom: 15px;
}
.wrapper-about .mission .img-icon img{
  width: 30%;
  height: 70%;
  text-align: center;
  display: inline-block;
}
.wrapper-about .mission p{
  text-align: left;
  font-size: 15px;
}

/*===============================================
=================================================
              Page Contact Us
=================================================
================================================= */
.wrapper-content{
  width: 100%;
  float: left;
}
.wrapper-content .contact-page{
  width: 100%;
  float: left;
  padding: 50px 0px;
}
.wrapper-content .contact-page .get-in-touch{
  width: 100%;
  float: left;
  font-size: 16px;
}
.wrapper-content .contact-page .get-in-touch h2{
  text-transform: uppercase;
  font-weight: bold;
  color: #f09900;
  margin-bottom: 30px;
}
.wrapper-content .contact-page .get-in-touch .find-phone{
  width: 100%;
  float: left;
  padding: 10px 0px 10px 0px;
}
.wrapper-content .contact-page .get-in-touch .find-phone .img-icon{
  width: 50px;
  height: 50px;
}
.wrapper-content .contact-page .get-in-touch .find-phone .img-icon img{width: 100%}
.wrapper-content .contact-page .get-in-touch .find-phone p{
  margin: 0px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-content .contact-page .get-in-touch .find-phone a{color: #333;}
.wrapper-content .contact-page .get-in-touch .find-phone a:hover{color:#f09900;}
/*send-messages*/
.wrapper-content .contact-page .send-messages{
  width: 100%;
  float: left;
}
.wrapper-content .contact-page .send-messages h2{
  text-transform: uppercase;
  font-weight: bold;
  color: #f09900;
  margin-bottom: 30px;
}
.wrapper-content .contact-page .send-messages .form-area .form-control{
  width: 100%;
  padding: 20px 18px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .05em;
  font-weight: inherit;
  color: #333;
  background-color:
  transparent;
  border: 1px solid  #cecaca;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
.wrapper-content .contact-page .send-messages .form-area .form-control:focus{
  border-color:#f09900;
  outline: none;
}


/*===============================================
=================================================
              Page Events
=================================================
================================================= */
.wrapper-events{
  width: 100%;
  float: left;
  padding: 0px 0px 20px 0px;
}
.waraper-sub-event{
  width: 100%;
  float: left;
}
.main-event{
  width: 100%;
  float: left;
  background-color: #fff;
  /*height: */
  margin: 0px 0px 20px 0px;
  border-style: double;
  border-color: #cccc;
  border-width: 1px;
  float: left;
}
.main-event .title-event{
  padding: 8px;
}
.main-event .title-event h3{
  font-weight: bold;
  text-transform: capitalize;
}
.main-event .post-by{
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding: 0px 8px;
}
.main-event .post-by i{margin-right: 10px;}
.main-event .post-by span{
  color: #f09900;
  margin-right: 30px;
}
.main-event .desc-event{
  width: 100%;
  float: left;
  padding: 15px 5px; 
}
.main-event .desc-event .desc-img{
  width: 100%;
  float: left;
  border:1px solid #cccc;
  border-radius: 3px;
  padding: 4px;
}
.main-event .desc-event .description p{
  text-align: justify;
}
.main-event .desc-event .description .desc-detail{
  margin-top: 20px;
}
.main-event .desc-event .description .desc-detail .hvr-bounce-to-right{
  padding: 6px 8px;
}
.padding-0{
  padding-left: 0px;
  padding-right: 0px;
}

/*===============================================
=================================================
              Page Events Detail
=================================================
================================================= */
.waraper-sub-event{
  width: 100%;
  float: left;
  padding:30px 0px 0px 0px;
}
.waraper-sub-event .sub-title{
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px
}
.waraper-sub-event .sub-title .detail-img{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.waraper-sub-event .sub-title .detail-img img{width: 100%;}
.waraper-sub-event .sub-title .detail-img .tag {
    position: absolute;
    background-color: #f09900;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100px;
    height: 80px;
    text-align: center;
    padding-top: 4px;
}
.waraper-sub-event .sub-title .detail-img .tag strong {
    font-size: 18px;
}
.waraper-sub-event .sub-title h2{
  text-transform: capitalize;
}
.waraper-sub-event .sub-title .post-by{
  line-height: 40px;
  font-size: 16px;
}
.waraper-sub-event .sub-title .post-by .calender{
  width: 30%;
  float: left;
}
.waraper-sub-event .sub-title .post-by .calender .user{
  width: 50%;
  float: left;
}
.waraper-sub-event .sub-title .post-by i{margin-right: 10px;}
.waraper-sub-event .sub-title .post-by span{
  color: #f09900;
  margin-right: 30px;
}
.waraper-sub-event .sub-title .post-by p{margin-bottom: 10px};
.waraper-sub-event .information-detail{
  background:#fff;
  width: 100%;
  float: left;
  padding: 20px;
}
.waraper-sub-event .sub-title p{
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;

}
/*===============================================
=================================================
                  page-video-view
=================================================
================================================= */
.page-video-view{
  width: 100%;
  padding: 30px 0px;
  float: left;
}
.page-video-view .title-vedio h4{
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 0px 15px
}
.page-video-view .list-video{
  display: flex;
  background:#fff;
  padding: 5px;
  margin-top: 3px;
  border-right:solid 5px #F09900
}
.page-video-view .list-video-desc p{
  line-height: 17px;
  padding: 5px
}
.page-video-view .list-video-desc span{
  color: #F09900
}
.page-video-view .list-video:hover{
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  flex: 0 0 auto;
}
.page-video-view .list-video{display: flex;}
.page-video-view .list-video h5 a{
 font-weight: bold;
 color: #666674;
 font-size: 15px;
}
.page-video-view .list-video h5 {
 margin-top: 5px
}
.page-video-view .list-video img{
  width: 250px;
  height: 180px;
  padding: 5px
}
.page-video-view .list-video { position: relative; }
.page-video-view .list-video a {
  position: absolute;
  display: block;
  background: url(http://www.slatecube.com/images/play-btn.png);
  height: 100%;
  width: 100%;
  top: 70px;
  left: 100px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  border-color: #E3A20E;
  background: #ED7D2A;
}

.swiper-container{
  width: 100% !important
}
.gallery-top img{
  width: 900px;
  height: 580px
}
.gallery-thumbs img{
  width: 230px;
  height: 100px;
  padding: 10px 0 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-prev{
  background:url(../images/pre1.png) no-repeat top !important;
  width: 100px !important;
  height: 100px !important;
  position:absolute; 
  margin-left:-20px !important; 
  top: 0px
}
.swiper-button-next, .swiper-container-rtl .swiper-button-next{
  background:url(../images/next1.png) no-repeat top !important;
  width: 100px !important;
  height: 100px !important;
  position:absolute; 
  margin-right:-20px !important;
  top: 0px     
}
.swiper-button-next, .swiper-button-prev{
  background: rgba(0.1, 0.1, 0.1, 0.2);
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-thumbs .swiper-slide {
  width: 130px !important;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.images-popup{
  width: 100% !important;
}
