*,
:after,
:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  outline:none;
}

html {
    overflow-x:hidden;
}
body,
html {
  position: relative;
  font-family: 'Open+Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: #fff;
  color: #333333;
  margin:0;
  padding:0;
  line-height: 28px;
  height: 100%; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscsale;
}

.site-container {
  min-height: 100%;
}

.site-container-inner {
  padding-bottom: 70px;
}

/* fix safari grid issue */
.row:before, .row:after {
  display: none !important;
}

/*****************************/
/*       Typography          */
/*****************************/
h1 {
  font-family: 'Poppins';
  font-size: 2.3em;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 2.5;
}

h2 {
  font-family: 'Poppins';
  font-size: 2em;
  margin-bottom: 20px !important;
  color: #252525;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  font-family: 'Poppins';
  font-size: 1.8em;
  margin-bottom: 20px !important;
  font-weight: 700;
}

h4 {
  font-family: 'Poppins';
  font-size: 1.3em;
  margin-bottom: 20px !important;
  font-weight: 700;
}

p{
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 28px;
}

blockquote {
  border-left: 3px solid #D4272C;
  padding-left: 15px;
  margin: 10px 15px;
}

blockquote * {
  font-size: 1.1em;
  font-weight: 500;
  font-family: 'Poppins';
  font-style: italic;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
}

/*****************************/
/*          General          */
/*****************************/
.wrapper {
	max-width: 1170px;
	margin: 0 auto !important;
	padding:0px 30px;
}

.wrapper-inner {
  max-width: 1170px;
	margin: 0 auto !important;
	padding: 80px 30px;
}

header {
  background: #ffffff;
  padding: 0 30px 0;
  width: 100%;
  position: fixed;
  /*top: 0;*/
  z-index: 99;
  /* transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1); */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1); */
}

#masthead {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

header ul li {
  display: inline-block;
}

header ul li a {
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 1.111em;
  padding: 23px 19px;
  display: block;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-weight: 600;
  font-size: 14px;
}
header ul li:last-child a {
  padding-right: 0;
}


header.sticky{
  /* position: fixed;
  top: 0;
  z-index: 99; */
  /* padding: 15px 0; */
  /* transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1); */
  /* animation: smoothScroll 0.5s linear; */
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}

#main-menu-navigation {
  margin-right: -15px;
}

#main-menu-navigation ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

header ul li.menu-item-has-children{
  position:relative;
  padding-right: 10px;
}

header ul li.menu-item-has-children > a:after{
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 12px;
}

header ul li.current-menu-item a,
header ul li a:hover {
  color: #D4272C ;
  text-decoration: none;
}


header ul li.bordered a,
.btn a,
.gform_footer.top_label {
  border: 3px solid #D4272C;
  position: relative;
  display: inline-block;
  z-index: 1;
}

header ul li.bordered a {
  margin-left: 20px;
  padding: 8px 17px 11px;
}
header ul li.bordered a:hover {
  color: #FFF !important;
}
/* 
header ul li.bordered a:before,
.btn a:before,
.gform_footer.top_label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #b69d74;
}
header ul li.bordered a:after,
.btn a:after,
.gform_footer.top_label:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #b69d74;
}

header ul li.bordered a:hover:before,
.btn a:hover:before,
.gform_footer.top_label:hover:before {
  width: 51%;
  opacity: 1;
}
header ul li.bordered a:hover:after,
.btn a:hover:after,
.gform_footer.top_label:hover:after {
  width: 51%;
  opacity: 1;
} */

header ul ul.sub-menu {
  left: -9999%;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 74px;
  width: 240px;
  z-index: 9999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 16px 50px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 16px 50px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 16px 50px rgba(0,0,0,.08);
  -ms-box-shadow: 0 16px 50px rgba(0,0,0,.08);
  -o-box-shadow: 0 16px 50px rgba(0,0,0,.08);
}

header ul li.menu-item-has-children:hover > ul.sub-menu{
  left:-20px !important;
}

header ul li.menu-item-has-children > ul.sub-menu li:hover a {
  text-decoration: none;
  color: #D4272C;
}

header ul li.menu-item-has-children:after{
  content: "";
  position: absolute;
  font-family: 'FontAwesome';
	content: "\f067";
  font-weight: 400;
  font-size: 9px;
  top: 22px;
  right: 13px;
}

header ul ul.sub-menu li{
  display:block;
  padding: 0;
}
header ul ul.sub-menu li:last-child a{
  border-bottom:0px;
}
header ul ul.sub-menu li a {
  color: #0a0a0a;
  display: block;
  font-weight: 600;
  font-size: 0.972em;
  padding: 5px 10px;
  /*animation: 0.5s slide-left !important;*/
}
/*header ul ul.sub-menu li:hover a {
  animation: 0.5s slide-right !important;
}*/
header ul ul.sub-menu li:last-child a {
  padding-bottom: 15px;
}

header .logo img{
  width: 200px;
  margin-top: -10px;
  padding: 20px 0 10px;
}

footer {
  background: #041932;
  height: 70px;
  margin-top: -70px;
  padding: 20px 0;
  color: #fff;
}

footer ul.socialmediaicons li{
  display: inline-block;
}

footer ul.socialmediaicons li i{
  color: #000;
  font-size: 1em;
  padding: 0 3px;
}

footer .copyright {
  font-size: 0.9em;
}

footer .cd-top {
  position: fixed;
  width: 41px;
  right: 15px;
  bottom: 95px;
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

footer .cd-top .icon-stack {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #D4272C;
  overflow: hidden;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}


footer .cd-top .icon-stack i {
  position: relative;
  color: #D4272C;
  z-index: 5;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  background: transparent;
}

footer .cd-top.cd-is-visible, 
footer .cd-top
footer .cd-fade-out, 
footer .no-touch 
footer .cd-top:hover { 
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s; 
}

footer .cd-top.cd-is-visible {
	opacity: 1;
	visibility: visible;
}

footer .cd-top.cd-fade-out { 
  opacity: 0.5; 
}
#menu-quick-links li::marker {
  content: "" !important;
}
#menu-quick-links {
  padding-left: 5px;
}
#menu-quick-links li {
  position: relative;
  list-style-position: outside;
  padding-left: 20px;
}
#menu-quick-links li a {
  color: #fff !important;
}
#menu-quick-links li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4272C;
  left: 0;
  top: 12px;
}

.global-pre-footer {
  min-height: 300px;
  background: url(img/footer-bg.jpeg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.global-pre-footer .allocutio div {
  border-bottom: 1px solid rgba(255,255,255,.17);
  padding: 10px 0;
}

.global-pre-footer .allocutio div:first-child {
  padding-top: 0;
}

.global-pre-footer .allocutio div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.global-pre-footer .allocutio div a {
  color: #fff;
  text-decoration: none;
}

.global-pre-footer .quick-links > div {
  padding: 0 20px;
}

#pagebanner{
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #666;
  background-repeat: no-repeat;
  padding-top: 75px;
}

#pagebanner h1 {
  color: #FFF;
  text-transform: capitalize;
  font-family: 'Poppins';
  font-weight: 600;
}

a.btn,
.btn button,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  background: #D4272C !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 14px 20px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px){
  header {
    position: fixed;
    padding: 8px 15px;
    z-index: 99;
  }
  #pagebanner{
    height: 200px;
  }
  header .logo img {
    width: 200px;
    margin-top: 0;
    padding: 0;
  }
  a.btn,
  .btn button {
    font-size: 1em !important;
    padding: 12px 15px !important;
  }
  .global-pre-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .global-pre-footer .quick-links > div {
    padding: 0;
  }
}

/*****************************/
/*        Morph Menu         */
/*****************************/
.morph-header-bar, 
.morph-logo-wrapper {
  display:none !important; 
}

.morph-menu-wrapper {
  top: 50px !important;
}

.menu-toggle-div {
  display: block;
  cursor: pointer;
  margin-top: -58px;
  margin-left: 10px;
}
.menu-toggle.text-right {
  display: none !important;
}
.morph-menu-wrapper-active .morph-by-bonfire ul li a {
  font-family: 'Poppins' !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.morph-menu-wrapper-active .morph-by-bonfire ul li a:hover {
  color: #D4272C !important;
}
.morph-menu-button-right {
  top: 20px !important;
}

.morph-by-bonfire ul.sub-menu {
  padding-left: 20px !important;
}

@media (min-width: 992px) {
  .morph-main-menu-button-wrapper,
  .menu-toggle-div {
    display:none !important; 
  }
  .morph-main-menu-button-wrapper {
    top: 20px !important;
  }
  .morph-menu-button-right {
    right: 30px !important;
  }
}

@media (max-width: 1180px) {
    header ul li a {
        padding: 23px 14px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
  .morph-heading-overlay, 
  .morph-heading-wrapper, 
  .morph-heading-image,
  .morph-heading-inner {
    height: 0 !important;
    border: 0 !important;
  }
}

@media (max-width: 767px){
  .morph-menu-button-right{
    right: 30px !important;
  }
}

/*****************************/
/*          Slick            */
/*****************************/
.slick-arrow {
  position: absolute;
  padding: 1.1rem; /* Arrow size */
  box-shadow: 5px -5px 0 5px #D4272C inset;
  -webkit-box-shadow: 2px -2px #D4272C inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  transition: 0.2s;
  top: 40%;
}
.slick-arrow:hover {
  /* box-shadow: 5px -5px 0 5px #8b1a1e inset; */
  /* -webkit-box-shadow: 5px -5px #8b1a1e inset; */
  box-shadow: 5px -5px 0 5px #8b1a1e inset;
  -webkit-box-shadow: 3px -3px #8b1a1e inset;
}
.slick-next{
  right: -70px;
  transform:rotate(225deg)
}
.slick-prev{
  left: -70px;
  transform:rotate(45deg)
}
.slick-next:before,
.slick-prev:before{
  content: "";
}
.slick-track{
  display: flex !important;
}
.slick-slide{
  height: inherit !important;
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li button:before {
  font-size: 15px;
}
.slick-dots li.slick-active button:before {
  color: #D4272C;
  opacity: 0.85;
}
@media (max-width: 1215px) {
  .slick-arrow {
    display: none !important;
  }
}
/*****************************/
/*      VC Custom Class      */
/*****************************/
.visual-wrapper > .vc_row.md-container {
  max-width: 1000px !important;
  margin: 0 auto;
}
.visual-wrapper > .vc_row {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.visual-wrapper > .vc_row.pt-0 {
  padding-top: 0 !important;
}
.vc_btn3-container {
  margin-bottom: 0 !important;
}

.vc_row-no-padding .vc_inner.wrapper {
  margin: 0 auto !important;
}

.wpb_button, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid>li{
  margin-bottom: 0 !important;
}

.wpb_single_image{
  margin-bottom: 10px !important;
}


@media (max-width: 767px){
  .visual-wrapper > .vc_row{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/*****************************/
/*      Contact Form 7       */
/*****************************/
.wpcf7-form label {
  width: 100%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 0 15px;
  border-radius: 4px;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  color: #0a0a0a;
  border-radius: 4px;
}

textarea.wpcf7-form-control {
  height: 150px;
}

.wpcf7-submit {
  background: #D4272C !important;
  font-size: 16px !important;
  color: #fff !important;
  cursor: pointer;
}


/*****************************/
/*    Extra Custom Class     */
/*****************************/
.d-table-v{
  display: table;
  height: 100%;
  width: 100%;
}

.d-table-cell-v{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.no-results.not-found{
  margin: 20px 0
}

.social-sharing ul {
  display: inline-block;
}
.social-sharing ul li{
  display: inline-block;
  margin: 0 5px;
}

.sep-main {
  height: 7px;
  background: #D4272C;
  width: 50px !important;
  margin: 20px auto !important;
  border: 0 !important;
}

.box-column {
  margin-top: 30px;
}

@media (max-width: 767px){
  .social-sharing {
    text-align: left !important;
    margin-top: 10px;
  }
}


/*****************************/
/*        Custom Page        */
/*****************************/

/*** Home Page ***/
.home-banner,
.home-slide{
  height: auto; 
  padding-top: 75px;
}
.home-slide .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-slide{
  background-size: 100%;
  background-repeat: no-repeat center center;
  background-position: 0 0;
  min-height: 600px;
}

.home-banner-content {
  background: rgba(225,225,225,0.8);
  border-radius: 10px;
  max-width: 420px;
  margin-left: auto;
  padding: 30px;
}
.home-gallery .img-thumb {
  width: 100%;
  height: 250px;
} 

.quote-container * {
  color: #FFF !important;
}

.quote-text h2 {
  font-size: 42px;
  line-height: 50px;
}

/*** Allocution Listing ***/
.allocutio-list div {
  margin-bottom: 30px;
}

.allocutio-list a {
  color: #0a0a0a;
}
.allocutio-list a:hover {
  color: #D4272C;
}
@media (max-width: 991px) {
  .home-slide .container {
    max-width: 95%;
  }
}
@media (max-width: 767px){
  .home-banner,
  .home-slide{
    height: auto; 
  }
  .home-slide{
    min-height: 500px;
  }
  .home-banner-content {
    margin: 0 auto;
    max-width: 90%;
  }
  .quote-text h2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .about-us .vc_btn3 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .home-gallery.slick-dotted {
    margin-bottom: 50px !important;
  }
}

/*** News Page ***/
.news,
.news-content{
  margin: 50px 0;
}

.news-content .entry-content{
  margin: 20px 0;
}

.news-content img{
  max-width: 100%;
  height: auto;
}
.news article{
  margin-bottom: 30px;
}


/*****************************/
/*        Animation         */
/*****************************/
@keyframes stickySlideDown {
  0% {
      opacity: 0.7;
      transform: translateY(-100%);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes slide-right {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 10px;
  }
}
@keyframes slide-left {
  from {
    margin-left: 10px;
  }
  to {
    margin-left: 0;
  }
}