@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body i,a{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color:#30b2c1;
   
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color:#00b2b7;
   
}



h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  color: #322d7a;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px; }

  h1, h2, h3, h4, h5, h6:hover {
      color:#00b2b7
  }


h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #33166e;
  font-weight: 700; }

  
p {
  font-size: 14px;
  margin: 0 0 1.75em;
  color: #696969;
  line-height: 1.8; }

a {
  color: #31719e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #325a92; }

img {
  max-width: 100%; }

/**
 * 4.0 - Forms
 */
input {
  line-height: normal; }

/*button,
button[disabled]:hover,
button[disabled]:focus,*/
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  background-color: #322d7a
  ;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* 
button:hover,
button:focus,*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #00b2b7; }

/*button:focus,*/
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

::-webkit-input-placeholder {
  color: #696969; }

::-moz-placeholder {
  color: #696969; }

:-ms-input-placeholder {
  color: #696969; }

:-moz-placeholder {
  color: #696969; }

.post-password-form {
  margin-bottom: 1.75em; }

.post-password-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }

.post-password-form input[type="password"] {
  margin-top: 0.4375em; }

.post-password-form > :last-child {
  margin-bottom: 0; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

ol, ul {
  margin: 0px;
  padding: 0px; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both; }

.nav-menu {
  color: #fff;
  padding: 20px 0px; }
  .nav-menu a {
    float: left; }
  .nav-menu .menu-list {
    float: right; }
    .nav-menu .menu-list ul {
      overflow: hidden;
      display: inline-block; }
      .nav-menu .menu-list ul li {
        float: left;
        margin-right: 40px; }
        .nav-menu .menu-list ul li a {
          font-size: 14px;
          color: #282828;
          text-transform: uppercase;
          font-weight: 600;
          text-decoration: none; }
      .nav-menu .menu-list ul .shop-cart {
        float: left; }
      .nav-menu .menu-list ul .side-toggle {
        float: left;
        margin-left: 20px; }
    .nav-menu .menu-list ul li:last-child {
      margin-right: 0px; }
    .nav-menu .menu-list i {
      color: #282828;
      font-size: 25px; }

.wrapper.mm-open {
  position: relative; }
  .wrapper.mm-open:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }

.header-top {
  background-color: #282828;
  overflow: hidden; }
  .header-top .header-top-left {
    float: left; }
    .header-top .header-top-left ul li {
      float: left;
      color: #fff;
      text-transform: uppercase;
      margin-right: 22px;
      padding: 11px 0px; }
      .header-top .header-top-left ul li i {
        font-size: 16px;
        margin-right: 5px;
        margin-top: 5px; }
      .header-top .header-top-left ul li a, .header-top .header-top-left ul li p {
        display: inline-block;
        float: right;
        margin-top: 3px;
        margin-bottom: 0px;
        color: #fff;
        text-decoration: none; }
  .header-top .header-top-right {
    float: right;
    background-color: #33166e;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 20px; }
    .header-top .header-top-right i {
      font-size: 16px;
      margin-right: 5px;
      margin-top: 5px; }
    .header-top .header-top-right a {
      float: right;
      margin-top: 3px;
      display: inline-block;
      color: #fff; }

.header-style2 .main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9); }

.main-menu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .main-menu .desktop-menu {
    position: relative; }
    @media (max-width: 990px) {
      .main-menu .desktop-menu {
        display: none; } }
  .main-menu .menu-logo {
    display: inline-block;
    padding: 25px 0px; }
  .main-menu .menu-list {
    float: right; }
    .main-menu .menu-list ul {
      float: left; }
      .main-menu .menu-list ul li {
        list-style: none;
        display: inline-block; }
        .main-menu .menu-list ul li a {
          display: inline-block;
          font-size: 14px;
          text-transform: uppercase;
          color: #325a92;
          padding: 35px 20px; }
          .main-menu .menu-list ul li a:hover, .main-menu .menu-list ul li a:focus {
            color: #322d7a; }
        .main-menu .menu-list ul li:first-child a {
          padding-left: 0px; }
      .main-menu .menu-list ul .sub-menu {
        position: absolute;
        min-width: 230px;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 1;
        border-top: 1px solid #477dc9;
        display: none;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1); }
        .main-menu .menu-list ul .sub-menu li {
          display: block;
          border-bottom: 1px solid #f1f0f0; }
          .main-menu .menu-list ul .sub-menu li:last-child {
            border: none; }
          .main-menu .menu-list ul .sub-menu li a {
            display: block;
            padding: 15px; }
            .main-menu .menu-list ul .sub-menu li a:hover, .main-menu .menu-list ul .sub-menu li a:focus {
              background-color: #fafafa;
              color: #30b2c1; }
          .main-menu .menu-list ul .sub-menu li .sub-menu {
            left: 100%;
            top: -1px;
            display: none; }
      .main-menu .menu-list ul .has-sub-menu {
        position: relative;
        cursor: pointer; }
        .main-menu .menu-list ul .has-sub-menu > a {
          pointer-events: none;
          cursor: default; }
        .main-menu .menu-list ul .has-sub-menu:hover > .sub-menu {
          display: block; }
      .main-menu .menu-list ul .has-mega-menu .sub-menu {
        width: 100%;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
      .main-menu .menu-list ul .has-mega-menu:hover .sub-menu {
        display: block; }
      .main-menu .menu-list ul .mega-menu {
        position: relative;
        overflow: hidden;
        padding: 15px; }
        .main-menu .menu-list ul .mega-menu ul li {
          border: none; }
          .main-menu .menu-list ul .mega-menu ul li:nth-child(even) {
            background-color: #fafafa; }
          .main-menu .menu-list ul .mega-menu ul li a i {
            color: #30b2c1 ;
            margin-right: 5px; }
          .main-menu .menu-list ul .mega-menu ul li a:hover, .main-menu .menu-list ul .mega-menu ul li a:focus {
            background-color: transparent;
            color: #282828; }
        .main-menu .menu-list ul .mega-menu .mg-image {
          position: absolute;
          right: 0;
          top: 15px; }
    .main-menu .menu-list .search-icon {
      position: relative;
      display: inline-block;
      color: #282828;
      padding: 25px 0px;
      margin-left: 10px; }
      .main-menu .menu-list .search-icon span {
        cursor: pointer;
        font-size: 20px; }
    .main-menu .menu-list .menu-search-form {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: rgba(249, 159, 28, 0.85);
      -webkit-transition: 0.5s ease-out;
      -moz-transition: 0.5s ease-out;
      transition: 0.5s ease-out;
      -ms-transform: scaleY(0);
      /* IE 9 */
      -webkit-transform: scaleY(0);
      /* Chrome, Safari, Opera */
      transform: scaleY(0);
      transform-origin: top;
      visibility: hidden;
      opacity: 1;
      z-index: 999; }
      .main-menu .menu-list .menu-search-form form {
        max-width: 600px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }
        .main-menu .menu-list .menu-search-form form input {
          width: calc(100% - 50px);
          background-color: #fff;
          color: #696969;
          border: 1px solid #f1f0f0;
          border-radius: 0;
          outline: none;
          padding: 10px 15px;
          float: left; }
        .main-menu .menu-list .menu-search-form form button {
          background-color: #282828;
          border: none;
          color: #fff;
          width: 50px;
          font-size: 18px;
          padding: 9px 15px;
          outline: none;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
    .main-menu .menu-list .menu-search-form.open {
      visibility: visible;
      -ms-transform: scaleY(1);
      /* IE 9 */
      -webkit-transform: scaleY(1);
      /* Chrome, Safari, Opera */
      transform: scaleY(1);
      cursor: crosshair;
      opacity: 1; }
  .main-menu .mobile-menu {
    display: none; }
    @media (max-width: 990px) {
      .main-menu .mobile-menu {
        display: block; } }
    .main-menu .mobile-menu .menu-header {
      overflow: hidden; }
      .main-menu .mobile-menu .menu-header .menu-logo {
        float: left; }
      .main-menu .mobile-menu .menu-header .menu-icon {
        float: right;
        font-size: 30px;
        padding: 23px 0px;
        color: #282828;
        cursor: pointer; }
    .main-menu .mobile-menu .mob-menu-content {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      width: 300px;
      background-color: #fff;
      z-index: 1;
      overflow-x: hidden;
      padding-top: 50px;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .main-menu .mobile-menu .mob-menu-content .mob-menu-close {
        position: absolute;
        left: 15px;
        top: 15px;
        height: 30px;
        width: 30px; }
        .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar {
          display: inline-block;
          height: 2px;
          width: 32px;
          background-color: #282828; }
          .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:first-child {
            -ms-transform: rotate(45deg) translateY(0px) translateX(0px);
            /* IE 9 */
            -webkit-transform: rotate(45deg) translateY(0px) translateX(0px);
            /* Chrome, Safari, Opera */
            transform: rotate(45deg) translateY(0px) translateX(0px); }
          .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:last-child {
            -ms-transform: rotate(-45deg) translateY(-14px) translateX(14px);
            /* IE 9 */
            -webkit-transform: rotate(-45deg) translateY(-14px) translateX(14px);
            /* Chrome, Safari, Opera */
            transform: rotate(-45deg) translateY(-14px) translateX(14px); }
    .main-menu .mobile-menu .mob-menu-content.open {
      right: 0; }
    .main-menu .mobile-menu ul li a {
      display: block;
      border-bottom: 1px solid #f1f0f0;
      font-size: 14px;
      text-transform: uppercase;
      padding: 15px;
      color: #282828; }
      .main-menu .mobile-menu ul li a:hover, .main-menu .mobile-menu ul li a:focus {
        color: #f99f1c; }
    .main-menu .mobile-menu ul li:last-child a {
      border: none; }
    .main-menu .mobile-menu ul .has-sub-menu > a {
      position: relative;
      pointer-events: none;
      cursor: default; }
      .main-menu .mobile-menu ul .has-sub-menu > a:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 15px; }
    .main-menu .mobile-menu ul .sub-menu {
      display: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .main-menu .mobile-menu ul .sub-menu li a {
        padding: 10px 0px;
        margin-left: 30px;
        text-transform: capitalize; }
      .main-menu .mobile-menu ul .sub-menu li:last-child a {
        border: none; }
    .main-menu .mobile-menu ul li.open .sub-menu {
      display: block; }

.menu-fixed {
  position: fixed;
  background-color: #ffffff;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -moz-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.menu-cart {
  position: relative;
  display: inline-block;
  color: #282828;
  font-size: 28px;
  padding: 25px 0px; }
  .menu-cart a {
    color: #282828;
    font-size: 20px; }
  .menu-cart .shop-feature {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    width: 270px;
    padding: 10px 20px 20px;
    display: none;
    z-index: 1; }
    .menu-cart .shop-feature li {
      display: block !important;
      position: relative;
      overflow: hidden;
      margin-bottom: 10px; }
      .menu-cart .shop-feature li .image {
        float: left;
        margin-right: 10px; }
      .menu-cart .shop-feature li .content {
        display: table; }
        .menu-cart .shop-feature li .content h5 a {
          padding: 0px; }
        .menu-cart .shop-feature li .content p {
          display: block;
          font-size: 12px;
          margin-bottom: 0px;
          text-transform: capitalize; }
        .menu-cart .shop-feature li .content .remove {
          position: absolute;
          top: 2px;
          right: 0;
          font-size: 14px;
          color: #282828;
          cursor: pointer; }
          .menu-cart .shop-feature li .content .remove:hover {
            color: #f99f1c; }
        .menu-cart .shop-feature li .content .price {
          display: block;
          font-size: 12px;
          color: #f99f1c; }
  .menu-cart .cart-total {
    text-transform: capitalize;
    margin-bottom: 10px; }
    .menu-cart .cart-total span {
      float: right;
      color: #f99f1c; }
  .menu-cart .button {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center; }
  .menu-cart:hover .shop-feature {
    display: block; }

.page-header-section {
  text-align: center;
  color: #fff; }
  .page-header-section .overlay {
    background-color: rgba(87, 126, 233, 0.9); }
  .page-header-section h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .page-header-section h1 {
        font-size: 36px; } }
  .page-header-section ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .page-header-section ul li a {
      font-size: 14px;
      color: #fff;
      text-decoration: none; }

.button, button {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #f99f1c;
  color: #282828;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }
  .button:hover, button:hover {
    background-color: #f99f1c;
    color: #fff; }

.button-lg {
  padding: 13px 30px;
  font-weight: 600; }

.button-sm {
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button-sm:hover {
    background-color: #f99f1c;
    color: #fff; }

.button-height {
  margin-top: 40px; }

.header-style1 .banner .banner-slider {
  height: calc(100vh - 90px); }

.header-style2 .banner .banner-slider {
  height: calc(100vh - 0px); }

.header-style2 .banner .banner-item .banner-content {
  -ms-transform: translateY(-25%);
  /* IE 9 */
  -webkit-transform: translateY(-25%);
  /* Chrome, Safari, Opera */
  transform: translateY(-25%); }

@media (max-width: 1370px) {
  .banner-tree .banner-slider .banner-content img {
    width: 80%;
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

.banner {
  overflow: hidden; }
  .banner .banner-slider {
    height: 800px;
    position: relative;
    overflow: visible;
    z-index: 0; }
  .banner .banner-item {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f99f1c;
    text-align: center;
    padding: 150px 0px 100px; }
    .banner .banner-item .banner-content {
      position: absolute;
      width: 100%;
      top: 50%;
      -ms-transform: translateY(-50%);
      /* IE 9 */
      -webkit-transform: translateY(-50%);
      /* Chrome, Safari, Opera */
      transform: translateY(-50%); }
      @media (max-width: 1370px) {
        .banner .banner-item .banner-content {
          -ms-transform: translateY(-45%);
          /* IE 9 */
          -webkit-transform: translateY(-45%);
          /* Chrome, Safari, Opera */
          transform: translateY(-45%); }
          .banner .banner-item .banner-content h1 {
            white-space: nowrap;
            font-size: 36px;
            margin: 7px 0; }
          .banner .banner-item .banner-content h3 {
            font-size: 24px; }
          .banner .banner-item .banner-content h4 {
            font-size: 18px; }
          .banner .banner-item .banner-content img {
            width: 50%; } }
      @media (max-width: 768px) {
        .banner .banner-item .banner-content img {
          width: 80%; }
        .banner .banner-item .banner-content h1 {
          white-space: normal; } }
      @media (max-width: 580px) {
        .banner .banner-item .banner-content img {
          width: 100%; } }
    .banner .banner-item h1, .banner .banner-item h2, .banner .banner-item h3, .banner .banner-item h4 {
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
    .banner .banner-item h1 {
      margin: 15px 0px;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
    .banner .banner-item ul {
      margin-top: 30px;
      margin-bottom: 20px;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
      .banner .banner-item ul li {
        display: inline-block; }
        .banner .banner-item ul li:nth-child(2) {
          margin-left: 17px; }
        .banner .banner-item ul li a {
          border: 2px solid #fff;
          background-color: transparent;
          color: #fff;
          padding: 13px 26px; }
          .banner .banner-item ul li a:hover {
            background-color: #fff;
            color: #282828; }
    .banner .banner-item img {
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
@keyframes type {
  from {
    width: 0; } }
    @media (max-width: 768px) {
      .banner .banner-item h1 {
        font-size: 36px; }
      .banner .banner-item h3 {
        font-size: 26px; }
      .banner .banner-item h4 {
        font-size: 20px; } }
    @media (max-width: 580px) {
      .banner .banner-item h1 {
        font-size: 30px; }
      .banner .banner-item h3 {
        font-size: 26px; }
      .banner .banner-item h4 {
        font-size: 20px; } }
  .banner .bi-two {
    background-color: #b6cb34; }
  .banner .bi-three {
    background-color: #25bfcf; }
  .banner .banner-item.one h2, .banner .banner-item.one h3 {
    -ms-transform: translateY(-300px);
    /* IE 9 */
    -webkit-transform: translateY(-300px);
    /* Chrome, Safari, Opera */
    transform: translateY(-300px);
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.one h1 {
    display: inline-block;
    opacity: 0; }
  .banner .banner-item.one h4 {
    -ms-transform: translateY(500px);
    /* IE 9 */
    -webkit-transform: translateY(500px);
    /* Chrome, Safari, Opera */
    transform: translateY(500px);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.one ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.one img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.one h2, .banner .swiper-slide-active .banner-item.one h3 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one h1 {
    overflow: hidden;
    width: 100%;
    animation: type 4s steps(60, end);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one h4 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
    @media (max-width: 1370px) {
      .banner .swiper-slide-active .banner-item.one img {
        -ms-transform: translateY(40px);
        /* IE 9 */
        -webkit-transform: translateY(40px);
        /* Chrome, Safari, Opera */
        transform: translateY(40px); } }
  .banner .banner-item.bi-two h2, .banner .banner-item.bi-two h3 {
    display: inline-block;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: left;
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.bi-two h1 {
    letter-spacing: -26px;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.bi-two h4 {
    display: inline-block;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: right;
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.bi-two ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .banner-item.bi-two img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    transition-delay: 3.75s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.bi-two h2, .banner .swiper-slide-active .banner-item.bi-two h3 {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two h1 {
    letter-spacing: 0px;
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two h4 {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
    @media (max-width: 1370px) {
      .banner .swiper-slide-active .banner-item.bi-two img {
        -ms-transform: translateY(40px);
        /* IE 9 */
        -webkit-transform: translateY(40px);
        /* Chrome, Safari, Opera */
        transform: translateY(40px); } }
  .banner .banner-item.bi-three h2, .banner .banner-item.bi-three h3 {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.bi-three h1 {
    -ms-transform: translateY(-400px);
    /* IE 9 */
    -webkit-transform: translateY(-400px);
    /* Chrome, Safari, Opera */
    transform: translateY(-400px);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.bi-three h4 {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.bi-three ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .banner-item.bi-three img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    transition-delay: 3.75s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.bi-three h2, .banner .swiper-slide-active .banner-item.bi-three h3 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three h1 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three h4 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  @media (max-width: 1370px) {
    .banner .swiper-slide-active .banner-item.bi-three {
      -ms-transform: translateY(40px);
      /* IE 9 */
      -webkit-transform: translateY(40px);
      /* Chrome, Safari, Opera */
      transform: translateY(40px); } }

.banner-two .banner-item.one {
  background: url(../images/banner/bg-01.jpg);
  background-size: cover;
  background-position: center; }
  .banner-two .banner-item.one img {
    position: absolute;
    left: -100%;
    bottom: -100%; }
  @media (max-width: 1680px) {
    .banner-two .banner-item.one img {
      width: 400px;
      height: 400px; } }
  @media (max-width: 1370px) {
    .banner-two .banner-item.one img {
      width: 350px;
      height: 350px; } }
  @media (max-width: 990px) {
    .banner-two .banner-item.one img {
      display: none; } }
.banner-two .swiper-slide-active .banner-item.one img {
  left: 0;
  bottom: 0; }
.banner-two .banner-item.bi-two {
  background: url(../images/banner/bg-02.jpg);
  background-size: cover;
  background-position: center;
  text-align: left; }
  .banner-two .banner-item.bi-two .banner-content h1 {
    letter-spacing: 0;
    -ms-transform: translateY(500px);
    /* IE 9 */
    -webkit-transform: translateY(500px);
    /* Chrome, Safari, Opera */
    transform: translateY(500px); }
  @media (max-width: 990px) {
    .banner-two .banner-item.bi-two .banner-content {
      text-align: center; } }
  .banner-two .banner-item.bi-two img {
    position: absolute;
    right: 0;
    bottom: -100%; }
  @media (max-width: 1680px) {
    .banner-two .banner-item.bi-two img {
      width: 1000px;
      height: 700px; } }
  @media (max-width: 1370px) {
    .banner-two .banner-item.bi-two img {
      width: 700px;
      height: 500px; } }
  @media (max-width: 990px) {
    .banner-two .banner-item.bi-two img {
      display: none; } }
.banner-two .swiper-slide-active .banner-item.bi-two h1 {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Chrome, Safari, Opera */
  transform: translateY(0); }
.banner-two .swiper-slide-active .banner-item.bi-two img {
  bottom: -70px; }

.banner-three .banner-item {
  text-align: left; }
  .banner-three .banner-item h1 {
    font-size: 60px; }
  .banner-three .banner-item h2 {
    margin-top: 50px; }
  @media (max-width: 990px) {
    .banner-three .banner-item {
      text-align: center; }
      .banner-three .banner-item h1 {
        font-size: 48px; } }
.banner-three .banner-item.one {
  background-color: #ff7058; }
.banner-three .banner-item.bi-two {
  background-color: #f99f1c; }

.case-studies-section .studies-item {
  background-color: #fff;
  border: 1px solid #f1f0f0;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .case-studies-section .studies-item {
      max-width: 370px;
      margin: 0 auto 30px; } }
  .case-studies-section .studies-item .studies-thumb {
    position: relative; }
    .case-studies-section .studies-item .studies-thumb img {
      width: 100%; }
    .case-studies-section .studies-item .studies-thumb .plus {
      background-color: #fff;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: -20px;
      right: 20px;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1);
      -moz-box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1); }
      .case-studies-section .studies-item .studies-thumb .plus span.plus-icon {
        position: absolute;
        top: 50%;
        left: 54%;
        background-color: #f99f1c;
        width: 20px;
        height: 2px;
        margin-top: -2px;
        background-color: #f99f1c;
        margin-left: -12px; }
      .case-studies-section .studies-item .studies-thumb .plus span.plus-icon:first-child {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
  .case-studies-section .studies-item .studies-content {
    padding: 28px 10px;
    padding-bottom: 10px; }
    .case-studies-section .studies-item .studies-content h5 {
      text-transform: uppercase;
      margin-bottom: 5px; }
    .case-studies-section .studies-item .studies-content p {
      margin: 0px; }
  .case-studies-section .studies-item:hover .plus {
    right: 50%;
    bottom: 50%;
    -ms-transform: translateY(50%) translateX(50%);
    /* IE 9 */
    -webkit-transform: translateY(50%) translateX(50%);
    /* Chrome, Safari, Opera */
    transform: translateY(50%) translateX(50%); }
.case-studies-section .case-studies-button {
  text-align: center;
  margin-top: 30px; }

.case-studies-section-two .studies-item {
  padding: 10px; }
  .case-studies-section-two .studies-item h5 {
    font-size: 16px; }

.project-details {
  padding-top: 150px; }
  @media (max-width: 990px) {
    .project-details {
      text-align: center; } }
  .project-details h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .project-details img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 990px) {
    .project-details .top {
      margin-bottom: 50px; } }
  .project-details .top img {
    -ms-transform: translateY(-210px);
    /* IE 9 */
    -webkit-transform: translateY(-210px);
    /* Chrome, Safari, Opera */
    transform: translateY(-210px);
    margin-bottom: -60px;
    border: 15px solid #fff; }
  .project-details .top ul {
    margin-bottom: 20px; }
    .project-details .top ul li {
      display: inline-block; }
      .project-details .top ul li:first-child {
        margin-right: 20px; }
      .project-details .top ul li span {
        font-weight: 600;
        color: #282828; }
  .project-details .middle {
    margin-bottom: 150px; }
  @media (max-width: 990px) {
    .project-details .bottom img {
      margin-bottom: 30px; } }
  .project-details .bottom ul li {
    display: inline-block;
    text-align: center;
    margin-right: 30px; }
    .project-details .bottom ul li img {
      margin-bottom: 10px;
      box-shadow: none; }
    .project-details .bottom ul li p {
      font-size: 18px;
      font-weight: 600;
      color: #282828; }

.section-padding {
  padding: 120px 0; }

.section-padding1 {
  padding: 100px 0; }

.section-bg-clr {
  background-color: #fafafa; }

.section-heading {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px; }
  .section-heading h2 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .section-heading p {
    margin: 0; }

.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block; }
  .social-link-list li {
    float: left;
    padding: 0 5px; }
    .social-link-list li a {
      color: #c6c5c5;
      font-size: 16px; }


    

.overlay {
  background-color: rgba(40, 40, 40, 0.9); }
  .overlay .section-heading h2 {
    color: #fff; }
  .overlay .section-heading p {
    color: #fff; }

.meta-post {
  overflow: hidden;
  margin-bottom: 15px; }
  .meta-post ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline-block; }
    .meta-post ul li {
      float: left;
      margin-right: 15px; }
      .meta-post ul li i {
        color: #888888;
        font-size: 14px; }
      .meta-post ul li span {
        color: #888888;
        font-size: 14px; }

.bg-pattern {
  background-image: url(../../assets/images/bg-pattern.jpg); }

.seo-pagination {
  text-align: center;
  margin-top: 40px; }
  .seo-pagination li {
    display: inline-block;
    margin-right: 7px; }
    .seo-pagination li a {
      display: inline-block;
      height: 40px;
      width: 40px;
      border: 1px solid #f1f0f0;
      text-align: center;
      font-size: 14px;
      line-height: 2.8;
      color: #282828;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .seo-pagination li a:hover, .seo-pagination li a:focus {
        background-color: #f99f1c;
        border: 1px solid #f99f1c;
        color: #fff; }

.scroll-top {
  display: inline-block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  z-index: 9; }

.scroll-top.open {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1); }

.preloader-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f99f1c;
  z-index: 99999999; }

.preloader-overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px; }

.preloader-overlay.closed {
  animation: preloaderOverlayClosed 0.5s ease-out forwards; }

@keyframes preloaderOverlayClosed {
  0% {
    filter: blur(0); }
  10% {
    opacity: 1; }
  90% {
    opacity: 0.1; }
  100% {
    filter: blur(15px);
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; } }
.team-section .team-item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #f1f0f0;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .team-section .team-item {
      max-width: 370px;
      margin: 0 auto 30px; } }
  .team-section .team-item .team-content {
    text-align: center;
    padding-top: 30px; }
    .team-section .team-item .team-content .name {
      margin-top: 0;
      margin-bottom: 6px; }
    .team-section .team-item .team-content .designation {
      margin-bottom: 10px; }

.team-details h5 {
  text-transform: uppercase;
  margin-bottom: 6px; }
.team-details .team-image img {
  width: 100%; }
  @media (max-width: 990px) {
    .team-details .team-image img {
      margin-bottom: 50px; } }
.team-details .team-content {
  margin-bottom: 40px; }
  .team-details .team-content span {
    display: block;
    margin-bottom: 10px; }
  .team-details .team-content p {
    line-height: 30px; }
  .team-details .team-content .team-social {
    margin-bottom: 30px; }
    .team-details .team-content .team-social li {
      display: inline-block;
      margin-right: 7px; }
      .team-details .team-content .team-social li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 14px;
        line-height: 3;
        color: #282828;
        border: 1px solid #f1f0f0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        .team-details .team-content .team-social li a:hover, .team-details .team-content .team-social li a:focus {
          background-color: #f99f1c;
          border: 1px solid #f99f1c;
          color: #fff; }
  .team-details .team-content .team-address {
    overflow: hidden; }
    .team-details .team-content .team-address li {
      list-style: none;
      margin-bottom: 6px;
      font-size: 14px;
      color: #282828; }
      .team-details .team-content .team-address li span {
        display: inline-block;
        height: 36px;
        width: 36px;
        text-align: center;
        font-size: 14px;
        line-height: 2.3;
        color: #282828;
        border: 1px solid #f1f0f0;
        margin-right: 10px; }
.team-details .team-statement {
  margin-bottom: 50px; }
  .team-details .team-statement h5 {
    margin-bottom: 10px; }
@media (max-width: 990px) {
  .team-details .team-skills {
    margin-bottom: 30px; } }
.team-details .team-skills h5 {
  margin-bottom: 30px; }
.team-details .team-skills p {
  margin: 0px; }
.team-details .team-skills .skill-item {
  display: inline-block;
  margin-right: 44px;
  text-align: center; }
  @media (max-width: 480px) {
    .team-details .team-skills .skill-item {
      margin-right: 20px; } }
  .team-details .team-skills .skill-item:last-child {
    margin-right: 0px; }
  .team-details .team-skills .skill-item strong {
    color: #ffb400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); }
.team-details .team-skills .circle {
  position: relative;
  margin-bottom: 10px; }
.team-details .team-award h5 {
  margin-bottom: 20px; }
.team-details .team-award li {
  list-style: none;
  display: inline-block;
  margin-right: 60px;
  text-align: center; }
  .team-details .team-award li:last-child {
    margin: 0px; }
  .team-details .team-award li img {
    margin: 10px auto 32px; }

.pricing-plan-section .overlay {
  background-color: rgba(133, 196, 67, 0.95); }
.pricing-plan-section .price-item {
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fafafa; }
  @media (max-width: 1199px) {
    .pricing-plan-section .price-item {
      text-align: center; } }
  @media (max-width: 990px) {
    .pricing-plan-section .price-item {
      text-align: left; } }
  @media (max-width: 580px) {
    .pricing-plan-section .price-item {
      text-align: center; } }
  .pricing-plan-section .price-item .price-head {
    text-align: center;
    width: 45%;
    float: left;
    padding: 34px 20px; }
    @media (max-width: 1199px) {
      .pricing-plan-section .price-item .price-head {
        width: 100%;
        float: none; } }
    @media (max-width: 990px) {
      .pricing-plan-section .price-item .price-head {
        width: 45%;
        float: left; } }
    @media (max-width: 580px) {
      .pricing-plan-section .price-item .price-head {
        width: 100%;
        float: none; } }
    .pricing-plan-section .price-item .price-head h4 {
      text-transform: uppercase;
      color: #282828;
      font-weight: 700;
      margin-top: 28px;
      margin-bottom: 8px; }
    .pricing-plan-section .price-item .price-head span {
      color: #f99f1c;
      font-size: 24px;
      font-weight: 600; }
  .pricing-plan-section .price-item .price-content {
    background-color: #fff;
    width: 55%;
    float: right;
    padding: 30px; }
    @media (max-width: 1199px) {
      .pricing-plan-section .price-item .price-content {
        float: none;
        width: 100%; } }
    @media (max-width: 990px) {
      .pricing-plan-section .price-item .price-content {
        float: right;
        width: 55%; } }
    @media (max-width: 580px) {
      .pricing-plan-section .price-item .price-content {
        float: none;
        width: 100%; } }
    .pricing-plan-section .price-item .price-content ul {
      margin-bottom: 25px; }
      .pricing-plan-section .price-item .price-content ul li {
        font-size: 14px;
        line-height: 30px; }
        .pricing-plan-section .price-item .price-content ul li i {
          color: #f99f1c;
          margin-right: 10px;
          font-size: 14px;
          line-height: 30px; }
    .pricing-plan-section .price-item .price-content a {
      text-transform: uppercase;
      font-weight: 600; }

.pricing-plan-section-two .overlay {
  background-color: rgba(133, 196, 67, 0.9); }
.pricing-plan-section-two .price-item {
  text-align: center;
  background-color: #fff; }
  @media (max-width: 990px) {
    .pricing-plan-section-two .price-item {
      margin-bottom: 30px; } }
  .pricing-plan-section-two .price-item .price-head {
    padding: 37px 20px;
    background-color: #fafafa; }
    .pricing-plan-section-two .price-item .price-head h4 {
      text-transform: uppercase;
      color: #282828;
      font-weight: 700;
      margin-top: 30px; }
    .pricing-plan-section-two .price-item .price-head span {
      color: #f99f1c;
      font-size: 24px;
      font-weight: 600; }
  .pricing-plan-section-two .price-item .price-content ul {
    margin: 0px;
    padding: 0px;
    text-align: center; }
    .pricing-plan-section-two .price-item .price-content ul li {
      font-size: 14px;
      line-height: 48px; }
      .pricing-plan-section-two .price-item .price-content ul li:nth-child(even) {
        background-color: #fafafa; }
  .pricing-plan-section-two .price-item .price-content .price {
    color: #f99f1c;
    font-size: 24px;
    font-weight: 600;
    margin: 30px; }
  .pricing-plan-section-two .price-item .price-content a {
    font-weight: 600;
    margin-bottom: 40px; }

@media (max-width: 1199px) {
  .pricing-plan-section-three .pricing-plans {
    overflow-x: auto; }
    .pricing-plan-section-three .pricing-plans .pricing-plans-inner {
      min-width: 1080px; } }
.pricing-plan-section-three .pricing-features {
  width: 30%;
  float: left;
  background-color: #fafafa;
  padding-bottom: 70px;
  margin-top: 140px;
  border-left: 1px solid #fafafa; }
  .pricing-plan-section-three .pricing-features h5 {
    text-transform: uppercase;
    padding: 24px 20px; }
  .pricing-plan-section-three .pricing-features ul li {
    padding: 11px 20px; }
    .pricing-plan-section-three .pricing-features ul li:nth-child(odd) {
      background-color: #fff; }
    .pricing-plan-section-three .pricing-features ul li span {
      font-size: 14px;
      line-height: 24px;
      font-weight: 600; }
    .pricing-plan-section-three .pricing-features ul li p {
      font-size: 12px;
      line-height: 24px;
      margin: 0px; }
.pricing-plan-section-three .pr-plans {
  width: 70%;
  float: left; }
.pricing-plan-section-three .price-item {
  width: calc(100% / 3);
  text-align: center;
  float: left;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out; }
  .pricing-plan-section-three .price-item:last-child {
    border-right: 1px solid #fafafa; }
  .pricing-plan-section-three .price-item .price-head {
    padding: 35px 20px 30px; }
    .pricing-plan-section-three .price-item .price-head h5 {
      text-transform: uppercase;
      color: #282828;
      font-weight: 700;
      margin-top: 23px;
      transition: all 0.3s ease-in-out; }
    .pricing-plan-section-three .price-item .price-head span {
      color: #f99f1c;
      font-size: 24px;
      font-weight: 600; }
  .pricing-plan-section-three .price-item .price-content ul li {
    font-size: 18px;
    padding: 26px 15px; }
    .pricing-plan-section-three .price-item .price-content ul li:nth-child(odd) {
      background-color: #fff; }
    .pricing-plan-section-three .price-item .price-content ul li .true {
      display: block;
      color: #00b26d; }
    .pricing-plan-section-three .price-item .price-content ul li .false {
      display: none;
      color: #f99f1c; }
  .pricing-plan-section-three .price-item .price-content ul li.off .true {
    display: none; }
  .pricing-plan-section-three .price-item .price-content ul li.off .false {
    display: block; }
  .pricing-plan-section-three .price-item .price {
    color: #f99f1c;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 15px 20px; }
  .pricing-plan-section-three .price-item a {
    font-weight: 600;
    margin-bottom: 40px;
    padding: 8px 20px;
    border-radius: 2px; }
  .pricing-plan-section-three .price-item:nth-child(2) .price-head {
    padding: 20px 20px 30px; }
  .pricing-plan-section-three .price-item:hover {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: 1; }
    .pricing-plan-section-three .price-item:hover h5 {
      color: #f99f1c; }

.pricing-page .price-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pricing-page .price-item:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.testimonial-item {
  background-color: #fff;
  padding: 40px 35px; }
  .testimonial-item .testimonial-content .test-image {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    float: left;
    margin-right: 20px; }
  .testimonial-item .testimonial-content .testimonial-author {
    display: inline-block;
    margin-top: 15px; }
    .testimonial-item .testimonial-content .testimonial-author h6 {
      color: #f99f1c;
      text-transform: uppercase;
      font-weight: 600; }
    .testimonial-item .testimonial-content .testimonial-author p {
      text-transform: uppercase;
      margin: 0px; }
  .testimonial-item .testimonial-content .test-icon {
    float: right;
    margin-top: 10px; }

.service-section .service-list {
  background-color: #fff;
  padding: 40px;
  -ms-transform: translate(0px, -50px);
  /* IE 9 */
  -webkit-transform: translate(0px, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, -50px); }
  .service-section .service-list > div > div .service-item {
    border-right: 1px solid #f1f0f0; }
    @media (max-width: 768px) {
      .service-section .service-list > div > div .service-item {
        border: none;
        text-align: center; } }
  .service-section .service-list > div > div:last-child .service-item {
    border: none; }
.service-section .service-item {
  margin-bottom: 70px; }
  @media (max-width: 990px) {
    .service-section .service-item {
      text-align: center; } }
  .service-section .service-item .service-thumb {
    margin-bottom: 40px; }
  .service-section .service-item .service-content h5 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .service-section .service-item .service-content ul {
    margin: 0;
    padding: 0; }
    .service-section .service-item .service-content ul li {
      margin: 6px 0px; }
      .service-section .service-item .service-content ul li i {
        color: #30b2c1;
        margin-right: 12px; }
      .service-section .service-item .service-content ul li p {
        display: inline-block;
        text-transform: capitalize;
        margin: 0; }
    .service-section .service-item .service-content ul li:first-child {
      margin-top: 0px; }
    .service-section .service-item .service-content ul li:last-child {
      margin-bottom: 0px; }
  .service-section .service-item .service-content a {
    margin-top: 30px; }
.service-section .service-button {
  text-align: center; }

.service-section-two .service-item {
  padding: 35px 40px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #f1f0f0; }
  .service-section-two .service-item .service-thumb {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px; }
    @media (max-width: 480px) {
      .service-section-two .service-item .service-thumb {
        float: none;
        margin-right: 0px;
        margin-bottom: 20px; } }
  .service-section-two .service-item .service-content {
    display: table; }
.service-section-two .service-button {
  margin-top: 30px; }

.service-section-three h2 {
  margin-bottom: 10px; }
.service-section-three p {
  line-height: 30px; }
.service-section-three ul {
  overflow: hidden;
  margin-bottom: 20px; }
  .service-section-three ul li {
    margin-bottom: 20px; }
    .service-section-three ul li i {
      display: inline-block;
      float: left;
      font-size: 18px;
      margin-top: 5px;
      color: #30b2c1;
      margin-right: 10px; }
    .service-section-three ul li p {
      display: table;
      font-size: 14px;
      line-height: 24px;
      margin: 0px; }

.service-single-section {
  padding-top: 120px; }

.service-sidebar .sr-sidebar-item {
  margin-bottom: 30px; }
  .service-sidebar .sr-sidebar-item h5 {
    color: #fff;
    background-color: #232323;
    padding: 19px 30px;
    text-transform: uppercase; }
  .service-sidebar .sr-sidebar-item .all-serivce {
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0; }
    .service-sidebar .sr-sidebar-item .all-serivce li {
      border-bottom: 1px solid #f1f0f0; }
      .service-sidebar .sr-sidebar-item .all-serivce li img {
        margin-right: 20px; }
      .service-sidebar .sr-sidebar-item .all-serivce li a {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        color: #282828;
        transition: all 0.3s ease-in-out;
        padding: 10px 30px;
        background-color: #fafafa; }
        .service-sidebar .sr-sidebar-item .all-serivce li a:hover, .service-sidebar .sr-sidebar-item .all-serivce li a:focus {
          color: #30b2c1;
          background-color: #fff; }
  .service-sidebar .sr-sidebar-item .sr-form {
    border: 1px solid #f1f0f0;
    background-color: #fafafa;
    padding: 30px; }
    .service-sidebar .sr-sidebar-item .sr-form .sr-input {
      background-color: #fff;
      color: #696969;
      margin-bottom: 10px;
      padding: 14px 20px;
      border: 1px solid #f1f0f0; }
    .service-sidebar .sr-sidebar-item .sr-form .sr-button {
      padding: 15px 36px;
      margin-top: 10px; }
  .service-sidebar .sr-sidebar-item .sr-testimonial {
    background-color: #fafafa;
    padding: 30px 30px 60px;
    position: relative; }
    .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item {
      padding: 30px; }
      .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item .test-image {
        height: 50px;
        width: 50px;
        margin-right: 10px; }
      .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item .testimonial-author {
        margin-top: 10px; }
        .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item .testimonial-author h6 {
          font-size: 16px; }
        .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item .testimonial-author p {
          font-size: 12px; }
      .service-sidebar .sr-sidebar-item .sr-testimonial .testimonial-item > img {
        width: 36px; }
    .service-sidebar .sr-sidebar-item .sr-testimonial .swiper-pagination {
      bottom: 20px;
      left: 40%; }
      .service-sidebar .sr-sidebar-item .sr-testimonial .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 0px 3px; }
      .service-sidebar .sr-sidebar-item .sr-testimonial .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #f99f1c; }

.service-single-item img {
  margin-bottom: 40px; }
.service-single-item h4 {
  text-transform: uppercase;
  color: #f99f1c;
  margin-bottom: 20px; }
.service-single-item .sr-feature {
  border: 1px solid #f1f0f0;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .service-single-item .sr-feature img {
    margin-bottom: 20px; }
  .service-single-item .sr-feature h6 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .service-single-item .sr-feature p {
    margin: 0px; }

@media (max-width: 990px) {
  .about-section .about-info {
    margin-bottom: 50px;
    text-align: center; } }
.about-section .about-info span {
  font-size: 100px;
  color: #30b2c1;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px; }
.about-section .about-info h3 {
  color: #282828;
  text-transform: capitalize;
  line-height: 48px; }
.about-section .about-info h2 {
  color: #282828;
  text-transform: uppercase;
  line-height: 48px; }
.about-section .about-info a {
  text-transform: uppercase; }
.about-section .about-item {
  padding: 33px 20px;
  background-color: #fff;
  margin-bottom: 30px; }
  .about-section .about-item .about-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 5px; }
  .about-section .about-item .about-content {
    display: table; }
    .about-section .about-item .about-content h5 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .about-section .about-item .about-content p {
      margin: 0px; }

.about-section-two .about-items {
  overflow: hidden;
  margin: -10px;
  margin-bottom: 50px; }
.about-section-two .about-item-outer {
  width: 25%;
  padding: 10px;
  float: left; }
  @media (max-width: 990px) {
    .about-section-two .about-item-outer {
      width: 50%; } }
  @media (max-width: 768px) {
    .about-section-two .about-item-outer {
      width: 100%; } }
.about-section-two .about-item {
  padding: 30px 20px;
  margin-bottom: 0px;
  text-align: center;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out; }
  .about-section-two .about-item:hover .about-content h5 {
    color: #00b2b7; }
  .about-section-two .about-item:hover .about-content i {
    color: #00b2b7; }
  .about-section-two .about-item .about-thumb {
    float: none;
    margin-right: 0px; }
  .about-section-two .about-item .about-content {
    display: block;
    margin-top: 27px; }
    .about-section-two .about-item .about-content h5 {
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
      margin-bottom: 10px; }
    .about-section-two .about-item .about-content i {
      font-size: 6px;
      line-height: 35px;
      transition: all 0.3s ease-in-out; }
    .about-section-two .about-item .about-content p {
      margin: 0px; }
.about-section-two .about-button {
  text-align: center; }

.about-section-three .about-item {
  text-align: center; }
  .about-section-three .about-item:before {
    display: none; }
  .about-section-three .about-item:hover .about-content h6 {
    color: #f99f1c; }
  @media (max-width: 768px) {
    .about-section-three .about-item {
      margin-bottom: 50px; } }
  .about-section-three .about-item .about-thumb {
    margin-bottom: 30px; }
  .about-section-three .about-item .about-content {
    display: block;
    margin-top: 27px; }
    .about-section-three .about-item .about-content h6 {
      transition: all 0.3s ease-in-out;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .about-section-three .about-item .about-content p {
      margin: 0px; }

.contact-form-section .overlay {
  background-color: #322d7a; }
  .contact-form-section .overlay .contact-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }

.contact-form form input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7); }
  .contact-form form input:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff; }
.contact-form form textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  margin-bottom: 30px;
  min-height: 150px; }
  .contact-form form textarea:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7); }
.contact-form form .custom-btn {
  padding: 14px 41px;
  border: none;
  width: auto;
  background-color: #fff;
  color: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .contact-form form .custom-btn:hover, .contact-form form .custom-btn:focus {
    background-color: #31719e;
    color: #fff; }

.contact-infos .con-info-item {
  background-color: #66ac64;
  text-align: center;
  color: #fff;
  padding: 10px 30px 35px; }
  @media (max-width: 768px) {
    .contact-infos .con-info-item {
      margin-bottom: 80px; } }
  .contact-infos .con-info-item .icon {
    display: inline-block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    line-height: 60px;
    border-radius: 100%;
    background-color: #f99f1c;
    border: 4px solid #fff;
    -ms-transform: translateY(-46px);
    /* IE 9 */
    -webkit-transform: translateY(-46px);
    /* Chrome, Safari, Opera */
    transform: translateY(-46px); }
  .contact-infos .con-info-item h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .contact-infos .con-info-item p {
    color: #fff;
    margin: 0px;
    line-height: 24px; }
.contact-infos .second {
  background-color: #99c34f; }
.contact-infos .third {
  background-color: #6196d0; }

.contact-map {
  height: 500px;
  width: 100%; }

.cont-page-form .cont-input {
  margin-bottom: 30px;
  border: 1px solid #f1f0f0;
  background-color: #fafafa;
  padding: 11px 15px;
  outline: none;
  position: relative; }
  .cont-page-form .cont-input:focus {
    border-color: #f99f1c; }
.cont-page-form i {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #939393; }
.cont-page-form .cont-button {
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 4px;
  margin: 0 auto;
  display: inherit; }

.product-item {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #f1f0f0; }
  @media (max-width: 990px) {
    .product-item {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .product-item {
      max-width: 260px;
      margin: 0 auto 30px; } }
  .product-item .product-thumb {
    background-color: #ebebeb;
    padding: 40px; }
  .product-item .product-content {
    padding: 20px 10px 10px; }
    .product-item .product-content h6 {
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 5px; }
      .product-item .product-content h6 a {
        font-weight: 400; }
    .product-item .product-content span {
      font-size: 14px; }
      .product-item .product-content span i {
        color: #f99f1c; }
    .product-item .product-content p {
      font-size: 16px;
      font-weight: 600;
      color: #f99f1c;
      margin: 0px; }

.product .product-header {
  border: 1px solid #f1f0f0;
  overflow: hidden;
  padding: 17px 20px;
  margin-bottom: 30px; }
  .product .product-header p {
    margin: 0px;
    float: left; }
  .product .product-header .icon {
    float: right; }
    .product .product-header .icon span {
      font-size: 18px;
      color: #18254e;
      cursor: pointer;
      margin-left: 5px; }
      .product .product-header .icon span:hover {
        color: #f99f1c; }
    .product .product-header .icon .grid-active, .product .product-header .icon .list-active {
      color: #f99f1c; }
.product .product-items {
  overflow: hidden;
  margin: -15px; }
  .product .product-items .quick-view-content-wrapper {
    padding: 15px; }
  .product .product-items .product-item-grid {
    width: calc(100% / 3);
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .product .product-items .product-item-grid {
        width: calc(100% / 2); } }
    @media (max-width: 580px) {
      .product .product-items .product-item-grid {
        width: calc(100% / 1); } }
    .product .product-items .product-item-grid .pro-item {
      margin: 15px;
      padding: 15px;
      border: 1px solid #f1f0f0; }
    .product .product-items .product-item-grid .cd-item {
      width: 100% !important;
      margin: 0px !important; }
    .product .product-items .product-item-grid .pro-image {
      position: relative; }
      .product .product-items .product-item-grid .pro-image .pro-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #f99f1c;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product .product-items .product-item-grid .pro-image .pro-icon {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        z-index: 1;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: 2.5;
        height: 40px;
        width: 40px;
        background-color: #fff;
        color: #f99f1c;
        border-radius: 100%;
        margin: 0px 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -ms-transform: scale(0);
        /* IE 9 */
        -webkit-transform: scale(0);
        /* Chrome, Safari, Opera */
        transform: scale(0); }
        .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(3) {
          left: 22%; }
          @media (max-width: 1199px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(3) {
              left: 15%; } }
          @media (max-width: 768px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(3) {
              left: 22%; } }
        .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(4) {
          left: 50%;
          -ms-transform: translateX(-50%) scale(0);
          /* IE 9 */
          -webkit-transform: translateX(-50%) scale(0);
          /* Chrome, Safari, Opera */
          transform: translateX(-50%) scale(0); }
        .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(5) {
          right: 20%; }
          @media (max-width: 1199px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(5) {
              right: 13%; } }
          @media (max-width: 990px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(5) {
              display: none; } }
        .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(6) {
          display: none; }
          @media (max-width: 990px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(6) {
              display: inline-block;
              right: 13%; } }
          @media (max-width: 768px) {
            .product .product-items .product-item-grid .pro-image .pro-icon:nth-child(6) {
              right: 21%; } }
    .product .product-items .product-item-grid p {
      display: none; }
    .product .product-items .product-item-grid .pro-button {
      display: none; }
    .product .product-items .product-item-grid:hover .pro-overlay {
      opacity: .8; }
    .product .product-items .product-item-grid:hover .pro-icon {
      -ms-transform: scale(1);
      /* IE 9 */
      -webkit-transform: scale(1);
      /* Chrome, Safari, Opera */
      transform: scale(1); }
      .product .product-items .product-item-grid:hover .pro-icon:nth-child(4) {
        -ms-transform: translateX(-50%) scale(1);
        /* IE 9 */
        -webkit-transform: translateX(-50%) scale(1);
        /* Chrome, Safari, Opera */
        transform: translateX(-50%) scale(1); }
  .product .product-items .pro-content {
    padding: 20px 10px 16px;
    overflow: hidden; }
    .product .product-items .pro-content h6 {
      text-transform: uppercase;
      margin-bottom: 8px; }
      .product .product-items .pro-content h6 a {
        font-weight: 400; }
    .product .product-items .pro-content .pro-rating {
      margin-bottom: 5px;
      font-size: 14px;
      color: #f99f1c; }
      .product .product-items .pro-content .pro-rating span {
        color: #b2b2b2; }
    .product .product-items .pro-content .pro-price {
      font-size: 16px;
      font-weight: 600;
      color: #f99f1c; }
  .product .product-items .pro-button li {
    display: inline-block; }
    .product .product-items .pro-button li:first-child {
      margin-right: 5px; }
  .product .product-items .cd-slider {
    margin-bottom: 0px; }
    .product .product-items .cd-slider li {
      list-style: none; }
  .product .product-items .cd-slider-navigation li {
    list-style: none; }
    .product .product-items .cd-slider-navigation li a {
      color: #282828;
      opacity: 1; }
      .product .product-items .cd-slider-navigation li a:before, .product .product-items .cd-slider-navigation li a:after {
        background-color: #282828; }
  .product .product-items .cd-item-info {
    display: table;
    text-align: left;
    padding: 40px 40px 30px 0px; }
    .product .product-items .cd-item-info p {
      color: #696969;
      margin-top: 0px;
      margin-bottom: 25px; }
  .product .product-items .product-item-list {
    width: 100%; }
    .product .product-items .product-item-list .pro-item {
      margin: 15px 15px 30px 15px;
      border: 1px solid #f1f0f0;
      overflow: hidden; }
    .product .product-items .product-item-list .pro-content {
      display: table;
      padding: 30px;
      position: relative; }
    .product .product-items .product-item-list .pro-overlay, .product .product-items .product-item-list .pro-icon {
      display: none; }
    .product .product-items .product-item-list .pro-image {
      margin: 0px;
      width: 30%;
      float: left; }
    .product .product-items .product-item-list .pro-rating {
      position: absolute;
      right: 30px;
      top: 30px; }
      .product .product-items .product-item-list .pro-rating a {
        color: #f99f1c; }
.product .product-items-two .product-item-grid {
  width: calc(100% / 4); }
  @media (max-width: 990px) {
    .product .product-items-two .product-item-grid {
      width: calc(100% / 2); } }
  @media (max-width: 768px) {
    .product .product-items-two .product-item-grid {
      width: calc(100% / 2); } }
  @media (max-width: 580px) {
    .product .product-items-two .product-item-grid {
      width: calc(100% / 1); } }
.product .product-items-two .product-item-list .pro-image {
  width: 20%; }

.product-sidebar {
  border: 1px solid #f1f0f0;
  padding: 10px; }
  .product-sidebar .pro-sidebar-inner {
    border: 1px solid #f1f0f0;
    padding: 10px; }
  .product-sidebar .por-sidebar-item {
    margin-bottom: 30px; }
    .product-sidebar .por-sidebar-item > h6 {
      margin-bottom: 30px;
      color: #282828;
      text-transform: uppercase; }
  .product-sidebar form {
    position: relative; }
    .product-sidebar form input {
      width: 100%;
      border: 1px solid #f1f0f0;
      padding: 12px;
      outline: none;
      background-color: #fff; }
      .product-sidebar form input:focus {
        border-color: #f99f1c; }
    .product-sidebar form button {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 18px;
      color: #707070;
      background: transparent;
      outline: none;
      padding: 0px;
      border: none; }
  .product-sidebar .pro-categories .panel-group {
    margin: 0px; }
    .product-sidebar .pro-categories .panel-group .panel {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      margin: 0px;
      padding: 10px 0px;
      border-bottom: 1px solid #f1f0f0; }
      .product-sidebar .pro-categories .panel-group .panel:first-child {
        padding-top: 0px; }
      .product-sidebar .pro-categories .panel-group .panel:last-child {
        border: none;
        padding-bottom: 0px; }
  .product-sidebar .pro-categories .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
    padding: 0px; }
  .product-sidebar .pro-categories .panel-title {
    line-height: 2; }
    .product-sidebar .pro-categories .panel-title a {
      position: relative;
      display: block;
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      color: #282828;
      text-decoration: none; }
      .product-sidebar .pro-categories .panel-title a span {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #f7f7f7;
        border-radius: 100%;
        text-align: center;
        line-height: 2.5;
        color: #f99f1c;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product-sidebar .pro-categories .panel-title a .minus {
        background-color: #ffb400;
        border: 1px solid #ffb400;
        color: #fff;
        opacity: 1; }
      .product-sidebar .pro-categories .panel-title a .plus {
        opacity: 0; }
      .product-sidebar .pro-categories .panel-title a:hover {
        color: #f99f1c; }
        .product-sidebar .pro-categories .panel-title a:hover span {
          background-color: #ffb400;
          border: 1px solid #ffb400;
          color: #fff; }
    .product-sidebar .pro-categories .panel-title .collapsed .plus {
      opacity: 1; }
    .product-sidebar .pro-categories .panel-title .collapsed .minus {
      opacity: 0; }
  .product-sidebar .pro-categories .panel-body {
    padding: 0px;
    border: none !important; }
    .product-sidebar .pro-categories .panel-body a {
      display: block;
      font-size: 14px;
      color: #707070;
      text-decoration: none; }
      .product-sidebar .pro-categories .panel-body a:hover {
        color: #f99f1c; }
  .product-sidebar .rel-product {
    margin: 0px; }
    .product-sidebar .rel-product li {
      list-style: none;
      border-bottom: 1px solid #f1f0f0;
      padding: 20px 0px;
      overflow: hidden; }
      .product-sidebar .rel-product li:first-child {
        padding-top: 0px; }
      .product-sidebar .rel-product li:last-child {
        padding-bottom: 0px;
        border: none; }
      .product-sidebar .rel-product li .image {
        float: left;
        margin-right: 10px; }
      .product-sidebar .rel-product li .content {
        display: table; }
        .product-sidebar .rel-product li .content > a {
          display: block;
          font-size: 14px;
          color: #282828;
          margin-bottom: 5px; }
        .product-sidebar .rel-product li .content .pro-rating a {
          color: #f99f1c; }
        .product-sidebar .rel-product li .content span {
          color: #f99f1c; }
  .product-sidebar .pro-filter {
    position: relative;
    text-align: center; }
    .product-sidebar .pro-filter p {
      font-weight: 600;
      color: #f99f1c;
      margin-bottom: 10px; }
      .product-sidebar .pro-filter p span:first-child {
        color: #282828; }
    .product-sidebar .pro-filter input {
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      background-color: #f99f1c;
      border-radius: 4px;
      padding: 6px 11px; }
    .product-sidebar .pro-filter .is_clickable {
      cursor: hand;
      cursor: pointer; }
    .product-sidebar .pro-filter .nstSlider {
      cursor: hand;
      cursor: pointer;
      border: 1px solid #f0f0f0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      position: relative;
      width: 100%;
      height: 10px;
      background: #fafafa;
      margin-bottom: 10px; }
    .product-sidebar .pro-filter .nstSlider .leftGrip.gripHighlighted {
      background: #113344; }
    .product-sidebar .pro-filter .nstSlider .rightGrip.gripHighlighted {
      background: #113344; }
    .product-sidebar .pro-filter .nstSlider .rightGrip,
    .product-sidebar .pro-filter .nstSlider .leftGrip {
      position: absolute;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 6px;
      height: 15px;
      background: #282828;
      top: -2px;
      left: 0px; }
    .product-sidebar .pro-filter .nstSlider .bar {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      position: absolute;
      background: #f99f1c;
      height: 10px;
      top: 0; }
    .product-sidebar .pro-filter .nstSlider .highlightPanel {
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      position: absolute;
      background: #e87722;
      height: 20px;
      top: 0; }

.pro-details {
  margin-bottom: 70px; }
  @media (max-width: 990px) {
    .pro-details .product-slider {
      margin-bottom: 50px; } }
  .pro-details .product-slider .spro-icon {
    position: absolute;
    right: 26px;
    bottom: 26px; }
  .pro-details .details h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .pro-details .details .pro-rating {
    margin-bottom: 5px; }
    .pro-details .details .pro-rating a {
      color: #f99f1c; }
    .pro-details .details .pro-rating span {
      color: #b2b1b2; }
  .pro-details .details .pro-price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #f99f1c;
    margin-bottom: 20px; }
  .pro-details .details h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .pro-details .details p {
    line-height: 30px; }
  .pro-details .details select {
    font-size: 14px;
    color: #696969;
    border: 1px solid #f1f0f0;
    border-radius: 3px;
    padding: 8px 24px;
    margin-bottom: 20px;
    margin-right: 30px;
    outline: none; }
  .pro-details .details .qnt {
    overflow: hidden;
    margin-bottom: 20px; }
    .pro-details .details .qnt a {
      font-size: 14px;
      color: #696969;
      height: 42px;
      width: 42px;
      text-align: center;
      border: 1px solid #f1f0f0;
      border-radius: 3px;
      display: inline-block;
      line-height: 3;
      float: left; }
      .pro-details .details .qnt a:hover {
        background-color: #f99f1c;
        border: 1px solid #f99f1c;
        color: #fff; }
    .pro-details .details .qnt input {
      width: 60px;
      height: 42px;
      background-color: #fff;
      font-style: normal;
      font-size: 14px;
      color: #696969;
      border: 1px solid #f1f0f0;
      padding: 8.5px 10px;
      outline: none;
      text-align: center;
      width: 56px;
      margin: 0px -1px;
      float: left; }
      .pro-details .details .qnt input:focus {
        border-color: #f99f1c; }
  .pro-details .details button {
    width: 100%;
    padding: 16px;
    outline: none; }

.pro-description {
  margin-bottom: 50px; }
  .pro-description .tab-title li {
    display: inline-block; }
    .pro-description .tab-title li:first-child {
      margin-right: 10px; }
    .pro-description .tab-title li a {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      color: #282828;
      border: 1px solid #f1f0f0;
      border-bottom: none;
      padding: 13px 33px; }
      .pro-description .tab-title li a:hover {
        background-color: #f99f1c;
        border-color: #f99f1c;
        color: #fff; }
      @media (max-width: 580px) {
        .pro-description .tab-title li a {
          padding: 10px 20px; } }
  .pro-description .tab-title .active a {
    background-color: #f99f1c;
    border-color: #f99f1c;
    color: #fff; }
  .pro-description .tab-content .pro-det-info {
    border: 1px solid #f1f0f0;
    padding: 20px; }
  .pro-description .tab-content .pro-reviews {
    margin-bottom: 60px;
    border: 1px solid #f1f0f0; }
    .pro-description .tab-content .pro-reviews .review-item {
      border-bottom: 1px solid #f0f0f0;
      padding: 30px 25px; }
      .pro-description .tab-content .pro-reviews .review-item:last-child {
        border-bottom: none; }
      @media (max-width: 580px) {
        .pro-description .tab-content .pro-reviews .review-item {
          padding: 20px 15px; } }
      .pro-description .tab-content .pro-reviews .review-item .image {
        height: 70px;
        width: 70px;
        border-radius: 100%;
        overflow: hidden;
        float: left;
        margin-right: 20px; }
        .pro-description .tab-content .pro-reviews .review-item .image img {
          width: 100%; }
        @media (max-width: 580px) {
          .pro-description .tab-content .pro-reviews .review-item .image {
            margin-right: 10px; } }
      .pro-description .tab-content .pro-reviews .review-item .content {
        display: table; }
        .pro-description .tab-content .pro-reviews .review-item .content .title {
          overflow: hidden; }
        .pro-description .tab-content .pro-reviews .review-item .content h6 {
          font-size: 16px;
          font-weight: 600;
          color: #282828;
          float: left;
          margin-right: 20px;
          text-transform: uppercase; }
        .pro-description .tab-content .pro-reviews .review-item .content span {
          float: left;
          color: #888888; }
        .pro-description .tab-content .pro-reviews .review-item .content .pro-rating {
          float: right;
          line-height: 18px;
          margin-bottom: 10px; }
          .pro-description .tab-content .pro-reviews .review-item .content .pro-rating a {
            color: #f99f1c; }
          @media (max-width: 580px) {
            .pro-description .tab-content .pro-reviews .review-item .content .pro-rating {
              float: left; } }
        .pro-description .tab-content .pro-reviews .review-item .content p {
          margin: 0px; }
  .pro-description .tab-content .review-form {
    border: 1px solid #f1f0f0;
    padding: 30px; }
    .pro-description .tab-content .review-form h5 {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .pro-description .tab-content .review-form .form-item {
      width: 100%;
      border: 1px solid #f1f0f0;
      background-color: #fff;
      border-radius: 3px;
      padding: 12px 15px;
      margin-bottom: 30px;
      outline: none;
      font-size: 14px;
      color: #696969; }
    .pro-description .tab-content .review-form .rf-icon {
      position: absolute;
      top: 15px;
      right: 30px;
      color: #f99f1c; }
    .pro-description .tab-content .review-form span {
      float: left;
      margin-right: 20px;
      line-height: 3.4; }
    .pro-description .tab-content .review-form .pro-rating {
      margin-top: 14px;
      margin-bottom: 30px; }
      .pro-description .tab-content .review-form .pro-rating a {
        color: #f99f1c; }

.related-products h5 {
  text-transform: uppercase;
  margin-bottom: 20px; }

.shop-cart .shop-table {
  margin-bottom: 60px; }
  .shop-cart .shop-table table {
    border-color: #f1f0f0;
    border-radius: 2px;
    min-width: 1140px;
    overflow-X: auto; }
    .shop-cart .shop-table table thead {
      background-color: #282828; }
    .shop-cart .shop-table table tr {
      border: 1px solid #f1f0f0; }
      .shop-cart .shop-table table tr th {
        text-align: center;
        padding: 15px 30px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 30px;
        color: #fff; }
      .shop-cart .shop-table table tr .title {
        text-align: left; }
      .shop-cart .shop-table table tr td {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #282828;
        border-color: #f1f0f0;
        border-right: none;
        padding: 30px; }
        .shop-cart .shop-table table tr td a, .shop-cart .shop-table table tr td span {
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          color: #282828; }
      .shop-cart .shop-table table tr .product-thumbnail {
        text-align: left; }
        .shop-cart .shop-table table tr .product-thumbnail .image {
          float: left;
          margin-right: 20px; }
          .shop-cart .shop-table table tr .product-thumbnail .image img {
            border: 1px solid #f1f0f0; }
        .shop-cart .shop-table table tr .product-thumbnail .content {
          display: table;
          margin-top: 28px; }
      .shop-cart .shop-table table tr .quantity a {
        display: block;
        color: #282828;
        font-size: 14px;
        line-height: 36px;
        height: 42px;
        width: 42px;
        border: 1px solid #f1f0f0;
        border-radius: 2px;
        text-align: center;
        float: left; }
        .shop-cart .shop-table table tr .quantity a:hover {
          background-color: #f99f1c;
          border-color: #f99f1c;
          color: #fff; }
      .shop-cart .shop-table table tr .quantity input {
        color: #282828;
        background-color: #fff;
        text-align: center;
        width: 60px;
        float: left;
        margin: 0px -1px;
        border: 1px solid #f1f0f0;
        padding: 5px 8px;
        outline: none;
        line-height: 30px; }
      .shop-cart .shop-table table tr .remove-cart {
        width: 120px;
        text-align: right; }
        .shop-cart .shop-table table tr .remove-cart span {
          font-size: 18px;
          color: #f99f1c;
          cursor: pointer; }
.shop-cart .coupon {
  border: 1px solid #f1f0f0;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 100px; }
  @media (max-width: 480px) {
    .shop-cart .coupon {
      padding: 15px; } }
  .shop-cart .coupon .cop-left {
    width: 50%;
    float: left; }
    @media (max-width: 990px) {
      .shop-cart .coupon .cop-left {
        width: 100%;
        float: initial;
        margin-bottom: 20px; } }
    .shop-cart .coupon .cop-left input:first-child {
      max-width: 200px;
      background-color: #fff; }
      @media (max-width: 480px) {
        .shop-cart .coupon .cop-left input:first-child {
          max-width: 100%;
          margin-bottom: 20px; } }
    .shop-cart .coupon .cop-left input:last-child {
      background-color: #282828;
      transition: all 0.3s ease-in-out; }
      .shop-cart .coupon .cop-left input:last-child:hover {
        background-color: #f99f1c; }
  .shop-cart .coupon .cop-right {
    width: 50%;
    float: right;
    text-align: right; }
    @media (max-width: 990px) {
      .shop-cart .coupon .cop-right {
        width: 100%;
        float: initial;
        text-align: left; } }
    .shop-cart .coupon .cop-right input {
      background-color: #282828;
      transition: all 0.3s ease-in-out; }
      .shop-cart .coupon .cop-right input:first-child {
        margin-right: 15px; }
        @media (max-width: 480px) {
          .shop-cart .coupon .cop-right input:first-child {
            margin-bottom: 20px; } }
      .shop-cart .coupon .cop-right input:hover, .shop-cart .coupon .cop-right input:focus {
        background-color: #f99f1c; }
@media (max-width: 768px) {
  .shop-cart .shipping {
    margin-bottom: 50px; } }
.shop-cart .shipping h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }
.shop-cart .shipping select {
  font-size: 14px;
  color: #696969;
  border: 1px solid #f1f0f0;
  border-radius: 2px;
  padding: 7px 15px;
  outline: none;
  margin-bottom: 20px; }
  .shop-cart .shipping select:nth-child(2) {
    width: 100%; }
  .shop-cart .shipping select:nth-child(3) {
    width: 48%;
    float: left; }
    @media (max-width: 768px) {
      .shop-cart .shipping select:nth-child(3) {
        width: 100%; } }
  .shop-cart .shipping select:nth-child(4) {
    width: 48%;
    float: right; }
    @media (max-width: 768px) {
      .shop-cart .shipping select:nth-child(4) {
        width: 100%; } }
.shop-cart .shipping input {
  background-color: #f99f1c;
  color: #fff;
  padding: 8px 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  border-radius: 4px; }
  .shop-cart .shipping input:hover {
    background-color: #f99f1c; }
.shop-cart .cart-total h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }
.shop-cart .cart-total p {
  line-height: 32px;
  border: 1px solid #f1f0f0;
  border-radius: 2px;
  padding: 4px 15px;
  margin-bottom: 20px; }
  .shop-cart .cart-total p span {
    float: right;
    color: #f99f1c; }

.blog-section .post-item {
  background-color: #fff;
  border: 1px solid #f1f0f0;
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .blog-section .post-item {
      text-align: center; } }
  .blog-section .post-item .post-thumb img {
    max-width: 100%; }
  .blog-section .post-item .post-content {
    margin: 20px 10px 10px; }
    .blog-section .post-item .post-content h5 {
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: 600; }
    .blog-section .post-item .post-content h6 {
      color: #f99f1c;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: 600; }
    .blog-section .post-item .post-content img {
      margin-bottom: 20px; }
    .blog-section .post-item .post-content a {
      border: none;
      text-transform: uppercase;
      color: #282828;
      font-weight: 600;
      transition: all 0.3s ease-in-out; }
      .blog-section .post-item .post-content a:hover {
        color: #f99f1c; }
      .blog-section .post-item .post-content a i {
        font-weight: 700; }
.blog-section .post-item-single {
  margin: 0px; }
.blog-section .post-buttom {
  border: 1px solid #f1f0f0;
  border-top: none;
  overflow: hidden;
  padding: 19px 30px;
  margin-bottom: 60px; }
  .blog-section .post-buttom .tags {
    float: left; }
    @media (max-width: 580px) {
      .blog-section .post-buttom .tags {
        float: none;
        margin-bottom: 10px; } }
    .blog-section .post-buttom .tags li {
      text-transform: uppercase;
      font-weight: 500;
      color: #696969;
      display: inline-block; }
      .blog-section .post-buttom .tags li a {
        color: #696969;
        font-weight: 500; }
  .blog-section .post-buttom .social {
    float: right; }
    @media (max-width: 580px) {
      .blog-section .post-buttom .social {
        float: none; } }
    .blog-section .post-buttom .social li {
      display: inline-block;
      margin-left: 10px; }
      .blog-section .post-buttom .social li a {
        font-size: 15px;
        color: #888888;
        font-weight: 400; }
.blog-section .blog-button {
  margin-top: 30px;
  text-align: center; }
.blog-section .post-commnets {
  margin-bottom: 60px; }
  .blog-section .post-commnets h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
  .blog-section .post-commnets .comment-items {
    border: 1px solid #f1f0f0; }
    .blog-section .post-commnets .comment-items ul li ul {
      margin-left: 50px; }
      @media (max-width: 580px) {
        .blog-section .post-commnets .comment-items ul li ul {
          margin-left: 30px; } }
    .blog-section .post-commnets .comment-items ul li .comment-item {
      padding: 30px;
      border-bottom: 1px solid #f1f0f0; }
      @media (max-width: 580px) {
        .blog-section .post-commnets .comment-items ul li .comment-item {
          padding: 15px; } }
      .blog-section .post-commnets .comment-items ul li .comment-item .image {
        height: 70px;
        width: 70px;
        border-radius: 100%;
        float: left;
        margin-right: 20px; }
      .blog-section .post-commnets .comment-items ul li .comment-item .content {
        display: table; }
        .blog-section .post-commnets .comment-items ul li .comment-item .content h6 {
          font-size: 16px;
          text-transform: uppercase;
          margin-bottom: 10px; }
          .blog-section .post-commnets .comment-items ul li .comment-item .content h6 a {
            float: right;
            font-size: 14px;
            font-weight: 500;
            color: #282828;
            text-decoration: underline; }
            .blog-section .post-commnets .comment-items ul li .comment-item .content h6 a i {
              color: #f99f1c; }
        .blog-section .post-commnets .comment-items ul li .comment-item .content p {
          margin: 0px; }
@media (max-width: 990px) {
  .blog-section .add-comment {
    margin-bottom: 60px; } }
.blog-section .add-comment h5 {
  text-transform: uppercase;
  margin-bottom: 20px; }
.blog-section .add-comment form .com-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f0f0;
  padding: 10px 15px;
  margin-bottom: 30px; }

.sidebar {
  border: 1px solid #f1f0f0;
  border-top: none; }
  .sidebar .sidebar-item {
    margin-bottom: 30px; }
    .sidebar .sidebar-item .sidebar-title {
      text-transform: uppercase;
      padding: 19.5px 30px;
      border-top: 1px solid #f1f0f0;
      border-bottom: 1px solid #f1f0f0; }
    .sidebar .sidebar-item form {
      padding: 30px;
      position: relative; }
      .sidebar .sidebar-item form input, .sidebar .sidebar-item form select {
        width: 100%;
        border: 1px solid #f1f0f0;
        background-color: #fff;
        padding: 10px 30px 10px 20px;
        outline: none; }
        .sidebar .sidebar-item form input:focus, .sidebar .sidebar-item form select:focus {
          border-color: #f99f1c; }
      .sidebar .sidebar-item form button {
        position: absolute;
        top: 40px;
        right: 40px;
        background: transparent;
        border: none;
        padding: 0px;
        outline: none; }
        .sidebar .sidebar-item form button:hover, .sidebar .sidebar-item form button:focus {
          color: #282828; }
    .sidebar .sidebar-item .sb-categories {
      padding: 0px 30px; }
      .sidebar .sidebar-item .sb-categories li {
        border-bottom: 1px solid #f1f0f0; }
        .sidebar .sidebar-item .sb-categories li:last-child {
          border: none; }
        .sidebar .sidebar-item .sb-categories li a {
          display: block;
          padding: 19.5px 0px; }
          .sidebar .sidebar-item .sb-categories li a:hover {
            padding-left: 15px; }
          .sidebar .sidebar-item .sb-categories li a i {
            margin-right: 5px; }
          .sidebar .sidebar-item .sb-categories li a span {
            float: right; }
    .sidebar .sidebar-item .sb-posts {
      padding: 30px; }
      .sidebar .sidebar-item .sb-posts li {
        border-bottom: 1px solid #f1f0f0;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .sidebar .sidebar-item .sb-posts li:last-child {
          margin: 0px;
          padding: 0px;
          border: none; }
        .sidebar .sidebar-item .sb-posts li .image {
          float: left;
          margin-right: 10px; }
        .sidebar .sidebar-item .sb-posts li .content {
          display: table; }
          .sidebar .sidebar-item .sb-posts li .content a {
            display: block;
            color: #282828;
            line-height: 24px;
            margin-bottom: 5px; }
    .sidebar .sidebar-item .sb-advertise {
      display: block;
      padding: 30px; }
      .sidebar .sidebar-item .sb-advertise img {
        width: 100%; }
    .sidebar .sidebar-item .sb-tags {
      padding: 30px; }
      .sidebar .sidebar-item .sb-tags li {
        display: inline-block; }
        .sidebar .sidebar-item .sb-tags li a {
          display: inline-block;
          border: 1px solid #f1f0f0;
          text-transform: uppercase;
          padding: 10px 14px;
          margin-right: 8px;
          margin-bottom: 10px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px; }
          .sidebar .sidebar-item .sb-tags li a:hover, .sidebar .sidebar-item .sb-tags li a:focus {
            border: 1px solid #f99f1c;
            background-color: #f99f1c;
            color: #fff; }

.newsletter-section .overlay {
  background-color: rgba(59, 151, 211, 0.95); }

.newsletter-item {
  overflow: hidden; }
  @media (max-width: 990px) {
    .newsletter-item {
      text-align: center; } }
  .newsletter-item .newsletter-thumb {
    float: left;
    margin-right: 80px; }
    @media (max-width: 990px) {
      .newsletter-item .newsletter-thumb {
        float: none;
        margin-right: 0px; } }
    @media (max-width: 580px) {
      .newsletter-item .newsletter-thumb img {
        width: 50%; } }
  .newsletter-item .newsletter-content {
    text-align: left;
    padding: 35px 0px; }
    .newsletter-item .newsletter-content ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .newsletter-item .newsletter-content ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .newsletter-item .newsletter-content :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .newsletter-item .newsletter-content :-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 990px) {
      .newsletter-item .newsletter-content {
        text-align: center; } }
    .newsletter-item .newsletter-content h2 {
      color: #fff;
      font-size: 40px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 3px 0px; }
      @media (max-width: 768px) {
        .newsletter-item .newsletter-content h2 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .newsletter-item .newsletter-content h2 {
          font-size: 20px; } }
    .newsletter-item .newsletter-content form {
      margin-top: 25px; }
      .newsletter-item .newsletter-content form input {
        width: 35%;
        padding: 14px 30px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: transparent;
        margin-bottom: 30px;
        text-transform: capitalize;
        color: #fff; }
        .newsletter-item .newsletter-content form input:focus {
          background-color: transparent;
          border: 1px solid rgba(249, 159, 28, 0.7);
          color: #fff; }
        @media (max-width: 580px) {
          .newsletter-item .newsletter-content form input {
            width: 100%;
            margin-bottom: 10px; } }
      .newsletter-item .newsletter-content form .custom-btn {
        width: auto;
        display: inline-block;
        background-color: #f99f1c;
        color: #fff;
        border: 1px solid #f99f1c;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        outline: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .newsletter-item .newsletter-content form .custom-btn:focus {
          background-color: #f99f1c; }

footer .footer-top {
  background-color: #212221;
  color: #bababa; }
@media (max-width: 990px) {
  footer .widget-item {
    margin-bottom: 50px; } }
footer .widget-item .widget-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }
footer .widget-item .wg-contact p {
  margin-bottom: 20px;
  color: #bababa;
  line-height: 26px; }
footer .widget-item .wg-contact ul {
  margin: 0px;
  padding: 0px; }
  footer .widget-item .wg-contact ul li {
    overflow: hidden;
    margin-bottom: 6px; }
    footer .widget-item .wg-contact ul li i {
      color: #f99f1c;
      height: 36px;
      width: 36px;
      border-radius: 1px;
      background-color: #333333;
      float: left;
      margin-right: 10px;
      font-size: 16px;
      text-align: center;
      line-height: 2.2; }
    footer .widget-item .wg-contact ul li p {
      display: table;
      line-height: 36px;
      margin: 0px; }
footer .widget-item .wg-services li {
  font-size: 14px;
  line-height: 40px;
  color: #bababa;
  border-bottom: 1px solid #2a2a2a; }
  footer .widget-item .wg-services li:last-child {
    border: none; }
  footer .widget-item .wg-services li i {
    color: #f99f1c;
    margin-right: 10px; }
  footer .widget-item .wg-services li a {
    color: #bababa; }
footer .widget-item .wg-studies li {
  font-size: 14px;
  line-height: 40px;
  color: #bababa;
  border-bottom: 1px solid #2a2a2a; }
  footer .widget-item .wg-studies li:last-child {
    border: none; }
  footer .widget-item .wg-studies li i {
    color: #f99f1c;
    margin-right: 10px; }
  footer .widget-item .wg-studies li a {
    color: #bababa; }
footer .widget-item .wg-posts li {
  border-bottom: 1px solid #2a2a2a;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  footer .widget-item .wg-posts li:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  footer .widget-item .wg-posts li .wg-post-thumb {
    float: left;
    margin-right: 10px; }
  footer .widget-item .wg-posts li .wg-post-content {
    display: table-cell; }
    footer .widget-item .wg-posts li .wg-post-content a {
      color: #bababa;
      font-size: 14px;
      display: block; }
    footer .widget-item .wg-posts li .wg-post-content span {
      font-size: 14px;
      color: #848484; }
footer .footer-bottom {
  background-color: #fff;
  padding: 30px 0px; }
  footer .footer-bottom p {
    float: left;
    margin: 0px;
    color: #282828;
    line-height: 40px; }
    footer .footer-bottom p a {
      color: #f99f1c; }
  footer .footer-bottom ul {
    float: right; }
    footer .footer-bottom ul li a {
      display: inline-block;
      color: #282828;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border: 1px solid #f1f0f0;
      border-radius: 100%;
      text-align: center; }
      footer .footer-bottom ul li a:hover, footer .footer-bottom ul li a:focus {
        background-color: #f99f1c;
        border: 1px solid #f99f1c;
        color: #fff; }
  @media (max-width: 480px) {
    footer .footer-bottom {
      text-align: center; }
      footer .footer-bottom p {
        margin-bottom: 20px;
        float: none; }
      footer .footer-bottom ul {
        float: none; } }

.footer-style-two .footer-top {
  background-color: #fafafa;
  color: #888888; }
  .footer-style-two .footer-top .widget-item p {
    color: #888888; }
  .footer-style-two .footer-top .widget-item ul li {
    color: #888888;
    border-color: #f1f0f0; }
    .footer-style-two .footer-top .widget-item ul li a {
      color: #888888; }
  .footer-style-two .footer-top .widget-item .widget-title {
    color: #282828; }
  .footer-style-two .footer-top .widget-item .wg-contact ul li i {
    background-color: #fff;
    border: 1px solid #f1f0f0; }

.client-item {
  width: calc(100% / 3);
  float: left; }
  .client-item a {
    padding: 22px 50px;
    text-align: center;
    border-right: 1px solid #f1f0f0;
    border-bottom: 1px solid #f1f0f0;
    display: block;
    overflow: hidden; }
  .client-item:nth-child(3) a, .client-item:nth-child(6) a, .client-item:nth-child(9) a {
    border-right: none; }
  .client-item:nth-child(7) a, .client-item:nth-child(8) a, .client-item:nth-child(9) a {
    border-bottom: none; }
  @media (max-width: 768px) {
    .client-item {
      width: calc(100% / 1); }
      .client-item a {
        border-right: none;
        border-bottom: 1px solid #f1f0f0 !important; } }

.counterup-section .overlay {
  background-color: #757373 ; }
.counterup-section .counterup-item {
  text-align: center; }
  @media (max-width: 990px) {
    .counterup-section .counterup-item {
      margin-bottom: 60px; } }
  .counterup-section .counterup-item .counterup-thumb {
    margin-bottom: 30px; }
  .counterup-section .counterup-item .counterup-content h2 {
    color: #fff;
    margin-bottom: 10px; }
  .counterup-section .counterup-item .counterup-content p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px; }
@media (max-width: 990px) {
  .counterup-section .section-padding1 {
    padding-bottom: 40px; } }

.portfolio .portfolio-button {
  text-align: center;
  margin-top: 60px; }
  .portfolio .portfolio-button .button {
    font-weight: 600; }
.portfolio .portfolio_menu {
  text-align: center;
  margin-bottom: 40px; }
  .portfolio .portfolio_menu li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #f1f0f0;
    padding: 7px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 990px) {
      .portfolio .portfolio_menu li {
        margin-bottom: 10px; } }
    .portfolio .portfolio_menu li:hover, .portfolio .portfolio_menu li:focus {
      background-color: #f99f1c;
      border: 1px solid #f99f1c;
      color: #fff; }
  .portfolio .portfolio_menu .active {
    background-color: #f99f1c;
    border: 1px solid #f99f1c;
    color: #fff; }
.portfolio .pos_rel {
  position: relative; }
.portfolio .portfolio_item {
  width: 32.48%;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .portfolio .portfolio_item {
      width: 32%; } }
  @media (max-width: 990px) {
    .portfolio .portfolio_item {
      width: 31.9%; } }
  @media (max-width: 768px) {
    .portfolio .portfolio_item {
      width: 48%; } }
  @media (max-width: 480px) {
    .portfolio .portfolio_item {
      width: 100%; } }
  .portfolio .portfolio_item img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .portfolio .portfolio_item .port-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .portfolio .portfolio_item .port-overlay .overlay-inner {
      height: 100%;
      width: 100%;
      background-color: rgba(249, 159, 28, 0.94);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
  .portfolio .portfolio_item .port_caption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .portfolio .portfolio_item .port_caption a {
      display: inline-block;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      -ms-transform: scale(0);
      /* IE 9 */
      -webkit-transform: scale(0);
      /* Chrome, Safari, Opera */
      transform: scale(0);
      opacity: 0; }
  .portfolio .portfolio_item:hover .port-overlay {
    padding: 10px;
    opacity: 1; }
  .portfolio .portfolio_item:hover a {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
    opacity: 1; }
.portfolio .portfolio_items-two .portfolio_item {
  width: 31.6%;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .portfolio .portfolio_items-two .portfolio_item {
      width: 31.2%; } }
  @media (max-width: 990px) {
    .portfolio .portfolio_items-two .portfolio_item {
      width: 30.5%; } }
  @media (max-width: 768px) {
    .portfolio .portfolio_items-two .portfolio_item {
      width: 47%; } }
  @media (max-width: 480px) {
    .portfolio .portfolio_items-two .portfolio_item {
      width: 100%; } }
  .portfolio .portfolio_items-two .portfolio_item img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }

.error-page {
  background: url(../images/error-bg.jpg);
  background-width: cover;
  background-position: center; }
  .error-page .error-content {
    text-align: center; }
    .error-page .error-content img {
      margin-bottom: 60px; }
    .error-page .error-content h2 {
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #222a4e; }
      @media (max-width: 480px) {
        .error-page .error-content h2 {
          font-size: 26px; } }
    .error-page .error-content a {
      padding: 13px 40px; }

.seo-item .seo-content h2 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }
.seo-item .seo-content h6 {
  margin-bottom: 10px; }
.seo-item .seo-content p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px; }
.seo-item .seo-content a {
  margin-top: 30px; }

.about-item, .team-item, .studies-item, .testimonial-item, .product-item, .pro-item, .post-item, .service-item {
  position: relative; }
  .about-item:before, .team-item:before, .studies-item:before, .testimonial-item:before, .product-item:before, .pro-item:before, .post-item:before, .service-item:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: -1px;
    right: -1px;
    background: white;
    background: linear-gradient(315deg, #fff 50%, #f1f3f2 50%);
    transition: all 0.3s ease-in-out; }
  .about-item:hover:before, .team-item:hover:before, .studies-item:hover:before, .testimonial-item:hover:before, .product-item:hover:before, .pro-item:hover:before, .post-item:hover:before, .service-item:hover:before {
    height: 40px;
    width: 40px; }

.section-bg-clr .about-item:before, .section-bg-clr .team-item:before, .section-bg-clr .studies-item:before, .section-bg-clr .testimonial-item:before, .section-bg-clr .product-item:before, .section-bg-clr .pro-item:before, .section-bg-clr .post-item:before, .section-bg-clr .service-item:before {
  background: linear-gradient(315deg, #fafafa 50%, #f1f3f2 50%); }

.price-item {
  position: relative; }
  .price-item:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #85c443 50%, #f1f3f2 50%);
    transition: all 0.3s ease-in-out; }
  .price-item:hover:before {
    height: 40px;
    width: 40px; }

.pricing-plan-section-three .price-item:before, .pricing-page .price-item:before {
  display: none; }

.rtl .about-item:before, .rtl .team-item:before, .rtl .studies-item:before, .rtl .testimonial-item:before, .rtl .product-item:before, .rtl .pro-item:before, .rtl .post-item:before, .rtl .service-item:before {
  bottom: -1px;
  right: auto;
  left: -1px;
  background: linear-gradient(-315deg, #fff 50%, #f1f3f2 50%); }
.rtl .section-bg-clr .about-item:before, .rtl .section-bg-clr .team-item:before, .rtl .section-bg-clr .studies-item:before, .rtl .section-bg-clr .testimonial-item:before, .rtl .section-bg-clr .product-item:before, .rtl .section-bg-clr .pro-item:before, .rtl .section-bg-clr .post-item:before, .rtl .section-bg-clr .service-item:before {
  background: linear-gradient(-315deg, #fafafa 50%, #f1f3f2 50%); }
.rtl .price-item:before {
  right: auto;
  left: 0;
  background: linear-gradient(-315deg, #85c443 50%, #f1f3f2 50%); }
.rtl .pricing-plan-section-three .price-item:before, .rtl .pricing-page .price-item:before {
  display: none; }

/*================================
           Box Style
==================================*/
.wrapper .all-content {
  background-color: #fff; }

.boxed .wrapper .all-content {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05); }
.boxed .wrapper .menu-fixed {
  max-width: 1240px; }


  footer .footer-bottom p a {
    color:#00b2b7;
  }

  