@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@font-face {
  font-family: 'Freight-BigMedium';
  src: url('../fonts/Freight-BigMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/Freight-BigMedium.woff') format('woff'), url('../fonts/Freight-BigMedium.ttf') format('truetype'), url('../fonts/Freight-BigMedium.svg#Freight-BigMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura2-Normal';
  src: url('../fonts/Futura2-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura2-Normal.woff') format('woff'), url('../fonts/Futura2-Normal.ttf') format('truetype'), url('../fonts/Futura2-Normal.svg#Futura2-Normal') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajan Pro 3';
  src: url('../fonts/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro3Regular.woff') format('woff'), url('../fonts/TrajanPro3Regular.ttf') format('truetype'), url('../fonts/TrajanPro3Regular.svg#TrajanPro3Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajan Pro 3';
  src: url('../fonts/TrajanPro3Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro3Bold.woff') format('woff'), url('../fonts/TrajanPro3Bold.ttf') format('truetype'), url('../fonts/TrajanPro3Bold.svg#TrajanPro3Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajan Pro 3';
  src: url('../fonts/TrajanPro3SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro3SemiBold.woff') format('woff'), url('../fonts/TrajanPro3SemiBold.ttf') format('truetype'), url('../fonts/TrajanPro3SemiBold.svg#TrajanPro3SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Times-Roman';
  src: url('../fonts/Times-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Times-Roman.woff') format('woff'), url('../fonts/Times-Roman.ttf') format('truetype'), url('../fonts/Times-Roman.svg#Times-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
a img {
  border: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  line-height: 55px;
  font-weight: 400;
  color: #414042;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0;
}
h1 {
  font-size: 227px;
  line-height: 240px;
}
h2 {
  font-size: 78px;
  line-height: 82px;
}
h3 {
  font-size: 70px;
  line-height: 77px;
}
h4 {
  font-size: 49px;
  line-height: 62px;
}
h5 {
  font-size: 34px;
  line-height: 44px;
}
h6 {
  font-size: 27px;
  line-height: 32px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  line-height: 55px;
  font-weight: 400;
  color: #414042;
  margin: 0 0 48px;
}
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
a {
  color: #414042;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus, a:active {
  color: #e02490;
  text-decoration: none;
  outline: none;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
input:focus, textarea:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #414042;
}
:-moz-placeholder {
  opacity: 1;
  color: #414042;
}
::-moz-placeholder {
  opacity: 1;
  color: #414042;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #414042;
}
/*---- bootstrap style reset ----*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 1940px;
  }
}
.container-fluid.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
/*---- bootstrap style reset -----*/
/*----------------------- header starts -----------------*/
.main-outercon {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper {
  max-width: 1580px;
  margin: 0 auto;
}
section {
  padding: 0;
}
.header-container {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #b0b0af;
  margin-bottom: 12px;
}
.main-menu {
  position: relative;
}
.main-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 3000px;
  background: #e02490;
}
.main-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-menu ul li {
  position: relative;
  border-right: 1px solid #b0b0af;
}
.main-menu ul li:first-child {
  border-left: 1px solid #b0b0af;
  margin-left: 5px;
}
.main-menu ul li a {
  font-size: 19px;
  line-height: 24px;
  color: #231f20;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 10px;
  display: block;
  min-width: 315px;
  padding: 40px 25px 35px;
  text-align: center;
  margin-right: 5px;
}
.main-menu ul li > a:hover, .main-menu li.current-menu-item > a, .main-menu li.active > a, .main-menu > ul > li:hover > a {
  color: #ffffff;
  background: #e02490;
}
.main-menu ul li ul {
  position: absolute;
  top: 100%;
  width: 350px;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  padding: 25px 20px 15px;
  z-index: 9999;
}
.main-menu ul li ul li {
  margin: 0;
  padding-bottom: 20px;
}
.main-menu li:hover ul {
  display: block;
}
.mean-container a.meanmenu-reveal {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  font-size: 28px !important;
  height: 48px;
  width: 88px;
  background: #e02490;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 0;
  border-left: 7px solid #fff;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 4px;
  width: 40px;
}
.mean-container a.meanmenu-reveal span:first-child {
  margin-top: 0;
}
.mean-container a.meanmenu-reveal.meanclose:before {
  top: 0;
}
.mean-container .mean-bar {
  background: none;
  padding: 0;
}
.btn {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: 100% auto;
  padding: 36px;
  font-size: 23px;
  line-height: 24px;
  min-width: 376px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(35, 31, 32, 0.2);
  -moz-box-shadow: 2px 2px 15px 0px rgba(35, 31, 32, 0.2);
  box-shadow: 2px 2px 15px 0px rgba(35, 31, 32, 0.2);
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
  border-radius: 62px;
  text-shadow: 0px 0px 20px rgba(35, 31, 32, 0.2);
}
.btn span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  outline: 0;
  color: #414042;
}
.logo-outer {
  margin-bottom: 95px;
  width: 100%;
}
.logo-outer img {
  width: 1043px;
}
/*----------------------- header ends --------------------*/
/*----------------------- section starts -----------------*/
.content-container {
  width: 100%;
}
.banner-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-image-container {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.banner-content {
  max-width: 1580px;
  width: 100%;
  text-align: center;
  background: url(../images/gray-icon.png) no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding: 0 0 75px 0;
}
.banner-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.banner-image {
  height: 930px;
  position: relative;
}
.banner-image img {
  width: 100%;
  display: block;
}
.home .banner-image:before {
  content: "";
  position: absolute;
  background: #ad945c;
  height: 8px;
  width: 100%;
}
.home .banner-left:before {
  top: 100%;
}
.home .banner-right {
  height: 535px;
}
.home .banner-right:before {
  bottom: 100%;
}
.phone {
  font-size: 72px;
  line-height: 85px;
  color: #414042;
  font-family: 'Futura2-Normal';
}
/*-------Home content---------*/
.main-content-area {
  width: 100%;
  position: relative;
  z-index: 1;
}
.image-block {
  width: 100%;
}
.image-block img {
  width: 100%;
  display: block;
}
.intro-block {
  width: 100%;
  padding: 140px 160px 120px;
}
.intro-block p {
  font-size: 23px;
  line-height: 40px;
}
.intro-block p:first-letter {
  color: #231f20;
  font-size: 160px;
  letter-spacing: 2px;
  font-family: 'Trajan Pro 3';
  font-weight: 400;
}
.content-block {
  width: 100%;
  background: #eae9e7;
}
.list-block-outer {
  width: 100%;
}
.list-block-outer [class*="col-"] {
  position: inherit;
}
.list-block {
  width: 100%;
  margin-top: 57%;
  padding-bottom: 100px;
}
.content-inner {
  background: #434341;
  position: relative;
}
.content-inner:before, .content-inner:after {
  content: "";
  position: absolute;
  background: inherit;
  width: 165px;
  height: 100%;
  top: 0;
}
.content-inner:before {
  right: 100%;
}
.content-inner:after {
  left: 100%;
}
.grid-item {
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: -600px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid-item h5 {
  text-transform: uppercase;
  font-family: 'Trajan Pro 3';
  font-weight: 700;
}
.grid-item .sub-head {
  background: #a9906d;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; 
    max-height: 80px;
}
.grid-item .text-blk {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 55px 10px;
}
.grid-item p {
  font-size: 25px;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
}
.grid-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid-image {
  height: 852px;
  width: 100%;
  margin-bottom: 19px;
}
.title-block {
  text-align: center;
  font-family: 'Freight-BigMedium';
  text-transform: uppercase;
  color: rgba(65, 64, 66, 0.12);
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 45px;
}
.title-block h2 {
  font-size: 263px;
  line-height: 280px;
}
.contact-link {
  width: 100%;
  text-align: center;
  padding-bottom: 130px;
}
/*-------------------- Innerpage starts ----------------*/
.innerpage .banner-container {
  border-bottom: 25px solid #ad945c;
}
.innerpage .banner-image {
  height: 680px;
}
.innerpage .phone {
  font-size: 52px;
  line-height: 60px;
}
.innerpage .banner-content {
  background-size: 630px auto;
  padding: 0 0 55px 0;
}
.innerpage .logo-outer {
  margin-bottom: 70px;
}
.main-content {
  width: 100%;
}
.innerpage .content-block {
  padding: 0 90px;
  position: relative;
}
.innerpage-content {
  padding: 285px 0 0;
  width: 100%;
}
/*----------- contact page ---------------*/
.contact-info {
  width: 59.6%;
}
.contact-info .single-info {
  width: 100%;
  border-bottom: 2px solid #939598;
  padding: 30px 0 30px 32px;
}
.map-outer {
  width: 50%;
  margin-top: 10px;
}
.map-outer iframe {
  width: 100%;
  height: 500px;
}
#map-canvas {
  width: 100%;
  height: 500px;
}
.contact-form {
  width: 100%;
}
.form-wrap {
  width: 100%;
  padding: 70px 32px 0;
}
.contact-form h4 {
  padding-bottom: 35px;
}
.contact-form label {
  width: 100%;
  font-size: 45px;
  line-height: 60px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="search"], .contact-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
  height: 88px;
  padding: 0 25px;
  color: #414042;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
}
.contact-form textarea {
  padding: 25px;
  height: 325px;
  resize: none;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
  width: auto;
  border: 0;
  background: #7f7569;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 45px;
  padding: 19px 30px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  bottom: -305px;
  min-width: 365px;
}
.g-submit {
  width: auto;
  border: 0;
  background: #7f7569;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 45px;
  padding: 19px 30px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  bottom: -305px;
  min-width: 365px;
}
.contact-form input[type="reset"] {
  margin-left: 400px;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus, .contact-form input[type="reset"]:hover, .contact-form input[type="reset"]:focus {
  background: #e02490;
  color: #fff;
}

.g-submit:hover {
  background: #e02490;
  color: #fff;
}

.contact-form p {
  margin: 0 0 32px;
}
.contact-info address, .contact-info p {
  margin: 0;
}
.contact-info p a:hover, .contact-info p a:focus {
  color: #e02490;
}
.contact-info a {
  color: #414042;
}
.contact-info a:hover, .contact-info a:focus {
  color: #e02490;
}
.form-bottom p {
  font-size: 29px;
  line-height: 44px;
}
.contact-form .g-recaptcha {
  position: absolute;
  bottom: -170px;
}
.contact-block {
  padding-bottom: 530px;
}
.contact-block [class*="col-"] {
  position: inherit;
}
/*----------------------- section ends -----------------*/
/*----------------------- footer starts -----------------*/
.display-mob {
  display: none;
}
.desktop-visible {
  display: block;
}
.footer-container {
  width: 100%;
  position: relative;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  border-top: 20px solid #e02490;
}
.footer-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(65, 64, 66, 0.95);
}
.footer-container .address-blk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  list-style-type: none;
  padding-bottom: 90px;
  width: 100%;
}
.footer-container .address-blk p {
  font-family: 'Trajan Pro 3';
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.footer-container .address-blk p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 27px;
  width: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-container .address-blk p:first-child {
  padding: 0;
  margin: 0;
}
.footer-container .address-blk p:first-child:before {
  display: none;
}
.footer-container p {
  font-size: 27px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}
.footer-logo {
  margin-bottom: 72px;
}
.footer-logo img {
  width: 566px;
}
.footer-icon img {
  width: 149px;
}
.copyright {
  width: 100%;
}
.copyright p {
  font-family: 'Times-Roman';
}
.copyright p a {
  color: #ffffff;
}
.copyright p a:hover {
  color: #e02490;
}
.scrolltop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  margin: 0 auto;
  z-index: 1;
}
.scrolltop a {
  background: #e02490;
  display: inline-block;
  width: 75px;
  height: 40px;
  line-height: 25px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
  padding: 5px 0 0;
}
.scrolltop img {
  display: inline-block;
}
/*----------------------- footer ends -----------------*/