@charset "UTF-8";
/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Thin Scrollbar
    - Buttons
    - Social Media Icon Navigation
    - Form Elements
    - Box Design
    - Tabs Design
    - Panel Design
    - DataTable Design 
    - Page Loader
    - Modal Design 
    - Header And Navigation
    - Blog(Post)
    - Page Notifictions
    - Footer Style
    - Login & Registration
    - 404 Page 
    - Common Design
    - Breadcrumb 


/* ===================================
    Google font
====================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/**
 * @author Vishal Khatra
 * General Property
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  direction: ltr; }

body {
  background-color: #F2F3F7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  min-height: 100%;
  line-height: 1.7;
  color: #545454; }

img {
  max-width: 100%; }

#app {
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden; }

.container-full {
  overflow: hidden; }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1500px; } }

@media (min-width: 992px) {
  .container {
    width: 100%; } }

body:not(.home-page, .menu-style-2) .site-header {
  height: 74px; }
  @media only screen and (max-width: 991px) {
    body:not(.home-page, .menu-style-2) .site-header {
      height: 64px; } }
  @media only screen and (max-width: 480px) {
    body:not(.home-page, .menu-style-2) .site-header {
      height: 60px; } }

@media only screen and (min-width: 768px) {
  body:not(.builder-page) .mobile-view {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  body:not(.builder-page) .desktop-view {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  body:not(.builder-page) .tablet-show {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  body:not(.builder-page) .tablet-hide {
    display: none !important; } }

/* ----- Heading Tag ----- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #232323; }

/* ----- / Heading Tag ----- */
/* ----- Link Style ----- */
a {
  color: #db1515; }

a:hover, a:focus, a:active {
  color: #e53939;
  outline: none;
  text-decoration: none; }

a.disabled {
  cursor: not-allowed; }

/* ----- / Link Style ----- */
/* ----- Label Style ----- */
.label {
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 80%; }
  .label.label-primary {
    background-color: #db1515; }
    .label.label-primary[href]:focus, .label.label-primary[href]:hover {
      background-color: #e53939; }
  .label + .label {
    margin-left: 2px; }

/* ----- / Label Style ----- */
.badge {
  font-weight: 400; }

.bg-primary {
  background-color: #db1515 !important; }

.bg-success {
  background: #db1515;
  background: -webkit-linear-gradient(45deg, #0fcc33, #03b525);
  background: linear-gradient(45deg, #0fcc33, #03b525); }

.bg-info {
  background-color: #8eb4cb; }

.bg-warning {
  background-color: #cbb956; }

.bg-danger {
  background-color: #bf5329; }

.help-block {
  font-size: 13px;
  color: #858585;
  line-height: 1.4; }

.richtext-outer {
  word-break: break-word; }

/* /. General Property */
/**
 * @author Vishal Khatra
 * JavaScript is Disabled
 */
.error-page-section {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 999999; }
  .error-page-section .error-page-wrap {
    height: 100%;
    font-family: 'Rubik', sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding: 15px; }
  .error-page-section .error-page-content {
    display: block;
    position: relative;
    background-color: #fff;
    max-width: 480px;
    padding: 40px 30px;
    box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .error-page-section .error-page-content {
        padding: 30px 15px; } }
    .error-page-section .error-page-content .site-brand {
      display: block;
      position: relative;
      height: 60px;
      width: auto;
      margin: 0 auto 30px; }
      .error-page-section .error-page-content .site-brand img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .error-page-section .error-page-content .error-icon {
      display: block;
      position: relative;
      height: 200px;
      width: 200px;
      margin: 30px auto;
      opacity: 0.75;
      border-radius: 50%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 35px;
      box-shadow: -3px -3px 15px rgba(0, 0, 0, 0.2) inset; }
      .error-page-section .error-page-content .error-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .error-page-section .error-page-content .error-page-main-title {
      display: block;
      position: relative;
      text-align: center;
      font-size: 30px;
      text-transform: capitalize;
      font-weight: 700;
      margin: 20px 0 0;
      line-height: 1.15;
      color: #232323;
      font-family: "Poppins", sans-serif; }
    .error-page-section .error-page-content .error-page-sub-title {
      display: block;
      position: relative;
      text-align: center;
      font-size: 22px;
      font-weight: 300;
      margin: 15px 0 5px;
      color: #757575;
      line-height: 1.15;
      font-family: "Poppins", sans-serif; }
    .error-page-section .error-page-content .btn {
      position: relative;
      margin: 20px 0 0;
      text-decoration: none;
      padding: 10px 35px;
      font-size: 18px;
      border-radius: 50px;
      border: none;
      font-weight: 300;
      transition: all 0.5s; }

/* / JavaScript is Disabled End */
/**
 * @author Vishal Khatra
 * Thin Scrollbar
 */
/* For Firefox, IE 10+ */
.thin-scrollbar {
  -ms-overflow-style: auto;
  scrollbar-width: thin; }

/* For Chrome */
.thin-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f0f0f0; }

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cdcdcd; }

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa; }

/* / Thin Scrollbar */
/**
 * @author Vishal Khatra
 * Buttons Style
 */
.btn {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 1.5; }
  .btn:hover, .btn:focus, .btn:active {
    box-shadow: none;
    outline: none;
    outline-offset: unset; }
  .btn.active.focus, .btn.active:focus, .btn:active.focus, .btn:active:focus {
    outline: none;
    outline-offset: unset; }

/* Button Bordered */
.btn-bordered {
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }
  .btn-bordered.bw2 {
    border-width: 2px; }

/* Button Large */
.btn-lg {
  font-size: 20px;
  padding: 14px 30px;
  line-height: 1.5; }

/* Button Small */
.btn-sm {
  padding: 5px 12px; }

/* Button White */
.btn-white {
  background-color: #F2F3F7;
  color: #db1515; }
  .btn-white.btn-bordered {
    color: #F2F3F7;
    border-color: #F2F3F7;
    background-color: transparent; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #ffffff !important;
    color: #db1515 !important;
    border-color: #ffffff !important; }

/* Button Primary */
.btn-primary {
  background: #db1515;
  color: #ffffff !important;
  border-color: #db1515; }
  .btn-primary.btn-bordered {
    color: #db1515;
    border-color: #db1515;
    background-color: transparent; }
    .btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:focus, .btn-primary.btn-bordered:active {
      color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #e53939;
    border-color: #e53939; }
  .btn-primary.active .focus, .btn-primary.active:focus, .btn-primary.active:hover {
    background: #e53939;
    border-color: #e53939; }
  .btn-primary:active .focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #e53939;
    border-color: #e53939; }

/* Button Secondary */
.btn-secondary {
  background: #353535;
  color: #ffffff;
  border-color: #353535; }
  .btn-secondary.btn-bordered {
    color: #353535;
    border-color: #353535;
    background-color: transparent; }
    .btn-secondary.btn-bordered:hover, .btn-secondary.btn-bordered:focus, .btn-secondary.btn-bordered:active {
      color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #ffffff;
    background: #555555;
    border-color: #555555; }

/* Button Highlight */
.btn-highlight {
  background: #fa4a5e;
  color: #ffffff;
  border-color: #fa4a5e; }
  .btn-highlight.btn-bordered {
    border-color: #fa4a5e; }
  .btn-highlight:hover, .btn-highlight:focus {
    background: #e74053 !important;
    border-color: #e74053 !important; }

/* Button Gradient */
.btn-gradient {
  background: #db1515;
  background: -webkit-linear-gradient(45deg, #db1515, #353535);
  background: linear-gradient(45deg, #db1515, #353535);
  color: #ffffff;
  border-color: #353535;
  border: none; }
  .btn-gradient.btn-bordered {
    border-color: #353535; }
  .btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
    background: #e53939 !important;
    background: -webkit-linear-gradient(45deg, #e53939, #555555) !important;
    background: linear-gradient(45deg, #e53939, #555555) !important;
    border-color: #555555 !important; }

/* Dropdoen Button */
.dropdown.open > .dropdown-toggle.btn-primary.focus, .dropdown.open > .dropdown-toggle.btn-primary:focus, .dropdown.open > .dropdown-toggle.btn-primary:hover {
  background: #e53939;
  border-color: #e53939; }

/* Button Facebook */
.btn-facebook {
  background: #3c5898;
  color: #ffffff;
  border-color: #3c5898; }
  .btn-facebook.btn-bordered {
    border-color: #3c5898; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    background: #29487d !important;
    border-color: #29487d !important; }

/* Button Google */
.btn-google {
  background: #de5246;
  color: #ffffff;
  border-color: #de5246; }
  .btn-google.btn-bordered {
    border-color: #de5246; }
  .btn-google:hover, .btn-google:focus, .btn-google:active {
    background: #db4437 !important;
    border-color: #db4437 !important; }

/* Button Linkedin */
.btn-linkedin {
  background: #007bb6;
  color: #ffffff;
  border-color: #007bb6; }
  .btn-linkedin.btn-bordered {
    border-color: #007bb6; }
  .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
    background: #005983 !important;
    border-color: #005983 !important; }

/* Button Twitter */
.btn-twitter {
  background: #55acee;
  color: #ffffff;
  border-color: #55acee; }
  .btn-twitter.btn-bordered {
    border-color: #55acee; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    background: #2795e9 !important;
    border-color: #2795e9 !important; }

/* Button Social API */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  margin-bottom: 10px; }
  .btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social:hover, .btn-social:focus, .btn-social:active {
    color: #ffffff; }

/* / Buttons Style */
/**
 * @author Vishal Khatra
 * Social Media Icon Navigation
 */
.social-menu {
  list-style: none;
  padding: 0;
  margin: 0px 0 0 0;
  float: none;
  display: block; }
  .social-menu > li {
    position: relative;
    display: inline-block;
    margin: 0 5px; }
    .social-menu > li:first-child {
      margin-left: 0; }
    .social-menu > li a {
      position: relative;
      display: block;
      padding: 0 !important;
      width: 34px;
      height: 34px;
      text-align: center;
      line-height: 36px;
      font-size: 18px;
      border-radius: 50%;
      background-color: #db1515;
      color: #ffffff; }
      .social-menu > li a:hover {
        color: #ffffff; }

/*----- social links hover effect ----- */
ul.social-menu > li > a[href*="facebook.com"]:hover, ul.social-menu > li > a[href*="facebook.com"]:focus {
  background-color: #3b5998;
  color: #ffffff; }

ul.social-menu > li > a[href*="twitter.com"]:hover, ul.social-menu > li > a[href*="twitter.com"]:focus {
  background-color: #00aced;
  color: #ffffff; }

ul.social-menu > li > a[href*="plus.google.com"]:hover, ul.social-menu > li > a[href*="plus.google.com"]:focus, ul.social-menu > li > a[href*="google.com"]:hover, ul.social-menu > li > a[href*="google.com"]:focus {
  background-color: #dd4b39;
  color: #ffffff; }

ul.social-menu > li > a[href*="/feed/"]:hover, ul.social-menu > li > a[href*="/feed/"]:focus {
  background-color: #dc622c;
  color: #ffffff; }

ul.social-menu > li > a[href*="wordpress.org"]:hover, ul.social-menu > li > a[href*="wordpress.org"]:focus, ul.social-menu > li > a[href*="wordpress.com"]:hover, ul.social-menu > li > a[href*="wordpress.com"]:focus {
  background-color: #45bbe6;
  color: #ffffff; }

ul.social-menu > li > a[href*="github.com"]:hover, ul.social-menu > li > a[href*="github.com"]:focus {
  background-color: #4183c4;
  color: #ffffff; }

ul.social-menu > li > a[href*="linkedin.com"]:hover, ul.social-menu > li > a[href*="linkedin.com"]:focus {
  background-color: #007bb6;
  color: #ffffff; }

ul.social-menu > li > a[href*="pinterest.com"]:hover, ul.social-menu > li > a[href*="pinterest.com"]:focus {
  background-color: #cb2027;
  color: #ffffff; }

ul.social-menu > li > a[href*="flickr.com"]:hover, ul.social-menu > li > a[href*="flickr.com"]:focus {
  background-color: #ff0084;
  color: #ffffff; }

ul.social-menu > li > a[href*="vimeo.com"]:hover, ul.social-menu > li > a[href*="vimeo.com"]:focus {
  background-color: #aad450;
  color: #ffffff; }

ul.social-menu > li > a[href*="youtube.com"]:hover, ul.social-menu > li > a[href*="youtube.com"]:focus {
  background-color: #bb0000;
  color: #ffffff; }

ul.social-menu > li > a[href*="instagram.com"]:hover, ul.social-menu > li > a[href*="instagram.com"]:focus {
  background-color: #d62977;
  color: #ffffff; }

ul.social-menu > li > a[href*="whatsapp.com"]:hover, ul.social-menu > li > a[href*="whatsapp.com"]:focus {
  background-color: #00e676;
  color: #ffffff; }

ul.social-menu > li > a[href*="wa.me"]:hover, ul.social-menu > li > a[href*="wa.me"]:focus {
  background-color: #00e676;
  color: #ffffff; }

ul.social-menu > li > a[href*="dribbble.com"]:hover, ul.social-menu > li > a[href*="dribbble.com"]:focus {
  background-color: #ea4c89;
  color: #ffffff; }

ul.social-menu > li > a[href*="behance.net"]:hover, ul.social-menu > li > a[href*="behance.net"]:focus {
  background-color: #0057ff;
  color: #ffffff; }

ul.social-menu > li > a[href*="skype.com"]:hover, ul.social-menu > li > a[href*="skype.com"]:focus {
  background-color: #12a5f4;
  color: #ffffff; }

ul.social-menu > li > a[href*="tumblr.com"]:hover, ul.social-menu > li > a[href*="tumblr.com"]:focus {
  background-color: #34526f;
  color: #ffffff; }

ul.social-menu > li > a[href*="digg.com"]:hover, ul.social-menu > li > a[href*="digg.com"]:focus {
  background-color: #333;
  color: #ffffff; }

ul.social-menu > li > a[href*="soundcloud.com"]:hover, ul.social-menu > li > a[href*="soundcloud.com"]:focus {
  background-color: #ff5500;
  color: #ffffff; }

/* / Social Media Icon Navigation */
/**
 * @author Vishal Khatra
 * List Style 
 */
.liststyle-none, .list-style-none {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.checked-list > li {
  padding: 0 0 0 24px;
  margin-bottom: 12px; }
  ul.checked-list > li:after {
    content: '\e080';
    position: absolute;
    left: 0;
    font-family: simple-line-icons; }
  ul.checked-list > li:last-child {
    margin-bottom: 0; }

ul.checked-list.checked-list-white {
  color: #ffffff; }

/* / List Style */
/**
 * @author Vishal Khatra
 * Form Elements
 */
form {
  display: block;
  position: relative; }

/* Form Control Label Style */
.control-label {
  font-weight: 500;
  display: block;
  position: relative;
  /*line-height: 1;*/
  color: #353535;
  font-size: 14px;
  line-height: 1.5; }

/* Form input elements Style */
.form-control {
  height: 48px;
  border-radius: 8px;
  font-size: 15px;
  border: 2px solid #f3f3f3;
  box-shadow: none;
  background-color: #f3f3f3;
  padding: 6px 15px; }
  .form-control:focus {
    border-color: #c5c5c5;
    box-shadow: none;
    background-color: transparent; }
  .form-control:-internal-autofill-selected {
    background-color: #fee8e8 !important; }

input.form-control:-internal-autofill-selected {
  appearance: menulist-button !important;
  background-image: none !important;
  background-color: -internal-light-dark(#fee8e8, rgba(126, 70, 70, 0.4)) !important; }

/* Textarea Style */
textarea.form-control {
  height: auto;
  resize: vertical; }

/* From Control Feedback icon */
.form-group {
  position: relative; }
  .form-group .form-control-feedback {
    height: 48px;
    line-height: 50px;
    width: 42px;
    font-size: 16px;
    color: #8a8a8a; }
    .form-group .form-control-feedback.view-pass {
      pointer-events: inherit; }
  .form-group input[type="text"] + .form-control-feedback.view-pass i:before {
    content: '\f070'; }

/* Custome Checkbox Style */
.checkbox {
  display: block;
  position: relative;
  margin: 0; }
  .checkbox + .checkbox {
    margin-top: 15px; }
  .checkbox + label.error + .checkbox {
    margin-top: 15px; }

.checkbox-inline {
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-right: 15px; }
  .checkbox-inline + .checkbox-inline {
    margin-left: 0; }

.checkbox label, .checkbox-inline label {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.4;
  color: #353535; }
  .checkbox label .checkmark, .checkbox-inline label .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    transition: all, 0.3s;
    box-shadow: 0px 0px 0px 1px #d7d7d7 inset; }
    .checkbox label .checkmark:after, .checkbox-inline label .checkmark:after {
      content: "";
      position: absolute;
      display: block;
      left: 3px;
      top: 4px;
      width: 13px;
      height: 7px;
      border-style: solid;
      border-width: 2px;
      border-color: transparent transparent #ffffff transparent;
      opacity: 0;
      transition: all, 0.3s; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  opacity: 0; }
  .checkbox input[type="checkbox"]:checked ~ .checkmark, .checkbox-inline input[type="checkbox"]:checked ~ .checkmark {
    background: #db1515;
    box-shadow: none; }
    .checkbox input[type="checkbox"]:checked ~ .checkmark:after, .checkbox-inline input[type="checkbox"]:checked ~ .checkmark:after {
      border-color: transparent transparent #ffffff #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 1;
      transition: all, 0.3s; }
  .checkbox input[type="checkbox"]:checked:disabled ~ .checkmark, .checkbox-inline input[type="checkbox"]:checked:disabled ~ .checkmark {
    background: #db1515;
    box-shadow: none; }
  .checkbox input[type="checkbox"]:disabled ~ .checkmark, .checkbox-inline input[type="checkbox"]:disabled ~ .checkmark {
    background: #e1e1e1;
    box-shadow: none; }
  .checkbox input[type="checkbox"].error ~ .checkmark + label.error, .checkbox-inline input[type="checkbox"].error ~ .checkmark + label.error {
    margin-top: 2px;
    padding: 0;
    cursor: default; }

/* Custome Radio Button Style */
.radio {
  display: block;
  position: relative;
  margin: 0; }
  .radio + .radio {
    margin-top: 15px; }

.radio-inline {
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-right: 15px; }
  .radio-inline + .radio-inline {
    margin-left: 0px; }

.radio label, .radio-inline label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-weight: 400;
  color: #454545; }

.radio .radiobtn, .radio-inline .radiobtn {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 50%;
  left: 0;
  top: 50%;
  box-shadow: 0px 0px 0px 1px #d7d7d7 inset;
  transform: translateY(-50%); }
  .radio .radiobtn:after, .radio-inline .radiobtn:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -4px;
    opacity: 0; }

.radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  opacity: 0; }
  .radio input[type=radio]:checked ~ .radiobtn, .radio-inline input[type=radio]:checked ~ .radiobtn {
    box-shadow: none;
    background: #db1515;
    transition: all, 0.3s; }
    .radio input[type=radio]:checked ~ .radiobtn:after, .radio-inline input[type=radio]:checked ~ .radiobtn:after {
      opacity: 1; }
  .radio input[type=radio]:checked:disabled ~ .radiobtn, .radio-inline input[type=radio]:checked:disabled ~ .radiobtn {
    background: #db1515;
    box-shadow: none; }
  .radio input[type=radio]:disabled ~ .radiobtn, .radio-inline input[type=radio]:disabled ~ .radiobtn {
    background: #e1e1e1;
    box-shadow: none; }
  .radio input[type=radio].error ~ .checkmark + label.error, .radio-inline input[type=radio].error ~ .checkmark + label.error {
    margin-top: 2px;
    padding: 0;
    cursor: default; }

/* Form Element Error Style */
label.error {
  display: inline;
  color: #da1d1d;
  margin: 0;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px; }

/*label{
    &.error{
        position: absolute; 
        left: 0px; 
        display: inline-block;
        background: #333; 
        padding: 3px 10px; 
        color: #fff; 
        font-weight: 300; 
        font-size: 13px; 
        opacity: 0; 
        transition: all 0.5s; 
        -webkit-transition: all 0.5s; 
        text-overflow:ellipse; 
        white-space: normal; 
        border-radius: 2px; 
        top: -30px; 
        bottom: 100%;
        letter-spacing: 0.8px; 
        border-color: #333; 
        z-index: 5; 
        &:after{ content: ' '; position: absolute; border-width: 5px; border-style: solid; border-color: #333 transparent transparent transparent; bottom: -9.4px; left: 15px; z-index: 999; }
    }
}*/
.recaptcha-error {
  display: block;
  position: relative; }
  .recaptcha-error label.error {
    position: relative;
    opacity: 1;
    background: transparent;
    color: #da1d1d;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    display: block; }
    .recaptcha-error label.error:after {
      display: none; }

/*.control-label{
    + .form-control{
        + label.error{
            transform: translateY(25px);
        }
    }
}*/
.form-group .form-control.error, .form-group .form-control .error:focus {
  border-color: #da1d1d; }

.form-group .form-control.error:focus {
  opacity: 1; }
  .form-group .form-control.error:focus + label.error {
    opacity: 1; }

.form-control.error:hover + label.error, .form-control.error:focus + label.error {
  opacity: 1; }

.help-block.error {
  position: absolute;
  left: 5px;
  display: inline-block;
  background: #333;
  padding: 3px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-overflow: ellipse;
  white-space: normal;
  border-radius: 5px;
  top: inherit;
  bottom: 45px;
  letter-spacing: 0.8px;
  border-color: #333;
  z-index: 5;
  margin: 0; }
  .help-block.error:after {
    content: ' ';
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    bottom: -9.4px;
    left: 15px;
    z-index: 999; }

.form-group.has-error .form-control {
  border-color: red; }
  .form-group.has-error .form-control:focus {
    border-color: red;
    opacity: 1; }
    .form-group.has-error .form-control:focus + .help-block.error {
      opacity: 1; }
  .form-group.has-error .form-control:hover + .help-block.error {
    opacity: 1; }

.input-group .input-group-btn:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.php-error {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #f72b1c; }

textarea.ckeditor2 {
  visibility: visible !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important; }
  textarea.ckeditor2.error ~ .cke {
    border-color: #da1d1d; }

/* Select 2 Modify */
.select2.select2-container--default {
  width: 100% !important; }
  .select2.select2-container--default:focus {
    outline: none; }
  .select2.select2-container--default .selection .select2-selection--single {
    /*border: none;*/
    border-radius: 8px;
    height: 48px;
    border: none;
    background-color: #f3f3f3; }
    .select2.select2-container--default .selection .select2-selection--single:focus {
      outline: none; }
    .select2.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
      padding: 10px 22px 10px 12px;
      line-height: 28px;
      font-weight: 400;
      font-size: 16px;
      color: #555555; }
      .select2.select2-container--default .selection .select2-selection--single .select2-selection__rendered:focus {
        outline: none; }
    .select2.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
      top: 50%;
      transform: translateY(-50%); }
  .select2.select2-container--default .selection .select2-selection--multiple {
    min-height: 40px;
    border-radius: 0;
    padding: 0 10px;
    border-radius: 8px;
    border-width: 2px;
    border-color: #f3f3f3;
    background-color: #f3f3f3; }
    .select2.select2-container--default .selection .select2-selection--multiple .select2-selection__rendered {
      display: block;
      font-size: 16px;
      padding: 0; }
      .select2.select2-container--default .selection .select2-selection--multiple .select2-selection__rendered .select2-search__field {
        margin: 0;
        padding: 8px 0; }
    .select2.select2-container--default .selection .select2-selection--multiple .select2-selection__choice {
      padding: 2px 5px; }
  .select2.select2-container--default.select2-container--focus .selection .select2-selection--multiple {
    border-color: #c5c5c5; }

.select2.error + .select2-container--default .selection .select2-selection--single {
  border-color: #da1d1d; }

.select2.error + .select2-container--default .selection .select2-selection--multiple {
  border-color: #da1d1d; }

.select2 .has-img .select2-selection__choice__remove {
  vertical-align: middle;
  margin-right: 5px; }

.select2 .has-img .selection {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .select2 .has-img .selection img {
    height: 22px;
    margin-right: 5px; }

.form-control.error + .select2-container--default .selection .select2-selection--single {
  border-color: #da1d1d; }

.form-control.error + .select2-container--default .selection .select2-selection--multiple {
  border-color: #da1d1d; }

.select2-no-search.error + .select2-container--default .selection .select2-selection--single {
  border-color: #da1d1d; }

.select2-container .select2-dropdown {
  border: none;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  padding: 4px 0; }
  .select2-container .select2-dropdown .select2-search--dropdown {
    padding: 5px; }
    .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
      outline: none !important; }
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    -ms-overflow-style: auto;
    scrollbar-width: thin; }
    .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
      width: 7px;
      height: 7px;
      background-color: #f0f0f0; }
    .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
      background-color: #cdcdcd; }
    .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
      background-color: #aaaaaa; }
    .select2-container .select2-dropdown .select2-results .select2-results__options > .select2-results__option {
      padding: 6px 12px; }
      .select2-container .select2-dropdown .select2-results .select2-results__options > .select2-results__option[role=group] {
        padding: 0; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
      background-color: #f2f2f2;
      color: #353535; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
      color: #db1515;
      background-color: rgba(219, 21, 21, 0.08); }

.select2-container .has-img .result {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .select2-container .has-img .result img {
    height: 22px;
    margin-right: 5px; }

/* Select 2 Modify End */
select.arrow-lite {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 2L0 2h4zm0 2L0 1h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  padding-right: 24px !important;
  line-height: 1; }

select.arrow-dark {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%238f8f8f' d='M2 2L0 2h4zm0 2L0 1h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  padding-right: 24px !important;
  line-height: 1; }

/* Input File Button design */
.inputfile-group {
  position: relative;
  display: block; }
  .inputfile-group + label.error {
    display: inline; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .inputfile + label {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    padding: 12px 45px 12px 15px;
    background-color: #f3f3f3;
    color: #454545;
    line-height: 1.5;
    margin: 0; }
    .inputfile + label > i {
      position: absolute;
      right: 16px;
      top: 50%;
      font-size: 20px;
      color: #db1515;
      transform: translateY(-50%); }
  .inputfile.error + label {
    border-color: #da1d1d; }

.uploaded-files {
  display: block;
  position: relative;
  margin-top: 5px; }
  .uploaded-files > li {
    display: inline-block;
    position: relative;
    margin: 12px 10px 0 0; }
    .uploaded-files > li .uploaded-thumb {
      display: block;
      position: relative;
      height: 145px;
      width: 145px;
      background-color: #fcfcfc;
      border: 1px solid #e7e7e7;
      padding: 3px;
      border-radius: 3px; }
      .uploaded-files > li .uploaded-thumb .uploaded-thumb-img {
        display: block;
        position: relative;
        height: 110px;
        width: 100%; }
      .uploaded-files > li .uploaded-thumb img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .uploaded-files > li .uploaded-thumb .uploaded-file-name {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        color: #656565;
        margin-top: 5px;
        padding: 2px 5px 0;
        border-top: 1px solid #e5e5e5; }
    .uploaded-files > li .upl-files-remove {
      position: absolute;
      top: -7px;
      right: -7px;
      height: 19px;
      width: 19px;
      font-size: 14px;
      font-weight: 300;
      color: #ffffff !important;
      line-height: 16px;
      text-align: center;
      display: block;
      border-radius: 3px;
      font-family: 'Rubik', sans-serif;
      background-color: #9b9b9b;
      box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
      z-index: 2; }
      .uploaded-files > li .upl-files-remove:hover {
        background-color: #757575;
        color: #ffffff; }
      .uploaded-files > li .upl-files-remove:before, .uploaded-files > li .upl-files-remove:after {
        content: "";
        position: absolute;
        display: block;
        width: 13px;
        height: 1px;
        background-color: #ffffff;
        top: 9px;
        left: 3px; }
      .uploaded-files > li .upl-files-remove:after {
        transform: rotate(45deg); }
      .uploaded-files > li .upl-files-remove:before {
        transform: rotate(-45deg); }
  .uploaded-files.files-video > li .uploaded-thumb {
    width: 200px;
    height: 120px;
    max-height: inherit; }
    .uploaded-files.files-video > li .uploaded-thumb video {
      width: 100%;
      height: 100%; }

/* Input File Button design End*/
/* Range Slider Input */
.lvp-range-slider {
  margin-bottom: 15px;
  position: relative;
  display: block; }
  .lvp-range-slider .range-value {
    color: #db1515;
    font-weight: 500;
    border: none;
    width: 100%;
    margin-bottom: 6px;
    line-height: normal;
    padding: 0; }
  .lvp-range-slider .ui-widget.ui-widget-content {
    margin: 6px 0 12px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50px; }
  .lvp-range-slider .ui-widget.ui-slider-horizontal {
    height: 6px;
    border: none; }
    .lvp-range-slider .ui-widget.ui-slider-horizontal .ui-slider-handle {
      top: -6px; }
  .lvp-range-slider .ui-widget .ui-corner-all {
    border-radius: 50px; }
  .lvp-range-slider .ui-widget .ui-widget-header {
    background-color: rgba(0, 0, 0, 0.3); }
  .lvp-range-slider .ui-widget.ui-widget-content .ui-state-default {
    background-color: #db1515;
    border: none; }

select.arrow-dark {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23565656' d='M2 2L0 2h4zm0 2L0 1h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff; }

/* / Range Slider Input End*/
/* / Form Elements */
/**
 * Contact Number Country code Dropdown
 * @author Vishal Khatra
 */
.contact-number-group .input-group-addon {
  padding: 0;
  height: 36px;
  background-color: #f3f3f3;
  border: none;
  border-right: 1px solid #e1e1e1;
  /*width:auto!important;*/ }
  .contact-number-group .input-group-addon .select2-container {
    min-width: 60px;
    width: auto !important; }
    .contact-number-group .input-group-addon .select2-container.select2-container--default .select2-selection--single {
      border: none;
      padding: 0px 7px;
      height: 34px;
      text-align: center; }
      .contact-number-group .input-group-addon .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
        padding: 0;
        padding-right: 10px;
        min-width: 95px; }
      .contact-number-group .input-group-addon .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered img {
        margin-top: -4px; }
      .contact-number-group .input-group-addon .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px; }

.contact-dial-select2-open .select2-container.select2-container--default .select2-dropdown {
  min-width: 260px !important; }

/* /.Contact Number Country code Dropdown */
/**
 * @author Vishal Khatra
 * Box Design 
 */
.box {
  display: block;
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  -moz-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -ms-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1); }
  .box.box-flate {
    border-radius: 0; }
  .box + .box {
    margin-top: 30px; }
  .box .box-header {
    display: block;
    position: relative;
    color: #444;
    padding: 15px 15px 0px;
    position: relative;
    text-transform: capitalize; }
    .box .box-header.with-border {
      border-bottom: 1px solid #f1f1f1;
      padding: 12px 15px; }
    .box .box-header .box-title {
      display: inline-block;
      position: relative;
      font-size: 16px;
      margin: 0;
      text-transform: capitalize;
      color: #151515;
      font-weight: 500; }
    .box .box-header .box-tools a.accordian-btn {
      display: block;
      position: relative;
      width: 14px;
      height: 14px; }
      .box .box-header .box-tools a.accordian-btn:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #555555;
        top: 6px;
        left: 0;
        transition: all 0.5s; }
      .box .box-header .box-tools a.accordian-btn:before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 100%;
        background: #555555;
        left: 6px;
        top: 0;
        transition: all 0.5s; }
      .box .box-header .box-tools a.accordian-btn[aria-expanded="true"]:after {
        opacity: 0; }
      .box .box-header .box-tools a.accordian-btn[aria-expanded="true"]:before {
        transform: rotate(-90deg); }
  .box .box-body {
    position: relative;
    display: block;
    padding: 15px;
    border-radius: 0px 0px 4px 4px; }
  .box .box-footer {
    padding: 12px 15px;
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .box.no-padding {
    padding: 0; }
    .box.no-padding .box-header {
      padding: 0; }
      .box.no-padding .box-header .box-title {
        text-transform: capitalize; }
        .box.no-padding .box-header .box-title:after {
          left: 0; }
    .box.no-padding .box-body {
      padding: 15px 0 0 0; }
  .box.no-bg {
    background-color: transparent;
    box-shadow: none; }

/* / End Box */
/**
 * @author Vishal Khatra
 * Tabs Design 
 */
.sipl-tabs-wrap {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px; }
  .sipl-tabs-wrap .nav-tabs {
    border: none; }
    .sipl-tabs-wrap .nav-tabs > li {
      margin: 0px;
      outline: none; }
      .sipl-tabs-wrap .nav-tabs > li a {
        background-color: #ffffff;
        font-size: 16px;
        border-radius: 4px 4px 0 0;
        color: #353535;
        padding: 14px 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
        border: none;
        border-color: transparent;
        -webkit-transition: all 0.05s;
        -moz-transition: all 0.05s;
        -ms-transition: all 0.05s;
        -o-transition: all 0.05s;
        transition: all 0.05s; }
        .sipl-tabs-wrap .nav-tabs > li a:hover {
          background-color: #ffffff;
          border: none;
          border-color: transparent; }
      .sipl-tabs-wrap .nav-tabs > li.active {
        z-index: 5; }
        .sipl-tabs-wrap .nav-tabs > li.active > a {
          border: none;
          font-weight: 500;
          background-color: #ffffff;
          color: #e53939;
          box-shadow: none;
          -webkit-transition: all 0.05s;
          -moz-transition: all 0.05s;
          -ms-transition: all 0.05s;
          -o-transition: all 0.05s;
          transition: all 0.05s; }
          .sipl-tabs-wrap .nav-tabs > li.active > a:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 4px;
            color: #fa623f;
            font-weight: 500;
            left: 0;
            bottom: -2px;
            background: #db1515; }
          .sipl-tabs-wrap .nav-tabs > li.active > a:hover, .sipl-tabs-wrap .nav-tabs > li.active > a:focus {
            border: none; }
      .sipl-tabs-wrap .nav-tabs > li:first-child > a {
        border-radius: 10px 0 0 0; }
      .sipl-tabs-wrap .nav-tabs > li:last-child > a {
        border-radius: 0 10px 0 0; }
  .sipl-tabs-wrap .sipl-tab-nav {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    z-index: 3; }
    .sipl-tabs-wrap .sipl-tab-nav:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      background-color: #e9eaee;
      width: 100%;
      height: 4px; }
  .sipl-tabs-wrap .tab-content {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    z-index: 2; }
    .sipl-tabs-wrap .tab-content .box {
      box-shadow: none;
      margin-bottom: 40px; }
      .sipl-tabs-wrap .tab-content .box:last-child {
        margin-bottom: 0; }
      .sipl-tabs-wrap .tab-content .box .box-header {
        padding: 0 0 0px;
        margin-bottom: 10px; }
        .sipl-tabs-wrap .tab-content .box .box-header .box-title:after {
          left: 0; }
      .sipl-tabs-wrap .tab-content .box .box-body {
        padding: 0px 0 0 0; }
    .sipl-tabs-wrap .tab-content .panel .panel-body {
      padding: 15px 0 0; }
  .sipl-tabs-wrap .panel {
    margin-bottom: 0; }
    .sipl-tabs-wrap .panel .panel-heading {
      padding-top: 0; }
      .sipl-tabs-wrap .panel .panel-heading .panel-title {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500; }
      .sipl-tabs-wrap .panel .panel-heading .panel-tools a {
        font-weight: 500; }

/* / Tabs Design */
/**
 * @author Vishal Khatra
 * Panel Design 
 */
.panel {
  padding: 0 15px;
  border: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08); }
  .panel .panel-heading {
    background-color: #ffffff;
    padding: 15px 0 15px;
    border-bottom-color: #c5c5c5;
    color: #353535; }
    .panel .panel-heading .panel-title {
      display: inline-block;
      font-size: 18px;
      margin: 0;
      line-height: 1;
      font-weight: 600; }
    .panel .panel-heading .form-control {
      height: 40px;
      margin-top: -12px;
      max-width: 250px; }
      @media only screen and (max-width: 991px) {
        .panel .panel-heading .form-control {
          height: 36px;
          margin-top: -8px;
          width: 180px; } }
    .panel .panel-heading .btn {
      height: 40px;
      margin-top: -12px; }
      @media only screen and (max-width: 991px) {
        .panel .panel-heading .btn {
          height: 36px;
          margin-top: -8px;
          padding: 6px 15px; } }
    .panel .panel-heading .panel-tools a {
      font-weight: 500; }
  .panel .panel-body {
    padding: 15px 0; }
  .panel .panel-footer {
    padding: 15px 0;
    background-color: transparent; }
  .panel.no-bg {
    background-color: transparent;
    box-shadow: none; }
    .panel.no-bg .panel-heading, .panel.no-bg .panel-body {
      background-color: transparent;
      box-shadow: none; }
  .panel.no-padding {
    padding: 0; }
  .panel.no-margin {
    margin: 0; }

/* / panel Design */
/**
 * @author Vishal Khatra
 * DataTable Design 
 */
.datatables_inner_wrap {
  overflow: auto;
  position: relative;
  display: block;
  width: 100%;
  max-height: 500px;
  border-bottom: 1px solid #e5e5e5; }

.dataTables_wrapper .dataTables_paginate {
  font-weight: 400; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 2px;
    color: #e53939 !important;
    border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      background: linear-gradient(to bottom, #f5f5f5 0%, #d3d3d3 100%);
      color: #454545 !important;
      border-color: #cacaca;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      box-shadow: none;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      border: none;
      background: #db1515;
      background: -webkit-linear-gradient(45deg, #db1515, #353535);
      background: linear-gradient(45deg, #db1515, #353535);
      color: #ffffff !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
      color: #969696 !important; }

.dataTables_wrapper .dataTables_info {
  color: #858585;
  font-size: 13px; }

table.sipl-datatable {
  width: 100%; }
  table.sipl-datatable thead tr th {
    border-color: #d5d5d5;
    font-weight: 500; }
    table.sipl-datatable thead tr th.action-col {
      text-align: right; }
  table.sipl-datatable tr td {
    vertical-align: middle;
    padding: 5px 10px;
    height: 30px; }
    table.sipl-datatable tr td .action-btn {
      text-align: right;
      display: block; }
  table.sipl-datatable.no-footer {
    border-bottom-color: #d5d5d5; }

/* / DataTable End */
/**
 * @author Vishal Khatra
 * Page Loader 
 */
.page-loader-wrap {
  position: fixed;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

.page-loader-wrap .page-loader {
  color: #699ff9;
  position: absolute;
  display: block;
  height: 100px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -40px;
  padding: 20px;
  font-size: 0px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(117, 131, 135, 0.21); }
  .page-loader-wrap .page-loader img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

/* / Page Loader End */
/**
 * @author Vishal Khatra
 * Modal Design 
 */
.modal {
  -ms-overflow-style: auto;
  scrollbar-width: thin; }

.modal::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f0f0f0; }

.modal::-webkit-scrollbar-thumb {
  background-color: #cdcdcd; }

.modal::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa; }

/* / Modal Design */
/**
 * @author Vishal Khatra
 * Google Translate  
 */
body.has-google-trans {
  top: 0px !important; }

body > .skiptranslate {
  display: none !important; }

#google_trans_wrap {
  position: fixed;
  right: -174px;
  top: 80px;
  z-index: 90;
  transition: all 0.5s; }
  @media only screen and (max-width: 991px) {
    #google_trans_wrap {
      top: 118px; } }

font.goog-text-highlight {
  box-shadow: none !important;
  background-color: transparent !important; }

#google_trans_wrap.active {
  right: -2px; }

#google_trans_wrap .gt-box {
  display: block;
  position: relative; }
  #google_trans_wrap .gt-box a#gt-btn {
    position: absolute;
    display: inline-block;
    left: -75px;
    height: 34px;
    vertical-align: top;
    border-radius: 50px 0 0 50px;
    background-color: #353535;
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    padding: 0 18px 0 40px; }
    #google_trans_wrap .gt-box a#gt-btn span {
      position: absolute;
      display: block;
      height: 28px;
      left: 3px;
      width: 28px;
      font-size: 16px;
      border-radius: 50%;
      color: #454545;
      background-color: #ffffff;
      top: 3px;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      transition: all 0.5s; }
    #google_trans_wrap .gt-box a#gt-btn.active span {
      transform: rotate(180deg); }
  #google_trans_wrap .gt-box .gt-box-lang {
    display: block;
    position: relative;
    width: 170px;
    background: #fff;
    border-radius: 0px 0 0 8px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #353535; }

/* / Google Translate */
/**
 * Section and Page Heading Pettern
 *
 * @author Vishal Khatra
 */
.sub-heading {
  display: block;
  position: relative;
  margin-bottom: 5px; }
  .sub-heading .sub-title {
    display: block;
    position: relative;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #db1515; }

.main-heading {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .main-heading .main-title {
    display: block;
    position: relative;
    margin: 0;
    font-size: 38px; }
    .main-heading .main-title span {
      color: #db1515; }
    @media only screen and (max-width: 1199px) {
      .main-heading .main-title {
        font-size: 34px; } }
    @media only screen and (max-width: 991px) {
      .main-heading .main-title {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .main-heading .main-title {
        font-size: 32px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 400px) {
      .main-heading .main-title {
        font-size: 30px; } }
  .main-heading .heading-info {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 5px; }
    @media only screen and (max-width: 991px) {
      .main-heading .heading-info {
        font-size: 16px;
        line-height: 1.5; } }
  .main-heading.heading-center {
    display: block;
    position: relative;
    text-align: center; }
    .main-heading.heading-center .main-title {
      margin: 0 0 15px; }
    .main-heading.heading-center .heading-info {
      font-size: 16px; }

.divider {
  margin: 15px 0; }
  .divider > div {
    width: 30px;
    height: 2px;
    background: #db1515;
    background: -webkit-linear-gradient(45deg, #db1515, #454545);
    background: linear-gradient(45deg, #db1515, #454545);
    border-radius: 2px;
    transform: skew(40deg); }
    .divider > div:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 5px;
      background-color: #757575;
      left: 35px; }
    .divider > div:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 5px;
      background-color: #b5b5b5;
      left: 45px; }

.page-heading {
  display: block;
  position: relative;
  margin: 0 0 40px; }
  .page-heading .heading-title {
    display: block;
    position: relative;
    font-size: 40px;
    margin: 0 0;
    font-weight: 700; }
    .page-heading .heading-title span {
      color: #db1515; }
  .page-heading .heading-info {
    display: block;
    position: relative;
    font-weight: 300;
    margin-top: 10px; }
  .page-heading.heading-center {
    text-align: center; }
    .page-heading.heading-center .divider > div {
      margin: 0 auto; }

/*  /. Section and Page Heading Pettern */
/**
 * No Result Found
 *
 * @author Vishal Khatra
 */
.no-results {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #353535;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px; }

/* /. No Result Found */
/* Rating Input */
.rating {
  border: none;
  float: left;
  line-height: 1.2; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 4px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.rating > .half:before {
  content: "\f089";
  position: absolute; }

.rating > label {
  color: #ddd !important;
  float: right;
  cursor: pointer; }

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700 !important; }

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85 !important; }

/* / Rating Input End */
/**
 * Header And Navigation
 *
 * @author Vishal Khatra
 */
header {
  position: relative;
  display: block;
  position: relative; }

.navbar-default {
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: none;
  -moz-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .navbar-default .navbar-brand {
    height: 74px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .navbar-default .navbar-brand {
        padding: 5px 15px; } }
    .navbar-default .navbar-brand img {
      height: 100%;
      width: auto;
      filter: brightness(0);
      opacity: 0.72;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .navbar-default .navbar-toggle {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .navbar-default .top-btn-nav {
    display: block;
    position: relative;
    text-align: right; }
    .navbar-default .top-btn-nav .language-dropdown, .navbar-default .top-btn-nav .currency-dropdown {
      display: inline-block;
      padding: 10px 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (min-width: 768px) {
        .navbar-default .top-btn-nav .language-dropdown, .navbar-default .top-btn-nav .currency-dropdown {
          /*margin-right: -15px;*/
          margin-left: 15px; } }
    @media only screen and (max-width: 991px) {
      .navbar-default .top-btn-nav {
        float: none !important;
        text-align: center; }
        .navbar-default .top-btn-nav .language-dropdown, .navbar-default .top-btn-nav .currency-dropdown {
          padding: 5px 0;
          margin: 0 5px; }
          .navbar-default .top-btn-nav .language-dropdown .btn, .navbar-default .top-btn-nav .currency-dropdown .btn {
            padding: 3px 8px; } }
  @media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav.navbar-right {
      margin-right: 0; } }
  .navbar-default .navbar-nav > li > a {
    padding: 27px 26px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #232323; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #db1515; }
    .navbar-default .navbar-nav > li > a span {
      vertical-align: top; }
    .navbar-default .navbar-nav > li > a .menu-icon i {
      margin-right: 10px;
      font-size: 20px; }
  .navbar-default .navbar-nav > li.user-nav > a {
    padding: 17px 15px; }
    .navbar-default .navbar-nav > li.user-nav > a > span {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      max-width: 110px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .navbar-default .navbar-nav > li.user-nav > a > .menu-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 8px;
      vertical-align: middle;
      -moz-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.15); }
      .navbar-default .navbar-nav > li.user-nav > a > .menu-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .navbar-default .navbar-nav > li.user-nav > a .user-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 5px;
      box-shadow: 0 0 0 2px rgba(219, 21, 21, 0.4); }
  .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:hover {
    color: #db1515;
    background-color: transparent; }
  .navbar-default .navbar-nav > li.navbar-btn {
    margin: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .navbar-default .navbar-nav > li.navbar-btn > a {
      background-color: #db1515;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 8px; }
      .navbar-default .navbar-nav > li.navbar-btn > a:hover, .navbar-default .navbar-nav > li.navbar-btn > a:focus, .navbar-default .navbar-nav > li.navbar-btn > a:active {
        background: #e53939;
        border-color: #e53939; }
  .navbar-default .navbar-nav > li.nav-email > a {
    line-height: 14px; }
    .navbar-default .navbar-nav > li.nav-email > a .menu-icon {
      line-height: 16px; }
    .navbar-default .navbar-nav > li.nav-email > a .menu-label {
      line-height: 16px; }
  @media only screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li.nav-email > a .menu-label {
      display: none; } }
  .navbar-default .navbar-nav > li.message-nav .header-notification-list-load, .navbar-default .navbar-nav > li.message-nav .header-message-list-load, .navbar-default .navbar-nav > li.notification-nav .header-notification-list-load, .navbar-default .navbar-nav > li.notification-nav .header-message-list-load {
    font-size: 18px; }
  .navbar-default .navbar-nav > li.message-nav .notification-counts, .navbar-default .navbar-nav > li.message-nav .message-counts, .navbar-default .navbar-nav > li.notification-nav .notification-counts, .navbar-default .navbar-nav > li.notification-nav .message-counts {
    padding: 0;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: 9px;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px;
    min-width: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .navbar-default .navbar-nav > li.message-nav .notification-counts[data-item-counter="0"], .navbar-default .navbar-nav > li.message-nav .message-counts[data-item-counter="0"], .navbar-default .navbar-nav > li.notification-nav .notification-counts[data-item-counter="0"], .navbar-default .navbar-nav > li.notification-nav .message-counts[data-item-counter="0"] {
      display: none; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    height: 20px;
    width: 20px;
    overflow: unset;
    text-overflow: unset;
    text-align: center;
    line-height: 20px; }
    .navbar-default .navbar-nav > .dropdown > a .caret i {
      vertical-align: middle; }
  .navbar-default .navbar-nav > .dropdown > a .menu-caret {
    margin-left: 5px; }
    .navbar-default .navbar-nav > .dropdown > a .menu-caret i {
      vertical-align: middle; }
  .navbar-default .dropdown .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12); }
    .navbar-default .dropdown .dropdown-menu.mega-menu {
      padding: 0; }
  .navbar-default.affix {
    width: 100%;
    -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    .navbar-default.affix .navbar-brand img {
      filter: unset;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media only screen and (min-width: 768px) {
      .navbar-default.affix .navbar-nav > li > a {
        padding: 25px 26px; }
      .navbar-default.affix .navbar-nav > li.user-nav > a {
        padding: 15px 15px; } }
    .navbar-default.affix .navbar-nav > li.navbar-btn {
      margin: 0;
      padding: 13px 0; }
      .navbar-default.affix .navbar-nav > li.navbar-btn > a {
        background-color: #db1515;
        color: #ffffff;
        padding: 12px 25px;
        border-radius: 8px; }
        .navbar-default.affix .navbar-nav > li.navbar-btn > a:hover, .navbar-default.affix .navbar-nav > li.navbar-btn > a:focus {
          background-color: #e53939; }
    .navbar-default.affix .navbar-nav > li.message-nav .notification-counts, .navbar-default.affix .navbar-nav > li.message-nav .message-counts, .navbar-default.affix .navbar-nav > li.notification-nav .notification-counts, .navbar-default.affix .navbar-nav > li.notification-nav .message-counts {
      top: 9px; }
    .navbar-default.affix .navbar-brand {
      height: 70px;
      padding: 12px 15px; }
    @media only screen and (min-width: 992px) {
      .navbar-default.affix .top-btn-nav .language-dropdown, .navbar-default.affix .top-btn-nav .currency-dropdown {
        padding: 6px 0; } }
    @media only screen and (max-width: 767px) {
      .navbar-default.affix .navbar-toggle {
        margin: 9px 15px 9px 0; } }

body.menu-style-2 .navbar-default {
  width: 100%;
  -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
  body.menu-style-2 .navbar-default .navbar-brand {
    position: relative;
    pointer-events: none; }
    body.menu-style-2 .navbar-default .navbar-brand img {
      filter: unset;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  body.menu-style-2 .navbar-default .navbar-nav.navbar-left {
    display: none; }
  @media only screen and (min-width: 768px) {
    body.menu-style-2 .navbar-default .navbar-nav > li > a {
      padding: 24px 26px; }
    body.menu-style-2 .navbar-default .navbar-nav > li.user-nav > a {
      padding: 8px 15px; } }
  body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn {
    margin: 0;
    padding: 11px 0; }
    body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn > a {
      background-color: #db1515;
      color: #ffffff;
      padding: 14px 25px;
      border-radius: 8px; }
      body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn > a:hover, body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn > a:focus {
        background-color: #e53939; }
  body.menu-style-2 .navbar-default .navbar-nav > li.user-nav > a {
    padding: 15px 15px; }
  body.menu-style-2 .navbar-default .navbar-brand {
    height: 70px;
    padding: 12px 15px; }
  @media only screen and (min-width: 992px) {
    body.menu-style-2 .navbar-default .top-btn-nav .language-dropdown, body.menu-style-2 .navbar-default .top-btn-nav .currency-dropdown {
      padding: 6px 0; } }
  @media only screen and (max-width: 767px) {
    body.menu-style-2 .navbar-default .navbar-toggle {
      margin: 9px 15px 9px 0; } }

body.menu-style-2.has-nav-fixed .site-content {
  padding-top: 70px; }

.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.05);
  max-width: 230px;
  min-width: 200px;
  border: none;
  -moz-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -ms-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border-radius: 8px; }
  .dropdown-menu > li > a {
    position: relative;
    padding: 8px 25px 8px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px; }
    .dropdown-menu > li > a .menu-icon i {
      margin-right: 5px; }
    .dropdown-menu > li > a > .caret {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -2px;
      border-top-color: #999999;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
      background-color: #fafafa;
      color: #db1515; }
  .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:focus, .dropdown-menu > li.active > a:hover {
    background-color: #db1515;
    color: #ffffff; }
    .dropdown-menu > li.active > a > .caret, .dropdown-menu > li.active > a:focus > .caret, .dropdown-menu > li.active > a:hover > .caret {
      border-top-color: #ffffff; }
  .dropdown-menu > li.open > a > .caret {
    transform: rotate(-90deg); }
  .dropdown-menu .dropdown-submenu {
    position: relative; }
    .dropdown-menu .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
      border-radius: 0 6px 6px 6px; }
    .dropdown-menu .dropdown-submenu.pull-left {
      float: none; }
      .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 6px 0 6px 6px; }

.message-nav .dropdown-menu {
  min-width: 318px;
  max-width: 318px;
  padding: 0;
  border-radius: 0; }
  .message-nav .dropdown-menu > li .header-message-list-cont {
    max-height: 360px;
    overflow-y: auto; }
    .message-nav .dropdown-menu > li .header-message-list-cont > li {
      display: block;
      position: relative; }
      .message-nav .dropdown-menu > li .header-message-list-cont > li > a {
        display: block;
        position: relative;
        padding: 10px 10px 10px 10px;
        border-bottom: 1px solid #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .message-nav .dropdown-menu > li .header-message-list-cont > li > a > h4 {
          font-size: 13px;
          margin: 0 0 7px 0;
          font-weight: 500;
          color: #353535;
          padding-left: 30px; }
          .message-nav .dropdown-menu > li .header-message-list-cont > li > a > h4 i {
            position: absolute;
            font-size: 20px;
            left: 10px;
            top: 7px;
            color: #db1515; }
        .message-nav .dropdown-menu > li .header-message-list-cont > li > a > p {
          margin: 0;
          line-height: 1; }
          .message-nav .dropdown-menu > li .header-message-list-cont > li > a > p > span {
            font-size: 12px;
            color: #656565; }
        .message-nav .dropdown-menu > li .header-message-list-cont > li > a:hover {
          background-color: #f5f6f8; }
  .message-nav .dropdown-menu > li.footer > a {
    color: #db1515 !important;
    text-align: center;
    font-size: 14px !important;
    padding: 6px; }
    .message-nav .dropdown-menu > li.footer > a:hover {
      background-color: #f5f6f8; }
  .message-nav .dropdown-menu > li .header-message-load-btn .loading {
    display: none; }
  .message-nav .dropdown-menu > li .header-message-load-btn .all-loaded {
    display: none; }
  .message-nav .dropdown-menu > li .header-message-load-btn.loading .loading {
    display: block; }
  .message-nav .dropdown-menu > li .header-message-load-btn.loading .not-loading {
    display: none; }
  .message-nav .dropdown-menu > li .header-message-load-btn.all-loaded .all-loaded {
    display: block; }
  .message-nav .dropdown-menu > li .header-message-load-btn.all-loaded .not-loading {
    display: none; }
  .message-nav .dropdown-menu > li .header-message-load-btn i.icons {
    vertical-align: middle; }

/* Mega Dropdown */
.nav.navbar-nav .mega-dropdown {
  position: static; }
  .nav.navbar-nav .mega-dropdown .mega-menu {
    right: 0;
    left: 0;
    max-width: inherit; }

/* Mega Dropdown End */
@media only screen and (min-width: 768px) {
  /*.navbar-default .navbar-nav > li:hover > .dropdown-menu{display: block;}*/
  .navbar-default .navbar-nav > li.dropdown > .dropdown-menu,
  .navbar-default .navbar-nav > li.mega-dropdown > .dropdown-menu,
  .navbar-default .dropdown-submenu > .dropdown-menu {
    -webkit-animation: fadeInUp 400ms; }
  /*    .navbar-default .navbar-nav > li.dropdown.open:hover > .dropdown-menu,
    .navbar-default .navbar-nav > li.mega-dropdown.open:hover > .dropdown-menu{-webkit-animation: none; animation:none; }*/ }

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    .navbar-default .navbar-nav li > a {
      padding: 10px 15px 10px 15px; }
    .navbar-default .navbar-nav li.open .dropdown-menu {
      max-width: inherit;
      -webkit-animation: fadeIn 400ms;
      animation: fadeIn 400ms; }
      .navbar-default .navbar-nav li.open .dropdown-menu > li > a {
        padding: 7px 15px 7px 25px;
        color: #565656; }
      .navbar-default .navbar-nav li.open .dropdown-menu > li .dropdown-menu > li > a {
        padding-left: 40px; }
      .navbar-default .navbar-nav li.open .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li > a {
        padding-left: 55px; }
      .navbar-default .navbar-nav li.open .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li > a {
        padding-left: 70px; }
    .navbar-default .navbar-nav > li.dropdown > .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.03); }
    .navbar-default .navbar-nav li.dropdown .dropdown-menu {
      padding: 0 0 0 0px;
      border-radius: 0; }
    .navbar-default .navbar-nav li.dropdown .dropdown-submenu > .dropdown-menu {
      margin: 0; }
    .navbar-default .navbar-nav li.dropdown.open > a {
      background-color: transparent; }
      .navbar-default .navbar-nav li.dropdown.open > a > .caret {
        transform: rotate(0deg); }
  .navbar-default .navbar-toggle {
    margin: 13px 15px 13px 0; }
  .navbar-default .language-dropdown.pull-right {
    position: absolute;
    top: 0;
    right: 75px;
    padding: 13px 0; }
    .navbar-default .language-dropdown.pull-right .btn {
      padding: 6px 12px; } }

.home-page header {
  display: block;
  position: relative; }
  .home-page header .navbar-default:not(.affix) {
    background-color: transparent; }

/* side-nav side navigation */
.side-nav {
  float: none;
  background: #fafafa;
  /*    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);*/ }
  .side-nav li > a {
    color: #656556; }
  .side-nav li.active > a {
    background-color: #ffffff;
    color: #db1515; }
  .side-nav li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .side-nav > li {
    display: block;
    position: relative;
    float: none; }
    .side-nav > li > a {
      padding: 12px 15px;
      color: #545454;
      font-size: 16px; }
      .side-nav > li > a .caret {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .side-nav > li > a .menu-icon i {
        margin-right: 5px; }
    .side-nav > li.open > a .caret, .side-nav > li.stay-open > a .caret {
      transform: translateY(-50%) rotate(0deg); }
  .side-nav .open > a, .side-nav .open > a:focus, .side-nav .open > a:hover {
    background-color: transparent; }
  .side-nav .dropdown .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    left: 0;
    top: inherit;
    margin: 0;
    padding: 0;
    max-width: inherit;
    margin-top: 0;
    background-color: ffffff;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
    .side-nav .dropdown .dropdown-menu li > a > .caret {
      transform: rotate(-90deg); }
    .side-nav .dropdown .dropdown-menu li.open > a .caret {
      transform: rotate(0deg); }
    .side-nav .dropdown .dropdown-menu > li > a {
      padding: 8px 15px 8px 20px;
      font-size: 14px; }
      .side-nav .dropdown .dropdown-menu > li > a colol
> .caret {
        transform: rotate(-90deg); }
    .side-nav .dropdown .dropdown-menu > li > .dropdown-menu > li > a {
      padding-left: 30px; }
    .side-nav .dropdown .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
      padding-left: 40px; }
    .side-nav .dropdown .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
      padding-left: 50px; }
      .side-nav .dropdown .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a > .caret {
        display: none; }
    .side-nav .dropdown .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu {
      display: none; }

@media only screen and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding: 27px 20px; }
  .navbar-default .navbar-nav > li.nav-email > a {
    padding: 26px 15px; }
  .navbar-default.affix .navbar-nav > li > a {
    padding: 25px 20px; }
  .navbar-default .navbar-nav > li.user-nav > a {
    padding: 17px 15px; }
  .navbar-default.affix .navbar-nav > li.user-nav > a {
    padding: 15px 15px; }
  .navbar-default .navbar-nav > li.user-nav > a > span {
    max-width: 90px; }
  .navbar-default.affix .navbar-nav > li.nav-email > a {
    padding: 24px 15px; }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px; }
  .navbar-default .navbar-brand {
    height: 74px; }
  .navbar-default.affix .navbar-brand {
    height: 70px; }
  .navbar-default .navbar-nav > li.navbar-btn {
    padding: 15px 0; }
  .navbar-default.affix .navbar-nav > li.navbar-btn {
    padding: 13px 0; }
  body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email > a {
    padding: 24px 26px; }
  body.menu-style-2 .message-nav .notification-counts, body.menu-style-2 .message-nav .message-counts, body.menu-style-2 .notification-nav .notification-counts, body.menu-style-2 .notification-nav .message-counts {
    top: 12px !important; } }

@media only screen and (max-width: 991px) {
  .home-page header .navbar-default:not(.affix) {
    background-color: #ffffff; }
  .navbar-default {
    -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    .navbar-default .navbar-toggle {
      padding: 0;
      height: 42px;
      width: 42px;
      background-color: #db1515;
      margin: 14px 0 14px 0px;
      border: none;
      border-radius: 8px;
      float: left; }
      .navbar-default .navbar-toggle .icon-bar {
        position: relative;
        display: block;
        width: 20px;
        line-height: 42px;
        background-color: #ffffff;
        margin-left: 11px;
        height: 1px;
        transition: all 0.5s; }
        .navbar-default .navbar-toggle .icon-bar:before {
          content: '';
          position: absolute;
          background-color: #ffffff;
          top: -6px;
          height: 1px;
          width: 100%;
          left: 0;
          transition: all 0.5s; }
        .navbar-default .navbar-toggle .icon-bar:after {
          content: '';
          position: absolute;
          background-color: #ffffff;
          bottom: -6px;
          height: 1px;
          width: 100%;
          left: 0;
          transition: all 0.5s; }
      .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar {
        background-color: transparent; }
        .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:before {
          top: 0;
          transform: rotate(45deg); }
        .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:after {
          bottom: 0px;
          transform: rotate(-45deg); }
      .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #e53939; }
    .navbar-default.affix .navbar-toggle {
      margin: 11px 0 11px 0px; }
    .navbar-default .navbar-nav.navbar-user {
      float: right; }
  .navbar-default .navbar-brand,
  .navbar-default.affix .navbar-brand {
    height: 64px; }
  .navbar-default .navbar-toggle,
  .navbar-default.affix .navbar-toggle {
    margin: 11px 0; }
  .navbar-default .navbar-nav > li > a,
  .navbar-default.affix .navbar-nav > li > a {
    padding: 22px 15px;
    font-size: 16px; }
  .navbar-default .navbar-collapse .navbar-nav > li > a,
  .navbar-default.affix .navbar-collapse .navbar-nav > li > a {
    padding: 18px 15px; }
  .navbar-default .navbar-collapse .navbar-nav > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .navbar-default .navbar-nav.navbar-user > li.user-nav > a,
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a {
    padding: 12px 0px 12px 15px; }
  .navbar-default .navbar-nav > li.user-nav > a > span {
    max-width: 80px; }
  .navbar-default .navbar-nav > li.nav-email {
    padding: 10px 0;
    transition: all 0.3s; }
  .navbar-default .navbar-nav > li.nav-email > a {
    background-color: #db1515;
    color: #ffffff;
    padding: 0;
    height: 44px;
    width: 44px;
    border-radius: 8px;
    line-height: 42px;
    text-align: center; }
  .navbar-default .navbar-nav > li.nav-email > a .menu-icon {
    line-height: 1;
    vertical-align: middle; }
  .navbar-default .navbar-nav > li.nav-email > a .menu-icon .icons {
    vertical-align: middle;
    margin: 0; }
  .navbar-default.affix .navbar-nav > li.nav-email > a {
    padding: 22px 0; }
  .navbar-default .navbar-nav.navbar-user > li + li {
    margin-left: 10px; }
  .navbar-default.affix .navbar-nav > li.nav-email {
    padding: 10px 0; }
  .navbar-default.affix .navbar-nav.navbar-user > li + li {
    margin-left: 10px; }
  .navbar-default.affix .navbar-nav > li.nav-email > a {
    padding: 0; }
  .navbar-default .navbar-nav > li.navbar-btn,
  .navbar-default.affix .navbar-nav > li.navbar-btn {
    padding: 10px 0; }
  .navbar-default.affix .navbar-nav > li.message-nav .notification-counts,
  .navbar-default.affix .navbar-nav > li.message-nav .message-counts,
  .navbar-default.affix .navbar-nav > li.notification-nav .notification-counts,
  .navbar-default.affix .navbar-nav > li.notification-nav .message-counts {
    top: 12px; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block;
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #ffffff; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-nav {
    float: none !important;
    margin: 0; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-nav.navbar-user {
    float: right !important;
    margin: 0px; }
  .navbar-nav.navbar-user > li {
    float: left; }
  .navbar-nav.navbar-user > li.notification-nav a,
  .navbar-nav.navbar-user > li.message-nav a {
    font-size: 18px; }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    margin-top: 0;
    position: absolute;
    right: 0;
    left: auto;
    max-width: 230px;
    min-width: 200px;
    background-color: #ffffff;
    -webkit-animation: fadeInUp 400ms;
    -moz-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -ms-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    min-width: 318px;
    max-width: 318px; }
  body.menu-style-2.has-nav-fixed .site-content {
    padding-top: 64px; }
  body.menu-style-2 .navbar-default .navbar-toggle, body.menu-style-2 .navbar-default.affix .navbar-toggle {
    display: none; }
  body.menu-style-2 .navbar-default .navbar-brand, body.menu-style-2 .navbar-default.affix .navbar-brand {
    left: 0;
    transform: none;
    height: 64px;
    padding: 12px 15px; }
  body.menu-style-2 .navbar-default .navbar-nav > li > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li > a {
    padding: 22px 15px; }
  body.menu-style-2 .navbar-default .navbar-nav > li.user-nav > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li.user-nav > a {
    padding: 12px 0px 12px 15px; }
  body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn {
    padding: 10px 0;
    margin-left: 10px; }
    body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn > a {
      padding: 12px 25px; }
  body.menu-style-2 .navbar-default .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email {
    padding: 10px 0; }
    body.menu-style-2 .navbar-default .navbar-nav > li.nav-email > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email > a {
      height: 44px;
      width: 44px;
      border-radius: 8px;
      line-height: 42px;
      text-align: center;
      padding: 0; } }

@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li.navbar-btn > a .menu-icon {
    display: none; } }

@media only screen and (max-width: 767px) {
  .navbar-default.affix .navbar-brand,
  .navbar-default .navbar-brand {
    height: 64px;
    padding: 11px 10px;
    position: relative;
    transform: unset;
    left: 60px;
    top: 0; }
  .navbar-default .navbar-toggle {
    margin: 11px 0 11px 0px; }
  .navbar-default.affix .navbar-toggle,
  .navbar-default .navbar-toggle {
    position: absolute;
    left: 15px; }
  .navbar-default .navbar-nav > li.navbar-btn,
  .navbar-default.affix .navbar-nav > li.navbar-btn,
  .navbar-default.affix .navbar-nav > li.nav-email,
  .navbar-default .navbar-nav > li.nav-email {
    padding: 12px 0; }
  .navbar-default .navbar-nav > li.nav-email > a {
    height: 40px;
    width: 40px;
    line-height: 38px; }
  .navbar-default .navbar-nav > li.navbar-btn > a,
  .navbar-default.affix .navbar-nav > li.navbar-btn > a {
    padding: 0 0;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 44px;
    text-align: center; }
  .navbar-default .navbar-nav > li.navbar-btn > a .user-name {
    display: none; }
  .navbar-default .navbar-nav > li.navbar-btn > a .menu-icon i {
    margin: 0; }
  .navbar-default .navbar-nav.navbar-user > li.user-nav > a, .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a {
    padding-right: 0; }
  .navbar-default .navbar-collapse .navbar-nav > li > a, .navbar-default.affix .navbar-collapse .navbar-nav > li > a {
    padding: 16px 15px; }
  .message-nav .dropdown-menu > li .header-message-list-cont > li > a > h4 {
    margin-bottom: 5px; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    right: auto;
    left: -92px; }
  .message-nav .dropdown-menu > li.footer > a {
    font-size: 13px !important;
    padding: 5px !important; }
  body.menu-style-2 .navbar-default .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn, body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn {
    padding: 12px 0; }
  body.menu-style-2 .navbar-default .navbar-nav > li.nav-email > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email > a {
    height: 40px;
    width: 40px;
    line-height: 38px; }
  body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn > a, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn > a {
    padding: 0 0;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 44px;
    text-align: center; } }

@media only screen and (max-width: 560px) {
  .navbar-default .navbar-nav.navbar-user > li.user-nav > a span.user-title {
    display: none; }
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav,
  .navbar-default .navbar-nav.navbar-user > li.user-nav {
    margin: 9px 0px 9px 15px; }
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a,
  .navbar-default .navbar-nav.navbar-user > li.user-nav > a {
    background-color: #e4e4e4;
    border-radius: 50px;
    padding: 3px 8px 3px 3px; }
  .navbar-default .navbar-nav > li.user-nav > a .user-icon {
    margin-right: 3px;
    box-shadow: 0 0 0 1px #ffffff; }
  .navbar-default .navbar-nav.navbar-user > li.user-nav.dropdown .dropdown-menu {
    margin-top: 7px; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    left: -177px; }
  body.menu-style-2 .navbar-default.affix .navbar-nav.navbar-user > li.user-nav, body.menu-style-2 .navbar-default .navbar-nav.navbar-user > li.user-nav {
    margin: 9px 0px 9px 15px; }
    body.menu-style-2 .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a, body.menu-style-2 .navbar-default .navbar-nav.navbar-user > li.user-nav > a {
      background-color: #e4e4e4;
      border-radius: 50px;
      padding: 3px 8px 3px 3px; } }

@media only screen and (max-width: 480px) {
  .navbar-default.affix .navbar-brand,
  .navbar-default .navbar-brand {
    height: 60px;
    padding: 10px 10px;
    left: 50px; }
  .navbar-default.affix .navbar-toggle,
  .navbar-default .navbar-toggle {
    height: 40px;
    width: 40px;
    margin: 10px 0 10px 0px;
    left: 10px; }
  .navbar-default .navbar-nav > li > a,
  .navbar-default.affix .navbar-nav > li > a {
    padding: 20px 12px; }
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav,
  .navbar-default .navbar-nav.navbar-user > li.user-nav {
    margin: 7px 0px 7px 15px; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    font-size: 14px;
    width: 16px;
    height: 16px; }
  .navbar-default .navbar-nav > li.message-nav .header-notification-list-load,
  .navbar-default .navbar-nav > li.message-nav .header-message-list-load,
  .navbar-default .navbar-nav > li.notification-nav .header-notification-list-load,
  .navbar-default .navbar-nav > li.notification-nav .header-message-list-load {
    font-size: 16px; }
  .navbar-default .navbar-nav > li.message-nav .notification-counts,
  .navbar-default .navbar-nav > li.message-nav .message-counts,
  .navbar-default .navbar-nav > li.notification-nav .notification-counts,
  .navbar-default .navbar-nav > li.notification-nav .message-counts,
  .navbar-default.affix .navbar-nav > li.message-nav .notification-counts,
  .navbar-default.affix .navbar-nav > li.message-nav .message-counts,
  .navbar-default.affix .navbar-nav > li.notification-nav .notification-counts,
  .navbar-default.affix .navbar-nav > li.notification-nav .message-counts {
    font-size: 10px;
    min-width: 14px;
    margin-left: 6px;
    top: 10px; }
  .navbar-default .navbar-nav > li.navbar-btn,
  .navbar-default.affix .navbar-nav > li.navbar-btn,
  .navbar-default.affix .navbar-nav > li.nav-email,
  .navbar-default .navbar-nav > li.nav-email {
    padding: 10px 0; }
  .navbar-default .navbar-toggle .icon-bar {
    margin-left: 10px; }
  .navbar-default.affix .navbar-brand,
  .navbar-default .navbar-brand {
    padding: 12px 10px; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    left: -189px; }
  body.menu-style-2.has-nav-fixed .site-content {
    padding-top: 60px; }
  body.menu-style-2 .navbar-default.affix .navbar-brand, body.menu-style-2 .navbar-default .navbar-brand {
    height: 60px;
    padding: 12px 10px; }
  body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn, body.menu-style-2 .navbar-default .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn {
    padding: 10px 0; }
  body.menu-style-2 .navbar-default.affix .navbar-nav > li > a, body.menu-style-2 .navbar-default .navbar-nav > li > a {
    padding: 20px 15px; }
  body.menu-style-2 .navbar-default.affix .navbar-nav.navbar-user > li.user-nav, body.menu-style-2 .navbar-default .navbar-nav.navbar-user > li.user-nav {
    margin: 7px 0px 7px 15px; } }

@media only screen and (max-width: 400px) {
  .navbar-default .navbar-nav > li.user-nav > a .user-icon {
    height: 36px;
    width: 36px; }
  .navbar-default.affix .navbar-brand,
  .navbar-default .navbar-brand {
    height: 56px;
    left: 45px; }
  .navbar-default.affix .navbar-toggle,
  .navbar-default .navbar-toggle {
    width: 36px;
    height: 36px; }
  .navbar-default .navbar-toggle .icon-bar {
    margin-left: 8px; }
  .navbar-default .navbar-nav > li > a,
  .navbar-default.affix .navbar-nav > li > a {
    padding: 18px 12px; }
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav,
  .navbar-default .navbar-nav.navbar-user > li.user-nav {
    margin: 7px 0px 7px 10px; }
  .navbar-default .navbar-nav.navbar-user > li + li,
  .navbar-default.affix .navbar-nav.navbar-user > li + li {
    margin-left: 5px; }
  .navbar-default .navbar-nav.navbar-user > li.user-nav.dropdown .dropdown-menu {
    margin-top: 11px; }
  .message-nav .dropdown-menu > li.footer > a {
    font-size: 13px !important; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    left: -198px; }
  body.menu-style-2.has-nav-fixed .site-content {
    padding-top: 56px; }
  body.menu-style-2 .navbar-default.affix .navbar-brand, body.menu-style-2 .navbar-default .navbar-brand {
    height: 56px;
    padding: 12px 10px; }
  body.menu-style-2 .navbar-default.affix .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default.affix .navbar-nav > li.navbar-btn, body.menu-style-2 .navbar-default .navbar-nav > li.nav-email, body.menu-style-2 .navbar-default .navbar-nav > li.navbar-btn {
    padding: 10px 0; }
  body.menu-style-2 .navbar-default.affix .navbar-nav > li > a, body.menu-style-2 .navbar-default .navbar-nav > li > a {
    padding: 18px 15px; } }

@media only screen and (max-width: 359px) {
  .navbar-default .navbar-nav > .dropdown > a .caret {
    display: none; }
  .navbar-default .navbar-nav > li.user-nav > a .user-icon {
    margin-right: 0; }
  body.menu-style-2 .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a,
  body.menu-style-2 .navbar-default .navbar-nav.navbar-user > li.user-nav > a,
  .navbar-default.affix .navbar-nav.navbar-user > li.user-nav > a,
  .navbar-default .navbar-nav.navbar-user > li.user-nav > a {
    padding: 3px; }
  .navbar-default .navbar-nav > li.dropdown.message-nav .dropdown-menu {
    left: -226px; } }

/* /. Header And Navigation */
/**
 * Post Design
 *
 * @author Vishal Khatra
 */
.post-tags > a {
  position: relative;
  display: inline-block;
  padding: 0px 8px;
  font-size: 13px;
  background: #eeeeee;
  font-weight: 500;
  margin: 0 15px 5px 0;
  height: 20px;
  line-height: 20px; }
  .post-tags > a:after {
    content: '';
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #eeeeee;
    right: -20px;
    top: 0; }
  .post-tags > a:hover {
    background: #e9e9e9; }
    .post-tags > a:hover:after {
      border-color: transparent transparent transparent #e9e9e9; }

/* /. Post Design */
/**
 * Page Notifictions
 *
 * @author Vishal Khatra
 */
.page-notifications {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 70px;
  width: 320px; }
  @media only screen and (max-width: 991px) {
    .page-notifications {
      top: 110px; } }
  .page-notifications .alert {
    margin-bottom: 15px;
    padding-right: 15px; }
    .page-notifications .alert button.close {
      position: absolute;
      right: 12px;
      top: 10px; }

/* /. Page Notifictions */
/**
 * Footer Style
 *
 * @author Vishal Khatra
 */
.home-page footer.site-footer, .contact-us-page footer.site-footer, .login-page footer.site-footer, .register-page footer.site-footer, .about-us-page footer.site-footer, .promotion-page footer.site-footer {
  margin-top: -150px; }

footer.site-footer {
  position: relative;
  display: block;
  background: #F2F3F7;
  border-radius: 0 160px 0 0;
  border-top: 16px solid rgba(0, 0, 0, 0.1); }
  footer.site-footer .social-menu {
    float: right; }
  footer.site-footer .footer-menu-wrap {
    display: block;
    position: relative;
    padding-left: 30px; }

/* Footer Widget */
.footer-widget-area {
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 80px; }
  .footer-widget-area .footer-widget {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .footer-widget-area .footer-widget .widget-title {
      display: block;
      position: relative;
      font-size: 20px;
      font-weight: 600;
      font-family: "Rubik", sans-serif;
      margin: 0 0 22px; }
    .footer-widget-area .footer-widget .widget-content {
      display: block;
      position: relative; }
      .footer-widget-area .footer-widget .widget-content .navbar-nav {
        float: none;
        margin: 0 0 0 10px; }
        .footer-widget-area .footer-widget .widget-content .navbar-nav > li {
          float: left;
          padding: 9px 5px 9px 0;
          width: 50%; }
          .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a {
            padding: 0px 0;
            color: #454545;
            font-size: 15px; }
            .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a:hover, .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a:focus {
              color: #db1515; }
            .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a .menu-icon {
              display: none; }
            .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a:hover, .footer-widget-area .footer-widget .widget-content .navbar-nav > li > a:focus {
              background-color: transparent; }
      .footer-widget-area .footer-widget .widget-content ul.gallery-images > li {
        width: 80px;
        height: 80px; }
      .footer-widget-area .footer-widget .widget-content.footer-service-nav .navbar-nav > li {
        float: left;
        width: 50%; }
  .footer-widget-area .brand-logo {
    display: inline-block;
    position: relative;
    height: 50px;
    width: auto;
    margin: -10px 0 0px; }
    .footer-widget-area .brand-logo img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .footer-widget-area .brnda-detail {
    display: block;
    position: relative;
    color: #656565;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8; }
  .footer-widget-area .company-address {
    display: block;
    position: relative;
    margin-top: 20px; }
    .footer-widget-area .company-address .address-icon {
      display: block;
      position: relative;
      float: left;
      width: 30px;
      height: auto; }
      .footer-widget-area .company-address .address-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .footer-widget-area .company-address .address-label {
      display: block;
      position: relative;
      margin: 0;
      margin-left: 40px;
      padding-top: 4px;
      font-size: 14px;
      font-weight: 400;
      color: #757575; }

.newsletter_form_wrap {
  display: block;
  position: relative;
  margin-top: 20px; }
  .newsletter_form_wrap h3, .newsletter_form_wrap h4, .newsletter_form_wrap h5, .newsletter_form_wrap h6 {
    display: block;
    position: relative;
    font-size: 16px;
    margin: 0 0 10px;
    color: #656556;
    font-weight: 600; }
  .newsletter_form_wrap form {
    display: block;
    position: relative; }
    .newsletter_form_wrap form .input-group {
      background-color: #ffffff;
      border-radius: 50px;
      padding: 2px;
      border: 1px solid #e5e5e5; }
      .newsletter_form_wrap form .input-group input.form-control {
        background-color: transparent;
        background: transparent;
        border-radius: 50px;
        border: none;
        height: 44px; }
      .newsletter_form_wrap form .input-group .input-group-btn .btn {
        border-radius: 50px;
        padding: 9px 15px; }

/* Copyright Section */
.copyrights-info {
  position: relative;
  display: block;
  padding: 18px 0 18px 65px; }
  .copyrights-info .copyrights-content {
    position: relative;
    display: inline-block;
    color: #858585;
    line-height: 34px; }
    .copyrights-info .copyrights-content p {
      margin-bottom: 0; }
    .copyrights-info .copyrights-content span {
      padding-right: 5px; }
  .copyrights-info .social-menu-title {
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    color: #454545;
    font-family: "Rubik", sans-serif; }
  .copyrights-info .social-menu {
    margin-right: 60px; }
  .copyrights-info .copyrights-navbar {
    float: right; }
    .copyrights-info .copyrights-navbar > li {
      float: left;
      position: relative;
      display: block;
      padding: 0 15px;
      font-weight: 300; }
      .copyrights-info .copyrights-navbar > li > a {
        color: #757575;
        padding: 0;
        line-height: 34px; }
        .copyrights-info .copyrights-navbar > li > a:hover {
          color: #db1515;
          background-color: transparent; }

@media only screen and (max-width: 991px) {
  footer.site-footer .footer-menu-wrap {
    padding-left: 0; }
  .copyrights-info {
    text-align: center;
    padding: 18px 0; }
  .copyrights-info .text-right {
    text-align: center; }
  .copyrights-info .copyrights-content {
    line-height: 20px;
    margin-bottom: 10px; }
  footer.site-footer .social-menu {
    float: inherit;
    display: block;
    text-align: center;
    margin: 0; }
  .copyrights-info .social-menu-title {
    margin: 0;
    font-size: 14px; }
  .footer-widget-area .footer-widget {
    margin-bottom: 40px; }
  .footer-widget-area .footer-widget .widget-title {
    margin-bottom: 15px; } }

@media only screen and (max-width: 480px) {
  .footer-widget-area .footer-widget .widget-content.footer-service-nav .navbar-nav > li {
    width: 100%; }
  .footer-widget-area .footer-widget .widget-content .navbar-nav > li {
    width: 100%; } }

/* /. Footer Style */
/**
 * Login & Registration Page
 *
 * @author Vishal Khatra
 */
.section-login {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 0; }
  .section-login .login-box-wrap {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin: 0px auto; }
    .section-login .login-box-wrap .login-form-box {
      position: relative;
      display: block;
      width: 100%;
      vertical-align: middle;
      background-color: #ffffff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      overflow: hidden; }
      .section-login .login-box-wrap .login-form-box .login-box {
        position: relative;
        display: block;
        padding: 80px 30px 60px;
        margin: 0 10%; }
        .section-login .login-box-wrap .login-form-box .login-box .login-title {
          position: relative;
          display: block; }
          .section-login .login-box-wrap .login-form-box .login-box .login-title .login-box-title {
            position: relative;
            display: block;
            font-weight: 700;
            padding-bottom: 15px;
            margin: 0 0 15px;
            text-align: center;
            line-height: 35px;
            color: #454545;
            font-size: 30px; }
            .section-login .login-box-wrap .login-form-box .login-box .login-title .login-box-title:after {
              content: '';
              position: absolute;
              height: 2px;
              width: 50px;
              bottom: 0;
              left: 50%;
              border-radius: 3px;
              transform: translateX(-50%);
              background: #db1515; }
          .section-login .login-box-wrap .login-form-box .login-box .login-title .login-logo {
            position: relative;
            display: block;
            width: 160px;
            height: auto;
            overflow: hidden;
            margin: 0 auto 10px; }
            .section-login .login-box-wrap .login-form-box .login-box .login-title .login-logo img {
              width: 100%;
              height: auto;
              object-fit: cover; }
          .section-login .login-box-wrap .login-form-box .login-box .login-title .login-title-info {
            text-align: center;
            font-size: 14px;
            color: #676767; }
        .section-login .login-box-wrap .login-form-box .login-box .loign-social-wrap {
          position: relative;
          display: block;
          margin-top: 15px;
          text-align: center; }
          .section-login .login-box-wrap .login-form-box .login-box .loign-social-wrap .social-login-btns {
            position: relative;
            display: block;
            text-align: center;
            margin: 0 -10px 25px; }
            .section-login .login-box-wrap .login-form-box .login-box .loign-social-wrap .social-login-btns > li {
              display: inline-block;
              padding: 0 10px; }
              .section-login .login-box-wrap .login-form-box .login-box .loign-social-wrap .social-login-btns > li .btn {
                min-width: 120px;
                letter-spacing: 0.3px; }
        .section-login .login-box-wrap .login-form-box .login-box form {
          position: relative;
          display: block;
          padding: 15px 0 0; }
          .section-login .login-box-wrap .login-form-box .login-box form .form-group .checkbox label {
            font-weight: 400; }
          .section-login .login-box-wrap .login-form-box .login-box form .btn-login {
            min-width: 180px;
            padding: 10px 12px; }
        .section-login .login-box-wrap .login-form-box .login-box .login-account {
          position: relative;
          display: block;
          text-align: center;
          padding: 10px 0; }
          .section-login .login-box-wrap .login-form-box .login-box .login-account span {
            position: relative;
            display: block;
            padding: 5px;
            color: #848484;
            font-size: 13px; }

/* Forgot & Reset Password  */
/* Login Modal*/
.login-modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .login-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.login-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.login-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.5;
  z-index: 2; }
  @media only screen and (max-width: 480px) {
    .login-modal .close {
      top: 20px; } }
  .login-modal .close:hover {
    opacity: 1; }
  .login-modal .close .close-icon {
    display: block;
    position: relative;
    height: 26px;
    width: 26px;
    transform: rotate(45deg); }
    .login-modal .close .close-icon:after, .login-modal .close .close-icon:before {
      content: "";
      position: absolute;
      height: 22px;
      width: 2px;
      background-color: #656565;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .login-modal .close .close-icon:before {
      width: 22px;
      height: 2px; }

@media only screen and (min-width: 768px) {
  .login-modal .modal-dialog {
    width: 738px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .login-modal .modal-dialog {
    width: 450px; } }

@media only screen and (max-width: 480px) {
  .login-modal .modal-dialog {
    margin-bottom: 87px; } }

.login-modal .modal-content {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .login-modal .modal-content .modal-body {
    padding: 0;
    border-radius: 4px;
    overflow: hidden; }
    .login-modal .modal-content .modal-body .login-modal-row {
      position: relative;
      display: table;
      width: 100%;
      color: #333333;
      height: 528px; }
      .login-modal .modal-content .modal-body .login-modal-row .login-modal-col {
        position: relative;
        display: table-cell;
        vertical-align: top;
        padding: 15px; }
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col.login-modal-col-banner {
          width: 37%; }
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col.login-modal-col-form {
          width: 63%;
          background-color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner {
          display: none; } }
      .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .login-title {
        display: block;
        position: relative;
        padding: 30px 15px; }
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .login-title .login-box-title {
          display: block;
          position: relative;
          font-weight: 500;
          padding-bottom: 15px;
          margin: 0 0 15px;
          text-align: left;
          line-height: 35px;
          color: #ffffff;
          font-size: 28px; }
          .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .login-title .login-box-title:after {
            content: "";
            position: absolute;
            height: 2px;
            width: 50px;
            bottom: 0;
            left: 0;
            border-radius: 3px;
            background-color: rgba(0, 0, 0, 0.22); }
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .login-title .login-title-info {
          display: block;
          position: relative;
          font-size: 18px;
          font-weight: 300;
          color: #ffffff;
          line-height: 1.5; }
      .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .lm-banner-img {
        position: absolute;
        display: block;
        bottom: 30px;
        left: 15px;
        right: 15px; }
        .login-modal .modal-content .modal-body .login-modal-row .login-modal-col-banner .lm-banner-img img {
          width: 100%;
          height: auto;
          object-fit: contain; }
    .login-modal .modal-content .modal-body .login-box {
      display: block;
      position: relative;
      padding: 15px 15px 0; }
      @media only screen and (max-width: 480px) {
        .login-modal .modal-content .modal-body .login-box {
          padding: 0; } }
      .login-modal .modal-content .modal-body .login-box .login-title {
        display: block;
        position: relative;
        padding: 0px 0px 15px; }
        @media only screen and (min-width: 768px) {
          .login-modal .modal-content .modal-body .login-box .login-title {
            display: none; } }
        .login-modal .modal-content .modal-body .login-box .login-title .login-box-title {
          display: block;
          position: relative;
          font-weight: 500;
          padding-bottom: 15px;
          margin: 0 0 15px;
          text-align: left;
          line-height: 35px;
          color: #353535;
          font-size: 28px; }
          @media only screen and (max-width: 480px) {
            .login-modal .modal-content .modal-body .login-box .login-title .login-box-title {
              padding-right: 25px; } }
          @media only screen and (max-width: 359px) {
            .login-modal .modal-content .modal-body .login-box .login-title .login-box-title {
              font-size: 24px; } }
          .login-modal .modal-content .modal-body .login-box .login-title .login-box-title:after {
            content: "";
            position: absolute;
            height: 2px;
            width: 50px;
            bottom: 0;
            left: 0;
            border-radius: 3px;
            background-color: rgba(0, 0, 0, 0.22); }
        .login-modal .modal-content .modal-body .login-box .login-title .login-title-info {
          display: block;
          position: relative;
          font-size: 16px;
          font-weight: 400;
          color: #656565;
          line-height: 1.5; }
      .login-modal .modal-content .modal-body .login-box .loign-social-wrap {
        display: block;
        position: relative;
        margin-top: 15px;
        text-align: center; }
        .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns {
          display: block;
          position: relative;
          text-align: center;
          margin: 0 -10px 15px; }
          @media only screen and (max-width: 359px) {
            .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns {
              margin: 0 -5px 0px; } }
          .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns > li {
            display: inline-block;
            position: relative;
            padding: 0 10px; }
            @media only screen and (max-width: 400px) {
              .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns > li {
                width: 50%;
                float: left; } }
            @media only screen and (max-width: 359px) {
              .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns > li {
                padding: 0 5px; } }
            .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns > li .btn {
              min-width: 150px;
              letter-spacing: 0.3px; }
              @media only screen and (max-width: 400px) {
                .login-modal .modal-content .modal-body .login-box .loign-social-wrap .social-login-btns > li .btn {
                  min-width: 100%; } }
      .login-modal .modal-content .modal-body .login-box form {
        display: block;
        position: relative;
        padding: 15px 0 0; }
        .login-modal .modal-content .modal-body .login-box form .btn-login {
          min-width: 180px;
          padding: 10px 12px; }
          @media only screen and (max-width: 480px) {
            .login-modal .modal-content .modal-body .login-box form .btn-login {
              width: 100%; } }
        @media only screen and (max-width: 359px) {
          .login-modal .modal-content .modal-body .login-box form .forgot-link {
            display: block;
            position: relative;
            margin: 10px 0;
            text-align: center;
            float: none !important; } }
      .login-modal .modal-content .modal-body .login-box .login-account {
        display: block;
        position: relative;
        text-align: center;
        padding: 10px 0; }
        .login-modal .modal-content .modal-body .login-box .login-account span {
          display: block;
          position: relative;
          padding: 5px;
          color: #848484;
          font-size: 13px; }

.section-login {
  padding-bottom: 200px; }
  .section-login:after {
    content: '';
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #db1515;
    opacity: 0.05; }

.login-heading {
  display: block;
  position: relative;
  margin: 0 0 20px; }
  .login-heading .login-title {
    display: block;
    position: relative;
    font-size: 34px;
    margin: 0 0;
    font-weight: 700; }
  .login-heading .divider {
    display: block;
    position: relative;
    margin: 20px 0 15px;
    width: 30px;
    height: 2px;
    background: #db1515;
    background: -webkit-linear-gradient(45deg, #db1515, #454545);
    background: linear-gradient(45deg, #db1515, #454545);
    border-radius: 2px;
    transform: skew(40deg); }
    .login-heading .divider:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 5px;
      background-color: #353535;
      left: 35px; }
    .login-heading .divider:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 5px;
      background-color: #757575;
      left: 45px; }
  .login-heading .title-info {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #656556;
    line-height: 1.5; }

.signin-box {
  display: block;
  position: relative;
  width: 100%;
  display: table;
  margin: 20px 0 20px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-top: 10px solid rgba(0, 0, 0, 0.1); }
  .signin-box .sb-col {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    z-index: 2;
    background-color: #ffffff; }
  .signin-box .signin-box-bg {
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3f7;
    z-index: 1; }
    .signin-box .signin-box-bg img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      opacity: 0.16; }
    .signin-box .signin-box-bg:after {
      content: '';
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #f2f3f7;
      opacity: 0.05; }
  .signin-box .signin-box-img {
    vertical-align: middle; }
    .signin-box .signin-box-img:after {
      content: '';
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #db1515;
      opacity: 0.1; }
    .signin-box .signin-box-img .signin-info-wrap {
      display: block;
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 30px 70px; }
      .signin-box .signin-box-img .signin-info-wrap .signin-info-title {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 26px;
        margin: 0 0 25px; }
      .signin-box .signin-box-img .signin-info-wrap .signin-info {
        display: block;
        position: relative;
        margin: 30px 0 0 0;
        font-size: 16px;
        color: #232323; }
      .signin-box .signin-box-img .signin-info-wrap .signin-logo {
        display: block;
        position: relative;
        width: 280px;
        margin: 0 auto; }
        .signin-box .signin-box-img .signin-info-wrap .signin-logo a {
          display: block;
          position: relative; }
          .signin-box .signin-box-img .signin-info-wrap .signin-logo a img {
            height: 100%;
            width: 100%;
            object-fit: contain; }
  .signin-box .signin-box-form {
    padding: 30px; }
    .signin-box .signin-box-form .signin-form-wrap {
      display: block;
      position: relative;
      padding: 30px 60px; }
      .signin-box .signin-box-form .signin-form-wrap .login-logo {
        display: block;
        position: relative;
        margin: 0 0 15px; }
        .signin-box .signin-box-form .signin-form-wrap .login-logo > a {
          display: block;
          position: relative;
          width: 160px;
          height: auto; }
        .signin-box .signin-box-form .signin-form-wrap .login-logo img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
      .signin-box .signin-box-form .signin-form-wrap .btn-login {
        min-width: 180px;
        margin-top: 15px; }
      .signin-box .signin-box-form .signin-form-wrap .social-media {
        display: block;
        position: relative;
        margin-top: 30px; }
        .signin-box .signin-box-form .signin-form-wrap .social-media span, .signin-box .signin-box-form .signin-form-wrap .social-media .social-icon {
          display: inline-block;
          vertical-align: middle; }
        .signin-box .signin-box-form .signin-form-wrap .social-media span {
          margin-right: 10px; }
        .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns {
          display: block;
          position: relative; }
          .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item {
            display: inline-block;
            position: relative;
            padding: 0 5px; }
            .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item > a {
              display: block;
              position: relative;
              font-size: 24px;
              height: 42px;
              width: 42px;
              line-height: 40px;
              text-align: center;
              border-radius: 50%; }
              .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item > a i {
                vertical-align: middle;
                font-weight: 100; }
              .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item > a:hover, .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item > a:focus {
                color: #ffffff; }
      .signin-box .signin-box-form .signin-form-wrap .login-account {
        display: block;
        position: relative;
        font-size: 14px;
        margin-top: 20px; }
  .signin-box.with-signup .signin-box-form .signin-form-wrap {
    padding: 25px; }

@media only screen and (max-width: 1440px) {
  .signin-box .signin-box-form .signin-form-wrap {
    padding: 30px 35px; } }

@media only screen and (max-width: 1199px) {
  .login-heading .login-title {
    font-size: 28px; }
  .signin-box .signin-box-img .signin-info-wrap .signin-logo {
    width: 200px; }
  .signin-box .signin-box-img .signin-info-wrap {
    padding: 30px 40px; }
  .signin-box .signin-box-form .signin-form-wrap {
    padding: 30px 10px; } }

@media only screen and (max-width: 991px) {
  .signin-box .sb-col {
    display: block;
    width: 100%; }
  .signin-box .signin-box-bg {
    background-color: #f4f5f7; }
  .signin-box {
    margin: 0; }
  .section-login:after {
    width: 100%;
    background: #db1515;
    background: -webkit-linear-gradient(0deg, #db1515, transparent, #db1515);
    background: linear-gradient(0deg, #db1515, transparent, #db1515); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-box .signin-box-form .signin-form-wrap {
    padding: 10px 30px; }
  .signin-box .signin-box-img .signin-info-wrap {
    padding: 30px 60px; } }

@media only screen and (max-width: 480px) {
  .signin-box .signin-box-form {
    padding: 15px; }
  .signin-box .signin-box-form .signin-form-wrap {
    padding: 15px 0; }
  .signin-box .signin-box-img .signin-info-wrap {
    padding: 30px 20px; }
  .signin-box .signin-box-form .signin-form-wrap .forgot-pass {
    font-size: 14px; }
  .signin-box .signin-box-img .signin-info-wrap .signin-info {
    font-size: 14px;
    color: #545454; }
  .signin-box .signin-box-img .signin-info-wrap .signin-info-title {
    font-size: 20px; }
  .signin-box .signin-box-bg img {
    opacity: 0.1; }
  .signin-box .signin-box-form .signin-form-wrap .social-media .social-login-btns > li.social-menu-item {
    padding: 0 2px; }
  .signin-box .signin-box-form .signin-form-wrap .social-media span {
    margin-right: 5px; }
  .signin-box .signin-box-form .signin-form-wrap .btn-login {
    width: 100%; }
  .signin-box .signin-box-form .signin-form-wrap .btn-login {
    margin-top: 5px; } }

@media only screen and (max-width: 400px) {
  .signin-box .signin-box-form .signin-form-wrap .checkbox-inline {
    display: block; }
  .signin-box .signin-box-form .signin-form-wrap .forgot-pass {
    float: unset !important;
    margin-top: 15px;
    display: inline-block; } }

/* /. Login & Registration Page */
/**
 * ReCaptcha Customize
 *
 * @author Vishal Khatra
 */
.grecaptcha-badge {
  z-index: 9999;
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 14px !important; }
  .grecaptcha-badge:hover {
    width: 256px !important; }

/* /. ReCaptcha Customize */
/**
 * 404 Page 
 *
 * @author Vishal Khatra
 */
.page-404 .site-content {
  padding-bottom: 0; }

.page404-section {
  display: block;
  position: relative;
  padding: 60px 0 80px;
  background-color: #fbfbfb; }
  .page404-section .page-notfound-wrap {
    display: block;
    position: relative;
    text-align: center; }
    .page404-section .page-notfound-wrap .page-notfound-title {
      display: block;
      position: relative;
      font-size: 150px;
      font-weight: 700;
      margin: 0 0 30px;
      background: -webkit-linear-gradient(#db1515, #fa4a5e);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: none; }
    .page404-section .page-notfound-wrap .notfound-mockup {
      display: block;
      position: relative;
      max-width: 380px;
      height: auto;
      margin: 0 auto 20px; }
      .page404-section .page-notfound-wrap .notfound-mockup img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .page404-section .page-notfound-wrap .page-notfound-body {
      display: inline-block;
      position: relative;
      max-width: 600px; }
      .page404-section .page-notfound-wrap .page-notfound-body .btn {
        padding: 11px 30px; }
    .page404-section .page-notfound-wrap .page-notfound-content {
      display: block;
      position: relative;
      font-size: 16px;
      margin: 0;
      color: #757575;
      font-weight: 300;
      margin-bottom: 20px; }
      @media only screen and (max-width: 480px) {
        .page404-section .page-notfound-wrap .page-notfound-content {
          font-size: 18px; } }

/* /. 404 Page  End */
/**
 * Common Design 
 *
 * @author Vishal Khatra
 */
.site-content {
  display: block;
  position: relative;
  height: auto;
  padding: 0px 0 0px; }

body.has-nav-fixed.home-page .site-content {
  padding-top: 0px; }
  @media only screen and (max-width: 991px) {
    body.has-nav-fixed.home-page .site-content {
      padding-top: 0px; } }

/* Pagination Design  */
.pagination {
  margin: 15px 0; }
  .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    background: #db1515; }
  .pagination > .active span, .pagination > .active span:focus, .pagination > .active span:hover {
    background: #e53939; }
  .pagination > li {
    margin: 0 4px;
    display: block;
    float: left; }
    .pagination > li > a, .pagination > li > span {
      padding: 0;
      height: 32px;
      width: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 4px;
      font-family: "Rubik", sans-serif;
      margin: 0 0 8px 0;
      border: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      color: #353535; }
      .pagination > li > a[rel="prev"], .pagination > li > span[rel="prev"] {
        font-size: 0; }
        .pagination > li > a[rel="prev"]::before, .pagination > li > span[rel="prev"]::before {
          content: "\e605";
          font-size: 14px;
          font-family: 'simple-line-icons'; }
      .pagination > li > a[rel="next"], .pagination > li > span[rel="next"] {
        font-size: 0; }
        .pagination > li > a[rel="next"]::before, .pagination > li > span[rel="next"]::before {
          content: "\e606";
          font-size: 14px;
          font-family: 'simple-line-icons'; }
    .pagination > li[aria-label="« Previous"] span[aria-hidden="true"] {
      font-size: 0; }
      .pagination > li[aria-label="« Previous"] span[aria-hidden="true"]::before {
        content: "\e605";
        font-size: 14px;
        font-family: 'simple-line-icons'; }
    .pagination > li[aria-label="Next »"] span[aria-hidden="true"] {
      font-size: 0; }
      .pagination > li[aria-label="Next »"] span[aria-hidden="true"]::before {
        content: "\e606";
        font-size: 14px;
        font-family: 'simple-line-icons'; }
    .pagination > li.disabled span, .pagination > li.disabled span:focus, .pagination > li.disabled span:hover {
      opacity: 0.8;
      color: #ababab; }
    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
      color: #db1515;
      background-color: #ffffff; }
    .pagination > li.active > a, .pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span, .pagination > li.active > span:focus, .pagination > li.active > span:hover {
      border-color: #db1515;
      box-shadow: none; }

/* Ribbon Strip Design */
.ribbon {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 2; }
  .ribbon:after, .ribbon:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #158188; }
  .ribbon span {
    position: absolute;
    display: block;
    width: 135px;
    height: 24px;
    line-height: 24px;
    background: #db1515;
    background: -webkit-linear-gradient(45deg, #db1515, #353535);
    background: linear-gradient(45deg, #db1515, #353535);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .ribbon.ribbon-top-right {
    top: -10px;
    right: -10px; }
    .ribbon.ribbon-top-right:after, .ribbon.ribbon-top-right:before {
      border-top-color: transparent;
      border-right-color: transparent; }
    .ribbon.ribbon-top-right:before {
      top: 0;
      left: 0;
      border-color: #db1515; }
    .ribbon.ribbon-top-right:after {
      bottom: 0;
      right: 0;
      border-color: #353535; }
    .ribbon.ribbon-top-right span {
      left: -14px;
      top: 25px;
      transform: rotate(45deg); }

/* Tooltip Design */
.tooltip .tooltip-inner {
  font-size: 13px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.3px; }

/* Or Divider  */
.or-divider {
  position: relative;
  display: block;
  text-align: center;
  margin: 15px 0; }
  .or-divider::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #e5e5e5; }
  .or-divider span {
    position: relative;
    display: inline-block;
    width: 50px;
    background-color: #ffffff;
    color: #757575; }

/* Star Ranking Design */
.review-star-sprite {
  background-image: url("../img/rating.png");
  position: relative;
  background-repeat: repeat;
  display: inline-block;
  height: 17px;
  width: 100px;
  margin-right: 5px; }

.review-star-sprite .review-star {
  background-image: url("../img/rating.png");
  position: relative;
  background-repeat: repeat;
  display: block;
  height: 17px;
  background-position: left bottom;
  float: left; }

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 999;
  display: none; }
  #back-to-top.btn-to-top {
    border-radius: 20px 20px 0 0;
    height: 52px;
    width: 36px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    border: none; }

.hero-carousel .owl-dots .owl-dot span {
  background-color: #b9babe;
  border-radius: 30px;
  border: none; }

.hero-carousel .owl-dots .owl-dot.active span {
  width: 22px;
  background-color: #db1515; }

.hero-carousel .owl-nav {
  text-align: right; }
  .hero-carousel .owl-nav [class*=owl-] {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%; }
    .hero-carousel .owl-nav [class*=owl-] span {
      display: none; }
    .hero-carousel .owl-nav [class*=owl-]::before {
      content: '';
      position: absolute;
      height: 2.5px;
      width: 22px;
      left: 6px;
      top: 14.5px;
      background-color: #db1515;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .hero-carousel .owl-nav [class*=owl-]::after {
      content: '';
      position: absolute;
      height: 13px;
      width: 13px;
      right: 0px;
      border-radius: 2px;
      top: 9px;
      border: 2.5px solid transparent;
      border-color: #db1515 #db1515 transparent transparent;
      transform: rotate(45deg);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .hero-carousel .owl-nav [class*=owl-]:focus, .hero-carousel .owl-nav [class*=owl-]:hover {
      background-color: transparent; }
  .hero-carousel .owl-nav .disabled::before {
    width: 14px; }
  .hero-carousel .owl-nav .disabled.owl-next::before {
    left: inherit;
    right: 6px; }
  .hero-carousel .owl-nav .owl-prev::after {
    transform: rotate(225deg);
    left: 6px;
    right: inherit; }

.cms-page-section {
  display: block;
  position: relative;
  padding: 40px 0 60px; }
  .cms-page-section .page-heading {
    margin-bottom: 40px; }
    .cms-page-section .page-heading .heading-title {
      font-size: 38px; }
    .cms-page-section .page-heading .heading-info {
      color: #454545; }

/* Site Map */
.sitemap-title {
  display: block;
  position: relative;
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700; }

.site-map-nav {
  display: block;
  position: relative;
  margin: 0px 0 30px; }
  .site-map-nav > li {
    float: unset;
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5; }
    .site-map-nav > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      height: 8px;
      width: 8px;
      border: 2px solid #db1515;
      color: #db1515;
      border-radius: 2px;
      text-align: center;
      top: 45%;
      transform: translateY(-50%); }
    .site-map-nav > li > a {
      padding: 0;
      display: inline-block;
      position: relative;
      line-height: 20px;
      color: #323232; }
      .site-map-nav > li > a:hover, .site-map-nav > li > a:focus {
        color: #db1515;
        background-color: transparent; }

@media only screen and (min-width: 641px) {
  .gd_services_sitemap_list .site-map-nav > li {
    width: 50%;
    float: left; } }

/* /. Page Common End */
/**
 * inner Page Common Start
 *
 * @author Vishal Khatra
 */
.inner-page-section {
  display: block;
  position: relative;
  padding: 60px 0; }

.inner-section-heading {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .inner-section-heading .title-pattern {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #db1515;
    background: -webkit-linear-gradient(45deg, #db1515, #353535);
    background: linear-gradient(45deg, #db1515, #353535);
    border-radius: 50%;
    margin-top: 10px; }
    .inner-section-heading .title-pattern:before {
      content: '';
      position: absolute;
      height: 5px;
      width: 5px;
      background: #db1515;
      background: -webkit-linear-gradient(45deg, #db1515, #353535);
      background: linear-gradient(45deg, #db1515, #353535);
      border-radius: 50%;
      left: -15px;
      top: 0; }
    .inner-section-heading .title-pattern:after {
      content: '';
      position: absolute;
      height: 5px;
      width: 5px;
      background: #db1515;
      background: -webkit-linear-gradient(45deg, #db1515, #353535);
      background: linear-gradient(45deg, #db1515, #353535);
      border-radius: 50%;
      right: -15px;
      top: 0; }
  .inner-section-heading .main-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    color: #454545; }
    .inner-section-heading .main-title span {
      color: #e53939;
      font-weight: 400;
      background: linear-gradient(45deg, #db1515, #353535);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* /. inner Page Common End */
/**
 * Breadcrumb Start
 *
 * @author Vishal Khatra
 */
.breadcrumb-section {
  position: relative;
  display: block;
  background-color: #fafafa; }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px; }
  .breadcrumb > li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px; }

/* ./ Breadcrumb End */
/**
 * Lightbox Customize
 *
 * @author Vishal Khatra
 */
#lightbox.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.4s;
  position: fixed; }
  #lightbox.lightbox .lb-outerContainer {
    min-width: 250px; }
    #lightbox.lightbox .lb-outerContainer.animating + .lb-dataContainer {
      display: block !important;
      height: 35px;
      opacity: 0; }
    #lightbox.lightbox .lb-outerContainer .lb-image {
      margin: 0 auto; }
  #lightbox.lightbox .lb-dataContainer {
    min-width: 250px; }

/* ./ Lightbox Customize End */
/**
 * Public Profile
 *
 * @author Vishal Khatra
 */
.user-public-profile-section {
  display: block;
  position: relative;
  padding: 30px 0 0; }

.user-pubilc-profile {
  display: block;
  position: relative;
  overflow: visible; }
  .user-pubilc-profile .upp-thumb {
    display: block;
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    -moz-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -ms-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    -o-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
    margin: 0 10px 0 0; }
  .user-pubilc-profile .upp-details {
    display: block;
    position: relative; }
    .user-pubilc-profile .upp-details .upp-title {
      display: block;
      position: relative;
      font-weight: 700;
      font-size: 26px;
      margin: 0 0 10px; }
    .user-pubilc-profile .upp-details .upp-since {
      display: block;
      position: relative;
      font-size: 16px;
      font-weight: 500; }
      .user-pubilc-profile .upp-details .upp-since > label {
        margin: 0;
        font-weight: 400;
        color: #505050; }

/* ./ Public Profile End */
/**
 * Home Page
 *
 * @author Vishal Khatra
 */
.hero-section {
  display: block;
  position: relative;
  padding: 150px 0 40px;
  background-color: #ffffff;
  border-radius: 0 0 160px 0;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1); }
  .hero-section .hero-title {
    font-weight: 700;
    line-height: 1.15;
    color: #232323; }

.hero-content-wrap {
  display: block;
  position: relative;
  padding-right: 100px; }
  .hero-content-wrap .hero-title {
    display: block;
    position: relative;
    font-size: 54px;
    font-weight: 700;
    margin: 0 0 20px 0; }
    .hero-content-wrap .hero-title span {
      color: #db1515; }
  .hero-content-wrap .hero-content {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 32px; }
  .hero-content-wrap .hero-info-list {
    display: block;
    position: relative;
    margin-top: 20px; }
    .hero-content-wrap .hero-info-list > li {
      display: block;
      position: relative;
      padding-left: 35px;
      font-size: 16px; }
      .hero-content-wrap .hero-info-list > li + li {
        margin-top: 15px; }
      .hero-content-wrap .hero-info-list > li:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background-image: url("../img/uploads/check-circle.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .hero-content-wrap .btn-hero {
    margin-top: 40px;
    min-width: 300px;
    font-weight: 600; }

.service-above-mockup-wrap .hero-title {
  font-size: 54px;
  display: block;
  position: relative;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #232323;
  line-height: 1.15; }
  .service-above-mockup-wrap .hero-title span {
    color: #db1515; }

body:not(.builder-page) .hero-slider-col {
  display: block;
  position: relative; }
  body:not(.builder-page) .hero-slider-col .hero-slider-wrap {
    display: block;
    position: relative; }
    body:not(.builder-page) .hero-slider-col .hero-slider-wrap .service-hero-slider {
      position: relative;
      display: block;
      margin: 0 10%;
      padding-top: 15px; }
    body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel {
      margin: 150px 0 0; }
      body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel .item {
        padding: 25px 0;
        width: auto;
        float: unset;
        min-height: inherit;
        position: unset; }
      body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel .hero-slider-item {
        display: block;
        position: relative;
        height: 250px;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 27px rgba(0, 0, 0, 0.1); }
        body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel .hero-slider-item img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          transition: all 0.4s; }
        body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel .hero-slider-item:hover img {
          transform: scale(1.1); }
      body:not(.builder-page) .hero-slider-col .hero-slider-wrap .hero-carousel .owl-nav {
        margin-top: -10px;
        padding-right: 80px; }

.sts-counter-wrap {
  display: block;
  position: relative;
  margin-top: 50px; }

.sts-counter-item {
  display: block;
  position: relative;
  text-align: center; }
  .sts-counter-item .counter {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #454545;
    margin: 0 0 5px;
    line-height: 1.5; }
  .sts-counter-item .sts-counter-title {
    display: block;
    position: relative;
    font-size: 18px;
    color: #757575;
    font-weight: 400;
    margin: 0; }

.company-about-section {
  display: block;
  position: relative;
  padding: 90px 0 30px; }
  .company-about-section .co-about-mockup {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    .company-about-section .co-about-mockup img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .company-about-section .co-about-item {
    display: block;
    position: relative;
    margin: 40px 0;
    height: 190px; }
    .company-about-section .co-about-item .com-about-icon {
      display: block;
      position: relative;
      float: left;
      width: 50px;
      height: 50px;
      display: none; }
      .company-about-section .co-about-item .com-about-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .company-about-section .co-about-item .com-about-heading {
      display: block;
      position: relative;
      display: table;
      min-height: 50px; }
      .company-about-section .co-about-item .com-about-heading .com-about-title {
        display: block;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        font-size: 22px;
        margin: 0; }
    .company-about-section .co-about-item .com-about-item-info {
      display: block;
      position: relative;
      font-size: 14px;
      margin-top: 15px;
      display: -webkit-box;
      max-width: 100%;
      line-clamp: 5;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.8; }

.mainservice-section {
  display: block;
  position: relative;
  padding: 90px 0 15px; }

.subservice-section {
  display: block;
  position: relative;
  padding: 90px 0 15px; }

.why-choose-section {
  display: block;
  position: relative;
  padding: 90px 0 30px; }
  .why-choose-section .whychoose-row {
    display: block;
    position: relative; }
    .why-choose-section .whychoose-row.wcr-1 .column-outer:first-child {
      padding-right: 0; }
    .why-choose-section .whychoose-row.wcr-1 .column-outer:last-child {
      padding-left: 0; }
    .why-choose-section .whychoose-row.wcr-1 .column-outer .whychoose-content {
      text-align: justify; }
    .why-choose-section .whychoose-row.wcr-2::before {
      top: inherit;
      bottom: 0;
      right: 50%;
      left: 15px; }
    .why-choose-section .whychoose-row.wcr-2 .column-outer:first-child {
      padding-left: 0; }
    .why-choose-section .whychoose-row.wcr-2 .column-outer:last-child {
      padding-right: 0; }
    .why-choose-section .whychoose-row.wcr-2 .column-outer .whychoose-content {
      padding-left: 0;
      padding-right: 40px;
      text-align: justify; }
    .why-choose-section .whychoose-row .whychoose-img {
      display: block;
      position: relative;
      width: 100%;
      height: auto; }
      .why-choose-section .whychoose-row .whychoose-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .why-choose-section .whychoose-row .whychoose-content {
      display: block;
      position: relative;
      min-width: 420px;
      padding: 30px 0 30px;
      padding-left: 40px; }
      .why-choose-section .whychoose-row .whychoose-content .whychoose-title {
        display: block;
        position: relative;
        font-size: 28px;
        margin: 0 0 15px; }

.testimonial-section {
  display: block;
  position: relative;
  padding: 90px 0 30px; }

.howitwork-section {
  display: block;
  position: relative;
  padding: 90px 0 30px;
  background-color: #ffffff; }
  .howitwork-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 0 0 160px; }

.hiw-item {
  display: block;
  position: relative;
  margin: 20px 0 50px;
  text-align: center; }
  .hiw-item .hiw-item-wrap {
    display: block;
    position: relative; }
  .hiw-item .hit-item-count {
    position: absolute;
    left: 22%;
    line-height: 1;
    top: 10px;
    opacity: 0.3; }
    .hiw-item .hit-item-count .html-inner {
      font-family: "Rubik", sans-serif;
      font-size: 50px;
      font-weight: 700; }
  .hiw-item .hiw-img {
    display: block;
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto 25px; }
    .hiw-item .hiw-img img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .hiw-item .hiw-item-heading {
    display: block;
    position: relative; }
    .hiw-item .hiw-item-heading .hiw-item-title {
      display: block;
      position: relative;
      font-size: 22px;
      margin: 0 0 20px; }
  .hiw-item .hiw-item-info {
    font-size: 14px;
    line-height: 1.7;
    min-height: 72px; }
    @media (max-width: 1449px) {
      .hiw-item .hiw-item-info {
        min-height: 100px; } }
    @media (max-width: 1060px) {
      .hiw-item .hiw-item-info {
        min-height: 120px; } }

.home-cta-section {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 110px 0 250px; }
  .home-cta-section .cta-title {
    display: block;
    position: relative;
    font-size: 46px;
    font-weight: 700;
    color: #232323;
    line-height: 1.4; }
    .home-cta-section .cta-title a {
      font-size: 48px; }
      .home-cta-section .cta-title a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 1199px) {
  body:not(.builder-page) .hero-slider-col .hero-slider-wrap .service-hero-slider {
    margin: 0 0; }
  .hero-content-wrap {
    padding-right: 0; }
  .hero-content-wrap .hero-title {
    font-size: 48px; }
  .hero-content-wrap .hero-info-list > li + li {
    margin-top: 10; }
  .hero-content-wrap .btn-hero {
    margin-top: 25px; }
  .howitwork-section {
    padding-top: 60px; }
  .hiw-item .hit-item-count {
    left: 10%; }
  .home-cta-section {
    padding: 80px 0 220px; }
  .home-cta-section .cta-title {
    font-size: 34px; }
  .home-cta-section .cta-title a {
    font-size: 38px; } }

@media only screen and (max-width: 991px) {
  .hero-section {
    padding-top: 120px;
    border-radius: 0 0 120px 0; }
  .hero-content-wrap {
    padding-right: 0; }
  .hero-section .hero-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 46px; }
  body:not(.builder-page) .hero-slider-col .hero-slider-wrap .service-hero-slider {
    padding: 10px 0; }
  .sts-counter-item .counter {
    font-size: 28px; }
  .sts-counter-item .sts-counter-title {
    font-size: 14px; }
  .company-about-section {
    padding-top: 60px; }
  .company-about-section .co-about-mockup {
    margin-bottom: 30px; }
  .company-about-section .co-about-item {
    margin: 0 0 40px; }
  .why-choose-section .whychoose-row .whychoose-content {
    min-width: inherit; }
  .why-choose-section .whychoose-row .whychoose-img {
    margin-bottom: 30px; }
  .testimonial-section {
    padding-top: 60px; }
  .howitwork-section::before {
    border-radius: 0 0 0 120px; }
  .hiw-item .hit-item-count {
    left: 5px; }
  .hiw-item .hit-item-count .html-inner {
    font-size: 46px; }
  .mainservice-section {
    padding-top: 30px; }
  footer.site-footer {
    border-radius: 0 120px 0 0; } }

@media only screen and (max-width: 767px) {
  .hero-section {
    padding-bottom: 10px; }
  body:not(.builder-page) .hero-slider-col .hero-slider-wrap .service-hero-slider {
    height: 85vw; }
  .sts-counter-item {
    margin: 0 0 30px; }
  .sts-counter-item .sts-counter-title {
    font-size: 16px; }
  .company-about-section .co-about-item {
    height: auto; }
  .company-about-section .co-about-item .com-about-heading {
    min-height: 26px; }
  .company-about-section .co-about-item .com-about-item-info p {
    margin: 0; }
  .company-about-section .co-about-item {
    margin-bottom: 30px; }
  .why-choose-section {
    padding-top: 50px; }
  .why-choose-section .whychoose-row.wcr-1 .column-outer .whychoose-content,
  .why-choose-section .whychoose-row.wcr-2 .column-outer .whychoose-content {
    padding: 0; }
  .why-choose-section .whychoose-row.wcr-2 {
    margin-top: 50px; }
  .why-choose-section .whychoose-row.wcr-1 .column-outer:first-child,
  .why-choose-section .whychoose-row.wcr-1 .column-outer:last-child,
  .why-choose-section .whychoose-row.wcr-2 .column-outer:first-child,
  .why-choose-section .whychoose-row.wcr-2 .column-outer:last-child {
    padding: 0 15px; }
  .why-choose-section .whychoose-row .whychoose-content .whychoose-title {
    font-size: 26px; }
  .howitwork-section {
    padding-top: 50px; }
  .hiw-item {
    margin: 0 0 50px; }
  .hiw-item .hiw-item-heading .hiw-item-title {
    font-size: 20px; } }

@media only screen and (max-width: 640px) {
  .sts-counter-item .counter {
    margin-bottom: 0;
    font-size: 32px; }
  .hiw-wrap .col-xs-6 {
    width: 100%; }
  .hiw-item .hiw-item-info {
    min-height: unset; }
  .hiw-item .hit-item-count {
    left: 50%;
    margin-left: -120px; }
  .home-cta-section {
    padding: 60px 0 200px; }
  .home-cta-section .cta-title {
    font-size: 32px; }
  .home-cta-section .cta-title a {
    font-size: 34px; } }

@media only screen and (max-width: 560px) {
  .hero-section .hero-title {
    font-size: 40px; } }

@media only screen and (max-width: 480px) {
  .hero-section {
    padding-top: 110px;
    padding-bottom: 20px;
    border-radius: 0 0 100px 0;
    border-bottom-width: 12px; }
  .hero-content-wrap .hero-content {
    font-size: 15px;
    line-height: 1.7; }
  .hero-content-wrap .hero-info-list {
    margin-top: 15px; }
  .hero-content-wrap .hero-info-list > li + li {
    margin-top: 10px; }
  .hero-content-wrap .btn-hero {
    display: block; }
  .howitwork-section::before {
    border-radius: 0 0 0 100px; }
  footer.site-footer {
    border-radius: 0 100px 0 0;
    border-top-width: 12px; } }

@media only screen and (max-width: 400px) {
  .hero-section {
    border-radius: 0 0 100px 0; }
  .hero-section .hero-title {
    font-size: 34px; }
  .sts-counter-item .sts-counter-title {
    font-size: 14px; }
  .why-choose-section .whychoose-row .whychoose-content .whychoose-title {
    font-size: 24px;
    text-align: left; } }

/* /. Home Page */
/**
 * Contact Us Page
 *
 * @author Vishal Khatra
 */
.contact-page {
  display: block;
  position: relative;
  padding: 60px 0 70px;
  background-color: #ffffff; }

.contact-detail-section {
  display: block;
  position: relative;
  padding: 70px 0 160px;
  background-color: #F2F3F7; }

.contact-meta-box {
  display: block;
  position: relative;
  padding: 30px 35px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
  margin: 10px 0 40px;
  min-height: 305px; }
  .contact-meta-box:hover {
    background-color: #ffffff;
    box-shadow: 0px 7px 29px 0px rgba(197, 195, 195, 0.5);
    transform: translateY(-5px); }
  .contact-meta-box .cmeta-box-icon {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 0 20px; }
    .contact-meta-box .cmeta-box-icon img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .contact-meta-box .cmeta-box-title {
    display: block;
    position: relative;
    font-size: 20px;
    margin: 0 0 15px; }
  .contact-meta-box .cmeta-box-info {
    display: block;
    position: relative;
    font-size: 15px; }
    .contact-meta-box .cmeta-box-info p {
      margin: 0; }
  .contact-meta-box .cmeta-box-link {
    margin-top: 10px;
    display: inline-block;
    position: relative; }
  .contact-meta-box .cmeta-box-btn {
    margin-top: 10px; }

.contact-form-section {
  display: block;
  position: relative;
  padding: 0 0; }
  .contact-form-section:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 60px;
    z-index: 0;
    background-color: #ffeeee; }
  .contact-form-section .section-inner {
    position: relative;
    z-index: 2; }
  .contact-form-section .contact-us-mockup {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 30px; }
    @media only screen and (min-width: 768px) {
      .contact-form-section .contact-us-mockup .image-outer {
        position: relative;
        display: block;
        margin: 0 10%; } }
    .contact-form-section .contact-us-mockup img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .contact-form-section .contact-us-form-wrap {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: -55px; }
    .contact-form-section .contact-us-form-wrap:before {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      height: 60px;
      border: 3px solid #ffeeee;
      border-bottom: none;
      border-radius: 12px 12px 0 0; }
  .contact-form-section .location-wrap {
    display: block;
    position: relative;
    padding: 50px 0 0; }
    .contact-form-section .location-wrap .location-wrap-title {
      display: block;
      position: relative;
      margin: 0 0 30px;
      font-size: 22px;
      font-weight: 700; }
    .contact-form-section .location-wrap .location-meta-box {
      display: block;
      position: relative;
      padding: 20px 20px 20px;
      border-radius: 12px;
      background-color: #ffffff;
      margin: 0px 0 30px;
      box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
      min-height: 235px; }
      .contact-form-section .location-wrap .location-meta-box .location-flag-icon {
        display: block;
        position: relative;
        float: left;
        width: 40px;
        height: auto; }
        .contact-form-section .location-wrap .location-meta-box .location-flag-icon img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
      .contact-form-section .location-wrap .location-meta-box .location-meta-title {
        display: block;
        position: relative;
        margin-left: 55px;
        display: table;
        height: 40px; }
        .contact-form-section .location-wrap .location-meta-box .location-meta-title .meta-title {
          display: table-cell;
          margin: 0;
          font-size: 16px;
          vertical-align: middle; }
      .contact-form-section .location-wrap .location-meta-box .location-meta-detail {
        display: block;
        position: relative;
        margin: 12px 0 0 0;
        font-size: 15px; }
        .contact-form-section .location-wrap .location-meta-box .location-meta-detail span {
          display: block; }
      .contact-form-section .location-wrap .location-meta-box .location-meta-link {
        display: block;
        position: relative;
        margin-top: 15px;
        font-weight: 600; }
        .contact-form-section .location-wrap .location-meta-box .location-meta-link a > span {
          color: #353535;
          display: inline-block;
          position: relative;
          padding-left: 5px; }
          .contact-form-section .location-wrap .location-meta-box .location-meta-link a > span:hover {
            color: #db1515; }

.contact-form-title {
  display: block;
  position: relative;
  margin: 0px 0 20px;
  font-size: 22px;
  font-weight: 700; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-section .location-wrap .location-meta-box .location-meta-detail {
    font-size: 14px; }
  .contact-form-section .location-wrap .location-meta-box {
    padding: 20px 15px; }
  .contact-form-section .location-wrap .location-meta-row {
    margin: 0 -7px; }
  .contact-form-section .location-wrap .location-meta-row > .column-outer {
    padding: 0 7px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-page.contact-detail-section {
    padding: 40px 0 160px; }
  .contact-meta-box {
    padding: 25px; }
  .contact-meta-box .cmeta-box-info {
    font-size: 14px; }
  .contact-meta-box .cmeta-box-link {
    margin: 21px 0 10px; }
  .contact-form-section .contact-us-mockup .image-outer {
    margin: 0; } }

@media only screen and (max-width: 991px) {
  .contact-form-section {
    padding: 40px 0 0px; }
  .contact-form-section .contact-us-mockup {
    padding: 0;
    display: none;
    position: absolute; }
  .contact-page {
    padding: 50px 0 30px; }
  .contact-form-section .location-wrap {
    padding: 0; }
  .contact-form-section .contact-us-form-wrap {
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .contact-page.contact-detail-section {
    padding: 40px 0 170px; }
  .contact-meta-box {
    padding: 25px;
    min-height: auto;
    margin: 0 0 15px; }
  .contact-form-section {
    padding: 40px 0 0px; }
  .contact-form-section .location-wrap .location-wrap-title {
    margin-bottom: 20px; }
  .contact-form-section .location-wrap .location-meta-box {
    min-height: unset;
    padding: 15px; }
  .contact-form-section .contact-us-form-wrap {
    padding: 15px; }
  .contact-form-section .location-wrap .location-meta-box .location-meta-detail span {
    display: inline; } }

/* /. Contact Us Page */
/**
 * About Us
 *
 * @author Vishal Khatra
 */
.about-hero-section {
  display: block;
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
  border-radius: 0 0 160px 0;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .about-hero-section .about-mockup-wrap {
    display: block;
    position: relative; }
    .about-hero-section .about-mockup-wrap .about-mockup-image {
      display: block;
      position: relative;
      margin: 0 80px; }
    .about-hero-section .about-mockup-wrap .hero-title {
      display: block;
      position: relative;
      font-size: 54px;
      font-weight: 700;
      margin: 0 0 40px 0;
      line-height: 1.15;
      color: #232323; }
      .about-hero-section .about-mockup-wrap .hero-title span {
        color: #db1515; }
  .about-hero-section .about-hero-content {
    display: block;
    position: relative;
    padding-right: 100px; }
    .about-hero-section .about-hero-content .hero-title {
      display: block;
      position: relative;
      font-size: 54px;
      font-weight: 700;
      margin: 0 0 40px 0;
      line-height: 1.15;
      color: #232323; }
      .about-hero-section .about-hero-content .hero-title span {
        color: #db1515; }
    .about-hero-section .about-hero-content .about-content {
      display: block;
      position: relative;
      font-size: 16px;
      line-height: 28px; }

.about-testimonial-section {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 80px; }
  .about-testimonial-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 0 0 160px;
    border-bottom: 16px solid #d9dade; }

.about-cta-section {
  display: block;
  position: relative;
  padding-bottom: 150px; }
  .about-cta-section::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff; }
  .about-cta-section .about-team-cta {
    background-color: #ffffff;
    padding: 60px 40px 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-right: 1px solid #d9dade; }
    .about-cta-section .about-team-cta .html-outer {
      position: relative;
      z-index: 4; }
    .about-cta-section .about-team-cta .cta-mockup {
      position: absolute;
      width: 200px;
      height: 200px;
      bottom: 20px;
      left: 20px;
      z-index: 1;
      opacity: 0.3;
      display: none; }
      .about-cta-section .about-team-cta .cta-mockup img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
  .about-cta-section .about-contact-cta {
    padding: 60px 40px 60px;
    background-color: #ffffff;
    text-align: center; }
    .about-cta-section .about-contact-cta .html-outer {
      position: relative;
      z-index: 4; }
    .about-cta-section .about-contact-cta .cta-mockup {
      position: absolute;
      width: 220px;
      height: 220px;
      bottom: 00px;
      right: 20px;
      z-index: 1;
      opacity: 0.3;
      display: none; }
      .about-cta-section .about-contact-cta .cta-mockup img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
  .about-cta-section .cta-title {
    display: block;
    position: relative;
    margin: 0 0 15px;
    font-size: 38px; }
    .about-cta-section .cta-title span {
      color: #db1515; }
  .about-cta-section .cta-content {
    display: block;
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
  .about-cta-section .btn.btn-cta {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 25px;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    font-size: 22px;
    line-height: 56px;
    border-width: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .about-cta-section .btn.btn-cta i {
      font-weight: 600 !important; }
    .about-cta-section .btn.btn-cta:not(:hover) {
      background-color: #ffffff;
      color: #db1515 !important; }
    .about-cta-section .btn.btn-cta i {
      vertical-align: middle;
      font-weight: 500; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-hero-section .about-hero-content .hero-title {
    font-size: 48px;
    margin-bottom: 20px; }
  .about-hero-section .about-hero-content {
    padding-right: 0; }
  .about-hero-section .about-mockup-wrap {
    padding-top: 30px; }
  .about-hero-section .about-mockup-wrap .about-mockup-image {
    margin: 0 10px; }
  .about-testimonial-section {
    padding-top: 30px; } }

@media only screen and (max-width: 991px) {
  .about-hero-section .about-mockup-wrap .hero-title {
    font-size: 46px;
    text-align: center; }
  .about-hero-section .about-mockup-wrap .about-mockup-image {
    margin: 0px 0;
    padding: 10px 0 15px; }
  .about-hero-section .about-hero-content {
    padding: 0; }
  .about-testimonial-section {
    padding-top: 0; }
  .about-testimonial-section::before {
    border-radius: 0 0 0 120px; }
  .about-hero-section {
    border-radius: 0 0 120px 0; } }

@media only screen and (max-width: 767px) {
  .about-hero-section {
    padding-top: 40px; }
  .about-hero-section .about-mockup-wrap .about-mockup-image {
    margin: 0 5%; }
  .about-cta-section .about-team-cta {
    border-right: none;
    border-bottom: 1px solid #d9dade; } }

@media only screen and (max-width: 560px) {
  .about-hero-section .about-mockup-wrap .hero-title {
    margin: 0 0 30px;
    font-size: 40px; }
  .about-hero-section .about-mockup-wrap .about-mockup-image {
    margin: 0 0 0 0; } }

@media only screen and (max-width: 480px) {
  .about-testimonial-section::before {
    border-radius: 0 0 0 100px;
    border-bottom-width: 12px; }
  .about-hero-section {
    border-radius: 0 0 100px 0;
    border-bottom-width: 12px; } }

/* /. About Us */
/**
 * Team Page
 *
 * @author Vishal Khatra
 */
.team-item-wrap {
  display: block;
  position: relative; }
  .team-item-wrap .team-member-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .team-item-wrap .team-member-item .row-inner {
      margin: 0;
      display: flex;
      align-items: stretch;
      justify-content: center; }
    .team-item-wrap .team-member-item .otm-thumb-wrap {
      display: block;
      position: relative;
      padding: 20px;
      background-color: #ffffff;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
        display: block;
        position: relative;
        width: 260px; }
        .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
    .team-item-wrap .team-member-item .otm-content-wrap {
      display: block;
      position: relative;
      margin: 0 0 0 20px;
      background-color: #ffffff;
      padding: 30px 40px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .team-item-wrap .team-member-item .otm-content-wrap .otm-name {
        display: block;
        position: relative;
        margin: 0 0 5px;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .team-item-wrap .team-member-item .otm-content-wrap .otm-position {
        display: block;
        position: relative;
        font-size: 15px;
        vertical-align: middle;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #353535;
        padding-left: 15px; }
        .team-item-wrap .team-member-item .otm-content-wrap .otm-position::before {
          content: '-';
          position: absolute;
          left: 0; }
      .team-item-wrap .team-member-item .otm-content-wrap .otm-content-desc {
        display: block;
        position: relative;
        margin-top: 20px; }
      .team-item-wrap .team-member-item .otm-content-wrap .otm-soical-links {
        display: block;
        position: relative;
        margin-top: 20px; }
        .team-item-wrap .team-member-item .otm-content-wrap .otm-soical-links > li {
          margin: 0 10px 10px 0; }
        .team-item-wrap .team-member-item .otm-content-wrap .otm-soical-links > li a {
          width: 30px;
          height: 30px;
          line-height: 31px;
          font-size: 16px; }
    .team-item-wrap .team-member-item:nth-child(even) .row-inner {
      flex-direction: row-reverse;
      justify-content: flex-end; }
    .team-item-wrap .team-member-item:nth-child(even) .otm-content-wrap {
      margin: 0 20px 0 0; }
    .team-item-wrap .team-member-item:hover .otm-thumb-wrap, .team-item-wrap .team-member-item:hover .otm-content-wrap {
      box-shadow: 0px 7px 29px 0px rgba(197, 195, 195, 0.5); }

.builder-page .team-item-wrap .team-member-item:nth-child(even) .row-inner {
  flex-direction: inherit;
  justify-content: inherit; }

.builder-page .team-item-wrap .team-member-item:nth-child(even) .otm-content-wrap {
  margin: 0 0 0 20px; }

.builder-page .team-item-wrap .team-member-item:nth-child(odd) .row-inner {
  flex-direction: row-reverse;
  justify-content: flex-end; }

.builder-page .team-item-wrap .team-member-item:nth-child(odd) .otm-content-wrap {
  margin: 0 20px 0 0px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-item-wrap .team-member-item .otm-content-wrap {
    padding: 20px; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 240px; } }

@media only screen and (max-width: 767px) {
  .team-item-wrap .team-member-item .otm-content-wrap {
    padding: 15px;
    margin: 0; }
  .team-item-wrap .team-member-item .otm-thumb-wrap {
    padding: 15px; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 200px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-content-desc {
    margin-top: 10px;
    text-align: justify; }
  .team-item-wrap .team-member-item:nth-child(even) .otm-content-wrap {
    margin: 0; }
  .team-item-wrap .team-member-item:hover .otm-thumb-wrap, .team-item-wrap .team-member-item:hover .otm-content-wrap {
    box-shadow: none; }
  .team-item-wrap .team-member-item:hover {
    box-shadow: 0px 7px 29px 0px rgba(197, 195, 195, 0.5); } }

@media only screen and (min-width: 768px) and (max-width: 640px) {
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb::before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: -15px;
    right: -15px;
    background-color: #e1e1e1; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0px;
    bottom: -15px;
    right: -15px;
    background-color: #e1e1e1; }
  .team-item-wrap .team-member-item:nth-child(even) .otm-thumb-wrap .otm-thumb::before {
    right: inherit;
    left: -15px; }
  .team-item-wrap .team-member-item:nth-child(even) .otm-thumb-wrap .otm-thumb::after {
    right: 0;
    left: -15px; } }

@media only screen and (max-width: 640px) {
  .team-item-wrap .team-member-item {
    background-color: #ffffff;
    margin: 50px 0 0 0; }
  .team-item-wrap .team-member-item:first-child {
    margin-top: 30px; }
  .team-item-wrap .team-member-item .row-inner {
    display: block;
    align-items: inherit;
    justify-content: unset; }
  .team-item-wrap .team-member-item .otm-thumb-wrap {
    padding: 0 15px 5px;
    background-color: transparent;
    float: left; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .column-inner {
    position: relative;
    display: inline-block;
    margin: -15px 0 0; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .column-inner::before {
    content: '';
    background-color: #ffffff;
    width: auto;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    display: block;
    position: absolute;
    z-index: 0;
    border-left: 0; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb img {
    z-index: 1;
    position: relative; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .column-inner::after {
    content: '';
    position: absolute;
    display: block;
    border-width: 15px;
    border-style: solid;
    border-color: transparent  transparent #ffffff #ffffff;
    top: -15px;
    right: -44px;
    width: auto;
    height: auto;
    left: inherit;
    bottom: inherit;
    background-color: transparent; }
  .team-item-wrap .team-member-item .otm-content-wrap {
    background-color: transparent; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position {
    padding-left: 230px;
    font-size: 14px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position::before {
    left: 215px; } }

@media only screen and (max-width: 560px) {
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 170px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position {
    padding-left: 200px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position::before {
    left: 185px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-name {
    font-size: 22px; } }

@media only screen and (max-width: 480px) {
  .team-item-wrap .team-member-item .otm-thumb-wrap {
    float: unset; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position {
    padding-left: 15px; }
  .team-item-wrap .team-member-item .otm-content-wrap .otm-position::before {
    left: 0; }
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 200px;
    border: none;
    padding: 0; } }

@media only screen and (max-width: 359px) {
  .team-item-wrap .team-member-item .otm-thumb-wrap .otm-thumb {
    width: 170px; } }

@media (min-width: 641px) {
  #dy_info:not(.show-info) .otm-content-desc {
    height: 110px;
    overflow: hidden; }
  #dy_info .dyinfo-btnwrap {
    position: relative;
    display: block; }
  #dy_info .dyinfo-btnwrap #dy_info_readmore {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 2; }
  #dy_info.show-info #dy_info_readmore {
    display: none; } }

@media (max-width: 640px) {
  #dy_info .dyinfo-btnwrap {
    display: none; } }

/* /. Team Page */
body:not(.builder-page) section.section-bottom-pattern-white {
  background-color: #ffffff;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    body:not(.builder-page) section.section-bottom-pattern-white {
      padding-bottom: 80px; } }
  body:not(.builder-page) section.section-bottom-pattern-white::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f2f3f7;
    border-radius: 0 0 0 160px; }
    @media only screen and (max-width: 991px) {
      body:not(.builder-page) section.section-bottom-pattern-white::before {
        border-radius: 0 0 0 120px; } }
    @media only screen and (max-width: 767px) {
      body:not(.builder-page) section.section-bottom-pattern-white::before {
        border-radius: 0 0 0 100px; } }

/**
 * Newsletter modal
 *
 * @author Vishal Khatra
 */
@media only screen and (min-width: 561px) {
  .ns-modal .modal-dialog {
    width: 480px;
    margin-top: 70px;
    margin: 60px auto 30px; } }

@media only screen and (min-width: 768px) {
  .ns-modal .modal-dialog {
    width: 520px;
    margin-top: 70px; } }

.ns-modal .modal-content {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
  border-radius: 10px; }
  .ns-modal .modal-content .close {
    position: absolute;
    right: -30px;
    color: #ffffff;
    text-shadow: none;
    opacity: 0.8;
    font-size: 22px;
    font-weight: normal; }
    .ns-modal .modal-content .close:hover {
      opacity: 1; }
    @media only screen and (max-width: 560px) {
      .ns-modal .modal-content .close {
        right: 15px;
        top: 15px;
        color: #db1515;
        z-index: 10; } }

.ns-modal .modal-body {
  padding: 0; }
  .ns-modal .modal-body .newsletter-mockup-wrap {
    display: block;
    position: relative;
    padding: 15px;
    background-color: rgba(219, 21, 21, 0.16);
    border-radius: 10px; }
    .ns-modal .modal-body .newsletter-mockup-wrap .newsletter-mockup {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 320px;
      height: 215px; }
      .ns-modal .modal-body .newsletter-mockup-wrap .newsletter-mockup img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
  .ns-modal .modal-body .ns-body {
    display: block;
    position: relative;
    padding: 20px 15px 25px; }
    .ns-modal .modal-body .ns-body .ns-heading {
      display: block;
      position: relative;
      max-width: 450px;
      margin: 0 auto; }
    .ns-modal .modal-body .ns-body .modal-title {
      display: block;
      position: relative;
      text-align: center;
      font-size: 22px;
      margin: 0 0 0px; }
    .ns-modal .modal-body .ns-body .ns-modal-info {
      display: block;
      position: relative;
      font-size: 13px;
      color: #757575;
      margin: 5px 0 0px;
      text-align: center; }
    .ns-modal .modal-body .ns-body .ns-form {
      display: block;
      position: relative;
      max-width: 380px;
      margin: 20px auto 0;
      text-align: center; }
      .ns-modal .modal-body .ns-body .ns-form input.form-control {
        text-align: center;
        border-color: #ececec; }
      .ns-modal .modal-body .ns-body .ns-form .alert {
        margin: 0px 0 15px 0;
        font-size: 14px;
        padding: 10px;
        border-radius: 10px; }

/* /. Newsletter modal */
/**
 * comments
 *
 * @author Vishal Khatra
 */
/* /. Comments */
body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a {
  padding-top: 26px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 600; }
  body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a span {
    vertical-align: top; }
    body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a span.menu-icon {
      color: #db1515; }

body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email:last-child > a {
  padding-left: 0;
  padding-right: 0; }

/**
 * Promotion Page
 *
 * @author Krishna Mundia
 */
.promotion-hero-section {
  display: block;
  position: relative;
  padding: 80px 0 80px;
  background-color: #ffffff;
  border-radius: 0 0 160px 0;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .promotion-hero-section .promotion-hero-title {
    display: block;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.3;
    color: #232323; }
    .promotion-hero-section .promotion-hero-title span {
      color: #db1515; }

.promotion-hero-content-wrap {
  display: block;
  position: relative;
  padding-left: 60px;
  padding-top: 30px; }
  .promotion-hero-content-wrap .promotion-hero-content {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 32px; }
  .promotion-hero-content-wrap .promotion-hero-info-list {
    display: block;
    position: relative;
    margin-top: 20px; }
    .promotion-hero-content-wrap .promotion-hero-info-list > li {
      display: block;
      position: relative;
      padding-left: 35px;
      font-size: 16px; }
      .promotion-hero-content-wrap .promotion-hero-info-list > li + li {
        margin-top: 15px; }
      .promotion-hero-content-wrap .promotion-hero-info-list > li:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background-image: url("../img/uploads/check-circle.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .promotion-hero-content-wrap .promotion-btn-hero {
    margin-top: 40px;
    min-width: 300px;
    font-weight: 600; }

.promotion-hero-slider-col .promotion-hero-slider-wrap {
  display: block;
  position: relative; }
  .promotion-hero-slider-col .promotion-hero-slider-wrap .promotion-service-hero-slider {
    display: block;
    position: relative;
    max-width: 500px;
    margin: 0 auto; }

.service-portfolio-section.promotion-portfolio-section {
  padding-bottom: 10px; }
  .service-portfolio-section.promotion-portfolio-section .service-portfolio-slider-wrap .service-portfolio-slider {
    position: relative; }
    .service-portfolio-section.promotion-portfolio-section .service-portfolio-slider-wrap .service-portfolio-slider > .item {
      float: left; }
    .service-portfolio-section.promotion-portfolio-section .service-portfolio-slider-wrap .service-portfolio-slider .ptf-slider-item {
      display: block;
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
    .service-portfolio-section.promotion-portfolio-section .service-portfolio-slider-wrap .service-portfolio-slider .owl-stage-outer {
      overflow: visible !important; }
      .service-portfolio-section.promotion-portfolio-section .service-portfolio-slider-wrap .service-portfolio-slider .owl-stage-outer .item {
        padding: 15px 0 !important; }

.service-portfolio-slider.service-banner-slider .ptf-slider-item {
  background-color: #ffffff; }

.service-portfolio-grid .ptf-grid-item {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }

.service-portfolio-grid .column-outer {
  width: 33.33% !important; }
  .service-portfolio-grid .column-outer .column-inner {
    padding-bottom: 40px;
    padding-top: 0; }
  .service-portfolio-grid .column-outer:nth-child(3n + 2) .column-inner {
    padding-top: 40px;
    padding-bottom: 0; }

body:not(.builder-page) .abt-company {
  display: block;
  position: relative;
  padding: 80px 0; }
  body:not(.builder-page) .abt-company .main-heading {
    margin-bottom: 40px; }
  body:not(.builder-page) .abt-company .abt-mockup-col {
    display: block;
    position: relative;
    min-height: 500px; }
    body:not(.builder-page) .abt-company .abt-mockup-col:before {
      content: '';
      width: 277px;
      height: 250px;
      position: absolute;
      top: 18px;
      left: 25%;
      border-radius: 8px;
      background: linear-gradient(#f2f3f7, #f2f3f7) padding-box, linear-gradient(to right, #db1515, #4b4b4b) border-box;
      border: 5px solid transparent; }
    body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item {
      animation: scale 3.4s ease infinite;
      transition: all .4s ease; }
      body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-1 {
        width: 296px;
        height: auto;
        position: absolute;
        top: -30px;
        left: 0;
        z-index: 2;
        animation-delay: .4s; }
      body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-2 {
        position: absolute;
        width: 296px;
        height: 296px;
        top: 25px;
        left: 28%;
        z-index: 1; }
      body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-3 {
        width: 237px;
        position: absolute;
        right: 0;
        bottom: 0;
        animation-delay: .8s; }

@keyframes scale {
  0%, 100% {
    transform: scale(0.98); }
  50% {
    transform: scale(1.08); } }

.abt-company .abt-icon-row {
  display: block;
  position: relative;
  margin-top: 30px; }
  .abt-company .abt-icon-row .abt-icon-col {
    display: block;
    position: relative;
    margin-bottom: 40px;
    min-height: 200px; }
    .abt-company .abt-icon-row .abt-icon-col .abt-icon-img {
      display: block;
      position: relative;
      height: 50px;
      width: 50px;
      float: left; }
    .abt-company .abt-icon-row .abt-icon-col .abt-icon-sub-head {
      display: block;
      position: relative;
      font-size: 20px; }
    .abt-company .abt-icon-row .abt-icon-col .abt-icon-desc {
      display: block;
      position: relative;
      font-size: 14px;
      margin-top: 10px; }

.promo-testimonial-sec {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 80px;
  padding-top: 40px; }
  .promo-testimonial-sec:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 0 0 160px;
    border-bottom: 16px solid #d9dade; }

.home-cta-section.promo-cta-section {
  text-align: left;
  padding-bottom: 160px;
  text-align: center;
  padding-top: 80px; }
  .home-cta-section.promo-cta-section .cta-title span {
    color: #db1515; }
  .home-cta-section.promo-cta-section .promo-cta-btn {
    text-align: center; }
    .home-cta-section.promo-cta-section .promo-cta-btn .btn {
      margin-top: 15px;
      min-width: 300px;
      font-weight: 600; }

.promotion-site-footer .copyrights-info {
  padding: 18px 50px 18px 65px; }

body.promotion-page .promotion-site-footer {
  margin-top: -80px; }

.alert-user-disscount {
  background-color: rgba(219, 21, 21, 0.05);
  border-color: rgba(219, 21, 21, 0.25); }

body.promotion-page .promotion-steps {
  padding-bottom: 100px; }

.promotion-steps .checkout-heading .row > div {
  width: 100%; }

.promotion-steps .checkout-heading .main-heading.heading-left {
  text-align: center; }

.promotion-steps .checkout-heading .main-heading .main-title br {
  display: none; }

.promotion-steps .checkout-heading .checkout-step-wrap {
  padding-bottom: 20px;
  padding-top: 0; }

.promotion-steps .checkout-heading .heading-info {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 1199px) {
  .promotion-hero-slider-col .promotion-hero-slider-wrap {
    margin-top: 0px; }
  .promotion-hero-content-wrap {
    padding-left: 0;
    padding-top: 0; }
  .promotion-hero-section .promotion-hero-title {
    font-size: 48px; }
  .home-cta-section.promo-cta-section .promo-cta-btn .btn {
    margin-top: 10px; }
  .abt-company .abt-icon-row .abt-icon-col {
    min-height: 250px;
    margin-bottom: 20PX; }
  body:not(.builder-page) .abt-company {
    padding: 50px 0; }
  .home-cta-section.promo-cta-section {
    padding-bottom: 160px; } }

@media (max-width: 991px) {
  body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a span.menu-icon {
    color: #ffffff; }
  body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a {
    padding: 14px 0px;
    text-align: center; }
  body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a span i.fa {
    margin: 0; }
  body.promotion-page .promotion-steps {
    padding-bottom: 130px; }
  .promotion-steps .checkout-step-wrap .checkout-steps > li .oc-step-title span {
    display: block;
    line-height: 1.3; }
  .promotion-hero-section {
    padding: 50px 0 80px;
    border-radius: 0 0 120px 0; }
  .promotion-hero-section .promotion-hero-title {
    font-size: 46px;
    text-align: center; }
  .promotion-hero-slider-col .promotion-hero-slider-wrap {
    margin-top: 0; }
  .promotion-hero-slider-col .promotion-hero-slider-wrap .promotion-service-hero-slider {
    margin: 30px auto 15px; }
  .promotion-hero-content-wrap {
    text-align: center; }
  .promotion-hero-content-wrap .promotion-hero-info-list {
    display: inline-block;
    margin: 0px auto 0; }
  .promotion-hero-content-wrap .promotion-hero-info-list > li {
    text-align: left;
    display: inline-block;
    margin: 0 15px; }
  .abt-company .abt-icon-row .abt-icon-col {
    min-height: 210px;
    margin-bottom: 20px; }
  body:not(.builder-page) .abt-company .abt-mockup-col {
    margin-top: 20px; }
  body:not(.builder-page) .abt-company .abt-mockup-col:before {
    left: 25%; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-2 {
    width: 50%; }
  .home-cta-section.promo-cta-section .promo-cta-btn .btn {
    min-width: 200px; }
  .promo-testimonial-sec:before {
    border-radius: 0 0 0 120px; }
  .promotion-site-footer .copyrights-info {
    padding: 18px 65px; }
  .promotion-site-footer .copyrights-info .copyrights-navbar > li {
    float: none;
    display: inline-block; } }

@media (max-width: 767px) {
  body.promotion-page.menu-style-2 .navbar-custom.navbar-default .navbar-nav > li.nav-email > a {
    padding: 12px 0px;
    text-align: center; }
  .promotion-hero-section .promotion-hero-title {
    font-size: 40px;
    text-align: center;
    line-height: 1.3; }
  .abt-company .abt-icon-row .abt-icon-col {
    min-height: auto;
    margin-bottom: 30px; }
  .home-cta-section.promo-cta-section .cta-title {
    text-align: center; }
  .abt-company .abt-icon-row {
    margin-top: 15px; } }

@media (max-width: 640px) {
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-2 {
    width: 60%;
    left: 24%; } }

@media (max-width: 560px) {
  .promotion-steps .checkout-step-wrap .checkout-steps > li .oc-step-title {
    font-size: 13px; }
  .promotion-steps .checkout-step-wrap .checkout-steps > li {
    padding: 0 6px; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-1 {
    width: 55%; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-2 {
    width: 62%; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-3 {
    right: -15px; }
  body:not(.builder-page) .abt-company .abt-mockup-col:before {
    width: 280px;
    height: 280px;
    left: 50%;
    transform: translateX(-50%); } }

@media (max-width: 480px) {
  .promotion-steps .checkout-step-wrap .checkout-steps > li .oc-step-title {
    display: none; }
  .promotion-steps .checkout-step-wrap {
    padding-bottom: 5px; }
  .promotion-hero-section .promotion-hero-title {
    font-size: 36px; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-2 {
    width: 70%; }
  body:not(.builder-page) .abt-company .abt-mockup-col:before {
    border-width: 3px; } }

@media (max-width: 420px) {
  .promotion-hero-section .promotion-hero-title {
    font-size: 36px; }
  .promotion-hero-section {
    border-radius: 0 0 100px 0; }
  body:not(.builder-page) .abt-company .abt-mockup-col:before {
    width: 240px;
    height: 240px;
    top: 48px; }
  body:not(.builder-page) .abt-company .abt-mockup-col .abt-mockup-item.logo-img-3 {
    width: 200px;
    right: -25px; }
  .promo-testimonial-sec:before {
    border-radius: 0 0 0 100px; } }

@media (max-width: 359px) {
  .promotion-hero-section .promotion-hero-title {
    font-size: 32px; }
  .promotion-hero-content-wrap .promotion-btn-hero {
    min-width: 250px; }
  .promotion-hero-content-wrap .promotion-hero-info-list > li {
    font-size: 15px; }
  .promotion-hero-content-wrap .promotion-hero-info-list > li:before {
    top: 3px;
    transform: none; } }

/**
 * Web Development Page
 *
 * @author Krishna Mundia
 */
/* Above the Fold Section */
.web-above-section {
  display: block;
  position: relative;
  padding: 80px 0 70px;
  background-color: #ffffff;
  border-radius: 0 0 160px 0;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .web-above-section {
      padding: 40px 0 70px; } }
  @media only screen and (max-width: 991px) {
    .web-above-section {
      padding-top: 50px;
      border-radius: 0 0 120px 0; } }
  @media only screen and (max-width: 480px) {
    .web-above-section {
      border-radius: 0 0 100px 0;
      border-bottom-width: 12px; } }
  .web-above-section .service-above-mockup-wrap {
    display: block;
    position: relative; }
    .web-above-section .service-above-mockup-wrap .service-above-mockup {
      display: block;
      position: relative;
      margin: 0 30px 0 30px; }
    .web-above-section .service-above-mockup-wrap .service-hero-slider {
      display: block;
      position: relative;
      margin: 0 10%; }
      @media only screen and (max-width: 1199px) {
        .web-above-section .service-above-mockup-wrap .service-hero-slider {
          margin: 0; } }
  .web-above-section .hero-content-wrap {
    display: block;
    position: relative;
    padding: 40px 0px 0 100px; }
    @media only screen and (max-width: 1199px) {
      .web-above-section .hero-content-wrap {
        padding: 40px 0 0 0; } }
    @media only screen and (max-width: 991px) {
      .web-above-section .hero-content-wrap {
        text-align: center;
        padding-top: 20px; } }
    .web-above-section .hero-content-wrap .btn-hero {
      min-width: 260px; }
  .web-above-section .hero-content-wrap .hero-title,
  .web-above-section .service-above-mockup-wrap .hero-title {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #232323; }
    @media only screen and (max-width: 991px) {
      .web-above-section .hero-content-wrap .hero-title,
      .web-above-section .service-above-mockup-wrap .hero-title {
        font-size: 46px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 767px) {
      .web-above-section .hero-content-wrap .hero-title,
      .web-above-section .service-above-mockup-wrap .hero-title {
        font-size: 40px;
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .web-above-section .hero-content-wrap .hero-title,
      .web-above-section .service-above-mockup-wrap .hero-title {
        font-size: 36px; } }

/* About Section */
.web-about-section {
  display: block;
  position: relative;
  padding: 100px 0 60px; }
  @media only screen and (max-width: 1199px) {
    .web-about-section {
      padding: 80px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .web-about-section {
      padding: 80px 0 40px; } }
  .web-about-section .service-about-mockup {
    display: block;
    position: relative;
    margin: 30px 10% 0; }
    @media only screen and (max-width: 1199px) {
      .web-about-section .service-about-mockup {
        margin: 0; } }
  .web-about-section .service-about-content {
    display: block;
    position: relative;
    font-size: 16px; }
    .web-about-section .service-about-content .service-about-title {
      font-size: 38px;
      margin: 0 0 30px; }
      @media only screen and (max-width: 1199px) {
        .web-about-section .service-about-content .service-about-title {
          font-size: 34px; } }
    .web-about-section .service-about-content .service-about-list {
      display: block;
      position: relative;
      margin-top: 20px; }
      .web-about-section .service-about-content .service-about-list > li {
        display: block;
        position: relative;
        padding-left: 32px;
        font-size: 16px; }
        .web-about-section .service-about-content .service-about-list > li + li {
          margin-top: 15px; }
        .web-about-section .service-about-content .service-about-list > li:before {
          content: '';
          position: absolute;
          height: 18px;
          width: 18px;
          background-image: url("../img/uploads/check-circle.png");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .web-about-section .service-about-content .service-about-mockup {
        max-height: 500px;
        max-width: 500px;
        margin: 0 auto 20px; }
        .web-about-section .service-about-content .service-about-mockup img {
          height: 100%;
          width: auto;
          object-fit: contain; } }

/* Portfolio Section */
.web-portfolio-section {
  display: block;
  position: relative;
  padding: 80px 0 50px; }
  @media only screen and (max-width: 991px) {
    .web-portfolio-section {
      padding: 50px 0 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-portfolio-section .web-portfolio-slider-col {
      overflow: hidden; } }
  .web-portfolio-section .web-portfolio-slider-wrap {
    display: block;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1500px) {
      .web-portfolio-section .web-portfolio-slider-wrap {
        margin: 0 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .web-portfolio-section .web-portfolio-slider-wrap {
        margin: 0 -250px; } }
    @media only screen and (max-width: 767px) {
      .web-portfolio-section .web-portfolio-slider-wrap {
        margin: 0 30px; } }
    @media only screen and (max-width: 560px) {
      .web-portfolio-section .web-portfolio-slider-wrap {
        margin: 0 20px; } }
    @media only screen and (min-width: 561px) and (max-width: 767px) {
      .web-portfolio-section .web-portfolio-slider-wrap {
        padding: 0 40px; } }
    .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-img {
      display: block;
      position: relative;
      width: auto;
      max-height: 800px;
      height: auto;
      background-color: #fff;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.4s; }
      .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-img img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-img:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
        margin-top: -20px; }
        @media only screen and (max-width: 767px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-img:hover {
            transform: unset;
            box-shadow: unset;
            margin: 0; } }
    .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .item {
      padding: 60px 0; }
    .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-dots .owl-dot span {
      height: 8px; }
    .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-dots .owl-dot.active span {
      width: 25px;
      background-color: #db1515; }
    .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav {
      margin: 0; }
      .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #db1515;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 26px;
        border: 5px solid #ffffff85;
        z-index: 5;
        transition: all 0.4s; }
        @media only screen and (max-width: 560px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav [class*=owl-] {
            width: 40px;
            height: 40px;
            font-size: 20px;
            border: 3px solid #ffffff85; } }
      .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] {
        left: -30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] {
            left: 295px; } }
        @media only screen and (min-width: 561px) and (max-width: 767px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] {
            left: -70px; } }
        .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] span {
          font-size: 0; }
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] span:before {
            content: "\e605";
            font-family: 'simple-line-icons';
            font-size: 14px;
            display: block;
            position: relative;
            line-height: 40px; }
            @media only screen and (max-width: 560px) {
              .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-prev[class*=owl-] span:before {
                line-height: 35px; } }
      .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] {
        right: -30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] {
            right: 295px; } }
        @media only screen and (min-width: 561px) and (max-width: 767px) {
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] {
            right: -70px; } }
        .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] span {
          font-size: 0; }
          .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] span:before {
            content: "\e606";
            font-family: 'simple-line-icons';
            font-size: 14px;
            display: block;
            position: relative;
            line-height: 40px; }
            @media only screen and (max-width: 560px) {
              .web-portfolio-section .web-portfolio-slider-wrap .web-portfolio-carousel .owl-nav .owl-next[class*=owl-] span:before {
                line-height: 35px; } }

/* How it work Section */
.web-howitwork-section:before {
  border-radius: 0; }

/* Service Statestics Section */
.web-service-sts-section {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 50px 0 100px; }
  @media only screen and (max-width: 767px) {
    .web-service-sts-section {
      padding-bottom: 60px; } }
  .web-service-sts-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 0 0 160px; }
    @media only screen and (max-width: 991px) {
      .web-service-sts-section:before {
        border-radius: 0 0 0 120px; } }
    @media only screen and (max-width: 480px) {
      .web-service-sts-section:before {
        border-radius: 0 0 0 100px; } }
  .web-service-sts-section .main-title {
    margin-bottom: 40px;
    font-size: 38px; }
    @media only screen and (max-width: 480px) {
      .web-service-sts-section .main-title {
        font-size: 34px; } }
    @media only screen and (max-width: 400px) {
      .web-service-sts-section .main-title {
        font-size: 30px; } }
  .web-service-sts-section .main-heading .heading-info {
    font-size: 16px; }
  .web-service-sts-section .sts-counter-wrap {
    position: relative;
    margin-top: 0; }
    @media only screen and (max-width: 400px) {
      .web-service-sts-section .sts-counter-wrap .row {
        margin: 0 -30px; } }
    @media only screen and (max-width: 767px) {
      .web-service-sts-section .sts-counter-wrap .row > .col-sm-6 {
        float: left;
        width: 50%; } }
    .web-service-sts-section .sts-counter-wrap + .sts-counter-wrap {
      border-top: 1px solid rgba(0, 0, 0, 0.08); }
    .web-service-sts-section .sts-counter-wrap .column-outer + .column-outer {
      border-left: 1px solid rgba(0, 0, 0, 0.08); }
    .web-service-sts-section .sts-counter-wrap .sts-counter-item {
      text-align: left;
      padding: 25px; }
      @media only screen and (max-width: 560px) {
        .web-service-sts-section .sts-counter-wrap .sts-counter-item {
          padding: 20px 5px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 480px) {
        .web-service-sts-section .sts-counter-wrap .sts-counter-item {
          text-align: center; } }
      @media only screen and (max-width: 400px) {
        .web-service-sts-section .sts-counter-wrap .sts-counter-item {
          padding: 20px 0px;
          text-align: center; } }
      .web-service-sts-section .sts-counter-wrap .sts-counter-item .counter {
        font-size: 38px;
        color: #323232;
        margin: 0 0 7px; }
        @media only screen and (max-width: 480px) {
          .web-service-sts-section .sts-counter-wrap .sts-counter-item .counter {
            font-size: 36px; } }
      .web-service-sts-section .sts-counter-wrap .sts-counter-item .sts-counter-title {
        color: #db1516;
        font-size: 18px; }
        @media only screen and (max-width: 480px) {
          .web-service-sts-section .sts-counter-wrap .sts-counter-item .sts-counter-title {
            font-size: 16px; } }
        @media only screen and (max-width: 400px) {
          .web-service-sts-section .sts-counter-wrap .sts-counter-item .sts-counter-title {
            font-size: 14px; } }

/* CTA Section */
.web-cta-section {
  padding: 115px 0; }
  @media only screen and (max-width: 1199px) {
    .web-cta-section {
      padding: 100px 0 100px; } }
  @media only screen and (max-width: 991px) {
    .web-cta-section {
      padding: 80px 0 80px; } }

/* Faq Section */
.web-faq-section {
  display: block;
  position: relative;
  padding: 120px 0 90px;
  background-color: #ffffff; }
  @media only screen and (max-width: 1199px) {
    .web-faq-section {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .web-faq-section {
      padding: 80px 0 80px; } }
  .web-faq-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 160px 0 0; }
    @media only screen and (max-width: 991px) {
      .web-faq-section:before {
        border-radius: 0 120px 0 0; } }
    @media only screen and (max-width: 480px) {
      .web-faq-section:before {
        border-radius: 0 100px 0 0; } }
    @media only screen and (max-width: 400px) {
      .web-faq-section:before {
        border-radius: 0 120px 0 0; } }
  .web-faq-section .main-title {
    margin-bottom: 40px;
    font-size: 38px; }
  .web-faq-section .main-heading .heading-info {
    font-size: 16px; }
  @media only screen and (max-width: 1199px) {
    .web-faq-section .faq-panel-accordion {
      margin-top: 10px; } }

/* Sub Service Section */
.web-sub-service-section {
  display: block;
  position: relative;
  padding: 50px 0 60px; }

.web-why-choose-section {
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media only screen and (max-width: 991px) {
    .web-why-choose-section {
      padding-bottom: 60px; } }
  .web-why-choose-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 0 0 160px; }
    @media only screen and (max-width: 991px) {
      .web-why-choose-section:before {
        border-radius: 0 0 0 120px; } }
    @media only screen and (max-width: 480px) {
      .web-why-choose-section:before {
        border-radius: 0 0 0 100px; } }
    @media only screen and (max-width: 400px) {
      .web-why-choose-section:before {
        border-radius: 0 0 0 120px; } }

.web-cta-section-two {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .web-cta-section-two {
      padding: 80px 0; } }
  .web-cta-section-two .web-cta-two-btn {
    display: block;
    position: relative;
    margin-top: 30px; }
    .web-cta-section-two .web-cta-two-btn .btn {
      font-weight: 600; }
      @media only screen and (max-width: 400px) {
        .web-cta-section-two .web-cta-two-btn .btn {
          font-size: 18px; } }

.web-testimonial-section {
  padding-top: 120px;
  background-color: #ffffff; }
  @media only screen and (max-width: 991px) {
    .web-testimonial-section {
      padding-top: 60px; } }
  .web-testimonial-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F3F7;
    border-radius: 0 160px 0 0; }
    @media only screen and (max-width: 991px) {
      .web-testimonial-section:before {
        border-radius: 0 120px 0 0; } }
    @media only screen and (max-width: 480px) {
      .web-testimonial-section:before {
        border-radius: 0 100px 0 0; } }
    @media only screen and (max-width: 400px) {
      .web-testimonial-section:before {
        border-radius: 0 120px 0 0; } }

/* ./ Web Development Page */
/**
 * Request Quote Page
 *
 * @author Krishna Mundia
 */
.req-quote-form-section {
  margin-bottom: 80px; }
  .req-quote-form-section .req-quote-img {
    display: block;
    position: relative;
    padding: 85px 0 0; }
    @media only screen and (max-width: 767px) {
      .req-quote-form-section .req-quote-img {
        padding-top: 50px; } }
    .req-quote-form-section .req-quote-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

/* ./ Request Quote Page */
/**
 * Thank You Page
 *
 * @author Krishna Mundia
 */
.thank-you-section {
  display: block;
  position: relative;
  padding: 80px 0 70px;
  background-color: #ffffff;
  border-radius: 0 0 160px 0;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .thank-you-section .complete-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px; }
    @media only screen and (max-width: 767px) {
      .thank-you-section .complete-icon {
        width: 70px;
        height: 70px; } }
    .thank-you-section .complete-icon img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

/* ./ Thank You Page */

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