@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=devanagari,latin-ext");
/* ************************ */
body {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 17px; } }

a {
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out; }

.page-content .panel-grid {
  margin-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .page-template-home .header-inner .site-logo {
    height: 180px;
    width: 185px; } }

@media screen and (max-width: 767px) {
  body:not(.page-template-home) .header-inner .site-logo {
    height: 42px;
    width: 125px; } }
body:not(.page-template-home) .menu-is-open .header-inner .main-navigation {
  top: 57px; }

/* -------header-start------ */
#header {
  background-color: #FEF200;
  padding: 15px 0; }
  @media screen and (min-width: 992px) {
    #header {
      padding: 35px 0; } }
#site-logo{
    max-width:190px;
}
.header-inner {
  position: relative;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .header-inner .site-logo {
    width: 25%;
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    .header-inner .main-navigation {
      width: 75%;
      margin: auto;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
    #site-logo{
        max-width:130px;
    }
    .front-projects.panel-row-style.panel-row-style-for-8-3{
        display:none !important;
    }
    .swiper-button-wrapper{
        top:96% !important;
    }
    .front-news .news-content-section .news-swiper .swiper-button-next,
    .front-news .news-content-section .news-swiper .swiper-button-prev{
        top:17px !important;
    }
    .swiper-button-next{
        left:80px;
    }
    .news-swiper .swiper-button-next{
        left:unset;
    }
    .page-template-home .header-inner .site-logo{
        width:auto;
        height:auto;
    }
  .header-inner .main-navigation {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: #FEF200;
    left: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out; }

  .menu-is-open .header-inner .main-navigation {
    top: 193px;
    opacity: 1;
    visibility: visible; } }
/* menu */
@media screen and (min-width: 768px) {
  .main-navigation {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%; } }
@media screen and (min-width: 768px) {
  .main-navigation .menu-main-menu-container {
    text-align: right;
    height: 100%;
    margin: auto;
    width: calc(100% - 75px); } }
@media screen and (min-width: 992px) {
  .main-navigation .menu-main-menu-container {
    width: calc(100% - 125px); } }
.main-navigation .menu-main-menu-container ul {
  padding: 0;
  list-style: none;
  margin: 0;
  float: none; }
  .main-navigation .menu-main-menu-container ul li {
    margin: 15px; }
    @media screen and (max-width: 767px) {
      .main-navigation .menu-main-menu-container ul li:first-child {
        margin-top: 0; } }
    @media screen and (min-width: 768px) {
      .main-navigation .menu-main-menu-container ul li {
        float: none;
        display: inline-block;
        margin: 0px 5px; } }
    @media screen and (min-width: 992px) {
      .main-navigation .menu-main-menu-container ul li {
        margin: 0px 10px; } }
    @media screen and (min-width: 1200px) {
      .main-navigation .menu-main-menu-container ul li {
        margin: 0px 15px; } }
    .main-navigation .menu-main-menu-container ul li.active a::after {
      opacity: 1;
      visibility: visible;
      width: 100%; }
    .main-navigation .menu-main-menu-container ul li a {
      color: #231f20;
      text-decoration: none;
      font-weight: 500;
      padding: 5px 0;
      position: relative;
      font-size: 15px; }
      @media screen and (min-width: 768px) {
        .main-navigation .menu-main-menu-container ul li a {
          display: inline-block;
          font-size: 18px; } }
      @media screen and (min-width: 1200px) {
        .main-navigation .menu-main-menu-container ul li a {
          font-size: 21px; } }
      .main-navigation .menu-main-menu-container ul li a::after {
        content: "";
        display: block;
        height: 2px;
        width: 0;
        background-color: #231f20;
        transition: all 0.32s ease-in-out;
        -ms-transition: all 0.32s ease-in-out;
        -o-transition: all 0.32s ease-in-out;
        -moz-transition: all 0.32s ease-in-out;
        -webkit-transition: all 0.32s ease-in-out;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden; }
      .main-navigation .menu-main-menu-container ul li a:hover::after {
        opacity: 1;
        visibility: visible;
        width: 100%; }

/* social-icon */
@media screen and (max-width: 767px) {
  .menu-social-links-menu-container {
    margin: 0 15px;
    border-top: 1px solid;
    padding: 10px 0; } }
@media screen and (min-width: 768px) {
  .menu-social-links-menu-container {
    height: 100%;
    width: 75px; } }
@media screen and (min-width: 992px) {
  .menu-social-links-menu-container {
    width: 125px; } }
.menu-social-links-menu-container ul.menu {
  margin: 0;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .menu-social-links-menu-container ul.menu {
      text-align: right; } }
  .menu-social-links-menu-container ul.menu li {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    margin: 0 2px;
    width: 25px;
    height: 25px; }
    @media screen and (min-width: 992px) {
      .menu-social-links-menu-container ul.menu li {
        width: 40px;
        height: 40px;
        margin: 0 3px; } }
    .menu-social-links-menu-container ul.menu li:hover {
      background-color: #cccccc; }
    .menu-social-links-menu-container ul.menu li.fa::before {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #363636;
      font-size: 14px; }
      @media screen and (min-width: 992px) {
        .menu-social-links-menu-container ul.menu li.fa::before {
          font-size: 25px; } }
    .menu-social-links-menu-container ul.menu li a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      color: transparent; }

.menu-toggle {
  float: right;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: background 0.3s ease 0s;
  width: 25px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }
  @media screen and (min-width: 768px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    background: #000000;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
    transition: background 0s ease 0.3s;
    width: 100%; }
  .menu-toggle span::before {
    top: -8px;
    transition-property: top, transform; }
  .menu-toggle span::after {
    bottom: -8px;
    transition-property: bottom, transform; }
  .menu-toggle span::after, .menu-toggle span::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    width: 100%; }

.menu-is-open .menu-toggle span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
.menu-is-open .menu-toggle span::after, .menu-is-open .menu-toggle span::before {
  transition-delay: 0s, 0.3s;
  background-color: #000000; }
.menu-is-open .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg); }
.menu-is-open .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg); }

/* -------header-end------ */
/* -------video-start------ */
#mobile-image {
  padding: 30% 0;
  background-position: center center;
  background-size: cover; }

.front-video {
  position: relative; }
  .front-video video {
    width: 100%; }
  .front-video .video-content-section {
    top: 50%;
    color: #ffffff;
    left: 0;
    right: 0;
    /*
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .front-video .video-content-section::after, .front-video .video-content-section::before {
      content: " ";
      display: table;
      width: 0; }
    .front-video .video-content-section::after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .front-video .video-content-section {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

        max-width: 740px; } }
    @media screen and (min-width: 992px) {
      .front-video .video-content-section {
        max-width: 970px; } }
    @media screen and (min-width: 1200px) {
      .front-video .video-content-section {
        max-width: 1170px; } }

.video-content-section-inner {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .video-content-section-inner .left-container h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px; }
    @media screen and (min-width: 640px) {
      .video-content-section-inner .left-container h1 {
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .video-content-section-inner .left-container h1 {
        font-size: 50px; } }
    @media screen and (min-width: 1920px) {
      .video-content-section-inner .left-container h1 {
        font-size: 67px; } }
    @media screen and (max-width: 1919px) {
      .video-content-section-inner .left-container h1 {
        max-width: 347px; } }
    @media screen and (max-width: 991px) {
      .video-content-section-inner .left-container h1 {
        max-width: 229px; } }
    @media screen and (max-width: 767px) {
      .video-content-section-inner .left-container h1 {
        max-width: 100%;
        text-align: center;
        margin-top: 0; } }
  .video-content-section-inner .left-container .video-content {
    font-weight: 600;
    font-size: 14px; }
    @media screen and (min-width: 992px) {
      .video-content-section-inner .left-container .video-content {
        font-size: 17px; } }
    @media screen and (min-width: 1920px) {
      .video-content-section-inner .left-container .video-content {
        font-size: 23px; } }
    @media screen and (max-width: 1919px) {
      .video-content-section-inner .left-container .video-content {
        max-width: 340px; } }
    @media screen and (max-width: 767px) {
      .video-content-section-inner .left-container .video-content {
        max-width: 100%;
        text-align: center; } }
  .video-content-section-inner .right-container > div {
    background-image: url("images/border-yellow.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    height: 100%;
    width: 100%; }

/* -------video-end------ */
/* -------front-team-start------ */
.team-name a {
    color: #000;
}

@media screen and (max-width: 991px) {
  .team-carousel {
    padding: 0 5rem; } }
@media screen and (max-width: 767px) {
  .team-carousel {
    padding: 0 15px; } }

.front-team {
  padding: 5rem 0 3rem; }
  @media screen and (min-width: 768px) {
    .front-team {
      padding: 5rem 0 6rem; } }
  @media screen and (max-width: 767px) {
    .front-team {
      text-align: center; } }
  .front-team h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 30px;
    width: 55%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .front-team h3 {
        font-size: 40px; } }
    @media screen and (min-width: 992px) {
      .front-team h3 {
        font-size: 45px; } }
    @media screen and (min-width: 1920px) {
      .front-team h3 {
        font-size: 68px; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .front-team .swiper-slide .team-image {
    padding: 0; }
    .front-team .swiper-slide .team-image img {
      width: 100%; }
  .front-team .swiper-slide .team-info {
    margin: auto;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .front-team .swiper-slide .team-info {
        display: none; } }
    @media screen and (max-width: 767px) {
      .front-team .swiper-slide .team-info {
        padding-left: 0;
        padding-right: 0; } }
    .front-team .swiper-slide .team-info .team-info-inner {
      margin-top: auto;
      margin-bottom: auto;
      width: 100%;
      padding: 1rem 0;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .front-team .swiper-slide .team-info .team-info-inner {
          padding: 1rem 0 2rem 2rem; } }
      @media screen and (min-width: 992px) {
        .front-team .swiper-slide .team-info .team-info-inner {
          padding: 1rem 0 2rem 7rem; } }
      .front-team .swiper-slide .team-info .team-info-inner .team-name {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 28px; }
        @media screen and (min-width: 1400px) {
          .front-team .swiper-slide .team-info .team-info-inner .team-name {
            margin-bottom: 15px;
            font-size: 38px; } }
      .front-team .swiper-slide .team-info .team-info-inner .team-summary {
        max-width: 276px; }
        @media screen and (max-width: 767px) {
          .front-team .swiper-slide .team-info .team-info-inner .team-summary {
            margin: auto; } }
        @media screen and (min-width: 1400px) {
          .front-team .swiper-slide .team-info .team-info-inner .team-summary {
            max-width: 405px; } }
      .front-team .swiper-slide .team-info .team-info-inner .view-profile {
        margin-top: 20px;
        text-align: right; }
        @media screen and (min-width: 992px) {
          .front-team .swiper-slide .team-info .team-info-inner .view-profile {
            margin-right: -60px; } }
        .front-team .swiper-slide .team-info .team-info-inner .view-profile a {
          text-decoration: none;
          color: #000000;
          font-weight: 600;
          background-color: #FEF200;
          padding: 10px 20px;
          border-radius: 30px;
          letter-spacing: 1px;
          display: inline-block;
          position: relative;
          z-index: 1; }
          @media screen and (min-width: 1400px) {
            .front-team .swiper-slide .team-info .team-info-inner .view-profile a {
              padding: 16px 30px;
              font-size: 22px; } }
          .front-team .swiper-slide .team-info .team-info-inner .view-profile a:hover {
            color: #ffffff;
            background-color: #000000; }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-prev .team-info {
      display: none; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-active {
      width: 22% !important;
      margin-right: 95px;
      margin-left: -135px; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-active .team-info {
      display: none; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-active .team-image {
      width: 100%; } }
  .front-team .swiper-slide.swiper-slide-next {
    position: relative; }
    @media screen and (max-width: 991px) {
      .front-team .swiper-slide.swiper-slide-next {
        width: 100% !important; } }
    @media screen and (min-width: 992px) {
      .front-team .swiper-slide.swiper-slide-next {
        width: 53.05% !important;
        margin-right: 47px;
        margin-left: 47px; } }
    .front-team .swiper-slide.swiper-slide-next .team-info {
      display: block; }
    .front-team .swiper-slide.swiper-slide-next::after {
      content: "";
      display: block;
      background-image: url("images/border-yellow.png");
      background-repeat: no-repeat;
      background-size: 72%;
      background-position: center right;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      right: 0; }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-next + div {
      width: 22% !important;
      margin-left: 122px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-next + div .team-info {
      display: none; } }
  @media screen and (min-width: 992px) {
    .front-team .swiper-slide.swiper-slide-next + div .team-image {
      width: 100%; } }

.swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
  @media screen and (min-width: 992px) {
    .swiper-button-wrapper {
      width: 70%;
      margin: auto; } }
  @media screen and (min-width: 1600px) {
    .swiper-button-wrapper {
      width: 65%; } }

/* -------front-team-end------ */
/* -------front-services-start------ */
.front-services {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative; }
  @media screen and (min-width: 992px) {
    .front-services::after {
      content: "";
      display: block;
      background-image: url("images/border-yellow.png");
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      height: 50%;
      margin: auto;
      background-size: contain;
      top: 50%;
      width: 50%;
      left: -20%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .front-services > div {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .front-services > div {
        width: 50%; } }
  .front-services .left-container .bg-image {
    background-size: cover;
    background-position: center center;
    padding: 24%;
    height: 350px !important; }
    @media screen and (min-width: 768px) {
      .front-services .left-container .bg-image {
        height: 100% !important; } }
  .front-services .right-container {
    background-color: #FEF200;
    padding: 2rem 15px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .front-services .right-container {
        padding: 4rem 4rem 0; } }
    @media screen and (min-width: 1920px) {
      .front-services .right-container {
        padding: 5rem 5rem 0; } }
    .front-services .right-container h2 {
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .front-services .right-container h2 {
          font-size: 40px; } }
      @media screen and (min-width: 992px) {
        .front-services .right-container h2 {
          font-size: 45px; } }
      @media screen and (min-width: 1920px) {
        .front-services .right-container h2 {
          font-size: 68px; } }
    .front-services .right-container .subtitle {
      margin-bottom: 2rem; }
      @media screen and (min-width: 1920px) {
        .front-services .right-container .subtitle {
          margin-bottom: 3.5rem; } }

.service-item-wrapper {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 639px) {
    .service-item-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  .service-item-wrapper .service-item {
    padding-bottom: 2.5rem;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .service-item-wrapper .service-item {
        width: 50%; } }
    @media screen and (min-width: 1920px) {
      .service-item-wrapper .service-item {
        padding-bottom: 3.5rem; } }
    @media screen and (min-width: 640px) {
      .service-item-wrapper .service-item:nth-child(2n+1) {
        padding-right: 2rem; } }
    @media screen and (min-width: 1200px) {
      .service-item-wrapper .service-item:nth-child(2n+1) {
        padding-right: 4rem; } }
    .service-item-wrapper .service-item .title {
      border-top: 2px solid #000000; }
      .service-item-wrapper .service-item .title h4 {
        font-weight: 600;
        font-size: 20px;
        max-width: 142px; }
        @media screen and (min-width: 640px) {
          .service-item-wrapper .service-item .title h4 {
            max-width: 235px;
            min-height: 45px; } }
        @media screen and (min-width: 768px) {
          .service-item-wrapper .service-item .title h4 {
            max-width: 300px; } }
        @media screen and (min-width: 1920px) {
          .service-item-wrapper .service-item .title h4 {
            font-size: 24px; } }

/* -------front-services-end------ */
/* -------front-projects-start------ */
.front-projects {
  padding: 5rem 0;
  position: relative;
  max-width: 1295px;
  margin: auto; }
  .front-projects .container {
    overflow: hidden; }
  @media screen and (min-width: 1920px) {
    .front-projects {
      padding: 6rem 0; } }
  .front-projects .project-header-info {
    padding-top: 3rem; }
    @media screen and (max-width: 991px) {
      .front-projects .project-header-info {
        text-align: center;
        padding-bottom: 3rem; } }
    @media screen and (min-width: 992px) {
      .front-projects .project-header-info {
        padding-top: 10rem;
        padding-right: 10rem;
        display: inline-block;
        float: right; } }
    .front-projects .project-header-info h2 {
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .front-projects .project-header-info h2 {
          font-size: 40px; } }
      @media screen and (min-width: 992px) {
        .front-projects .project-header-info h2 {
          font-size: 45px; } }
      @media screen and (min-width: 1920px) {
        .front-projects .project-header-info h2 {
          font-size: 68px; } }

.front-project-upper {
  position: relative; }
  @media screen and (min-width: 992px) {
    .front-project-upper::after {
      content: "";
      display: block;
      background-image: url("images/border-yellow.png");
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      height: 50%;
      margin: auto;
      background-size: contain;
      width: 50%;
      left: 23%;
      bottom: -8%;
      z-index: 2; } }
  .front-project-upper .inner-project {
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 992px) {
      .front-project-upper .inner-project {
        padding-bottom: 35%; } }

.front-project-items {
  overflow: hidden;
  margin-top: 25px; }
  @media screen and (min-width: 992px) {
    .front-project-items {
      margin-top: -78px; } }
  .front-project-items .swiper-button-prev, .front-project-items .swiper-button-next {
    top: 110px; }
    @media screen and (min-width: 992px) {
      .front-project-items .swiper-button-prev, .front-project-items .swiper-button-next {
        top: 715px; } }
    @media screen and (min-width: 1200px) {
      .front-project-items .swiper-button-prev, .front-project-items .swiper-button-next {
        width: 50px;
        height: 80px;
        background-size: 50px 82px; } }
  .front-project-items .project-left-content {
    padding-right: 45px; }
    @media screen and (max-width: 991px) {
      .front-project-items .project-left-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .front-project-items .project-left-content .flexslider {
      border: none;
      margin: 0; }
      .front-project-items .project-left-content .flexslider .flex-direction-nav {
        display: none; }
      .front-project-items .project-left-content .flexslider .flex-control-nav {
        bottom: 20px; }
        .front-project-items .project-left-content .flexslider .flex-control-nav li a {
          background-color: #FEF200; }
          .front-project-items .project-left-content .flexslider .flex-control-nav li a.flex-active {
            background-color: #ffffff; }
  .front-project-items .project-right-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px; }
    @media screen and (min-width: 992px) {
      .front-project-items .project-right-content {
        padding-top: 120px; } }
    @media screen and (max-width: 991px) {
      .front-project-items .project-right-content {
        width: 100%; } }
    .front-project-items .project-right-content .project-title h2 {
      font-weight: 600;
      margin-top: 0;
      font-size: 24px;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .front-project-items .project-right-content .project-title h2 {
          font-size: 32px;
          margin-bottom: 10px; } }
      @media screen and (min-width: 992px) {
        .front-project-items .project-right-content .project-title h2 {
          font-size: 35px; } }
      @media screen and (min-width: 1920px) {
        .front-project-items .project-right-content .project-title h2 {
          font-size: 38px;
          margin-bottom: 15px; } }
    .front-project-items .project-right-content .related-staff h5 {
      margin-top: 20px;
      margin-bottom: 5px; }
    .front-project-items .project-right-content .related-staff .field-item-wrapper {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item {
        margin-bottom: 20px;
        padding-left: 0; }
        @media screen and (max-width: 1199px) {
          .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item {
            width: 100%;
            padding-right: 0; } }
        @media screen and (min-width: 480px) and (max-width: 991px) {
          .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item {
            width: 50%;
            padding-right: 15px; } }
        .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-title strong {
          font-weight: 500;
          display: block;
          line-height: 1;
          margin-bottom: 5px;
          font-size: 20px; }
          @media screen and (min-width: 640px) {
            .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-title strong {
              font-size: 24px;
              max-width: 150px;
              min-height: 55px; } }
        .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .staff-image-inner {
            width: 50%; }
            .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .staff-image-inner img {
              width: 100%; }
          .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff {
            width: 50%;
            margin-top: auto;
            margin-bottom: auto;
            height: 100%; }
            .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff a {
              text-decoration: none;
              color: #000000;
              font-weight: 600;
              background-color: #FEF200;
              padding: 8px 12px;
              border-radius: 30px;
              letter-spacing: 1px;
              font-size: 12px;
              display: inline-block;
              position: relative;
              margin-left: -39px; }
              .front-project-items .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff a:hover {
                color: #ffffff;
                background-color: #000000; }

/* -------front-projects-end------ */
/* -------front-news-start------ */
.front-news {
  background-color: #FEF200;
  padding: 5rem 0 11rem;
  display: block;
  background-image: url("images/border-white.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom 80px left -71%; }
  @media screen and (min-width: 1920px) {
    .front-news {
      padding: 6rem 0; } }
  .front-news .front-news-inner {
    position: relative;
    max-width: 1295px;
    margin: auto; }
  .front-news .news-title h2 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .front-news .news-title h2 {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .front-news .news-title h2 {
        font-size: 40px; } }
    @media screen and (min-width: 992px) {
      .front-news .news-title h2 {
        font-size: 45px; } }
    @media screen and (min-width: 1920px) {
      .front-news .news-title h2 {
        font-size: 68px; } }
  .front-news .news-slider-title h2 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    max-width: 303px;
    margin-top: 20px;
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .front-news .news-slider-title h2 {
        font-size: 28px;
        margin-top: 45px; } }
    @media screen and (min-width: 1920px) {
      .front-news .news-slider-title h2 {
        font-size: 40px;
        max-width: 390px; } }
  .front-news .news-subtitle {
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .front-news .news-subtitle {
        text-align: center; } }
  .front-news .news-meta-info {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .front-news .news-meta-info {
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .front-news .news-meta-info {
        margin-top: 10px; } }
  .front-news .news-content {
    padding-right: 3rem; }
  @media screen and (max-width: 991px) {
    .front-news .news-content-section .left-container {
      width: 100%;
      padding: 0; } }
  .front-news .news-content-section .right-container {
    position: relative; }
    @media screen and (max-width: 991px) {
      .front-news .news-content-section .right-container {
        width: 100%;
        margin-top: 30px;
        padding: 0; } }
    .front-news .news-content-section .right-container::after {
      content: "";
      display: block;
      background-image: url("images/border-white.png");
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      height: 50%;
      margin: auto;
      background-size: contain;
      width: 100%;
      left: -18%;
      z-index: 2;
      top: 50px; }
  .front-news .news-content-section .news-swiper {
    overflow: hidden; }
    .front-news .news-content-section .news-swiper .swiper-button-prev, .front-news .news-content-section .news-swiper .swiper-button-next {
      top: 46px; }
      @media screen and (min-width: 768px) {
        .front-news .news-content-section .news-swiper .swiper-button-prev, .front-news .news-content-section .news-swiper .swiper-button-next {
          top: 188px; } }
      @media screen and (min-width: 1200px) {
        .front-news .news-content-section .news-swiper .swiper-button-prev, .front-news .news-content-section .news-swiper .swiper-button-next {
          width: 50px;
          height: 80px;
          background-size: 50px 82px; } }
  .front-news .news-content-section .featured-image img {
    width: 100%; }
  .front-news .news-content-section .secondary-image {
    text-align: right;
    margin-left: auto;
    padding-right: 15px;
    margin-top: -44px;
    width: 290px; }
    @media screen and (min-width: 768px) {
      .front-news .news-content-section .secondary-image {
        padding-right: 28px;
        margin-top: -78px;
        width: 285px; } }
    .front-news .news-content-section .secondary-image img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    background-size: 20px; } }
@media screen and (min-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 80px;
    background-size: 50px 82px; } }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* -------front-news-end------ */
/* -------contact-form-section-start------ */
.contact-form-section .contact-tab {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .contact-form-section .contact-tab .tab-items {
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #F8F8F8;
    padding: 2rem 15px; }
    @media screen and (min-width: 768px) {
      .contact-form-section .contact-tab .tab-items {
        padding: 3rem 15px; } }
    .contact-form-section .contact-tab .tab-items.tab-active {
      background-color: #E7E7E7; }
  .contact-form-section .contact-tab .title h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px; }
    @media screen and (min-width: 640px) {
      .contact-form-section .contact-tab .title h3 {
        font-size: 26px; } }
    @media screen and (min-width: 1920px) {
      .contact-form-section .contact-tab .title h3 {
        font-size: 38px; } }

.contact-forms form {
  max-width: 800px;
  margin: auto;
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .contact-forms form {
      padding: 5rem 0; } }
  @media screen and (min-width: 1920px) {
    .contact-forms form {
      padding: 6rem 0; } }
  .contact-forms form p {
    margin: 0; }
  .contact-forms form label {
    width: 100%;
    color: #202023;
    font-weight: 600; }
  .contact-forms form input, .contact-forms form textarea {
    margin-bottom: 25px; }
  .contact-forms form textarea {
    height: 55px; }
    @media screen and (min-width: 768px) {
      .contact-forms form textarea {
        height: 150px; } }
  .contact-forms form input, .contact-forms form textarea {
    width: 100%;
    border: 1px solid #E7E7E7;
    background-color: #E7E7E7;
    padding: 8px 5px; }
    @media screen and (min-width: 1200px) {
      .contact-forms form input, .contact-forms form textarea {
        padding: 16px 5px; } }
  .contact-forms form .form-button {
    margin-left: auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    max-width: 125px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .contact-forms form .form-button {
        max-width: 175px;
        margin-top: 10px; } }
    .contact-forms form .form-button .wpcf7-submit {
      background-color: #FEF200;
      font-weight: 600;
      color: #000000;
      border-radius: 30px;
      letter-spacing: 2px;
      border: none;
      margin: 0;
      transition: all 0.32s ease-in-out;
      -ms-transition: all 0.32s ease-in-out;
      -o-transition: all 0.32s ease-in-out;
      -moz-transition: all 0.32s ease-in-out;
      -webkit-transition: all 0.32s ease-in-out;
      max-width: 91px;
      padding: 8px 5px;
      font-size: 15px; }
      @media screen and (min-width: 768px) {
        .contact-forms form .form-button .wpcf7-submit {
          max-width: 120px;
          padding: 11px 25px;
          font-size: 18px; } }
      @media screen and (min-width: 1920px) {
        .contact-forms form .form-button .wpcf7-submit {
          max-width: 155px;
          padding: 14px 25px;
          font-size: 24px; } }
      .contact-forms form .form-button .wpcf7-submit:hover {
        background-color: #000000;
        color: #ffffff; }
    .contact-forms form .form-button .ajax-loader {
      margin: auto; }

/* -------contact-form-section-end------ */
/* -------footer-start------ */
.footer {
  background-color: #201F24;
  padding: 35px 0; }
  @media screen and (max-width: 639px) {
    .footer .footer-images {
      padding: 0;
      width: 100%;
      display: block;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .footer .footer-images img {
      width: 100%; } }

.footer-inner {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .footer-inner > div {
      width: 100%;
      text-align: center;
      padding: 0; } }
  .footer-inner .footer-first {
    background-image: url("images/border-yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .footer-inner .footer-first {
        background-position: center left; } }
    @media screen and (max-width: 767px) {
      .footer-inner .footer-first {
        height: 120px;
        margin-bottom: 30px; } }
  .footer-inner .footer-third {
    margin: auto;
    color: #ffffff;
    text-align: center;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .footer-inner .footer-third {
        text-align: right; } }
    @media screen and (max-width: 767px) {
      .footer-inner .footer-third {
        margin-top: 10px; } }
    .footer-inner .footer-third a {
      text-decoration: none;
      color: #fff;
      font-weight: 600;
      font-size: 14px; }
      @media screen and (min-width: 1200px) {
        .footer-inner .footer-third a {
          font-size: 16px; } }
      .footer-inner .footer-third a:hover {
        color: #FEF200; }
    .footer-inner .footer-third .copyright {
      font-weight: 400; font-size: 85%; }
      @media screen and (max-width: 1199px) {
        .footer-inner .footer-third .copyright {
          font-size: 12px; } }

/* -------footer-end------ */
/* -------about-start------ */
body:not(.page-id-84) .page-header-inner::after {
  background-image: url("images/page-header-inner-img.png");
  width: 50%;
  top: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35%; }
  @media screen and (min-width: 480px) {
    body:not(.page-id-84) .page-header-inner::after {
      left: 20%; } }
  @media screen and (min-width: 768px) {
    body:not(.page-id-84) .page-header-inner::after {
      top: 50%;
      left: -20%; } }

.page-header-inner {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative; }
  .page-header-inner::after {
    content: "";
    display: block;
    background-image: url("images/about-page-header-inner-img.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 35%;
    right: 0;
    height: 50%;
    margin: auto;
    background-size: contain;
    top: 45%;
    left: 12%; }
    @media screen and (min-width: 640px) {
      .page-header-inner::after {
        top: 39%;
        left: -13%; } }
  .page-header-inner .left-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .page-header-inner .left-content {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .page-header-inner .left-content {
        padding-left: calc((100% - 725px) / 2); } }
    @media screen and (min-width: 992px) {
      .page-header-inner .left-content {
        padding-left: calc((100% - 945px) / 2); } }
    @media screen and (min-width: 1200px) {
      .page-header-inner .left-content {
        padding-left: calc((100% - 1140px) / 2); } }
    .page-header-inner .left-content h1 {
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1;
      font-size: 28px; }
      @media screen and (min-width: 768px) {
        .page-header-inner .left-content h1 {
          font-size: 40px; } }
      @media screen and (min-width: 992px) {
        .page-header-inner .left-content h1 {
          font-size: 45px; } }
      @media screen and (min-width: 1920px) {
        .page-header-inner .left-content h1 {
          font-size: 68px; } }
    .page-header-inner .left-content .left-content-inner {
		z-index: 999;
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .page-header-inner .right-content {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .page-header-inner .right-content {
        width: 50%; } }
    .page-header-inner .right-content img {
      width: 100%; }

.about-us-content {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .about-us-content {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media screen and (min-width: 1200px) {
    .about-us-content {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  @media screen and (min-width: 1400px) {
    .about-us-content {
      padding-top: 12rem;
      padding-bottom: 12rem; } }
  .about-us-content p {
    font-weight: 300;
    line-height: 30px; }
    @media screen and (min-width: 1200px) {
      .about-us-content p {
        font-size: 19px; } }
  .about-us-content h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
    margin-top: 0; }
    @media screen and (min-width: 640px) {
      .about-us-content h2 {
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .about-us-content h2 {
        font-size: 50px; } }
    @media screen and (min-width: 1920px) {
      .about-us-content h2 {
        font-size: 62px; } }
    @media screen and (max-width: 1919px) {
      .about-us-content h2 {
        max-width: 350px; } }
    @media screen and (max-width: 991px) {
      .about-us-content h2 {
        max-width: 229px; } }
    @media screen and (max-width: 780px) {
      .about-us-content h2 {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0; } }

/* -------about-end------ */
/* -------services-start------ */
.services-content-section {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .services-content-section {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media screen and (min-width: 1200px) {
    .services-content-section {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  @media screen and (min-width: 1400px) {
    .services-content-section {
      padding-top: 12rem;
      padding-bottom: 12rem; } }
  .services-content-section::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .services-content-section > div {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .services-content-section .services-list-sidebar {
      padding-bottom: 20px; } }
  .services-content-section .services-list-sidebar ul {
    padding-left: 0;
    margin: 0;
    list-style: none; }
    .services-content-section .services-list-sidebar ul li {
      border-top: 2px solid #000000;
      cursor: pointer;
      padding: 10px 0; }
      @media screen and (min-width: 768px) {
        .services-content-section .services-list-sidebar ul li {
          padding: 15px 0; } }
      .services-content-section .services-list-sidebar ul li:last-child {
        border-bottom: 2px solid #000000; }
      .services-content-section .services-list-sidebar ul li.list-active h4 {
        font-weight: 600; }
      .services-content-section .services-list-sidebar ul li h4 {
        text-transform: uppercase;
        font-weight: 300;
        margin: 0;
        font-size: 18px; }
        @media screen and (min-width: 768px) {
          .services-content-section .services-list-sidebar ul li h4 {
            font-size: 27px; } }
  .services-content-section .services-content {
    font-weight: 400; }

/* -------services-end------ */
/* -------projects-start------ */
.all-projects .projects-wrapper {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .all-projects .projects-wrapper {
      padding: 6rem 0; } }
  @media screen and (min-width: 1920px) {
    .all-projects .projects-wrapper {
      padding: 9rem 0; } }
  .all-projects .projects-wrapper:nth-child(2n) {
    background-color: #F7F8FA; }
    .all-projects .projects-wrapper:nth-child(2n) .container-inner {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .all-projects .projects-wrapper .flexslider {
    border: none;
    margin: 0; }
    .all-projects .projects-wrapper .flexslider .flex-nav-prev .flex-prev, .all-projects .projects-wrapper .flexslider .flex-nav-next .flex-next {
      display: block;
      opacity: 1;
      border-radius: 0;
      color: transparent;
      position: absolute;
      top: 50%;
      height: 40px;
      width: 40px;
      line-height: 98px;
      padding: 25px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px; }
      @media screen and (min-width: 480px) {
        .all-projects .projects-wrapper .flexslider .flex-nav-prev .flex-prev, .all-projects .projects-wrapper .flexslider .flex-nav-next .flex-next {
          background-size: contain; } }
    .all-projects .projects-wrapper .flexslider .flex-nav-prev .flex-prev {
      background-image: url("images/leftarrow.png");
      left: 10px; }
    .all-projects .projects-wrapper .flexslider .flex-nav-next .flex-next {
      background-image: url("images/rightarrow.png");
      right: 10px; }
    .all-projects .projects-wrapper .flexslider .flex-control-nav {
      bottom: 20px; }
      .all-projects .projects-wrapper .flexslider .flex-control-nav li a {
        background-color: #FEF200; }
        .all-projects .projects-wrapper .flexslider .flex-control-nav li a.flex-active {
          background-color: #ffffff; }
  .all-projects .projects-wrapper .container-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .all-projects .projects-wrapper .project-left-content {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }
  .all-projects .projects-wrapper .project-right-content {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .all-projects .projects-wrapper .project-right-content {
        padding-left: 35px; } }
    @media screen and (max-width: 991px) {
      .all-projects .projects-wrapper .project-right-content {
        width: 100%;
        padding-right: 0; } }
    .all-projects .projects-wrapper .project-right-content .project-title h2 {
      font-weight: 600;
      margin-top: 0;
      font-size: 24px;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .all-projects .projects-wrapper .project-right-content .project-title h2 {
          font-size: 32px;
          margin-bottom: 10px; } }
      @media screen and (min-width: 992px) {
        .all-projects .projects-wrapper .project-right-content .project-title h2 {
          font-size: 35px; } }
      @media screen and (min-width: 1920px) {
        .all-projects .projects-wrapper .project-right-content .project-title h2 {
          font-size: 38px;
          margin-bottom: 15px; } }
    .all-projects .projects-wrapper .project-right-content .related-staff h5 {
      margin-top: 20px;
      margin-bottom: 5px; }
    .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item {
        margin-bottom: 20px;
        padding-left: 0; }
        @media screen and (max-width: 1199px) {
          .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item {
            width: 100%;
            padding-right: 0; } }
        @media screen and (min-width: 480px) and (max-width: 991px) {
          .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item {
            width: 50%;
            padding-right: 15px; } }
        .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-title strong {
          font-weight: 500;
          display: block;
          line-height: 1;
          margin-bottom: 5px;
          font-size: 20px; }
          @media screen and (min-width: 640px) {
            .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-title strong {
              font-size: 24px;
              max-width: 150px;
              min-height: 55px; } }
        .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .staff-image-inner {
            width: 50%; }
            .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .staff-image-inner img {
              width: 100%; }
          .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff {
            width: 50%;
            margin-top: auto;
            margin-bottom: auto;
            height: 100%; }
            .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff a {
              text-decoration: none;
              color: #000000;
              font-weight: 600;
              background-color: #FEF200;
              padding: 8px 12px;
              border-radius: 30px;
              letter-spacing: 1px;
              font-size: 12px;
              display: inline-block;
              position: relative;
              margin-left: -39px; }
              .all-projects .projects-wrapper .project-right-content .related-staff .field-item-wrapper .field-item .staff-image .view-staff a:hover {
                color: #ffffff;
                background-color: #000000; }

/* -------projects-end------ */
/* -------news-start------ */
.all-news {
  background-color: transparent;
  background-image: none; }
  .all-news .news-content-section .right-container::after {
    display: none; }
  @media screen and (max-width: 767px) {
    .all-news.front-news .news-title h2 {
      margin-bottom: 20px;
      font-size: 18px;
      padding: 0 40px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .all-news.front-news .news-content-section .news-swiper .swiper-button-prev,
    .all-news.front-news .news-content-section .news-swiper .swiper-button-next {
      top: 30px; } }
  @media screen and (min-width: 1200px) {
    .all-news.front-news .news-content-section .news-swiper .swiper-button-prev,
    .all-news.front-news .news-content-section .news-swiper .swiper-button-next {
      width: 50px;
      height: 80px;
      background-size: 50px 82px; } }

/* -------news-end------ */
/* -------Staff Profile-start------ */
.team-detail-page {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative; }
  @media screen and (max-width: 767px) {
    .team-detail-page {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; } }
  .team-detail-page .post-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 100px; }
    @media screen and (min-width: 768px) {
      .team-detail-page .post-nav {
        top: 300px; } }
    @media screen and (min-width: 1400px) {
      .team-detail-page .post-nav {
        width: 1330px; } }
    .team-detail-page .post-nav .alignleft.prev-next-post-nav, .team-detail-page .post-nav .alignright.prev-next-post-nav {
      position: absolute;
      top: 0;
      z-index: 3; }
      .team-detail-page .post-nav .alignleft.prev-next-post-nav a, .team-detail-page .post-nav .alignright.prev-next-post-nav a {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        text-decoration: none;
        color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        background-size: 20px;
        width: 35px;
        padding: 15px; }
        @media screen and (min-width: 1200px) {
          .team-detail-page .post-nav .alignleft.prev-next-post-nav a, .team-detail-page .post-nav .alignright.prev-next-post-nav a {
            padding: 40px 20px;
            width: 60px; } }
        @media screen and (min-width: 768px) {
          .team-detail-page .post-nav .alignleft.prev-next-post-nav a, .team-detail-page .post-nav .alignright.prev-next-post-nav a {
            background-size: contain; } }
    .team-detail-page .post-nav .alignleft.prev-next-post-nav {
      left: 0; }
      .team-detail-page .post-nav .alignleft.prev-next-post-nav a {
        background-image: url("images/profile-left.png"); }
    .team-detail-page .post-nav .alignright.prev-next-post-nav {
      right: 0; }
      .team-detail-page .post-nav .alignright.prev-next-post-nav a {
        background-image: url("images/profile-right.png"); }
  .team-detail-page .left-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .team-detail-page .left-container {
        padding-top: 6rem;
        padding-bottom: 6rem;
        width: 50%;
        padding-right: 6rem;
        padding-left: calc((100% - 725px) / 2); } }
    @media screen and (min-width: 992px) {
      .team-detail-page .left-container {
        padding-left: calc((100% - 945px) / 2); } }
    @media screen and (min-width: 1200px) {
      .team-detail-page .left-container {
        padding-left: calc((100% - 1140px) / 2); } }
    .team-detail-page .left-container p {
      font-weight: 400; }
    .team-detail-page .left-container .page-title h1 {
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 15px;
      line-height: 1;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .team-detail-page .left-container .page-title h1 {
          font-size: 40px; } }
      @media screen and (min-width: 992px) {
        .team-detail-page .left-container .page-title h1 {
          font-size: 45px; } }
      @media screen and (min-width: 1920px) {
        .team-detail-page .left-container .page-title h1 {
          font-size: 68px; } }
    .team-detail-page .left-container .position strong {
      font-weight: 700; }
    .team-detail-page .left-container .mobile-number {
      margin-top: 20px; }
      .team-detail-page .left-container .mobile-number a {
        color: #000000;
        text-decoration: none; }
        .team-detail-page .left-container .mobile-number a:hover {
          color: #00afec; }
    .team-detail-page .left-container .email-address a {
      color: #00afec;
      text-decoration: none; }
      .team-detail-page .left-container .email-address a:hover {
        color: #000000; }
    .team-detail-page .left-container .doenload-cv {
      margin-top: 30px; }
      .team-detail-page .left-container .doenload-cv a {
  padding: 11px 25px;
  font-size: 18px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 2px;
  border: none;
  display: inline-block;
  margin: 0 0 12px;
  text-decoration: none !important;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out; }
        .team-detail-page .left-container .doenload-cv a:hover {
          color: #FEF200; }

.team-detail-page .left-container .team-body-content {
      padding-top: 30px; }
      .team-detail-page .left-container .team-body-content strong {
        font-weight: 700;
        color: #000000;
        padding: 15px 0;
        display: block; }
      .team-detail-page .left-container .team-body-content ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0; }
        .team-detail-page .left-container .team-body-content ul li {
          padding-left: 30px;
          position: relative; }
          .team-detail-page .left-container .team-body-content ul li::after {
            content: "";
            display: block;
            height: 4px;
            width: 2px;
            background-color: #000000;
            position: absolute;
            top: 7px;
            left: 18px; }
  .team-detail-page .right-container {
    background-color: #FEF200;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .team-detail-page .right-container {
        width: 50%; } }
    .team-detail-page .right-container .team-image {
      position: relative; }
      .team-detail-page .right-container .team-image img {
        width: 100%; }
    .team-detail-page .right-container .clients-represented {
      padding: 40px 15px; }
      @media screen and (min-width: 768px) {
        .team-detail-page .right-container .clients-represented {
          padding: 40px; } }
      .team-detail-page .right-container .clients-represented h4 {
        font-size: 17px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 20px; }
      .team-detail-page .right-container .clients-represented ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
        .team-detail-page .right-container .clients-represented ul li {
          width: 50%; }
.page-id-287 #header {
  background-color: #50B948;
}
.page-id-293 #header {
  background-color: #00AEEF;
}


#projects-hide{
    display:none;
}
.front-news{
    background-color:#fff;
}
body.page-id-293 .page-header-inner::after {
  background-image: url(images/page-header-inner-img-south-coast.png);
}

body.page-id-287 .page-header-inner::after {
  background-image: url(images/page-header-inner-img-regional.png);
}
/* -------Staff Profile-end------ */

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

