body{
  -ms-overflow-style: scrollbar;
}
html{
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.image.fit img {
  height: auto;
}
body {
  background-color: #f4eddf;
  font-family: "Lato", sans-serif;;
  font-style: normal;
  font-weight: 400;
  color: #00334e;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;  
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #00334e;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s ease, transform 0.3s ease;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover{  
  color: #e8550f;
  transition: color 0.3s ease, transform 0.3s ease;
  transform: translateY(-3px);
}
h1{
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 24px;
}
h2{
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 24px;
}
h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
p{
  font-size: 16px;
  line-height: 24px;
  color: #00334e;
}
p:last-child{
  margin-bottom: 0!important;
}
strong{
  font-weight: bold;
}
hr{
  border-color: #fefefe;
  margin: 48px 0;
}
.mb-0{
  margin-bottom: 0!important;
}
.mb-24{
  margin-bottom: 24px!important;
}
.mb-48{
  margin-bottom: 48px!important;
}
.pt-0{
  padding-top: 0!important;
}
.row{
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
}
.col-25{
  width: calc(25% - 48px);;
}
.col-30{
  width: calc(30% - 48px);;
}
.col-40{
  width: calc(40% - 48px);;
}
.col-50{
  width: calc(50% - 48px);;
}
.col-60{
  width: calc(60% - 48px);;
}
.col-70{
  width: calc(70% - 48px);;
}
.inner{
  margin: 0 auto;
  width: 75rem;
}
.text-center{
  text-align: center;
}
.section-padding{
  padding: 96px 0;
}
.hover-slide{
  transition: transform 0.3s ease;
}
.hover-slide:hover{
  transform: translateY(-10px); 
}
.img-border{
  border: 4px solid #fff;
}

/* Header & Footer Style */
.header{
  padding: 16px 0;
  text-align: center;
}
.footer{
  background-color: #00334e;
  padding: 12px 0;
}
.footer p{
  color: #f4eddf;
  font-size: 16px;
  line-height: 24px;
}

/* Main Style */
.banner-block{
  padding-top: 48px;
}
.banner-block h2{
  font-size: 40px;
  line-height: 48px;
}
.banner-block .row{
  align-items: center;
}
.banner-block .inner{
  width: 80rem;
}
.marquee-block{
  background-color: #00334e;
  color: #fff;
  padding: 16px 0;
}
.marquee-block ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.marquee-block ul li{
  position: relative;
  font-family: "Yeseva One", serif;
  font-size: 40px;
  line-height: 48px;
  color: #e8550f;
  padding: 0 48px;
  font-weight: bold;
}
.marquee-block ul li:after{
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  background-image: url('../images/ice.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}
.marquee-block ul li:first-letter{
  font-size: 56px;
}
.values-block .value-block-heading{
  background-color: #e8550f;
  padding: 48px 32px;
}
.values-block .value-block-heading h2{
  color: #f4eddf;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 80px;
}
.values-block .quote{
  background-color: #00334e;
  margin-top: 24px;
  padding: 72px 24px;
}
.values-block .quote p{
  color: #f4eddf;
  font-size: 20px;
  line-height: 30px;
}
.sidebyside-block .row{
  align-items: center;
}
.full-length-block{
  background-color: #eae2b7ff;
}
.full-length-sidebyside-block .row{
  align-items: center;
}
.full-length-sidebyside-block h2{
  margin-bottom: 40px;
}
.full-length-sidebyside-block p{
  font-size: 20px;
  line-height: 30px;
}
.full-length-sidebyside-block img{
  border: 4px solid #fff;
}
.contact-block h2{
  font-size: 48px;
  line-height: 56px;
}
.contact-block ul{
  padding: 0;
  margin: 0;
  margin-top: 24px;
}
.contact-block ul li strong{
  color: #e8550f;
  display: block;
}
.contact-block ul li:first-child{
  padding-bottom: 8px;
}
.hover-video {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.hover-video:hover {
  transform: scale(1.03);
}

/* Media Query */
@media only screen and (max-width: 1280px){
  h1{
    font-size: 64px;
    line-height: 72px;
  }
  h2{
    font-size: 56px;
    line-height: 64px;
  }
  .banner-block .inner,
  .inner{
    width: 70rem;
  }
  .values-block .value-block-heading h2{
    font-size: 56px;
    line-height: 72px;
  }
  .values-block .quote{
    padding: 33px 24px;
  }
  .contact-block h2{
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 1199px){
  .banner-block .inner,
  .inner{
    width: 65rem;
  }
}

@media only screen and (max-width: 1100px){
  h1{
    font-size: 56px;
    line-height: 64px;
  }
  h2{
    font-size: 48px;
    line-height: 56px;
  }
  .banner-block .inner,
  .inner{
    width: 60rem;
  }
  .values-block .value-block-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .contact-block h2{
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px){
  h2{
    font-size: 40px;
    line-height: 48px;
  }
  .banner-block .inner,
  .inner{
    width: 55rem;
  }  
  .marquee-block ul li:first-letter{
    font-size: 48px;
  }
  .marquee-block ul li{
    font-size: 32px;
    line-height: 40px;
  }
  .hover-video{
    height: 300px;
  }
  .values-block .value-block-heading h2{
    font-size: 32px;
    line-height: 48px;
  }
  .values-block .mb-24{
    margin-bottom: 12px!important;
  }
}

@media only screen and (max-width: 900px){
  h1{
    font-size: 48px;
    line-height: 56px;
  }
  .banner-block h2{
    font-size: 32px;
    line-height: 40px;
  }
  .banner-block .inner,
  .inner{
    width: 50rem;
  } 
  .contact-block h2{
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px){
  h1{
    font-size: 44px;
    line-height: 52px;
  }
  h2{
    font-size: 32px;
    line-height: 40px;
  }
  .row{
    column-gap: 24px;
  }  
  .col-25{
    width: calc(25% - 24px);;
  }
  .col-30{
    width: calc(30% - 24px);;
  }
  .col-40{
    width: calc(40% - 24px);;
  }
  .col-50{
    width: calc(50% - 24px);;
  }
  .col-60{
    width: calc(60% - 24px);;
  }
  .col-70{
    width: calc(70% - 24px);;
  }
  .banner-block h2{
    font-size: 24px;
    line-height: 32px;
  }
  .banner-block .inner,
  .inner{
    width: 40rem;
  } 
  .values-block .value-block-heading{
    padding: 24px 16px;
  }
  .values-block .value-block-heading h2{
    font-size: 28px;
    line-height: 40px;
  }
  .contact-block h2{
    font-size: 24px;
    line-height: 32px;
  }
  .contact-block .gmap_iframe,
  .contact-block .mapouter{
    height: 250px!important;
  }
  .hover-video{
    height: 250px;
  }
}

@media only screen and (max-width: 650px){
  .banner-block .inner,
  .inner{
    width: 35rem;
  } 
}

@media only screen and (max-width: 580px){
  .banner-block .inner,
  .inner{
    width: 30rem;
  } 
}

@media only screen and (max-width: 500px){
  .banner-block .inner,
  .inner{
    width: 25rem;
    text-align: center;
  } 
  .row{
    display: inline-flex;
    column-gap: 0;
    gap: 40px;
  }  
  .col-25,
  .col-30,
  .col-40,
  .col-50,
  .col-60,
  .col-70{
    width: 100%;
  }
  h1{
    font-size: 40px;
    line-height: 48px;
  }
  h2{
    font-size: 32px;
    line-height: 40px;
  }
  .section-padding{
    padding: 48px 0;
  }
  .marquee-block ul li:first-letter{
    font-size: 40px;
  }
  .marquee-block ul li{
    font-size: 26px;
    line-height: 34px;
  }
  .full-length-sidebyside-block p{
    font-size: 18px;
    line-height: 26px;
  }
  .video-block .row{
    display: flex;
    column-gap: 16px;
    gap: 16px;
  }
  .col-25{
    width: calc(50% - 16px);;
  }
  .hover-video {
    height: 320px;
  }
}

@media only screen and (max-width: 420px){
  .banner-block .inner,
  .inner{
    width: 22rem;
    text-align: center;
  } 
  .hover-video {
    height: 280px;
  }
}

@media only screen and (max-width: 380px){
  .banner-block .inner,
  .inner{
    width: 20rem;
    text-align: center;
  } 
  .hover-video {
    height: 250px;
  }
}