/*@import 'bootstrap4.1.3/bootstrap';
@import 'fontawesome5.2.0/fontawesome';
@import 'fontawesome5.2.0/brands';
@import 'fontawesome5.2.0/solid';
@import 'fontawesome5.2.0/regular';*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,400,500,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:700");
::selection {
  background: #00c35d;
  color: white; }

header {
  position: relative; }

.logo {
  position: relative;
  z-index: 123;
  padding: 10px 0px;
  font: 18px verdana;
  color: #6DDB07;
  float: left;
  width: 15%; }

.logo a {
  color: #6DDB07; }

nav {
  position: relative; }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0; }

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#cssmenu #head-mobile {
  display: none; }

#cssmenu {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

#cssmenu > ul {
  float: right; }

#cssmenu > ul > li {
  float: left;
  margin: 15px 9px; }

@media screen and (max-width: 767px) and (orientation: landscape) {
  #cssmenu > ul > li {
    float: left;
    margin: 15px 0px; } }
#cssmenu > ul > li > a {
  padding: 17px 0px 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #7a7c82;
  font-weight: 700; }

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  /*color:#fff*/ }

#cssmenu > ul > li.is-active-menu {
  background: none !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-box-shadow: 0px 2px 0px 0px #693091;
  -moz-box-shadow: 0px 2px 0px 0px #693091;
  box-shadow: 0px 2px 0px 0px #693091; }
  #cssmenu > ul > li.is-active-menu:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #612d92;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

#cssmenu > ul > li:hover, #cssmenu ul > li.active:hover, #cssmenu ul > li.active, #cssmenu ul > li.has-sub.active:hover {
  background: none !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-box-shadow: 0px 2px 0px 0px #693091;
  -moz-box-shadow: 0px 2px 0px 0px #693091;
  box-shadow: 0px 2px 0px 0px #693091; }
  #cssmenu > ul > li:hover:after, #cssmenu ul > li.active:hover:after, #cssmenu ul > li.active:after, #cssmenu ul > li.has-sub.active:hover:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #612d92;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

/*#cssmenu > ul > li.has-sub > a{padding-right:30px}*/
/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:$main-color;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:$main-color;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0; }

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1000; }

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #693091;
  transition: all .25s ease; }

#cssmenu li:hover > ul {
  left: auto; }

#cssmenu li:hover > ul > li {
  height: auto; }

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0; }

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 225px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400; }

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0; }

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
  background: #854fab; }

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''; }

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease; }

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #693091; }

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333; }

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333; }

@media screen and (max-width: 1199px) {
  #cssmenu > ul > li {
    margin: 15px 5px; }

  #cssmenu > ul > li > a {
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    text-align: center;
    padding: 0px 0 0 0;
    float: none; }

  .logo img {
    height: 55px; }

  .logo2 {
    display: none; }

  nav {
    width: 100%; }

  #cssmenu {
    width: 100%; }

  #cssmenu ul {
    width: 100%;
    display: none; }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444; }

  #cssmenu ul li:hover {
    background: none; }

  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto; }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0; }

  #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    /*background:none!important;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #cssmenu > ul > li:hover:after, #cssmenu ul li.active:hover:after, #cssmenu ul li.active:after, #cssmenu ul li.has-sub.active:hover:after {
      display: none; }

  #cssmenu > ul > li {
    float: none;
    margin: 0px; }

  #cssmenu > ul > li > a {
    padding: 17px; }

  #cssmenu ul ul li a {
    padding-left: 25px; }

  #cssmenu ul ul li {
    background: none !important; }

  #cssmenu ul ul li:hover {
    background: none !important; }

  #cssmenu ul ul ul li a {
    padding-left: 35px; }

  #cssmenu ul ul li a {
    color: #7a7c82;
    background: none; }

  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fff; }

  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }

  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none; }

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700; }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100; }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #693091;
    border-bottom: 2px solid #693091;
    content: '';
    box-sizing: content-box; }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #693091;
    content: ''; }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #693091;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  .button.menu-opened:before {
    top: 23px;
    background: #693091;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer; }

  #cssmenu .submenu-button.submenu-opened {
    background: #693091; }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px; }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #693091;
    content: ''; }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px; }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #693091;
    content: ''; }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px; }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none; }

  #cssmenu ul ul ul li.active a {
    border-left: none; }

  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none; } }
.accordion-wrapper {
  /* :checked */
  /* Icon */ }
  .accordion-wrapper .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .accordion-wrapper .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .accordion-wrapper .tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #eaeaea;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    margin: 0px;
    font-size: 16px; }
  .accordion-wrapper .blue label {
    background: #2980b9; }
  .accordion-wrapper .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    font-size: 13px; }
  .accordion-wrapper .blue .tab-content {
    background: #3498db; }
  .accordion-wrapper .tab-content p {
    margin: 1em; }
  .accordion-wrapper .tab input:checked ~ .tab-content {
    max-height: 100vh; }
  .accordion-wrapper .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .accordion-wrapper .tab input[type=checkbox] + label::after {
    content: "+"; }
  .accordion-wrapper .tab input[type=radio] + label::after {
    content: "\25BC"; }
  .accordion-wrapper .tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg); }
  .accordion-wrapper .tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg); }

* {
  margin: 0;
  padding: 0;
  text-decoration: none; }

a {
  transition: all .3s ease-in; }
  a:hover {
    text-decoration: none;
    color: #693091;
    transition: all .3s ease-in; }

.loader-in {
  background-image: url(../images/loading-e.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center  !important;
  background-size: 30px !important; }

.body-no-scroller {
  overflow: hidden; }

iframe {
  border: 0px; }

.reset-div {
  clear: both;
  display: table;
  float: none; }

.menu-wrapper {
  padding: 15px 0px; }

.common-banner-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center; }
  .common-banner-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0; }
  .common-banner-wrapper .common-banner-title {
    position: absolute;
    z-index: 1;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    height: auto;
    display: inline-table;
    padding: 20px 0px; }
    .common-banner-wrapper .common-banner-title h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase; }
    .common-banner-wrapper .common-banner-title p {
      color: #c5c5c5;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .common-banner-wrapper .common-banner-title {
        width: 100%; }
        .common-banner-wrapper .common-banner-title h1 {
          font-size: 20px;
          margin: 0; }
        .common-banner-wrapper .common-banner-title p {
          font-size: 12px; } }
  @media screen and (max-width: 991px) {
    .common-banner-wrapper {
      padding: 10% 0px; } }
  @media screen and (max-width: 767px) {
    .common-banner-wrapper {
      padding: 20% 0px; } }

#__quick-submit {
  background: #693091;
  padding: 8px 8px !important;
  margin-top: 9px !important;
  color: #fff !important; }
  #__quick-submit:hover {
    background: #fff;
    color: #693091 !important; }

.back-to-top {
  color: #693091;
  position: fixed;
  right: 10%;
  bottom: 45px;
  z-index: 100;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(29, 17, 86, 0.5);
  -moz-box-shadow: 1px 2px 6px 0px rgba(29, 17, 86, 0.5);
  box-shadow: 1px 2px 6px 0px rgba(29, 17, 86, 0.5); }
  @media screen and (max-width: 991px) {
    .back-to-top {
      bottom: 95px;
      right: 7%; } }

.banner-main-wrapper {
  top: -100px;
  transition: all .3s ease-in;
  background: #fff; }
  .banner-main-wrapper .menu-wrapper {
    padding: 15px 0px;
    transition: all .3s ease-in; }

.sticky-scroll {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px !important;
  transition: all .3s ease-in;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
  .sticky-scroll .menu-wrapper {
    /*padding: 0px !important;*/
    transition: all .3s ease-in; }

@media screen and (max-width: 767px) {
  .menu-wrapper {
    padding: 8px 0px; } }
/*header portion*/
.top_navbar__outter {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0px; }
  .top_navbar__outter a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #676767;
    margin-right: 20px; }
    .top_navbar__outter a i {
      color: #693091;
      margin-right: 10px; }
    .top_navbar__outter a:hover {
      color: #693091; }
    @media screen and (max-width: 767px) {
      .top_navbar__outter a {
        margin-right: 0px; }
        .top_navbar__outter a i {
          margin-right: 0px; }
        .top_navbar__outter a:first-child {
          margin-right: 10px; } }
  .top_navbar__outter .social-icons__top a {
    margin-left: 8px;
    margin-right: 0px; }
    .top_navbar__outter .social-icons__top a i {
      color: #676767; }
      .top_navbar__outter .social-icons__top a i:hover {
        color: #693091; }
  @media screen and (max-width: 767px) {
    .top_navbar__outter {
      padding: 3px 0px; }
      .top_navbar__outter a {
        font-size: 12px; } }

@media screen and (max-width: 767px) {
  .logo img {
    height: 55px;
    margin-top: 5px;
    margin-left: 14px; } }

.home__banner-wrapper {
  /*background: url(../images/banner-bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position-y: bottom;*/
  border-bottom: 16px solid #693091;
  position: relative;
  background-color: #693091; }
  .home__banner-wrapper .banner-images {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.33)); }
  .home__banner-wrapper .owl-dots {
    display: table;
    height: 30px;
    width: 100%;
    text-align: right; }
    .home__banner-wrapper .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #fff;
      outline: none;
      border-radius: 100%;
      margin: 0px 6px; }
    .home__banner-wrapper .owl-dots .active {
      position: relative; }
      .home__banner-wrapper .owl-dots .active:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        top: -2px;
        left: -2px;
        border: 1px solid #fff; }
  .home__banner-wrapper .banner-slider-item .first-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    font-size: 60px;
    color: #fff; }
  .home__banner-wrapper .banner-slider-item .second-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
    margin: 0px;
    font-size: 50px;
    color: #fff; }
  .home__banner-wrapper .banner-slider-item .place {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: capitalize;
    margin: 0px; }
  .home__banner-wrapper .banner-slider-item .view-more {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
    border: 1px solid #7c48b2;
    border-radius: 0;
    background-color: #693091;
    text-decoration: none;
    font-size: 18px;
    padding: 0px 10px;
    display: table;
    text-transform: uppercase;
    text-transform: capitalize;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 5px; }
    .home__banner-wrapper .banner-slider-item .view-more:hover {
      background-color: #fff;
      color: #693091; }
    .home__banner-wrapper .banner-slider-item .view-more:hover {
      background: #693091;
      border: 1px solid #693091;
      color: #fff; }
  .home__banner-wrapper .banner-slider-item .banner-contents {
    position: relative;
    top: 25%; }
  .home__banner-wrapper:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 81px;
    right: 0px;
    bottom: 0px;
    background: #693091;
    z-index: 0; }
  .home__banner-wrapper .curved-controller:after {
    content: '';
    position: absolute;
    width: 42%;
    height: 81px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position-x: right;
    background-image: url("../images/banner-curve.png"); }
  @media screen and (max-width: 991px) {
    .home__banner-wrapper .banner-slider-item .first-heading {
      font-size: 50px; }
    .home__banner-wrapper .banner-slider-item .second-heading {
      font-size: 40px; }
    .home__banner-wrapper .banner-slider-item .view-more {
      font-size: 13px; }
    .home__banner-wrapper:after {
      height: 50px; }
    .home__banner-wrapper .curved-controller:after {
      height: 50px;
      background-size: 210px; } }
  @media screen and (max-width: 767px) {
    .home__banner-wrapper .banner-slider-item .first-heading {
      font-size: 35px; }
    .home__banner-wrapper .banner-slider-item .second-heading {
      font-size: 25px; }
    .home__banner-wrapper .banner-slider-item .view-more {
      display: table;
      margin: auto;
      font-size: 13px; }
    .home__banner-wrapper .banner-slider-item .banner-contents {
      top: 20px;
      text-align: center; }
    .home__banner-wrapper .owl-dots {
      height: 20px; } }

.home__about-wrapper {
  background-color: #f4f4f4; }
  .home__about-wrapper .heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #693091;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1; }
    .home__about-wrapper .heading:before {
      content: '';
      position: absolute;
      border-top: 1px solid #cac7cb;
      width: 100%;
      left: 0px;
      margin-top: 20px; }
    .home__about-wrapper .heading h2 {
      background: #f4f4f4;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300;
      margin-bottom: 5px; }
    .home__about-wrapper .heading h1 {
      background: #f4f4f4;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      .home__about-wrapper .heading:before {
        margin-top: 15px; }
      .home__about-wrapper .heading h2 {
        font-size: 25px; }
      .home__about-wrapper .heading h1 {
        font-size: 15px; } }
  .home__about-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 17px; }
    @media screen and (max-width: 991px) {
      .home__about-wrapper .para {
        font-size: 14px;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      .home__about-wrapper .para {
        font-size: 12px;
        line-height: 13px; } }
  .home__about-wrapper .home__about-short {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #9ba0a5;
    line-height: 23px; }
  .home__about-wrapper .link__contact-us {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #693091;
    border: 2px solid #693091;
    text-decoration: none;
    font-size: 27px;
    border-radius: 25px;
    padding: 13px 75px;
    display: table;
    text-transform: uppercase;
    font-size: 20px;
    padding: 9px 25px; }
    .home__about-wrapper .link__contact-us:hover {
      background-color: #693091;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .home__about-wrapper .para {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #928f90;
      text-align: center;
      font-size: 12px;
      line-height: 13px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .home__about-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .home__about-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
  @media screen and (max-width: 767px) {
    .home__about-wrapper .home__about-short {
      font-size: 15px;
      line-height: 18px; }
    .home__about-wrapper .link__contact-us {
      margin: auto;
      font-size: 15px;
      padding: 5px 20px; } }
  @media screen and (max-width: 991px) {
    .home__about-wrapper .link__contact-us {
      margin: auto; } }

.home__services-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .home__services-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .home__services-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .home__services-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .home__services-wrapper .heading:before {
      margin-top: 15px; }
    .home__services-wrapper .heading h2 {
      font-size: 25px; }
    .home__services-wrapper .heading h1 {
      font-size: 15px; } }
.home__services-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .home__services-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .home__services-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.home__services-wrapper .box-shader {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  border: 1px solid rgba(82, 91, 103, 0.1);
  transition: all .2s ease-out; }
  .home__services-wrapper .box-shader:hover {
    position: relative;
    z-index: 1;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 14px -5px #c1c1c1;
    -moz-box-shadow: 10px 10px 14px -5px #c1c1c1;
    box-shadow: 10px 10px 14px -5px #c1c1c1;
    transition: all .2s ease-in; }
  .home__services-wrapper .box-shader img {
    margin: auto;
    display: table; }
  .home__services-wrapper .box-shader .title {
    color: #693091;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .home__services-wrapper .box-shader .short {
    font-weight: 500;
    font-size: 11px;
    color: #525b67;
    width: 80%;
    margin: auto; }
@media screen and (max-width: 767px) {
  .home__services-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 12px;
    line-height: 13px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .home__services-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .home__services-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
@media screen and (max-width: 767px) {
  .home__services-wrapper .box-shader .title {
    font-size: 14px;
    margin-bottom: 0; }
  .home__services-wrapper .box-shader .short {
    font-size: 11px;
    line-height: 12px; } }

.home__projects-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .home__projects-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .home__projects-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .home__projects-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .home__projects-wrapper .heading:before {
      margin-top: 15px; }
    .home__projects-wrapper .heading h2 {
      font-size: 25px; }
    .home__projects-wrapper .heading h1 {
      font-size: 15px; } }
.home__projects-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .home__projects-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .home__projects-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.home__projects-wrapper .home__latest_projects-wrap a {
  transition: all .5s ease-in;
  border-radius: 12px 12px 8px 8px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 167px;
  -webkit-box-shadow: 0px 2px 6px 0px #989898;
  -moz-box-shadow: 0px 2px 6px 0px #989898;
  box-shadow: 0px 2px 6px 0px #989898;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .home__projects-wrapper .home__latest_projects-wrap a .home__lp_role {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: white;
    transition: all .4s ease-in-out;
    z-index: 1; }
  .home__projects-wrapper .home__latest_projects-wrap a .a_heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #693091;
    padding: 7px 0px;
    margin: 0;
    opacity: 1;
    text-transform: uppercase; }
  .home__projects-wrapper .home__latest_projects-wrap a span {
    position: absolute;
    bottom: -60px;
    background: #fff;
    color: #693091;
    font-size: 13px;
    border-radius: 20px;
    padding: 3px 9px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0px auto 0px;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease-in;
    left: 0;
    right: 0;
    width: 130px; }
  .home__projects-wrapper .home__latest_projects-wrap a:hover {
    transition: all .5s ease-in; }
    .home__projects-wrapper .home__latest_projects-wrap a:hover:after {
      opacity: 0.5;
      display: block;
      transition: all .5s ease-in; }
    .home__projects-wrapper .home__latest_projects-wrap a:hover .a_heading {
      opacity: 0; }
    .home__projects-wrapper .home__latest_projects-wrap a:hover span {
      bottom: 0px;
      opacity: 1;
      margin-bottom: 10px;
      transition: all 0.3s ease-in; }
    .home__projects-wrapper .home__latest_projects-wrap a:hover .home__lp_role {
      background: rgba(255, 255, 255, 0);
      transition: all .1s ease-in-out; }
    .home__projects-wrapper .home__latest_projects-wrap a:hover img {
      opacity: 0.5;
      transition: all .5s ease-in; }
  .home__projects-wrapper .home__latest_projects-wrap a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #437bb9;
    background: linear-gradient(273deg, #437bb9 0%, #4478b7 40%, #62348f 100%);
    opacity: 0;
    transition: all .5s ease-in;
    z-index: 0;
    display: none; }
@media screen and (max-width: 991px) {
  .home__projects-wrapper .home__latest_projects-wrap a {
    height: 139px; }
    .home__projects-wrapper .home__latest_projects-wrap a .a_heading {
      padding: 3px 0px;
      font-size: 12px;
      margin: 0px; }
    .home__projects-wrapper .home__latest_projects-wrap a span {
      font-size: 13px;
      margin: 10px auto 10px; } }
.home__projects-wrapper .home__lp-view-all {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  border: 2px solid #693091;
  background-color: #693091;
  text-decoration: none;
  font-size: 27px;
  border-radius: 25px;
  padding: 0px 75px;
  display: table;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 6px 0px #989898;
  -moz-box-shadow: 0px 2px 6px 0px #989898;
  box-shadow: 0px 2px 6px 0px #989898;
  font-size: 20px;
  padding: 5px 25px; }
  .home__projects-wrapper .home__lp-view-all:hover {
    background-color: #fff;
    color: #693091; }
.home__projects-wrapper .owl-dots {
  display: table;
  height: 30px;
  margin: auto; }
  .home__projects-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #693091;
    outline: none;
    border-radius: 100%;
    margin: 0px 6px; }
  .home__projects-wrapper .owl-dots .active {
    position: relative; }
    .home__projects-wrapper .owl-dots .active:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      top: -2px;
      left: -2px;
      border: 1px solid #693091; }
@media screen and (max-width: 767px) {
  .home__projects-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 12px;
    line-height: 13px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .home__projects-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .home__projects-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
@media screen and (max-width: 767px) {
  .home__projects-wrapper .home__lp-view-all {
    margin: auto;
    font-size: 15px;
    padding: 5px 20px; } }

.home__bloger-outter-wrapper .title-heading {
  color: #693091;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .home__bloger-outter-wrapper .title-heading {
      font-size: 15px; } }
.home__bloger-outter-wrapper .blog_nav {
  background: #eeedef;
  text-align: center;
  cursor: pointer;
  height: 11px; }
  .home__bloger-outter-wrapper .blog_nav i {
    display: block;
    font-size: 14px; }
.home__bloger-outter-wrapper .bx-wrapper {
  box-shadow: none;
  margin: 0px;
  height: 380px; }
.home__bloger-outter-wrapper span {
  background: #693091;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-radius: 100%;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  padding: 30px 13px;
  margin: 15px 0px; }
.home__bloger-outter-wrapper .home__blog-url {
  color: #693091;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 15px 0px 0px;
  display: block;
  text-transform: uppercase; }
.home__bloger-outter-wrapper .home__blog_para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5e5a5a;
  font-size: 14px; }
.home__bloger-outter-wrapper .blog-list-o {
  float: none;
  clear: both; }
@media screen and (max-width: 991px) {
  .home__bloger-outter-wrapper .bx-wrapper {
    height: auto; }
  .home__bloger-outter-wrapper span {
    border-radius: 0;
    padding: 5px 13px;
    margin: 0px 0px; }
  .home__bloger-outter-wrapper .home__blog-url {
    margin: 0px; }
  .home__bloger-outter-wrapper .home__blog_para {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cac7cb; } }

.home__testinomials-outter-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  -webkit-box-shadow: 17px 32px 17px -20px #c1c1c1;
  -moz-box-shadow: 17px 32px 17px -20px #c1c1c1;
  box-shadow: 17px 32px 17px -20px #c1c1c1; }
  .home__testinomials-outter-wrapper .title-heading {
    color: #693091;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .home__testinomials-outter-wrapper .title-heading {
        font-size: 15px; } }
  .home__testinomials-outter-wrapper .bx-wrapper {
    box-shadow: none;
    margin: 0px;
    background: none;
    border: 0; }
    .home__testinomials-outter-wrapper .bx-wrapper .active:after {
      content: '';
      position: absolute;
      border: 1px solid #693091;
      text-indent: -9999px;
      display: block;
      width: 14px;
      height: 14px;
      margin: 0px;
      outline: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 8px;
      left: -2px;
      top: -2px; }
    .home__testinomials-outter-wrapper .bx-wrapper .bx-pager {
      padding: 0px; }
    .home__testinomials-outter-wrapper .bx-wrapper .bx-pager-link {
      background: #693091 !important;
      position: relative; }
  .home__testinomials-outter-wrapper .home__testimonials-wrapper img {
    margin: 0px;
    border-radius: 100%;
    font-size: 10px;
    display: block;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 4px;
    margin: 25px 0px;
    margin-left: 20px; }
  .home__testinomials-outter-wrapper .home__testimonials-wrapper .say {
    color: #5e5a5a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin: 35px 0px; }
  .home__testinomials-outter-wrapper .home__testimonials-wrapper .no-image {
    border-radius: 50%;
    background: #dedede;
    display: block;
    padding: 37px;
    margin: 25px 0px;
    margin-left: 20px;
    border: 1px solid #eaeaea; }
  .home__testinomials-outter-wrapper:after {
    content: '';
    position: absolute;
    background: #eaeaea;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: 52px; }

.home__clientele-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .home__clientele-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .home__clientele-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .home__clientele-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .home__clientele-wrapper .heading:before {
      margin-top: 15px; }
    .home__clientele-wrapper .heading h2 {
      font-size: 25px; }
    .home__clientele-wrapper .heading h1 {
      font-size: 15px; } }
.home__clientele-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .home__clientele-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .home__clientele-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
@media screen and (max-width: 767px) {
  .home__clientele-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 12px;
    line-height: 13px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .home__clientele-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .home__clientele-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }

.home__clientele-wrapper ul {
  list-style: none;
  padding: 0; }

.footer__enquiry_box {
  background-image: url(../images/footer-enquiry-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .footer__enquiry_box .heading {
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .footer__enquiry_box .enquiry-send-success {
    color: #fff;
    text-align: center;
    font-style: italic; }
  .footer__enquiry_box input[type="text"] {
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none; }
  .footer__enquiry_box input[type="submit"] {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
    border: 1px solid #7c48b2;
    border-radius: 0;
    background-color: #693091;
    text-decoration: none;
    font-size: 18px;
    padding: 0px 10px;
    display: table;
    text-transform: uppercase; }
    .footer__enquiry_box input[type="submit"]:hover {
      background-color: #fff;
      color: #693091; }
  .footer__enquiry_box .error {
    color: red; }
  @media screen and (max-width: 767px) {
    .footer__enquiry_box {
      background-size: cover; }
      .footer__enquiry_box .heading {
        font-size: 15px; } }

.footer__wrapper {
  background-color: #2f2f2f; }
  .footer__wrapper .heading {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #494848;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .footer__wrapper .bottom-links ul {
    list-style: none;
    margin: 0px 0px 0px 0px; }
    .footer__wrapper .bottom-links ul a {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #fff;
      font-size: 13px;
      text-transform: capitalize; }
      .footer__wrapper .bottom-links ul a:hover {
        color: #693091; }
    .footer__wrapper .bottom-links ul li > ul {
      list-style: none;
      margin: 0px 0px 0px 10px; }
  .footer__wrapper .footer__services a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    display: block;
    /*            text-transform: capitalize;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;*/ }
    .footer__wrapper .footer__services a:hover {
      color: #693091; }
  .footer__wrapper .social-icons__bottom a {
    background: #5a5a5a;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0px 3px 5px; }
    .footer__wrapper .social-icons__bottom a:hover {
      background: #693091; }
  .footer__wrapper .download-brochure {
    color: #bab8b8;
    background: #242323;
    font-size: 11px;
    margin-top: 25px;
    text-transform: uppercase;
    padding-right: 11px; }
    .footer__wrapper .download-brochure:hover {
      background: #693091; }
    .footer__wrapper .download-brochure i {
      padding: 10px 10px;
      background: #693091;
      margin-right: 6px; }
  .footer__wrapper .address-align {
    text-align: right; }
  .footer__wrapper .address {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    text-align: right; }
  .footer__wrapper .footer__copyright {
    background: #242424;
    padding: 17px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .footer__wrapper .heading {
      margin: 20px 0px 15px; }
    .footer__wrapper .address-align {
      text-align: left; }
    .footer__wrapper .address {
      text-align: left; }
    .footer__wrapper .footer__copyright {
      font-size: 10px; }
    .footer__wrapper .social-icons__bottom {
      margin: 0; }
    .footer__wrapper .download-brochure {
      margin-left: 0; } }

/*SERVICES PAGES*/
.services__outter-wrapper .projects-not-avilable {
  text-align: center;
  font-weight: 300;
  margin-top: 25px; }
.services__outter-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .services__outter-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .services__outter-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .services__outter-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .services__outter-wrapper .heading:before {
      margin-top: 15px; }
    .services__outter-wrapper .heading h2 {
      font-size: 25px; }
    .services__outter-wrapper .heading h1 {
      font-size: 15px; } }
.services__outter-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .services__outter-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .services__outter-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.services__outter-wrapper .details {
  /*            ._read-more{
                  ._read-button{
                      @include font_roboto_condensed;
                      color: $main-color;
                      padding: 0px 10px;
                      font-size: 18px;
                      box-shadow: none;
                      display: table;
                      margin: auto;
                  }
                  position: absolute; 
                  bottom: 0; 
                  left: 0;
                  width: 100%; 
                  text-align: center; 
                  margin: 0; padding: 120px 0 10px; 
      
                   "transparent" only works here because == rgba(0,0,0,0) 
                  background-image: linear-gradient(to bottom, transparent, white);
              }*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #484849;
  /*            max-height: 150px;
              position: relative;
              overflow: hidden;*/ }
.services__outter-wrapper .quick-link-wrap {
  display: table;
  margin: auto; }
  .services__outter-wrapper .quick-link-wrap .view-enquiry {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    border: 2px solid #693091;
    background-color: #693091;
    text-decoration: none;
    font-size: 27px;
    border-radius: 25px;
    padding: 0px 75px;
    display: table;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 6px 0px #989898;
    -moz-box-shadow: 0px 2px 6px 0px #989898;
    box-shadow: 0px 2px 6px 0px #989898;
    padding: 3px 12px;
    display: inline;
    font-size: 18px; }
    .services__outter-wrapper .quick-link-wrap .view-enquiry:hover {
      background-color: #fff;
      color: #693091; }
  .services__outter-wrapper .quick-link-wrap .view-projects {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #693091;
    border: 2px solid #693091;
    text-decoration: none;
    font-size: 27px;
    border-radius: 25px;
    padding: 13px 75px;
    display: table;
    text-transform: uppercase;
    padding: 3px 12px;
    display: inline;
    font-size: 18px;
    margin-left: 10px; }
    .services__outter-wrapper .quick-link-wrap .view-projects:hover {
      background-color: #693091;
      color: #fff; }
@media screen and (max-width: 991px) {
  .services__outter-wrapper .details {
    font-size: 15px; }
  .services__outter-wrapper .quick-link-wrap .view-enquiry, .services__outter-wrapper .quick-link-wrap .view-projects {
    font-size: 15px;
    padding: 5px 5px; } }
@media screen and (max-width: 767px) {
  .services__outter-wrapper .details {
    font-size: 13px;
    text-align: center; }
  .services__outter-wrapper .quick-link-wrap .view-enquiry, .services__outter-wrapper .quick-link-wrap .view-projects {
    font-size: 14px;
    padding: 5px 10px; } }

.why-choose-wrapper {
  text-align: center; }
  .why-choose-wrapper .heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #693091;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1; }
    .why-choose-wrapper .heading:before {
      content: '';
      position: absolute;
      border-top: 1px solid #cac7cb;
      width: 100%;
      left: 0px;
      margin-top: 20px; }
    .why-choose-wrapper .heading h2 {
      background: #fff;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300;
      margin-bottom: 5px; }
    .why-choose-wrapper .heading h1 {
      background: #fff;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      .why-choose-wrapper .heading:before {
        margin-top: 15px; }
      .why-choose-wrapper .heading h2 {
        font-size: 25px; }
      .why-choose-wrapper .heading h1 {
        font-size: 15px; } }
  .why-choose-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 17px; }
    @media screen and (max-width: 991px) {
      .why-choose-wrapper .para {
        font-size: 14px;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      .why-choose-wrapper .para {
        font-size: 12px;
        line-height: 13px; } }
  .why-choose-wrapper [class*="col-"] {
    transition: all .3s ease-in; }
  .why-choose-wrapper span {
    display: table;
    margin: auto;
    width: 100px;
    margin-bottom: 30px; }
  .why-choose-wrapper .wcw-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px; }
  .why-choose-wrapper .wcw-para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    .why-choose-wrapper i {
      font-size: 40px;
      width: 60px;
      padding: 10px 0px;
      margin-bottom: 10px; }
    .why-choose-wrapper .para {
      font-size: 15px;
      line-height: 18px; }
    .why-choose-wrapper .wcw-heading {
      font-size: 13px; }
    .why-choose-wrapper .wcw-para {
      font-size: 11px; } }

.tag-filters-wrapper {
  display: table;
  margin: 0px auto; }
  .tag-filters-wrapper .filter-bt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #693091;
    color: #693091;
    background: #fff;
    padding: 3px 15px;
    outline: none;
    border-radius: 13px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 4px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    display: inline-block; }
    .tag-filters-wrapper .filter-bt:hover {
      background: #693091;
      color: #fff;
      transition: all .5s ease-in-out; }
  .tag-filters-wrapper .is-checked {
    background: #693091;
    color: #fff; }
  @media screen and (max-width: 991px) {
    .tag-filters-wrapper .filter-bt {
      font-size: 12px;
      margin: 0px 1px 5px; } }
  @media screen and (max-width: 767px) {
    .tag-filters-wrapper .filter-bt {
      font-size: 12px;
      margin: 0px 1px 8px;
      padding: 2px 8px; } }

.projects-listing__for-filter a {
  transition: all .5s ease-in;
  border-radius: 12px 12px 8px 8px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 167px;
  -webkit-box-shadow: 0px 2px 6px 0px #989898;
  -moz-box-shadow: 0px 2px 6px 0px #989898;
  box-shadow: 0px 2px 6px 0px #989898;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .projects-listing__for-filter a .home__lp_role {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: white;
    transition: all .4s ease-in-out;
    z-index: 1; }
  .projects-listing__for-filter a .a_heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #693091;
    padding: 7px 0px;
    margin: 0;
    opacity: 1;
    text-transform: uppercase; }
  .projects-listing__for-filter a span {
    position: absolute;
    bottom: -60px;
    background: #fff;
    color: #693091;
    font-size: 13px;
    border-radius: 20px;
    padding: 3px 9px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0px auto 0px;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease-in;
    left: 0;
    right: 0;
    width: 130px; }
  .projects-listing__for-filter a:hover {
    transition: all .5s ease-in; }
    .projects-listing__for-filter a:hover:after {
      opacity: 0.5;
      display: block;
      transition: all .5s ease-in; }
    .projects-listing__for-filter a:hover .a_heading {
      opacity: 0; }
    .projects-listing__for-filter a:hover span {
      bottom: 0px;
      opacity: 1;
      margin-bottom: 10px;
      transition: all 0.3s ease-in; }
    .projects-listing__for-filter a:hover .home__lp_role {
      background: rgba(255, 255, 255, 0);
      transition: all .1s ease-in-out; }
    .projects-listing__for-filter a:hover img {
      opacity: 0.5;
      transition: all .5s ease-in; }
  .projects-listing__for-filter a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #437bb9;
    background: linear-gradient(273deg, #437bb9 0%, #4478b7 40%, #62348f 100%);
    opacity: 0;
    transition: all .5s ease-in;
    z-index: 0;
    display: none; }
@media screen and (max-width: 991px) {
  .projects-listing__for-filter a {
    height: 139px; }
    .projects-listing__for-filter a .a_heading {
      padding: 3px 0px;
      font-size: 12px;
      margin: 0px; }
    .projects-listing__for-filter a span {
      font-size: 13px;
      margin: 10px auto 10px; } }

.other-service .other-services-list {
  -webkit-box-shadow: 0px 1px 13px -5px #7d7d7d;
  -moz-box-shadow: 0px 1px 13px -5px #7d7d7d;
  box-shadow: 0px 1px 13px -5px #7d7d7d;
  display: block;
  margin: 10px 0px;
  overflow: hidden; }
.other-service .carsoul-outter-wrap-nav {
  padding: 0px 30px; }
  .other-service .carsoul-outter-wrap-nav .owl-prev {
    font-size: 115px !important;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: 1000;
    bottom: 0px;
    outline: none; }
    .other-service .carsoul-outter-wrap-nav .owl-prev img {
      height: 40px; }
  .other-service .carsoul-outter-wrap-nav .owl-next {
    font-size: 115px !important;
    position: absolute;
    top: -40px;
    right: -41px;
    z-index: 1000;
    outline: none;
    bottom: 0px; }
    .other-service .carsoul-outter-wrap-nav .owl-next img {
      height: 40px; }
  .other-service .carsoul-outter-wrap-nav .disabled img {
    opacity: 0.2; }
.other-service a {
  border-radius: 7px;
  display: block;
  overflow: hidden;
  transition: all .5s ease; }
  .other-service a img {
    opacity: 1;
    width: auto !important;
    display: table;
    margin: auto; }
.other-service .text-inside {
  width: 100%;
  padding-bottom: 10px; }
  .other-service .text-inside .heading-in {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #693091;
    text-transform: uppercase;
    text-align: center;
    min-height: 38px;
    padding: 0px 10px; }
  .other-service .text-inside .short-in {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 11px;
    color: #928f90;
    text-align: center;
    width: 80%;
    margin: auto;
    line-height: 12px; }
    @media screen and (max-width: 991px) {
      .other-service .text-inside .short-in {
        font-size: 14px;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      .other-service .text-inside .short-in {
        font-size: 12px;
        line-height: 13px; } }
@media screen and (max-width: 991px) {
  .other-service .text-inside .heading-in {
    font-size: 15px; }
  .other-service .text-inside .short-in {
    width: 90%;
    line-height: 12px;
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .other-service .carsoul-outter-wrap-nav .owl-prev {
    font-size: 90px !important; }
  .other-service .carsoul-outter-wrap-nav .owl-next {
    font-size: 90px !important; } }

/*SERVICES LIST*/
.services-list-wrapper {
  background: #f4f4f4; }
  .services-list-wrapper .heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #693091;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1; }
    .services-list-wrapper .heading:before {
      content: '';
      position: absolute;
      border-top: 1px solid #cac7cb;
      width: 100%;
      left: 0px;
      margin-top: 20px; }
    .services-list-wrapper .heading h2 {
      background: #f4f4f4;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300;
      margin-bottom: 5px; }
    .services-list-wrapper .heading h1 {
      background: #f4f4f4;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      .services-list-wrapper .heading:before {
        margin-top: 15px; }
      .services-list-wrapper .heading h2 {
        font-size: 25px; }
      .services-list-wrapper .heading h1 {
        font-size: 15px; } }
  .services-list-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 17px; }
    @media screen and (max-width: 991px) {
      .services-list-wrapper .para {
        font-size: 14px;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      .services-list-wrapper .para {
        font-size: 12px;
        line-height: 13px; } }
  .services-list-wrapper .grid-item {
    background: #fff; }
  .services-list-wrapper .sl-heading {
    color: #693091;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 27px; }
  .services-list-wrapper .sl-para {
    color: #484849;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.50;
    line-height: 20px; }
  .services-list-wrapper .res-text-right {
    text-align: right; }
  .services-list-wrapper .sl-enquiry-bt {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    border: 2px solid #693091;
    background-color: #693091;
    text-decoration: none;
    font-size: 27px;
    border-radius: 25px;
    padding: 0px 75px;
    display: table;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 6px 0px #989898;
    -moz-box-shadow: 0px 2px 6px 0px #989898;
    box-shadow: 0px 2px 6px 0px #989898;
    padding: 3px 30px;
    font-size: 17px;
    display: inline-block;
    border-radius: 20px; }
    .services-list-wrapper .sl-enquiry-bt:hover {
      background-color: #fff;
      color: #693091; }
  .services-list-wrapper .sl-projects-bt {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #693091;
    border: 2px solid #693091;
    text-decoration: none;
    font-size: 27px;
    border-radius: 25px;
    padding: 13px 75px;
    display: table;
    text-transform: uppercase;
    padding: 3px 30px;
    font-size: 17px;
    display: inline-block;
    border-radius: 20px; }
    .services-list-wrapper .sl-projects-bt:hover {
      background-color: #693091;
      color: #fff; }
  @media screen and (max-width: 991px) {
    .services-list-wrapper .sl-enquiry-bt {
      width: 180px; }
    .services-list-wrapper .sl-projects-bt {
      margin-top: 10px;
      width: 180px; }
    .services-list-wrapper .res-text-right {
      text-align: center; }
    .services-list-wrapper .grid-item {
      text-align: center; } }

/*CMS PAGE*/
.messege-sent-alert {
  background: #76b521;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-style: italic; }

.cmspage-banner-wrapper {
  text-align: center; }

.cms-page-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .cms-page-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .cms-page-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .cms-page-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .cms-page-wrapper .heading:before {
      margin-top: 15px; }
    .cms-page-wrapper .heading h2 {
      font-size: 25px; }
    .cms-page-wrapper .heading h1 {
      font-size: 15px; } }
.cms-page-wrapper .cms-para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  font-size: 18px;
  letter-spacing: 1px; }
@media screen and (max-width: 991px) {
  .cms-page-wrapper .cms-para {
    text-align: center;
    font-size: 14px;
    line-height: 20px; } }

/*CLIETELE page*/
.clientele-page__outer-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .clientele-page__outer-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .clientele-page__outer-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .clientele-page__outer-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .clientele-page__outer-wrapper .heading:before {
      margin-top: 15px; }
    .clientele-page__outer-wrapper .heading h2 {
      font-size: 25px; }
    .clientele-page__outer-wrapper .heading h1 {
      font-size: 15px; } }
.clientele-page__outer-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .clientele-page__outer-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .clientele-page__outer-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.clientele-page__outer-wrapper .colums {
  border: 1px solid #693091; }

/*STUDIO page*/
.studio-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .studio-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .studio-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .studio-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .studio-wrapper .heading:before {
      margin-top: 15px; }
    .studio-wrapper .heading h2 {
      font-size: 25px; }
    .studio-wrapper .heading h1 {
      font-size: 15px; } }
.studio-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .studio-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .studio-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.studio-wrapper .sl-heading {
  color: #693091;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 27px; }
.studio-wrapper .sl-para {
  color: #484849;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.50;
  line-height: 20px; }
.studio-wrapper .studio-scroll-bt {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  border: 2px solid #693091;
  background-color: #693091;
  text-decoration: none;
  font-size: 27px;
  border-radius: 25px;
  padding: 0px 75px;
  display: table;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 6px 0px #989898;
  -moz-box-shadow: 0px 2px 6px 0px #989898;
  box-shadow: 0px 2px 6px 0px #989898;
  padding: 3px 30px;
  font-size: 17px;
  display: inline-block;
  border-radius: 20px; }
  .studio-wrapper .studio-scroll-bt:hover {
    background-color: #fff;
    color: #693091; }
.studio-wrapper .res-text-right {
  text-align: right; }
.studio-wrapper .studio-detail-wrapper {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: #693091;
  padding: 30px;
  position: relative;
  display: none;
  color: #fff; }
  .studio-wrapper .studio-detail-wrapper .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #693091;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0;
    margin: auto;
    display: none; }
  .studio-wrapper .studio-detail-wrapper .close-studio {
    position: absolute;
    background: #693091;
    top: -8px;
    right: -5px;
    border-radius: 50%;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    display: none; }
@media screen and (max-width: 991px) {
  .studio-wrapper {
    text-align: center; }
    .studio-wrapper .res-text-right {
      text-align: center; } }
@media screen and (max-width: 767px) {
  .studio-wrapper .details {
    font-size: 15px; }
  .studio-wrapper .close-studio {
    top: 0px !important;
    right: 0px !important; } }

/*FAQ page*/
.faq-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .faq-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .faq-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .faq-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .faq-wrapper .heading:before {
      margin-top: 15px; }
    .faq-wrapper .heading h2 {
      font-size: 25px; }
    .faq-wrapper .heading h1 {
      font-size: 15px; } }
.faq-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .faq-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .faq-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.faq-wrapper .faq-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
@media screen and (max-width: 767px) {
  .faq-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 15px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .faq-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .faq-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
@media screen and (max-width: 767px) {
  .faq-wrapper .tab-content {
    font-size: 14px; } }

/*Carrere page*/
.careers-wrapper .heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #693091;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1; }
  .careers-wrapper .heading:before {
    content: '';
    position: absolute;
    border-top: 1px solid #cac7cb;
    width: 100%;
    left: 0px;
    margin-top: 20px; }
  .careers-wrapper .heading h2 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    margin-bottom: 5px; }
  .careers-wrapper .heading h1 {
    background: #fff;
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .careers-wrapper .heading:before {
      margin-top: 15px; }
    .careers-wrapper .heading h2 {
      font-size: 25px; }
    .careers-wrapper .heading h1 {
      font-size: 15px; } }
.careers-wrapper .para {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #928f90;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 991px) {
    .careers-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .careers-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
.careers-wrapper .careers-rollers {
  border: 1px solid #693091;
  display: block; }
  .careers-wrapper .careers-rollers:hover {
    background: #693091; }
    .careers-wrapper .careers-rollers:hover * {
      color: #fff; }
  .careers-wrapper .careers-rollers h4 {
    margin: 0;
    text-transform: uppercase;
    color: #693091;
    font-family: 'Roboto', sans-serif;
    font-weight: 100; }
  .careers-wrapper .careers-rollers i {
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    .careers-wrapper .careers-rollers i b {
      font-style: normal; }
  .careers-wrapper .careers-rollers p {
    color: #555555;
    font-size: 13px;
    line-height: 28px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
.careers-wrapper .information-wrapper {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #fff;
  background: #693091;
  padding: 10px 20px; }
  .careers-wrapper .information-wrapper .post {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0px; }
  .careers-wrapper .information-wrapper .place {
    margin: 0px 0px 15px;
    display: inline; }
  .careers-wrapper .information-wrapper .opening {
    margin: 0px; }
  .careers-wrapper .information-wrapper .expereinece {
    margin: 0px 0px 10px; }
  .careers-wrapper .information-wrapper .closed {
    margin: 0px;
    font-size: 12px; }
.careers-wrapper .more-about-careers {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0px 20px; }
.careers-wrapper .apply-now {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  border: 1px solid #7c48b2;
  border-radius: 0;
  background-color: #693091;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 10px;
  display: table;
  text-transform: uppercase;
  position: relative;
  top: 20px;
  background: #f26c4f;
  padding: 8px 41px;
  border: 0;
  color: #fff !important;
  border-bottom: 2px solid #c82602; }
  .careers-wrapper .apply-now:hover {
    background: #c0452b !important;
    border-bottom-color: #f26c4f; }
  @media screen and (max-width: 991px) {
    .careers-wrapper .apply-now {
      top: 0;
      position: static; } }
  .careers-wrapper .apply-now:hover {
    background-color: #fff;
    color: #693091; }
.careers-wrapper .apply-now-form-wrapper {
  background: #693091;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px; }
  .careers-wrapper .apply-now-form-wrapper .heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #693091;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff; }
    .careers-wrapper .apply-now-form-wrapper .heading:before {
      content: '';
      position: absolute;
      border-top: 1px solid #cac7cb;
      width: 100%;
      left: 0px;
      margin-top: 20px; }
    .careers-wrapper .apply-now-form-wrapper .heading h2 {
      background: #693091;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300;
      margin-bottom: 5px; }
    .careers-wrapper .apply-now-form-wrapper .heading h1 {
      background: #693091;
      display: table;
      margin: auto;
      position: relative;
      z-index: 1;
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      .careers-wrapper .apply-now-form-wrapper .heading:before {
        margin-top: 15px; }
      .careers-wrapper .apply-now-form-wrapper .heading h2 {
        font-size: 25px; }
      .careers-wrapper .apply-now-form-wrapper .heading h1 {
        font-size: 15px; } }
  .careers-wrapper .apply-now-form-wrapper label {
    color: #fff; }
  .careers-wrapper .apply-now-form-wrapper .submit-form {
    background: #fff;
    color: #693091;
    display: block;
    width: 100%; }
@media screen and (max-width: 767px) {
  .careers-wrapper .para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #928f90;
    text-align: center;
    font-size: 15px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .careers-wrapper .para {
      font-size: 14px;
      line-height: 14px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .careers-wrapper .para {
      font-size: 12px;
      line-height: 13px; } }
@media screen and (max-width: 767px) {
  .careers-wrapper .careers-table {
    font-size: 15px; }
    .careers-wrapper .careers-table a {
      font-size: 12px;
      padding: 2px 0px;
      text-align: center; }
  .careers-wrapper .more-about-careers {
    font-size: 14px; }
  .careers-wrapper .apply-now-form-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px; } }

/*PROJECT LIGHT BOX*/
.opacity-in-out {
  opacity: 1 !important;
  transition: all 0.3s ease-in; }

#projectPopOut {
  padding-right: 0px !important;
  background: rgba(34, 34, 34, 0.99); }
  #projectPopOut .flex-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center; }
    #projectPopOut .flex-prev:before {
      content: url(../images/left-arrow.svg);
      width: 27px; }
  #projectPopOut .flex-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center; }
    #projectPopOut .flex-next:before {
      content: url(../images/right-arrow.svg);
      width: 27px; }
  #projectPopOut .project-gallery-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff !important;
    padding: 0px !important;
    font-size: 14px;
    opacity: 1 !important;
    color: #010208;
    border-radius: 50%;
    font-weight: 100;
    line-height: 1 !important;
    float: none;
    width: 20px;
    height: 20px;
    display: inline;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 5px 0px #404040;
    -moz-box-shadow: 1px 1px 5px 0px #404040;
    box-shadow: 1px 1px 5px 0px #404040;
    outline: none;
    text-shadow: none; }
    @media screen and (max-width: 991px) {
      #projectPopOut .project-gallery-close {
        top: -15px;
        right: -7px; } }
    @media screen and (max-width: 991px) and (orientation: landscape) {
      #projectPopOut .project-gallery-close {
        top: 0px;
        right: -23px; } }
  #projectPopOut #project-modal-info {
    justify-content: flex-start;
    border: 0;
    display: block;
    background: rgba(34, 34, 34, 0.65);
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in; }
    #projectPopOut #project-modal-info .p__img-heading {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 900;
      color: #fff;
      text-transform: capitalize;
      display: block;
      margin: 0px 0px 5px; }
      @media screen and (max-width: 991px) {
        #projectPopOut #project-modal-info .p__img-heading {
          font-size: 15px; } }
    #projectPopOut #project-modal-info .p__img-para {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #fff;
      font-size: 15px;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        #projectPopOut #project-modal-info .p__img-para {
          font-size: 11px;
          letter-spacing: 1px; } }
      #projectPopOut #project-modal-info .p__img-para p {
        margin: 0; }
  #projectPopOut #project-thumb-wrapper {
    position: absolute;
    z-index: 10;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in; }
  @media screen and (max-width: 991px) {
    #projectPopOut #project-modal-info {
      position: static;
      opacity: 1 !important; }
    #projectPopOut #project-thumb-wrapper {
      display: none; } }
  @media screen and (max-width: 991px) and (orientation: landscape) {
    #projectPopOut .project-screen {
      border-radius: 0 !important; }
    #projectPopOut #project-thumb-wrapper {
      display: none; }
    #projectPopOut .modal-lg {
      max-width: none !important;
      width: 80%;
      margin-top: 0px; } }
  #projectPopOut #load-project-modals .project-thumb {
    margin: 0px;
    border: 0px;
    overflow: hidden;
    border-radius: 0; }
    #projectPopOut #load-project-modals .project-thumb .slides {
      background: #000; }
      #projectPopOut #load-project-modals .project-thumb .slides li {
        margin: 1px !important; }
        #projectPopOut #load-project-modals .project-thumb .slides li img {
          opacity: 0.4; }
      #projectPopOut #load-project-modals .project-thumb .slides .flex-active-slide img {
        opacity: 1; }
    #projectPopOut #load-project-modals .project-thumb .flex-prev {
      top: 60%;
      width: 25px;
      height: 25px;
      background: #fff;
      border-radius: 50%;
      line-height: 15px;
      text-align: center; }
      #projectPopOut #load-project-modals .project-thumb .flex-prev:before {
        width: 15px; }
    #projectPopOut #load-project-modals .project-thumb .flex-next {
      top: 60%;
      width: 25px;
      height: 25px;
      background: #fff;
      border-radius: 50%;
      line-height: 15px;
      text-align: center; }
      #projectPopOut #load-project-modals .project-thumb .flex-next:before {
        width: 15px; }
    @media screen and (max-width: 991px) {
      #projectPopOut #load-project-modals .project-thumb .flex-prev {
        display: none; }
      #projectPopOut #load-project-modals .project-thumb .flex-next {
        display: none; } }
  #projectPopOut #load-project-modals .project-screen {
    margin: 0px;
    border: 0px;
    background: none;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      #projectPopOut #load-project-modals .project-screen .flex-prev {
        top: 60%;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
        line-height: 15px;
        text-align: center; }
        #projectPopOut #load-project-modals .project-screen .flex-prev:before {
          width: 15px; }
      #projectPopOut #load-project-modals .project-screen .flex-next {
        top: 60%;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
        line-height: 15px;
        text-align: center; }
        #projectPopOut #load-project-modals .project-screen .flex-next:before {
          width: 15px; } }
  #projectPopOut .modal-content {
    border-radius: 0px;
    border: 0;
    background: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
  #projectPopOut .modal-lg {
    max-width: 1135px; }
  #projectPopOut .modal-body {
    padding: 0px; }

/*COMMON ENQUIRY FORM*/
#enquiry-form .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5); }
#enquiry-form #quick-submit {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  border: 2px solid #693091;
  background-color: #693091;
  text-decoration: none;
  font-size: 27px;
  border-radius: 25px;
  padding: 0px 75px;
  display: table;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 6px 0px #989898;
  -moz-box-shadow: 0px 2px 6px 0px #989898;
  box-shadow: 0px 2px 6px 0px #989898;
  font-size: 20px;
  padding: 0px 30px;
  border: 0;
  border-radius: 0;
  width: auto;
  float: right;
  cursor: pointer; }
  #enquiry-form #quick-submit:hover {
    background-color: #fff;
    color: #693091; }
#enquiry-form .error {
  color: red; }

.sc-enquiry-form h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #693091; }
.sc-enquiry-form input, .sc-enquiry-form textarea {
  margin-bottom: 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  font-weight: 100;
  padding: 22px 20px !important; }
  .sc-enquiry-form input:focus, .sc-enquiry-form textarea:focus {
    border-color: #693091; }
.sc-enquiry-form textarea {
  height: 258px; }
.sc-enquiry-form input[type="submit"] {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  border: 1px solid #7c48b2;
  border-radius: 0;
  background-color: #693091;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 10px;
  display: table;
  text-transform: uppercase;
  background: #693091;
  font-size: 15px !important;
  padding: 8px 20px !important;
  margin-top: 10px !important;
  color: #fff !important;
  cursor: pointer;
  width: 100%; }
  .sc-enquiry-form input[type="submit"]:hover {
    background: #fff;
    color: #693091 !important; }
  .sc-enquiry-form input[type="submit"]:hover {
    background-color: #fff;
    color: #693091; }
.sc-enquiry-form .help-block {
  border-color: red; }

.upload-cv-model {
  /*background: rgba(105, 48, 145, 0.80);*/ }
  .upload-cv-model .ico-in {
    color: #693091;
    width: 25px; }
  .upload-cv-model .model-close-action {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #693091;
    opacity: 1;
    border-radius: 50%;
    padding: 1px 0px 8px;
    height: 40px;
    width: 40px;
    color: #fff;
    z-index: 150;
    outline: none !important;
    border: 2px solid white; }
    .upload-cv-model .model-close-action:hover {
      color: #693091 !important;
      background: #fff;
      opacity: 1 !important; }
  .upload-cv-model .modal-content {
    padding: 20px;
    border: 0;
    border-radius: 0; }
  .upload-cv-model .upload-cv__model-wrapper {
    position: relative; }
    .upload-cv-model .upload-cv__model-wrapper .drag-drop__files {
      background: #693091;
      /*            position: absolute;
                  width: 90%;*/
      height: 190px;
      /*            top: 0;
                  left: 0px;
                  right: 0px;
                  margin: auto;
                  display: table;*/
      border: 1px solid #301542;
      border-radius: 5px; }
    .upload-cv-model .upload-cv__model-wrapper .headding-touch {
      margin: 0px 0px 25px 0px; }
    .upload-cv-model .upload-cv__model-wrapper input[type="text"], .upload-cv-model .upload-cv__model-wrapper textarea {
      border: 1px solid rgba(13, 50, 93, 0.2);
      border-radius: 5px;
      padding: 8px 10px;
      display: block;
      width: 100%;
      margin-bottom: 15px;
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-weight: normal;
      font-size: 10px;
      outline: none;
      border-radius: 0; }
    .upload-cv-model .upload-cv__model-wrapper input[type="submit"] {
      border: 0;
      font-size: 12px;
      color: #fff;
      background: #693091;
      border-radius: 3px;
      padding: 11px 39px;
      cursor: pointer;
      outline: none;
      border: 1px solid #693091; }
      .upload-cv-model .upload-cv__model-wrapper input[type="submit"]:hover {
        background: #fff;
        color: #693091;
        border: 1px solid #693091; }
    .upload-cv-model .upload-cv__model-wrapper .error {
      border-color: #ffb2b2 !important; }
    .upload-cv-model .upload-cv__model-wrapper .loading-wrapper {
      position: absolute;
      background: #ffffffe0;
      width: 100%;
      height: 100%;
      z-index: 100;
      display: none; }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px; }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: red;
        animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 0.6s infinite; }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 0.6s infinite; }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 0.6s infinite; }
      .upload-cv-model .upload-cv__model-wrapper .loading-wrapper .lds-ellipsis div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
  .upload-cv-model .enquiry-send-success {
    font-size: 13px; }
  .upload-cv-model #counter-close {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 2px 8px;
    color: #a2a2a2cc;
    font-size: 10px; }
  .upload-cv-model .drag-drop__wrapper .drag__img {
    display: table;
    margin: 30px auto 20px; }
  .upload-cv-model .drag-drop__wrapper .drag__msg {
    text-align: center;
    display: block;
    font-size: 10px;
    color: #fff; }
  .upload-cv-model .drag-drop__wrapper .input__drag {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0; }

/*BOTTOM CONTACTS*/
.contacts-mapper-wrapper {
  display: none; }
  .contacts-mapper-wrapper .place {
    text-transform: uppercase;
    color: #693091; }
  .contacts-mapper-wrapper .images {
    float: left;
    margin: 0px 10px 10px 0px; }
  .contacts-mapper-wrapper .address {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px; }
  .contacts-mapper-wrapper .google-maps-wrapper {
    position: relative;
    width: 100%;
    height: 300px; }
    .contacts-mapper-wrapper .google-maps-wrapper:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.62);
      top: 0;
      left: 0; }

.error-logo {
  display: table;
  margin: 20px auto; }

#error-display {
  width: 80%;
  display: table;
  margin: auto; }
  @media screen and (max-width: 991px) {
    #error-display {
      width: 100%; } }

.error-back-to-home {
  display: table;
  background: #693091;
  margin: 20px auto 0px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase; }
  .error-back-to-home:hover {
    color: #693091;
    background: #fff; }

/*HEADER NAV*/
.menus-style {
  padding: 0 10px;
  color: #485763;
  font-size: 17px;
  opacity: 0.8;
  line-height: 66px;
  text-transform: uppercase;
  text-decoration: none !important; }

.header-wrap {
  padding: 10px 0px; }

.header-wrap-home {
  position: fixed;
  left: 0;
  right: 0;
  height: 66px;
  line-height: 66px;
  color: #fff;
  /*background-color: #ffffff;*/
  z-index: 2; }

.h-md-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right; }

.h-md-menu li {
  float: left; }

.for-home-font {
  color: #fff !important;
  transition: all 0.5s; }

.for-home-font:hover {
  /* color: #252525  !important; */
  opacity: 1; }

.header-scroll {
  background: #1b1d1e !important;
  transition: all 0.8s; }

.blog-wrap {
  background: #fff;
  padding: 40px;
  border: 1px solid #dadada;
  overflow: hidden;
  clear: both;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .blog-wrap {
      padding: 10px;
      margin-bottom: 10px; } }

.entry-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0px 0px 0px;
  font-size: 28px;
  font-weight: 700;
  color: #444;
  text-transform: capitalize; }

.entry-title a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-weight: 700;
  color: #444;
  text-transform: capitalize;
  text-decoration: none !important; }
  .entry-title a:hover {
    color: #693091; }

.entry-title a:hover {
  color: #693091; }

.entry-meta {
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .entry-meta {
      margin-bottom: 10px; } }

.posted-on {
  font-weight: 400;
  font-size: 13px;
  color: #6B6B6B; }

.entry-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 25px; }
  @media screen and (max-width: 991px) {
    .entry-content {
      font-size: 12px;
      line-height: 14px; } }

.featured-image {
  width: 250px;
  float: left;
  margin: 5px 20px 0px 0px; }

.read-more {
  border-radius: 0;
  float: right;
  background: #693091;
  border-color: #693091; }
  .read-more:hover {
    background: #6c3394; }

.pagination-blog {
  list-style: none;
  margin: 30px 0px;
  padding: 0px;
  overflow: hidden; }

.pagination-blog a {
  text-transform: uppercase;
  font-size: 11px; }

.older-posts {
  float: left; }

.newer-posts {
  float: right; }

.well {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #DADADA;
  overflow: hidden;
  clear: both; }

.recent-post h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 700;
  color: #693091; }

.recent-post ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.recent-post ul li {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.recent-post ul a {
  color: #6d6d6d;
  font-size: 14px; }

.recent-post ul a:hover {
  color: #693091; }

.category-post {
  margin-bottom: 50px; }

.category-post h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 700;
  color: #693091; }

.category-post ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.category-post ul li {
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0px; }

.category-post ul li a {
  color: #6d6d6d;
  font-size: 14px; }
  .category-post ul li a:hover {
    color: #693091; }

.pagination-bt-style {
  border-radius: 0;
  background: #693091;
  border-color: #693091;
  text-transform: uppercase;
  font-size: 11px; }
  .pagination-bt-style:hover {
    background: #6c3394; }

.copyright {
  color: #fff;
  font-size: 11px; }

.separator {
  margin: 30px 0px; }

@media screen and (max-width: 991px) {
  .featured-image {
    float: none;
    clear: both;
    width: 100%;
    margin: 0px 0px 15px; } }

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