* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;*/
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .main-navigation a, .slider-content .banner-title, .site-title, .site-title a {
    font-weight: 700;
    color: #3a3a3a;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
h3 {
    font-size: 20px;
    font-weight: 500;
    font-weight: 700;
}
h6 {
    font-size: 12px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
}
input {
    line-height: normal;
    max-width: 100%;
    padding: 7px;
}
i {
    font-family: fontawesome;
}

a {
    text-decoration: none !important;
    background: transparent;
    /*color: #aaa;*/
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
a:hover {
    color: #fab702;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.featured-button {
    background: #fab702;
    border: 1px solid #fab702 !important;
    color: #000;
}
.at-display-inline-block {
    display: inline-block;
}
h1 {
    font-size: 45px;
    text-transform: UPPERCASE;
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
        letter-spacing: 2px;
    font-weight: 300;
}
h2 {
    font-size: 23px;
    color: #fff;
}
h3 {
    text-transform: uppercase;
}
p {
    font-size: 16px;
}
.single-item {
    overflow: hidden;
}
.landing_part span {
    position: relative;
}
.landing_part span:before,
.landing_part span:after {
    content: "";
    position: absolute;
}
.landing_part {
       /* background: rgba(0, 0, 0, 0.7); */
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    /* padding: 50px 0px; */
    color: #fff;
    /* z-index: -1; */
    /* width: 57%; */
}
.landing_part .logo img {
    width: 100px;
}
.landing_part span {
   font-size: 22px;
   text-transform: uppercase;
   font-weight: 500;
   letter-spacing: 10px;
   margin-left: 15px;
}
.landing_part span:before,
.landing_part span:after {
  border-bottom: 2px solid #f0f0f0;
  width: 85px;
  top: 10px;
  left: -95px;
  /*z-index: -1;*/
  margin: 0 auto;
  text-align: center;
}
.landing_part span:after {
   left: auto;
   right: -83px;
}
.landing_part .details {
    margin-top: 30px;
    margin-bottom: 17px;
}
.landing_part strong {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.landing_part p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
}
.landing_part ul.mail_contain a {
    color: #fff;
    font-weight: normal;
    transition: all ease-in-out 0.5s;
    position: relative;
}
.landing_part ul.mail_contain a:hover {
    color: #3ac2cf;
    transition: all ease-in-out 0.5s;
}
.landing_part ul.mail_contain a:after {
    position: absolute;
    content: "";
    transform: scaleX(0); 
    height: 1px;
    width: 0; 
    background: #3ac2cf;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
}
.landing_part ul.mail_contain a:hover:after {
    transform: scaleX(1);
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.landing_part .collect {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}
.landing_part .collect a {
    color: #000;
    background: #fff;
    font-size: 15px;
    padding: 7px 35px;
    border-radius: 15px;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}
.landing_part .collect a:hover {
    color: #fff;
    background-color: #3ac2cf;
    transition: all ease-in-out 0.5s;
}
.google_map {
    position: relative;
        float: right;
}
.google_map iframe {
    position: absolute;
    /* position: fixed; */
    bottom: 14px;
    right: 10px;
    left: auto;
    top: auto;
}
.google_map img {
    width: 200px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #eee;
}
 .google_map iframe {
    width: 200px;
    height: 200px;
    border: 2px solid #fff !important;
    box-shadow: 0 0 5px #eee;
}
.single-item img  {
        height: 100vh;
        max-height: none;
        width: 100%;
    }
@media(max-width: 1365px) {
    .single-item img  {
        height: 100vh;
        max-height: none;
        width: 100%;
    }
    
}
@media(max-width: 1200px) {
    .landing_part {
        top: 25px;
}
}
@media(max-width: 991px) {
    body {
        background-size: auto !important;
    }
}
@media(max-width: 980px) {
    .google_map iframe{
        /*display: none;*/
    }
    .landing_part {
    top: 20px;
    padding: 5px 0px;
}
.google_map {
    position: relative;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.google_map iframe {
    right: 0;
    left: 0;
    margin: 0 auto;
}
}
@media(max-width: 800px) {
    .google_map iframe{
     /*display: none;*/
    }
    .landing_part .collect {
     display: block;
    }
    .landing_part {
        width: 100%;
            padding: 50px 0px;
                width: 80%;
                    top: 60px;
    }
}
@media(max-width: 600px) {
    /*.landing_part {
        top: 75px;
    }*/
    .google_map {
        right: 0;
        width: 100%;
        text-align: center;
      /*  display: none;*/
    }
    .landing_part .collect a {
        padding: 7px 20px;
    }
   h1 {
    font-size: 35px;
}
}
@media(max-width: 428px) {
    .landing_part {
    top: 48px;
}
}
@media(max-width: 372px) {
    .landing_part {
    width: 100%;
}
}
@media(min-width: 1367px) {
    .landing_part {
        top: 25%;
    }
    .single-item img {
    max-height: 968px;
    width: 100%;
}
}