/* ==========================================================
   Common CSS Table Of Contents
   ==========================================================
   * 1.Common CSS
   * 2.Overlay CSS
   * 3.Button CSS
   * 4.Section Padding CSS
   * 5.Button Hover Effects
   * 6.Button Animation
   * 7.Sass Mixin
============================================================== */
/* ================================================================= */
/* 1.Common CSS
/* ================================================================= */
body {
  font-family: 'Poppins', sans-serif; margin:0}

body,
html {
  height: 100%;
  color: #666666;
  font-size: 16px; }
  body p,
  html p {
    line-height: 30px; }

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%; }

a,
a:focus,
a:hover {
  text-decoration: none; }

input {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  color: #222222; }





/* ================================================================= */
/* 4.Section Padding CSS
/* ================================================================= */
.sp100 {
  padding: 100px 0; }

.spt100 {
  padding: 100px 0 0; }

.spb100 {
  padding: 0 0 100px; }

.pL-30 {
  padding-left: 30px; }

.pR-30 {
  padding-right: 30px; }

.section-title {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 75px; }
  .section-title h2 {
    font-size: 30px; }


/* =================================== */
/* 6.Button Animation
/* =================================== */
@keyframes scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 1; }
  40% {
    transform: translateY(-12px);
    opacity: 0.3; }
  60% {
    transform: translateY(-8px);
    opacity: 0.5; }
  80% {
    transform: translateY(-5px);
    opacity: 0.7; }
  100% {
    transform: translateY(0px);
    opacity: 0; } }
.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }





  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area {
      height: 750px; } }
  .header-area .main-menu-area {
    position: relative;
    top: 40px;
    z-index: 9;
 
      /* =================================== */
      /* 3 Search Box CSS
      /* =================================== */ }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-area .main-menu-area .main-menu {
          padding: 0; }
          .header-area .main-menu-area .main-menu .navbar-header {
            color: #222;
            position: absolute;
            right: 25px;
            top: -55px; }
            .header-area .main-menu-area .main-menu .navbar-header .navbar-toggle {
              margin: 0;
              padding: 0; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-area .main-menu-area .main-menu .nav.navbar-nav {
          text-align: left; } }
      .header-area .main-menu-area .main-menu .nav.navbar-nav li {
        position: relative; }
        .header-area .main-menu-area .main-menu .nav.navbar-nav li .icofont.icofont-caret-down {
          position: absolute;
          right: 2px;
          top: 42%;
          font-size: 14px;
          z-index: 99; }
          @media only screen and (min-width: 0px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li .icofont.icofont-caret-down {
              right: -2px;
              top: 38px;
              font-size: 10px; } }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li .icofont.icofont-caret-down {
              right: 44px;
              top: 15px; } }
        .header-area .main-menu-area .main-menu .nav.navbar-nav li:nth-last-child(1) > ul, .header-area .main-menu-area .main-menu .nav.navbar-nav li:nth-last-child(2) > ul, .header-area .main-menu-area .main-menu .nav.navbar-nav li:nth-last-child(3) > ul {
          left: auto;
          right: 0;
          top: 100%; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .header-area .main-menu-area .main-menu .nav.navbar-nav li ul {
            padding-left: 10px; } }
        .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
          border-bottom: 1px dashed #288feb; }
        @media only screen and (min-width: 768px) {
          .header-area .main-menu-area .main-menu .nav.navbar-nav li:hover > ul {
            transform: translateY(0px);
            visibility: visible;
            opacity: 1; }
          .header-area .main-menu-area .main-menu .nav.navbar-nav li ul {
            position: absolute;
            left: 0;
            top: 100%;
            width: 280px;
            text-align: left;
            background: #fff;
            transform: translateY(10px);
            -moz-transition: transform 0.3s ease-in-out;
            -webkit-transition: transform 0.3s ease-in-out;
            transition: all 0.5s ease-in-out;
            visibility: hidden;
            opacity: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-menu-area .main-menu .nav.navbar-nav li ul {
      width: 230px; } }
        @media only screen and (min-width: 768px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
              display: block; }
              .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li:last-child {
                border-bottom: 0 solid; }
              .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li:hover > ul {
                transform: translateY(0px);
                visibility: visible;
                opacity: 1; }
              .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li > ul {
                right: auto;
                left: 0px;
                visibility: hidden;
                opacity: 0;
                z-index: 9999;
                background: red; } }
      @media only screen and (min-width: 768px) and (min-width: 0px) and (max-width: 767px) {
        .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li > ul {
          visibility: visible;
          opacity: 1;
          position: relative; } }
        @media only screen and (min-width: 768px) {
              .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li a {
                padding: 12px 0 10px 18px;
                transition: 0.4s;
                -moz-transition: 0.4s;
                -o-transition: 0.4s; }
                .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li a:hover {
                  padding-left: 23px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .header-area .main-menu-area .main-menu .nav.navbar-nav li {
            display: block; } }
        .header-area .main-menu-area .main-menu .nav.navbar-nav li a {
          color: #000000;
          font-size: 16px;
          font-weight: 500;
          text-transform: lowercase;
          padding: 33px 22px;
          transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li a {
              padding: 33px 21px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li a {
              padding: 33px 10px;
              font-size: 12px; } }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .header-area .main-menu-area .main-menu .nav.navbar-nav li a {
              padding: 10px 22px; } }
          .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover {
            color: #288feb;
            text-decoration: line-through; }
          .header-area .main-menu-area .main-menu .nav.navbar-nav li a:focus, .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover {
            background: none; }
      .header-area .main-menu-area .main-menu .search-box {
        position: absolute;
        right: 40px;
        top: 35px;
        cursor: pointer; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .main-menu-area .main-menu .search-box {
            top: 32px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .header-area .main-menu-area .main-menu .search-box {
            cursor: pointer;
            font-size: 10px;
            position: absolute;
            right: 80px;
            top: -48px; } }
        .header-area .main-menu-area .main-menu .search-box .search-trigger {
          position: relative; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .main-menu-area .main-menu .search-box .search-trigger {
              font-size: 10px; } }
        .header-area .main-menu-area .main-menu .search-box .search-form {
          background: #fff;
          padding: 10px 15px;
          position: absolute;
          right: 0;
          top: 53px;
          width: 280px;
          visibility: hidden;
          opacity: 0;
          transform: translateY(100px) scale(1.2);
          transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .header-area .main-menu-area .main-menu .search-box .search-form {
              right: -64px;
              width: 240px; } }
          .header-area .main-menu-area .main-menu .search-box .search-form.visible-search-form {
            visibility: visible;
            opacity: 1;
            transform: scale(1);
            transform: translateY(0) scale(1); }
          .header-area .main-menu-area .main-menu .search-box .search-form input {
            background: transparent none repeat scroll 0 0;
            border: 1px solid #eee;
            padding: 7px;
            width: calc(100% - 35px); }
          .header-area .main-menu-area .main-menu .search-box .search-form button {
            background: none;
            border: medium none;
            padding: 0;
            width: 30px; }
            .header-area .main-menu-area .main-menu .search-box .search-form button i {
              color: #288feb; }
  .header-area .page-title {
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 40px 0; }
    .header-area .page-title h2 {
      font-size: 30px;
      margin: 0;
      color: #ffffff;
      text-transform: uppercase; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-area .page-title h2 {
          text-align: center; } }
    .header-area .page-title .breadcrumbs {
      text-align: right; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-area .page-title .breadcrumbs {
          text-align: center; } }
      .header-area .page-title .breadcrumbs li {
        display: inline-block;
        position: relative;
        padding-right: 15px; }
        .header-area .page-title .breadcrumbs li:after {
          position: absolute;
          right: 0;
          top: 0;
          content: "-";
          color: #fff; }
        .header-area .page-title .breadcrumbs li:last-child {
          padding-right: 0; }
          .header-area .page-title .breadcrumbs li:last-child:after {
            display: none; }
        .header-area .page-title .breadcrumbs li a {
          color: #fff;
          transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
          .header-area .page-title .breadcrumbs li a:hover {
            color: #288feb; }


/* =================================== */
/* 6. Services Area CSS
/* =================================== */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 0px) and (max-width: 767px) {
  .services-area.sp100 {
    padding: 100px 0 80px; } }
.sin-service {
  text-align: center;
  font-weight: 300;
  padding: 10px 27px;
  box-shadow: 0 -5px 16px 2px rgba(0, 0, 0, 0.04);
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 0px) and (max-width: 767px) {
    .sin-service {
      margin-bottom: 50px; } }
  .sin-service:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #288feb;
    content: "";
    height: 0;
    width: 1px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .sin-service:before {
    position: absolute;
    right: 0;
    top: 0;
    background: #288feb;
    content: "";
    height: 0;
    right: 0;
    width: 1px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .sin-service .service-hover-bar {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 9; }
    .sin-service .service-hover-bar:before {
      background: #288feb;
      content: "";
      height: 1px;
      position: absolute;
      top: 0;
      right: 50%;
      width: 0;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
    .sin-service .service-hover-bar:after {
      background: #288feb;
      content: "";
      height: 1px;
      position: absolute;
      left: 50%;
      top: 0;
      width: 0;
      transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
  .sin-service .service-icon {
    background: #fff;
    border: 5px solid #deefff;
    border-radius: 50%;
    color: #288feb;
    display: inline-block;
    font-size: 35px;
    height: 86px;
    line-height: 86px;
    margin-bottom: 25px;
    margin-top: -43px;
    text-align: center;
    width: 86px;
    position: relative;
    z-index: 9; }
    .sin-service .service-icon:after {
      background: #288feb;
      border-radius: 50%;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: scale(1.2);
      width: 100%;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
  .sin-service h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    font-weight: 600;
    position: relative;
    z-index: 9; }
  .sin-service p {
    position: relative;
    z-index: 9; }

.sin-service:hover .service-icon {
  color: #fff; }
  .sin-service:hover .service-icon:after {
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
.sin-service:hover:before {
  height: 98px; }
.sin-service:hover:after {
  height: 98px; }
.sin-service:hover .service-hover-bar:before {
  width: 50%; }
.sin-service:hover .service-hover-bar:after {
  width: 50%; }




/* =================================== */
/* 21. Sidebar CSS
/* =================================== */
.sidebar .widget {
  margin-bottom: 70px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sidebar .widget {
      margin-bottom: 50px; } }
  .sidebar .widget.widget_search .widget-search {
    border: 1px solid #d0d0d0;
    padding: 10px; }
    .sidebar .widget.widget_search .widget-search button,
    .sidebar .widget.widget_search .widget-search input {
      background: none;
      border: none;
      display: inline-block;
      padding: 0 10px; }
    .sidebar .widget.widget_search .widget-search input {
      color: #666;
      font-size: 16px;
      font-weight: 300;
      width: calc(100% - 45px); }
    .sidebar .widget.widget_search .widget-search button {
      width: 40px;
      color: #288feb; }
  .sidebar .widget ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s; }
    .sidebar .widget ul li:hover {
      margin-left: 20px; }
      .sidebar .widget ul li:hover:after {
        color: #288feb; }
    .sidebar .widget ul li:after {
      font-family: icofont;
      left: 0;
      position: absolute;
      top: 0;
      content: "\eb27";
      transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    .sidebar .widget ul li a {
      color: #666666;
      font-size: 16px;
      font-weight: 300;
      transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
      .sidebar .widget ul li a:hover {
        color: #288feb; }
  .sidebar .widget .widget-title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .sidebar .widget .widget-title {
        margin-bottom: 20px; } }
  .sidebar .widget .recent-news-wrap .sin-r-news {
    margin-bottom: 30px;
    overflow: hidden; }
    .sidebar .widget .recent-news-wrap .sin-r-news .r-news-thumb {
      display: block;
      float: left;
      margin-right: 15px; }
    .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content {
      padding-left: 85px; }
      .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content a {
        color: #000000;
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px; }
      .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content .date {
        display: block;
        font-size: 13px;
        color: #288feb; }

/* =================================== */
/* 22. Comments CSS
/* =================================== */
.comment-section {
  margin-top: 80px;
  /* =================================== */
  /* 23. Comments Form CSS
  /* =================================== */ }
  .comment-section .comment-sec-title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  .comment-section .comments li {
    display: block;
    margin-bottom: 50px; }
    .comment-section .comments li .comment .v-card {
      border: 3px solid #c0e1ff;
      float: left;
      margin-right: 25px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .comment-section .comments li .comment .v-card {
          float: none;
          margin: 0 0 10px;
          display: inline-block; } }
    .comment-section .comments li .comment .comment-content {
      font-size: 15px;
      font-weight: 300;
      padding-left: 131px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .comment-section .comments li .comment .comment-content {
          padding: 0; } }
      .comment-section .comments li .comment .comment-content p {
        margin-bottom: 18px; }
      .comment-section .comments li .comment .comment-content h4 {
        color: #000000;
        font-weight: 500;
        margin-bottom: 2px; }
      .comment-section .comments li .comment .comment-content .comment-date {
        display: block;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 7px; }
        .comment-section .comments li .comment .comment-content .comment-date:hover {
          color: #288feb; }
      .comment-section .comments li .comment .comment-content .replay-btn {
        color: #000000;
        font-size: 16px;
        font-weight: 500; }
        .comment-section .comments li .comment .comment-content .replay-btn i {
          color: #288feb; }
  .comment-section .comments-form h4 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 60px;
    text-transform: uppercase; }
  .comment-section .comments-form form input,
  .comment-section .comments-form form textarea {
    border: 1px solid #dbdbdb;
    color: #666666;
    display: block;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 13px 0 13px 16px;
    resize: none;
    width: 100%;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s; }
    .comment-section .comments-form form input:focus,
    .comment-section .comments-form form textarea:focus {
      border-color: #66afe9;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }
  .comment-section .comments-form form input[type="submit"] {
    border-color: #288feb;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 30px;
    text-transform: capitalize;
    width: auto;
    background: #288feb;
    margin: 20px 0 0; }


body {
  /*
      ==============================
      First Color
      ==============================
  */
    /*
		==============================
		Second Color
		==============================
	*/
    /*
		==============================
		Third Color
		==============================
	*/
    /*
			==============================
			Fourth Color
			==============================
		*/
  /* =================== Secondary Color CSS ======================= */
  /* =================== Color Element CSS ======================= */
  position: relative; }
  body.red-color .comment-section .comments li .comment .comment-content .comment-date:hover,
  body.red-color .comment-section .comments li .comment .comment-content .replay-btn i,
  body.red-color .cta-btn,
  body.red-color .err-content-section .err-content .err-message span,
  body.red-color .faq-page-section dl.accordion dt:after,
  body.red-color .footer-section .news-posted-date,
  body.red-color .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover,
  body.red-color .header-area .main-menu-area .main-menu .search-box .search-form button i,
  body.red-color .header-area .page-title .breadcrumbs li a:hover,
  body.red-color .header-area .slider-area .item .slide-content h1 span,
  body.red-color .item .slide-content h1 span,
  body.red-color .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content .date,
  body.red-color .sidebar .widget ul li a:hover,
  body.red-color .sidebar .widget ul li:after,
  body.red-color .sidebar .widget.widget_search .widget-search button,
  body.red-color .sin-service .service-icon,
  body.red-color .text-holder p a {
    color: #F22613; }
  body.red-color .sin-service:hover .service-icon {
    color: #fff; }
  body.red-color .btheme-breadcumbs li a:hover,
  body.red-color .btheme-breadcumbs li.active a,
  body.red-color .comment-section .comments-form form input[type="submit"],
  body.red-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.red-color .main-menu-area .menu-bg:after,
  body.red-color .sin-latest-news .latest-news-content,
  body.red-color .sin-team-member:after,
  body.red-color .upx-btn-hover1:hover,
  body.red-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
    border-color: #F22613 !important; }
  body.red-color .btheme-breadcumbs li a:hover,
  body.red-color .btheme-breadcumbs li.active a,
  body.red-color .col-trigger,
  body.red-color .comment-section .comments-form form input[type="submit"],
  body.red-color .contact-section .contact-form .contact-infos,
  body.red-color .contact-section .contact-form form input[type="submit"],
  body.red-color .cta-section.overlay:after,
  body.red-color .customer-stament-wrapper .owl-nav div,
  body.red-color .faq-page-section .faq-form-sec .faq-form form input[type="submit"],
  body.red-color .faq-page-section dl.accordion dt,
  body.red-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.red-color .read-more-btn,
  body.red-color .services-details-page .service-details-gallery-wrap .owl-nav div,
  body.red-color .sin-c-statement .customer-meta,
  /*body.red-color .sin-latest-news .latest-news-content .news-text,*/
  body.red-color .sin-pricing-box .order-now-btn,
  body.red-color .sin-pricing-box .pricing-head,
  body.red-color .sin-project .project-hover,
  body.red-color .sin-service .service-hover-bar:after,
  body.red-color .sin-service .service-hover-bar:before,
  body.red-color .sin-service .service-icon:after,
  body.red-color .sin-service:after,
  body.red-color .sin-service:before,
  body.red-color .sin-team-member .team-member-hover,
  body.red-color .upx-btn-hover1:after,
  body.red-color .video-holder .video-play-btn {
    background-color: #F22613; }
  body.green-color .comment-section .comments li .comment .comment-content .comment-date:hover,
  body.green-color .comment-section .comments li .comment .comment-content .replay-btn i,
  body.green-color .cta-btn,
  body.green-color .err-content-section .err-content .err-message span,
  body.green-color .faq-page-section dl.accordion dt:after,
  body.green-color .footer-section .news-posted-date,
  body.green-color .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover,
  body.green-color .header-area .main-menu-area .main-menu .search-box .search-form button i,
  body.green-color .header-area .page-title .breadcrumbs li a:hover,
  body.green-color .header-area .slider-area .item .slide-content h1 span,
  body.green-color .item .slide-content h1 span,
  body.green-color .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content .date,
  body.green-color .sidebar .widget ul li a:hover,
  body.green-color .sidebar .widget ul li:after,
  body.green-color .sidebar .widget.widget_search .widget-search button,
  body.green-color .sin-service .service-icon,
  body.green-color .text-holder p a {
    color: #1abc9c; }
  body.green-color .sin-service:hover .service-icon {
    color: #fff; }
  body.green-color .btheme-breadcumbs li a:hover,
  body.green-color .btheme-breadcumbs li.active a,
  body.green-color .comment-section .comments-form form input[type="submit"],
  body.green-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li,
  body.green-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.green-color .main-menu-area .menu-bg:after,
  body.green-color .sin-latest-news .latest-news-content,
  body.green-color .sin-team-member:after,
  body.green-color .upx-btn-hover1:hover,
  body.green-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
    border-color: #1abc9c !important; }
  body.green-color .btheme-breadcumbs li a:hover,
  body.green-color .btheme-breadcumbs li.active a,
  body.green-color .col-trigger,
  body.green-color .comment-section .comments-form form input[type="submit"],
  body.green-color .contact-section .contact-form .contact-infos,
  body.green-color .contact-section .contact-form form input[type="submit"],
  body.green-color .cta-section.overlay:after,
  body.green-color .customer-stament-wrapper .owl-nav div,
  body.green-color .faq-page-section .faq-form-sec .faq-form form input[type="submit"],
  body.green-color .faq-page-section dl.accordion dt,
  body.green-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.green-color .read-more-btn,
  body.green-color .services-details-page .service-details-gallery-wrap .owl-nav div,
  body.green-color .sin-c-statement .customer-meta,
 /* body.green-color .sin-latest-news .latest-news-content .news-text,*/
  body.green-color .sin-pricing-box .order-now-btn,
  body.green-color .sin-pricing-box .pricing-head,
  body.green-color .sin-project .project-hover,
  body.green-color .sin-service .service-hover-bar:after,
  body.green-color .sin-service .service-hover-bar:before,
  body.green-color .sin-service .service-icon:after,
  body.green-color .sin-service:after,
  body.green-color .sin-service:before,
  body.green-color .sin-team-member .team-member-hover,
  body.green-color .upx-btn-hover1:after,
  body.green-color .video-holder .video-play-btn {
    background-color: #1abc9c; }
  body.blue-color .comment-section .comments li .comment .comment-content .comment-date:hover,
  body.blue-color .comment-section .comments li .comment .comment-content .replay-btn i,
  body.blue-color .cta-btn,
  body.blue-color .err-content-section .err-content .err-message span,
  body.blue-color .faq-page-section dl.accordion dt:after,
  body.blue-color .footer-section .news-posted-date,
  body.blue-color .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover,
  body.blue-color .header-area .main-menu-area .main-menu .search-box .search-form button i,
  body.blue-color .header-area .page-title .breadcrumbs li a:hover,
  body.blue-color .header-area .slider-area .item .slide-content h1 span,
  body.blue-color .item .slide-content h1 span,
  body.blue-color .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content .date,
  body.blue-color .sidebar .widget ul li a:hover,
  body.blue-color .sidebar .widget ul li:after,
  body.blue-color .sidebar .widget.widget_search .widget-search button,
  body.blue-color .sin-service .service-icon,
  body.blue-color .text-holder p a {
    color: #1F3A93; }
  body.blue-color .sin-service:hover .service-icon {
    color: #fff; }
  body.blue-color .btheme-breadcumbs li a:hover,
  body.blue-color .btheme-breadcumbs li.active a,
  body.blue-color .comment-section .comments-form form input[type="submit"],
  body.blue-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li,
  body.blue-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.blue-color .main-menu-area .menu-bg:after,
  body.blue-color .sin-latest-news .latest-news-content,
  body.blue-color .sin-team-member:after,
  body.blue-color .upx-btn-hover1:hover,
  body.blue-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
    border-color: #1F3A93 !important; }
  body.blue-color .btheme-breadcumbs li a:hover,
  body.blue-color .btheme-breadcumbs li.active a,
  body.blue-color .col-trigger,
  body.blue-color .comment-section .comments-form form input[type="submit"],
  body.blue-color .contact-section .contact-form .contact-infos,
  body.blue-color .contact-section .contact-form form input[type="submit"],
  body.blue-color .cta-section.overlay:after,
  body.blue-color .customer-stament-wrapper .owl-nav div,
  body.blue-color .faq-page-section .faq-form-sec .faq-form form input[type="submit"],
  body.blue-color .faq-page-section dl.accordion dt,
  body.blue-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.blue-color .read-more-btn,
  body.blue-color .services-details-page .service-details-gallery-wrap .owl-nav div,
  body.blue-color .sin-c-statement .customer-meta,
  body.blue-color .sin-latest-news .latest-news-content .news-text,
  body.blue-color .sin-pricing-box .order-now-btn,
  body.blue-color .sin-pricing-box .pricing-head,
  body.blue-color .sin-project .project-hover,
  body.blue-color .sin-service .service-hover-bar:after,
  body.blue-color .sin-service .service-hover-bar:before,
  body.blue-color .sin-service .service-icon:after,
  body.blue-color .sin-service:after,
  body.blue-color .sin-service:before,
  body.blue-color .sin-team-member .team-member-hover,
  body.blue-color .upx-btn-hover1:after,
  body.blue-color .video-holder .video-play-btn {
    background-color: #1F3A93; }
  body.yellow-color .comment-section .comments li .comment .comment-content .comment-date:hover,
  body.yellow-color .comment-section .comments li .comment .comment-content .replay-btn i,
  body.yellow-color .cta-btn,
  body.yellow-color .err-content-section .err-content .err-message span,
  body.yellow-color .faq-page-section dl.accordion dt:after,
  body.yellow-color .footer-section .news-posted-date,
  body.yellow-color .header-area .main-menu-area .main-menu .nav.navbar-nav li a:hover,
  body.yellow-color .header-area .main-menu-area .main-menu .search-box .search-form button i,
  body.yellow-color .header-area .page-title .breadcrumbs li a:hover,
  body.yellow-color .header-area .slider-area .item .slide-content h1 span,
  body.yellow-color .item .slide-content h1 span,
  body.yellow-color .sidebar .widget .recent-news-wrap .sin-r-news .sin-r-news-content .date,
  body.yellow-color .sidebar .widget ul li a:hover,
  body.yellow-color .sidebar .widget ul li:after,
  body.yellow-color .sidebar .widget.widget_search .widget-search button,
  body.yellow-color .sin-service .service-icon,
  body.yellow-color .text-holder p a {
    color: #674172; }
  body.yellow-color .sin-service:hover .service-icon {
    color: #fff; }
  body.yellow-color .btheme-breadcumbs li a:hover,
  body.yellow-color .btheme-breadcumbs li.active a,
  body.yellow-color .comment-section .comments-form form input[type="submit"],
  body.yellow-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li,
  body.yellow-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.yellow-color .main-menu-area .menu-bg:after,
  body.yellow-color .sin-latest-news .latest-news-content,
  body.yellow-color .sin-team-member:after,
  body.yellow-color .upx-btn-hover1:hover,
  body.yellow-color .header-area .main-menu-area .main-menu .nav.navbar-nav li ul li {
    border-color: #674172 !important; }
  body.yellow-color .btheme-breadcumbs li a:hover,
  body.yellow-color .btheme-breadcumbs li.active a,
  body.yellow-color .col-trigger,
  body.yellow-color .comment-section .comments-form form input[type="submit"],
  body.yellow-color .contact-section .contact-form .contact-infos,
  body.yellow-color .contact-section .contact-form form input[type="submit"],
  body.yellow-color .cta-section.overlay:after,
  body.yellow-color .customer-stament-wrapper .owl-nav div,
  body.yellow-color .faq-page-section .faq-form-sec .faq-form form input[type="submit"],
  body.yellow-color .faq-page-section dl.accordion dt,
  body.yellow-color .header-area .slider-area .item .slide-content .b-btn.btn-filled,
  body.yellow-color .read-more-btn,
  body.yellow-color .services-details-page .service-details-gallery-wrap .owl-nav div,
  body.yellow-color .sin-c-statement .customer-meta,
  body.yellow-color .sin-latest-news .latest-news-content .news-text,
  body.yellow-color .sin-pricing-box .order-now-btn,
  body.yellow-color .sin-pricing-box .pricing-head,
  body.yellow-color .sin-project .project-hover,
  body.yellow-color .sin-service .service-hover-bar:after,
  body.yellow-color .sin-service .service-hover-bar:before,
  body.yellow-color .sin-service .service-icon:after,
  body.yellow-color .sin-service:after,
  body.yellow-color .sin-service:before,
  body.yellow-color .sin-team-member .team-member-hover,
  body.yellow-color .upx-btn-hover1:after,
  body.yellow-color .video-holder .video-play-btn {
    background-color: #674172; }
  body.s-color-one .customer-stament-wrapper .owl-nav div:hover,
  body.s-color-one .services-details-page .service-details-gallery-wrap .owl-nav div:hover,
  body.s-color-one .sin-pricing-box.special .order-now-btn,
  body.s-color-one .sin-pricing-box.special .pricing-head {
    background-color: #34495e; }
  body.s-color-two .customer-stament-wrapper .owl-nav div:hover,
  body.s-color-two .services-details-page .service-details-gallery-wrap .owl-nav div:hover,
  body.s-color-two .sin-pricing-box.special .order-now-btn,
  body.s-color-two .sin-pricing-box.special .pricing-head {
    background-color: #8e44ad; }
  body .color-picker-wrap {
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    height: 40px;
    padding: 0px 10px;
    position: fixed;
    top: 20%;
    width: 160px;
    left: 0px;
	background:rgba(255,255,255,255);
    z-index: 99999999;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    body .color-picker-wrap.visible-color-wrap {
      left: -180px; }
  body .col-trigger {
    background: #288feb;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0px;
    width: 40px; }
  body .sin-palate h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  body .colors li {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: 0 4px;
    width: 21px; }
  body .colors {
    text-align: center; }
  body .col-picker-top {
    margin: 10px 0;
    text-align: center; }
  body .sin-palate {
    margin: 10px 0; }/*50*/
  body .primary-colors li {
    position: relative; }
    body .primary-colors li.red {
      background: #F22613; }
    body .primary-colors li.active:after {
      position: absolute;
      left: 0;
      top: 0px;
      height: 100%;
      width: 100%;
      content: "\ed27";
      font-family: icofont;
      line-height: 33px;
      color: #fff;
      font-size: 12px; }
    body .primary-colors li.green {
      background: #1abc9c; }
    body .primary-colors li.blue {
      background: #1F3A93; }
    body .primary-colors li.yellow {
      background: #674172; }
  body .secondary-color li {
    position: relative; }
    body .secondary-color li.red {
      background: #34495e; }
    body .secondary-color li.green {
      background: #8e44ad; }

body.s-color-one .secondary-color li.red:after {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "\ed27";
  font-family: icofont;
  line-height: 33px;
  color: #fff;
  font-size: 12px; }

body.s-color-two .secondary-color li.green:after {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "\ed27";
  font-family: icofont;
  line-height: 33px;
  color: #fff;
  font-size: 12px; }



/*# sourceMappingURL=style.css.map */
