@charset "UTF-8";
.genesis-nav-menu a {
  font-size: 47px;
  font-weight: bold;
}

.genesis-nav-menu .menu-item {
  border-right: 2px solid #000;
}
.genesis-nav-menu .menu-item:last-child {
  border-right: none;
}

.nav-primary {
  display: table;
  width: auto;
  float: none;
  margin: 0 auto;
  clear: none;
}
.nav-primary .genesis-nav-menu a {
  padding-left: 12px;
  padding-right: 12px;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #584587;
}

/**********hamberger-styling*************/
.hamberger-btn {
  border: 0;
  padding: 1rem;
  display: inline-block;
  background-color: transparent;
}

button.hamberger-btn:hover,
button.hamberger-btn:focus {
  background-color: transparent;
  outline: unset;
}

.icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Global menu icon line styles */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

/* Menu icon line 1 */
.icon-menu .line-1 {
  top: 0;
}

/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
  height: 1px;
  background-color: #000;
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(15px) translateX(0) rotate(45deg);
}

/* Line 2 */
.icon-menu .line-2 {
  top: 50%;
  margin-top: -3px;
}

/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
  opacity: 0;
}

/* Line 3 */
.icon-menu .line-3 {
  bottom: -5px;
}

/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
  height: 1px;
  background-color: #000;
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/***************menu-styling***************/
.site-header {
  height: 100%;
  width: 100%;
  z-index: 555 !important;
  background-color: #fff;
  display: none;
  vertical-align: middle;
}
.site-header .wrap {
  display: table-cell;
  vertical-align: middle;
}

.header-image .forhamburger {
  z-index: 999;
}

/****************timeline-page-styling***************/
.accordion {
  cursor: pointer;
  font-size: 35px;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.active:after {
  content: '\002B';
  font-size: 35px;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b4b4b4;
}

#grid {
  height: 100% !important;
}

.timeline-heading {
  text-align: right;
  padding-top: 90px;
  padding-bottom: 205px;
}
.timeline-heading h2 {
  float: right;
  width: 100%;
  font-size: 64px;
  margin-right: 50px;
  margin-bottom: 55px;
  color: #000;
  clear: both;
}
.timeline-heading p {
  float: right;
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  margin-right: 50px;
  color: #000;
  clear: both;
}

#main {
  display: block;
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  padding-bottom: 195px;
}
#main .left-scrollbar {
  float: left;
  width: 100%;
  max-width: 31%;
  height: 80vh;
}
#main .left-scrollbar .blog-content {
  position: relative;
  margin-left: 40px;
  margin-right: 25px;
}
#main .left-scrollbar .blog-content .mytab {
  list-style-type: none;
  position: relative;
}
#main .left-scrollbar .blog-content .mytab h1 {
  font-family: 'Neutra Text' !important;
  position: absolute;
  right: 85px;
  top: 80px;
  opacity: 0.7;
  float: left;
  font-size: 64px;
  letter-spacing: 7px;
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
}
#main .left-scrollbar .blog-content .mytab img {
  width: 310px;
  height: 220px;
  margin-bottom: 30px;
}
#main .left-scrollbar .blog-content .mytab:last-child img {
  margin-bottom: 0;
}
#main .fancybox-section {
  float: left;
  max-width: 66%;
  width: 100%;
  margin-left: 25px;
}
#main .fancybox-section .timeline-porfolio-era {
  display: table;
  width: 100%;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-heading {
  float: left;
  width: 90%;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-heading h4 {
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 15px;
  color: #000;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-heading h5 {
  font-size: 44px;
  max-width: 510px;
  margin-bottom: 30px;
  color: #000;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-toggle {
  float: left;
  width: 10%;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-para {
  display: inline-block;
  width: 100%;
}
#main .fancybox-section .timeline-porfolio-era .pf-era-para p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
#main .fancybox-section .right-scrollbar {
  width: 835px;
  height: 80vh;
}
#main .fancybox-section .right-scrollbar ul li {
  display: inline-block;
  width: 190px;
  height: 140px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#main .fancybox-section .right-scrollbar ul li a {
  display: inline-block;
  width: 100%;
}
#main .fancybox-section .right-scrollbar ul li a img {
  width: 100%;
  max-width: 194px;
  height: 140px;
}
#main .fancybox-section .right-scrollbar ul li:last-child {
  margin-right: 0;
}
#main .fancybox-section .timeline-btn {
  position: relative;
  width: 192px;
  height: 25px;
  line-height: 26px;
  margin-top: 80px;
}
#main .fancybox-section .timeline-btn a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: 'Neutra Text';
  font-size: 12px;
  padding: 0 15px;
  color: #fff;
  background-color: #584587;
  letter-spacing: 1px;
}
#main .fancybox-section .timeline-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 25px;
  background: url(../images/arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
#main .fancybox-section .timeline-btn:hover:after {
  right: 15px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .accordion:after {
    margin-left: 0;
  }

  .timeline-heading {
    padding-top: 50px;
    padding-bottom: 0px !important;
  }
  .timeline-heading h2 {
    font-size: 30px;
    margin-right: 0;
  }
  .timeline-heading p {
    font-size: 18px;
    margin-right: 0;
  }

  #main {
    max-width: 100%;
    padding: 0 15px 50px;
  }
  #main .left-scrollbar {
    max-width: 100%;
    height: 25vh;
    float: none;
    display: block;
  }
  #main .left-scrollbar .blog-content {
    margin-right: 0;
    margin-left: 0;
  }
  #main .left-scrollbar .blog-content .mytab {
    display: inline-block;
  }
  #main .left-scrollbar .blog-content .mytab a {
    display: inline-block;
    width: 75px;
  }
  #main .left-scrollbar .blog-content .mytab h1 {
    position: static;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    float: none;
    letter-spacing: 1px;
    color: #000;
    opacity: 0.2;
  }
  #main .left-scrollbar .blog-content .mytab img {
    display: none;
  }
  #main .fancybox-section {
    max-width: 100%;
    float: none;
    display: block;
    margin-left: 0;
  }
  #main .fancybox-section .right-scrollbar {
    width: 100%;
    padding-top: 15px;
    height: unset;
  }
  #main .fancybox-section .right-scrollbar ul li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #main .fancybox-section .right-scrollbar ul li a {
    display: block;
  }
  #main .fancybox-section .right-scrollbar ul li a img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    height: 200px;
  }
  #main .fancybox-section .timeline-porfolio-era {
    display: block;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading h4 {
    font-size: 30px;
    max-width: 100%;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading h5 {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 8px;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-toggle {
    float: none;
    width: 100%;
    display: block;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-para {
    display: block;
    width: 100% !important;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-para p {
    font-size: 18px;
    max-width: 100%;
    margin-right: 0;
  }

  .timeline-porfolio-era.open .pf-era-para {
    height: auto;
  }
}
/***iPad-Styling*****/
@media (max-width: 1023px) and (min-width: 768px) {
  .accordion:after {
    margin-left: 0;
  }

  .timeline-heading {
    padding-top: 50px;
    padding-bottom: 0px !important;
  }
  .timeline-heading h2 {
    font-size: 30px;
    margin-right: 0;
  }
  .timeline-heading p {
    font-size: 18px;
    margin-right: 0;
  }

  #main {
    max-width: 100%;
    padding: 0 15px 50px;
  }
  #main .left-scrollbar {
    max-width: 100%;
    height: 12vh;
    float: none;
    display: block;
  }
  #main .left-scrollbar .blog-content {
    text-align: center;
    margin-right: 0px;
    margin-left: 0;
  }
  #main .left-scrollbar .blog-content .mytab {
    display: inline-block;
  }
  #main .left-scrollbar .blog-content .mytab a {
    display: inline-block;
    width: 75px;
  }
  #main .left-scrollbar .blog-content .mytab h1 {
    position: static;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    float: none;
    letter-spacing: 1px;
    color: #000;
    opacity: 0.2;
  }
  #main .left-scrollbar .blog-content .mytab img {
    display: none;
  }
  #main .fancybox-section {
    max-width: 100%;
    float: none;
    display: block;
    margin-left: 0;
  }
  #main .fancybox-section .right-scrollbar {
    width: 100%;
    padding-top: 15px;
    height: unset;
  }
  #main .fancybox-section .right-scrollbar ul {
    text-align: center;
    padding-top: 20px;
  }
  #main .fancybox-section .right-scrollbar ul li {
    display: inline-block;
    width: 190px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #main .fancybox-section .right-scrollbar ul li a {
    display: block;
  }
  #main .fancybox-section .right-scrollbar ul li a img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    height: 200px;
  }
  #main .fancybox-section .timeline-porfolio-era {
    display: block;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading h4 {
    font-size: 30px;
    max-width: 100%;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-heading h5 {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 8px;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-toggle {
    float: none;
    width: 100%;
    display: block;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-para {
    display: block;
    width: 100% !important;
  }
  #main .fancybox-section .timeline-porfolio-era .pf-era-para p {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .timeline-porfolio-era.open .pf-era-para {
    height: auto;
  }
}
/****iPad Pro****/
@media (max-width: 1200px) and (min-width: 1024px) {
  #main .left-scrollbar {
    height: 58vh;
  }
  #main .left-scrollbar .blog-content .mytab h1 {
    right: 55px;
    top: 53px;
  }
  #main .left-scrollbar .blog-content .mytab img {
    height: 180px;
    margin-bottom: 25px;
  }
  #main .fancybox-section .right-scrollbar {
    width: 100%;
    height: 58vh;
  }

  .accordion:after {
    margin-left: 0;
  }

  .timeline-porfolio-era.open .pf-era-para {
    height: auto;
  }

  #main .fancybox-section .timeline-porfolio-era .pf-era-para p {
    margin-right: 50px;
  }
}
/****************blog-older-posts***************/
#older-posts-top-sec {
  padding-bottom: 75px;
}

/****************blog-page-styling***************/
#content2, #content3 {
  display: none;
}

.blog-section {
  padding-top: 115px;
  padding-bottom: 105px;
}
.blog-section h2 {
  font-size: 64px;
  margin-bottom: 30px;
  color: #000;
}
.blog-section p {
  max-width: 660px;
  width: 100%;
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.blog-sec-top-images {
  padding-bottom: 105px;
}
.blog-sec-top-images a {
  display: inline-block;
}
.blog-sec-top-images a .blog-image-box img {
  width: 555px;
  height: 568px;
}
.blog-sec-top-images a .blog-image-content {
  width: 555px;
  padding: 20px 45px;
  background-color: #f5f5f5;
}
.blog-sec-top-images a .blog-image-content p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333;
}
.blog-sec-top-images a:hover p {
  color: #584587;
}
.blog-sec-top-images a {
  display: inline-block;
}
.blog-sec-top-images a .blog-right-image-box img {
  width: 555px;
  height: 230px;
}
.blog-sec-top-images a .blog-right-content {
  width: 555px;
  padding: 20px 45px;
  background-color: #f5f5f5;
  margin-bottom: 38px;
}
.blog-sec-top-images a .blog-right-content p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333;
}
.blog-sec-top-images a .blog-right-content:last-of-type {
  margin-bottom: 0;
}
.blog-sec-top-images a.bri-box-padding {
  padding-top: 41px;
}
.blog-sec-top-images a:hover p {
  color: #584587;
}
.blog-sec-top-images a:hover p {
  color: #584587;
}

.blog-categorieswise-posts .blog-cate-nav-tab ul {
  text-align: center;
  margin-bottom: 90px;
}
.blog-categorieswise-posts .blog-cate-nav-tab ul li {
  display: inline-block;
  margin-right: 40px;
}
.blog-categorieswise-posts .blog-cate-nav-tab ul li input {
  display: none;
}
.blog-categorieswise-posts .blog-cate-nav-tab ul li label {
  cursor: pointer;
  font-family: 'Neutra Text';
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 5px;
  color: #000;
}
.blog-categorieswise-posts .blog-cate-nav-tab ul li:last-child {
  margin-right: 0;
}
.blog-categorieswise-posts .blog-cate-tab-content a {
  display: inline-block;
}
.blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-image-box img {
  width: 355px;
  height: 285px;
}
.blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-content {
  width: 355px;
  padding: 20px 40px 20px 35px;
  margin-bottom: 55px;
  background-color: #f5f5f5;
}
.blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-content p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333;
}
.blog-categorieswise-posts .blog-cate-tab-content a:hover p {
  color: #584587;
}

.blog-older-posts-sec {
  padding-top: 45px;
  padding-bottom: 100px;
}
.blog-older-posts-sec h4 {
  font-family: 'Neutra Text' !important;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 90px;
  color: #000;
}
.blog-older-posts-sec a {
  display: inline-block;
}
.blog-older-posts-sec a .blog-older-post-image {
  width: 555px;
  height: 288px;
}
.blog-older-posts-sec a .blog-older-post-content {
  width: 555px;
  padding: 20px 40px 20px 35px;
  margin-bottom: 60px;
  background-color: #f5f5f5;
}
.blog-older-posts-sec a .blog-older-post-content p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333;
}
.blog-older-posts-sec a:hover p {
  color: #584587;
}
.blog-older-posts-sec .load-more {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blog-older-posts-sec .load-more a {
  position: relative;
  font-family: 'Neutra Text';
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 6px;
  padding-bottom: 5px;
  color: #000;
}
.blog-older-posts-sec .load-more a:after {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #777373;
  transition: all 0.5s ease-in-out;
  height: 1px;
}
.blog-older-posts-sec .load-more a:hover:after {
  width: 100%;
}

.blog-form {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.blog-form input {
  font-family: 'Neutra Text';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 20px;
  background-color: transparent;
  border: 2px solid #a6a6a6;
  -webkit-border-radius: 0px !important;
  transition: all 0.5s ease-in-out;
}
.blog-form .name {
  width: 30% !important;
}
.blog-form .name input[type="text"] {
  width: 292px;
  height: 53px;
}
.blog-form .email {
  width: 48% !important;
}
.blog-form .email input[type="email"] {
  width: 505px;
  height: 53px;
}
.blog-form .subscribe {
  position: relative;
}
.blog-form .subscribe input[type="submit"] {
  font-family: 'Neutra Text';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  width: 166px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 12px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
  -webkit-border-radius: 0px !important;
  margin-top: 43px;
}
.blog-form .subscribe:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 45px;
  right: 40px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.blog-form .subscribe:hover:after {
  right: 30px;
  transition: all 0.5s ease-in-out;
}

.blog-form-bottm-banner {
  width: 100%;
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:checked + label {
  border-bottom: 2px solid #584587;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

.cate-tab-box {
  display: none;
}

/****************media-query-styling*****************/
@media (max-width: 767px) {
  .blog-section {
    padding: 50px 0;
  }
  .blog-section h2 {
    font-size: 30px;
  }

  .blog-sec-top-images a {
    display: block;
    width: 100%;
  }
  .blog-sec-top-images a .blog-image-box {
    width: 100%;
  }
  .blog-sec-top-images a .blog-image-box img {
    width: 100%;
    height: auto;
  }
  .blog-sec-top-images a .blog-image-content {
    width: 100%;
    margin-bottom: 41px;
  }
  .blog-sec-top-images a .blog-image-content p {
    font-size: 18px;
  }
  .blog-sec-top-images a .blog-right-content {
    width: 100%;
  }

  .blog-categorieswise-posts .blog-cate-nav-tab ul {
    margin-bottom: 50px;
  }
  .blog-categorieswise-posts .blog-cate-nav-tab ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .blog-categorieswise-posts .blog-cate-nav-tab ul li label {
    font-size: 20px;
  }
  .blog-categorieswise-posts .blog-cate-tab-content a {
    display: block;
    width: 100%;
  }
  .blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-image-box img {
    width: 100%;
    height: auto;
  }
  .blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-content {
    width: 100%;
  }

  .blog-form .name {
    width: 100% !important;
  }
  .blog-form .name input[type="text"] {
    width: 100%;
  }
  .blog-form .email {
    width: 100% !important;
  }
  .blog-form .email input[type="email"] {
    width: 100%;
  }
  .blog-form .subscribe {
    display: inline-block;
  }

  .blog-older-posts-sec .load-more a {
    display: inline-block;
    width: 170px;
  }
  .blog-older-posts-sec a {
    display: block;
    width: 100%;
  }
  .blog-older-posts-sec a .blog-older-post-image {
    width: 100%;
    height: auto;
  }
  .blog-older-posts-sec a .blog-older-post-content {
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blog-sec-top-images {
    text-align: center;
  }

  .blog-categorieswise-posts {
    text-align: center;
  }

  .blog-form .name {
    display: inline-block;
    width: 100% !important;
  }
  .blog-form .name input[type="text"] {
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .blog-form .email {
    display: inline-block;
    width: 100% !important;
  }
  .blog-form .email input[type="email"] {
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .blog-form .subscribe {
    display: inline-block;
    width: 100%;
  }
  .blog-form .subscribe input[type="submit"] {
    margin: 43px auto 0;
  }
  .blog-form .subscribe:after {
    right: 317px;
  }
  .blog-form .subscribe:hover:after {
    right: 302px;
  }

  .blog-older-posts-sec {
    text-align: center;
  }
}
/****iPad Pro****/
@media (max-width: 1200px) and (min-width: 1024px) {
  .blog-sec-top-images a .blog-image-box img,
  .blog-sec-top-images a .blog-right-image-box img,
  .blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-image-box img,
  .blog-older-posts-sec a .blog-older-post-image {
    width: 100%;
  }

  .blog-sec-top-images a .blog-image-content,
  .blog-sec-top-images a .blog-right-content,
  .blog-categorieswise-posts .blog-cate-tab-content a .blog-cate-tab-content,
  .blog-older-posts-sec a .blog-older-post-content {
    width: 100%;
  }

  .blog-older-posts-sec a .blog-older-post-image,
  .blog-older-posts-sec a .blog-older-post-image img {
    width: 100%;
    height: 235px;
  }

  .blog-form .name input[type="text"],
  .blog-form .email input[type="email"] {
    width: 100%;
  }
}
.slick-initialized.slick-slide {
  width: 100% !important;
}

footer {
  padding: 122px 0 0;
  background-color: #f5f5f5;
}
footer p {
  font-family: 'Neutra Text';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 30px 0 15px;
  color: #000;
}
footer .number {
  font-family: 'Neutra Text';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  padding: 8px 63px;
}
footer .number:hover {
  background-color: #584587;
  color: #fff;
}
footer .footer-btn {
  position: relative;
  width: 215px;
  height: 37px;
  line-height: 35px;
  margin-top: 45px;
}
footer .footer-btn:hover a {
  background-color: #584587;
  color: #fff;
  border: 1px solid #584587;
  transition: all 0.5s ease-in-out;
}
footer .footer-btn:hover a input[type="submit"] {
  border-left: 1px solid #584587;
  -webkit-border-radius: 0px !important;
}
footer .footer-btn:hover:after {
  background: url("../images/footer-arrow-white.png") no-repeat;
}
footer .footer-btn a {
  text-transform: uppercase;
  display: block;
  font-family: 'Neutra Text';
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease-in-out;
}
footer .footer-btn a input[type="submit"] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 50px;
  height: 37px;
  padding: 0;
  border-left: 1px solid #000;
  background-color: transparent;
  -webkit-border-radius: 0px !important;
}
footer .footer-btn:after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  background: url("../images/footer-arrow.png") no-repeat;
  width: 20px;
  height: 20px;
}
footer .menu-links {
  margin-top: 25px;
}
footer .menu-links ul li {
  margin-bottom: 15px;
}
footer .menu-links ul li a {
  position: relative;
  padding-bottom: 5px;
  font-family: 'Neutra Text';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
}
footer .menu-links ul li a:after {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #777373;
  transition: all 0.5s ease-in-out;
  height: 1px;
}
footer .menu-links ul li a:hover:after {
  width: 100%;
}
footer .menu-links ul li:last-child {
  margin-bottom: 0;
}
footer .social-links {
  margin-top: 25px;
}
footer .social-links ul li {
  margin-bottom: 15px;
}
footer .social-links ul li a {
  position: relative;
  padding-bottom: 5px;
  font-family: 'Neutra Text';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
}
footer .social-links ul li a:after {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #777373;
  transition: all 0.5s ease-in-out;
  height: 1px;
}
footer .social-links ul li a:hover:after {
  width: 100%;
}
footer .social-links ul li:last-child {
  margin-bottom: 0;
}
footer .footer-bottom {
  text-align: center;
  margin-top: 130px;
}
footer .footer-bottom p {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
footer .footer-bottom p .footer-bottom-dev {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
footer .footer-bottom p .footer-bottom-dev a {
  color: #000;
}

.blog-single-post {
  padding-top: 85px;
  padding-bottom: 170px;
  text-align: center;
}
.blog-single-post h2 {
  font-size: 64px;
  margin-bottom: 50px;
  color: #000;
}
.blog-single-post p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.bsp-image-box {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bsp-content-box {
  padding-top: 150px;
  padding-bottom: 180px;
  position: relative;
}
.bsp-content-box p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  max-width: 505px;
  margin: 0 auto 40px;
  line-height: 1.3;
  color: #000;
}
.bsp-content-box p:last-child {
  margin-bottom: 0;
}

.bsp-social-links {
  position: fixed;
  width: 40px;
  top: 40%;
  right: 30px;
  text-align: right;
  z-index: 55;
}
.bsp-social-links ul li {
  display: inline-block;
  width: 30px;
  margin-bottom: 28px;
}
.bsp-social-links ul li a {
  display: inline-block;
}
.bsp-social-links ul li a i {
  font-size: 25px;
  color: #d6d6d6;
}
.bsp-social-links ul li:hover a i {
  color: #584587;
}

.bsp-form-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bsp-form-banner .bsp-form {
  padding: 110px 0;
}
.bsp-form-banner .bsp-form input {
  font-family: 'Neutra Text';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 20px;
}
.bsp-form-banner .bsp-form .name {
  width: 30% !important;
}
.bsp-form-banner .bsp-form .name input[type="text"] {
  width: 292px;
  height: 53px;
}
.bsp-form-banner .bsp-form .email {
  width: 48% !important;
}
.bsp-form-banner .bsp-form .email input[type="email"] {
  width: 505px;
  height: 53px;
}
.bsp-form-banner .bsp-form .subscribe {
  position: relative;
}
.bsp-form-banner .bsp-form .subscribe input[type="submit"] {
  font-family: 'Neutra Text';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  width: 166px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 12px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
  margin-top: 43px;
}
.bsp-form-banner .bsp-form .subscribe:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 45px;
  right: 40px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.bsp-form-banner .bsp-form .subscribe:hover:after {
  right: 30px;
  transition: all 0.5s ease-in-out;
}

.bsp-post-response {
  padding: 180px 0;
}
.bsp-post-response .person-commit {
  padding: 22px 0 18px;
  background-color: #f5f5f5;
}
.bsp-post-response .person-commit .person-image {
  width: 60px;
  height: 60px;
}
.bsp-post-response .person-commit p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 14px;
  margin-bottom: 0;
  color: #000;
}
.bsp-post-response .person-commit .bsp-submit-btn {
  position: relative;
  float: right;
  clear: both;
}
.bsp-post-response .person-commit .bsp-submit-btn input[type="submit"] {
  font-family: 'Neutra Text';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  width: 155px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
  margin-top: 18px;
}
.bsp-post-response .person-commit .bsp-submit-btn:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 20px;
  right: 35px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.bsp-post-response .person-commit .bsp-submit-btn:hover:after {
  right: 25px;
  transition: all 0.5s ease-in-out;
}

/****************media-query-styling*****************/
@media (max-width: 768px) {
  #older-posts-top-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-single-post {
    padding: 50px 0 20px;
  }
  .blog-single-post h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .bsp-social-links {
    top: 40%;
    right: 18px;
  }

  .bsp-image-box {
    height: 290px;
  }

  .bsp-content-box {
    padding: 50px 15px;
  }
  .bsp-content-box p {
    max-width: 90%;
    width: 100%;
    margin-left: 0;
  }

  .bsp-form-banner .bsp-form {
    padding: 50px 0;
  }
  .bsp-form-banner .bsp-form .name {
    width: 100% !important;
  }
  .bsp-form-banner .bsp-form .name input[type="text"] {
    width: 100%;
  }
  .bsp-form-banner .bsp-form .email {
    width: 100% !important;
  }
  .bsp-form-banner .bsp-form .email input[type="email"] {
    width: 100%;
  }
  .bsp-form-banner .bsp-form .subscribe {
    display: inline-block;
  }

  .bsp-post-response {
    padding: 50px 0;
  }
  .bsp-post-response .person-commit .person-image {
    margin: 0 auto;
  }
  .bsp-post-response .person-commit p {
    font-size: 18px;
    text-align: center;
  }
  .bsp-post-response .person-commit .bsp-submit-btn {
    float: none;
    display: block;
    width: 100%;
  }
  .bsp-post-response .person-commit .bsp-submit-btn input[type="submit"] {
    margin: 18px auto;
  }
  .bsp-post-response .person-commit .bsp-submit-btn:after {
    top: 2px;
    right: 97px;
  }
}
#grid {
  content: '3 .column.size-loft3';
}

@media screen and (max-width: 480px) {
  #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 769px) {
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
/* Again, you’re free to use and define the classes: */
.column {
  float: left;
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: 50%;
}

.size-1of3 {
  width: 33.333%;
}

.element-item {
  position: initial !important;
}

.element-item div {
  padding: 0 10px;
}

.button {
  padding: 0;
  margin: 0 10px;
  background: none;
  color: #000;
}
.button:hover {
  background: none;
  color: #000 !important;
  border-bottom: 2px solid #584587;
}

.page-template-contact .forhamburger {
  z-index: 999 !important;
}
.page-template-contact .forhamburger .line {
  background-color: #000 !important;
}

.contact_main_container {
  font-family: 'Neutra Text';
}

.contact_headings {
  box-sizing: border-box;
  padding: 25px 0;
  margin-top: 150px;
}
.contact_headings p {
  font-family: 'Neutra Text';
  font-size: 16px;
  font-weight: 300;
}

.contact_main_heading {
  color: #333;
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
}

.contact_sub_heading {
  color: #333;
  font-family: 'NeutraText';
  font-size: 12px;
  font-weight: 300;
}

.contact_container {
  box-sizing: border-box;
  padding: 60px 0;
}
.contact_container input {
  background-color: #f5f5f5;
  border: none;
  height: 35px;
  -webkit-border-radius: 0px !important;
}
.contact_container textarea {
  background-color: #f5f5f5;
  border: none;
  height: 165px;
  resize: none;
  -webkit-border-radius: 0px !important;
}
.contact_container .wpcf7-not-valid-tip {
  color: #584587;
}
.contact_container .wpcf7-validation-errors {
  border: 2px solid #584587 !important;
  -webkit-border-radius: 0px !important;
}

.contact_submit_container {
  position: relative;
  height: 25px;
  line-height: 26px;
}
.contact_submit_container .contact_submit {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: 'Neutra Text';
  font-size: 12px;
  text-align: left;
  padding: 1px 0 0 20px !important;
  color: #fff !important;
  background-color: #584587;
  height: 25px;
  width: 160px;
  letter-spacing: 1px;
  -webkit-border-radius: 0px !important;
}
.contact_submit_container .contact_submit:hover {
  background-color: #584587 !important;
}
.contact_submit_container:after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 112px;
  background: url("../images/arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.contact_submit_container:hover:after {
  left: 125px;
  transition: all 0.5s ease-in-out;
}

.contact_address_container {
  box-sizing: border-box;
  padding: 100px 0;
}
.contact_address_container .contact_near {
  padding: 30px 0;
}
.contact_address_container .contact_no a {
  color: #333;
}
.contact_address_container .contact_no_logo::before {
  content: "";
  display: inline-block;
  top: 5px;
  background: url(../images/phone.png) no-repeat;
  height: 18px;
  padding: 0 15px;
  position: relative;
}
.contact_address_container .contact_email_logo::before {
  content: "";
  display: inline-block;
  top: 5px;
  background: url(../images/envalope.png) no-repeat;
  height: 18px;
  padding: 0 15px;
  position: relative;
}
.contact_address_container .contact_address_logo::before {
  content: "";
  display: inline-block;
  top: 5px;
  background: url(../images/location.png) no-repeat;
  height: 18px;
  padding: 0 15px;
  position: relative;
}

.contact_map_container iframe {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.contact_images_container {
  margin-top: -10px;
}
.contact_images_container .contact_image_1 {
  float: left;
  width: 50%;
  height: 430px;
}
.contact_images_container .contact_image_1 img {
  width: 100%;
  height: 100%;
}
.contact_images_container .contact_image_2 {
  float: left;
  width: 50%;
  height: 430px;
}
.contact_images_container .contact_image_2 img {
  width: 100%;
  height: 100%;
}

.contact_icons_container {
  width: 100%;
  height: 245px;
  background-color: #f5f5f5;
}
.contact_icons_container a {
  display: block;
}
.contact_icons_container a .contact_icon {
  background-color: #fff;
  text-align: center;
  width: 25%;
  height: 245px;
  float: left;
  box-sizing: border-box;
  padding: 145px 0;
  padding-top: 110px;
  border-right: 3px solid #f5f5f5;
  transition: all 0.5s ease;
}
.contact_icons_container a .contact_icon:hover {
  background-color: #584587;
  transition: all 0.5s ease;
}
.contact_icons_container a:last-of-type .contact_icon {
  border-right: none !important;
}

.contact_email a {
  color: #333;
}

/****************media-query-styling*****************/
@media (max-width: 768px) {
  .contact_headings {
    margin-top: 35px;
  }

  .contact_main_heading {
    font-size: 30px;
    text-align: center;
  }

  .contact_headings p {
    text-align: center;
  }

  .contact_container {
    padding: 30px 0;
  }
  .contact_container input {
    font-size: 16px;
  }
  .contact_container textarea {
    font-family: inherit;
    font-size: 16px;
  }

  .contact_submit_container .contact_submit {
    margin-top: 25px;
  }

  .contact_address_container {
    padding: 30px 0;
  }
  .contact_address_container p {
    font-size: 16px;
  }
  .contact_address_container span {
    font-size: 16px;
  }

  .contact_images_container .contact_image_1 {
    float: none;
    width: 100%;
    height: auto;
  }
  .contact_images_container .contact_image_2 {
    float: none;
    width: 100%;
    height: auto;
  }

  .contact_icons_container {
    height: 180px;
  }
  .contact_icons_container a .contact_icon {
    height: 150px;
    padding: 55px 0 80px;
  }

  [class^="icon-"],
  [class*=" icon-"] {
    font-size: 1.5em !important;
  }
}
/****************gallery-page-styling-start*****************/
.mb-registered-gallery {
  font-size: 17px;
  position: relative;
  bottom: 7px;
}

.page-template-gallery2 .icon-menu .line {
  background-color: #000;
  z-index: 999 !important;
}

.gallery_container {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 150px 0;
}
.gallery_container nav {
  padding: 50px 0 90px;
  box-sizing: border-box;
  text-align: left;
  margin-left: 10px;
}
.gallery_container nav .button {
  font-family: 'Playfair Display' !important;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-left: 0;
}

.page-id-152 .button:hover {
  background: none;
  color: #000 !important;
  border-bottom: none;
}

.page-id-152 .button.is-checked {
  background: none;
  color: #000;
  border-bottom: 2px solid #584587;
}

.gallery_images_container img {
  width: 100%;
  height: 100%;
}
.gallery_images_container .gimage {
  height: 100% !important;
}
.gallery_images_container .gimage .gimage_1 {
  width: 100%;
}
.gallery_images_container .gimage .gimage_3 {
  position: relative;
  top: 35px;
}
.gallery_images_container .gimage .gimage_5 {
  position: relative;
  top: 35px;
}

.clearforgallery {
  clear: both;
  height: 30px;
}

@media (max-width: 768px) {
  .gallery_container {
    padding-top: 0px;
  }

  .gallery_container nav {
    text-align: center;
    padding: 50px 0 50px;
  }
  .gallery_container .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .gimage_1,
  .gimage_5 {
    margin-bottom: 35px;
  }

  .gimage_1,
  .gimage_2,
  .gimage_3,
  .gimage_4,
  .gimage_5 {
    height: auto !important;
  }

  .mb-registered-gallery {
    bottom: 4px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .gallery_container nav .button {
    font-size: 20px;
  }

  .mb-registered-gallery {
    bottom: 4px;
  }
}
.page-template-about-us .icon-menu .line {
  z-index: 999 !important;
}

.header-about-image {
  height: 465px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.intro-section .intro-video-section {
  padding: 150px 0;
  box-sizing: border-box;
}
.intro-section .about-intro-txt h2 {
  font-size: 64px;
  font-weight: 400;
  text-align: center;
}

.video-sec {
  position: relative;
}
.video-sec #myvideo {
  width: 100%;
}
.video-sec .video-sec-iframe {
  background: url("../images/video.png") no-repeat;
  background-size: cover;
  height: 528px;
  width: 100%;
  position: absolute;
  top: 0;
  display: table;
  vertical-align: middle;
}
.video-sec .video-sec-iframe .video_play {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Neutra Text' !important;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.video-sec .video-sec-iframe .video_play span {
  display: inline-block;
  padding: 22px 100px;
  border: 1px solid #fff;
}
.video-sec .video-sec-iframe .video_play span:hover {
  color: #6b6a6a;
  background-color: #fff;
}

.about-us-images {
  padding-top: 185px;
}
.about-us-images .left-img {
  float: left;
  width: 50%;
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-images .right-img {
  float: right;
  width: 70%;
  height: 625px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 150px;
  position: relative;
}

.home-section-images2 {
  width: 100%;
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-section-images2 .home-section-images2-pillar::before {
  content: "";
  display: inline-block;
  width: 5%;
  height: 640px;
  background-color: #fff;
  position: relative;
  left: 30%;
}
.home-section-images2 .home-section-images2-pillar::after {
  content: "";
  display: inline-block;
  width: 5%;
  height: 640px;
  background-color: #fff;
  position: relative;
  left: 60%;
}

.sg-content-text1 {
  text-align: left;
  max-width: 600px;
}
.sg-content-text1 p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.intro2 .sg-content-text2 {
  margin: 150px auto;
  box-sizing: border-box;
  max-width: 600px;
}
.intro2 .sg-content-text2 p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.intro3 .sg-content-text3 {
  max-width: 600px;
  margin: 0 auto;
}
.intro3 .sg-content-text3 p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.home-section-images3 .left-img3 {
  float: left;
  width: 70%;
  height: 635px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  margin-top: 200px;
}
.home-section-images3 .right-img3 {
  float: right;
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.awards-sec {
  box-sizing: border-box;
  padding: 130px 0;
}
.awards-sec p {
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.awards-sec2 {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  padding: 50px 0 100px;
}
.awards-sec2 p {
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
}
.awards-sec2 ul li {
  font-family: 'Neutra Text';
  font-weight: 300;
  color: #000;
  margin: 30px 0;
  transition: all 0.5s ease-in-out;
}
.awards-sec2 ul li:hover {
  padding-left: 5px;
  color: #584587;
  transition: all 0.5s ease-in-out;
}

.mb-btn {
  position: relative;
  width: 195px;
  height: 25px;
  line-height: 26px;
}
.mb-btn a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: 'Neutra Text';
  font-size: 12px;
  padding: 0 15px;
  color: #fff !important;
  background-color: #584587;
  letter-spacing: 1px;
}
.mb-btn:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 30px;
  background: url("../images/arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.mb-btn:hover:after {
  right: 20px;
  transition: all 0.5s ease-in-out;
}
.mb-btn.about-mb-btn {
  margin-top: 130px;
  margin-left: -15px;
}

.signature-section-content .signature-section-inner-box {
  width: 100%;
  display: inline-block;
  padding-left: 30%;
}

.about-us-portrait-image-sec {
  display: table;
  width: 100%;
}
.about-us-portrait-image-sec .portrait-image {
  display: table-cell;
  width: 30.5%;
  height: 645px;
  margin-right: 49px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-us-portrait-image-sec .portrait-image:first-of-type {
  border-right: 20px solid #fff;
}
.about-us-portrait-image-sec .portrait-image:nth-of-type(2) {
  border-width: 0 20px;
  border-color: #fff;
  border-style: solid;
}
.about-us-portrait-image-sec .portrait-image:last-of-type {
  margin-right: 0;
  border-left: 20px solid #fff;
}

/****************media-query-styling*****************/
@media (max-width: 767px) {
  .header-about-image {
    background-position: 0px 0px !important;
  }

  .intro-section .intro-video-section {
    padding: 50px 0 !important;
  }

  .video-sec video {
    height: 200px !important;
  }
  .video-sec .video-sec-iframe {
    height: 200px;
  }
  .video-sec .video-sec-iframe .video_play {
    font-size: 14px;
  }
  .video-sec .video-sec-iframe .video_play span {
    padding: 8px 25px;
  }

  .about-us-images {
    padding-top: 90px;
  }
  .about-us-images .left-img {
    height: 123px;
  }
  .about-us-images .right-img {
    height: 180px;
    bottom: 50px;
  }

  .signature-section-content .signature-section-inner-box {
    margin-left: 0;
    padding: 0 15px;
  }
  .signature-section-content .signature-section-inner-box .sg-content-text1 {
    text-align: right;
  }
  .signature-section-content .signature-section-inner-box .sg-content-text1 p {
    font-size: 18px;
  }

  .home-section-images2 {
    height: 250px;
  }

  .home-section-images2 .home-section-images2-pillar:before {
    height: 250px;
  }
  .home-section-images2 .home-section-images2-pillar:after {
    height: 250px;
  }

  .home-section-images3 .right-img3 {
    height: 110px;
  }
  .home-section-images3 .left-img3 {
    margin-top: 70px;
    height: 185px;
  }

  .intro-section .about-intro-txt h2 {
    font-size: 30px;
    text-align: center;
  }

  .intro2 .sg-content-text2 {
    margin: 50px 0;
  }
  .intro2 .sg-content-text2 p {
    font-size: 18px;
    text-align: right;
  }

  .awards-sec {
    padding: 50px 0 0;
    text-align: center;
  }
  .awards-sec p {
    font-size: 30px;
    line-height: 44px;
  }

  .awards-sec2 {
    padding-bottom: 50px;
  }
  .awards-sec2 ul li {
    height: auto;
    margin-bottom: 30px !important;
  }

  .intro3 .sg-content-text3 p {
    font-size: 18px;
  }

  .mb-btn.about-mb-btn {
    margin-top: 65px;
  }

  .about-us-portrait-image-sec .portrait-image {
    height: 110px;
    margin-right: 10px;
  }

  .about-us-portrait-image-sec .portrait-image:first-of-type {
    border-right: 10px solid #fff;
  }
  .about-us-portrait-image-sec .portrait-image:nth-of-type(2) {
    border-width: 0 5px;
  }
  .about-us-portrait-image-sec .portrait-image:last-of-type {
    margin-right: 0;
    border-left: 10px solid #fff;
  }

  .page-id-149 .intro-section .explore img {
    right: 78px;
  }
}
/***ipad-styling***/
@media (max-width: 1023px) and (min-width: 768px) {
  .page-id-149 .mb-registered {
    font-size: 40px;
    position: relative;
    bottom: 17px;
  }

  .video-sec video {
    height: 350px !important;
  }
  .video-sec .video-sec-iframe {
    height: 350px;
  }

  .about-us-images .left-img {
    height: 230px;
  }
  .about-us-images .right-img {
    height: 365px;
    bottom: 65px;
  }

  .home-section-images2 {
    height: 400px;
  }
  .home-section-images2 .home-section-images2-pillar:before {
    height: 400px;
  }
  .home-section-images2 .home-section-images2-pillar:after {
    height: 400px;
  }

  .home-section-images3 .left-img3 {
    height: 365px;
    margin-top: 130px;
  }
  .home-section-images3 .right-img3 {
    height: 230px;
  }

  .about-us-portrait-image-sec .portrait-image {
    height: 350px;
    margin-right: 28px;
  }
}
/****iPad Pro****/
@media (max-width: 1200px) and (min-width: 1024px) {
  .about-us-portrait-image-sec .portrait-image {
    height: 525px;
    margin-right: 39px;
  }
}
.page-id-205 .forhamburger {
  z-index: 999 !important;
}
.page-id-205 .forhamburger .line {
  background-color: #000 !important;
}

.err_main_container {
  box-sizing: border-box;
  padding: 110px 0;
}
.err_main_container .err_headings h1 {
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 60px;
  max-width: 875px;
}
.err_main_container .err_headings p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.err_main_container .err_links {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.err_main_container .err_links ul li a {
  color: #000 !important;
  transition: all 0.3s ease !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
}
.err_main_container .err_links ul li a:hover {
  color: #584587 !important;
}

@media (max-width: 768px) {
  .err_main_container {
    padding: 90px 0;
  }
  .err_main_container .err_headings h1 {
    font-size: 30px;
  }

  .pull-left {
    width: 100%;
  }
}
.page-template-thankyou .forhamburger {
  z-index: 999 !important;
}
.page-template-thankyou .forhamburger .line {
  background-color: #000 !important;
}

.thankyou_headings {
  box-sizing: border-box;
  padding: 130px 0;
}
.thankyou_headings .thankyou_main_heading {
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
  color: #000;
}
.thankyou_headings .thankyou_sub_heading {
  font-family: 'Neutra Text' !important;
  font-size: 14px;
  font-weight: 300;
}

.thankyou_image .thankyou_image_1 {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.thankyou_image .thankyou_image_2 {
  width: 50%;
  height: 435px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.thankyou_image .thankyou_image_3 {
  width: 50%;
  height: 435px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .thankyou_headings {
    padding: 90px 0;
  }
  .thankyou_headings .thankyou_main_heading {
    font-size: 30px;
  }

  .thankyou_image .thankyou_image_1 {
    width: 100%;
    height: 240px;
  }
  .thankyou_image .thankyou_image_2 {
    width: 100%;
    height: 240px;
    float: left;
  }
  .thankyou_image .thankyou_image_3 {
    width: 100%;
    height: 240px;
    float: left;
  }
}
.page-id-164 span.wpcf7-not-valid-tip {
  color: #fff !important;
}

.page-id-164 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #fff;
}

.page-template-marketing .intro-section .explore {
  width: 300px;
}

.page-template-marketing .intro-section {
  padding-bottom: 75px;
}

.page-template-marketing .mid-section-images .left-img,
.page-template-marketing .home-section-images .right-img {
  margin-top: 130px;
}

.page-template-marketing .intro-section .explore img {
  right: 145px;
}

.page-template-marketing .signature-section-content {
  padding-top: 150px;
  padding-bottom: 75px;
}

.page-template-marketing header .phone-box {
  right: 15px;
}

.mobile-nav {
  display: none;
}

.marketingheader {
  height: 750px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.marketing_intro-text {
  margin: 0 auto;
  padding: 165px 230px;
}
.marketing_intro-text h2 {
  font-family: 'Neutra Text' !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.marketingheader ul {
  line-height: 105px;
}
.marketingheader ul li {
  display: inline;
  padding: 0 35px;
}
.marketingheader ul li a {
  position: relative;
  font-family: 'Neutra Text';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.marketingheader ul li a:after {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #584587;
  transition: all 0.5s ease-in-out;
  height: 1px;
}
.marketingheader ul li a:hover:after {
  width: 100%;
}
.marketingheader .main-heading {
  text-transform: capitalize;
  font-family: PlayfairDisplay;
  font-size: 64px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 170px;
  color: #fff;
}
.marketingheader .main-para {
  color: #fff;
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 75px;
}
.marketingheader .landing-hero-form {
  display: inline-block;
  width: 635px;
}
.marketingheader .landing-hero-form input {
  font-family: 'Neutra Text';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 20px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-border-radius: 0px !important;
  transition: all 0.5s ease-in-out;
}
.marketingheader .landing-hero-form .name {
  display: inline-block;
  margin-right: 40px;
}
.marketingheader .landing-hero-form .name input[type="text"] {
  width: 295px;
  height: 32px;
}
.marketingheader .landing-hero-form .email {
  display: inline-block;
}
.marketingheader .landing-hero-form .email input[type="email"] {
  width: 295px;
  height: 32px;
}
.marketingheader .landing-hero-form .submit {
  position: relative;
  display: inline-block;
}
.marketingheader .landing-hero-form .submit input[type="submit"] {
  font-family: 'Neutra Text';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  width: 145px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 12px 0 25px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
  -webkit-border-radius: 0px !important;
  margin-top: 30px;
}
.marketingheader .landing-hero-form .submit:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 31px;
  right: 25px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.marketingheader .landing-hero-form .submit:hover:after {
  right: 15px;
  transition: all 0.5s ease-in-out;
}
.marketingheader .marketing_submit_container {
  box-sizing: border-box;
  padding: 25px 0;
  display: block;
}
.marketingheader .marketing_submit_container::before {
  content: "";
  position: relative;
  display: block;
  top: 19px;
  left: 115px;
  background: url(../images/arrow2.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 10px;
}

.inner-heading {
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

.inner-para {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.marketing-desc-section {
  padding-top: 195px;
  padding-bottom: 185px;
}
.marketing-desc-section h2 {
  font-size: 64px;
  line-height: 80px;
  max-width: 565px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 40px;
}
.marketing-desc-section p {
  font-family: 'Neutra Text';
  font-size: 20px;
  max-width: 525px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

.marketing-inner-box {
  width: 70%;
  display: inline-block;
}
.marketing-inner-box .marketing-content {
  width: 495px;
  text-align: right;
  float: right;
  clear: both;
}

.marketing-footer-banner-cover {
  position: relative;
}
.marketing-footer-banner-cover .marketing-footer-banner {
  width: 100%;
  height: 520px;
  padding: 52px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.marketing-footer-banner-cover .marketing-footer-banner.image-opacity:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.marketing-footer-banner-cover .mrkt-footer-form {
  width: 870px;
  max-height: 415px;
  height: 100%;
  padding: 75px 45px 60px;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 52px auto;
  display: inline-block;
}
.marketing-footer-banner-cover .mrkt-footer-form h2 {
  font-size: 55px;
  margin-bottom: 35px;
  color: #fff;
  text-transform: capitalize;
}
.marketing-footer-banner-cover .mrkt-footer-form p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.marketing-footer-banner-cover .mrkt-footer-form input {
  font-family: 'Neutra Text';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 20px;
  background-color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}
.marketing-footer-banner-cover .mrkt-footer-form .name {
  display: inline-block;
  margin-right: 100px;
}
.marketing-footer-banner-cover .mrkt-footer-form .name input[type="text"] {
  width: 295px;
  height: 32px;
}
.marketing-footer-banner-cover .mrkt-footer-form .email {
  display: inline-block;
}
.marketing-footer-banner-cover .mrkt-footer-form .email input[type="email"] {
  width: 295px;
  height: 32px;
}
.marketing-footer-banner-cover .mrkt-footer-form .submit {
  float: left;
  display: block;
  width: 155px;
  position: relative;
}
.marketing-footer-banner-cover .mrkt-footer-form .submit input[type="submit"] {
  font-family: 'Neutra Text';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-align: left;
  width: 145px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 12px 0 25px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
  -webkit-border-radius: 0px !important;
  margin-top: 38px;
}
.marketing-footer-banner-cover .mrkt-footer-form .submit:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 40px;
  right: 35px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.marketing-footer-banner-cover .mrkt-footer-form .submit:hover:after {
  right: 25px;
  transition: all 0.5s ease-in-out;
}

footer.marketing-footer {
  padding: 25px 0;
  background-color: #fff;
  text-align: center;
}
footer.marketing-footer .marketing-footer-bottom p {
  font-family: 'Neutra Text';
  font-size: 9px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
  color: #000;
}
footer.marketing-footer .marketing-footer-bottom p a {
  color: #000;
}

/****************media-query-styling*****************/
@media (max-width: 767px) {
  .desktop-nav {
    display: none;
  }

  .page-template-marketing header .phone-box {
    right: 15px;
  }

  .marketingheader {
    height: 525px;
  }
  .marketingheader .main-heading {
    font-size: 25px;
    padding-top: 55px;
    margin-bottom: 45px;
    max-width: 100%;
  }
  .marketingheader .main-para {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .marketingheader .landing-hero-form {
    display: block;
    width: 100%;
  }
  .marketingheader .landing-hero-form .name input[type="text"] {
    width: 100%;
  }
  .marketingheader .landing-hero-form .email input[type="email"] {
    width: 100%;
  }

  .marketing_intro-text {
    padding: 50px 0 0;
  }
  .marketing_intro-text h2 {
    font-size: 18px;
  }

  .intro-video-section .video-sec iframe {
    height: 200px;
  }

  .inner-heading {
    font-size: 30px;
  }

  .inner-para {
    font-size: 18px;
  }

  .signature-section-content {
    display: inline-block;
  }
  .signature-section-content .marketing-inner-box {
    width: 100%;
  }

  .marketing-desc-section {
    padding: 70px 0;
  }
  .marketing-desc-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .marketing-footer-banner-cover .mrkt-footer-form {
    width: 85%;
    padding: 45px 25px 45px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form p {
    font-size: 18px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .landing-form {
    display: block;
    width: 100%;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .name {
    display: block;
    margin-right: 0;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .name input[type="text"] {
    width: 100%;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .email {
    display: block;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .email input[type="email"] {
    width: 100%;
  }

  .marketing-footer-bottom span {
    display: block;
  }

  .page-id-164 .signature-section-content .sg-content-text p {
    margin-left: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-template-marketing .intro-section .intro-video-section {
    padding: 90px 0 90px !important;
  }

  .desktop-nav {
    display: none;
  }

  .page-template-marketing header .phone-box {
    right: 15px;
  }

  .marketingheader {
    height: 525px;
  }
  .marketingheader .main-heading {
    font-size: 25px;
    padding-top: 55px;
    max-width: 50%;
    line-height: 35px;
    margin-bottom: 90px;
  }
  .marketingheader .main-para {
    font-size: 16px;
    max-width: 75%;
    margin-bottom: 0px;
  }
  .marketingheader .landing-hero-form {
    display: block;
    width: 100%;
  }
  .marketingheader .landing-hero-form .name input[type="text"] {
    width: 100%;
  }
  .marketingheader .landing-hero-form .email input[type="email"] {
    width: 100%;
  }

  .marketing_intro-text {
    padding: 50px 0 0;
  }
  .marketing_intro-text h2 {
    font-size: 18px;
  }

  .intro-video-section .video-sec iframe {
    height: 350px;
  }
  .intro-video-section .video-sec .video_play span {
    padding: 15px 65px;
  }

  .inner-heading {
    font-size: 30px;
  }

  .inner-para {
    font-size: 18px;
  }

  .signature-section-content {
    display: inline-block;
  }
  .signature-section-content .marketing-inner-box {
    width: 100%;
  }

  .marketing-desc-section {
    padding: 70px 0;
  }
  .marketing-desc-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .marketing-footer-banner-cover .mrkt-footer-form {
    width: 85%;
    padding: 45px 25px 45px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form p {
    font-size: 18px;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .landing-form {
    display: block;
    width: 100%;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .name {
    display: block;
    margin-right: 0;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .name input[type="text"] {
    width: 100%;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .email {
    display: block;
  }
  .marketing-footer-banner-cover .mrkt-footer-form .email input[type="email"] {
    width: 100%;
  }

  .marketing-footer-bottom span {
    display: block;
  }

  .page-id-164 .signature-section-content .sg-content-text p {
    margin-left: 15px;
  }
}
/****iPad Pro****/
@media (max-width: 1200px) and (min-width: 1024px) {
  .page-template-marketing header .phone-box {
    right: 15px;
  }

  .marketingheader ul li {
    padding: 0 10px;
  }

  .marketingheader ul li a {
    letter-spacing: 3px;
  }

  .video_play span {
    padding: 15px 65px;
  }
}
/******modern-barn-styling******/
@font-face {
  font-family: 'Neutra Text';
  src: url("../font/NeutraText-Book.woff2") format("woff2"), url("../font/NeutraText-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/***********icomoon-fonts***************/
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot") format("embedded-opentype"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 2em;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-button-arrow:before {
  content: "\e900";
  color: #fff;
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-next---previous-arrow:before {
  content: "\e903";
}

.icon-pinterest:before {
  content: "\e904";
}

.icon-plus:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

/**********icomoon-fonts-ended-here***********/
a {
  text-decoration: none;
}

*:focus {
  outline: 0;
}

input[type='text']:focus,
input[type='email']:focus {
  border: 2px solid #584587;
  transition: all 0.5s ease-in-out;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
  background-color: #584587;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.wow {
  visibility: hidden;
}

.site-inner {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.page-id-23 .icon-menu .line,
.page-id-135 .icon-menu .line,
.page-id-144 .icon-menu .line,
.page-id-364 .icon-menu .line,
.single-post .icon-menu .line,
.error404 .icon-menu .line {
  background-color: #000;
}

.page-id-23 .header-image,
.page-id-135 .header-image,
.page-id-144 .header-image,
.page-id-364 .header-image,
.single-post .header-image,
.error404 .header-image,
.page-id-152 .header-image,
.page-id-161 .header-image,
.page-id-158 .header-image {
  height: 100% !important;
}

.page-id-364 .icon-menu .line,
.single-post .icon-menu .line,
.error404 .icon-menu .line {
  z-index: 999 !important;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

.page-id-161 ::-webkit-input-placeholder {
  font-size: 14px;
}

.header-image {
  width: 100%;
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mb-logo-fadeout a:after {
  opacity: 0;
}

header .mb-logo {
  padding-top: 30px;
}
header .mb-logo a {
  display: block;
  position: relative;
}
header .mb-logo a:before {
  width: 255px;
  content: "";
  background: url(../images/logo-icon.png) no-repeat center right;
  position: absolute;
  top: 5px;
  left: -25px;
  height: 65px;
  background-size: 230px;
}
header .mb-logo a:after {
  width: 255px;
  content: "";
  background: url(../images/logo-text.png) no-repeat center right;
  position: absolute;
  top: -12px;
  left: -25px;
  height: 100px;
  background-size: 230px;
  transition: all 0.5s ease-in-out;
}
header .phone-box {
  position: absolute;
  right: 75px;
  top: 37px;
  z-index: 50;
}
header .phone-box .phone-number {
  font-family: 'Neutra Text';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 50px;
}
header .phone-box .phone-number.black {
  color: #000;
  border: 1px solid #000;
}
header .phone-box:hover .phone-number {
  background-color: #584587;
  border: 1px solid #584587;
  color: #fff;
}
header .menu-hamberger {
  text-align: right;
  padding-top: 30px;
}

.intro-section {
  padding-top: 22px;
  padding-bottom: 185px;
}
.intro-section .explore {
  position: relative;
  width: 170px;
  text-align: center;
  margin: 0 auto;
}
.intro-section .explore img {
  cursor: pointer;
  position: absolute;
  bottom: 75px;
  right: 62px;
}
.intro-section .explore span {
  font-family: 'Neutra Text';
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.intro-section .intro-text {
  padding-top: 155px;
}
.intro-section .intro-text h2 {
  font-size: 64px;
  width: 100%;
  max-width: 665px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.mb-registered {
  font-size: 30px;
  position: relative;
  bottom: 21px;
}

.mb-registered.timeline {
  font-size: 25px;
  position: relative;
  bottom: 17px;
}

#arrow-bouncing {
  animation: 2s bounceArrow infinite;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(10px);
  }
}
.mid-section-images .left-img {
  float: left;
  width: 70%;
  height: 635px;
  margin-top: 208px;
  background-size: cover;
  background-repeat: no-repeat;
}
.mid-section-images .right-img {
  float: left;
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}

.signature-section {
  width: 100%;
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-section {
  padding-top: 195px;
  padding-bottom: 185px;
  text-align: right;
}
.content-section .content-section-box {
  width: 70%;
}
.content-section .content-section-box h2 {
  font-size: 64px;
  line-height: 65px;
  margin-bottom: 75px;
  color: #000;
}
.content-section .content-section-box p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  float: right;
  max-width: 500px;
  color: #000;
  clear: right;
}

.signature-section-content {
  padding-top: 195px;
  padding-bottom: 185px;
}
.signature-section-content .sg-content-text {
  width: 495px;
  margin: 0 auto;
  text-align: right;
}
.signature-section-content .sg-content-text p {
  font-family: 'Neutra Text';
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.home-section-images .left-img {
  float: left;
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-section-images .right-img {
  float: left;
  width: 70%;
  height: 635px;
  margin-top: 208px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-desc-section {
  padding-top: 195px;
  padding-bottom: 185px;
}
.home-desc-section h2 {
  float: right;
  font-size: 64px;
  text-align: right;
  line-height: 65px;
  max-width: 815px;
  margin-bottom: 75px;
  color: #000;
}
.home-desc-section .mb-btn {
  position: relative;
  float: right;
  width: 192px;
  height: 25px;
  line-height: 26px;
  margin-right: 6px;
  clear: both;
}
.home-desc-section .mb-btn:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center right;
  position: absolute;
  top: 3px;
  right: 25px;
  width: 35px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.home-desc-section .mb-btn:hover:after {
  right: 15px;
  transition: all 0.5s ease-in-out;
}
.home-desc-section .mb-btn a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: 'Neutra Text';
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 15px;
  color: #fff;
  background-color: #584587;
  border: 1px solid transparent;
}

.site-inner {
  margin-top: 0 !important;
}

.site-footer,
.title-area {
  display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  float: left;
  font-family: 'Neutra Text';
  border: 2px solid #584587;
}

div.wpcf7-mail-sent-ok {
  float: left;
}

span.wpcf7-not-valid-tip {
  font-family: 'Neutra Text';
  color: #584587;
}

/****************media-query-styling*****************/
@media (max-width: 767px) {
  /**********mobile-menu-styling-started-here***********/
  .menu-toggle {
    display: none;
  }

  .site-header {
    position: fixed;
  }

  .genesis-nav-menu .menu-item {
    border-right: none;
  }

  /**********mobile-menu-styling-ended-here***********/
  .header-image {
    height: 525px;
  }

  header .mb-logo {
    width: 150px;
  }
  header .mb-logo a:before {
    top: 4px;
    left: -121px;
    height: 38px;
    background-size: 130px;
  }
  header .mb-logo a:after {
    top: 6px;
    left: -121px;
    height: 38px;
    background-size: 130px;
  }
  header .phone-box {
    top: 37px;
  }
  header .phone-box .phone-number {
    font-size: 12px;
    padding: 3px 10px;
  }

  .content-section,
  .signature-section-content,
  .home-desc-section {
    padding: 50px 0;
  }

  .intro-section {
    padding-bottom: 50px;
  }
  .intro-section .intro-text {
    padding-top: 50px;
  }
  .intro-section .intro-text h2 {
    font-size: 30px;
  }

  .mb-registered {
    font-size: 30px;
    bottom: 0;
  }

  .mid-section-images .right-img {
    height: 110px;
  }
  .mid-section-images .left-img {
    height: 185px;
    margin-top: 70px;
  }

  .content-section .content-section-box {
    width: 100%;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-section .content-section-box h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    margin-right: 15px;
  }
  .content-section .content-section-box p {
    font-size: 18px;
    margin-right: 15px;
  }

  .signature-section {
    height: 200px;
  }

  .signature-section-content .sg-content-text {
    width: 100%;
  }
  .signature-section-content .sg-content-text p {
    font-size: 18px;
    margin-right: 15px;
  }

  .home-section-images .left-img {
    height: 110px;
  }
  .home-section-images .right-img {
    height: 185px;
    margin-top: 70px;
  }

  .home-desc-section h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  footer {
    text-align: center;
    padding: 50px 0 15px;
  }
  footer .footer-btn {
    text-align: left;
    margin: 20px auto 0;
  }
  footer .footer-bottom {
    margin-top: 50px;
  }
  footer .footer-bottom p .footer-bottom-dev {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .site-header {
    position: fixed;
  }

  .genesis-nav-menu .menu-item {
    border-right: none;
  }

  .header-image {
    height: 525px;
  }

  header .mb-logo {
    width: 150px;
  }
  header .mb-logo a:before {
    top: -10px;
    left: -95px;
    height: 50px;
    background-size: 160px;
  }
  header .mb-logo a:after {
    top: -7px;
    left: -95px;
    height: 50px;
    background-size: 160px;
  }
  header .phone-box {
    top: 37px;
  }

  .content-section,
  .signature-section-content,
  .home-desc-section {
    padding: 50px 0;
  }

  .intro-section {
    padding-bottom: 50px;
  }
  .intro-section .intro-text {
    padding-top: 50px;
  }
  .intro-section .intro-text h2 {
    font-size: 30px;
  }

  .mb-registered {
    font-size: 30px;
    bottom: 0;
  }

  .mid-section-images .right-img {
    height: 110px;
  }
  .mid-section-images .left-img {
    height: 185px;
    margin-top: 70px;
  }

  .content-section .content-section-box {
    width: 100%;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-section .content-section-box h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    margin-right: 15px;
  }
  .content-section .content-section-box p {
    font-size: 18px;
    margin-right: 15px;
  }

  .signature-section {
    height: 200px;
  }

  .signature-section-content .sg-content-text {
    width: 100%;
  }
  .signature-section-content .sg-content-text p {
    font-size: 18px;
    margin-right: 15px;
    padding-left: 30%;
  }

  .home-section-images .left-img {
    height: 110px;
  }
  .home-section-images .right-img {
    height: 185px;
    margin-top: 70px;
  }

  .home-desc-section h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  footer {
    text-align: center;
    padding: 50px 0 15px;
  }
  footer .footer-btn {
    text-align: left;
    margin: 20px auto 0;
  }
  footer .footer-bottom {
    margin-top: 50px;
  }
  footer .footer-bottom p .footer-bottom-dev {
    display: block;
  }

  .mid-section-images .left-img {
    height: 365px;
    margin-top: 130px;
  }
  .mid-section-images .right-img {
    height: 230px;
  }

  .home-section-images .left-img {
    height: 230px;
  }
  .home-section-images .right-img {
    height: 365px;
    margin-top: 130px;
  }

  .signature-section {
    height: 400px;
  }

  .mb-registered.timeline {
    font-size: 20px;
    bottom: 10px;
  }
}
/****iPad Pro****/
@media (max-width: 1200px) and (min-width: 1024px) {
  .genesis-nav-menu a {
    font-size: 40px;
  }

  .header-about-image {
    background-position: 0px 0px !important;
  }

  .mid-section-images .left-img {
    height: 365px;
    margin-top: 130px;
  }
  .mid-section-images .right-img {
    height: 230px;
  }

  .home-section-images .left-img {
    height: 230px;
  }
  .home-section-images .right-img {
    height: 365px;
    margin-top: 130px;
  }

  .signature-section {
    height: 400px;
  }
}

/*# sourceMappingURL=main.css.map */
