/*Default css*/
body{
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  background: #22293c !important;
}

/* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background: transparent;
}
p a{
  background: transparent !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
   display: block;
}

audio,
canvas,
video {
   display: inline-block;
}
a{
  outline: none !important;
}
audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden] { display: none; }

code, kbd, pre, samp {
   
   font-size: 1em;
}

pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
}

mark {
   background-color: #A7F4F6;
   color: #555;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
    outline:none !important;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;

}
ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;

}
a:hover{
  text-decoration: none;
}

img{
   max-width: 100%;
}


#page-top {
    overflow-x: hidden !important;
}


/*explore_area*/
.explore_area {
    background-color: #272727;
}
.explore_items_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}
.single_explore_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    position: relative;
}
.cat_image {
    height: 100%;
}
.cat_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single_explore_item:hover .cat_content {
   background: transparent;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}
.single_explore_item:hover .cat_content h2 {
   display: none;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}
.single_explore_item:hover .cat_content p {
   display: none;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}
.single_explore_item:hover .cat_content img {
   display: none;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}
.single_explore_item:hover .cat_content .plus_img {
  opacity: 1 !important;
  visibility: visible;
}
.cat_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
       background: rgba(34, 41, 60, 0.85);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;   
    transition: 0.5s;
}

.cat_content h2 {
    color: #FFF;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Didot';
}
.cat_content p {
    color: #FFF;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Avenir';
}
.cat_content h2 button {
    background: transparent !important;
    border: none;
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
}
.plus_img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: 300px;
}
.plus_img button {
    background: #22293C;
    border: 1px solid #FFF;
    padding: 17px 55px;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 4.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.cat_content img {
    max-width: initial;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.s_logo {
    margin-top: 249px;
    min-height: 101px;
    height: 101px;
}
.s_item_c {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}






/*contact_area*/

.contact_menu{
    background-color: #22293C;
}
.contact_area {
    background-color: #22293C;
    padding-top: 200px;
    padding-bottom: 160px;
}
.logo img {
    width: 65%;
}
.logo {
    text-align: center;
    max-width: 250px;
    border-bottom: 2px solid #cacaca;
    padding: 36px 0px;
    margin: auto;
}
.logo_item .logo:nth-child(3) {
    border-bottom: none;
}

.contact_icon {
    position: fixed;
    width: 40px;
    right: 68px;
}
.contact_menu {
    position: absolute;
    /*z-index: 1050;*/
    width: 100%;
    top: 60px;
    left: 0;
}
.input_item {
    margin-bottom: 25px;
}
.input_item input, .input_item textarea {
    background: #FFF;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    border: none;
    font-weight: 400;
    opacity: 1;
}
textarea {
    outline: none !important;
    height: 140px;
}
.input_submit input {
    background: #15CC9B;
    width: 100%;
    color: #FFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    border: none;
    font-weight: 400;
    opacity: 1;
    font-weight: 700;
}

::-webkit-input-placeholder { /* Edge */
  color: #BBBBBB;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBBBBB;
  opacity: 1;
}

::-moz-placeholder {
 color: #BBBBBB;
  opacity: 1;
}

::-ms-input-placeholder {
 color: #BBBBBB;
  opacity: 1;
}

::placeholder {
 color: #BBBBBB;
  opacity: 1;
}
.contact_form{}
.contact_form h2 {
    text-align: left;
    letter-spacing: 3.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Didot';
    font-size: 37px;
    padding-bottom: 17px;
}
.contact_form p {
    color: #FFF;
    font-size: 14px;
    font-family: 'Avenir';
    font-weight: 300;
    letter-spacing: 1.4px;
    padding-bottom: 25px;
}
section.contact_area .container .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




/*Slider Css */
.slider_privew_section{
    background: #22293C;
}
section.slider_privew_section .container-fluid {
    padding: 0;
}
.slides {
  width: 100%;
}
.slick-slide {
  color: white;
  font-size: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-current {
  color: #e1d7d2;
}
.slick-dots-thumb .slick-slide:not(.slick-current) .s_thumb_img{
  opacity: 0.3;
}

.text_top h2 {
    letter-spacing: 3.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Didot';
    font-weight: 700;
    font-size: 37px;
    padding-right: 37px;
}
.text_top p {
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Avenir';
}
.text_desc p {
    color: #FFF;
    font-family: 'Avenir';
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-bottom: 20px;
}
.text_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
}
.s_thumb_text{
    color: #FFF;
}
.slides.slick-dots-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.text_preview_text {
    max-width: 1004px;
    padding-top: 120px;
    padding-left: 100px;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
}
div#slick-caption-list {
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
}
.s_thumb_text h3 {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    opacity: 1;
    font-size: 25px;
    font-family: 'Didot';
    font-weight: 700;
    text-align: center;
}
.s_thamb_area {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-right: 30px;
}
.s_thumb_text {
    color: #FFF;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    right: 0;
    margin: auto;
}

#slick-caption-list .slick-track {
    width: 100% !important;
}
.s_proview_img.slick-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.video_items video {
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    color: red !important;
    width: max-content;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  background: rgba(34, 41, 60, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 34px;
    color: #FFF;
    display: inline-block;
    transition: 0.3s;
    font-family: 'Avenir';
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 31px;
    right: 61px;
    font-size: 60px;
}

.nav_ctelh {
    width: 36px;
    position: absolute;
    top: 59px;
    right: 72px;
    z-index: 1050;
}
.c_phone a {
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding-top: 20px;
}
.c_phone {
    text-align: center;
}
.social_media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}
.social_media ul li a img {
    width: 42px;
    margin: 0px 10px;
}