@define-mixin atSmall {
  @media (min-width: 576px) {
    @mixin-content; } }
@define-mixin atMedium {
  @media (min-width: 768px) {
    @mixin-content; } }
@define-mixin atLarge {
  @media (min-width: 992px) {
    @mixin-content; } }
@define-mixin atExtraLarge {
  @media (min-width: 1200px) {
    @mixin-content; } }
body {
  font-family: 'Roboto', sans-serif;
  background: #efeeee;
  color: #444242;
  font-size: 0.875rem;
  font-weight: 300;
  }

h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif; }

p {
  margin-bottom: 20px;
  font-size:15px; }

a:hover {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

button {
  cursor: pointer; }

.btn:focus {
  outline: 0;
  box-shadow: none; }

.form-control:hover,
.form-control:focus {
  outline: 0;
  box-shadow: none; }

.owl-carousel .owl-item img {
  width: 100% !important; }

.section-margin {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .section-margin {
      margin-top: 60px;
      margin-bottom: 60px; } }

.navbar-brand {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 5em;
  /*background: #262533;*/
  padding: 1em;
  /*box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.2);*/
 	width:9%;
  }
  .navbar-brand img {
    /*width: 70px;
    height: 70px;*/ }
    /*@media (min-width: 1200px) {
      .navbar-brand img {
        width: 100px;
        height: 100px; } }*/

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.section-intro__title {
  font-size: 0.75rem;
  color: #bf1011;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .section-intro__title.left-border {
    padding-left: 35px;
    position: relative; }
    .section-intro__title.left-border:after {
      content: "";
      display: block;
      min-width: 20px;
      height: 2px;
      background: #bf1011;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      }
.section-intro__subtitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
  color: #000;
  margin-bottom: 1.5rem;
  }
  .section-intro__subtitle.bottom-border {
    padding-bottom: 10px;
    margin-bottom: 23px;
    position: relative; }
    .section-intro__subtitle.bottom-border:after {
      content: "";
      display: block;
      height: 2px;
      min-width: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #bf1011;
      }
  .section-intro__subtitle.small {
    font-size: 2rem; }

/* Home Banner Area css
============================================================================================ */
.open .side_menu {
  right: 0px; }
.open .canvus_menu .toggle_icon span {
  background: transparent !important; }
  .open .canvus_menu .toggle_icon span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .open .canvus_menu .toggle_icon span:after {
    width: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }

.canvus_menu {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  .canvus_menu .float-right {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px;
    background: #bf1011;
    display: inline-block; }
    @media (max-width: 1200px) {
      .canvus_menu .float-right {
        width: 70px;
        height: 70px; } }
  .canvus_menu .toggle_icon {
    cursor: pointer;
    position: fixed;
    height: 20px;
    width: 30px;
    top: 27px;
    right: 32px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    background: transparent;
    padding: 20px;
    z-index: 9999; }
    @media (max-width: 1200px) {
      .canvus_menu .toggle_icon {
        top: 13px;
        right: 20px; } }
    .canvus_menu .toggle_icon span {
      height: 2px;
      width: 20px;
      display: block;
      background: #fff;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 50%;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:before {
        content: "";
        height: 2px;
        width: 30px;
        display: block;
        background: #fff;
        right: 0px;
        top: -10px;
        position: absolute;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:after {
        content: "";
        height: 2px;
        width: 25px;
        display: block;
        background: #fff;
        right: 0px;
        bottom: -10px;
        position: absolute;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out; }
    .canvus_menu .toggle_icon.blog span {
      background: #ffffff; }
      .canvus_menu .toggle_icon.blog span:after, .canvus_menu .toggle_icon.blog span:before {
        background: #ffffff; }

.side_menu {
  position: fixed;
  right: -29%;
  top: 0px;
  height: 100%;
  background: #262533;
  width: 100%;
  max-width: 29%;
  text-align: center;
  padding-left: 20px;
  z-index: 2;
  padding-right: 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: .95; }
  @media (max-width: 575px) {
    .side_menu {
      max-width: 75%;
      right: -75%; } }
  .side_menu .input-group {
    display: block;
    position: relative; }
    .side_menu .input-group input {
      width: 100%;
      border: none;
      border-radius: 0px;
      height: 40px;
      padding: 0px 28px 0px 15px;
      background: #f9cc41;
      line-height: 40px;
      font-size: 12px;
      color: #fff;
      font-family: #8f8f8f;
      outline: none;
      box-shadow: none; }
      .side_menu .input-group input.placeholder {
        font-size: 12px;
        color: #fff;
        font-family: #8f8f8f; }
      .side_menu .input-group input:-moz-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: #8f8f8f; }
      .side_menu .input-group input::-moz-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: #8f8f8f; }
      .side_menu .input-group input::-webkit-input-placeholder {
        font-size: 12px;
        color: #fff;
        font-family: #8f8f8f; }
    .side_menu .input-group .input-group-append {
      position: absolute;
      right: 10px;
      top: 47%;
      transform: translateY(-50%);
      z-index: 4; }
      .side_menu .input-group .input-group-append .btn-outline-secondary {
        border: none;
        border-radius: 0px;
        color: #fff;
        padding: 0px; }
  .side_menu .menu_right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 420px; }
    .side_menu .menu_right li {
      margin-bottom: 25px; }
      @media (max-width: 1440px) {
        .side_menu .menu_right li {
          margin-bottom: 15px; } }
      .side_menu .menu_right li:last-child {
        margin-bottom: 0px; }
      .side_menu .menu_right li a {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-transform: capitalize; }
        @media (max-width: 575px) {
          .side_menu .menu_right li a {
            font-size: 15px; } }
        .side_menu .menu_right li a:hover {
          color: #bf1011; }
      .side_menu .menu_right li ul {
        display: none; }
        .side_menu .menu_right li ul li {
          text-align: left;
          margin-bottom: 10px;
          margin-left: 60px; }
          .side_menu .menu_right li ul li a {
            font-size: 14px;
            color: #fff;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s; }
          .side_menu .menu_right li ul li:first-child {
            margin-top: 10px; }
          .side_menu .menu_right li ul li:hover a {
            color: #f9cc41; }

/* Home Banner Area css
============================================================================================ */
.hero-banner {
  /*padding: 120px 0 50px 0; */}
  @media (min-width: 992px) {
    .hero-banner {
     /* padding: 125px 0 100px 0;*/ } }
  @media (min-width: 1200px) {
    .hero-banner {
      /*padding: 165px 0;*/ } }
  .hero-banner.project-bg {
    background: url("../img/project-bg.png") left center no-repeat;
    background-size: cover; }

.breadcrumb {
  padding: 0;
  background: transparent; }
  .breadcrumb span {
    cursor: initial !important; }
  .breadcrumb .btn {
    background: #f9cc41;
    border-color: #f9cc41;
    color: #000000; }
    .breadcrumb .btn.btn--rightBorder:after {
      background: #f9cc41;
      right: -1.5rem; }
    .breadcrumb .btn:after {
      content: "|";
      margin: 0 5px 0 9px; }
    .breadcrumb .btn:last-child:after {
      content: ""; }
    .breadcrumb .btn:first-child {
      padding-right: 0; }
    .breadcrumb .btn:not(:first-child) {
      padding-left: 0; }

.btn {
  border: 2px solid #bf1011;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
  padding: .5rem 1.6rem;
  position: relative;
  background: transparent;
  }
  .btn--rightBorder:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.25rem;
    min-width: 1.25rem;
    height: 2px;
    background: #bf1011;
    }
  .btn--leftBorder:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.25rem;
    min-width: 1.25rem;
    height: 2px;
    background: #bf1011; }
  .btn:hover {
    background: #bf1011;
    border-color: #bf1011;
    color: #ffffff;
    }
    .btn:hover.btn--rightBorder:after {
      background: #bf1011;
      }
    .btn:hover.btn--leftBorder:before {
      background: #bf1011;
      }
  .btn.active {
    background: #bf1011;
    border-color: #bf1011;
    color: #ffffff;
	 }
    .btn.active.btn--rightBorder:after {
      background: #bf1011; }
    .btn.active.btn--leftBorder:before {
      background: #bf1011; }
  .btn-dark {
    background: #262533;
    border-color: #262533;
    color: #ffffff;
    padding: .7rem 1.4rem;
    }
    .btn-dark.btn--rightBorder:after {
      background: #262533; }
    .btn-dark.btn--leftBorder:before {
      background: #262533; }
    .btn-dark:hover {
      background: #262533;
      color: #f9cc41;
      border-color: #262533; }
      .btn-dark:hover.btn--rightBorder:after {
        background: #262533; }
      .btn-dark:hover.btn--rightBorder:before {
        background: #262533; }

.about__img {
  position: relative; }
  .about__img__date {
    display: inline-block;
    position: absolute;
    bottom: 11%;
    left: 13%;
    background: #f9cc41;
    color: #000000;
    padding: .9rem 1.2rem 1rem 1.2rem;
    transition: all .4s; }
    .about__img__date h3 {
      font-size: 2rem;
      font-weight: 500;
      font-family: 'Oswald', sans-serif;
      margin-bottom: .2rem; }
    .about__img__date p {
      margin-bottom: 0;
      font-size: 0.75rem; }
    .about__img__date:hover {
      color: #000000;
      opacity: .96; }

.overview__single {
  padding: 20px 30px;
  /*background: rgba(255, 255, 255, 0.1);*/
  transition: all .4s; }
  .overview__single__icon {
    margin-right: 15px; }
    .overview__single__icon i,
    .overview__single__icon span {
      font-size: 2.625rem;
      color: #fff; }
  .overview__single .media-body h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-bottom: .2rem;
    }
  .overview__single .media-body p {
    margin-bottom: 0;
	color:#fff; }
  .overview__single:hover {
        background: rgba(255, 255, 255, 0.2);
    color: #ffffff; }
    .overview__single:hover h3 {
      color: #ffffff; }
    .overview__single:hover .overview__single__icon i,
    .overview__single:hover .overview__single__icon span {
      color: #ffffff; }

.tips-bg {
  background: #bf1011;
  padding: 50px 0;
  }
  .tips-bg .section-intro__subtitle {
    margin-bottom: 0;
    color: #ffffff;
    }
  .tips-bg p {
    margin-bottom: 0;
    color: #ffffff;
    }
.tips .btn:hover {
  background: transparent;
  color: #262533; }

.form-subscribe .form-control {
  border-radius: 0;
  border: 0;
  font-size: 13px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }
  .form-subscribe .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5); }
.form-subscribe .btn-append {
  border: 0;
  padding: 0.2rem .8rem 0 .8rem;
  background: #bf1011; }
  .form-subscribe .btn-append i,
  .form-subscribe .btn-append span {
    font-size: 14px;
    color: #fff;
    font-weight: 800; }
.form-contact .form-group {
  margin-bottom: 10px; }
.form-contact .form-control {
  border-radius: 0;
  background: rgba(255, 255, 255,1);
  border: 0;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  color: #8f8f8f; }
.form-contact .different-control {
  min-height: 140px; }

.social-icons li {
  display: inline-block; }
  .social-icons li:not(:last-child) {
    margin-right: 20px; }
  .social-icons li a {
    display: block;
    color: #ffffff; }
    .social-icons li a:hover {
      color: #bf1011; }

.service__single {
  padding: 35px 27px;
  background:#eaeaea;
  margin-bottom: 30px; }
  .service__singleIcon {
    margin-right: 20px; }
    .service__singleIcon i,
    .service__singleIcon span {
      font-size: 24px;
      color: #bf1011; }
  .service__single h3 {
    font-size: 1.3125rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px; }
  .service__single p {
    margin-bottom: 0; }

.hero__slide {
  position: relative; }
  .hero__slide img {
    width: 100%;
    max-height: 500px; }
    @media (min-width: 1200px) {
      .hero__slide img {
        max-height: 900px; } }
  .hero__slideContent {
    position: absolute;
    width: 100%;
    bottom: 125px;
    left: 60%;
    transform: translateX(-50%);
    max-width: 400px;
    padding: 50px 30px;
    z-index: 5;
    color: #fff;
    }
	.hero__slideContent a{color:#fff;}
    @media (min-width: 1200px) {
      .hero__slideContent {
        margin-left: 340px; } }
    @media (max-width: 575px) {
      .hero__slideContent {
        bottom: 60px; } }
    .hero__slideContent:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 100%, 0 100%, 0 0);
      background: #262533;
      z-index: -1; }
    .hero__slideContent:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #262533;
      clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
      left: -35px;
      bottom: -28px;
      transform: rotate(180deg);
      z-index: 1; }
    .hero__slideContent--right {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #bf1011;
      clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
      left: 10px;
      top: -10px;
      z-index: 1; }
    .hero__slideContent h1 {
      font-size: 2rem;
      color: #fff;
      font-weight: 300;
      margin-bottom: 20px; }
    .hero__slideContent p {
      margin-bottom: 35px; }

.heroCarousel {
  position: relative; }

.heroCarousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%); }

.testimonial__slide blockquote {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 25px; }
.testimonial__slide h3 {
  font-size: 1.3125rem;
  font-weight: 300;
  color: #333232;
  }
.testimonial__slide p {
  color: #777777; }

.owl-dots button:focus {
  outline: 0;
  box-shadow: none; }

.testimonialCarousel .owl-nav.disabled + .owl-dots {
  margin-top: 85px; }

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  min-width: 50px;
  height: 2px;
  border-radius: 0;
  outline: 2px solid transparent;
  background: #34bf1011343c;
  transition: 0.3s; }

.owl-theme .owl-dots .owl-dot.active span {
  height: 4px;
  background: #bf1011;
  border-radius: 3px;
  box-shadow: 0px 1px 0px #bf1011; }

.testimonialCarousel .owl-dots .owl-dot span {
  box-shadow: inset 0px 3px 0px 0px #bf1011; }

.contact-info__icon {
  margin-right: 20px; }
  .contact-info__icon i,
  .contact-info__icon span {
    font-size: 20px;
    color: #bf1011; }
.contact-info h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #444242; }
  .contact-info h3 a {
    color: #444242; }

/* =================================== */
/*  Blog Styles
/* =================================== */
/*============ Start Blog Home Styles  =============*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px; }
  .blog-home-banner h1 span {
    color: #f9cc41; }
  .blog-home-banner .primary-btn {
    color: #fff;
    background: #f9cc41; }
    .blog-home-banner .primary-btn:hover {
      color: #f9cc41;
      background: #fff; }
  .blog-home-banner .overlay-bg {
    background: rgba(0, 0, 0, 0.3); }

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 414px) {
    .blog-header-content h1 {
      font-size: 30px; } }
.blog-header-content p {
  margin: 20px 0px; }

.post-content-area {
  padding-top: 80px; }
  .post-content-area .single-post {
    margin-bottom: 50px; }
    .post-content-area .single-post .meta-details {
      text-align: right;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .post-content-area .single-post .meta-details {
          text-align: left; } }
      .post-content-area .single-post .meta-details .tags {
        margin-bottom: 30px; }
        .post-content-area .single-post .meta-details .tags li {
          display: inline-block;
          font-size: 14px; }
          .post-content-area .single-post .meta-details .tags li a {
            color: #fff;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s; }
            .post-content-area .single-post .meta-details .tags li a:hover {
              color: #f9cc41; }
      @media (max-width: 1024px) {
        .post-content-area .single-post .meta-details {
          margin-top: 0px; } }
    .post-content-area .single-post .user-name a,
    .post-content-area .single-post .date a,
    .post-content-area .single-post .view a,
    .post-content-area .single-post .comments a {
      color: #8f8f8f;
      margin-right: 10px;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s; }
      .post-content-area .single-post .user-name a:hover,
      .post-content-area .single-post .date a:hover,
      .post-content-area .single-post .view a:hover,
      .post-content-area .single-post .comments a:hover {
        color: #f9cc41; }
    .post-content-area .single-post .user-name .lnr,
    .post-content-area .single-post .date .lnr,
    .post-content-area .single-post .view .lnr,
    .post-content-area .single-post .comments .lnr {
      font-weight: 900;
      color: #f9cc41; }
    .post-content-area .single-post .feature-img img {
      width: 100%; }
    .post-content-area .single-post .posts-title h3 {
      margin: 20px 0px;
      color: #fff;
      font-family: 'Oswald', sans-serif; }
    .post-content-area .single-post .excert {
      margin-bottom: 20px; }
    .post-content-area .single-post .primary-btn {
      background: transparent !important;
      color: #fff !important;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      border-radius: 0px !important;
      box-shadow: none !important;
      padding: 7px 32px;
      border: 1px solid #fff; }
      .post-content-area .single-post .primary-btn:hover {
        background: #f9cc41 !important;
        color: #000000 !important;
        border: 1px solid #f9cc41; }

.posts-list .posts-title h3 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
  .posts-list .posts-title h3:hover {
    color: #f9cc41; }

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px; }
  .blog-pagination .page-link {
    border-radius: 0; }
  .blog-pagination .page-item {
    border: none; }

.page-link {
  background: transparent;
  font-weight: 400; }

.blog-pagination .page-item.active .page-link {
  background-color: #f9cc41;
  border-color: transparent;
  color: #fff; }

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8f8f8f;
  border: none; }

.blog-pagination .page-link .lnr {
  font-weight: 600; }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0; }

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f9cc41;
  border-color: #eee; }

.sidebar-widgets {
  padding-bottom: 120px; }

.widget-wrap {
  background: #3c3b48;
  padding: 20px 0px; }
  @media (max-width: 991px) {
    .widget-wrap {
      margin-top: 50px; } }
  .widget-wrap .single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #504f5b; }
    .widget-wrap .single-sidebar-widget:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
  .widget-wrap .search-widget form.search-form input[type=text] {
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #504f5b; }
  .widget-wrap .search-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .widget-wrap .search-widget ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .widget-wrap .search-widget :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .widget-wrap .search-widget :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 8px;
    background: #504f5b;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
  .widget-wrap .search-widget form.search-form::after {
    content: "";
    clear: both;
    display: table; }
  .widget-wrap .user-info-widget {
    text-align: center; }
    .widget-wrap .user-info-widget a h4 {
      margin-top: 40px;
      margin-bottom: 5px;
      color: #fff;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s; }
    .widget-wrap .user-info-widget .social-links li {
      display: inline-block;
      margin-bottom: 10px; }
      .widget-wrap .user-info-widget .social-links li a {
        color: #fff;
        padding: 10px;
        font-size: 14px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
        .widget-wrap .user-info-widget .social-links li a:hover {
          color: #f9cc41; }
  .widget-wrap .popular-post-widget .popular-title {
    background: #f9cc41;
    color: #262533;
    text-align: center;
    padding: 6px 0px;
    font-family: 'Oswald', sans-serif; }
  .widget-wrap .popular-post-widget .popular-post-list {
    margin-top: 30px; }
    .widget-wrap .popular-post-widget .popular-post-list .thumb img {
      width: 100%; }
  .widget-wrap .popular-post-widget .single-post-list {
    margin-bottom: 20px; }
    .widget-wrap .popular-post-widget .single-post-list .details {
      margin-left: 12px; }
      .widget-wrap .popular-post-widget .single-post-list .details h6 {
        font-weight: 600;
        margin-bottom: 10px;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
        .widget-wrap .popular-post-widget .single-post-list .details h6:hover {
          color: #f9cc41; }
      .widget-wrap .popular-post-widget .single-post-list .details p {
        margin-bottom: 0px; }
  .widget-wrap .ads-widget img {
    width: 100%; }
  .widget-wrap .post-category-widget .category-title {
    background: #f9cc41;
    color: #262533;
    text-align: center;
    padding: 6px 0px;
    font-family: 'Oswald', sans-serif; }
  .widget-wrap .post-category-widget .cat-list li {
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }
    .widget-wrap .post-category-widget .cat-list li p {
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 0px;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s; }
    .widget-wrap .post-category-widget .cat-list li a {
      color: #8f8f8f; }
    .widget-wrap .post-category-widget .cat-list li:hover {
      border-color: #f9cc41; }
      .widget-wrap .post-category-widget .cat-list li:hover p {
        color: #f9cc41; }
  .widget-wrap .newsletter-widget .newsletter-title {
    background: #f9cc41;
    color: #262533;
    text-align: center;
    padding: 6px 0px;
    font-family: 'Oswald', sans-serif; }
  .widget-wrap .newsletter-widget .col-autos {
    width: 100%; }
  .widget-wrap .newsletter-widget p {
    text-align: center;
    margin: 20px 0px; }
  .widget-wrap .newsletter-widget .bbtns {
    background: #f9cc41;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 0; }
  .widget-wrap .newsletter-widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top; }
    .widget-wrap .newsletter-widget .input-group-text i {
      color: #ccc;
      margin-top: -1px; }
  .widget-wrap .newsletter-widget .form-control {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px;
    font-size: 13px;
    color: #ccc;
    padding: 9px;
    padding-left: 0px; }
    .widget-wrap .newsletter-widget .form-control:focus {
      box-shadow: none;
      border-color: #ccc; }
  .widget-wrap .newsletter-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #ccc; }
  .widget-wrap .newsletter-widget .text-bottom {
    margin-bottom: 0px; }
  .widget-wrap .tag-cloud-widget .tagcloud-title {
    background: #f9cc41;
    color: #262533;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif; }
  .widget-wrap .tag-cloud-widget ul li {
    display: inline-block;
    background: #fff;
    padding: 4px 14px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }
    .widget-wrap .tag-cloud-widget ul li:hover {
      background: #f9cc41; }
    .widget-wrap .tag-cloud-widget ul li a {
      font-size: 12px;
      color: #000000; }

/*============ End Blog Home Styles  =============*/
/*============ Start Blog Single Styles  =============*/
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .single-post-area .meta-details {
    margin-top: 20px !important; }
  .single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
    .single-post-area .social-links li a {
      color: #fff;
      padding: 7px;
      font-size: 14px;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s; }
      .single-post-area .social-links li a:hover {
        color: #f9cc41; }
  .single-post-area .quotes {
    margin-top: 20px;
    padding: 30px;
    background-color: #3c3b48;
    box-shadow: -20.84px 21.58px 30px 0px rgba(68, 68, 68, 0.1); }
  .single-post-area .arrow {
    position: absolute; }
    .single-post-area .arrow .lnr {
      font-size: 20px;
      font-weight: 600; }
  .single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8); }
  .single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px; }
    .single-post-area .navigation-area .nav-left {
      text-align: left; }
      .single-post-area .navigation-area .nav-left .thumb {
        margin-right: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-left .thumb img {
          transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left .lnr {
        margin-left: 20px;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-left:hover .thumb img {
        opacity: .5; }
      @media (max-width: 767px) {
        .single-post-area .navigation-area .nav-left {
          margin-bottom: 30px; } }
    .single-post-area .navigation-area .nav-right {
      text-align: right; }
      .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-right .thumb img {
          transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5; }
  @media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
      padding-bottom: 0px; } }

.comments-area {
  background: #3c3b48;
  padding: 50px 20px;
  margin-top: 50px; }
  @media (max-width: 414px) {
    .comments-area {
      padding: 50px 8px; } }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 50px; }
  .comments-area a {
    color: #fff; }
  .comments-area .comment-list {
    padding-bottom: 30px; }
    .comments-area .comment-list:last-child {
      padding-bottom: 0px; }
    .comments-area .comment-list.left-padding {
      padding-left: 25px; }
    @media (max-width: 413px) {
      .comments-area .comment-list .single-comment h5 {
        font-size: 12px; }
      .comments-area .comment-list .single-comment .date {
        font-size: 11px; }
      .comments-area .comment-list .single-comment .comment {
        font-size: 10px; } }
  .comments-area .thumb {
    margin-right: 20px; }
  .comments-area .date {
    font-size: 13px;
    color: #cccccc; }
  .comments-area .comment {
    color: #777777; }
  .comments-area .btn-reply {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }
    .comments-area .btn-reply:hover {
      background-color: #f9cc41;
      color: #000000;
      border: 1px solid #f9cc41; }

.comment-form {
  background: #3c3b48;
  text-align: center;
  padding: 50px 20px;
  margin-top: 50px; }
  .comment-form h4 {
    text-align: center;
    margin-bottom: 50px; }
  .comment-form .name {
    padding-left: 0px; }
    @media (max-width: 991px) {
      .comment-form .name {
        padding-right: 0px; } }
  .comment-form .email {
    padding-right: 0px; }
    @media (max-width: 991px) {
      .comment-form .email {
        padding-left: 0px; } }
  .comment-form .form-control {
    padding: 12px;
    background: #504f5b;
    border: 1px solid #504f5b;
    border-radius: 0px;
    width: 100%;
    font-size: 13px;
    color: #777777; }
    .comment-form .form-control:focus {
      box-shadow: none;
      border: 1px solid #fff; }
  .comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777; }
  .comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777; }
  .comment-form .primary-btn {
    display: inline-block;
    margin-top: 20px;
    color: #000000;
    background: #f9cc41;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }
    .comment-form .primary-btn:hover {
      background: #fff; }

/*============ End Blog Single Styles  =============*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.whole-wrap {
  background-color: #f9f9ff; }

.generic-banner {
  margin-top: 60px;
  background-color: #f9cc41;
  text-align: center; }
  .generic-banner .height {
    height: 600px; }
    @media (max-width: 575px) {
      .generic-banner .height {
        height: 400px; } }
  .generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .generic-banner .generic-banner-content h2 br {
        display: none; } }
  .generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 991px) {
      .generic-banner .generic-banner-content p br {
        display: none; } }

.generic-content h1 {
  font-weight: 600; }

.about-generic-area {
  background: #fff; }
  .about-generic-area p {
    margin-bottom: 20px; }

.white-bg {
  background: #fff; }

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee; }

.switch-wrap {
  margin-bottom: 10px; }
  .switch-wrap p {
    margin: 0; }

/*---------- End Elements Page -------------*/
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }

b,
sup,
sub,
u,
del {
  color: #bf1011; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #8f8f8f; }

.button-area {
  background: #f9f9ff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
  .genric-btn:focus {
    outline: none; }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .genric-btn.large {
    line-height: 45px; }
  .genric-btn.medium {
    line-height: 30px; }
  .genric-btn.small {
    line-height: 25px; }
  .genric-btn.radius {
    border-radius: 3px; }
  .genric-btn.circle {
    border-radius: 20px; }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .genric-btn.arrow span {
      margin-left: 10px; }
  .genric-btn.default {
    color: #fff;
    background: #f9f9ff;
    border: 1px solid transparent; }
    .genric-btn.default:hover {
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff; }
    .genric-btn.default-border:hover {
      color: #fff;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.primary {
    color: #fff;
    background: #f9cc41;
    border: 1px solid transparent; }
    .genric-btn.primary:hover {
      color: #f9cc41;
      border: 1px solid #f9cc41;
      background: #fff; }
  .genric-btn.primary-border {
    color: #f9cc41;
    border: 1px solid #f9cc41;
    background: #fff; }
    .genric-btn.primary-border:hover {
      color: #fff;
      background: #f9cc41;
      border: 1px solid transparent; }
  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
    .genric-btn.success:hover {
      color: #4cd3e3;
      border: 1px solid #4cd3e3;
      background: #fff; }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
    .genric-btn.success-border:hover {
      color: #fff;
      background: #4cd3e3;
      border: 1px solid transparent; }
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
    .genric-btn.info:hover {
      color: #38a4ff;
      border: 1px solid #38a4ff;
      background: #fff; }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
    .genric-btn.info-border:hover {
      color: #fff;
      background: #38a4ff;
      border: 1px solid transparent; }
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
    .genric-btn.warning:hover {
      color: #f4e700;
      border: 1px solid #f4e700;
      background: #fff; }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
    .genric-btn.warning-border:hover {
      color: #fff;
      background: #f4e700;
      border: 1px solid transparent; }
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
    .genric-btn.danger:hover {
      color: #f44a40;
      border: 1px solid #f44a40;
      background: #fff; }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
    .genric-btn.danger-border:hover {
      color: #fff;
      background: #f44a40;
      border: 1px solid transparent; }
  .genric-btn.link {
    color: #fff;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
    .genric-btn.link:hover {
      color: #fff;
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.link-border {
    color: #fff;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
    .genric-btn.link-border:hover {
      color: #fff;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f9cc41; }

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll; } }

.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }
  .progress-table .serial {
    width: 11.83%;
    padding-left: 30px; }
  .progress-table .country {
    width: 28.07%; }
  .progress-table .visit {
    width: 19.74%; }
  .progress-table .percentage {
    width: 40.36%;
    padding-right: 50px; }
  .progress-table .table-head {
    display: flex; }
    .progress-table .table-head .serial,
    .progress-table .table-head .country,
    .progress-table .table-head .visit,
    .progress-table .table-head .percentage {
      color: #fff;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 500; }
  .progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex; }
    .progress-table .table-row .serial,
    .progress-table .table-row .country,
    .progress-table .table-row .visit,
    .progress-table .table-row .percentage {
      display: flex;
      align-items: center; }
    .progress-table .table-row .country img {
      margin-right: 15px; }
    .progress-table .table-row .percentage .progress {
      width: 80%;
      border-radius: 0px;
      background: transparent; }
      .progress-table .table-row .percentage .progress .progress-bar {
        height: 5px;
        line-height: 5px; }
        .progress-table .table-row .percentage .progress .progress-bar.color-1 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-2 {
          background-color: #e66686; }
        .progress-table .table-row .percentage .progress .progress-bar.color-3 {
          background-color: #f09359; }
        .progress-table .table-row .percentage .progress .progress-bar.color-4 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-5 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-6 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-7 {
          background-color: #a367e7; }
        .progress-table .table-row .percentage .progress .progress-bar.color-8 {
          background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
  .single-gallery-image:hover {
    opacity: .8; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #f9cc41;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #f9cc41;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #8f8f8f; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f9cc41;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #8f8f8f; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f9cc41;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #8f8f8f; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #f9cc41; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .default-switch input + label {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #f9cc41;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .default-switch input:checked + label {
      left: 19px; }

.single-element-widget {
  margin-bottom: 30px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .primary-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        cursor: pointer;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s; }
      .primary-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .primary-switch input:checked + label:after {
      left: 19px; }
    .primary-switch input:checked + label:before {
      background: #f9cc41; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .confirm-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        cursor: pointer; }
      .confirm-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .confirm-switch input:checked + label:after {
      left: 19px; }
    .confirm-switch input:checked + label:before {
      background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-checkbox input:checked + label {
      background: url(../img/elements/primary-check.png) no-repeat center center/cover;
      border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-checkbox input:checked + label {
      background: url(../img/elements/success-check.png) no-repeat center center/cover;
      border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-checkbox input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-checkbox input:checked + label {
      background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
      border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-radio input:checked + label {
      background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
      border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-radio input:checked + label {
      background: url(../img/elements/success-radio.png) no-repeat center center/cover;
      border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-radio input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-radio input:checked + label {
      background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
      border: none; }

.default-select {
  height: 40px; }
  .default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 40px; }
    .default-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .default-select .nice-select .list .option {
        font-weight: 300;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px; }
        .default-select .nice-select .list .option.selected {
          color: #f9cc41;
          background: transparent; }
        .default-select .nice-select .list .option:hover {
          color: #f9cc41;
          background: transparent; }
  .default-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .default-select .nice-select::after {
    right: 20px; }

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px; } }

.form-select {
  height: 40px;
  width: 100%; }
  .form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
    .form-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .form-select .nice-select .list .option {
        font-weight: 300;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px; }
        .form-select .nice-select .list .option.selected {
          color: #f9cc41;
          background: transparent; }
        .form-select .nice-select .list .option:hover {
          color: #f9cc41;
          background: transparent; }
  .form-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .form-select .nice-select::after {
    right: 20px; }

.footer-bg {
 /* background: url("../img/footer-bg.png") left center no-repeat;*/
  background-size: cover;
  padding-top: 110px;
  position: relative;
  z-index: 1; 
 	color:#fff;
	    background: #ffffff !important;
    border-top: 5px solid #bf1011;
 }
  .footer-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(16, 15, 29, 0.28);
    z-index: -1; }
.footer__title {
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px; }
.footer__link li {
  margin-bottom: .8rem; }
  .footer__link li a {
    color: #fff;
    text-transform: capitalize; }
.footer__bottom {
  padding: 1.3rem 0;
  margin-top: 65px; }
  .footer__bottom p {
    margin-bottom: 0; }
    .footer__bottom p a {
      color: #f9cc41; }
  .footer__bottom.top-border {
    border-top: 1px solid #333333; }

/*# sourceMappingURL=style.css.map */



.container-sec{
	padding:0 12em;
}
.about__img img{
	width:100%;
}
.portfolio__img img{
	width:100%;
}
.inner-logo {
    max-width: 100%;
}
.inner-tittle{
	text-align: center !important;
    font-size: 4vw;
    color: #fff !important;
    position: absolute;
    z-index: 99 !important;
    bottom: 0;
    width: 100%;
}

.overview{
	background:#bf1011;
}
.project-bg{
	position:relative;
}
.project-bg:after{
	position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.3) !important;
}
.project-bg img{
	/* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.contact-person{
	font-size:22px;
}
.per-persons{
	position:relative;
	padding-bottom:1em;
	padding-top:2em;
	margin-bottom:4em;
}
.per-persons h3{
	color:#444242;
}
.per-persons h3 a{
	color:#444242 !important;
}

.contact-section{
	margin-bottom:0 !important;
}
#map{
	height:500px;
}




/*clients page css*/
.clients{
	/*background: #fff;*/
	padding:2em 0em;
	display:inline-block;
}
.clients ul{
	padding:0;
}
.clients ul li a{ display:block;}
.clients ul li{
	list-style: none;
    margin-bottom: 2%;
    padding: 15px;
    position: relative;
    display: inline-block;
    width: 24%;
	text-align:center;
}

.clients ul li::before{
	transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 45%;
    height: 65%;
	right: 0;
    width: 1px;
    background: #cacaca;
}
.clients ul li::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 20%;
    height: 1px;
    width: 60%;
    background: #cacaca;
}

.clients ul li img{
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    margin:0 auto 20px auto;
	max-width:175px;
}

.clients ul li img:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.service-ul{
	display: inline-block;
    margin-top: 2em;
    padding: 0;
    float: left;
    margin-right: 5em;
}
.service-ul p{
	 font-size:18px;
	 font-weight:bold;
}
.service-ul ul{
	padding-left:15px;
}
.service-ul ul li{
	list-style:disc;
	line-height:25px;
}








@media (min-width: 767px){
	.clients ul li:last-child::before,
	.clients ul li:nth-child(4n)::before {
		width: 0px;
	}
}










/*menu css*/
.top-sections{}
.menu{
	    float: right;
    position: absolute;
    right: 0;
    padding-top: 4em;
	top:0;
	padding-right: 10em;
}
#cssmenu {
	position: relative;
	height: 44px;
	width: auto;
}
#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#cssmenu > ul {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-center ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
#cssmenu > ul > #menu-button {
	display: none;
}
#cssmenu ul li a {
	display: block;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
#cssmenu > ul > li > a {
	font-size: 16px;
	padding: 15px 20px;
	color: #ffffff;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	text-transform: uppercase;
}
#cssmenu > ul > li.active > a {
	color:#c20f13;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
	color:#ffffff;
}
#cssmenu li.has-sub::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}
#cssmenu > ul > li.has-sub::after {
	right: 10px;
	top: 20px;
	border: 5px solid transparent;
	border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
	border-top-color: #ffffff;
}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
	display:none;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	z-index: -2;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}
#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	top: -12px;
	right: 100%;
	z-index: -2;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
}
#cssmenu ul ul ul {
	top: 37px;
	padding-left: 5px;
}
#cssmenu ul ul li {
	  position: relative;
}
#cssmenu > ul > li:hover > ul {
	left: auto;
	top: 44px;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
	opacity: 1;
}
#cssmenu ul ul li:hover > ul {
	left: 170px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
	left: auto;
	right: 170px;
	top: 0;
	opacity: 1;
	padding-right: 5px;
}
#cssmenu ul ul li a {
	width: 220px;
    border-bottom: 1px solid #da171b;
    padding: .9em .9em;
    font-size: 0.96em;
    color: #ffffff;
    background: #c20f13;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu ul ul li:hover > a {
	background: #94080b;
	color: #ffffff;
}
#cssmenu ul ul li.active > a {
	background: #f33c3c;
	color: #ffffff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
	border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
	content: '';
	border: 6px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: #c20f13;
	position: absolute;
	top: -12px;
	left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 30px;
}
#cssmenu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #e36319;
	right: 10px;
	top: 12px;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
	border-left-color: transparent;
	border-right-color: #9ea2a5;
	right: auto;
	left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
	border-left-color: #ffffff;
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
	border-right-color: #ffffff;
	border-left-color: transparent;
	left: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@media (max-width: 1200px) {
	#cssmenu > ul > li > a{
		padding:15px 8px;
		font-size:1em;
	}
	
}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: auto;
		height:auto;
		min-width:260px;
		z-index:999999;
	}
	#cssmenu.align-center ul {
    	text-align: left;
	}
	#cssmenu.align-right > ul > li {
    	float: none;
	}
	#cssmenu ul {
		width: auto;
	}
	#cssmenu .submenuArrow,
	#cssmenu #indicatorContainer {
		display: none;
	}
	#cssmenu > ul {
		height: auto;
		display: block;
		background:#c30f11;
		height:auto;
	}
	#cssmenu > ul > li {
		float: none;
	}
	#cssmenu li,
	#cssmenu > ul > li {
		display: none;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu ul > li:hover > ul,
	#cssmenu ul ul > li:hover > ul,
	#cssmenu.align-right ul ul,
	#cssmenu.align-right ul ul ul,
	#cssmenu.align-right ul > li:hover > ul,
	#cssmenu.align-right ul ul > li:hover > ul {
    	position: relative;
    	left: auto;
    	top: auto;
    	opacity: 1;
    	padding-left: 0;
    	padding-right: 0;
    	right: auto;
	}
	#cssmenu ul .has-sub::after {
    	display: none;
	}
	#cssmenu ul li a {
    	padding: 12px 18px;
	}
	#cssmenu ul ul li a {
    	border: 0;
    	background: none;
    	width: auto;
    	padding: 8px 35px;
	}
  
	#cssmenu.align-right ul ul li a {
    	text-align: left;
	}
	#cssmenu ul ul li:hover > a {
		background: #F6530B;
    	color: #ffffff;
	}
	#cssmenu > ul > li > a{
		border-bottom: 1px solid #e82f31;
	}
	#cssmenu > ul > li.active > a{
		border-bottom: 1px solid #e82f31;
	}
	#cssmenu ul ul ul a {
    	padding: 8px 50px;
	}
	#cssmenu ul ul ul ul a {
		padding: 8px 65px;
	}
	#cssmenu ul ul ul ul ul a {
    	padding: 8px 80px;
	}
	#cssmenu ul ul ul ul ul ul a {
    	padding: 8px 95px;
	}
	#cssmenu > ul > #menu-button {
		display: block;
    	cursor: pointer;
	}
	#cssmenu #menu-button > a {
    	padding: 12px 15px;
	}
	#cssmenu ul.open li,
	#cssmenu > ul.open > li {
    	display: block;
	}
	#cssmenu > ul.open > li#menu-button > a {
		color: #fff;
    	border-bottom: 1px solid rgba(150, 150, 150, 0.1);
	}
	#cssmenu ul ul::after {
    	display: none;
	}
	#cssmenu #menu-button::after {
    	display: block;
    	content: '';
    	position: absolute;
    	height: 7px;
    	width: 22px;
    	border-top: 2px solid #ffffff;
    	border-bottom: 2px solid #ffffff;
    	right: 15px;
    	top: 13px;
	}
	#cssmenu #menu-button::before {
    	display: block;
    	content: '';
    	position: absolute;
    	height: 3px;
    	width: 22px;
    	border-top: 2px solid #ffffff;
    	right: 15px;
    	top: 23px;
	}
	#cssmenu ul.open #menu-button::after,
	#cssmenu ul.open #menu-button::before {
    	border-color: #fff;
	}
  
	#cssmenu > ul > li.active > a {
		color:#f38c8c   !important;
	}
	#cssmenu > ul > li.has-sub > a {
  		padding-right: 32px;
	}
	#cssmenu > ul > li:hover > a {
		color: #ffffff;
	}
}

@media (max-width: 380px) {
	#cssmenu{
		min-width: inherit;
	}
}




.card-header, .card-link,.card-link:hover{
	 background-color: #262533;
    text-align: left;
    color: white;
    width: 100%;
    display: inherit;
    height: 100%;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.card-body{
	padding:3em 2em 2.2em 2em;
	font-family: 'Roboto', sans-serif;
}
.card{
	width:100%;
}
.card p{
	position:absolute;
	top:5px;
	right:20px;
	font-size:20px;
	color:white;
	-webkit-animation: minus 0.5s;
}
.card p b{
	color:#fff;
}
.card-body ul{
	    background: #f1f0f0;
    padding: 2em;
	margin-bottom:1em;
	
}
.card-body ul li{
	list-style:none;
	margin-bottom:0.5em;
}
.card-body b{
	color:#c20f13;
}

.rights{
	float:right;
	font-weight: bold;
}






@keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}










@media (max-width: 1700px) {
	#cssmenu > ul > li > a {
    	padding: 15px 10px;
	}
}
@media (max-width: 1400px) {
	.hero__slideContent {
		left: 50%;
	}
	.navbar-brand {
    	width: 13%;
	}
	#cssmenu > ul > li > a {
    	padding: 15px 5px;
	}
}
@media (max-width: 1200px) {
	.container-sec {
		padding: 0 8em;
	}
}
@media (max-width: 992px) {
	.navbar-brand {
		left: 1em;
		width: 14%;
	}
	.menu {
		padding-top: 2em;
    	padding-right: 3em;
	}
	#cssmenu > ul > li > a {
    	font-size: 11px;
	}
	#map{
		height:300px;
	}
	.hero__slideContent {
		bottom: 70px;
		left: 60%;
		padding: 30px 15px;
	}
}
@media (max-width: 767px) {
	.container-sec {
		padding: 0 3em;
	}
	.section-intro__subtitle {
		font-size: 1.8rem;
	}
	.section-intro__title{
		margin-bottom:0;
	}
	.section-intro__subtitle {
    	margin-bottom: 1rem;
	}
	p {
		font-size: 13px;
	}
	.overview__single .media-body h3 {
		font-size: 23px;
	}
	.section-intro__subtitle.bottom-border {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.section-intro__subtitle.small {
    	font-size: 1.5rem;
	}
	.mb-5, .my-5 {
    	margin-bottom: 1rem!important;
	}
	.tips-bg {
    	padding: 25px 0;
	}
	.testimonialCarousel .owl-nav.disabled + .owl-dots {
    	margin-top: 25px;
	}
	.hero__slideContent h1 {
		font-size: 1.5rem;
	}
	.navbar-brand{
		width:15%;
	}
	.navbar-brand{
		left:0;
	}
	.menu {
    	padding-right: 1.5em;
	}
	.top-sections {
    	position: relative;
    	background: #262533;
    	text-align: center;
	}
	.navbar-brand{
		position:relative;
	}
	.menu {
		float: none;
		position: relative;
		right: 0;
		padding-top: 0em;
		width: 100%;
		text-align: left;
		padding-right: 0 !important;
	}
	p {
		font-size:13px;
	}
	#map{
		height:200px;
	}
	.per-persons {
    	padding-bottom: 0;
    	padding-top: 0em;
    	margin-bottom: 1em;
	}
	.clients ul li:last-child::before,
	.clients ul li:nth-child(3n)::before {
		width: 0px;
	}
	.clients ul li{
		width:32%;
	}
	.hero__slideContent{
		display:none;
	}
	.rights{
		display:none;
	}
}
@media (max-width: 580px) {
	.container-sec {
    	padding: 0 2em;
	}
	.hero__slideContent {
		left: 50%;
		max-width: 300px;
	}
	.navbar-brand {
    	width: 30%;
	}
	.footer-bg{
		padding-top:35px;
	}
	.footer__bottom {
    	padding: 0.9rem 0;
    	margin-top: 8px;
		text-align:center;
	}
	.clients-img{
      width:50%;
  }
  .clients ul li{
		width:49%;
	}
	.clients ul li:last-child::before,
	.clients ul li:nth-child(2n)::before {
		width: 0px;
	}
}


@media (max-width: 380px) {
	.clients-img{
    	width:100% !important;
  	}
}

@media (min-width: 768px){
	.pb-md-5, .py-md-5 {
		padding-bottom: 1rem!important;
	}
}

.footer-bg {
    background: #fff !important;
}
.footer-bg p{
	color:#000 !important;
}
.footer-bg .footer__title{
	color:#000 !important;
}
.footer-bg:after{
	display:none !important;
}
.footer-bg .footer__link li a{
	color:#000 !important;
}
.social-icons li a {
    display: block;
    color: #000 !important;
}

.sub-chart{
	text-align:center;
	margin-top:2em;
}


.services-ul{
	padding-left:15px;
}
.services-ul li{
	list-style:circle;
	font-size:15px;
	line-height:28px;
}

.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
 	margin-bottom: 1em;
    padding: 8px;
	/*margin-right: 20px;
	width: 200px;*/
}
.demo-gallery > ul > li:nth-child(even) a{
	border:solid 5px #e30d17;
}
.demo-gallery > ul > li:nth-child(odd) a{
	border:solid 5px #000;
}
.demo-gallery > ul > li a {
	/*border: 3px solid #FFF;
	border-radius: 3px;*/
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width:100%;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}




