@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background: whitesmoke; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #e31e24;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #e31e24;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #e31e24; }

::-moz-selection {
  color: #fff;
  background: #e31e24; }

::selection {
  color: #fff;
  background: #e31e24; }

.sarjan-nav {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sarjan-nav {
      margin: 0; } }
  .sarjan-nav .top-menu {
    padding: 15px 0px; background:#fff; }
    @media screen and (max-width: 768px) {
      .sarjan-nav .top-menu {
        padding: 28px 1em; } }
  .sarjan-nav #sarjan-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .sarjan-nav #sarjan-logo a {
      position: relative;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .sarjan-nav .menu-1 {
      display: none; } }
  .sarjan-nav ul {
    padding: 0;
    margin:25px 0 0 0; background:#fff; padding:10px; float:right }
    .sarjan-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400; }
      .sarjan-nav ul li a {
        position: relative;
        font-size: 18px;
        padding: 30px 12px;
        color: #000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .sarjan-nav ul li a:hover {
          color: #e31e24; }
      .sarjan-nav ul li.has-dropdown {
        position: relative; }
        .sarjan-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .sarjan-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .sarjan-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .sarjan-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .sarjan-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .sarjan-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
        .sarjan-nav ul li.has-dropdown:hover a, .sarjan-nav ul li.has-dropdown:focus a {
          color: #e31e24; }
      .sarjan-nav ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .sarjan-nav ul li.btn-cta a span {
          background: #e31e24;
          padding: 4px 10px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
        .sarjan-nav ul li.btn-cta a:hover span {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .sarjan-nav ul li.active > a {
        color: #e31e24 !important;
        position: relative; }
        .sarjan-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#sarjan-counter,
.sarjan-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }

.sarjan-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .sarjan-video {
      height: 450px; } }
  .sarjan-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .sarjan-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #e31e24; }
  .sarjan-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .sarjan-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .sarjan-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#sarjan-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left; }
  #sarjan-hero .btn {
    font-size: 24px; }
    #sarjan-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #sarjan-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #sarjan-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #sarjan-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom center;
        min-height: 650px;
        position: relative; }
        #sarjan-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: .3;
		  background:#000;
		  
		}
    #sarjan-hero .flexslider .flex-control-nav {
      bottom: 7em;
      z-index: 1000;
      width: 0 auto; }
      #sarjan-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer; }
        #sarjan-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: transparent;
          background: #e31e24; }
    #sarjan-hero .flexslider .flex-direction-nav {
      display: none; }
    #sarjan-hero .flexslider .slider-text {
      max-width: 100%;
      display: table;
      opacity: 0;
      height: 700px;
      z-index: 9; }
      #sarjan-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 700px;
        padding: 2em; }
        @media screen and (max-width: 768px) {
          #sarjan-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner span i {
          font-size: 24px;
          color: #F7AF1D; }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner h1, #sarjan-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 30px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #sarjan-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 22px;
          line-height: 1.5;
          margin-bottom: 20px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.7); }
          #sarjan-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: white; }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #sarjan-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner s
.sarjan-lead {
          font-size: 20px;
          color: #e31e24; }
          #sarjan-hero .flexslider .slider-text > .slider-text-inner s
.sarjan-lead .icon-heart {
            color: #d9534f; }
        #sarjan-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #fff;
          padding: 20px 30px !important;
          border: none; }
          #sarjan-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            background: #e31e24;
            color: #fff; }
          #sarjan-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #000 !important; }
          @media screen and (max-width: 480px) {
            #sarjan-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.sarjan-light-grey {
  background: #fafafa; }

#sarjan-about,
#sarjan-services,
#sarjan-contact,
#sarjan-testimony,
#sarjan-blog,
#sarjan-project,
#sarjan-subscribe {
  padding:5em 0;
  clear: both; }

#sarjan-intro {
  clear: both; }
  #sarjan-intro .tabulation {
    margin-top: -6.8em;
    z-index: 1; }
  #sarjan-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff; }
  #sarjan-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%; }
    #sarjan-intro .nav-tabs li {
      width: 25%;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #sarjan-intro .nav-tabs li {
          font-size: 10px; } }
      #sarjan-intro .nav-tabs li a {
        width: 100%;
        margin: 0;
        border: none;
        padding: 2.7em 1em !important;
        background: rgba(255, 255, 255, 0.5);
        color: #4d4d4d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        #sarjan-intro .nav-tabs li a i {
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            #sarjan-intro .nav-tabs li a i {
              display: block; } }
      #sarjan-intro .nav-tabs li.active {
        border-bottom: 1px solid #fff; }
        #sarjan-intro .nav-tabs li.active a {
          color: #000;
          border: none;
          background: #fff;
          bottom: 0 !important; }

.services-img {
  height: 320px;
  display: block; }
  @media screen and (max-width: 768px) {
    .services-img {
      margin-bottom: 20px; } }

.services-desc {
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services-desc {
      padding: 0; } }
  .services-desc ul li {
    list-style: none;
    margin-bottom: 10px; }

.services {
  margin-bottom: 30px;
  position: relative;
  background: #fff; }
  .services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; }
    .services .icon i {
      font-size: 40px;
      color: #e31e24; }
  .services .desc {
    padding: 90px 20px 20px 20px; }
    .services .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }

.bg-primary-color {
  background: #e31e24; }
  .bg-primary-color p {
    color: #fff !important; }

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.sarjan-about-img,
.services-img,
.project-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.aside-stretch {
  background: #e31e24; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #e31e24; }
  @media screen and (max-width: 768px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.project-entry {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .project-entry .project-img {
    width: 100%;
    height: 200px;
    display: table;
    position: relative;
    z-index: 0; }
    .project-entry .project-img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      z-index: -1; }
    .project-entry .project-img .icon {
      display: table-cell;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .project-entry .project-img .icon i {
        color: #fff; }
  .project-entry .desc {
    padding: 1.5em 1em;
    display: block; text-align:center; }
    .project-entry .desc h3 {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0; }
      .project-entry .desc h3 a {
        color: #000; }
  .project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11); }
    .project-entry:hover .project-img:after {
      opacity: 1; }
    .project-entry:hover .project-img .icon {
      opacity: 1; }

.project-single {
  margin-bottom: 30px; }

.thumb-wrap {
  display: block;
  width: 100%;
  float: left; }
  .thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px; }

.project-single-desc {
  width: 100%;
  float: left;
  padding: 3em;
  background: #fff;
  margin-bottom: 1em; }
  .project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500; }
  .project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    .project-single-desc .list li {
      list-style: none;
      width: 100%;
      display: block;
      margin-bottom: 20px; }
      .project-single-desc .list li .title {
        font-weight: 500;
        color: #000;
        width: 50%;
        float: left; }

.downloadreport {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500; }
  .downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff; }
    .downloadreport a:hover {
      background: #e31e24;
      color: #fff; }

#sarjan-testimony {
  background: #fff; }
  #sarjan-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1; }
    #sarjan-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
      background: transparent;
      color: #000;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      font-size: 20px; }
  #sarjan-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%; }
    #sarjan-testimony .testimony-slide span {
      font-size: 18px;
      font-weight: 400;
      display: block;
      color: #000;
      margin-bottom: 20px; }
    #sarjan-testimony .testimony-slide figure {
      display: block;
      width: 100%;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0; }
      #sarjan-testimony .testimony-slide figure img {
        width: 140px;
        margin: 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    #sarjan-testimony .testimony-slide blockquote {
      border: none;
      margin: 0 auto;
      width: 100%;
      position: relative;
      padding: 3em 0 0 0;
      color: #000; }
      #sarjan-testimony .testimony-slide blockquote p {
        font-size: 14px; }
  #sarjan-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left; }
  #sarjan-testimony .owl-stage-outer {
    padding-top: 6em; }

#sarjan-counter {
  position: relative; }

.counter-entry {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      padding: 4em 0; } }

.sarjan-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .sarjan-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }
  .sarjan-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; }
    .sarjan-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #e31e24;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .sarjan-counters .icon-white i {
    background: #fff;
    color: #e31e24; }
    @media screen and (max-width: 768px) {
      .sarjan-counters .icon-white i {
        background: #e31e24;
        color: #fff; } }
  .sarjan-counters .sarjan-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em; }
  .sarjan-counters .sarjan-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block; }

article {
  margin-bottom: 3em; }
  article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0; }
    article .blog-img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      z-index: -1; }
    article .blog-img .icon {
      display: table-cell;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      article .blog-img .icon i {
        color: #fff; }
  article:hover .blog-img:after {
    opacity: 1; }
  article:hover .icon {
    opacity: 1; }
  article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative; }
    article .entry h2 {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.7; }
      article .entry h2 a {
        color: #000; }
        article .entry h2 a:hover {
          color: #e31e24; }
    article .entry .meta-2 {
      color: #b3b3b3; }
      article .entry .meta-2 span {
        margin-right: 10px; }
        article .entry .meta-2 span i {
          color: #666666; }

.about-wrap {
  width: 100%;
  float: left;
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .about-wrap {
      padding-bottom: 3em; } }

#sarjan-about {
  position: relative;
  z-index: 0;
  width: 100%;
  display: block; }
  #sarjan-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  #sarjan-about .sarjan-heading2 h2 {
    color: #fff; }
  #sarjan-about .sarjan-heading2 p {
    color: rgba(255, 255, 255, 0.7); }



.about-flex {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .about-flex .col-half {
    width: 50%;
    float: left; }
    @media screen and (max-width: 768px) {
      .about-flex .col-half {
        width: 100%; } }
    .about-flex .col-half:last-child {
      background: #fff; }
  .about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table; }
    @media screen and (max-width: 768px) {
      .about-flex .staff-img {
        height: 200px; } }
    .about-flex .staff-img .desc-staff {
      background: #e31e24;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }
      .about-flex .staff-img .desc-staff h3 {
        color: #fff; }
      .about-flex .staff-img .desc-staff span {
        color: #fff; }
    .about-flex .staff-img:hover .desc-staff {
      opacity: 1; }
  .about-flex .desc {
    padding: 4em;
    display: block; }
    @media screen and (max-width: 768px) {
      .about-flex .desc {
        padding: 1.5em; } }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #e31e24;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\e115";
  position: absolute;
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -5px; }

.panel-heading a.collapsed:after {
  content: "\e114"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.about-desc h3 {
  font-weight: 500; }

.staff-img2 {
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
  display: table; }
  @media screen and (max-width: 768px) {
    .staff-img2 {
      margin-bottom: 30px; } }
  .staff-img2 .desc-staff {
    background: #e31e24;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    .staff-img2 .desc-staff h3 {
      color: #fff; }
    .staff-img2 .desc-staff span {
      color: #fff; }
  .staff-img2:hover .desc-staff {
    opacity: 1; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width:46%;
    background: #fff;
    padding: 1.5em;
    margin: 2%; }
   
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
	.contact-info-wrap-flex p i{
		margin:4px 10px 0 0; float:left
	}
	.contact-info-wrap-flex p span{ font-weight:normal; overflow:hidden; display:block}
    .contact-info-wrap-flex p a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px !important;
  font-weight: 300;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8); }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.sarjan-social-icons {
  margin: 0;
  padding: 0; }
  .sarjan-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .sarjan-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #e31e24;
      padding-left: 10px;
      padding-right: 10px; }
      .sarjan-social-icons li a i {
        font-size: 20px; }

.sarjan-heading {
  margin-bottom: 5em; }
  .sarjan-heading h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase; }

#sarjan-subscribe {
  background: #ededed;
  padding: 5em 0; }
  #sarjan-subscribe .sarjan-heading {
    margin-bottom: 20px; }
    #sarjan-subscribe .sarjan-heading p {
      font-size: 18px; }

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: transparent; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: #333333; }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important; }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #e31e24;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; }

.instagram .insta-img {
  height: 80px;
  display: block;
  width: 33.3333%;
  float: left; }

#sarjan-footer {
  background: #25282a;
  color: rgba(255, 255, 255, 0.6) !important; }
  #sarjan-footer .contact-information {
    background: #1E2022;
    padding: 1.5em 0;
   }
    #sarjan-footer .contact-information .info-wrap .icon {
      display: block;
      margin-bottom: 10px; }
      #sarjan-footer .contact-information .info-wrap .icon i {
        color: #fff;
        font-size: 20px; }
    #sarjan-footer .contact-information .info-wrap p {
      font-size: 13px; }
    #sarjan-footer .contact-information .info-wrap a {
      color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 768px) {
    #sarjan-footer .sarjan-widget {
      margin-bottom: 40px;
      width: 100%;
      float: left; } }
  #sarjan-footer .sarjan-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #sarjan-footer .sarjan-footer-links {
        margin-bottom: 30px; } }
    #sarjan-footer .sarjan-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block; }
      #sarjan-footer .sarjan-footer-links li span {
        display: block;
        font-size: 13px; }
      #sarjan-footer .sarjan-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #sarjan-footer .sarjan-footer-links li a i {
          padding-right: 10px;
          color: #e31e24; }
        #sarjan-footer .sarjan-footer-links li a:hover {
          text-decoration: underline; }
  #sarjan-footer .sarjan-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #sarjan-footer .sarjan-social-icons li a:first-child {
      padding-left: 0; }
  #sarjan-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700; }
  #sarjan-footer .copy {
   
    padding: 1.2em 0; }
    #sarjan-footer .copy p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.6); }
      #sarjan-footer .copy p small a {
        color: rgba(0, 0, 0, 0.7); }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#sarjan-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #sarjan-offcanvas {
      display: block; } }
  .offcanvas #sarjan-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #sarjan-offcanvas a {
    color: rgba(255, 255, 255, 1); }
    #sarjan-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #sarjan-offcanvas ul {
    padding: 0;
    margin: 0; }
    #sarjan-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #sarjan-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #sarjan-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #sarjan-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #sarjan-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #e31e24;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.sarjan-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.6em !important; }
  .sarjan-nav-toggle.active i::before, .sarjan-nav-toggle.active i::after {
    background: #444; }
  .sarjan-nav-toggle:hover, .sarjan-nav-toggle:focus, .sarjan-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .sarjan-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .sarjan-nav-toggle i::before, .sarjan-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .sarjan-nav-toggle.sarjan-nav-white > i {
    color: #fff;
    background:#e31e24; }
    .sarjan-nav-toggle.sarjan-nav-white > i::before, .sarjan-nav-toggle.sarjan-nav-white > i::after {
      background:#e31e24; }

.sarjan-nav-toggle i::before {
  top: -7px; }

.sarjan-nav-toggle i::after {
  bottom: -7px; }

.sarjan-nav-toggle:hover i::before {
  top: -10px; }

.sarjan-nav-toggle:hover i::after {
  bottom: -10px; }

.sarjan-nav-toggle.active i {
  background: transparent; }

.sarjan-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.sarjan-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.sarjan-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .sarjan-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #e31e24;
  color: #fff;
  border: 2px solid #e31e24; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #727271 !important;
    border-color: #727271 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #e31e24;
    border: 2px solid #e31e24; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #e31e24;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.sarjan-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

.team b{ display:block; color:#fff; font-size:18px; font-weight:normal; margin:20px 0 0 0;}
.client{ display:inline-block; width:20%; text-align:center; float:left}
.client b{ font-weight:normal; display:block; font-size:16px; padding:10px 10px 50px; color:#000; line-height:22px }
.inner-banner{ background:rgba(0,0,0,.5)}
#sarjan-hero.inner-banner-height .flexslider .slider-text, #sarjan-hero.inner-banner-height .flexslider .slider-text > .slider-text-inner, #sarjan-hero.inner-banner-height{ min-height:400px; height:400px}
#sarjan-hero.inner-banner-height .flexslider .slides li{ min-height:350px}
@media screen and (max-width:1023px) {
#sarjan-hero .flexslider .slides li{ background-size:100% 100%; min-height:400px}
#sarjan-hero .flexslider .slider-text > .slider-text-inner,#sarjan-hero .flexslider .slider-text{ height:400px}
#sarjan-hero{ min-height:400px}
#sarjan-about{ padding:4em 0;}
.team b{ margin:10px 0 20px}
.client img{ max-width:120px}
}
@media screen and (max-width:767px) {
#sarjan-about, #sarjan-services, #sarjan-contact, #sarjan-testimony, #sarjan-blog, #sarjan-project, #sarjan-subscribe{ padding:4em 0}
.team b{ font-size:14px; line-height:16px;}
.sarjan-heading h2{ font-size:24px;}
.about-wrap{ padding-bottom:0;}
.sarjan-heading{ margin-bottom:3em}
.client{ width:50%}

#sarjan-hero.inner-banner-height .flexslider .slider-text, #sarjan-hero.inner-banner-height .flexslider .slider-text > .slider-text-inner, #sarjan-hero.inner-banner-height{ min-height:auto; height:auto}
#sarjan-hero.inner-banner-height .flexslider .slides li{ min-height:auto}
#sarjan-hero .flexslider .slider-text > .slider-text-inner h1,#sarjan-hero .flexslider .slider-text > .slider-text-inner h2{ margin-bottom:10px}
#sarjan-hero.inner-banner-height .flexslider .slides li{ background-size:auto;}
h2{ font-size:26px;}
}

.white-box{ text-align:center; background:#fff; padding:15px;}
.about-icon{ color:#000; font-size:50px}
.about-title{ color:#e31e24;}
.core-values{ margin:0 0 50px;}
#sarjan-clients{ padding-top:5em}
.gallery{ padding:5em 0;}
.gallery-img{ padding:5px; background:#fff; display:block}
.gallery-img{ margin-bottom:30px}
/*ADD BY ALKESH*/
a.gallery-img.gallery-item {
    overflow: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
} 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(255 255 255)%);
} 
body::-webkit-scrollbar-thumb {
  background-color: #ec1c24;
  outline: 1px solid #ec1c24;
}