<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*Font family*/
/*Colors*/
/*font size*/
/*Font weights*/
/*line-height*/
/*Responsive widths*/
/*color*/
.theme-color {
  color: #21385E;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #363636;
}

.text-gray {
  color: #999999;
}

/*background*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f7f7f7;
}

.dark-gray-bg {
  background: #666666;
}

.theme-bg {
  background: #21385E;
}

.black-bg {
  background: #323232;
}

.dark-theme-bg {
  background: #050801;
}

/*Page section margin padding*/
.page-section-ptb {
  padding: 80px 0;
}

.page-section-pt {
  padding: 80px 0 0;
}

.page-section-pb {
  padding: 0 0 80px;
}

.page-section-1-ptb {
  padding: 120px 0;
}

.page-section-1-pt {
  padding: 120px 0 0;
}

.page-section-1-pb {
  padding: 0 0 120px;
}

/*font-weight*/
.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

/*line-height*/
.l-height-14 {
  line-height: 14px;
}

.l-height-24 {
  line-height: 24px;
}

.l-height-26 {
  line-height: 26px;
}

.l-height-28 {
  line-height: 28px;
}

.l-height-30 {
  line-height: 30px;
}

.l-height-32 {
  line-height: 32px;
}

.l-height-34 {
  line-height: 34px;
}

.l-height-36 {
  line-height: 36px;
}

.l-height-38 {
  line-height: 38px;
}

.l-height-40 {
  line-height: 40px;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/*************************
     Margin top
*************************/
/*.mt-0 { margin-top: 0 !important; }*/
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/*************************
    Margin right
*************************/
/*.mr-0 { margin-right: 0!important }*/
.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

/*************************
    Margin bottom
*************************/
/*.mb-0 { margin-bottom: 0!important }*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/*************************
    Margin left
*************************/
/*.ml-0 { margin-left: 0!important }*/
.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

/*************************
    Padding top
*************************/
/*.pt-0 { padding-top: 0!important }*/
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/*************************
    Padding right
*************************/
/*.pr-0 { padding-right: 0!important }*/
.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

/*************************
    Padding bottom
*************************/
/*.pb-0 { padding-bottom: 0!important }*/
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/*************************
    Padding left
*************************/
/*.pl-0 { padding-left: 0!important }*/
.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

/*min height*/
.min-h-200 {
  min-height: 200px;
}

.min-h-230 {
  min-height: 230px;
}

.min-h-260 {
  min-height: 260px;
}

.min-h-290 {
  min-height: 290px;
}

.min-h-320 {
  min-height: 320px;
}

.min-h-350 {
  min-height: 350px;
}

.min-h-380 {
  min-height: 380px;
}

.min-h-410 {
  min-height: 410px;
}

.min-h-440 {
  min-height: 440px;
}

.min-h-470 {
  min-height: 470px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-550 {
  min-height: 550px;
}

/*max height*/
.max-h-200 {
  max-height: 200px;
}

.max-h-230 {
  max-height: 230px;
}

.max-h-260 {
  max-height: 260px;
}

.max-h-290 {
  max-height: 290px;
}

.max-h-320 {
  max-height: 320px;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-380 {
  max-height: 380px;
}

.max-h-410 {
  max-height: 410px;
}

.max-h-440 {
  max-height: 440px;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

img.bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*Row-eq-height And No Gutter*/
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height.full-height &gt; [class*='col-'] &gt; div {
  height: 100%;
}

/* Vertical Align */
.valign {
  display: table;
}

.valign &gt; [class*='col-'] {
  display: table-cell;
  float: none;
}

[data-valign-overlay="top"] {
  vertical-align: top;
}

[data-valign-overlay="middle"] {
  vertical-align: middle;
}

[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}

/*Extra class*/
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

section {
  background: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

/*Background overlay*/
.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20:before {
  background: rgba(132, 186, 63, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50:before {
  background: rgba(132, 186, 63, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70:before {
  background: rgba(132, 186, 63, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90:before {
  background: rgba(132, 186, 63, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-10, .bg-overlay-black-20, .bg-overlay-black-30, .bg-overlay-black-40, .bg-overlay-black-50, .bg-overlay-black-60, .bg-overlay-black-70, .bg-overlay-black-80, .bg-overlay-black-90, .bg-overlay-white-10, .bg-overlay-white-20, .bg-overlay-white-30, .bg-overlay-white-40, .bg-overlay-white-50, .bg-overlay-white-60, .bg-overlay-white-70, .bg-overlay-white-80, .bg-overlay-white-90, .bg-overlay-theme-20, .bg-overlay-theme-50, .bg-overlay-theme-70, .bg-overlay-theme-90 {
  position: relative;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #626262;
}

a {
  outline: medium none !important;
  color: #21385E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  color: #21385E;
  text-decoration: none !important;
}

a:hover {
  color: #21385E;
  text-decoration: none !important;
}

.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input {
  outline: medium none !important;
  color: #21385E;
}

button {
  outline: medium none !important;
  color: #21385E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #363636;
  margin-top: 0px;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

h1 a {
  color: inherit;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

h2 a {
  color: inherit;
}

h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

h3 a {
  color: inherit;
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

h4 a {
  color: inherit;
}

h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

h5 a {
  color: inherit;
}

h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #eceff8;
  border-top: 0px;
}

hr.light {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  border-top: 0px;
  opacity: 1;
  background: inherit;
}

*::-moz-selection {
  background: #21385E;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #21385E;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #21385E;
  color: #ffffff;
  text-shadow: none;
}

/*******************************************
             Loading
*******************************************/
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

.shadow {
  box-shadow: none !important;
}

/*************************
    back to top
*************************/
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 105px;
  right: 15px;
  border-radius: 3px;
  z-index: 999;
  background: transparent;
  font-size: 14px;
  background: #21385E;
  width: 40px;
  height: 40px;
  text-align: center;
}

#back-to-top i {
  padding-top: 2px;
  font-size: 20px;
}

#back-to-top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}

.accordion .acd-group .acd-heading:before {
  font-family: fontawesome;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f105";
  font-size: 22px;
  line-height: 38px;
}

.accordion .acd-group .acd-heading:hover {
  color: #21385E;
}

.accordion .acd-group &gt; .acd-heading &gt; span {
  margin-right: 15px;
}

.accordion .acd-heading {
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 0px;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}

.accordion .acd-group.acd-active .acd-heading {
  color: #21385E;
}

.accordion .acd-group.acd-active .acd-heading:before {
  content: "\f107";
}

.accordion .acd-group.acd-active .acd-heading span {
  color: #ffffff;
}

.acd-des {
  padding: 0 20px 20px 0;
}

.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
  content: "\f068";
  font-size: 14px;
}

.accordion.plus-icon .acd-group .acd-heading:before {
  content: "\f067";
  font-size: 14px;
}

.accordion.plus-icon.round .acd-group.acd-active .acd-heading:before {
  content: "\f056";
  font-size: 14px;
}

.accordion.plus-icon.round .acd-group .acd-heading:before {
  content: "\f055";
  font-size: 14px;
}

.accordion.gray .acd-heading {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.accordion.gray .acd-des {
  padding: 0 30px 20px;
}

.accordion.gray .acd-group.acd-active .acd-heading {
  color: #ffffff;
  background: #21385E;
}

.accordion.gray .acd-group .acd-heading:hover {
  color: #ffffff;
  background: #21385E;
}

.accordion.shadow .acd-heading {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.accordion.shadow .acd-des {
  padding: 0 30px 20px;
}

.accordion.shadow .acd-group.acd-active .acd-heading {
  color: #ffffff;
  background: #21385E;
}

.accordion.shadow .acd-group .acd-heading:hover {
  color: #ffffff;
  background: #21385E;
}

.accordion.accordion-border .acd-heading {
  background: transparent;
  border: 1px solid #eeeeee;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.accordion.accordion-border .acd-des {
  padding: 0 30px 20px;
}

.accordion.accordion-border .acd-group.acd-active .acd-heading {
  color: #ffffff;
  background: #21385E;
}

.accordion.accordion-border .acd-group .acd-heading:hover {
  color: #ffffff;
  background: #21385E;
}

.accordion.animated .acd-group .acd-heading {
  box-shadow: none;
  border: none;
  font-size: 18px;
  margin-bottom: 0;
  color: #363636;
  text-transform: inherit;
  font-weight: 700;
  padding: 20px 0px 0;
}

.accordion.animated .acd-group .acd-heading:hover {
  background: none !important;
  color: #21385E;
}

.accordion.animated .acd-group .acd-heading::before {
  display: none;
}

.accordion.animated .acd-group .acd-des {
  padding: 0 30px 20px;
}

.accordion.animated .acd-group.acd-active .acd-heading {
  font-size: 28px;
  color: #21385E;
  margin-bottom: 20px;
  background: none !important;
}

.accordion.animated.dark-bg .acd-group.acd-active .acd-heading {
  color: #ffffff;
}

.accordion.animated.dark-bg .acd-group .acd-heading:hover {
  color: #ffffff;
}

.accordion.no-radius .acd-heading {
  border-radius: 0;
}

.action-box {
  position: relative;
}

.action-box a.button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.action-box strong {
  font-weight: bold;
}

.action-box p {
  margin-bottom: 0;
}

.action-box .action-box-text {
  padding-right: 230px;
}

.action-box.action-box-border {
  padding: 30px;
  border: 1px solid #eeeeee;
}

.action-box.action-box-border a.button {
  right: 30px;
}

.action-box.center {
  text-align: center;
}

.action-box.center a.button {
  position: relative;
  top: inherit;
  right: inherit;
  margin-top: 15px;
}

.action-box.center .action-box-text {
  padding-right: 0;
}

.action-box.theme-bg {
  padding: 30px;
}

.action-box.theme-bg a.button {
  right: 30px;
}

.action-box.theme-bg h3 {
  color: #ffffff;
}

.action-box.theme-bg p {
  color: #ffffff;
}

.action-box.black-bg {
  padding: 30px;
}

.action-box.black-bg a.button {
  right: 30px;
}

.action-box.black-bg h3 {
  color: #ffffff;
}

.action-box.black-bg p {
  color: #ffffff;
}

.action-box.dark-theme-bg {
  padding: 30px;
}

.action-box.dark-theme-bg a.button {
  right: 30px;
}

.action-box.dark-theme-bg h3 {
  color: #ffffff;
}

.action-box.dark-theme-bg p {
  color: #ffffff;
}

.action-box.gray-bg {
  padding: 30px;
}

.action-box.gray-bg a.button {
  right: 30px;
}

.action-box.white-bg {
  padding: 30px;
}

.action-box.white-bg a.button {
  right: 30px;
}

.action-box.parallax {
  padding: 100px 30px;
}

.action-box.parallax h3 {
  color: #ffffff;
}

.action-box.parallax p {
  color: #ffffff;
}

.action-box.full-width a.button {
  right: 15px;
}

.action-box.pattern {
  padding: 100px 30px;
}

.action-box.small {
  padding: 40px 35px;
}

.action-box.small h3 {
  position: relative;
}

.action-box.small p {
  position: relative;
}

.action-box.small .social-icons {
  position: relative;
}

.action-box.small a.button {
  position: relative;
  top: inherit;
  right: inherit;
  margin-top: 15px;
}

.action-box.small .action-box-text {
  padding-right: 0;
}

.blockquote {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  border-left: 5px solid #eeeeee;
  position: relative;
}

.blockquote cite {
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.blockquote-right {
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  padding: 0 20px 0;
}

.blockquote.gray-bg {
  border-left: 5px solid #21385E;
}

.blockquote-right.gray-bg {
  text-align: right;
  border-right: 5px solid #21385E;
  border-left: 0;
  padding: 0 20px 0;
}

.quote {
  padding-top: 50px;
}

.quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #eeeeee;
  position: absolute;
  left: 14px;
  top: -30px;
}

.blockquote-right.quote:before {
  left: inherit;
  right: 14px;
}

.blockquote.theme-bg {
  border: 0px;
  color: #ffffff;
  padding: 70px 30px 30px;
  border-radius: 6px;
}

.blockquote.theme-bg:before {
  left: 24px;
  top: -10px;
  color: #ffffff;
}

.blockquote.black-bg {
  border: 0px;
  color: #ffffff;
  padding: 70px 30px 30px;
  border-radius: 6px;
}

.blockquote.black-bg:before {
  left: 24px;
  top: -10px;
  left: inherit;
}

.pager {
  margin: 0;
}

.affix {
  left: 0;
  right: 0;
}

.btn-primary {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary:hover {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}

.btn-primary:focus {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}

.btn-primary .badge {
  color: #21385E;
}

.btn-primary:active.focus {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary:active:focus {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary:active:hover {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary.focus {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}

.dropdown-menu &gt; .active &gt; a {
  background-color: #21385E;
}

.dropdown-menu &gt; .active &gt; a:focus {
  background-color: #21385E;
}

.dropdown-menu &gt; .active &gt; a:hover {
  background-color: #21385E;
}

select.input-sm {
  height: 50px;
}

.nice-select:active {
  border-color: #21385E !important;
}

.nice-select:focus {
  border-color: #21385E !important;
}

.nice-select.open {
  border-color: #21385E !important;
}

.list-group-item.active &gt; .badge {
  color: #21385E;
}

.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #21385E;
}

.nav .open &gt; a {
  border-color: #21385E;
}

.nav .open &gt; a:focus {
  border-color: #21385E;
}

.nav .open &gt; a:hover {
  border-color: #21385E;
}

.btn-primary.active.focus {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary.active:focus {
  background-color: #21385E;
  border-color: #21385E;
}

.btn-primary.active:hover {
  background-color: #21385E;
  border-color: #21385E;
}

.open &gt; .dropdown-toggle.btn-primary.focus {
  background-color: #21385E;
  border-color: #21385E;
}

.open &gt; .dropdown-toggle.btn-primary:focus {
  background-color: #21385E;
  border-color: #21385E;
}

.open &gt; .dropdown-toggle.btn-primary:hover {
  background-color: #21385E;
  border-color: #21385E;
}

.bootstrap-datetimepicker-widget table td.active {
  background: #21385E;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background: #21385E;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #21385E;
}

.input-group-prepend {
  border-left: 1px solid #e0e0e0 !important;
  padding: 16px 26px 16px 22px;
  background: #f6f7f8;
  border-radius: 3px;
}

.input-group-prepend:last-child {
  border: 0;
}

.datetimepicker .form-control:focus {
  box-shadow: none;
  background-color: #f6f7f8;
}

.modal1 .mfp-close {
  display: none;
}

.navbar &gt; .container .navbar-brand {
  margin-left: 0;
}

.navbar &gt; .container-fluid .navbar-brand {
  margin-left: 0;
}

.dropdown-item.active {
  background-color: #21385E;
}

.dropdown-item:active {
  background-color: #21385E;
}

/*************************
    Process step
*************************/
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard-row:before {
  top: 24px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 3px;
}

/*************************
    responsive-utilities
*************************/
.responsive-utilities .is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}

.responsive-utilities .is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

.hidden-on .col-6 .visible {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.visible-on .col-6 .visible {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

/*************************************
          animations
 **************************************/
.bg {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.bg-01 {
  background: #fe80c0;
}

.bg-02 {
  background: #b24a7d;
}

.bg-03 {
  background: #76bcff;
}

.bg-04 {
  background: #8d708e;
}

.bg-05 {
  background: #807fff;
}

.bg-06 {
  background: #e74c3c;
}

.bg-07 {
  background: #16a085;
}

.bg-08 {
  background: #f1c40f;
}

.bg-09 {
  background: #27ae60;
}

.bg-10 {
  background: #1abc9c;
}

.bg-11 {
  background: #9b59b6;
}

.bg-12 {
  background: #3498db;
}

.bg-13 {
  background: #ff6d3a;
}

.bg-14 {
  background: #2ecc71;
}

.bg-15 {
  background: #32cdc7;
}

.bg-16 {
  background: #009a9a;
}

/*************************
	   columns
*************************/
.columns .gray-bg {
  padding: 15px;
  border-radius: 3px;
}

/*************************
  data table
*************************/
.table {
  margin-bottom: 0;
}

.table td {
  vertical-align: middle;
}

.table th {
  vertical-align: middle;
}

.table-responsive &gt; .table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered tbody tr td {
  border-color: #eeeeee;
  font-size: 14px;
  padding: 12px 20px;
}

.table-bordered thead tr th {
  border-color: #eeeeee;
  font-size: 14px;
  padding: 12px 20px;
}

.table-1 thead {
  background: #21385E;
  color: #ffffff;
  text-align: center;
}

.table-1 thead tr th {
  border: medium none;
  font-weight: normal;
  text-align: center;
}

.table-1 tbody tr td {
  color: #7e8890;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

.table-2.table thead {
  background: transparent;
  color: #21385E;
  font-weight: 600;
  text-align: center;
}

.table-2.table thead tr th {
  border: 1px solid #21385E !important;
  text-align: center;
}

.table-3.table thead {
  background: #dfdfdf;
  color: #323232;
  font-weight: 600;
  text-align: center;
}

.table-3.table thead tr th {
  border: none;
  text-align: center;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table td,
.table th {
  border-top: 1px solid #dee2e6;
}

/*************************
	Typography
*************************/
.typography del {
  font-size: 14px;
}

.typography .mark {
  background: #21385E;
  color: #ffffff;
}

s {
  font-size: 14px;
}

u {
  font-size: 14px;
}

mark {
  background: #21385E;
  color: #ffffff;
  background: #21385E;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 3px;
}

del {
  background: #21385E;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 3px;
}

/*************************
   alerts and callouts
*************************/
.alerts-and-callouts {
  font-size: 14px;
}

.alerts-and-callouts .bd-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eeeeee;
  border-left-width: 5px;
  border-radius: 3px;
}

.alerts-and-callouts .bd-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.alerts-and-callouts .bd-callout p:last-child {
  margin-bottom: 0;
}

.alerts-and-callouts .bd-callout code {
  border-radius: 3px;
}

.alerts-and-callouts .bd-callout + .bd-callout {
  margin-top: -5px;
}

.alerts-and-callouts .bd-callout-default {
  border-left-color: #777;
}

.alerts-and-callouts .bd-callout-default h4 {
  color: #777;
}

.alerts-and-callouts .bd-callout-primary {
  border-left-color: #428bca;
}

.alerts-and-callouts .bd-callout-primary h4 {
  color: #428bca;
}

.alerts-and-callouts .bd-callout-success {
  border-left-color: #5cb85c;
}

.alerts-and-callouts .bd-callout-success h4 {
  color: #5cb85c;
}

.alerts-and-callouts .bd-callout-danger {
  border-left-color: #d9534f;
}

.alerts-and-callouts .bd-callout-danger h4 {
  color: #d9534f;
}

.alerts-and-callouts .bd-callout-warning {
  border-left-color: #f0ad4e;
}

.alerts-and-callouts .bd-callout-warning h4 {
  color: #f0ad4e;
}

.alerts-and-callouts .bd-callout-info {
  border-left-color: #5bc0de;
}

.alerts-and-callouts .bd-callout-info h4 {
  color: #5bc0de;
}

@media screen and (max-width: 767px) {
  .animated {
    margin-top: 30px;
  }
  .data-table .table tbody tr td {
    padding: 12px 10px;
  }
  .tab-2 #tabs .tabs {
    width: 100%;
  }
  .nav-tabs li a {
    font-size: 14px;
  }
  .tab-1 li {
    margin-right: 2px;
  }
}

/*************************
        isotope
*************************/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
}

.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*************************
        lists panels
*************************/
.list-group-item.active {
  background-color: #21385E;
  border-color: #21385E;
}

.list-group-item.active:focus {
  background-color: #21385E;
  border-color: #21385E;
}

.list-group-item.active:hover {
  background-color: #21385E;
  border-color: #21385E;
}

.panel-primary {
  border-color: #21385E;
}

.panel-primary &gt; .panel-heading {
  background-color: #21385E;
  border-color: #21385E;
}

.badge-primary {
  background: #21385E !important;
}

.nav-pills .nav-link.active {
  background: #21385E !important;
}

.nav-pills .show &gt; .nav-link {
  background: #21385E !important;
}

.bg-primary {
  background: #21385E !important;
}

.border-primary {
  border-color: #21385E !important;
}

/*************************
        lists panels
*************************/
.modal {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

.modal-dialog {
  margin: 100px auto;
}

.modal-header {
  border: 0;
  padding: 30px 30px 0 30px;
}

.modal-header .close {
  position: relative;
  z-index: 99;
}

.modal-footer {
  border: 0;
  padding: 30px 30px 30px 30px;
  text-align: left;
}

.modal-body {
  padding: 30px 30px 0 30px;
}

/*************************
       extra class
*************************/
.image-content {
  float: left;
  width: 50%;
  margin: 0 20px 20px 0;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 22px);
}

.dataTables_length .form-control {
  padding: 15px 8px 15px 20px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 15px;
}

div.dataTables_wrapper div.dataTables_info {
  margin-top: 15px;
}

.button {
  background: #21385E;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #21385E;
  cursor: pointer;
}

.button + .button {
  margin-left: 20px;
}

.button + .button.d-grid {
  margin-left: 0;
}

.button:hover {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button:focus {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button.black {
  background: #363636;
  color: #ffffff;
  border: 2px solid #363636;
}

.button.black:hover {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.black:focus {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.black.active {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.gray {
  background: #e0e0e0;
  color: #363636;
  border: 2px solid #e0e0e0;
}

.button.gray:hover {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.gray:focus {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.gray.active {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.white {
  background: #ffffff;
  color: #21385E;
  border-color: #ffffff;
}

.button.white:hover {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.white:focus {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.button-border {
  background: transparent;
  border: 2px solid #21385E;
  color: #323232;
}

.button.button-border:hover {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.button-border:focus {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.button-border.gray {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #aaaaaa;
}

.button.button-border.gray:hover {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.button-border.gray:focus {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.button.button-border.white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.button.button-border.white:hover {
  background: #ffffff;
  color: #21385E;
  border-color: #ffffff;
}

.button.button-border.white:focus {
  background: #ffffff;
  color: #21385E;
  border-color: #ffffff;
}

.button.button-border.black {
  background: transparent;
  border: 2px solid #363636;
  color: #363636;
}

.button.button-border.black:hover {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.button-border.black:focus {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.icon i {
  margin-left: 10px;
}

.button.arrow {
  background: transparent;
  border: none;
  color: #21385E;
  padding: 0;
  font-weight: 600;
}

.button.arrow i {
  padding-left: 10px;
  font-size: 16px;
}

.button.arrow:hover {
  color: #363636;
}

.button.arrow.white {
  color: #ffffff;
  border: none;
}

.button.arrow.white:hover {
  color: #aaaaaa;
  background: transparent;
}

.button.icon-color {
  background: none;
  border: none;
  color: #21385E;
  padding: 0;
}

.button.icon-color:hover {
  color: #363636;
  background: transparent;
}

.button.icon-color:hover i {
  background: #363636;
  border-color: #363636;
  color: #ffffff;
  transform: translateX(3px);
}

.button.icon-color i {
  border: 1px solid #21385E;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 20px;
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
}

.button.icon-color.white:hover {
  color: #ffffff;
  border: none;
  background: none;
}

.button.icon-color.white:hover i {
  background: #ffffff;
  color: #21385E;
  border-color: #ffffff;
}

.button-black-iocn .button.icon-color {
  color: #ffffff;
}

.button-black-iocn .button.icon-color i {
  border-color: #ffffff;
}

.button-black-iocn .button.icon-color:hover {
  color: #323232;
}

.button-black-iocn .button.icon-color:hover i {
  background: #ffffff;
  color: #323232;
}

.big-button {
  padding: 28px 26px;
  font-size: 24px;
}

.big-button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.button.x-small {
  padding: 8px 14px;
  font-size: 12px;
}

.button.small {
  padding: 10px 18px;
  font-size: 12px;
}

.button.medium {
  padding: 12px 20px;
  font-size: 14px;
}

.button.large {
  padding: 14px 20px;
  font-size: 15px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
  background: #21385E;
  border-color: #21385E;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #21385E;
  border-color: #21385E;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
}

.btn-primary:focus {
  -webkit-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  background: #21385E;
  border-color: #21385E;
}

.show &gt; .btn-primary.dropdown-toggle:focus {
  background: #21385E;
  border-color: #21385E;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
}

.btn-primary.focus {
  -webkit-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(132, 186, 63, 0.5);
  background: #21385E;
  border-color: #21385E;
}

.clients-list {
  overflow: hidden;
}

.clients-list ul li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px;
}

.clients-list.clients-border ul li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eeeeee;
  content: '';
  position: absolute;
}

.clients-list.clients-border ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eeeeee;
}

.clients-list.column-4 ul li {
  float: left;
  position: relative;
  width: 25%;
  padding: 10px;
}

.clients-list.column-3 ul li {
  float: left;
  position: relative;
  width: 33.333%;
  padding: 10px;
}

.clients-list.column-2 ul li {
  float: left;
  position: relative;
  width: 50%;
  padding: 10px;
}

.clients-list.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clients-list.grayscale img:hover {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.form-control {
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  box-shadow: none;
}

.form-control:focus {
  background: #ffffff;
  border: 0px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: transparent;
}

.form-control label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.form-control &gt; label {
  display: block;
}

.form-control::-moz-placeholder {
  color: #323232;
}

.form-control::-ms-input-placeholder {
  color: #323232;
}

.form-control::-webkit-input-placeholder {
  color: #323232;
}

.form-control.input-lg {
  resize: none;
  font-size: .9em;
}

.form-control.rounded {
  border-radius: 0px;
}

.input-group-prepend {
  border: 1px solid #e0e0e0;
  padding: 15px 26px 10px 22px;
}

.form-inline button {
  margin: 0px;
}

.table-bordeblue &gt; tbody &gt; tr &gt; td {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

.table-bordeblue &gt; tbody &gt; tr &gt; th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

.table-bordeblue &gt; tfoot &gt; tr &gt; td {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

.table-bordeblue &gt; tfoot &gt; tr &gt; th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

.table-bordeblue &gt; thead &gt; tr &gt; td {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

.table-bordeblue &gt; thead &gt; tr &gt; th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

textarea.form-control {
  resize: vertical;
}

.contact-form.border-form .form-control {
  background: transparent;
  color: #aaaaaa;
  border: 2px solid #eeeeee;
  box-shadow: none;
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-moz-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control:focus {
  background: #f6f7f8;
}

.contact-form.border-form .nice-select {
  background: transparent;
  color: #aaaaaa;
  border: 2px solid #eeeeee;
}

.contact-form.border-form .nice-select .option {
  color: #323232;
}

.contact-form.border-form .nice-select:after {
  border-color: #aaaaaa;
}

.contact-form.dark-form .form-control {
  background: rgba(43, 43, 43, 0.12);
  color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}

.contact-form.dark-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control:focus {
  background: rgba(43, 43, 43, 0.19);
}

.contact-form.dark-form .nice-select {
  background: rgba(43, 43, 43, 0.12);
  color: #ffffff;
  border: 0;
}

.contact-form.dark-form .nice-select .option {
  color: #323232;
}

.contact-form.dark-form .nice-select:after {
  border-color: #ffffff;
}

.contact-form.white-form .form-control {
  background: #ffffff;
}

.contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control:focus {
  background: rgba(255, 255, 255, 0.19);
}

.contact-form.transparent-form .nice-select {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 0;
}

.contact-form.transparent-form .nice-select .option {
  color: #323232;
}

.contact-form.transparent-form .nice-select:after {
  border-color: #ffffff;
}

.contact-form.full-width .section-field {
  width: 100%;
}

.newsletter.fancy {
  position: relative;
}

.newsletter.fancy .form-control {
  padding-right: 200px;
}

.newsletter.fancy button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  border-radius: 0 3px 3px 0;
}

.newsletter-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 3px;
}

.newsletter-box.gray-bg {
  background: #f7f7f7;
}

.newsletter-box.gray-bg .form-control {
  background: #ffffff;
}

.newsletter-box.newsletter-border {
  padding: 30px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
}

.newsletter .button.large {
  padding: 11px 20px;
}

.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}

.countdown span {
  font-size: 40px;
  line-height: 40px;
}

.countdown p {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.countdown.small {
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}

.countdown.small span {
  font-size: 30px;
  line-height: 30px;
}

.countdown.medium {
  display: inline-block;
  text-align: center;
  margin: 0px 30px;
}

.countdown.medium span {
  font-size: 50px;
  line-height: 50px;
}

.countdown.medium p {
  font-size: 20px;
  text-transform: capitalize;
}

.countdown.large {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}

.countdown.large span {
  font-size: 70px;
  line-height: 70px;
}

.countdown.large p {
  font-size: 24px;
  text-transform: capitalize;
}

.countdown.gray-bg {
  padding: 10px;
}

.countdown.countdown-border {
  padding: 10px;
  border: 2px solid #eeeeee;
}

.countdown.round {
  padding: 30px;
  border: 7px solid #eeeeee;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.countdown.round.small {
  width: 100px;
  height: 100px;
  padding: 15px 10px;
}

.countdown.round.medium {
  width: 150px;
  height: 150px;
  padding: 15px;
}

.countdown.round.medium span {
  line-height: 68px;
}

.countdown.round.large {
  width: 190px;
  height: 190px;
  padding: 20px;
}

.countdown.round.large span {
  line-height: 92px;
}

.countdown.text-white p {
  color: #ffffff;
}

.countdown.round.text-white {
  border-color: rgba(255, 255, 255, 0.3);
}

.counter {
  position: relative;
  color: #363636;
  min-height: 60px;
}

.counter .icon {
  font-size: 40px;
}

.counter .timer {
  display: block;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0 5px;
}

.counter label {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  position: relative;
  text-transform: capitalize;
}

.counter.text-white {
  color: #ffffff;
}

.counter.text-white label {
  color: #ffffff;
}

.counter.text-white span {
  color: #ffffff;
}

.counter.theme-color {
  color: #21385E;
}

.counter.theme-color label {
  color: #21385E;
}

.counter.theme-color span {
  color: #21385E;
}

.counter.counter-small .timer {
  font-size: 30px;
  font-weight: 600;
}

.counter.counter-small label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.counter.counter-small .icon {
  font-size: 30px;
  line-height: 40px;
}

.counter.big-counter .timer {
  font-size: 70px;
  font-weight: 600;
}

.counter.big-counter label {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.counter.big-counter icon {
  font-size: 50px;
  line-height: 60px;
}

.counter.left-icon {
  position: relative;
  padding-left: 70px;
}

.counter.left-icon .icon {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 0;
}

.counter.left-icon span {
  margin: 0;
  line-height: 40px;
}

.counter.right-icon {
  position: relative;
  padding-right: 70px;
}

.counter.right-icon .icon {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
}

.counter.right-icon span {
  margin: 0;
  line-height: 50px;
  text-align: right;
}

.counter.right-icon label {
  text-align: right;
  display: block;
}

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider.dotted {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.divider.dashed {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.divider.double {
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
}

.divider.outset {
  border-bottom: 3px outset rgba(0, 0, 0, 0.1);
}

.divider.icon {
  border: 0;
  color: #ccc;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.divider.icon:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  content: "";
  display: inline-block;
  display: inline-block;
  height: 10px;
  height: 10px;
  margin: 0 -4px 0 -100%;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  vertical-align: top;
  width: 50%;
  width: 50%;
}

.divider.icon:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  content: "";
  display: inline-block;
  display: inline-block;
  height: 10px;
  height: 10px;
  margin: 0 -4px 0 -100%;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  vertical-align: top;
  width: 50%;
  width: 50%;
}

.divider.icon::after {
  margin: 0 -100% 0 0;
  margin: 0 -100% 0 0;
}

.divider.icon i {
  margin: 0 20px 0 24px;
  margin: 0 20px 0 24px;
}

.divider.icon span {
  margin: 0 20px 0 24px;
  margin: 0 20px 0 24px;
}

.divider.icon.left i {
  float: left;
  margin: 0 40px 0 0;
}

.divider.icon.left span {
  float: left;
  margin: 0 40px 0 0;
}

.divider.icon.right i {
  float: right;
  margin: 0 0 0 40px;
}

.divider.icon.right span {
  float: right;
  margin: 0 0 0 40px;
}

.divider.medium {
  width: 40%;
  margin: 0 auto;
}

.divider.small {
  width: 20%;
  margin: 0 auto;
}

.divider.light {
  border-color: rgba(255, 255, 255, 0.1);
}

.dropcap {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 50%;
  background: #21385E;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}

.dropcap.dropcap-border {
  background: transparent;
  border: 2px solid #21385E;
  color: #21385E;
}

.dropcap.gray {
  background: #f6f7f8;
  color: #21385E;
}

.dropcap.large {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}

.dropcap.square {
  border-radius: 3px;
}

.feature-text {
  text-align: center;
  position: relative;
}

.feature-text.text-left {
  text-align: left;
}

.feature-text.text-start .feature-icon span, .feature-text.text-start .feature-icon i {
  padding-left: 0;
}

.feature-text.text-right .feature-icon span, .feature-text.text-right .feature-icon i {
  padding-right: 0;
}

.feature-text.text-right {
  text-align: right;
}

.feature-text .feature-icon span, .feature-text .feature-icon i {
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.feature-text.round .feature-icon span, .feature-text.round .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
  padding-left: 0px;
}

.feature-text.feature-border .feature-icon span, .feature-text.feature-border .feature-icon i {
  color: #323232;
  background: transparent;
  border: 2px solid #323232;
  padding-left: 0px;
}

.feature-text.gray-icon .feature-icon span, .feature-text.gray-icon .feature-icon i {
  color: #323232;
  background: #f6f7f8;
  padding-left: 0px;
}

.feature-text.theme-icon .feature-icon span, .feature-text.theme-icon .feature-icon i {
  color: #ffffff;
  background: #21385E;
  padding-left: 0px;
}

.feature-text.shadow .feature-icon span, .feature-text.shadow .feature-icon i {
  color: #323232;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  padding-left: 0px;
}

.feature-text.square .feature-icon span, .feature-text.square .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  padding-left: 0px;
}

.feature-text.text-center .feature-icon span, .feature-text.text-center .feature-icon i {
  padding-left: 0;
}

/*left-icon*/
.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 60px;
}

.feature-text.left-icon .feature-icon span, .feature-text.left-icon .feature-icon i {
  padding-left: 0;
}

.feature-text.left-icon .feature-icon {
  position: absolute;
  left: 0;
}

/*right-icon*/
.feature-text.right-icon .feature-info {
  text-align: right;
  padding-right: 60px;
}

.feature-text.right-icon .feature-icon {
  position: absolute;
  right: 0;
}

.feature-text.left-icon.round .feature-info {
  padding-left: 90px;
}

.feature-text.right-icon.round .feature-info {
  padding-right: 90px;
}

.feature-text.left-icon.square .feature-info {
  padding-left: 100px;
}

.feature-text.right-icon.square .feature-info {
  padding-right: 100px;
}

/*box-shadow*/
.feature-text.box-shadow {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
  padding: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.feature-text.box-shadow:hover {
  box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
}

/*border-box*/
.feature-text.border-box {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

/*button*/
.feature-text .button {
  margin-top: 10px;
}

.feature-text.round:hover .feature-icon i, .feature-text.round:hover .feature-icon span {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.feature-text.theme-icon:hover .feature-icon span, .feature-text.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #ffffff;
}

.feature-text.square:hover .feature-icon i, .feature-text.square:hover .feature-icon span {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.feature-text.square.theme-icon:hover .feature-icon span, .feature-text.square.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #ffffff;
}

/*feature-box*/
.awesome-features .img-side img {
  position: absolute;
  top: -30px;
  left: 0;
}

.feature-box {
  border: 1px solid #e6e6e6;
  padding: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.feature-box-content {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
  z-index: 9;
}

.feature-box i {
  width: 100%;
  font-size: 30px;
  color: #21385E;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box h4 {
  text-transform: none;
  padding: 30px 0 0px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}

.feature-box p {
  transition: all 0.3s ease-out 0s;
}

.feature-box a {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  margin: 25px 0 10px;
  padding: 0 30px;
  display: block;
  position: relative;
  z-index: 3;
}

.feature-box .feature-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.feature-box .feature-border {
  position: absolute;
  background: #21385E;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box:hover .feature-box-img, .feature-box.active .feature-box-img {
  opacity: 1;
}

.feature-box:hover .feature-border, .feature-box.active .feature-border {
  height: 45px;
}

.feature-box:hover i, .feature-box.active i {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.feature-box:hover h4, .feature-box.active h4, .feature-box:hover p, .feature-box.active p {
  color: #fff;
}

.feature-box:hover a, .feature-box.active a {
  color: #fff;
}

.feature-box:hover:before, .feature-box.active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul.list {
  padding: 0;
  margin: 0;
}

ul.list li {
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
  line-height: 28px;
}

ul.list li:after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  color: #21385E;
  left: 0;
  top: 0;
}

ul.list i {
  position: absolute;
  left: 0;
  top: 5px;
}

ul.list.theme-color li {
  color: #333333;
}

ul.list.theme-color li i {
  color: #21385E;
}

ul.list-mark {
  padding: 0;
  margin: 0;
}

ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-mark li:after {
  content: "\f00c";
}

ul.list-arrow {
  padding: 0;
  margin: 0;
}

ul.list-arrow li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-arrow li:after {
  content: "\f105";
  font-size: 18px;
}

ul.list-hand {
  padding: 0;
  margin: 0;
}

ul.list-hand li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-hand li:after {
  content: "\f0a4";
}

ul.list-edit {
  padding: 0;
  margin: 0;
}

ul.list-edit li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

ul.list-edit li:after {
  content: "\f040";
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f6f7f8;
  border-radius: 3px;
  border: solid 1px #f6f7f8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 47px;
  outline: none;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #d0dae5;
}

.nice-select:active {
  border-color: #88bfff;
  border-color: #ffffff !important;
}

.nice-select:focus {
  border-color: #88bfff;
  border-color: #ffffff !important;
}

.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 5px;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
  min-width: 100px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px rgba(68, 88, 112, 0.11);
  -moz-box-shadow: 0px 0px 1px rgba(68, 88, 112, 0.11);
  box-shadow: 0px 0px 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nice-select .option:hover {
  background-color: #f6f7f9;
}

.nice-select .option.focus {
  background-color: #f6f7f9;
}

.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: not-allowed;
}

.nice-select.open {
  border-color: #88bfff;
  border-color: #ffffff !important;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.mfp-container {
  cursor: url("../../images/close.png") 25 25, pointer;
}

.modal-simple-content {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}

.modal-shop {
  background: #323232;
  padding: 50px 60px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 650px;
}

.modal-shop h2 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 15px;
}

.modal-shop span {
  display: block;
}

.modal-shop p {
  color: rgba(255, 255, 255, 0.5);
}

.modal-shop .button {
  padding: 12px 20px;
}

.modal-subscribe {
  background: #ffffff;
  margin: 0 auto;
  max-width: 500px;
}

.modal-subscribe .subscribe-icon {
  height: 300px;
  background: #21385E;
  display: block;
  overflow: hidden;
}

.modal-subscribe .subscribe-icon i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 270px;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}

.modal-subscribe .subscribe-content {
  padding: 30px;
}

.modal-subscribe .subscribe-content p {
  color: #323232;
}

.modal-login {
  background: #ffffff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}

.modal-login .login-bg .login-title {
  border-radius: 0;
}

.modal-register {
  background: #ffffff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}

.modal-register .register-title {
  padding: 40px 30px;
  text-align: center;
}

.modal-register .register-title img {
  height: 40px;
}

.modal-register .register-form {
  padding: 50px;
}

.modal-video {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Dots */
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  background: #21385E;
  border: 0px solid #3d3d3d;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.owl-carousel .owl-nav i:hover {
  background: #333;
  color: #ffffff;
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #21385E;
  min-height: 17px;
  margin-top: 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #21385E;
  min-height: 17px;
  margin-top: 0;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}

.bottom-nav .owl-nav {
  bottom: 0;
  top: inherit;
}

.bottom-nav .owl-nav .owl-next {
  right: 46%;
  bottom: -20px;
  top: inherit;
  transform: inherit;
}

.bottom-nav .owl-nav .owl-prev {
  left: 46%;
  bottom: -20px;
  top: inherit;
  transform: inherit;
}

.bottom-center-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.bottom-center-dots .owl-dots .owl-dot span {
  background: #ffffff;
}

.bottom-right-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.bottom-right-dots .owl-dots .owl-dot span {
  background: #ffffff;
}

.page-title {
  display: block;
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}

.page-title .container {
  height: 100%;
  position: relative;
}

.page-title span {
  text-transform: capitalize;
}

.page-title h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
}

.page-title p {
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}

.page-title .page-title-name {
  display: inline-block;
  width: 60%;
}

.page-title .page-breadcrumb {
  float: right;
  width: 40%;
  text-align: right;
}

.page-title.bg-overlay-black-60:before {
  z-index: 0;
}

ul.page-breadcrumb {
  padding-top: 30px;
}

ul.page-breadcrumb li {
  color: #ffffff;
  display: inline-block;
  list-style: none;
}

ul.page-breadcrumb li span {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}

ul.page-breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb li a:hover {
  color: #21385E;
}

.page-title.gray-bg h1 {
  color: #323232;
}

.page-title.gray-bg p {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.gray-bg ul.page-breadcrumb li a:hover {
  color: #21385E;
}

.page-title.gray-bg ul.page-breadcrumb li span {
  color: #21385E;
}

.page-title.center {
  text-align: center;
}

.page-title.center .page-title-name {
  display: block;
  width: 100%;
}

.page-title.center .page-breadcrumb {
  float: none;
  width: inherit;
  text-align: center;
}

.page-title.right {
  clear: both;
}

.page-title.right .page-title-name {
  display: inline-block;
  float: right;
  text-align: right;
}

.page-title.right .page-breadcrumb {
  float: left;
  text-align: left;
}

.page-title.small {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.page-title.small h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.page-title.small .page-breadcrumb {
  padding-top: 10px;
}

.page-title.pattern h1 {
  color: #323232;
}

.page-title.pattern p {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.pattern ul.page-breadcrumb li a:hover {
  color: #21385E;
}

.page-title.pattern ul.page-breadcrumb li span {
  color: #21385E;
}

.page-title.light-overlay {
  position: relative;
  padding-top: 360px;
}

.page-title.light-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../../images/white-overlay.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.page-title.light-overlay h1 {
  color: #323232;
}

.page-title.light-overlay p {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li a {
  color: #323232;
}

.page-title.light-overlay ul.page-breadcrumb li a:hover {
  color: #21385E;
}

.page-title.light-overlay ul.page-breadcrumb li span {
  color: #21385E;
}

.page-title.dark-overlay {
  position: relative;
  padding-top: 360px;
}

.page-title.dark-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../../images/dark-overlay.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.round-chart {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.round-chart span {
  display: inline-block;
  font-size: 28px;
  z-index: 2;
  font-weight: 600;
  position: absolute;
}

.round-chart i {
  display: inline-block;
  font-size: 28px;
  z-index: 2;
  font-weight: 600;
  position: absolute;
}

.round-chart.white span {
  color: #ffffff;
}

.round-chart.white i {
  color: #ffffff;
}

.pricing-top {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-top: 8px solid #1a1a1a;
  border-radius: 6px;
}

.pricing-prize {
  margin: 30px 0;
}

.pricing-prize h2 span {
  font-size: 18px;
}

.pricing-content {
  width: 70%;
  margin: 40px auto 0;
}

.pricing-content .pricing-table-list ul li {
  line-height: 56px;
  font-weight: 600;
}

.pricing-content .pricing-table-list ul li i {
  width: 25px;
  display: inline-block;
  color: #21385E;
}

.pricing-content .pricing-table-list ul li i.fa-times {
  color: red;
}

.pricing-content .pricing-table-list ul li span {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.09);
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
}

.pricing-content .pricing-table-list ul li span i {
  padding-right: 0;
}

.pricing-table.active {
  margin-top: -7px;
}

.pricing-table.active .pricing-top {
  border-top: 16px solid #21385E;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}

.pricing-table.active .pricing-top a.button {
  padding: 12px 60px;
  font-size: 20px;
}

.pricing-table.active .pricing-prize {
  margin: 30px 0 20px;
}

.pricing-table.boxed {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-top: 8px solid #1a1a1a;
  border-radius: 6px;
}

.pricing-table.boxed .pricing-top {
  box-shadow: none;
  border: 0;
  padding: inherit;
  border-radius: inherit;
  padding: 0;
}

.pricing-table.boxed .pricing-content {
  width: inherit;
  margin: 0;
  margin-top: 20px;
}

.pricing-table.active.boxed {
  border-top: 16px solid #21385E;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}

.price {
  list-style-type: none;
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
}

.price:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.price .header {
  background-color: #111;
  color: #ffffff;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eeeeee;
  font-size: 20px;
}

.price.active .header {
  background: #21385E;
}

.membership-pricing-table {
  width: 100%;
}

.membership-pricing-table table {
  width: 100%;
  border: 1px solid #ebebeb;
}

.membership-pricing-table table .icon-no {
  font-size: 22px;
  color: #a93717;
}

.membership-pricing-table table .icon-yes {
  font-size: 22px;
  color: #209e61;
}

.membership-pricing-table table .plan-header {
  text-align: center;
  font-size: 48px;
  border: 1px solid #e2e2e2;
  padding: 25px 0;
}

.membership-pricing-table table .plan-header-free {
  background-color: #eeeeee;
  color: #555;
}

.membership-pricing-table table .plan-header-blue {
  color: #ffffff;
  background-color: #111;
  border-color: #000;
}

.membership-pricing-table table .plan-header-standard {
  color: #ffffff;
  background-color: #21385E;
  border-color: #21385E;
}

.membership-pricing-table table td {
  text-align: center;
  width: 15%;
  padding: 7px 10px;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 0 #ffffff inset;
  box-shadow: 0 1px 0 #ffffff inset;
  border: 1px solid #ebebeb;
}

.membership-pricing-table table td i.fa-times-circle-o {
  color: red;
}

.membership-pricing-table table tr td:first-child {
  background-color: transparent;
  text-align: right;
  width: 14%;
}

.membership-pricing-table table tr td:nth-child(5) {
  background-color: #ffffff;
}

.membership-pricing-table table tr:first-child td {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.membership-pricing-table table tr:first-child th:first-child {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #e2e2e2;
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
  font-size: 22px;
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
  line-height: 35px;
}

.membership-pricing-table table tr:first-child th .pricing-plan-price &gt; sup {
  font-size: 45%;
}

.membership-pricing-table table tr:first-child th .pricing-plan-price &gt; i {
  font-size: 30%;
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
  margin-top: 10px;
  font-size: 25%;
}

.membership-pricing-table table tr:nth-child(2) td {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.membership-pricing-table table .header-plan-inner {
  position: relative;
}

.membership-pricing-table table .recommended-plan-ribbon {
  box-sizing: content-box;
  background-color: #ffffff;
  color: #21385E;
  position: absolute;
  padding: 3px 6px;
  font-size: 11px !important;
  font-weight: 500;
  left: -6px;
  top: -22px;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 -1px #c2284c inset;
  box-shadow: 0 -1px #ffffff inset;
  text-shadow: 0 -1px #ffffff;
}

.membership-pricing-table table .recommended-plan-ribbon:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 6px 0 0 6px;
  bottom: -5px;
  content: "";
  left: 0;
  position: absolute;
  z-index: 90;
}

.membership-pricing-table table .recommended-plan-ribbon:after {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 6px 6px 0 0;
  bottom: -5px;
  content: "";
  right: 0;
  position: absolute;
  z-index: 90;
}

.membership-pricing-table table .plan-head {
  box-sizing: content-box;
  background-color: #ff9c00;
  border: 1px solid #cf7300;
  position: absolute;
  top: -33px;
  left: -1px;
  height: 30px;
  width: 100%;
  border-bottom: none;
}

.skill {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 40px 0 20px 0;
  background-color: #eceff8;
  border-radius: 4px;
}

.skill:not(:first-child) {
  margin-top: 64px;
}

.skill-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background: #21385E;
  box-shadow: none;
  transition: width .9s ease;
  -webkit-transition: width .9s ease;
  -o-transition: width .9s ease;
  -ms-transition: width .9s ease;
  -moz-transition: width .9s ease;
}

.skill-bar .progress-number {
  color: #363636;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 15px;
  font-weight: 600;
  right: 14px;
}

.skill-bar .progress-type {
  color: #363636;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 15px;
  font-weight: 600;
}

.progress-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background-color: #21385E;
  box-shadow: none;
}

.skill-title {
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -28px;
}

.skill-title &gt; i {
  margin-right: 8px;
}

.text-white .skill {
  background: rgba(255, 255, 255, 0.25);
}

.text-white .skill-title {
  color: #ffffff;
}

.text-white .skill-bar .progress-number {
  color: #ffffff;
}

.text-white .skill-bar .progress-type {
  color: #ffffff;
}

.theme-bg .skill-bar {
  background: #ffffff;
}

.services-text-box-blue .skill-bar {
  background: #ffffff;
}

.skill.skill-big {
  height: 12px;
}

.skill.skill-medium {
  height: 8px;
}

.skill.skill-small {
  height: 3px;
}

.skill.skill-dark .skill-bar {
  background: #363636;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
}

.section-title .title {
  margin-top: 0px;
  position: relative;
}

.section-title .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

.section-title span.theme-bg {
  background: #21385E;
  color: #ffffff;
  padding: 0 15px;
}

.section-title:nth-child(odd) .title-effect::before {
  background: #21385E;
}

.section-title.line .title {
  padding-bottom: 20px;
}

.section-title.line .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #21385E;
  content: "";
}

.section-title.center .title:before {
  left: 50%;
  margin-left: -35px;
}

.section-title.right .title:before {
  right: 0;
  left: inherit;
  margin-left: inherit;
}

.section-title.dark-bg .title {
  color: #ffffff;
}

.section-title.dark-bg .subtitle {
  color: #ffffff;
}

.section-title.dark-bg p {
  color: #ffffff;
}

.section-title.dark-bg span.theme-bg {
  background: #ffffff;
  color: #21385E;
}

.section-title.dark-bg.line .title:before {
  background: #ffffff;
}

.title-effect {
  z-index: 99;
  position: relative;
  display: inline-block;
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.title-effect::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

section:hover .title-effect::before {
  transform: scale3d(1, 1, 1);
}

section:hover .title-effect:nth-child(even) {
  color: #21385E;
}

section:hover .title-effect.dark:nth-child(even) {
  color: #ffffff;
}

section:focus .title-effect::before {
  transform: scale3d(1, 1, 1);
}

section:focus .title-effect:nth-child(even) {
  color: #21385E;
}

section:focus .title-effect.dark:nth-child(even) {
  color: #ffffff;
}

section:nth-child(odd) .title-effect.dark::before {
  background: #ffffff;
}

.section-title.line-dabble .title {
  position: relative;
  padding-bottom: 15px;
}

.section-title.line-dabble .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: #eaeaea;
}

.section-title.line-dabble .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  z-index: 2;
  background: #21385E;
}

.st-content {
  overflow-y: scroll;
  position: relative;
}

.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow-x: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  width: 380px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu .newsletter-box.newsletter-border {
  border-left: 0;
  border-right: 0;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: url("../../images/close.png") 25 25, pointer;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.slide-logo {
  padding: 30px;
}

.slide-logo img {
  height: 50px;
}

.st-menu ul.menu {
  margin: 0;
  padding: 30px;
  list-style: none;
}

.st-menu ul.menu li {
  line-height: 60px;
}

.st-menu ul.menu li a {
  font-size: 30px;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.st-menu ul.menu li a:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 14px;
  background: rgba(132, 186, 63, 0.4);
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.st-menu ul.menu li a:hover {
  opacity: 1;
  width: 100%;
  color: #21385E;
}

.st-menu ul.menu li a:hover:before {
  opacity: 1;
  width: 100%;
  color: #21385E;
}

.st-menu ul.menu li a.active {
  opacity: 1;
  width: 100%;
  color: #21385E;
}

.st-menu ul.menu li a.active:before {
  opacity: 1;
  width: 100%;
  color: #21385E;
}

.slide-footer {
  padding: 30px;
}

.slide-footer .social ul li {
  display: inline-block;
}

.slide-footer .social ul li a {
  font-size: 20px;
  padding-right: 20px;
}

.slide-footer .social ul li.facebook a {
  color: #5d82d1;
}

.slide-footer .social ul li.instagram a {
  color: #521313;
}

.slide-footer .social ul li.twitter a {
  color: #40bff5;
}

.slide-footer .social ul li.pinterest a {
  color: #e13138;
}

.slide-footer .social ul li.behance a {
  color: #1879fd;
}

.slide-footer .social ul li.google a {
  color: #ff0000;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu::after {
  display: none;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.st-effect-2.st-menu {
  z-index: 1;
}

.st-effect-2.st-menu::after {
  display: none;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu::after {
  display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu::after {
  display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-5.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

/* Effect 6: Rotate pusher */
.st-effect-6.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}

.st-effect-6 .st-pusher {
  -webkit-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -o-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -ms-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -moz-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  transform: translate3d(380px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-6.st-menu::after {
  display: none;
}

/* Effect 7: 3D rotate in */
.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Effect 8: 3D rotate out */
.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu::after {
  display: none;
}

/* Effect 9: Scale down pusher */
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}

.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -380px);
  -ms-transform: translate3d(0, 0, -380px);
  -moz-transform: translate3d(0, 0, -380px);
  -o-transform: translate3d(0, 0, -380px);
  transform: translate3d(0, 0, -380px);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu::after {
  display: none;
}

/* Effect 10: Scale up */
.st-effect-10.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-10.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -380px);
  -moz-transform: translate3d(0, 0, -380px);
  -ms-transform: translate3d(0, 0, -380px);
  -o-transform: translate3d(0, 0, -380px);
  transform: translate3d(0, 0, -380px);
}

/* Effect 11: Scale and rotate pusher */
.st-effect-11.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}

.st-effect-11 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -ms-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -moz-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -o-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu::after {
  display: none;
}

/* Effect 12: Open door */
.st-effect-12.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}

.st-effect-12 .st-pusher {
  -webkit-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
  -webkit-transform: rotateY(-10deg);
  -moz-transform: rotateY(-10deg);
  -o-transform: rotateY(-10deg);
  -ms-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu::after {
  display: none;
}

/* Effect 13: Fall down */
.st-effect-13.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-13.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* Effect 14: Delayed 3D rotate */
.st-effect-14.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  -ms-perspective-origin: 0% 50%;
  -o-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-14.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.no-csstransforms3d .st-pusher {
  padding-left: 380px;
}

.no-js .st-pusher {
  padding-left: 380px;
}

/*************************************
             v1.2
**************************************/
/*right-side*/
.st-menu.right-side {
  right: 0;
  left: inherit;
}

.st-effect-1.st-menu.right-side {
  background: #ffffff url(../../images/objects/sidemenu_bg.png) no-repeat;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.st-effect-1.st-menu-open.right-side .st-effect-1.st-menu.right-side {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-1.right-side.st-menu::after {
  display: none;
}

.st-menu.big-side {
  width: 550px;
}

.st-menu.big-side ul.menu {
  padding-bottom: 0px;
}

.st-menu.big-side ul.menu li a {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.st-menu.big-side .right-side-bottom {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.social-icons.width-half ul {
  display: inline-block;
}

.social-icons.width-half ul li {
  width: 49%;
  float: left;
  margin: 0;
}

.social-icons.width-half ul li a {
  text-align: left;
}

.slide-footer-content {
  padding: 30px 30px 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.slide-footer-content p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  font-style: italic;
}

@-webkit-keyframes "toTopFromBottom" {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes "toTopFromBottom" {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes "toTopFromBottom" {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*icon */
.social-icons ul {
  padding: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons li a {
  display: flex;
  height: 32px;
  width: 32px;
  font-size: 16px;
  margin: 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
  background-color: #eeeeee;
  background: transparent;
}

.text-center.social-icons ul {
  display: inline-block;
}

.text-white .social-icons li a {
  color: #ffffff;
}

.social-icons.color a {
  color: #ffffff;
  border: 0;
}

.social-icons.color .social-rss a {
  background-color: #faa33d;
}

.social-icons.color .social-facebook a {
  background-color: #5d82d1;
}

.social-icons.color .social-twitter a {
  background-color: #40bff5;
}

.social-icons.color .social-vimeo a {
  background-color: #35c6ea;
}

.social-icons.color .social-myspace a {
  background-color: #008dde;
}

.social-icons.color .social-youtube a {
  background-color: #ef4e41;
}

.social-icons.color .social-instagram a {
  background-color: #e1326b;
}

.social-icons.color .social-gplus a {
  background-color: #d68400;
}

.social-icons.color .social-stumbleupon a {
  background-color: #ff5c30;
}

.social-icons.color .social-lastfm a {
  background-color: #f34320;
}

.social-icons.color .social-pinterest a {
  background-color: #e13138;
}

.social-icons.color .social-google a {
  background-color: #eb5e4c;
}

.social-icons.color .social-evernote a {
  background-color: #9acf4f;
}

.social-icons.color .social-dribbble a {
  background-color: #f7659c;
}

.social-icons.color .social-skype a {
  background-color: #13c1f3;
}

.social-icons.color .social-forrst a {
  background-color: #45ad76;
}

.social-icons.color .social-linkedin a {
  background-color: #238cc8;
}

.social-icons.color .social-wordpress a {
  background-color: #2592c3;
}

.social-icons.color .social-grooveshark a {
  background-color: #ffb21d;
}

.social-icons.color .social-delicious a {
  background-color: #377bda;
}

.social-icons.color .social-behance a {
  background-color: #1879fd;
}

.social-icons.color .social-dropbox a {
  background-color: #17a3eb;
}

.social-icons.color .social-soundcloud a {
  background-color: #ff7e30;
}

.social-icons.color .social-deviantart a {
  background-color: #6a8a7b;
}

.social-icons.color .social-yahoo a {
  background-color: #ab47ac;
}

.social-icons.color .social-flickr a {
  background-color: #ff48a3;
}

.social-icons.color .social-digg a {
  background-color: #75788d;
}

.social-icons.color .social-blogger a {
  background-color: #ff9233;
}

.social-icons.color .social-tumblr a {
  background-color: #426d9b;
}

.social-icons.color .social-quora a {
  background-color: #ea3d23;
}

.social-icons.color .social-github a {
  background-color: #3f91cb;
}

.social-icons.color .social-amazon a {
  background-color: #ff8e2e;
}

.social-icons.color .social-xing a {
  background-color: #1a8e8c;
}

.social-icons.color .social-wikipedia a {
  background-color: #b3b5b8;
}

.social-icons.color .social-android a {
  background-color: #A4C639;
}

.social-icons.color .social-apple a {
  background-color: #999999;
}

.social-icons.color-hover a:hover {
  color: #ffffff;
  border: 0;
}

.social-icons.color-hover .social-rss a:hover {
  background-color: #faa33d;
}

.social-icons.color-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.color-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.color-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.color-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.color-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.color-hover .social-instagram a:hover {
  background-color: #e1326b;
}

.social-icons.color-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.color-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.color-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.color-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.color-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.color-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.color-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.color-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.color-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.color-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.color-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.color-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.color-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.color-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.color-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.color-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.color-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.color-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.color-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.color-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.color-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.color-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.color-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.color-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.color-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.color-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.color-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.color-hover .social-android a:hover {
  background-color: #A4C639;
}

.social-icons.color-hover .social-apple a:hover {
  background-color: #999999;
}

.social-icons.social-border li a {
  border: 1px solid #eeeeee;
  background: transparent;
}

.social-icons.social-icons-dark li a {
  background: #888;
  color: #ffffff;
}

.social-icons.light li a {
  background: #ffffff;
  color: #333;
  border: 1px solid #eeeeee;
}

.social-icons.rounded li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-icons.medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  margin: 0 10px 10px 0;
}

.social-icons.big li a {
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 18px;
}

.social-icons.color-icon a {
  color: #21385E;
}

.social-icons.color-icon .social-rss a {
  color: #faa33d;
}

.social-icons.color-icon .social-facebook a {
  color: #5d82d1;
}

.social-icons.color-icon .social-twitter a {
  color: #40bff5;
}

.social-icons.color-icon .social-vimeo a {
  color: #35c6ea;
}

.social-icons.color-icon .social-myspace a {
  color: #008dde;
}

.social-icons.color-icon .social-youtube a {
  color: #ef4e41;
}

.social-icons.color-icon .social-instagram a {
  color: #e1326b;
}

.social-icons.color-icon .social-gplus a {
  color: #d68400;
}

.social-icons.color-icon .social-stumbleupon a {
  color: #ff5c30;
}

.social-icons.color-icon .social-lastfm a {
  color: #f34320;
}

.social-icons.color-icon .social-pinterest a {
  color: #e13138;
}

.social-icons.color-icon .social-google a {
  color: #eb5e4c;
}

.social-icons.color-icon .social-evernote a {
  color: #9acf4f;
}

.social-icons.color-icon .social-dribbble a {
  color: #f7659c;
}

.social-icons.color-icon .social-skype a {
  color: #13c1f3;
}

.social-icons.color-icon .social-forrst a {
  color: #45ad76;
}

.social-icons.color-icon .social-linkedin a {
  color: #238cc8;
}

.social-icons.color-icon .social-wordpress a {
  color: #2592c3;
}

.social-icons.color-icon .social-grooveshark a {
  color: #ffb21d;
}

.social-icons.color-icon .social-delicious a {
  color: #377bda;
}

.social-icons.color-icon .social-behance a {
  color: #1879fd;
}

.social-icons.color-icon .social-dropbox a {
  color: #17a3eb;
}

.social-icons.color-icon .social-soundcloud a {
  color: #ff7e30;
}

.social-icons.color-icon .social-deviantart a {
  color: #6a8a7b;
}

.social-icons.color-icon .social-yahoo a {
  color: #ab47ac;
}

.social-icons.color-icon .social-flickr a {
  color: #ff48a3;
}

.social-icons.color-icon .social-digg a {
  color: #75788d;
}

.social-icons.color-icon .social-blogger a {
  color: #ff9233;
}

.social-icons.color-icon .social-tumblr a {
  color: #426d9b;
}

.social-icons.color-icon .social-quora a {
  color: #ea3d23;
}

.social-icons.color-icon .social-github a {
  color: #3f91cb;
}

.social-icons.color-icon .social-amazon a {
  color: #ff8e2e;
}

.social-icons.color-icon .social-xing a {
  color: #1a8e8c;
}

.social-icons.color-icon .social-wikipedia a {
  color: #b3b5b8;
}

.social-icons.color-icon .social-android a {
  color: #A4C639;
}

.social-icons.color-icon .social-apple a {
  color: #999999;
}

.social-icons.text-social li a {
  width: inherit;
  height: inherit;
  font-size: 18px;
  font-weight: bold;
}

.social-icons.text-social li a:hover {
  background: transparent;
}

.tab .nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
}

.tab .nav.nav-tabs li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}

.tab .nav.nav-tabs li a {
  border: none;
  line-height: normal;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #363636;
  border: 1px solid #eeeeee;
}

.tab .nav.nav-tabs li a i {
  padding-right: 5px;
}

.tab .nav.nav-tabs &gt; li &gt; a.active {
  background: #21385E;
  color: #ffffff;
  border-color: transparent;
}

.nav.nav-tabs &gt; li &gt; a.active:focus {
  background: #21385E;
  color: #ffffff;
  border-color: transparent;
}

.nav.nav-tabs &gt; li &gt; a.active:hover {
  background: #21385E;
  color: #ffffff;
  border-color: transparent;
}

.nav-border .nav.nav-tabs li a {
  margin-right: 0;
  border: 1px solid #eeeeee;
  background: transparent;
}

.nav-border .nav.nav-tabs &gt; li &gt; a.active {
  color: #ffffff;
  background: #21385E;
  border-color: #21385E;
}

.nav-border .nav.nav-tabs &gt; li &gt; a.active:focus {
  color: #ffffff;
  background: #21385E;
  border-color: #21385E;
}

.nav-border .nav.nav-tabs &gt; li &gt; a.active:hover {
  color: #ffffff;
  background: #21385E;
  border-color: #21385E;
}

.tab-border .nav.nav-tabs {
  margin-bottom: 0;
}

.tab-border .nav.nav-tabs &gt; li &gt; a.active {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.tab-border .nav.nav-tabs &gt; li &gt; a.active:focus {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.tab-border .nav.nav-tabs &gt; li &gt; a.active:hover {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.tab-border .tab-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  margin-top: -1px;
}

.nav-center .nav.nav-tabs {
  text-align: center;
  display: block;
}

.nav-right .nav.nav-tabs {
  text-align: right;
  display: block;
}

.nav-right .tab-content {
  text-align: right;
}

.round .nav.nav-tabs li a {
  border: none;
  line-height: normal;
  margin-right: 10px;
  border-radius: 90px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #363636;
}

.shadow .nav.nav-tabs &gt; li &gt; a.active {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.shadow .nav.nav-tabs &gt; li &gt; a.active:focus {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.shadow .nav.nav-tabs &gt; li &gt; a.active:hover {
  color: #21385E;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.tab-vertical .nav-tabs {
  float: left;
  width: 25%;
}

.tab-vertical .nav.nav-tabs li {
  display: block;
  width: 100%;
}

.tab-vertical .nav.nav-tabs li a {
  border-right: 0;
  border-top: 0;
  padding: 14px 30px;
}

.tab-vertical .nav.nav-tabs li:first-child a {
  border-top: 1px solid #eeeeee;
}

.tab-vertical .nav.nav-tabs &gt; li &gt; a.active {
  border-bottom: 1px solid #eeeeee;
}

.tab-vertical .nav.nav-tabs &gt; li &gt; a.active:focus {
  border-bottom: 1px solid #eeeeee;
}

.tab-vertical .nav.nav-tabs &gt; li &gt; a.active:hover {
  border-bottom: 1px solid #eeeeee;
}

.tab-vertical .tab-content {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 40px 30px;
  margin-left: 25%;
  line-height: 30px;
  margin-top: 0;
}

.tab-vertical .tab-content p {
  line-height: 30px;
}

.vertical-right .nav-tabs {
  float: right;
}

.vertical-right .nav.nav-tabs li a {
  border-right: 1px solid #eeeeee;
  border-left: 0;
}

.vertical-right .tab-content {
  margin-right: 24.8%;
  margin-left: inherit;
  text-align: right;
}

.tab-dropdown .tab-content {
  margin-top: 30px;
}

.nav-pills &gt; li &gt; a.active {
  background: #21385E;
  color: #ffffff;
}

.nav-pills &gt; li &gt; a.active:focus {
  background: #21385E;
  color: #ffffff;
}

.nav-pills &gt; li &gt; a.active:hover {
  background: #21385E;
  color: #ffffff;
}

.tab.nav-bt .nav li a {
  margin-right: 0px !important;
  border-top: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.tab.nav-bt .nav.nav-tabs &gt; li &gt; a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #363636;
  border-top: 2px solid #21385E;
}

.tab.nav-bl .nav li a {
  margin-right: 0px !important;
}

.tab.nav-bl .nav.nav-tabs &gt; li &gt; a {
  border-left: 4px solid transparent;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.tab.nav-bl .nav.nav-tabs &gt; li &gt; a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #363636;
  border-left: 4px solid #21385E;
  border-bottom: none !important;
}

.tab.nav-br .nav li a {
  margin-right: 0px !important;
}

.tab.nav-br .nav.nav-tabs &gt; li &gt; a {
  border-right: 4px solid transparent;
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.tab.nav-br .nav.nav-tabs &gt; li &gt; a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #363636;
  border-right: 4px solid #21385E;
  border-bottom: none !important;
}

.nav-link {
  color: #21385E;
}

.nav-link:focus,
.nav-link:hover {
  color: #21385E;
}

.team {
  text-align: center;
  overflow: hidden;
}

.team .team-description {
  padding: 20px 20px 10px;
}

.team .team-info h5 {
  text-transform: uppercase;
  line-height: 24px;
}

.team .team-info span {
  font-size: 14px;
  text-transform: uppercase;
}

.team .social-icons {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

.team .team-contact span {
  display: block;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.team .team-contact span i {
  padding-right: 5px;
}

.team .team-contact span.call {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 10px 0;
  color: #21385E;
}

.team.team-hover .social-icons {
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team.team-hover .social-icons ul {
  display: block;
}

.team.team-hover .social-icons li {
  display: block;
  float: none;
  clear: both;
}

.team.team-hover .social-icons li a {
  margin: 3px 0;
  border-radius: 50%;
}

.team.team-hover:hover .social-icons {
  opacity: 1;
  left: 40px;
}

.team.team-hover-2 .social-icons {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team.team-hover-2 .social-icons ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.team.team-hover-2 .social-icons li {
  display: inline-block;
  float: none;
  clear: both;
}

.team.team-hover-2 .social-icons li a {
  margin: 3px 0;
  background: #ffffff;
  color: #323232;
}

.team.team-hover-2:hover .social-icons {
  opacity: 1;
  top: 10%;
}

.team.team-hover-2:hover .team-photo::before {
  background: rgba(132, 186, 63, 0.9);
}

.team.team-hover-2 .team-photo {
  position: relative;
}

.team.team-hover-2 .team-photo::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.6s cubic-bezier(0.68, 0.11, 0.13, 0.98);
}

.team-border .team-description {
  border: 1px solid #eeeeee;
}

.team-bg .team-description {
  background: #f6f7f8;
}

.team-dark .team-description {
  background: #323232;
}

.team-dark .team-info h5 {
  color: #ffffff;
}

.team-dark .team-info span {
  color: #ffffff;
}

.team-dark .team-contact span {
  color: #ffffff;
}

.team-dark .social-icons li a {
  color: #ffffff;
}

.team-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.team-round .team-photo img {
  border-radius: 50%;
}

.team-round-shadow .team-photo img {
  border-radius: 50%;
  width: 90%;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.team-round-small .team-photo img {
  border-radius: 50%;
  width: 50%;
}

.team-round-small-shadow .team-photo img {
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 50%;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.team-round.full-border {
  padding: 10px;
  border: 1px solid #eeeeee;
}

.team-round.full-border .team-contact span.call {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #363636;
}

.team-round.full-border .team-contact span.email {
  font-size: 17px;
  color: #21385E;
}

.team-round.full-border .team-description {
  padding-bottom: 0;
}

.team.team-list {
  clear: both;
}

.team.team-list h5 {
  font-size: #fs-26;
}

.team.team-list .team-info span {
  font-size: 18px;
}

.team.team-list .team-photo {
  float: left;
  width: 40%;
}

.team.team-list .team-description {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-top: 0;
}

.team.team-list.team-hover .social-icons {
  opacity: 1;
  left: inherit;
  top: inherit;
  margin-top: 15px;
}

.team.team-list.team-hover .social-icons li {
  float: left;
}

.team.team-list.team-hover .team-description {
  padding: 30px 20px 50px;
}

.team.team-overlay {
  position: relative;
}

.team.team-overlay .team-description {
  width: 100%;
  padding: 10px 0px;
  position: absolute;
  bottom: 10px;
  display: block;
  margin-top: 0;
  float: left;
  z-index: 9;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team.team-overlay .team-description span {
  display: block;
}

.team.team-overlay:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  ackground: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  top: auto;
  height: 75%;
  transition: all .35s;
}

.team.team-overlay img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team.team-overlay:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.team.team-overlay.team-hover .social-icons {
  display: none;
}

.team.team-overlay.team-hover .team-contact {
  display: none;
}

.testimonial {
  position: relative;
  background: #f9f9f9;
  padding: 85px 50px 45px 70px;
  margin: 45px 0px 4px 0;
  color: #656565;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.testimonial-avatar {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -45px;
  width: 100px;
  height: 100px;
}

.testimonial-avatar img {
  border: 4px solid #21385E;
  max-width: 100%;
  border-radius: 50%;
}

.testimonial-info {
  position: relative;
}

.testimonial-info:before {
  position: absolute;
  top: -15px;
  left: -35px;
  color: #21385E;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 100px;
}

.author-info {
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
}

.author-info strong {
  font-weight: 500;
}

.author-info span {
  font-weight: normal;
  color: #21385E;
  text-transform: none;
}

.testimonial.light {
  background: #ffffff;
}

.text-white .testimonial {
  color: #ffffff;
}

.text-white .testimonial .author-info {
  color: #ffffff;
}

.testimonial.text-white {
  color: #ffffff;
}

.testimonial.clean {
  background: none;
  box-shadow: none;
  padding-bottom: 0;
  padding: 0 50px 25px 70px;
  margin-top: 0;
}

.testimonial.clean .testimonial-avatar {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  margin-left: -65px;
}

.testimonial.text-white.clean .author-info {
  color: #21385E;
}

.testimonial.text-white.clean .author-info span {
  color: #ffffff;
}

.testimonial.text-white.clean .author-info:before {
  background: #ffffff;
}

.testimonial.text-white.clean .testimonial-info:before {
  color: #ffffff;
}

.theme-bg .testimonial.clean {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.theme-bg .testimonial.clean .author-info {
  color: #323232;
}

.theme-bg .testimonial.clean .testimonial-avatar img {
  border-color: #ffffff;
}

.testimonial.left_pos {
  margin: 0px 0px 0px 40px;
  padding: 60px 40px 40px 100px;
  text-align: left;
}

.testimonial.left_pos .testimonial-avatar {
  left: 0;
  margin-top: -50px;
  top: 50%;
}

.testimonial.left_pos .author-info:before {
  margin-left: 0;
  left: 0;
}

.testimonial.bottom_pos {
  padding: 60px 40px 40px 60px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 70px;
}

.testimonial.bottom_pos .testimonial-avatar {
  bottom: -50px;
  top: inherit;
  left: 0px;
  margin-left: 50px;
}

.testimonial.bottom_pos .author-info {
  margin-left: 125px;
}

.testimonial.bottom_pos .author-info:before {
  margin-left: 0;
  left: 0;
}

.testimonial.theme-bg {
  background: #21385E;
  color: #ffffff;
}

.testimonial.theme-bg .testimonial-info:before {
  color: #ffffff;
}

.testimonial.theme-bg .author-info span {
  color: #ffffff;
}

.testimonial.theme-bg .author-info:before {
  background: #ffffff;
}

.testimonial.theme-bg .testimonial-avatar img {
  border-color: #ffffff;
  color: #ffffff;
}

/*************************
      Header
*************************/
.default {
  background: transparent;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

body &gt; .wrapper {
  position: relative;
}

body.modal-open .mega-menu.desktopTopFixed .menu-list-items {
  right: 17px;
  width: auto;
}

.mega-menu * .topbar-social ul {
  text-align: inherit;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.topbar ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
}

.topbar ul li:last-child {
  margin-right: 0px;
}

.topbar ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

.topbar ul li a:hover {
  color: #21385E;
}

.topbar-call ul li i {
  margin-right: 5px;
  color: #21385E;
}

.topbar-call ul li a {
  margin-right: 30px;
  color: #ffffff;
}

.topbar-social {
  position: relative;
}

.topbar-social ul li a {
  margin-left: 5px;
}

.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 12px;
}

.topbar-social ul li:last-child a span {
  margin-right: 0;
}

.menu-bar {
  float: right;
}

.mega-menu .menu-links {
  float: left;
}

.mega-menu .menu-links &gt; li &gt; a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel a {
  color: #555555;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel a:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #f7f7f7;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #323232;
  background: transparent;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #323232;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #f7f7f7;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #323232;
  background: transparent;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #f7f7f7;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down a {
  color: #323232;
}

.mega-menu .menu-links &gt; li.active .drop-down a:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down a i:hover {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down li.active a {
  color: #21385E;
}

.mega-menu .menu-links &gt; li.active .drop-down li.active a i {
  color: #21385E;
}

.mega-menu .menu-logo {
  padding: 25px 0 25px;
}

.mega-menu .menu-logo img {
  height: 40px;
}

.mega-menu .drop-down-multilevel.right-menu {
  right: 0px;
}

.mega-menu &gt; section.menu-list-items {
  padding: 0;
}

.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}

.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.mega-menu .badge {
  color: #ffffff;
}

.mega-menu .drop-down-multilevel li.activeTriggerMobile {
  background: #fafafa;
}

.search-cart {
  display: inline-block;
}

.search-cart i.icon {
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-cart i.icon:hover {
  color: #21385E;
}

.search-cart .search {
  display: inline-block;
  padding-right: 15px;
  padding-left: 10px;
}

.search-cart .shpping-cart {
  display: inline-block;
}

.shpping-cart a {
  position: relative;
}

.shpping-cart strong.item {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 10px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #21385E;
  border-radius: 50%;
}

.search .search-btn {
  display: block;
  height: 20px;
  line-height: 21px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #ffffff;
  -o-transition: color 300ms ease 0s;
  -moz-transition: color 300ms ease 0s;
  -ms-transition: color 300ms ease 0s;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search .search-btn:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search .search-btn:hover {
  color: #21385E;
}

.search .search-box input {
  background: transparent;
  border: 1px solid #eceff8;
  padding-left: 15px;
  border-radius: 3px;
}

.search .search-box input:focus {
  background: transparent;
  border: 1px solid #eceff8;
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 27px;
  top: 27px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search .search-box button:hover {
  color: #21385E;
}

.search.search-open .search-btn:before {
  content: "";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.search-box {
  background: #ffffff;
  display: block;
  margin: 0;
  opacity: 0 !important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.cart {
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 0px;
  right: 0;
  width: 300px;
  border: 1px solid #eceff8;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.cart:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -8px;
}

.cart.cart-open {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.cart-title {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.cart-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
}

.cart-item .cart-image {
  display: table-cell;
  padding-right: 15px;
}

.cart-item .cart-image img {
  height: 40px;
}

.cart-item .cart-name {
  display: table-cell;
  vertical-align: top;
}

.cart-item .cart-name a {
  display: block;
  color: #323232;
}

.cart-item .cart-name a:hover {
  color: #21385E;
}

.cart-item .cart-name span {
  color: #323232;
  display: inline-block;
}

.cart-item .cart-name strong {
  padding-left: 30px;
}

.cart-item .cart-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.cart-item .cart-close a {
  font-size: 14px;
}

.cart-item .cart-close a:hover {
  color: #323232;
}

.cart-price del {
  font-size: 14px;
  background: transparent;
  color: #323232;
  padding-left: 0;
}

.cart-price ins {
  text-decoration: none;
  color: #21385E;
  font-size: 16px;
  font-weight: bold;
}

.cart-total {
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
}

.cart-total h6 {
  text-align: center;
}

.cart-total a {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 18px;
  margin: 0;
}

.cart-total a.button {
  display: inline-block;
}

.cart-total .button + .button {
  margin: 0;
}

.mega-menu.desktopTopFixed .menu-logo {
  padding: 0px;
}

.mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo &gt; li &gt; a img {
  height: 30px;
}

.header.fullWidth .container-fluid {
  padding: 0 60px;
}

.header.light {
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.header.light .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.light .topbar ul li {
  color: #323232;
}

.header.light .topbar ul li a {
  color: #323232;
}

.header.light .mega-menu .menu-links &gt; li &gt; a {
  color: #323232;
}

.header.light .mega-menu .menu-links &gt; li &gt; a:hover {
  color: #21385E;
}

.header.light .mega-menu .menu-links &gt; li.active &gt; a {
  color: #21385E;
}

.header.light .search-cart i.icon {
  color: #323232;
}

.header.light .search-cart i.icon:hover {
  color: #21385E;
}

.header.light .mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
}

.header.light .search .search-btn {
  color: #323232;
}

.header.light .search .search-btn:hover {
  color: #21385E;
}

.header.dark {
  background: #323232;
  position: relative;
}

.header.transparent {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header.left-menu .menu-bar {
  float: none;
}

.header.left-menu .menu-links {
  padding-left: 30px;
}

.header.left-menu .search-cart {
  float: right;
}

.header.logo-center .mega-menu {
  min-height: 170px;
}

.header.logo-center .mega-menu .menu-logo &gt; li {
  float: none;
  line-height: 0;
}

.header.logo-center .mega-menu .menu-logo &gt; li &gt; a {
  float: none;
}

.header.logo-center .mega-menu img {
  float: none;
  margin: 0 auto;
}

.header.logo-center .menu-logo {
  float: none;
  display: block;
  text-align: center;
}

.header.logo-center .menu-bar {
  float: none;
}

.header.logo-center .search-cart {
  float: right;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-logo {
  float: left;
  display: inline-block;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-logo &gt; li &gt; a {
  float: left;
}

.header.logo-center .mega-menu.desktopTopFixed img {
  float: left;
  margin: 0 auto;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-bar {
  float: right;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.header.logo-center .mega-menu.desktopTopFixed .search-cart {
  float: right;
}

.header.fancy {
  background: transparent;
  position: relative;
  border-bottom: 0;
}

.header.fancy .topbar {
  background: #21385E;
  padding: 15px 0px 70px;
}

.header.fancy .topbar .topbar-right li a:hover {
  color: #323232;
}

.header.fancy .topbar + .menu {
  top: 60px;
}

.header.fancy .topbar ul li a:hover {
  color: #323232;
}

.header.fancy .search-cart i.icon {
  color: #323232;
  line-height: 20px;
}

.header.fancy .search-cart i.icon:hover {
  color: #21385E;
}

.header.fancy .topbar-call ul li i {
  color: #ffffff;
}

.header.fancy .mega-menu .menu-logo {
  padding: 26px 0px;
}

.header.fancy .mega-menu &gt; section.menu-list-items {
  background: #ffffff;
  padding: 0px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header.fancy .mega-menu .menu-links &gt; li &gt; a {
  color: #323232;
  line-height: 20px;
}

.header.fancy .mega-menu .menu-links &gt; li &gt; a:hover {
  color: #21385E;
}

.header.fancy .mega-menu .menu-links &gt; li.active &gt; a {
  color: #21385E;
}

.header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 30px;
}

.header.fancy .mega-menu.desktopTopFixed &gt; section.menu-list-items {
  border-bottom: 1px solid #f6f6f6;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links &gt; li &gt; a {
  color: #ffffff;
  color: #323232;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links &gt; li &gt; a:hover {
  color: #21385E;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links &gt; li.active &gt; a {
  color: #21385E;
}

.header.fancy .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-links &gt; li &gt; a {
  line-height: 20px;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-logo &gt; li &gt; a img {
  height: 30px;
}

.header.fancy .mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}

.header.fancy .mega-menu.desktopTopFixed .drop-down.grid-col-5 {
  width: 21.66666666666667%;
}

.header.fancy .search .search-btn {
  color: #323232;
}

.header.fancy .search .search-btn:hover {
  color: #21385E;
}

.header.fancy .search-box {
  margin-top: -6px;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links &gt; li &gt; a:hover,
.header.fancy .mega-menu.desktopTopFixed .menu-links &gt; li.active &gt; a {
  color: #21385E;
}

.header.fancy.without-topbar .menu {
  top: 30px;
}

.header.burger {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 30px 30px;
}

.header.burger .menu-icon {
  font-size: 30px;
  color: #323232;
}

.header.burger .menu-icon:hover {
  color: #21385E;
}

.header.burger .logo {
  display: inline-block;
}

.header.burger .logo img {
  height: 50px;
}

.side-menu-icon {
  display: inline-block;
}

.side-menu-icon .menu-icon {
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
}

.side-menu-icon .menu-icon:hover {
  color: #21385E;
}

.header.text-dark .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.text-dark .topbar ul li {
  color: #323232;
}

.header.text-dark .topbar ul li a {
  color: #323232;
}

.header.text-dark .topbar ul li a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li &gt; a {
  color: #323232;
}

.header.text-dark .mega-menu .menu-links &gt; li &gt; a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active &gt; a {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down a {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down li.active a {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down li a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel a {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active a {
  background: #282828;
  color: #21385E;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #282828;
  color: #21385E;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.header.text-dark .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down-multilevel {
  background: #323232;
}

.header.text-dark .mega-menu .drop-down-multilevel a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-multilevel a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}

.header.text-dark .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down.menu-bg {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
}

.header.text-dark .mega-menu .drop-down-tab-bar {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
  background: #323232;
}

.header.text-dark .mega-menu .drop-down-tab-bar a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-tab-bar a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down-tab-bar i.fa {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down {
  background: #323232;
}

.header.text-dark .mega-menu .drop-down a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down a:hover {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down a:hover i.fa {
  color: #21385E;
}

.header.text-dark .mega-menu .drop-down i.fa {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down.menu-shop-bg {
  background: #323232 url(../images/objects/menu-shop-bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: right;
}

.header.text-dark .search-cart i.icon {
  color: #323232;
}

.header.text-dark .search-cart i.icon:hover {
  color: #21385E;
}

.header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
}

.header.text-dark .search .search-btn {
  color: #323232;
}

.header.text-dark .search .search-btn:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel {
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down.menu-bg {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar i.fa {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down {
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down a:hover i.fa {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down i.fa {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down li.active a {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down li a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active a {
  background: #282828;
  color: #21385E;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #282828;
  color: #21385E;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #21385E;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active i {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .menu-links &gt; li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #21385E;
}

.header.dark-dropdown .mega-menu .drop-down.menu-shop-bg {
  background: #323232 url(../images/objects/menu-shop-bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: right;
}

.header .label.label-default {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-primary {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-success {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-info {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-warning {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-danger {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

#onepagenav .mega-menu .menu-links &gt; li &gt; a {
  text-transform: capitalize;
}

.vertical-menu #onepagenav.menu .mega-menu .menu-links &gt; li {
  display: block;
  float: none;
}

.vertical-menu #onepagenav.menu .mega-menu .menu-links &gt; li &gt; a {
  display: block;
}

.vertical-menu .menu .menu-logo {
  padding: 50px 20px;
}

.vertical-menu .menu .mega-menu .menu-links &gt; li &gt; a {
  padding: 0 23px;
}

.vertical-menu .menu-widgets {
  padding: 20px;
}

.header.topbar-dark .topbar {
  background: #323232;
}

.header.topbar-dark .topbar .topbar-call ul li a {
  color: #ffffff !important;
}

.header.topbar-dark .topbar ul li {
  color: #ffffff !important;
}

.header.topbar-dark .topbar ul li a {
  color: #ffffff !important;
}

header.one-page {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.navbar-inverse {
  background: transparent;
  border: 0;
}

.navbar-inverse .navbar-nav &gt; li {
  padding: 35px 15px;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #ffffff;
  padding: 0;
  text-transform: capitalize;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
  color: #21385E;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a {
  background: transparent;
  color: #21385E;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  background: transparent;
  color: #21385E;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
  background: transparent;
  color: #21385E;
}

.navbar-brand {
  height: auto;
  padding: 25px 0;
}

.navbar {
  min-height: 80px;
  min-height: inherit !important;
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar-nav {
  float: right;
}

.navbar-nav &gt; li &gt; a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar.affix {
  width: 100%;
  background: #323232;
  width: 100%;
  background: #323232;
}

.navbar.affix .navbar-brand {
  padding: 15px 0;
}

.navbar.affix .navbar-brand img {
  height: 30px;
}

.navbar.affix .navbar-nav &gt; li {
  padding: 20px 15px;
}

.vertical-header {
  padding-left: 260px;
}

.vertical-header .container-fluid {
  padding: 0 80px;
}

.vertical-header .navbar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.menu-responsive {
  display: none;
}

.header.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  min-height: 100%;
  background: #212121;
  z-index: 999;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header.vertical-menu .menu-bar {
  float: none;
}

.mega-menu.vertical-left {
  float: none;
}

.mega-menu.vertical-right {
  float: none;
}

.menu-widgets {
  position: absolute;
  bottom: 20px;
}

.menu-widgets .social-icons.social-border li a {
  border: 2px solid;
  line-height: 30px;
}

header.one-page.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #212121;
  width: 260px;
  padding: 30px;
}

header.one-page.vertical-menu .navbar-header {
  float: none;
  margin-bottom: 20px;
}

header.one-page.vertical-menu .navbar-nav {
  float: none;
}

header.one-page.vertical-menu .navbar-nav &gt; li {
  display: block;
  float: none;
}

header.one-page.vertical-menu .navbar-inverse .navbar-nav &gt; li {
  padding: 15px 0px;
}

header.one-page.vertical-menu .navbar-collapse {
  padding: 0;
}

header.one-page.vertical-menu .menu-widgets {
  padding: 0px;
}

header.one-page.light {
  position: relative;
  background: #ffffff;
}

header.one-page.light .navbar {
  margin-bottom: 0;
}

header.one-page.light .navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #323232;
}

header.one-page.light .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
  color: #21385E;
}

header.one-page.light .navbar-inverse .navbar-nav &gt; .active &gt; a {
  background: transparent;
  color: #21385E;
}

header.one-page.light .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  background: transparent;
  color: #21385E;
}

header.one-page.light .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
  background: transparent;
  color: #21385E;
}

header.one-page.light .navbar-inverse .navbar-collapse {
  background: #ffffff;
}

header.one-page.light .navbar-inverse .navbar-form {
  background: #ffffff;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 &gt; li &gt; a {
  padding: 5px 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 &gt; li &gt; a:hover {
  -webkit-box-shadow: inset 178px 0px 0px 0px #21385E;
  -o-box-shadow: inset 178px 0px 0px 0px #21385E;
  -ms-box-shadow: inset 178px 0px 0px 0px #21385E;
  -moz-box-shadow: inset 178px 0px 0px 0px #21385E;
  box-shadow: inset 178px 0px 0px 0px #21385E;
  color: #ffffff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 &gt; .active &gt; a {
  -webkit-box-shadow: inset 178px 0px 0px 0px #21385E;
  -o-box-shadow: inset 178px 0px 0px 0px #21385E;
  -ms-box-shadow: inset 178px 0px 0px 0px #21385E;
  -moz-box-shadow: inset 178px 0px 0px 0px #21385E;
  box-shadow: inset 178px 0px 0px 0px #21385E;
  color: #ffffff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

header.one-page.light .navbar.affix {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.one-page.nav-center .navbar-collapse.collapse {
  text-align: center;
}

.one-page.nav-center .navbar-nav {
  float: none;
  display: inline-block;
}

.one-page.transparent {
  background: rgba(0, 12, 27, 0.5);
}

.one-page.transparent .navbar {
  margin-bottom: 0;
}

.one-page.dark-text .navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #323232;
}

.one-page.dark-text .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav &gt; .active &gt; a {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
  color: #d12326;
}

.one-page.dark-text .navbar.affix {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .mega-menu {
    min-height: inherit;
  }
  .mega-menu &gt; section.menu-list-items {
    float: none;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container &gt; .row {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container &gt; .row &gt; div {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items .menu-bar {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul {
    display: table !important;
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul &gt; li {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .mega-menu &gt; section.menu-list-items .search-cart {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items .search-cart .search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container-fluid {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container-fluid &gt; .row {
    height: 100%;
  }
  .mega-menu &gt; section.menu-list-items &gt; .container-fluid &gt; .row &gt; div {
    height: 100%;
  }
  .mega-menu .drop-down {
    top: 100%;
  }
  .mega-menu .drop-down-tab-bar {
    top: 100%;
  }
  .mega-menu .drop-down-multilevel {
    top: 100%;
  }
  .header.light .mega-menu {
    min-height: 90px;
    min-height: 90px;
  }
  .header .search .search-btn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10px;
    float: none;
    clear: both;
    height: 100%;
  }
  .search .search-btn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-cart .shpping-cart {
    display: table;
    float: left;
    height: 100%;
  }
  .search-cart .side-menu-icon {
    display: table;
    float: left;
    height: 100%;
  }
  .shpping-cart a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .shpping-cart strong.item {
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
  }
  .cart {
    top: 100%;
  }
  .logo-center .mega-menu &gt; section.menu-list-items .menu-bar {
    height: auto;
  }
  .logo-center .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul {
    height: auto;
  }
  .logo-center .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul &gt; li {
    display: inline-block;
  }
  .logo-center .mega-menu &gt; section.menu-list-items .search-cart {
    height: auto;
  }
  .logo-center .mega-menu .drop-down {
    top: auto;
  }
  .logo-center .mega-menu .drop-down-tab-bar {
    top: auto;
  }
  .logo-center .mega-menu .drop-down-multilevel {
    top: auto;
  }
  .logo-center .mega-menu .menu-links &gt; li &gt; a {
    line-height: 72px;
  }
  .logo-center .search-cart i.icon {
    line-height: 72px;
  }
  .logo-center .search-cart .shpping-cart {
    float: right;
  }
  .logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links &gt; li &gt; a {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search .search-btn {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search-cart i.icon {
    line-height: 60px;
  }
  .logo-center .search .search-btn:before {
    top: inherit;
    transform: inherit;
  }
  .logo-center.header .search .search-btn {
    line-height: 72px;
  }
  .vertical-menu .mega-menu &gt; section.menu-list-items .menu-bar {
    height: auto;
  }
  .vertical-menu .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul &gt; li {
    display: block;
  }
  .side-menu-icon .menu-icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  nav#menu.desktopTopFixed {
    min-height: 90px;
  }
  /* Menu Center */
  .menu-center .mega-menu &gt; section.menu-list-items .menu-bar {
    display: flex;
    justify-content: center;
  }
  .menu-center .mega-menu &gt; section.menu-list-items .menu-bar &gt; ul {
    float: none;
  }
  .menu-center .mega-menu &gt; section.menu-list-items .search-cart {
    float: none;
  }
  .menu-center .mega-menu &gt; section.menu-list-items .search-cart .search {
    display: inline-block;
  }
}

.rev-slider {
  overflow: hidden;
  position: relative;
}

.slotholder {
  filter: none !important;
}

.tp-half-one {
  opacity: 1 !important;
  visibility: visible !important;
  transform: inherit !important;
}

/*slider 01*/
#rev_slider_267_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

#rev_slider_267_1 .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

#rev_slider_267_1 .zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#rev_slider_267_1 .zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

#rev_slider_267_1 .zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

#rev_slider_267_1 .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

#rev_slider_267_1 .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

#rev_slider_267_1 .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}

#rev_slider_267_1 .zeus.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}

#rev_slider_267_1 .zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/*slider 02*/
#rev_slider_268_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

#rev_slider_268_1 .dione.tparrows {
  color: #000;
  height: 100%;
  width: 90px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_268_1 .dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

#rev_slider_268_1 .dione .tp-arr-imgwrapper {
  width: 90px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

#rev_slider_268_1 .dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

#rev_slider_268_1 .dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 90px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translatex(-50px);
  -webkit-transform: translatex(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translatex(50px);
  -webkit-transform: translatex(50px);
}

#rev_slider_268_1 .dione.tparrows:before {
  color: 255, 255, 255;
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

#rev_slider_268_1 .dione.tparrows:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
}

#rev_slider_268_1 .dione.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  opacity: 1;
  visibility: visible;
}

/*slider 03*/
#rev_slider_269_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

/*slider 04*/
#rev_slider_270_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: white;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}

/*slider 05*/
#rev_slider_271_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/*slider 06*/
#rev_slider_272_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}

.custom.tparrows:hover {
  background: #000;
}

.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/*slider 07*/
#rev_slider_273_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/*slider 10*/
#rev_slider_275_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

#rev_slider_275_1 .zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid white;
}

#rev_slider_275_1 .zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: white;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

#rev_slider_275_1 .zeus .tp-bullet:hover:after,
#rev_slider_275_1 .zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#rev_slider_275_1 .zeus .tp-bullet-image,
#rev_slider_275_1 .zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 13px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

#rev_slider_275_1 .zeus .tp-bullet-title,
#rev_slider_275_1 .zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#rev_slider_275_1 .zeus .tp-bullet-title {
  color: white;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
}

#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-title,
#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-image,
#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-image,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  right: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title {
  bottom: auto;
  right: 100%;
  margin-right: 10px;
}

#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,
#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
  bottom: auto;
  margin-left: 10px;
  margin-bottom: 0px;
  left: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
  bottom: auto;
  left: 100%;
  margin-left: 10px;
}

#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,
#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
  bottom: auto;
  top: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
  left: 0px;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateX(0px) translateX(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image {
  transform: scale(1) translateY(0px) translateX(-50%);
  -webkit-transform: scale(1) translateY(0px) translateX(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
}

#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
  bottom: auto;
  top: 13px;
  margin-top: 20px;
}

/*index-cafe*/
#rev_slider_9_1 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

#rev_slider_9_1 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_9_1 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

/*index-construction*/
#rev_slider_19_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

#rev_slider_19_1 .metis.tparrows {
  background: white;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_19_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_19_1 .metis.tparrows:before {
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_19_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

/*index-consulting*/
#rev_slider_264_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: white;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}

/*index-interior-design*/
#rev_slider_261_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.hebe.tparrows {
  cursor: pointer;
  background: white;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: white;
  min-width: 70px;
  min-height: 70px;
}

.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hebe.tparrows:hover:before {
  color: #000;
}

.tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scalex(0);
  -webkit-transform: scalex(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

.hebe.tparrows:hover .tp-title-wrap {
  transform: scalex(1);
  -webkit-transform: scalex(1);
}

.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/*index-medical*/
#rev_slider_289_1 .metis.tparrows {
  background: white;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_289_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_289_1 .metis.tparrows:before {
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_289_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

/*index shop 02*/
.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: white;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}

/*index gym*/
#rev_slider_260_1 .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

#rev_slider_260_1 .zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#rev_slider_260_1 .zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

#rev_slider_260_1 .zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

#rev_slider_260_1 .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

#rev_slider_260_1 .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

#rev_slider_260_1 .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}

#rev_slider_260_1 .zeus.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}

#rev_slider_260_1 .zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/*mobile app*/
.hesperiden.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.hesperiden.tparrows:hover {
  background: black;
}

.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/*construction*/
#rev_slider_263_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

/*spa*/
#rev_slider_292_1_wrapper .tp-loader.spinner4 {
  background-color: #e9457a !important;
}

/*************************************
      slider-parallax one page
**************************************/
/*scroll-down*/
@-moz-keyframes "fadebounce" {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes "fadebounce" {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes "fadebounce" {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes "fadebounce" {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes "fadebounce" {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slider-parallax {
  height: 86vh;
  position: relative;
}

.slider-content-middle {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.scroll-down {
  text-align: center;
  width: 34px;
  height: 58px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -17px;
  line-height: 50px;
}

.scroll-down i {
  height: 10px;
  width: 4px;
  background: #ffffff;
  display: inline-block;
  border-radius: 3px;
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.personal-typer-banner span.sub-text {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
}

.personal-typer-banner b {
  border-bottom: 2px solid #21385E;
}

.personal-typer-banner h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  color: #21385E;
}

.personal-typer-banner h1 span {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  transform: rotate(-90deg);
  line-height: 50px;
  position: relative;
  top: -11px;
  left: -20px;
}

.personal-typer-banner h2 {
  border-left: 3px solid #21385E;
  padding-left: 10px;
  margin-top: 20px;
}

.typer-banner h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}

.typer-banner p {
  font-size: 22px;
  line-height: 22px;
}

.slider-content .typer {
  color: #21385E !important;
}

.popup-video-banner h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
}

.popup-video-banner a span {
  margin-left: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  color: #21385E;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup-video-banner a:hover span {
  background: #21385E;
  color: #ffffff;
}

.popup-video-banner a strong {
  padding-left: 10px;
  display: inline-block;
}

#video-background.bg-overlay-black-50:before {
  z-index: 0;
}

.video-background-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}

.video-background-banner .slider-content {
  border: 20px solid #21385E;
  width: 50%;
  margin: 0 auto;
  padding: 60px 30px;
}

.video-background-banner .slider-content span {
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.video-background-banner .slider-content p {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 20px;
}

.portfolio-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}

.portfolio-banner .slider-content {
  background: #ffffff;
  width: 50%;
  margin: 0 auto;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.02);
}

.portfolio-banner .slider-content span {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

.portfolio-banner .slider-content span i {
  line-height: 20px;
}

.portfolio-banner .slider-content h1 {
  font-size: 70px;
  margin-bottom: 0;
}

/*************************************
        home page section
 **************************************/
/*split-section*/
.our-service-home {
  padding-bottom: 230px;
}

.custom-content {
  margin-top: -220px;
  background: #21385E;
  position: relative;
  z-index: 9;
  padding: 50px;
}

.decolines {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.decolines--fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.decoline {
  position: absolute;
}

.feature-step h1 {
  font-size: 60px;
}

.feature-step h3 {
  font-weight: 300;
  margin: 30px 0px 20px;
}

.feature-step a {
  font-size: 14px;
  color: #21385E;
}

.feature-step a:hover {
  color: #323232;
}

.feature-step-2-box {
  padding: 70px 30px;
  z-index: 99;
  position: relative;
}

.feature-step-2.bg-01 {
  background: url(../images/blog/05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-step-2.bg-02 {
  background: url(../images/blog/06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-step-2.bg-03 {
  background: url(../images/blog/09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-step-2.bg-overlay-black-50:before {
  z-index: 0;
}

.feature-step-2 .feature-step-2-title-left {
  opacity: 0.5;
  display: table-cell;
  padding-right: 26px;
}

.feature-step-2 .feature-step-2-title-left h1 {
  font-size: 75px;
  line-height: 60px;
  color: #ffffff;
}

.feature-step-2 h3 {
  margin-bottom: 0;
}

.feature-step-2 h2 {
  font-weight: 200;
  position: relative;
  padding-bottom: 10px;
  font-size: 28px;
}

.feature-step-2 img {
  display: block;
  width: 100%;
}

.feature-step-2 .button {
  margin-top: 20px;
}

.feature-step-2-title-2-right {
  display: table-cell;
  vertical-align: top;
}

.feature-step-2.black-bg .feature-step-2-box {
  position: inherit;
  top: inherit;
  transform: inherit;
  display: inline-block;
}

.feature-step-2.theme-bg .feature-step-2-box {
  position: inherit;
  top: inherit;
  transform: inherit;
  display: inline-block;
}

.service-blog {
  padding-top: 50px;
  padding-right: 25px;
  margin-bottom: 100px;
}

.service-blog p {
  position: relative;
  z-index: 9;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-blog b {
  position: absolute;
  z-index: 0;
  top: -35px;
  font-family: "Poppins", sans-serif;
  right: 0;
  font-size: 300px;
  color: #dde1eb;
  line-height: normal;
  opacity: 0.3;
}

.service-blog ul {
  border-right: 6px solid #21385E;
  padding-right: 20px;
}

.service-blog li {
  color: #626262;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 0 7px;
}

.service-blog.left b {
  left: 0;
  right: inherit;
}

.service-blog.left ul {
  border-left: 6px solid #21385E;
  border-right: 0 none;
  padding-left: 20px;
  padding-right: 0;
}

.split-section {
  position: relative;
  z-index: 10;
}

.split-section .img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.split-section .img-side.img-right {
  right: 0;
}

.split-section .img-side.img-left {
  left: 0;
}

.split-section .img-side {
  right: 0;
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.our-awesome-core .img-side {
  top: 20px;
}

@-webkit-keyframes "sonarEffect" {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}

@-moz-keyframes "sonarEffect" {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}

@keyframes "sonarEffect" {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.who-we-are-left .owl-carousel .owl-dots {
  bottom: 26px;
  position: absolute;
}

.who-we-are-left .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.resume-page .container-fluid {
  padding: 0 70px;
}

.resume-block .resume-icon {
  float: left;
  margin-right: 30px;
}

.resume-block .resume-icon span {
  font-size: 30px;
  line-height: 50px;
  color: #21385E;
}

.resume-block .resume-name {
  display: table-cell;
}

.resume-block .resume-name span {
  color: #9ea8b6;
  font-size: 16px;
}

.resume-contact .g-map {
  padding-top: 120%;
}

.resume-contact .contact-form-main {
  padding: 80px 80px;
}

.resume-contact .footer-widget-social a i {
  color: #ffffff;
  background: rgba(43, 43, 43, 0.12);
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.resume-contact .footer-widget-social a i:hover {
  background: rgba(43, 43, 43, 0.19);
}

.isotope-filters {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}

.isotope-filters button {
  margin: 4px;
  cursor: pointer;
  padding: 6.5px 25px;
  font-size: 15px;
  border-radius: 3px;
  background: transparent;
  color: #363636;
  font-weight: 500;
  border: 1px solid #ccc;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isotope-filters button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.isotope-filters button:hover {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.isotope-filters button.active {
  background: #21385E;
  color: #ffffff;
  border-color: #21385E;
}

.isotope-filters button + button {
  margin-left: 10px;
}

.isotope-filters.text-start {
  display: block;
  margin: 30px 0;
  text-align: left;
}

.isotope {
  margin: 0 -15px 0 0;
}

.isotope .grid-item img {
  width: 100%;
}

.masonry {
  margin: 0 -15px 0 0;
}

.masonry .masonry-item img {
  width: 100%;
}

.isotope.full-screen,
.masonry.full-screen {
  margin: 0;
}

.isotope.full-screen.columns-2 .grid-item,
.isotope.full-screen.columns-3 .grid-item,
.isotope.full-screen.columns-4 .grid-item,
.isotope.full-screen.columns-5 .grid-item {
  padding: 7.5px;
}

.isotope.columns-1 .grid-item {
  width: 100%;
  padding: 0 15px 15px 0;
}

.isotope.columns-2 .grid-item {
  width: 50%;
  padding: 0 15px 15px 0;
}

.isotope.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}

.isotope.columns-4 .grid-item {
  width: 25%;
  padding: 0 15px 15px 0;
}

.isotope.columns-4 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}

.isotope.columns-4 .portfolio-item .portfolio-overlay h6 {
  display: none;
}

.isotope.columns-5 .grid-item {
  width: 20%;
  padding: 0 15px 15px 0;
}

.isotope.columns-5 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}

.isotope.columns-5 .portfolio-item .portfolio-overlay h6 {
  display: none;
}

.isotope.no-padding .grid-item {
  padding: 0 !important;
}

.masonry.no-padding .masonry-item {
  padding: 0 !important;
}

.masonry.columns-2 .masonry-item {
  width: 50%;
  padding: 0 15px 15px 0;
}

.masonry.columns-3 .masonry-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}

.masonry.columns-4 .masonry-item {
  width: 25%;
  padding: 0 15px 15px 0;
}

.masonry.columns-4 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}

.masonry.columns-4 .portfolio-item .portfolio-overlay h6 {
  display: none;
}

.masonry.columns-5 .masonry-item {
  width: 20%;
  padding: 0 15px 15px 0;
}

.masonry.columns-5 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}

.masonry.columns-5 .portfolio-item .portfolio-overlay h6 {
  display: none;
}

.filters-vertical {
  margin: 0;
}

.filters-vertical button {
  display: block;
  margin: 0;
  border: none;
  padding: 6.5px 0px;
  text-align: left;
}

.filters-vertical.isotope-filters button + button {
  margin: 0;
}

.isotope-filters.filters-vertical button.active {
  color: #21385E;
  background: transparent;
}

.isotope-filters.filters-vertical button:hover {
  color: #21385E;
  background: transparent;
}

.portfolio-item.rs-hero {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}

.portfolio-item.rs-hero:before {
  content: none;
}

.portfolio-title {
  padding: 100px 60px 30px;
}

.portfolio-title span {
  display: block;
}

.portfolio-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  border: 0;
  position: relative;
}

.portfolio-item img {
  width: 100%;
  -webkit-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio-item .portfolio-overlay {
  width: 100%;
  background: #21385E;
  padding: 10px 0px;
  position: absolute;
  bottom: -80px;
  display: block;
  margin-top: 0;
  float: left;
  z-index: 9;
  text-align: left;
  padding-left: 30px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item .portfolio-overlay h4 {
  margin-bottom: 5px;
}

.portfolio-item .portfolio-overlay a:hover {
  color: #323232;
}

.portfolio-item .portfolio-overlay span {
  font-weight: 400;
  font-size: 14px;
}

.portfolio-item .portfolio-overlay span a {
  color: #ffffff;
}

.portfolio-item .portfolio-overlay span a:hover {
  color: #323232;
}

.portfolio-item .portfolio-overlay a.tag {
  background: #21385E;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
}

.portfolio-item .portfolio-overlay a.tag:hover {
  background: #323232;
  color: #ffffff;
}

.portfolio-item a.popup {
  position: absolute;
  right: 20px;
  top: -20px;
  color: #ffffff;
  z-index: 9;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #626262;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item a.popup:hover {
  background: #21385E;
  color: #ffffff;
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-item:hover a.popup {
  opacity: 1;
  top: 20px;
}

.portfolio-item:hover .portfolio-overlay {
  bottom: 0;
}

.portfolio-item:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 115%;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-carousel .owl-item .portfolio-item img {
  width: 100%;
}

.owl-carousel img {
  width: 100%;
}

.portfolio-item.only-popup {
  width: 100%;
  text-align: center;
}

.portfolio-item.only-popup a.popup {
  display: inline-block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.no-title .portfolio-item .portfolio-overlay {
  position: inherit;
  bottom: inherit;
  background: #f6f7f8;
}

.no-title .portfolio-item .portfolio-overlay a {
  color: #323232;
}

.no-title .portfolio-item .portfolio-overlay a:hover {
  color: #21385E;
}

.no-title .portfolio-item .portfolio-overlay span {
  color: #323232;
}

.no-title .portfolio-item-2 {
  overflow: visible;
}

.no-title .portfolio-item-2 .portfolio-hover {
  position: inherit;
  border: inherit;
  opacity: 1;
  background: #f6f7f8;
  clear: both;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-name {
  bottom: inherit;
  position: inherit;
  display: inline-block;
  clear: both;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-name span {
  color: #323232;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-name a {
  color: #323232;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-name a:hover {
  color: #21385E;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon {
  bottom: inherit;
  position: inherit;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon a {
  color: #323232;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon a:hover {
  color: #21385E;
}

.no-title .portfolio-item-2:hover .portfolio-hover {
  bottom: inherit;
  background: inherit;
  background: #f6f7f8;
}

.no-title .portfolio-item-2:hover .portfolio-hover .hover-name {
  bottom: inherit;
}

.no-title .portfolio-item-2:hover .portfolio-hover .hover-icon {
  bottom: inherit;
}

.no-title .portfolio-item-2:hover img {
  opacity: 1;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}

.mfp-bottom-bar {
  display: none;
}

.portfolio-home .isotope {
  margin-bottom: 0;
}

.corporate-02-portfolio .portfolio-item .portfolio-overlay a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.corporate-02-portfolio .portfolio-item .portfolio-overlay span a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-item-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.portfolio-item-2:before {
  background: transparent;
}

.portfolio-item-2 .portfolio-hover {
  padding: 20px;
  position: absolute;
  z-index: 99;
  bottom: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item-2 .portfolio-hover .hover-name {
  position: absolute;
  bottom: -10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item-2 .portfolio-hover .hover-name span {
  font-size: 14px;
  color: #ffffff;
  display: block;
}

.portfolio-item-2 .portfolio-hover .hover-name a {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 5px;
}

.portfolio-item-2 .portfolio-hover .hover-name a:hover {
  color: #21385E;
}

.portfolio-item-2 .portfolio-hover .hover-icon {
  position: absolute;
  bottom: -10px;
  right: 30px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.portfolio-item-2 .portfolio-hover .hover-icon a {
  color: #ffffff;
}

.portfolio-item-2 .portfolio-hover .hover-icon a:hover {
  color: #21385E;
}

.portfolio-item-2:hover .portfolio-hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}

.portfolio-item-2:hover .portfolio-hover .hover-name {
  bottom: 30px;
}

.portfolio-item-2:hover .portfolio-hover .hover-icon {
  bottom: 40px;
}

.portfolio-item-2:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item-2 img {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tags h5 {
  display: inline-block;
  padding-right: 20px;
}

.tags ul {
  display: inline-block;
}

.tags li {
  display: inline-block;
}

.tags li a {
  background: #f6f7f8;
  color: #323232;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}

.tags li a:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.share .social ul {
  display: inline-block;
}

.share .social ul li {
  display: inline-block;
  padding: 0px 6px;
}

.share .social ul li a:hover {
  color: #353535;
}

.port-meta ul {
  margin-bottom: 30px;
}

.port-meta li {
  margin-bottom: 20px;
  font-size: 16px;
}

.port-meta li b {
  color: #21385E;
  width: 200px;
  font-weight: 400;
  width: 100px;
  display: inline-block;
}

.port-meta li span {
  font-weight: normal;
}

.port-info p {
  margin-bottom: 0px;
}

.port-navigation {
  padding: 20px 0;
  border-bottom: 1px dashed #d0d0d0;
  border-top: 1px dashed #d0d0d0;
}

.port-navigation a {
  color: #626262;
}

.port-arrow {
  height: 74px;
  width: 40px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}

.port-arrow i {
  text-align: center;
  font-size: 25px;
  line-height: 75px;
}

.port-photo {
  width: 124px;
  height: 77px;
  display: inline-block;
}

.port-photo img {
  width: 100%;
}

.port-post {
  background: #f7f7f7;
  padding: 15px;
}

.port-post-photo {
  width: 170px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.port-post-photo img {
  width: 100%;
}

.port-post-info {
  padding-left: 190px;
}

.port-post-info h3 {
  display: inline-block;
  font-size: 24px;
}

.port-post-info span {
  color: #626262;
}

.port-post-info p {
  margin-top: 10px;
}

.port-post-social strong {
  font-size: 14px;
}

.port-post-social a {
  color: #626262;
  margin-left: 8px;
  font-size: 14px;
}

.port-post-social a:hover {
  color: #21385E;
}

.port-singal .owl-carousel .owl-item img {
  width: 100%;
}

.blog-box {
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.blog-box .post-format-icon {
  text-align: right;
  position: relative;
  z-index: 9;
}

.blog-box .post-format-icon i {
  padding-right: 0;
  font-size: 35px;
  color: #e1e1e1;
}

.blog-box .post-category a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  color: #ffffff;
  background-color: #21385E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.blog-box .border {
  position: absolute;
  background: #21385E;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-box .blog-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center center;
}

.blog-box:hover .blog-box-img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-box:hover .blog-box-img:before {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.blog-info {
  position: relative;
  z-index: 9;
}

.blog-info span {
  color: #626262;
  font-size: 14px;
  margin-right: 6px;
}

.blog-info h4 {
  font-weight: 600;
  font-size: 18px;
}

.blog-info p {
  padding: 0px 0 10px;
  font-size: 14px;
}

a.blog-btn {
  text-align: center;
  font-size: 14px;
  color: #21385E;
  display: block;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

a.blog-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-box.active .blog-box-img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-box.active .blog-box-img:before {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.blog-1:hover h4 {
  color: #ffffff;
}

.blog-1:hover i {
  color: #ffffff;
}

.blog-1:hover span {
  color: #ffffff;
}

.blog-1:hover p {
  color: #ffffff;
}

.blog-1:hover a.blog-btn {
  color: #ffffff;
}

.blog-1:hover .post-category a {
  color: #ffffff;
}

.blog-1:hover .post-format-icon i {
  color: #ffffff;
}

.blog-1.active h4 {
  color: #ffffff;
}

.blog-1.active i {
  color: #ffffff;
}

.blog-1.active span {
  color: #ffffff;
}

.blog-1.active p {
  color: #ffffff;
}

.blog-1.active a.blog-btn {
  color: #ffffff;
}

.blog-1.active .post-category a {
  color: #ffffff;
}

.blog-1.active .post-format-icon i {
  color: #ffffff;
}

.blog-box.blog-2 {
  padding: 0;
  position: relative;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}

.blog-box.blog-2 .blog-info {
  background: #ffffff;
  padding: 30px;
}

.blog-box.blog-2 .blog-box-img {
  opacity: 1;
}

.blog-box.blog-2 .post-format-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}

.blog-box.blog-2 .button.icon-color {
  text-transform: capitalize;
  float: right;
}

.blog-box.blog-2:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.blog-box.blog-2.gray-bg .blog-info {
  background: #f7f7f7;
}

.blog-box.blog-2.gray-bg:hover {
  box-shadow: none;
}

.blog-box.blog-2.transparent .blog-info {
  background: transparent;
  padding: 30px 0;
}

.blog-box.blog-2.transparent .blog-info span {
  color: #ffffff;
}

.blog-entry {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-entry:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.blog-entry .entry-image img {
  width: 100%;
}

.blog-entry .blog-detail {
  background: #ffffff;
  padding: 30px;
  border-top: 0px;
}

.blog-entry .blog-detail .entry-title a {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #353535;
  line-height: 26px;
}

.blog-entry .blog-detail .entry-title a:hover {
  color: #21385E;
}

.blog-entry .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-entry .entry-meta ul li i {
  color: #21385E;
  padding-right: 6px;
}

.blog-entry .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}

.blog-entry .entry-meta ul li a i {
  padding-right: 6px;
  color: #21385E;
}

.blog-entry .entry-meta ul li a:hover {
  color: #21385E;
}

.blog-entry .social strong {
  display: inline-block;
  margin-right: 10px;
}

.blog-entry .social ul {
  display: inline-block;
}

.blog-entry .social ul li {
  display: inline-block;
  padding: 0px 6px;
}

.blog-entry .social ul li a:hover {
  color: #353535;
}

.blog-entry .entry-button {
  display: inline-block;
}

.blog-entry .entry-share {
  margin-top: 20px;
  display: block;
}

.blog-entry .grid-post li {
  float: left;
  width: 50%;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  list-style: none;
}

.blog-entry .grid-post li img {
  width: 100%;
}

.blog-entry .grid-post li .portfolio-item {
  width: 100%;
}

.blog-entry .blog-entry-audio {
  padding: 136px 20px;
  background: url(../images/blog/04.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-entry.blockquote {
  background: #21385E;
  border: 0px;
  padding: 36px 30px;
}

.blog-entry.blockquote blockquote {
  background: #21385E;
  border-left: 0px;
  color: #ffffff;
  padding: 0px;
  position: relative;
  margin-top: 0 !important;
  padding-top: 60px;
}

.blog-entry.blockquote blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: -20px;
}

.blog-entry.blockquote .blog-detail {
  border: 0px;
  background: #21385E;
  padding: 0px;
}

.blog-entry.blockquote .blog-detail .entry-title a {
  color: #ffffff;
}

.blog-entry.blockquote .blog-detail .entry-title a:hover {
  color: #323232;
}

.blog-entry.blockquote .social ul li a {
  color: #ffffff;
}

.blog-entry.blockquote .social ul li a:hover {
  color: #323232;
}

.blog-entry.blockquote .entry-meta ul li a {
  color: #ffffff;
}

.blog-entry.blockquote .entry-meta ul li a i {
  color: #ffffff !important;
}

.blog-entry.blockquote .entry-meta ul li a:hover {
  color: #323232;
}

.blog-entry.blockquote .entry-meta ul li i {
  color: #ffffff;
}

.blog-entry.blockquote .button.arrow.white:hover {
  color: #323232;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}

.js-video embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.js-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.js-video object {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.js-video.widescreen {
  padding-bottom: 34.34%;
}

.js-video.big {
  padding-top: 30px;
}

.blog-grid-3-column .blog-entry .blog-entry-audio {
  padding: 63px 20px;
}

.blog-grid-2-sidebar .blog-entry .blog-entry-audio {
  padding: 96px 20px;
}

.service-image-holder {
  position: relative;
  height: 496px;
}

.service-image-holder .section-title-2 {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}

.services-text-box {
  background: #ffffff;
  padding: 10% 15%;
}

.services-text-box-black {
  background: #323232;
  padding: 80px 50px !important;
}

.services-text-box-green {
  background: #21385E;
  padding: 80px 50px !important;
}

.creativity h1 {
  line-height: 65px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
}

.creativity p {
  font-size: 30px;
}

.creativity .button {
  display: inline-block;
  float: none;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

#formmessage {
  display: none;
}

.contact-form .section-field {
  position: relative;
  width: 31.3%;
  margin-right: 3%;
  float: left;
}

.contact-form .section-field:nth-child(3) {
  margin-right: 0px;
}

.contact-form .section-field:nth-child(6) {
  margin-right: 0px;
}

.contact-form .form-control {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form textarea.form-control {
  width: 100%;
}

.contact-box.contact-box-top {
  margin-top: -1px;
  position: relative;
}

.touch-in .contact-box {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  display: inline-block;
  margin-bottom: 0;
  padding: 60px 20px;
  width: 100%;
}

.contact-box i {
  background: #21385E;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  font-size: 34px;
  color: #ffffff;
  display: inline-block;
}

.contact-box .contact-icon {
  display: table-cell;
  padding-right: 20px;
}

.contact-box .contact-icon i {
  background: transparent;
  line-height: normal;
  font-size: 34px;
  height: auto;
  width: auto;
}

.contact-box .contact-info {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  background: none;
}

.section-field.textarea {
  width: 100%;
}

.g-recaptcha.section-field {
  width: 100%;
  margin-bottom: 20px;
}

.contact-box.theme-bg .contact-icon i {
  color: #ffffff !important;
}

.contact-2 .addresss-info p {
  color: #ffffff;
}

.contact-2 .addresss-info i {
  color: #ffffff;
}

.contact-2 .addresss-info li {
  color: #ffffff;
}

.contact-2 .contact-add {
  padding: 80px 0;
}

.contact-2 .contact-add i {
  font-size: 40px;
}

.contact-2 .g-map {
  padding-top: 100%;
}

.contact-3 .g-map {
  padding-top: 101%;
}

.contact-3 .contact-add {
  padding: 80px 15px;
}

.contact-3 .contact-add i {
  font-size: 40px;
  color: #21385E;
}

.contact-3 .contact-form .section-field {
  width: 100%;
}

.contact-3 .theme-bg.contact-add i {
  color: #ffffff !important;
}

.map-side {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}

.map-side.map-right {
  left: auto;
  right: 0;
}

.contact-social ul li {
  display: inline-block;
}

.contact-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #323232;
  background: #eceff8;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 5px;
}

.contact-social ul li a:hover {
  background: #353535 !important;
  color: #ffffff;
}

.footer-contact {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  margin-top: -220px;
  padding: 60px 0;
}

.footer-contact .footer-nav ul li a {
  color: #353535;
}

.footer-contact .footer-nav ul li a:hover {
  color: #2046f2;
}

.footer-contact .contact-box {
  text-align: center;
}

.footer-contact .contact-box .contact-icon {
  display: block;
  padding-right: 0;
  color: #2046f2;
}

.footer-contact .contact-box .contact-icon i {
  background: transparent;
  color: #21385E;
  margin-bottom: 10px;
}

.footer-contact .contact-box .contact-info {
  display: block;
  background: none;
  padding: 0;
  width: 100%;
}

.footer-contact .contact-box .contact-info .section-title {
  margin-bottom: 0px;
}

.footer-contact .contact-box .contact-info h5 {
  color: #353535;
}

.footer-contact .social ul {
  background: #f6f7f8;
}

.footer-contact .social ul li a i {
  color: #353535;
}

.footer-contact .social ul li a i:hover {
  color: #2046f2;
}

.footer-contact .usefull-link ul li a {
  color: #353535;
}

.footer-contact .usefull-link ul li a:hover {
  color: #2046f2;
}

.footer.footer-topbar hr {
  border-color: #d9d9d9;
}

.footer.footer-topbar img#logo-footer {
  height: 34px;
  margin-bottom: 10px;
}

.footer.footer-topbar .copyright ul li {
  color: rgba(255, 255, 255, 0.5) !important;
}

.our-clients.theme-bg {
  padding: 60px 0 170px;
}

.footer-Newsletter {
  display: inline-block;
  width: 100%;
}

.footer-Newsletter .form-control {
  border-left: 0px;
  height: 50px;
  border-radius: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-Newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-Newsletter .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-Newsletter .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-Newsletter .form-control:focus {
  border: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}

.footer-Newsletter .button.button-border {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-Newsletter .button.button-border:hover {
  color: #ffffff;
}

.footer-Newsletter .button.button-border:focus {
  border-color: transparent;
}

.history-main {
  width: 100%;
}

.liner {
  background: #ffffff;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 96%;
  z-index: 1;
  position: relative;
}

.liner i {
  position: absolute;
  right: -2px;
  top: -9px;
  color: #ffffff;
}

.history-content {
  list-style: outside none none;
  padding: 125px 0;
  width: auto;
}

.history-1 {
  position: relative;
  left: 45px;
}

.history-2 {
  position: relative;
  margin-left: 30%;
}

.history-3 {
  position: relative;
  margin-left: 58%;
}

.history-4 {
  position: relative;
  margin-left: 95%;
}

.history-line {
  background: #ffffff;
  height: 60px;
  left: 3px;
  position: absolute;
  top: -75px;
  width: 2px;
  z-index: 9;
}

.history-time-lin {
  position: relative;
  top: 10px;
  z-index: 2;
}

.history-time-lin:before {
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -5px;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.history-time-lin:after {
  border: 2px solid #ffffff;
  background: #000;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: -5px;
  position: absolute;
  width: 30px;
  left: -10px;
  top: -25px;
}

.history-item {
  left: -20px;
  position: absolute;
  top: -125px;
}

.history-item a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
}

.history-5 {
  position: relative;
  margin-left: 15%;
}

.history-6 {
  position: relative;
  margin-left: 53%;
}

.history-7 {
  position: relative;
  margin-left: 78%;
}

.history-line-2 {
  background: #ffffff none repeat scroll 0 0;
  height: 60px;
  left: 3px;
  position: absolute;
  top: 15px;
  width: 2px;
  z-index: 9;
}

.history-item-2 {
  left: -20px;
  position: absolute;
  top: 75px;
}

.history-item-2 a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
}

.our-history .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.our-history .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e6e6e6;
  left: 50%;
  margin-left: -0.5px;
}

.our-history .timeline &gt; li {
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}

.our-history .timeline &gt; li:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}

.our-history .timeline &gt; li:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}

.our-history .timeline &gt; li &gt; .timeline-panel {
  width: 46%;
  float: left;
  padding: 15px 00px 25px 00px;
  position: relative;
}

.our-history .timeline &gt; li &gt; .timeline-panel:before {
  position: absolute;
  top: 23px;
  right: -25px;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #e6e6e6;
  content: " ";
}

.our-history .timeline &gt; li &gt; .timeline-badge {
  color: #ffffff;
  width: 18px;
  height: 18px;
  line-height: 10px;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  border: 3px solid #21385E;
  margin-left: -9px;
  background-color: #ffffff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px white;
  -moz-box-shadow: 0px 0px 5px white;
  box-shadow: 0px 0px 5px white;
}

.our-history .timeline &gt; li &gt; .timeline-badge p {
  width: 200px;
  margin-top: -9px;
  margin-left: 25px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.our-history .timeline &gt; li.timeline-inverted {
  text-align: left;
}

.our-history .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
  float: right;
}

.our-history .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -32px;
  right: auto;
}

.our-history .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.our-history .timeline &gt; li.timeline-inverted .timeline-badge p {
  text-align: right;
  float: right;
  margin-right: 25px;
}

.our-history .timeline .timeline-arrow {
  position: absolute;
  width: 100%;
  left: 0.5px;
  right: 0;
  text-align: center;
  color: #e6e6e6;
  bottom: -29px;
}

.our-history .timeline-body &gt; p {
  margin-bottom: 0;
}

.our-history .timeline-body &gt; p + p {
  margin-top: 5px;
}

.our-history .timeline-body &gt; ul {
  margin-bottom: 0;
}

.our-service {
  position: relative;
  padding-bottom: 280px;
  z-index: 1;
}

.objects-left {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: -1;
}

.objects-left .objects-1 {
  position: absolute;
  left: 50px;
  top: 0;
}

.objects-left .objects-2 {
  position: absolute;
  left: 100px;
  bottom: 170px;
}

.objects-left .objects-3 {
  position: absolute;
  left: 50%;
  bottom: 150px;
  margin-left: -150px;
}

.objects-right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 80px;
  z-index: -1;
}

.objects-right .objects-4 {
  position: absolute;
  right: 0px;
  top: 0;
}

.objects-right .objects-5 {
  position: absolute;
  right: 0px;
  bottom: 170px;
}

.objects-right .objects-bottom {
  position: absolute;
  right: 0px;
  bottom: 0;
}

.sidebar-widget p {
  margin-bottom: 0px;
}

.sidebar-widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar-widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.sidebar-widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-widget .recent-post .recent-post-info {
  overflow: hidden;
}

.sidebar-widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #323232;
}

.sidebar-widget .recent-post .recent-post-info a:hover {
  color: #21385E;
}

.sidebar-widget .recent-post .recent-post-info span {
  color: #21385E;
  font-style: italic;
  font-size: 14px;
}

.sidebar-widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.sidebar-widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-widget .widget-categories li {
  display: block;
  margin-bottom: 6px;
}

.sidebar-widget .widget-categories li a {
  font-size: 14px;
  color: #626262;
  line-height: 32px;
  display: block;
}

.sidebar-widget .widget-categories li a:hover {
  color: #21385E;
}

.sidebar-widget .widget-categories li a:hover i {
  border-color: #21385E;
  color: #21385E;
}

.sidebar-widget .widget-categories li i {
  font-size: 16px;
  line-height: 17px;
  padding-left: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.sidebar-widget .widget-link li {
  display: block;
  margin-bottom: 6px;
}

.sidebar-widget .widget-link li a {
  font-size: 14px;
  color: #626262;
  line-height: 32px;
  display: block;
}

.sidebar-widget .widget-link li a:hover {
  color: #21385E;
}

.sidebar-widget .widget-link li i {
  font-size: 16px;
  line-height: 17px;
  padding-left: 2px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.sidebar-widget .widget-tags li {
  display: inline-block;
}

.sidebar-widget .widget-tags li a {
  background: #f6f7f8;
  color: #323232;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}

.sidebar-widget .widget-tags li a:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.sidebar-widget .testimonial-widget .testimonial-content {
  background: #f6f7f8;
  padding: 20px;
  font-style: italic;
  border-radius: 5px;
  position: relative;
}

.sidebar-widget .testimonial-widget .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #f6f7f8 transparent transparent transparent;
}

.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar {
  display: table-cell;
  padding-right: 20px;
}

.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name {
  display: table-cell;
  vertical-align: top;
}

.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name span {
  display: block;
  font-style: italic;
  font-size: 14px;
}

.sidebar-widget .testimonial-widget .testimonial-info:before {
  display: none;
}

.sidebar-widget .widget-gallery ul li {
  float: left;
  width: 58px;
  margin: 2px;
  list-style: none;
}

.sidebar-widget .widget-newsletter {
  background: #f6f7f8;
  padding: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.sidebar-widget .widget-newsletter .newsletter-icon {
  position: absolute;
  right: 0;
  top: -16px;
}

.sidebar-widget .widget-newsletter .newsletter-icon i {
  font-size: 100px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.05);
}

.sidebar-widget .widget-newsletter .form-control {
  background: #ffffff;
  box-shadow: none;
}

.sidebar-widget .widget-clients .item {
  background: #f6f7f8;
  padding: 30px 30px;
}

.sidebar-widget .recent-item {
  margin-bottom: 20px;
}

.sidebar-widget .recent-item .recent-image {
  display: table-cell;
  padding-right: 10px;
  width: 50px;
  float: left;
}

.sidebar-widget .recent-item .recent-info {
  display: table-cell;
  vertical-align: top;
}

.sidebar-widget .recent-item .recent-title a {
  color: #353535;
  font-weight: bold;
}

.sidebar-widget .recent-item .recent-title a:hover {
  color: #21385E;
}

.sidebar-widget .recent-item .recent-meta li {
  display: inline-block;
  color: #353535;
}

.sidebar-widget .recent-post.medium .recent-post-image {
  width: 150px;
}

.sidebar-widget .recent-post.medium .recent-post-image img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.widget-search {
  position: relative;
}

.widget-search input {
  padding-right: 30px;
  color: #353535;
  box-shadow: none;
  background: #f6f7f8;
}

.widget-search input:focus {
  border-color: #21385E;
}

.widget-search i {
  position: absolute;
  right: 0px;
  padding: 16px 22px;
  font-size: 14px;
  color: #626262;
  cursor: pointer;
}

.opening-time ul li {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #262626;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.opening-time ul li:last-child {
  border-bottom: 0;
}

.about-me .custom-content {
  margin-top: 0px;
}

.about-me .maintenance-progress-bar {
  margin: 0;
}

.about-me .maintenance-progress-bar .progress-bar {
  margin: 0 44px;
}

.about-me .portfolio-item {
  width: 100%;
}

.about-me .contact-me p {
  color: #363636;
  margin: 15px 0;
  display: table;
}

.about-me .contact-me i {
  float: left;
  color: #21385E;
  margin-right: 15px;
  line-height: 23px;
  width: 20px;
}

.about-me .follow-me ul {
  margin-top: 20px;
}

.about-me .follow-me li {
  display: inline-block;
}

.about-me .follow-me li a {
  background: #e4e4e4;
  color: #21385E;
  border-radius: 3px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
}

.about-me .follow-me li a:hover {
  background: #21385E;
  color: #ffffff;
}

.maintenance-progress-bar .progress-bar .rotate {
  background: #21385E !important;
}

.maintenance-progress-bar .progress-bar .right {
  background: #21385E !important;
}

.team-details .social {
  display: table;
  float: right;
}

.team-details .social li a {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  color: #21385E;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-left: 0px;
  text-align: center;
  width: 35px;
}

.team-details .social li a:hover {
  background: #21385E;
  color: #ffffff;
}

.team-details .info i {
  color: #f7f7f7;
  font-size: 126px;
  left: 0;
  position: absolute;
  z-index: 0;
}

.team-details .info p {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  padding-left: 64px;
  position: relative;
  z-index: 9;
}

.pagination {
  margin: 0px;
}

.pagination li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px !important;
  color: #626262;
  border-radius: 3px;
}

.pagination li a:focus {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #21385E;
  color: #ffffff;
}

.pagination li a:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #21385E;
  color: #ffffff;
}

.pagination li span:focus {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #21385E;
  color: #ffffff;
}

.pagination li span:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #21385E;
  color: #ffffff;
}

.pagination &gt; li:first-child &gt; a {
  border-radius: 3px;
}

.pagination &gt; li:first-child &gt; span {
  border-radius: 3px;
}

.pagination &gt; li:last-child &gt; a {
  border-radius: 3px;
}

.pagination &gt; li:last-child &gt; span {
  border-radius: 3px;
}

.pagination &gt; li &gt; a {
  background: #f6f7f8;
  border: 0px;
  text-align: center;
}

.pagination &gt; li &gt; span {
  background: #f6f7f8;
  border: 0px;
  text-align: center;
}

.pagination &gt; .active &gt; a {
  color: #626262;
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination &gt; .active &gt; a:hover {
  color: #626262;
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination &gt; .active &gt; a:focus {
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination &gt; .active &gt; span {
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination &gt; .active &gt; span:focus {
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination &gt; .active &gt; span:hover {
  background-color: #21385E;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.dataTables_paginate li.paginate_button.previous a {
  width: inherit;
  height: inherit;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.dataTables_paginate li.paginate_button.next a {
  width: inherit;
  height: inherit;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.blog .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.blog .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #f7f7f7;
  left: 50%;
  margin-left: -1.5px;
}

.blog .timeline &gt; li {
  margin-bottom: 20px;
  position: relative;
  width: 46%;
  float: left;
  clear: left;
}

.blog .timeline &gt; li:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}

.blog .timeline &gt; li:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}

.blog .timeline &gt; li &gt; .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  position: relative;
  border: 1px solid #f7f7f7;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .timeline &gt; li &gt; .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f7f7f7;
  border-right: 0 solid #f7f7f7;
  border-bottom: 15px solid transparent;
  content: " ";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .timeline &gt; li &gt; .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.blog .timeline &gt; li &gt; .timeline-badge {
  color: #ffffff;
  width: 54px;
  height: 54px;
  line-height: 18px;
  padding: 6px;
  font-size: 22px;
  border: 4px solid #f7f7f7;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  color: #f7f7f7;
  top: 16px;
  right: -73px;
}

.blog .timeline &gt; li &gt; .timeline-badge span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.blog .timeline &gt; li:nth-child(2) {
  margin-top: 60px;
}

.blog .timeline &gt; li:nth-child(3) {
  margin-top: 60px;
}

.blog .timeline &gt; li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
  float: right;
}

.blog .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.blog .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.blog .timeline &gt; li.timeline-inverted &gt; .timeline-badge {
  left: -73px;
}

.blog .timeline .entry-title i {
  font-size: 24px;
}

.blog .timeline li.timeline-inverted .timeline-panel:after {
  top: 98px;
}

.blog .timeline li.timeline-inverted .timeline-panel:before {
  top: 97px;
}

.blog .timeline li.entry-date {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.blog .timeline li.entry-date span {
  background: #f7f7f7;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 30px;
}

.blog .timeline li.entry-date-bottom {
  bottom: -30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.blog .timeline li.entry-date-bottom a {
  background: #f7f7f7;
  padding: 7px 10px;
  color: #363636;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 30px;
}

.blog .timeline li.entry-date-bottom a:hover {
  background: #21385E;
  color: #ffffff;
}

.blog .timeline li:hover .timeline-panel {
  border-color: #21385E;
}

.blog .timeline li:hover .timeline-panel:before {
  border-left-color: #21385E;
  border-right-color: #21385E;
}

.blog .timeline li:hover .timeline-badge {
  background: #21385E;
  border-color: #21385E;
}

.blog .timeline li:hover .timeline-badge a {
  color: #ffffff;
}

.blog .timeline-title {
  margin-top: 0;
  color: inherit;
}

.blog .timeline-body &gt; p {
  padding: 20px;
  margin-bottom: 0;
}

.blog .timeline-body &gt; p + p {
  margin-top: 5px;
}

.blog .timeline-body &gt; ul {
  padding: 20px;
  margin-bottom: 0;
}

.blog .timeline-footer {
  padding: 20px;
  background-color: #f4f4f4;
}

.blog .timeline-footer &gt; a {
  cursor: pointer;
  text-decoration: none;
}

.blog .timeline-inverted .timeline-badge {
  margin-top: 70px;
}

.blog .blog.timeline .entry-quote p {
  font-size: 16px;
}

.blog .timeline li:nth-child(2) {
  margin-top: 60px;
}

.blog .timeline li:nth-child(3) {
  margin-top: 60px;
}

.blog.timeline-sidebar .timeline &gt; li {
  width: 89%;
}

.blog.timeline-sidebar .timeline &gt; li:nth-child(3) {
  margin-top: 30px;
}

.blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
  width: 50%;
}

.blog.timeline-sidebar .timeline li .share ul li {
  width: auto;
}

.blog.timeline-sidebar .timeline:before {
  left: 54px;
}

.blog.timeline-sidebar .timeline li.entry-date {
  text-align: left;
  top: 3px;
}

.blog.timeline-sidebar .timeline li.entry-date span {
  font-size: 14px;
  padding: 10px 25px;
}

.blog.timeline-sidebar .timeline li.entry-date-bottom {
  text-align: left;
  bottom: -48px;
}

.blog.timeline-sidebar .timeline li.entry-date-bottom a {
  font-size: 14px;
  padding: 10px 25px;
}

.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
  left: -66px;
}

.blog.timeline-sidebar .timeline &gt; li.timeline-inverted {
  margin-bottom: 0px;
}

.blog-single .blog-entry {
  box-shadow: none;
}

.blog-single .blog-entry .blog-detail {
  padding: 0;
  margin-top: 20px;
}

.blog-single .blockquote {
  font-style: italic;
  line-height: 30px;
  background: #f6f7f8 !important;
}

.blog-single .blog-entry.blockquote blockquote {
  background: #f6f7f8;
  color: #626262;
}

.blog-single .blog-entry.blockquote blockquote cite {
  color: #21385E;
}

.blog-single .blog-entry.blockquote blockquote:before {
  color: #323232;
  top: 20px;
}

.blog-single .entry-share .tags {
  display: inline-block;
}

.page-item.active .page-link {
  background: #21385E;
  border-color: #21385E;
}

.comments-1 .comments-photo {
  width: 106px;
  height: auto;
  float: left;
  border: 5px solid #f7f7f7;
  margin-right: 20px;
}

.comments-1 .comments-photo img {
  width: 100%;
}

.comments-1 .comments-info {
  display: table;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}

.comments-1 .comments-info h4 {
  display: inline-block;
}

.comments-1 .comments-info span {
  font-size: 13px;
  color: #626262;
}

.comments-1 .comments-info a {
  color: #21385E;
}

.comments-1 .comments-info a:hover {
  color: #363636;
}

.comments-1.comments-2 {
  padding-left: 127px;
}

.comments-1.comments-2 .comments-info {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
}

.error-block {
  position: relative;
  z-index: 9;
  padding: 20px 0 130px 0px;
}

.error-block .error-text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  z-index: -1;
}

.error-block .error-text h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.error-block .error-text span {
  display: inline-block;
  position: absolute;
  right: -86px;
  top: 109px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 124px;
  line-height: 90px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.error-block h1 {
  font-size: 87px;
  padding-top: 110px;
}

.error-block p {
  font-size: 33px;
}

.error-text-02 {
  position: relative;
  text-align: center;
}

.error-text-02 h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  left: -70px;
  top: 0;
}

.error-text-02 span {
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 109px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 117px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.error-middle {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}

.coming-soon {
  background: transparent;
}

.coming-soon .coming-soon-form input {
  color: #626262;
}

.coming-soon-countdown ul.countdown {
  list-style: none;
  margin: 75px 0;
  padding: 0;
  display: block;
  text-align: center;
}

.coming-soon-countdown ul.countdown li {
  display: inline-block;
  width: 24%;
}

.coming-soon-countdown ul.countdown li span {
  font-size: 90px;
  font-weight: bold;
  line-height: 80px;
  color: #21385E;
}

.coming-soon-countdown ul.countdown li p {
  color: #626262;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.coming-soon-form input {
  width: 50%;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}

.coming-soon-form.contact-form input {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.coming-soon-middle {
  padding: 100px;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}

.register-form .section-field {
  display: block;
}

.register-form .field-widget {
  position: relative;
}

.register-form .field-widget input {
  width: 100%;
  margin-bottom: 20px;
}

.register-form .field-widget select {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}

.register-form .field-widget input.gui-input {
  padding-left: 140px;
}

.register-form .field-widget .button {
  background: #666666;
  height: 46px;
  left: 0;
  margin: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 115px;
  border: 0;
  line-height: 26px;
}

.register-form .nice-select {
  float: none;
  margin-bottom: 20px;
  background: #f6f7f8;
  border: 0;
}

.remember-checkbox a {
  color: #21385E;
}

.remember-checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}

.remember-checkbox label:before {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 0;
  padding-left: 2px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  content: "";
  height: 20px;
  margin-top: 3px;
  width: 20px;
  color: #21385E;
  border-color: #21385E;
}

.remember-checkbox label:after {
  content: '\f00c';
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.remember-checkbox input[type="checkbox"] {
  display: none;
}

.remember-checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1;
  color: #21385E;
}

.remember-checkbox after:before {
  color: #21385E;
}

label:after {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 0;
  padding-left: 2px;
  border-radius: 3px;
}

.full-height-bg {
  height: 100vh;
}

.login-social li {
  display: inline-block;
  margin: 2px 0px;
}

.login-social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-social li a.fb {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  background: #4c70ad;
  border-radius: 3px;
}

.login-social li a.fb:hover {
  background: #21385E;
}

.login-social li a.twitter {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  background: #25b6e6;
  border-radius: 3px;
}

.login-social li a.twitter:hover {
  background: #21385E;
}

.login-social li a.pinterest {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  background: #dd4b39;
  border-radius: 3px;
}

.login-social li a.pinterest:hover {
  background: #21385E;
}

.login-social li i {
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}

.section-transparent {
  background: transparent;
}

.login-bg {
  background: #ffffff;
}

.login-bg .login-title {
  background: #21385E;
  padding: 30px;
}

.login-bg .login-form {
  padding: 40px 30px;
}

.login-bg .login-social {
  padding: 30px;
  background: #f6f7f8;
}

.register-bg {
  background: #ffffff;
}

.register-bg .register-title {
  background: #21385E;
  padding: 30px;
}

.register-bg .register-form {
  padding: 30px;
}

img.logo-small {
  height: 40px;
  margin: 30px 0;
  position: relative;
}

.maintenance-main i {
  font-size: 100px;
  margin-bottom: 10px;
  color: #e4e4e4;
}

.maintenance-main h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.maintenance-main p {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 70px;
}

.maintenance-form {
  width: 76%;
  margin: 0 auto;
}

.maintenance-form p {
  font-size: 19px;
}

.maintenance-form input {
  width: 50%;
  margin: 0 auto;
}

.maintenance-form #mc_embed_signup_scroll p {
  margin-bottom: 20px !important;
}

.maintenance-contant p {
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
}

.progress-new {
  margin-top: 50px;
  height: 50px;
  background: #f6f7f8;
  border-radius: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.progress-bar-new {
  line-height: 50px;
  background-color: #21385E;
  color: #ffffff;
  font-size: 20px;
  padding-left: 20px;
}

.progress-bar-new span {
  position: absolute;
  right: 30px;
  color: #323232;
  font-weight: bold;
  font-size: 20px;
}

.clients-box {
  background: #f7f7f7;
  padding: 20px;
}

.clients-photo {
  position: relative;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

.clients-photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.clients-info {
  display: table;
}

.clients-info i {
  padding-right: 10px;
}

.clients-info a {
  font-size: 14px;
  color: #21385E;
}

.clients-info a:hover {
  color: #626262;
}

.clients-info p {
  margin-top: 10px;
}

.happy-clients .tab-content {
  padding: 0 30px;
  position: relative;
  text-align: left;
}

.happy-clients .tab-content .quoter-icon {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 120px;
  line-height: 1;
  color: #21385E;
}

.happy-clients .tab-content p {
  padding-left: 30px;
  font-size: 18px;
  padding-top: 10px;
  font-style: italic;
}

.happy-clients .nav-tabs {
  border: 0;
}

.happy-clients .nav-tabs li {
  overflow: visible;
  display: inline-block;
  padding: 0 5px;
}

.happy-clients .nav-tabs li img {
  width: 96px;
  opacity: 0.1;
  height: 96px;
  border-radius: 50%;
}

.happy-clients .nav-tabs li a.active img {
  border: 4px solid #ffffff;
  opacity: 1;
  top: -2px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.happy-clients .nav-tabs li a:focus img {
  border: 4px solid #ffffff;
  opacity: 1;
  top: -2px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.happy-clients .nav.nav-tabs li a {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
}

.happy-clients .nav.nav-tabs li a:hover {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
}

.happy-clients .nav.nav-tabs li a:focus {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
}

.happy-clients .testimonial-avatar {
  position: relative;
  right: inherit;
  left: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  margin-left: inherit;
  margin-top: 30px;
}

.process-list .col-sm-12 {
  padding: 0 50px;
}

.process {
  margin: 0px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: inherit;
}

.process .border-area.left-bottom {
  position: absolute;
  bottom: -2px;
  background: #ffffff;
  height: 110px;
  width: 110px;
  left: -2px;
  z-index: 99;
}

.process .border-area.left-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-bottom-left-radius: 70px;
  border-left: 2px dashed rgba(0, 0, 0, 0.3);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-top {
  position: absolute;
  top: -2px;
  background: #ffffff;
  height: 110px;
  width: 110px;
  right: -2px;
}

.process .border-area.right-top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-top-right-radius: 70px;
  border-right: 2px dashed rgba(0, 0, 0, 0.3);
  border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-bottom {
  position: absolute;
  bottom: -2px;
  background: #ffffff;
  height: 110px;
  width: 110px;
  right: -2px;
}

.process .border-area.right-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-bottom-right-radius: 70px;
  border-right: 2px dashed rgba(0, 0, 0, 0.3);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.left-top {
  position: absolute;
  top: -2px;
  background: #ffffff;
  height: 110px;
  width: 110px;
  left: -2px;
}

.process .border-area.left-top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-top-left-radius: 70px;
  border-left: 2px dashed rgba(0, 0, 0, 0.3);
  border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process:first-child {
  padding-top: 0;
}

.process:last-child {
  border-bottom: 0;
}

.process:last-child .border-area.left-bottom {
  bottom: 0;
}

.process:last-child .border-area.left-bottom:before {
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.process .process-step strong {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #21385E;
  border-radius: 100%;
  display: inline-block;
  z-index: 99;
  font-size: 20px;
  color: #ffffff;
}

.process .process-content {
  position: relative;
  z-index: 99;
}

.process .process-content span {
  font-size: 80px;
  line-height: 80px;
  color: #21385E;
}

.process.left {
  border-right: 0;
  border-top: 0;
}

.process.left:first-child .process-step {
  top: 0;
}

.process.left .process-step {
  position: absolute;
  top: 50px;
  left: -35px;
  z-index: 999;
}

.process.left .process-content {
  padding-left: 80px;
}

.process.left .process-content .process-icon {
  display: table-cell;
  padding-right: 30px;
}

.process.left .process-content .process-info {
  display: table-cell;
  vertical-align: top;
}

.process.right {
  border-left: 0;
  border-top: 0;
}

.process.right .process-step {
  position: absolute;
  top: 50px;
  right: -35px;
  z-index: 99;
}

.process.right .process-content {
  padding-right: 80px;
}

.process.right .process-content .process-icon {
  float: right;
  padding-left: 30px;
}

.process.right .process-content .process-info {
  display: table-cell;
  vertical-align: top;
}

.agency-about {
  padding-bottom: 100px;
}

.careers .acd-des span {
  display: block;
}

.careers-from .section-field label {
  margin-bottom: 10px;
}

.sitemap h4 {
  margin-bottom: 25px;
  text-transform: capitalize;
}

.sitemap h4 i {
  padding-right: 10px;
}

.sitemap ul li {
  display: block;
  line-height: 34px;
}

.sitemap ul li i {
  padding-right: 10px;
}

.sitemap ul li a {
  font-size: 14px;
  color: #626262;
  text-transform: capitalize;
}

.sitemap ul li a:hover {
  color: #21385E;
}

.privacy-policy ul li {
  font-size: 14px;
  line-height: 30px;
}

.privacy-policy ul li i {
  padding-right: 10px;
}

.page-sidebar .page-content ul li {
  font-size: 14px;
  line-height: 30px;
}

.page-sidebar .page-content ul li i {
  padding-right: 10px;
}

.terms-and-conditions ul li {
  font-size: 14px;
  line-height: 30px;
}

.terms-and-conditions ul li i {
  padding-right: 10px;
}

.special-feature {
  padding-bottom: -117px;
}

.special-feature .feature-text {
  padding: 40px;
}

.special-feature .row-eq-height.no-gutter {
  position: relative;
  z-index: 99;
  margin-top: -117px;
}

.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  position: relative;
  z-index: 0;
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
}

.gradient-overlay {
  position: relative;
}

.gradient-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/construction/bg/gradient-overlay1.png) repeat-y left 0;
}

.footer.black-bg {
  background: #1a1a1a;
}

.footer.black-bg p {
  color: rgba(255, 255, 255, 0.5);
}

.footer.black-bg .social-icons li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer.black-bg .social-icons li a:hover {
  color: white !important;
}

.footer p {
  font-size: 14px;
}

.footer h6 {
  font-size: 14px;
}

.footer a {
  font-size: 14px;
}

.footer .footer-nav ul li {
  display: inline-block;
}

.footer .footer-nav ul li a {
  margin: 0 5px;
  color: #323232;
}

.footer .footer-nav ul li a:hover {
  color: #21385E;
}

.footer .social ul {
  background: #f6f7f8;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 10px;
}

.footer .social ul li {
  display: inline-block;
}

.footer .social ul li a i {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: none;
  color: #323232;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .social ul li a i:hover {
  color: #21385E;
}

.footer .usefull-link ul li {
  display: block;
  border-bottom: 0px;
  line-height: 24px;
  padding: 5px 0;
}

.footer .usefull-link ul li a {
  color: #323232;
}

.footer .usefull-link ul li a:hover {
  color: #21385E;
}

.footer .copyright {
  padding: 30px 0 20px;
}

.footer .copyright ul li a {
  color: #323232;
}

.footer .copyright ul li a:hover {
  color: #21385E;
}

.footer .footer-text p {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 10px;
}

.footer .footer-social ul li a {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 10px;
}

.footer .footer-social ul li a:hover {
  color: #21385E !important;
}

.footer .footer-gallery ul li {
  float: left;
  width: 58px;
  margin: 2px;
  list-style: none;
}

.footer .footer-tags li {
  display: inline-block;
}

.footer .footer-tags li a {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 13px;
  margin-right: 2px;
  margin-bottom: 5px;
  display: block;
}

.footer .footer-tags li a:hover {
  background: #21385E;
}

.footer .container-fluid {
  padding: 0 60px;
}

.footer-logo img {
  width: 65%;
}

.addresss-info li {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  list-style: none;
}

.addresss-info li a {
  color: rgba(255, 255, 255, 0.5);
}

.addresss-info i {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  float: left;
  display: table-cell;
  width: 30px;
  line-height: 23px;
  font-size: 14px;
}

.addresss-info p {
  display: table;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0px;
}

.addresss-info.text-black li {
  color: #626262;
}

.addresss-info.text-black li a {
  color: #626262;
}

.addresss-info.text-black p {
  color: #626262;
}

.addresss-info.text-black i {
  color: #21385E;
  font-size: 20px;
  width: 40px;
}

.footer-useful-link.footer-hedding ul {
  margin-top: -6px;
}

.footer-useful-link ul li {
  list-style: none;
  margin-bottom: 12px;
}

.footer-useful-link ul li:last-child {
  margin-bottom: 0;
}

.footer-useful-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  vertical-align: top;
  display: block;
  line-height: 26px;
}

.footer-useful-link ul li a:hover {
  color: #21385E;
}

.footer-Newsletter.transparent .form-control {
  background: rgba(0, 0, 0, 0.04);
}

.footer-Newsletter.transparent .form-control::-moz-placeholder {
  color: #323232;
}

.footer-Newsletter.transparent .form-control::-ms-input-placeholder {
  color: #323232;
}

.footer-Newsletter.transparent .form-control::-webkit-input-placeholder {
  color: #323232;
}

.footer-widget {
  padding: 20px 0;
  border-top: 1px solid #262626;
}

.footer-widget p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}

.footer-widget a {
  color: #21385E;
}

.footer-widget a:hover {
  color: #21385E;
}

.footer-widget-social {
  margin-top: 5px;
}

.footer-widget-social li {
  display: inline-block;
}

.footer-widget-social a i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-widget-social a i:hover {
  background: #21385E;
}

img#logo-footer {
  height: 40px;
  width: auto;
}

.footer.light .footer-nav ul li a {
  color: #ffffff;
}

.footer.light .footer-nav ul li a:hover {
  color: #323232;
}

.footer.light h6 {
  color: #ffffff;
}

.footer.light .about-content p {
  color: #ffffff;
}

.footer.light .usefull-link ul li a {
  color: #ffffff;
}

.footer.light .usefull-link ul li a:hover {
  color: #323232;
}

.footer.light .copyright ul li {
  color: #ffffff;
}

.footer.light .copyright ul li a {
  color: #ffffff;
  font-size: 14px;
}

.footer.light .copyright ul li a:hover {
  color: #323232;
}

.footer.light .copyright p {
  color: #ffffff;
}

.footer.light .social ul li a i {
  color: #21385E;
}

.footer.light .social ul li a:hover i {
  color: #323232;
}

.footer.light.footer-topbar .copyright ul li {
  color: #ffffff;
}

.footer.footer-one-page .contact-add i {
  font-size: 20px;
}

.footer.footer-one-page h5 {
  color: rgba(255, 255, 255, 0.5);
}

.footer.footer-one-page p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-one-page.white-bg .footer-Newsletter .form-control:focus {
  background: rgba(0, 0, 0, 0.06);
}

.footer.transparent h6 {
  color: #ffffff;
}

.footer.transparent p {
  color: #ffffff;
}

.footer.transparent ul li a {
  color: #ffffff;
}

.footer.transparent span {
  color: #ffffff;
}

.footer-social-big ul li {
  display: inline-block;
  padding: 10px;
  width: 70px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}

.footer-social-big ul li i {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
}

.footer-social-big ul li span {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
}

.footer-social-big ul li.facebook {
  background: #5d82d1;
}

.footer-social-big ul li.pinterest {
  background: #e13138;
}

.footer-social-big ul li.linkedin {
  background: #238cc8;
}

.footer-box {
  background: rgba(102, 102, 102, 0.2);
  padding: 30px;
  clear: both;
  margin-bottom: 40px;
  margin-top: 60px;
}

.footer-box .box-content {
  display: table-cell;
  vertical-align: top;
}

.footer-box .box-link {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.footer-box .box-link a {
  display: block;
  padding: 8px 16px;
  width: 140px;
}

.google-map .row [class*='col-'] {
  min-height: 0;
}

.google-map .map-icon:before {
  cursor: pointer;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 30px;
  font-weight: normal;
  right: 0;
  position: absolute;
  text-indent: 0;
  top: -32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  color: #21385E;
  text-align: center;
}

.google-map .map-open {
  height: 0;
  overflow: hidden;
  transition: all 900ms ease;
}

.google-map .map-open iframe {
  height: 300px;
}

.map-icon {
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.google-map.google-map-open .map-icon::before {
  content: "\f00d";
}

.google-map-open .map-open {
  height: 300px;
}

.pos-r {
  position: relative;
}

.img-side {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.img-side img {
  max-width: 100%;
}

.img-side.img-left {
  left: 0;
}

.font-bold {
  font-weight: 600;
}

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

.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.popup-video {
  position: relative;
}

.popup-video .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.popup-video .play-video a {
  width: 50px;
  height: 50px;
}

.popup-video .play-video a i {
  line-height: 50px;
}

.popup-video .play-video a:focus {
  color: #ffffff;
}

.popup-video .play-video:hover {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-color: #ffffff;
}

.popup-video .play-video:hover a {
  color: #21385E;
}

.play-video {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #21385E;
}

.play-video a {
  color: #ffffff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 5px;
  transform: translateX(-50%);
}

.play-video a i {
  line-height: 100px;
}

.play-video:hover {
  background: #ffffff;
  color: #21385E;
  border-color: transparent !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 2px 6px 18px transparent !important;
  -moz-box-shadow: 2px 6px 18px transparent !important;
  box-shadow: 2px 6px 18px transparent !important;
}

.play-video:hover a {
  color: #21385E;
}

.play-video:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.play-video:after {
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
}

.my-contact .contact-icon {
  float: left;
  margin-right: 25px;
}

.my-contact .contact-icon span {
  color: #ffffff !important;
}

.portfolio-item.simple-effect .portfolio-overlay {
  z-index: 9;
  opacity: 0;
  bottom: inherit;
  background: transparent;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}

.portfolio-item.simple-effect .portfolio-overlay span {
  color: #363636;
}

.portfolio-item.simple-effect .portfolio-overlay span a {
  color: #363636;
}

.portfolio-item.simple-effect .portfolio-overlay span a:hover {
  color: #21385E;
}

.portfolio-item.simple-effect .portfolio-overlay a:hover {
  color: #21385E;
}

.portfolio-item.simple-effect:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  z-index: 1;
  background-size: 115%;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.6s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item.simple-effect:hover .portfolio-overlay {
  top: 50%;
  opacity: 1;
}

#footer-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  box-shadow: inset 0 27px 60px -25px rgba(0, 0, 0, 0.3);
}

.footer.footer-simple ul li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.footer.footer-simple ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer.footer-simple p {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.footer.footer-simple .addresss-info i {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.footer.footer-simple li {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.footer.footer-simple .social-icons li a {
  color: #ffffff;
  width: 100%;
}

.footer.footer-simple .social-icons li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.full-width {
  width: 100%;
}

.height-100vh {
  height: 100vh;
}

.pos-bot {
  position: absolute;
  bottom: 0;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.portfolio-03-about {
  padding: 0 50px;
}

.portfolio-03-about p {
  font-size: 16px;
  font-weight: 600;
}

.popup-video-image {
  position: relative;
}

.popup-video-image:before {
  background: rgba(37, 41, 51, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.popup-video-image a i {
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #21385E;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup-video-image a i:hover {
  background: #323232;
}

.slider-parallax.typer-banner.business h1 {
  font-family: "Dosis", sans-serif;
}

.slider-parallax.typer-banner.business p {
  padding: 0 200px;
  line-height: 34px;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.custom-content-02 .feature-text p {
  line-height: 26px;
}

.play-video-section .play-video {
  box-shadow: none;
  background: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.play-video-section .play-video a {
  color: #21385E;
  line-height: 60px;
}

.play-video-section .play-video a i {
  line-height: 60px;
  padding-right: 3px;
}

.play-video-section .play-video:after {
  box-shadow: none;
}

.play-video-section .content {
  padding: 0 100px;
}

.play-video-section .content h2 {
  font-family: "Dosis", sans-serif;
}

.custom-content-03 h2 {
  font-family: "Dosis", sans-serif;
  line-height: 50px;
}

.play-video-section.black-button .play-video {
  background: #323232;
}

.play-video-section.black-button .play-video a {
  color: #ffffff;
}

.play-video-section.black-button .play-video:hover {
  background: #21385E;
}

.blockquote-section {
  position: relative;
  z-index: 9;
}

.blockquote-section blockquote {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  border-left: 0;
  padding-left: 0;
  font-family: "Dosis", sans-serif;
}

.blockquote-section blockquote cite {
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.blockquote-section blockquote cite span {
  display: block;
  font-size: 14px;
}

.blockquote-section blockquote.quote {
  padding-top: 100px;
}

.blockquote-section blockquote.quote:before {
  color: #21385E;
  left: 0;
  top: 0;
  font-size: 120px;
  line-height: 120px;
  right: 0;
}

.blockquote-section .blockquote-section-left {
  margin-left: 60px;
}

.blockquote-section .blockquote-section-right {
  margin-left: -120px;
  position: relative;
  z-index: -1;
}

.footer.gray-footer .footer-Newsletter .form-control {
  background: #ffffff;
  color: #323232;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.footer.gray-footer .footer-Newsletter .form-control::-moz-placeholder {
  color: #323232;
}

.footer.gray-footer .footer-Newsletter .form-control::-ms-input-placeholder {
  color: #323232;
}

.footer.gray-footer .footer-Newsletter .form-control::-webkit-input-placeholder {
  color: #323232;
}

.footer.gray-footer .footer-widget {
  border-top: none;
}

.footer.gray-footer .footer-widget p {
  color: #323232;
}

.portfolio-item.image-text {
  position: relative;
}

.portfolio-item.image-text .portfolio-overlay {
  bottom: 30px;
  background: transparent;
}

.portfolio-item.image-text .portfolio-overlay span {
  display: block;
}

.portfolio-item.image-text .portfolio-overlay a.button {
  padding: 6px 16px;
}

.portfolio-item.image-text .portfolio-overlay a.button span {
  font-size: 12px;
}

.portfolio-item.image-text .portfolio-overlay a.button:hover {
  color: #ffffff;
}

.portfolio-item.image-text:before {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
  ackground: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  top: auto;
  height: 75%;
  transition: all .35s;
}

.coming-soon-big .countdown.medium span {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.coming-soon-big .countdown.medium p {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.coming-soon-big .coming-soon-form p {
  font-weight: bold;
}

.coming-soon-big .contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.4);
}

.coming-soon-big .button {
  font-weight: bold;
}

.about-05-split .shop-split-content {
  padding: 100px 0;
}

.about-mission {
  margin-top: -150px;
}

.about-mission .popup-video-image a i {
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
}

.about-mission .popup-content {
  position: absolute;
  bottom: 0;
  padding: 30px 130px 30px 30px;
}

.about-mission-box {
  -webkit-box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
}

.about-mission-box .content {
  padding: 24px;
}

.about-mission-title {
  padding-bottom: 250px;
}

.faq-page-title .form {
  position: relative;
  z-index: 9;
}

.faq-page-title a.button {
  padding: 12px 16px;
}

.faq-box {
  -webkit-box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 20px 46px -13px rgba(0, 0, 0, 0.09);
  padding: 40px;
  border-radius: 3px;
  background: #ffffff;
  margin-top: -60px;
}

.faq-box span {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}

.faq-box strong {
  display: block;
}

.faq-box a.button {
  padding: 8px 16px;
}

.login-fancy {
  padding: 30px;
  height: 100%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
}

.login-fancy h2 {
  font-size: 70px;
  line-height: 70px;
}

.login-fancy-bg {
  position: relative;
  z-index: 1;
}

.login-gradient {
  position: relative;
}

.login-gradient:before {
  z-index: 0;
  opacity: .8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9af1e1), color-stop(100%, #4003f6));
  background: -webkit-linear-gradient(-315deg, #9af1e1 0%, #4003f6 100%);
  background: -webkit-linear-gradient(45deg, #9af1e1 0%, #4003f6 100%);
  background: linear-gradient(45deg, #9af1e1 0%, #4003f6 100%);
}

.login-gradient-02 {
  position: relative;
}

.login-gradient-02:before {
  z-index: 0;
  opacity: .8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee38a6), color-stop(100%, #ffc863));
  background: -webkit-linear-gradient(-315deg, #ee38a6 0%, #ffc863 100%);
  background: -webkit-linear-gradient(45deg, #ee38a6 0%, #ffc863 100%);
  background: linear-gradient(45deg, #ee38a6 0%, #ffc863 100%);
}

.login-gradient-03 {
  position: relative;
}

.login-gradient-03:before {
  z-index: 0;
  opacity: .8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcdd2), color-stop(100%, #470df5));
  background: -webkit-linear-gradient(-315deg, #ffcdd2 0%, #470df5 100%);
  background: -webkit-linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
  background: linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
}

.login-box {
  padding: 30px;
  height: 100%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0px 10px 10px 0px;
}

.login-box h2 {
  font-size: 40px;
  line-height: 40px;
}

.login-box .list-unstyled.list-inline-item a:hover {
  color: #323232;
}

.login-box-bg {
  position: relative;
  z-index: 1;
}

.login-box-main {
  display: table;
  width: 100%;
}

.login-box-main .theme-bg {
  -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.login-box-main .nav li {
  margin-bottom: 5px;
}

.login-box-main .nav li a {
  padding-left: 30px;
  font-size: 16px;
  display: block;
  text-align: left;
  color: #323232;
  border-left: 5px solid transparent;
  background: transparent;
}

.login-box-main .nav li a i {
  display: inline-block;
  padding-right: 6px;
  text-align: left;
  margin-bottom: 10px;
}

.login-box-main-middle {
  display: table-cell;
  vertical-align: middle;
}

.login-box-left {
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  border-radius: 10px 0 0px 10px;
}

.login-box-left .logo-small {
  margin-left: 30px;
}

.login-box-left li.active a {
  border-left: 5px solid #21385E;
  color: #21385E;
}

.login-box-left li a:hover {
  border-left: 5px solid #21385E;
  color: #21385E;
}

.login-box-theme {
  position: relative;
}

.login-box-theme:before {
  position: absolute;
  content: "";
  height: 30px;
  top: -29px;
  width: 100%;
  background: #21385E;
  left: 0;
}

.login-box-theme:after {
  position: absolute;
  content: "";
  height: 30px;
  bottom: -29px;
  width: 100%;
  background: #21385E;
  left: 0;
}

.login-box-02 {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}

.login-box-02.white-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.login-signup a.text-black:hover {
  color: #ffffff;
}

.login-signup .tab-border .tab-content {
  padding: 0;
}

.login-signup .login-box-02 {
  border: 0;
}

.login-14 {
  padding: 0 100px;
}

.login-15 {
  padding: 0 60px;
}

.blog-banner {
  height: 70vh;
}

.blog-banner span {
  letter-spacing: 4px;
  margin-bottom: 20px;
  display: block;
}

.blog-overlay {
  position: relative;
  text-align: left;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-overlay .blog-name {
  padding-left: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.blog-overlay .blog-name span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-overlay .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-overlay .blog-image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-overlay .blog-icon {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}

.blog-overlay .blog-icon .date {
  background: #050801;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
}

.blog-overlay .blog-icon .link {
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
}

.blog-overlay blockquote {
  border: 0;
  font-size: 16px;
  font-style: italic;
}

.blog-overlay blockquote.quote:before {
  top: -40px;
}

.blog-overlay:hover .blog-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-overlay:hover:before {
  z-index: 1;
}

.blog-overlay .tag {
  background: #21385E;
  color: #ffffff;
  padding: 2px 10px;
}

.blog-overlay.white-bg:before {
  display: none;
}

.blog-overlay.white-bg blockquote {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-overlay.white-bg cite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-overlay.white-bg .blog-icon .link {
  color: #323232;
}

.blog-overlay.white-bg:hover {
  background: #050801;
}

.blog-overlay.white-bg:hover a {
  color: #ffffff;
}

.blog-overlay.white-bg:hover span {
  color: #ffffff;
}

.blog-overlay.white-bg:hover span a {
  color: #21385E;
}

.blog-overlay.white-bg:hover .blog-icon .link {
  color: #ffffff;
}

.blog-overlay.white-bg:hover blockquote {
  color: #ffffff;
}

.blog-overlay.white-bg:hover cite {
  color: #ffffff;
}

.blog-overlay.white-bg a:hover {
  color: #21385E;
}

.blog-overlay.dark-theme-bg:before {
  display: none;
}

.blog-overlay.dark-theme-bg:hover {
  background: #ffffff;
}

.blog-overlay.dark-theme-bg:hover a {
  color: #323232;
}

.blog-overlay.dark-theme-bg:hover span {
  color: #323232;
}

.blog-overlay.dark-theme-bg:hover span a {
  color: #21385E;
}

.blog-overlay.dark-theme-bg:hover .blog-icon .date {
  color: #ffffff;
}

.blog-overlay.dark-theme-bg a:hover {
  color: #21385E;
}

.blog-overlay.theme-bg:before {
  display: none;
}

.blog-02 .isotope {
  margin: 0;
}

.blog-02 .masonry {
  margin: 0;
}

.blog-fashion-banner .blog-overlay {
  height: auto;
}

.blog.blog-simple .tag {
  background: #21385E;
  color: #ffffff;
  padding: 2px 10px;
}

.blog.blog-simple .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog.blog-simple .entry-meta ul li i {
  color: #21385E;
  padding-right: 6px;
}

.blog.blog-simple .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}

.blog.blog-simple .entry-meta ul li a i {
  padding-right: 6px;
  color: #21385E;
}

.blog.blog-simple .entry-meta ul li a:hover {
  color: #21385E;
}

.blog.blog-simple.blog-left .blog-image {
  width: 48.9%;
  margin-right: 5%;
  float: left;
  position: relative;
}

.blog.blog-simple.blog-left .blog-name {
  width: 44%;
  float: left;
}

.header.light.line-header {
  border-bottom: 0;
  box-shadow: none;
}

.header.light.line-header .mega-menu .menu-logo &gt; li {
  line-height: 0;
}

.mega-menu .menu-logo img.logo-big {
  height: 60px;
}

.header.line-header .mega-menu &gt; section.menu-list-items .menu-bar {
  border-top: 5px double rgba(0, 0, 0, 0.1);
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}

.header.line-header .mega-menu.desktopTopFixed &gt; section.menu-list-items .menu-bar {
  float: right;
  width: auto;
  border: 0;
}

.header.magazine-header .mega-menu.desktopTopFixed .add-banner {
  display: none;
}

.header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}

.header.logo-center.magazine-header .mega-menu .menu-logo img {
  height: 34px;
}

.header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img {
  height: 28px;
}

#main-slider {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

#main-slider .carousel-item img {
  width: 100%;
}

#main-slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -ms-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

#main-slider .slider-content h3 {
  font-size: 36px;
  margin: 20px 0px 0px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}

#main-slider .slider-content h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 10px 0px 40px;
  font-weight: 700;
  line-height: 50px;
}

#main-slider .slider-content span {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
}

#main-slider .slider-content .post-by img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

#main-slider .slider-content .slider-left {
  width: 60%;
  float: left;
}

#main-slider .slider-content .slider-right {
  float: right;
  width: 30%;
  vertical-align: top;
}

#main-slider .carousel-indicators {
  bottom: 30px;
}

#main-slider .carousel-control.left {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slider .carousel-control.left span {
  padding: 15px;
}

#main-slider .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slider .carousel-control.right span {
  padding: 15px;
}

#main-slider .carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  left: 0px;
}

#main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  right: 0px;
}

#main-slider .carousel-control i {
  color: #ffffff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
}

.carousel-indicators li {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ffffff !important;
  margin: 1px !important;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  -o-animation: lightSpeedIn 1s ease-in 200ms both;
  -ms-animation: lightSpeedIn 1s ease-in 200ms both;
  -moz-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  -o-animation: bounceInRight 1s ease-in-out 500ms both;
  -ms-animation: bounceInRight 1s ease-in-out 500ms both;
  -moz-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  -o-animation: bounceInLeft 1s ease-in-out 500ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  -o-animation: flipInX 1s ease-in 500ms both;
  -ms-animation: flipInX 1s ease-in 500ms both;
  -moz-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  -o-animation: bounceInLeft 1s ease-in-out 100ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  -o-animation: bounceIn 1s ease-in 500ms both;
  -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7 {
  -webkit-animation: fadeInDown 0.7s ease-in 1000ms both;
  -o-animation: fadeInDown 0.7s ease-in 1000ms both;
  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;
  -ms-animation: fadeInDown 0.7s ease-in 1000ms both;
  animation: fadeInDown 0.7s ease-in 1000ms both;
}

.carousel .carousel-item.active .animated8 {
  -webkit-animation: fadeInUp 0.7s ease-in 1000ms both;
  -o-animation: fadeInUp 0.7s ease-in 1000ms both;
  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;
  -ms-animation: fadeInUp 0.7s ease-in 1000ms both;
  animation: fadeInUp 0.7s ease-in 1000ms both;
}

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}

.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.play-video.border-video {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
  border: 5px solid rgba(255, 255, 255, 0.6) !important;
}

.play-video.border-video a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -4px;
}

.play-video.border-video a i {
  line-height: 60px;
}

.play-video.border-video:after {
  display: none;
}

.play-video.border-video:hover {
  border: 5px solid rgba(255, 255, 255, 0.8) !important;
  color: #ffffff;
}

.video-attribute {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.video-attribute .length {
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 8px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 13px;
}

.video-attribute .quality {
  background: #dd3333;
  padding: 0px 8px;
  color: #ffffff;
  margin-left: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.popup-video-image.border-video a i {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 5px solid rgba(255, 255, 255, 0.6);
}

.popup-video-image.border-video a i:hover {
  border: 5px solid rgba(255, 255, 255, 0.8);
}

.blog-box.blog-2.blog-border .blog-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-box.blog-2.blog-border .blog-info .tag {
  border-bottom: 2px solid #21385E;
}

.blog-box.blog-2.blog-border .blog-info span i {
  color: rgba(0, 0, 0, 0.5);
}

.video-section .blog-box.blog-2:hover {
  box-shadow: none;
}

.top-view-video {
  padding: 30px;
}

.top-view-video span {
  font-size: 12px;
}

.top-view-video .view-video-number {
  display: table-cell;
  width: 20px;
}

.top-view-video .view-video-name {
  padding-left: 16px;
  display: table-cell;
  vertical-align: top;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 4px;
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.chart-wrapper .nice-select {
  display: inline-block;
  float: none;
  height: 40px;
  line-height: 40px;
}

.chart-wrapper .nice-select:after {
  margin-top: -1px;
}

.media .media-icon span {
  font-size: 40px;
  line-height: 45px;
}

.media span.media-step {
  font-size: 60px;
  line-height: 55px;
}

.secrvice-blog {
  margin-top: -110px;
}

.box-content {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.service-07 .agency-02-about-content-right {
  margin-left: -100px;
}

.service ul li {
  display: block;
  margin: 5px 0;
}

.service ul li a {
  display: block;
  padding: 12px 25px;
  color: #656565;
  text-transform: capitalize;
}

.service ul li a:hover {
  background-color: #21385E;
  color: #ffffff;
}

.service ul li a.active {
  background-color: #21385E;
  color: #ffffff;
}

.iconbox {
  padding-left: 60px;
}

.iconbox i {
  font-size: 18px;
  line-height: 50px;
}

.iconbox a {
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 15px;
  border-radius: 3px;
}

.iconbox a:hover {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.iconbox p {
  font-size: 11px;
}

.contact-4 .blockquote {
  border: none;
  font-size: 30px;
}

.contact-4 p {
  line-height: 24px;
}

.quote:before {
  color: #21385E;
}

.contact-5 .feature-info {
  padding: 40px;
}

.contact-5 .feature-info p {
  margin-bottom: 0;
}

.blockquote-section.testimonial-title blockquote {
  font-size: 40px;
}

.masonry-item .testimonial-widget .testimonial-info .testimonial-avtar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.masonry-item .testimonial-widget .testimonial-info .testimonial-name span {
  font-size: 14px;
}

.masonry-item .testimonial-info:before {
  display: none;
}

.leave-your-testimonial .contact-form .form-control {
  background-color: #ffffff;
}

.search-no-result {
  padding: 130px 0px;
}

.search-no-result i {
  font-size: 130px;
}

.search-no-result .bg-title h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.no-result-search .form-control:focus {
  box-shadow: none;
}

.cookies-policy:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 17px 15px 17px;
  top: -15px;
  left: 45px;
  border-bottom-color: #f7f7f7;
}

.addresss-info.invoice-addresss li {
  color: #626262;
  margin-bottom: 10px;
}

.addresss-info.invoice-addresss li a {
  color: #21385E;
}

.process-box-02 h1 {
  font-size: 90px;
  line-height: 90px;
}

.process-box-02 .process-info {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}

.process-box-02 .process-info.process-right {
  border-left: 0;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
}

.jobs-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.jobs-banner span {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
}

.jobs-banner b {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.jobs-banner .button {
  padding: 12px 21px;
}

.job-box {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.job-box.job-border {
  border: 1px solid #eeeeee;
  padding: 20px;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box.job-border i {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.job-box.job-border:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}

.job-testimonial {
  padding: 0;
}

.job-testimonial .testimonial-info {
  font-size: 24px;
  line-height: 36px;
}

.job-testimonial .testimonial-info:before {
  font-size: 200px;
  left: 0;
}

.listing-banner {
  height: 60vh;
}

.listing-banner h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 20px;
}

.listing-banner p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.listing-banner .listing-banner-categorie i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.listing-banner .listing-banner-categorie a {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.listing-search {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 50px;
  position: relative;
  margin-top: -50px;
  border-radius: 3px;
}

.listing-post .blog-name .blog-name-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 20px;
}

.listing-post .blog-name .blog-name-right {
  display: table-cell;
}

.listing-post .listing-post-info {
  background: #ffffff;
  padding: 20px;
}

.listing-post .listing-post-info .listing-post-meta ul li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.listing-post .listing-post-info .listing-post-meta ul li:last-child {
  border-right: 0;
}

.listing-post .listing-post-info .listing-post-meta ul li a {
  font-weight: 800;
  color: #323232;
}

.listing-places {
  padding-bottom: 260px;
}

.listing-how-work {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding: 70px;
  margin-top: -140px;
}

.sticky-top {
  z-index: 99;
}

.calendar-main .modal .btn {
  padding: 0.875rem .75rem;
}

.fc-button {
  background: #f8f9fa;
  border: none;
  color: #626262;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-button:focus {
  outline: 0;
}

.fc-button:active {
  outline: 0;
}

.fc-state-active {
  background: #21385E;
  color: #ffffff;
}

.fc-today-button {
  background: #21385E;
  color: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  background: #21385E;
}

.fc-day-grid-event .fc-time {
  color: #ffffff;
}

.fc-day-grid-event .fc-title {
  color: #ffffff;
}

.fc-event-dot {
  background: #21385E;
}

.fc-day-header span {
  padding: 15px 0;
  display: block;
  background: #f8f9fa;
  color: #1a1a1a;
}

.demoFeed li {
  list-style: none;
  display: inline-block;
  width: 25%;
}

.demoFeed li img {
  width: 100%;
  height: 100% !important;
}

.flickr-feed li {
  list-style: none;
  display: inline-block;
  width: 25%;
}

.flickr-feed li img {
  width: 100%;
  height: 100% !important;
}

.portfolio-creative h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Dosis", sans-serif;
}

.portfolio-creative del {
  background: none;
  color: #dadada;
}

.business-banner-02 {
  height: 100vh;
}

.business-banner-02 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}

.business-banner-02 .box-newsletter {
  padding: 50px;
  background: rgba(38, 38, 38, 0.82);
}

.business-banner-02 .box-newsletter .form-control {
  background: #ffffff;
}

.skill-counter {
  position: relative;
  background: #ffffff;
  margin-top: -100px;
  z-index: 999;
  padding: 60px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.business-banner span {
  font-size: 36px;
  line-height: 36px;
}

.business-banner h1 {
  font-family: "Dosis", sans-serif;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 40px;
  font-weight: 600;
  margin-top: 20px;
}

.business-banner p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 360px;
}

.business-13-about-content {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  padding: 100px;
  position: relative;
  margin-top: -80px;
  z-index: 4;
}

.business-date-box {
  position: relative;
  padding: 20px;
}

.business-date-box .business-date-box-text span {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 18px;
  vertical-align: top;
  right: -70px;
  top: 80px;
}

.business-date-box-text {
  position: relative;
  background: #ffffff;
  padding: 40px;
}

.business-date-box-text h6 {
  line-height: 30px;
}

.business-date-box-text h2 {
  font-size: 200px;
  line-height: 200px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.business-banner-03 h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 30px;
}

.business-banner-03 span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 30px;
}

.business-video .business-video-box {
  min-height: 600px;
}

.business-video .business-video-box .vertical-align {
  padding: 100px;
  width: 100%;
}

.business-feature.feature-text {
  padding: 50px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 10px 60px -13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 60px -13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px -13px rgba(0, 0, 0, 0.1);
}

.business-banner-04 {
  height: 94vh;
}

.business-banner-04 h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.business-banner-04 p {
  font-size: 17px;
  padding-right: 200px;
}

.business-banner-04 strong {
  font-size: 20px;
  margin-top: 20px;
}

.business-feature-top {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  margin-top: -80px;
  z-index: 4;
}

.business-banner-05 {
  height: 94vh;
}

.business-banner-05 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

.business-banner-05 p {
  font-size: 17px;
  padding-right: 200px;
}

.business-service-box {
  border: 1px solid #eeeeee;
  padding: 20px 20px;
  height: 100%;
}

.business-service-box .title {
  padding: 67px 0;
}

.business-big-testimonial .testimonial-info {
  font-size: 18px;
  line-height: 34px;
}

.business-banner-06 {
  height: 90vh;
}

.business-banner-06 h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

.business-banner-06 p {
  font-size: 17px;
  padding-right: 200px;
}

.landing-banner {
  height: 94vh;
}

.landing-banner span.label {
  background: #f7f7f7;
  padding: 10px 20px;
  border: 1px solid rgba(132, 186, 63, 0.1);
  display: inline-block;
}

.landing-banner h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
}

.landing-banner h1 span {
  position: relative;
}

.landing-banner h1 span:before {
  position: absolute;
  background: rgba(132, 186, 63, 0.2);
  height: 10px;
  content: "";
  bottom: 12px;
  width: 100%;
}

.landing-banner p {
  font-size: 20px;
}

.landing-block .landing-block-content {
  padding: 50px;
  margin-left: 50px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.landing-block .landing-block-content h3 {
  line-height: 40px;
}

.landing-block .landing-block-content p {
  font-size: 20px;
}

.landing-testimonial .testimonial-info {
  font-size: 22px;
  line-height: 44px;
}

.landing-testimonial .testimonial.clean {
  padding-left: 0;
}

.landing-action-box .action-box {
  border: 0px;
  border-top: 3px solid #f7f7f7;
  padding-top: 50px;
}

.landing-banner-02 {
  height: 74vh;
}

.landing-banner-02 span.label {
  padding: 10px 20px;
  display: inline-block;
}

.landing-banner-02 h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
}

.landing-banner-02 p {
  font-size: 20px;
}

.landing-newsletter .newsletter.fancy {
  box-shadow: 0 10px 60px -13px rgba(0, 0, 0, 0.12);
}

.landing-newsletter .newsletter.fancy .form-control {
  background: #ffffff;
  padding: 30px 200px 30px 40px;
  font-size: 20px;
}

.landing-newsletter .newsletter.fancy button {
  padding: 32px 30px;
}

.landing-newsletter .newsletter.fancy .form-control:focus {
  box-shadow: none;
}

.page-title.parallax {
  overflow: hidden;
}

.landing-banner {
  height: 94vh;
}

.landing-banner span.label {
  background: #f7f7f7;
  padding: 10px 20px;
  border: 1px solid rgba(132, 186, 63, 0.1);
  display: inline-block;
}

.landing-banner h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
}

.landing-banner h1 span {
  position: relative;
}

.landing-banner h1 span:before {
  position: absolute;
  background: rgba(132, 186, 63, 0.2);
  height: 10px;
  content: "";
  bottom: 12px;
  width: 100%;
}

.landing-banner p {
  font-size: 20px;
}

.landing-block .landing-block-content {
  padding: 50px;
  margin-left: 50px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.landing-block .landing-block-content h3 {
  line-height: 40px;
}

.landing-block .landing-block-content p {
  font-size: 20px;
}

.landing-testimonial .testimonial-info {
  font-size: 22px;
  line-height: 44px;
}

.landing-testimonial .testimonial.clean {
  padding-left: 0;
}

.landing-action-box .action-box {
  border: 0px;
  border-top: 3px solid #f7f7f7;
  padding-top: 50px;
}

.landing-banner-02 {
  height: 74vh;
}

.landing-banner-02 span.label {
  padding: 10px 20px;
  display: inline-block;
}

.landing-banner-02 h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
}

.landing-banner-02 p {
  font-size: 20px;
}

.landing-newsletter .newsletter.fancy {
  -webkit-box-shadow: inset 0px 10px 10px -13px;
  -moz-box-shadow: inset 0px 10px 10px -13px;
  box-shadow: inset 0px 10px 10px -13px;
}

.landing-newsletter .newsletter.fancy .form-control {
  background: #ffffff;
  padding: 30px 200px 30px 40px;
  font-size: 20px;
}

.landing-newsletter .newsletter.fancy .form-control:focus {
  box-shadow: none;
}

.landing-newsletter .newsletter.fancy button {
  padding: 32px 30px;
}

@media (min-width: 1220px) {
  body.boxed-layout .wrapper {
    float: none;
    width: 1220px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin-bottom: 0 !important;
  }
  body.boxed-layout .wrapper .portfolio-title.section-title p {
    display: none;
  }
  body.boxed-layout .wrapper .portfolio-title.section-title span {
    display: none;
  }
  body.boxed-layout .wrapper .contact-3 .g-map {
    padding-top: 140%;
  }
  body.boxed-layout .wrapper .contact-2 .g-map {
    padding-top: 90%;
  }
  body.boxed-layout .wrapper.vertical-header {
    width: auto;
    box-shadow: none;
  }
  body.boxed-layout #footer-fixed {
    position: inherit !important;
    width: inherit;
    bottom: inherit !important;
    z-index: inherit;
  }
  body.boxed-layout .christmas-coming-soon {
    position: absolute;
  }
  body.boxed-layout .container {
    width: 1170px;
  }
  body.frame-layout .wrapper {
    margin: 0 auto;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    width: 97%;
    position: relative;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5% !important;
  }
  body.frame-layout .header.default {
    left: 0;
    right: 0;
  }
  body.frame-layout .header.transparent {
    left: 0;
    right: 0;
  }
  body.frame-layout header.one-page {
    left: 0;
    right: 0;
  }
  body.frame-layout .navbar.affix {
    top: 0;
  }
  body.frame-layout header.one-page.light .navbar {
    min-height: 10px !important;
  }
  body.frame-layout #footer-fixed {
    position: inherit !important;
    bottom: inherit !important;
    z-index: inherit;
  }
  body.frame-layout .christmas-coming-soon {
    position: absolute;
  }
}

@media print {
  .sidebar {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .admin-header {
    display: none !important;
  }
  header {
    display: none !important;
  }
  .page-title {
    display: none !important;
  }
  #back-to-top {
    display: none !important;
  }
  .action-box {
    display: none !important;
  }
  .content-wrapper {
    width: 100% !important;
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .st-menu {
    position: absolute;
  }
  img.bottom-img {
    top: 0;
  }
  .search-cart {
    display: table;
  }
  .search-cart .shpping-cart {
    float: none !important;
    vertical-align: middle;
  }
  .search {
    display: table-cell !important;
  }
  .shpping-cart {
    display: table-cell !important;
  }
  .mega-menu &gt; section.menu-list-items .search-cart .search {
    float: none !important;
  }
  .logo-center.header .search .search-btn {
    line-height: 0px;
  }
  .newsletter.fancy button {
    padding: 14px 20px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  .newsletter.fancy button {
    padding: 14px 20px;
  }
}

.product {
  text-align: center;
  position: relative;
}

.product .product-title a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px 10px;
  display: block;
}

.product .product-title a:hover {
  color: #363636;
}

.product .product-price del {
  background: transparent;
  color: #323232;
  font-size: 13px;
}

.product .product-price ins {
  text-decoration: none;
  color: #21385E;
  font-size: 16px;
  font-weight: bold;
}

.product .product-rating {
  margin-bottom: 10px;
}

.product .product-rating i {
  color: #363636;
}

.product .product-image {
  position: relative;
}

.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .product-image .add-to-cart a {
  background: #21385E;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
}

.product .product-image .add-to-cart a:hover {
  background: #363636;
}

.product:hover .product-image .product-overlay {
  opacity: 1;
}

.top-rated .product.left .product-title a {
  font-size: 14px;
  font-weight: 500;
}

.shop-split-content {
  padding: 130px 0;
}

.shop-split-content .product-price del {
  background: transparent;
  color: #323232;
}

.shop-split-content ins {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #21385E;
}

.shop-single .title {
  padding-top: 40px;
}

.shop-single .product-detail .product-detail-price {
  display: inline-block;
}

.shop-single .product-detail .product-detail-price ins {
  text-decoration: none;
  color: #21385E;
  font-size: 16px;
  font-weight: bold;
}

.shop-single .product-detail .product-detail-price del {
  background: transparent;
  color: #333;
  font-size: 14px;
}

.shop-single .product-detail .product-detail-rating {
  display: inline-block;
}

.shop-single .product-detail .product-detail-rating i {
  color: #363636;
}

.shop-single .product-detail .product-detail-quantity input {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  padding: 13px 18px 10px 24px;
  border-radius: 3px;
  box-shadow: none;
}

.shop-single .product-detail .input-group-append button {
  background: transparent;
  border-color: #e0e0e0;
}

.shop-single .product-detail .input-group-append button:hover {
  color: #21385E;
}

.shop-single .product-detail .input-group-append:first-child &gt; .btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.shop-single .product-detail .input-group-append:last-child &gt; .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}

.shop-single .product-detail .product-detail.add-to-cart .button {
  display: inline-block;
  font-size: 12px;
}

.shop-single .product-detail .product-detail-social {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
}

.shop-single .product-detail .product-detail-social span {
  display: inline-block;
  padding-right: 20px;
  float: left;
}

.shop-single .product-detail .product-detail-social ul li {
  display: inline-block;
}

.shop-single .product-detail .product-detail-social ul li a {
  display: block;
  color: #aaaaaa;
  font-size: 14px;
  padding-right: 5px;
}

.shop-single .product-detail .product-detail-social ul li a:hover {
  color: #21385E;
}

.shop-single .product-detail .product-detail-meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}

.shop-single .product-detail .product-detail-meta span a {
  padding-left: 5px;
}

.slider-slick {
  overflow: hidden;
}

.sidebar-widgets-wrap .recent-item {
  margin-bottom: 20px;
}

.sidebar-widgets-wrap .recent-item .recent-image {
  display: table-cell;
  padding-right: 10px;
  width: 50px;
  float: left;
}

.sidebar-widgets-wrap .recent-item .recent-info {
  display: table-cell;
  vertical-align: top;
}

.sidebar-widgets-wrap .recent-item .recent-title a {
  color: #363636;
  font-weight: bold;
}

.sidebar-widgets-wrap .recent-item .recent-title a:hover {
  color: #21385E;
}

.sidebar-widgets-wrap .recent-item .recent-meta li {
  display: inline-block;
  color: #363636;
}

.product.left .product-image {
  float: left;
  padding-right: 20px;
  width: 26%;
}

.product.left .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product.left .product-description {
  padding-top: 0;
  display: table-cell;
  padding-bottom: 0;
  vertical-align: top;
  text-align: left;
  width: 74%;
}

.product.left .product-title a {
  margin-top: 0;
}

.deal-banner {
  background: #f4f4f2;
}

.deal-banner img {
  width: 100%;
}

.deal-banner .caption {
  text-align: center;
  margin-top: 25%;
}

.deal-banner .caption span.off {
  color: #21385E;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.deal-banner .caption h2 {
  font-size: 42px;
  line-height: 42px;
  color: #494949;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 22px;
}

.deal-banner .caption a.viewbt {
  color: #ffffff;
  background: #21385E;
  padding: 10px 22px;
  text-align: center;
  display: inline-block;
  margin-top: 26px;
  border-radius: 30px;
}

.deal-banner .caption a.viewbt:hover {
  background: #494949;
}

.deal-banner .counter-deal ul li {
  background: #ffffff;
  display: inline-block;
  padding: 7px 12px;
  margin-right: 17px;
}

.deal-banner .counter-deal ul li span.big {
  font-size: 22px;
  font-weight: 700;
  margin-left: 12%;
  margin-right: 12%;
}

.deal-banner .counter-deal ul li span.smalltxt {
  padding-top: 0;
}

.line-effect {
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.overlay:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.overlay:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.offer-banner-1 {
  position: relative;
  height: 100%;
}

.offer-banner-1 .banner-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.offer-banner-1 .banner-content strong {
  display: block;
  color: #ffffff;
  margin: 20px 0px;
}

.offer-banner-1 .banner-image.bg-overlay-black-50:before {
  z-index: 1;
}

.offer-banner-1:hover .line-effect .overlay:before {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.offer-banner-1:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.offer-banner-1 .banner-image img {
  width: 100%;
}

.offer-banner-2 {
  height: 458px;
  display: block;
  width: 100%;
}

.offer-banner-2 .banner-bg {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.offer-banner-2 .line-effect {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.offer-banner-2 .banner-content {
  position: relative;
  z-index: 99;
}

.offer-banner-2 .banner-content h1 {
  position: relative;
  padding-bottom: 10px;
}

.offer-banner-2 .banner-content h1:before {
  position: absolute;
  content: "";
  background: #21385E;
  width: 60px;
  bottom: 0px;
  margin-left: -30px;
  height: 1px;
  left: 50%;
}

.offer-banner-2 .banner-content strong {
  display: block;
  color: #000;
  margin: 20px 40px;
}

.offer-banner-2 .banner-content span {
  display: block;
  color: #000;
  margin: 20px 0px;
}

.offer-banner-2 .overlay:before {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}

.offer-banner-2 .overlay:after {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}

.offer-banner-2:hover .line-effect .overlay:before {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.offer-banner-2:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.add-banner-1 {
  position: relative;
}

.add-banner-1 .add-banner-content {
  padding: 30px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}

.add-banner-1 .add-banner-content p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 15px;
}

.add-banner-1 .add-banner-content h5 {
  position: relative;
  padding-bottom: 20px;
}

.add-banner-1 .add-banner-content h5.border:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #21385E;
  left: 50%;
  margin-left: -30px;
  bottom: 0px;
}

.add-banner-1 .add-banner-content span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0px;
}

.add-banner-1 .add-banner-content a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.add-banner-1 .add-banner-content a:hover {
  color: #21385E;
}

.add-banner-1 .add-banner-content a.button-white-border {
  padding: 10px 40px;
}

.add-banner-1 .add-section-image.bg-overlay-black-50:before {
  z-index: 0;
}

.add-banner-1:hover .line-effect .overlay:before {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.add-banner-1:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}

.add-banner-2 .add-banner-content {
  padding: 100px 50px;
}

.add-banner-2 .add-banner-content h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.add-banner-2 .add-banner-content h3 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.shop-blog .blog-box {
  padding: 220px 30px 40px;
}

.shop-blog .blog-box:hover .blog-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.shop-blog .blog-box.active .blog-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

#main-slider.shop-04-banner .slider-content .slider {
  width: 50%;
}

#main-slider.shop-04-banner .slider-content span {
  background: #ffffff;
  padding: 10px 20px;
  display: inline-block;
}

#main-slider.shop-04-banner .slider-content h1 {
  color: #323232;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 10px;
}

#main-slider.shop-04-banner .slider-content p {
  font-size: 36px;
  line-height: 36px;
}

.shop-tab .tab-border .tab-content {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.add-banner-3 {
  position: relative;
  height: 100%;
}

.add-banner-3 .add-banner-content {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.add-banner-3.center-banner .add-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}

.add-banner-3.bottom-banner .add-banner-content {
  top: inherit;
  bottom: 0;
}

#main-slider.shop-05-banner .slider-content h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.shop-05-deal h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  text-shadow: 15px 15px 0px rgba(0, 0, 0, 0.1);
}

.shop-05-deal span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: block;
}

.shop-05-top .top-product {
  margin-top: -40px;
}

#main-slider.shop-06-banner .slider-content .slider {
  width: 50%;
}

#main-slider.shop-06-banner .slider-content h1 {
  color: #323232;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}

#main-slider.shop-06-banner .slider-content p {
  font-size: 20px;
  line-height: 30px;
}

.newsletter.gray-bg .form-control {
  background: #ffffff;
}

.shop-06-product .product {
  text-align: left;
}

.shop-block h2 {
  font-size: 50px;
  line-height: 50px;
}

.shop-block p {
  font-size: 20px;
}

.shop-06-sub-banner .newsletter.fancy .form-control {
  padding-right: 140px;
}

.banner-shop-07 span {
  font-family: 'Great Vibes', cursive;
  font-size: 130px;
  line-height: 160px;
  font-weight: normal;
  background: -webkit-linear-gradient(#d0ff90, #8eec07);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

.banner-shop-07 h1 {
  font-family: 'Tinos', serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: normal;
}

.banner-shop-07 p {
  font-family: 'Tinos', serif;
  font-size: 20px;
  letter-spacing: 3px;
}

.shop-08-product .container-fluid {
  padding: 0 100px;
}

.isotope-filters.filters-bb button {
  margin: 4px;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  border-radius: 0 !important;
  background: transparent;
  color: #363636;
  font-weight: 500;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.isotope-filters.filters-bb button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.isotope-filters.filters-bb button:hover {
  background: transparent;
  border-bottom: 2px solid #323232;
  color: #323232;
}

.isotope-filters.filters-bb button.active {
  background: transparent;
  border-bottom: 2px solid #323232;
  color: #323232;
}

.isotope-filters.filters-bb button + button {
  margin-left: 10px;
}

.wishlist-page .table tbody {
  border: 0px;
  border-bottom: 1px solid #f0ede7;
}

.wishlist-page .table &gt; tfoot &gt; tr &gt; td {
  border-top: none;
  border-bottom: solid 1px #f0ede7;
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table &gt; tfoot &gt; tr &gt; th {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table &gt; thead &gt; tr &gt; th {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table &gt; thead &gt; tr &gt; td {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table &gt; tbody &gt; tr &gt; th {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table &gt; tbody &gt; tr &gt; td {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}

.wishlist-page .table .image img {
  width: 50px;
}

.wishlist-page .table td.price.price-2 {
  color: #21385E;
}

.wishlist-page .table td.total a {
  border: 1px solid #f0ede7;
  font-size: 14px;
  padding: 3px 6px;
}

.wishlist-page .table td.total a:hover {
  border: 1px solid #21385E;
  background: #21385E;
  color: #ffffff;
}

.wishlist-page .table .td-quentety input {
  border: 1px solid #ccc;
  margin: 15px 0 5px 0;
  padding: 0px 0px 0 20px;
  width: 70px;
  height: 35px;
  background: transparent;
}

.wishlist-page .table .td-quentety input:focus {
  box-shadow: none;
}

.wishlist-page .price:hover {
  box-shadow: none;
}

.table &gt; thead &gt; tr &gt; th {
  border-bottom: 2px solid #dee2e6 !important;
}

/*************************
       1700px
*************************/
@media (max-width: 1700px) {
  .portfolio-title {
    padding: 60px 60px 30px;
  }
  .our-blog .blog-box-image {
    max-height: 286px;
  }
  .our-blog .blog-box-info {
    max-height: 286px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .objects-left .objects-1 {
    left: -20px;
  }
  .video-background-banner .slider-content {
    padding: 20px 30px;
  }
  .scroll-down {
    bottom: 30px;
  }
  .book-banner .slider-content-image .book {
    height: 500px;
  }
  .fish-banner .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 500px;
  }
  .fish-banner .fish-banner-content {
    padding-top: 90px;
  }
  .fish-about:before {
    background-position: -250px;
  }
  .awards-bg .awards:before {
    left: -20px;
  }
  .awards-bg .awards:after {
    right: -20px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 20px;
  }
}

@media (max-width: 1500px) {
  .portfolio-home .section-title p {
    font-size: 16px;
  }
  .our-blog .blog-box-image {
    max-height: 262px;
  }
  .our-blog .blog-box-info {
    max-height: 262px;
  }
  .blog-box-image .portfolio-caption .port-tag li a {
    font-size: 12px;
  }
  .slider-fade-carousel {
    height: 100%;
  }
  .our-service {
    padding-bottom: 60px;
  }
  .objects-left {
    display: none;
  }
  .objects-right {
    display: none;
  }
  .fullWidth .mega-menu .drop-down.grid-col-5 {
    width: 51.666667%;
  }
  .fancy .mega-menu .drop-down.grid-col-5 {
    width: 51.666667%;
  }
  .resume-contact .g-map {
    height: 642px;
  }
  .plumber-banner .slider-content-image img {
    height: 600px;
  }
  .awards-bg {
    padding: 80px 30px;
  }
  .certi-bg {
    padding: 80px 30px;
  }
  .pizza-dish-main {
    overflow: hidden;
  }
}

@media (max-width: 1400px) {
  .portfolio-title {
    padding: 40px 40px 0px;
  }
  .portfolio-home .portfolio-title.section-title {
    margin-bottom: 20px !important;
  }
  .portfolio-home .portfolio-title.section-title .button.mt-30 {
    margin-top: 10px !important;
  }
  .our-blog .blog-box-image {
    max-height: 240px;
  }
  .our-blog .blog-box-info {
    max-height: 240px;
  }
  .our-blog .blog-box-info p.pb-20.pt-30 {
    padding: 10px 0 !important;
  }
  .our-blog .blog-box-info span.text-white {
    display: none;
  }
  .custom-content-3.hello-content .custom-content-3-image img {
    margin-top: 150px;
    vertical-align: bottom;
    width: 100%;
  }
  .contact-3-info .contact-add {
    text-align: center;
  }
  .contact-3-info .contact-add i {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .contact-3-info .contact-add p {
    display: block;
    margin-top: 15px;
  }
  .image-holder-2-bg {
    height: 700px;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .feature-step-2-box {
    padding: 50px 30px;
  }
  .resume-page .container-fluid {
    padding: 0 30px;
  }
  .resume-contact .contact-form-main {
    padding: 30px;
  }
  .header.fancy.without-topbar .menu {
    top: 16px;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 20px;
  }
  .awesome-features .img-side img {
    top: 20px;
  }
  .video-background-banner .slider-content {
    padding: 30px 30px;
  }
  .video-background-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 110px;
    line-height: 120px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 132px;
  }
  .movie-banner .slider-content .banner-popup {
    width: 72%;
  }
  .blog-overlay blockquote.quote:before {
    display: none;
  }
  .fish-banner .slider-content p {
    font-size: 22px;
  }
  .hotel-feature-step .feature-step-2-box {
    padding: 70px 20px;
  }
  .pizza-about .pizza-about-content {
    padding-top: 0;
  }
  .footer-simple img#logo-footer {
    height: 30px;
  }
}

@media (max-width: 1272px) {
  .our-blog .blog-box-image {
    max-height: 185px;
  }
  .our-blog .blog-box-image .portfolio-caption .port-tag li {
    margin-top: 0px;
  }
  .our-blog .blog-box-image .portfolio-caption .button-border span {
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 11px;
  }
  .our-blog .blog-box-info {
    max-height: 185px;
    padding: 15px 20px;
  }
  .our-blog .blog-box-info a.button.button-white span {
    padding: 6px 16px;
  }
  .our-blog .blog-box-info a.button.button-white i {
    padding: 11px;
  }
  .our-blog .blog-box-info h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .our-blog .blog-box-info p {
    font-size: 14px;
  }
  .team-3 .team-social-icon a i {
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    width: 30px;
  }
  .our-history .history-content {
    padding: 125px 20px;
  }
  .about-me .maintenance-progress-bar .progress-bar {
    margin: 0 15px;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: -50px;
  }
  .error-search-box {
    width: 91%;
  }
  .fullWidth .mega-menu .drop-down.grid-col-5 {
    width: 61.666667%;
  }
  .fancy .mega-menu .drop-down.grid-col-5 {
    width: 61.666667%;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .pricing-table.active .pricing-top a.button {
    padding: 12px 30px;
  }
  .book-banner .slider-content-text h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px !important;
  }
  .book-banner .slider-content-text h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px !important;
  }
  .book-banner .slider-content-text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0px !important;
  }
  .book-banner .slider-content-text .button {
    margin-top: 3px !important;
    padding: 5px 10px;
  }
  .book-banner .slider-content-image .book {
    height: 400px;
  }
  .fish-banner .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .fish-banner .slider-content p {
    font-size: 18px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 400px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    font-size: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-date .form-control {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-date .nice-select span {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-date label.mb-30 {
    margin-bottom: 15px !important;
  }
  .hotel-banner-checkout .checkout .checkout-date &gt; span {
    margin-bottom: 5px !important;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 18px;
  }
}

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

@media (max-width: 1200px) {
  /*home2*/
  /*home 9*/
  /*medical*/
  /*404 error*/
  /*************************************
             v1.0.3
**************************************/
  /*************************************
             v1.0.4
**************************************/
  /*************************************
             v1.0.7
**************************************/
  /*************************************
             v1.0.8
**************************************/
  /*************************************
             v1.0.9
**************************************/
  /*************************************
             v1.2
**************************************/
  /*************************************
             v1.5
**************************************/
  /*************************************
             v1.5
**************************************/
  /*************************************
             v3.2
**************************************/
  /*************************************
             v3.3
**************************************/
  /*************************************
             v3.6
**************************************/
  .login-2-social li {
    margin: 0 3px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
  .title-effect::before {
    height: 25%;
    bottom: 4px;
  }
  .testimonial-2 .testimonial-center {
    width: 100%;
  }
  .deal-banner img {
    width: initial;
  }
  .deal-banner .countdown.small {
    margin: 0;
  }
  .footer-widget-social.float-end {
    float: none !important;
  }
  .blog-info h4 {
    font-size: 15px;
  }
  .blog-info p {
    font-size: 16px;
    padding: 10px 0 20px;
  }
  .blog-box.blog-1 .blog-info p {
    font-size: 14px;
  }
  .feature-text.box {
    padding: 30px;
  }
  .feature-text.fill-box {
    padding: 30px;
  }
  .nav.nav-tabs li a {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .happy-clients .nav-tabs li img {
    height: 80px;
    width: 80px;
  }
  .team .team-social-icon ul li a i {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 14px;
  }
  .team:hover .team-social-icon {
    bottom: 27%;
  }
  .feature-info h5 {
    font-size: 15px;
  }
  .contact-3 .map-side {
    height: 878px;
  }
  .contact-4 .map-side {
    height: 553px;
  }
  .service-blog {
    padding-top: 0;
  }
  .portfolio-home .isotope.columns-3 .grid-item {
    width: 50%;
    width: 50%;
  }
  .portfolio-title {
    padding: 60px 60px 30px;
  }
  .action-box h3 {
    font-size: 22px;
  }
  .action-box p {
    font-size: 15px;
  }
  .action-box a.button {
    right: 0;
    position: relative;
    top: inherit;
    margin-top: 10px;
  }
  .action-box .action-box-text {
    padding-right: 0;
  }
  .vertical-header .container-fluid {
    padding: 0 30px;
  }
  .team.team-round.full-border .team-description {
    padding: 30px 0;
  }
  .medical-tab .nav.nav-tabs li a {
    margin-bottom: 0;
    padding: 12px 20px;
  }
  .error-block {
    padding: 20px 0 70px 0px;
  }
  .error-block .error-text h2 {
    font-size: 320px;
  }
  .error-block .error-text span {
    font-size: 104px;
    right: 0;
  }
  .error-text-02 h2 {
    font-size: 320px;
  }
  .error-text-02 span {
    font-size: 104px;
    right: 0;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .pricing-content {
    width: 90%;
  }
  .pricing-content .pricing-table-list ul li {
    font-size: 14px;
  }
  .pricing-content .pricing-table-list ul li i {
    width: 18px;
  }
  .round .nav.nav-tabs li a {
    padding: 12px 20px;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 50px;
  }
  #services .feature-text.left-icon .feature-icon {
    position: relative;
    text-align: left;
  }
  #services .feature-text.left-icon .feature-info {
    padding-left: 0;
  }
  #services .feature-text .feature-icon span {
    padding-left: 0;
    margin-bottom: 10px;
  }
  #services .feature-text .feature-icon i {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .login-social li {
    margin: 3px 0px;
  }
  .blog.blog-grid-3-column .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.blog-grid-2-sidebar .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.masnary-blog-3-columns .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.masonry-main .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .timeline .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .awesome-features .img-side img {
    top: 10%;
  }
  .footer.footer-topbar .copyright ul li {
    padding: 0;
  }
  .isotope.columns-4 .grid-item {
    width: 33.333%;
  }
  .mega-menu .menu-links &gt; li &gt; a {
    padding: 0 10px;
  }
  .mega-menu .drop-down-multilevel {
    width: 200px;
  }
  .blockquote-section blockquote {
    font-size: 40px;
    line-height: 40px;
  }
  .christmas-countdown .countdown {
    margin: 0px 5px;
    width: 130px;
    height: 130px;
  }
  .christmas-countdown .countdown span {
    font-size: 34px;
  }
  .conference-about-content-right {
    padding: 92px 0;
  }
  .conference-about-content-left {
    padding: 110px 0 80px 0px;
  }
  .timer-banner .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .law-timeline .timeline-centered:before {
    left: 62px;
  }
  .portfolio-parallax-banner p {
    padding-right: 400px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .coming-soon-aerial .coming-soon-form.contact-form input {
    width: 100%;
  }
  .coming-soon-big {
    padding: 0;
  }
  .error-05 .error-bottom .tree {
    left: -120px;
  }
  .error-05 .error-bottom .back-to-home {
    right: 0;
  }
  .error-05 h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-05 span {
    font-size: 50px;
    line-height: 50px;
  }
  .error-05 p {
    font-size: 22px;
  }
  .error-03 .error-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-03 .content h1 {
    font-size: 48px;
  }
  .error-03 .content h2 {
    font-size: 42px;
  }
  .coming-soon-birds .countdown {
    margin: 0px 10px;
  }
  .about-05-split .shop-split-content {
    padding: 20px 0;
  }
  #main-slider .slider-content h1 {
    font-size: 40px;
  }
  .header.logo-center.magazine-header .mega-menu .menu-links &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.logo-center.magazine-header .menu-logo {
    padding: 14px 0;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-04-banner .slider-content p {
    font-size: 24px;
    line-height: 27px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .shop-05-top .pt-100 {
    padding-top: 40px !important;
  }
  .fish-about:before {
    background-position: -200px;
    background-size: 140%;
  }
  .fish-gallery .section-title h2 {
    font-size: 40px;
    line-height: 70px;
  }
  .fish-gallery .owl-carousel .owl-nav {
    left: -280px;
    bottom: 0;
    left: 0;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 14px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    top: 20%;
  }
  .pizza-feature-content {
    padding: 70px 30px;
  }
  .burger-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .burger-banner p {
    font-size: 24px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-05 {
    top: 185px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-04 {
    top: 170px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-03 {
    top: 110px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-02 {
    top: 95px;
  }
  .burger-banner-ani {
    width: 370px;
  }
  .burger-item-06 {
    top: 260px;
  }
  .burger-item-05 {
    top: 210px;
  }
  .burger-item-04 {
    top: 195px;
  }
  .burger-item-03 {
    top: 140px;
  }
  .burger-item-02 {
    top: 135px;
  }
  .burger-item-01 {
    top: 25px;
  }
  .skateboard-banner .slider-content-image img {
    height: 570px;
  }
  .action-box.gray-bg a.button {
    right: 0;
  }
  .action-box.black-bg a.button {
    right: 0;
  }
  .action-box.theme-bg a.button {
    right: 0;
  }
  .action-box.action-box-border a.button {
    right: 0;
  }
  .agency-feature h3 {
    font-size: 22px;
  }
  .plumber-banner .slider-content-image img {
    height: 450px;
  }
  .services-text-box-black {
    padding: 10px !important;
  }
  .phone-holder {
    width: 280px;
  }
  .highlights-phone.wht .phone-holder #fon {
    background-size: 100%;
  }
  .search-no-result .bg-title h2 {
    font-size: 350px;
  }
  .barber-title span {
    font-size: 130px;
  }
  .choose-us-bg {
    padding: 80px 20px;
  }
  .tattoo-banner h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .marketing-step .step-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
  .marketing-step .step-box h4 {
    line-height: 180px;
  }
  .business-banner p {
    padding: 0 160px;
  }
  .business-banner-03 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .business-video .business-video-box .vertical-align {
    padding: 50px;
  }
  .business-banner-04 h1 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .vertical-header .container {
    max-width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    margin-bottom: 5px;
  }
  .feature-step-2 .feature-step-2-title-2-right p {
    line-height: 20px;
  }
  .listing-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .listing-places {
    padding-bottom: 230px;
  }
}

@media (max-width: 1025px) {
  /*error*/
  /*blog timeline*/
  /*process*/
  /*medical*/
  /*************************************
             v1.0.2
**************************************/
  /*************************************
             v1.0.6
**************************************/
  /*************************************
             v1.0.7
**************************************/
  /*************************************
             v1.0.9
**************************************/
  /*************************************
             v1.2
**************************************/
  /*************************************
             v1.3
**************************************/
  /*************************************
             v3.0
**************************************/
  .mega-menu .menu-links &gt; li &gt; a {
    padding: 10px 8px;
  }
  .portfolio-title {
    padding: 30px 30px 30px;
  }
  .error-search-box {
    width: 100%;
    text-align: center;
  }
  .clients-logo.line {
    width: 28.3333%;
  }
  .clients-logo.line img {
    width: 90%;
  }
  .blog .timeline &gt; li &gt; .timeline-badge {
    right: -66px;
  }
  .blog .timeline &gt; li.timeline-inverted &gt; .timeline-badge {
    left: -63px;
  }
  .deal-banner .caption {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .action-box p {
    font-size: 13px;
  }
  .action-box h3 {
    padding-right: 230px;
  }
  .medical-tab .nav.nav-tabs li a {
    padding: 12px 10px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-price {
    font-size: 32px;
  }
  .awesome-features .img-side img {
    top: 13%;
  }
  .footer-social-big ul li {
    width: 66px;
  }
  .footer .footer-social li {
    padding: 0 1px;
  }
  .footer ul.list-inline-item.text-left li {
    padding: 0 1px;
  }
  .login-bg .login-social li a.fb {
    padding: 12px 14px;
  }
  .isotope-filters button + button {
    margin-left: 2px;
  }
  .happy-clients .nav-tabs li {
    padding: 0 2px;
  }
  .header.fullWidth .container-fluid {
    padding: 0 15px;
  }
  .movie-banner .slider-content .banner-popup {
    width: 100%;
  }
  .movie-banner .countdown.small {
    margin: 0;
  }
  .movie-banner .countdown.round.small {
    width: 90px;
    height: 90px;
  }
  .movie-banner .countdown p {
    font-size: 13px;
  }
  .law-timeline .timeline-centered:before {
    left: 56px;
  }
  .error-05 .error-bottom .board {
    left: 264px;
  }
  .blockquote-section .action-box h3 {
    padding: 0;
  }
  #main-slider.shop-06-banner .slider-content .slider {
    width: 70%;
  }
  .shop-08-product .container-fluid {
    padding: 0 15px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 340px;
  }
  .fish-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .fish-banner .slider-content p {
    font-size: 16px;
  }
  .fish-banner .fish-banner-content {
    padding-top: 50px;
  }
  .fish-gallery .section-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .hotel-banner-checkout .checkout .checkout-name {
    padding: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    top: inherit;
    line-height: 54px;
  }
  .awards-bg {
    padding: 40px 20px;
  }
  .certi-bg {
    padding: 40px 20px;
  }
  .skateboard-box h2 {
    font-size: 27px;
  }
  .bitcoin-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-banner h3 {
    margin: 0 15px;
    font-size: 24px;
  }
  .bitcoin-custom-content .counter label {
    font-size: 14px;
  }
  .bitcoin-custom-content .counter span.icon {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 991px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mr-0 {
    margin-right: 0 !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .row-eq-height {
    display: block;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .default {
    position: relative;
    background: #323232;
  }
  .mega-menu {
    min-height: 60px;
  }
  .mega-menu .menu-logo {
    padding: 10px 0;
  }
  .mega-menu .menu-logo &gt; li &gt; a {
    padding: 0;
  }
  .mega-menu .menu-logo img {
    height: 30px;
    margin: 5px 0;
  }
  .mega-menu .menu-logo img.logo-big {
    height: 36px;
  }
  .mega-menu .menu-links {
    overflow: auto;
    padding: 10px;
  }
  .mega-menu .menu-links &gt; li.active .drop-down-multilevel a:hover {
    color: #323232;
  }
  .mega-menu .menu-links &gt; li &gt; a {
    line-height: normal;
  }
  .mega-menu .drop-down-multilevel {
    border-top: 0px !important;
    width: inherit;
    padding: 0;
  }
  .mega-menu .drop-down-multilevel li:hover &gt; a i.fa {
    color: #323232;
  }
  .mega-menu .drop-down-multilevel a {
    display: block;
    padding: 10px 20px;
  }
  .mega-menu .mobileTriggerButton {
    z-index: 1;
  }
  .mega-menu .drop-down {
    border-top: 0px !important;
    padding: 0;
  }
  .mega-menu .drop-down-tab-bar {
    border-top: 0px !important;
    padding: 0;
  }
  .mega-menu &gt; section.menu-list-items {
    height: 60px !important;
  }
  .mega-menu .menu-mobile-collapse-trigger {
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .search-cart {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 999;
  }
  .search-cart span.icon {
    line-height: 50px;
  }
  .search-cart i.icon {
    line-height: 50px;
    line-height: 60px;
  }
  .search-cart .shpping-cart {
    vertical-align: top;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .search-cart .side-menu-icon {
    vertical-align: top;
    padding-top: 20px;
  }
  .fancy .mega-menu &gt; section.menu-list-items {
    height: 70px !important;
  }
  .fancy .mega-menu &gt; section.menu-list-items .menu-links {
    float: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .header.fancy .mega-menu &gt; section.menu-list-items {
    box-shadow: none;
    padding: 0;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:before {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:after {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-logo {
    padding: 16px 0px;
  }
  .header.fancy .mega-menu .menu-links &gt; li &gt; a {
    line-height: 20px;
  }
  .header.fancy .menu {
    position: relative;
    top: 0;
  }
  .header.fancy .topbar {
    padding: 10px 0px 10px;
  }
  .header.fancy .topbar + .menu {
    top: 0px;
  }
  .header.fancy .search-cart span.icon {
    line-height: 60px;
  }
  .header.fancy .search-cart i.icon {
    line-height: 74px;
  }
  .header.fancy .search-cart .search {
    padding-right: 0;
  }
  .header.fancy .mega-menu.mobileTopFixed section.menu-list-items {
    padding: 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header.fancy .mega-menu.desktopTopFixed .menu-logo {
    padding: 15px 0;
  }
  .header.fancy .search .search-btn {
    margin-top: 23px;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger:before {
    background: #323232;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger:after {
    background: #323232;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.light .mega-menu.mobileTopFixed .menu-list-items {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header.logo-center .mega-menu {
    min-height: 60px;
  }
  .header.logo-center .menu-bar {
    border: 0px;
  }
  .header.logo-center .mega-menu.desktopTopFixed .menu-bar {
    width: 100%;
  }
  .header.left-menu .menu-links {
    padding-left: 0;
  }
  .header.transparent {
    position: relative;
    background: #323232;
  }
  header.one-page {
    position: relative;
    background: #323232;
  }
  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }
  .navbar .navbar-brand {
    padding: 0;
    padding: 15px 0;
  }
  .navbar .navbar-brand img {
    height: 28px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left {
    float: none !important;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    margin-top: 14px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 22px;
    box-shadow: none;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    float: none;
  }
  .navbar-nav &gt; li {
    float: none;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-inverse .navbar-collapse {
    background: #323232;
    border: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar-inverse .navbar-form {
    background: #323232;
    border: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar-inverse .navbar-nav &gt; li {
    padding: 15px 15px;
  }
  .navbar-inverse .navbar-toggle {
    border: 0;
  }
  .navbar-inverse .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-inverse .navbar-toggle:hover {
    background: transparent;
  }
  .header.burger {
    padding: 10px 10px;
    position: relative;
    background: #ffffff;
  }
  .header.burger .logo img {
    height: 30px;
    margin-top: 10px;
  }
  .header.burger span.text-white {
    color: #323232 !important;
  }
  .vertical-header {
    padding-left: 0;
  }
  .vertical-header .header {
    left: inherit;
    padding-bottom: 150px;
  }
  .vertical-header .container-fluid {
    padding: 0 15px;
  }
  .vertical-menu .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 10px 15px 10px 40px;
  }
  .vertical-menu .navbar-nav {
    margin: 0px;
  }
  .vertical-menu .navbar-nav .open .dropdown-menu {
    position: relative;
    background-color: #f4f5f6;
  }
  .vertical-menu .navbar-nav &gt; li &gt; .dropdown-menu {
    margin-bottom: 10px;
  }
  .vertical-menu .open &gt; .dropdown-menu {
    display: inline-block;
  }
  .vertical-menu .content-scroller {
    margin-left: 0px;
    padding-top: 50px;
  }
  .vertical-menu .navbar-toggle {
    display: none;
  }
  .vertical-menu .navbar-collapse.collapse {
    display: block !important;
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links {
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links &gt; li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .vertical-menu .menu .mega-menu .menu-links &gt; li &gt; a {
    padding: 15px 23px;
    color: #ffffff;
  }
  .vertical-menu .mega-menu .menu-links {
    display: block !important;
  }
  .vertical-menu .mega-menu .menu-mobile-collapse-trigger {
    display: none;
  }
  .vertical-menu .social-icons li {
    float: none;
    display: inline-block;
    margin: 0 3px 8px 0;
  }
  .vertical-menu .menu-widgets {
    bottom: 0;
  }
  #left-header {
    position: fixed;
    left: -230px;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: 9999;
  }
  .but span {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .but.active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-responsive {
    height: 60px;
    position: fixed;
    background: #000000;
    z-index: 9999;
    width: 100%;
    padding: 14px 15px;
    display: block;
  }
  .menu-responsive b {
    color: #21385E;
    font-size: 18px;
    text-transform: uppercase;
  }
  .header.fancy.without-topbar .menu {
    top: 0;
  }
  .search .search-btn {
    line-height: 30px;
    margin-top: 16px;
  }
  .search .search-input input {
    width: 100%;
  }
  .logo-center .mega-menu .menu-logo {
    padding: 14px 0;
  }
  .logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links &gt; li &gt; a {
    padding: 0px 8px;
    line-height: 40px;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .header .mega-menu.mobileTopFixed .menu-list-items {
    background: #323232;
  }
  .mega-menu.mobileTopFixed .menu-logo {
    padding: 10px 0;
  }
  .mega-menu.mobileTopFixed .search-cart .shpping-cart {
    vertical-align: inherit;
  }
  .container-fluid &gt; .navbar-collapse {
    margin: 0;
  }
  .container-fluid &gt; .navbar-header {
    margin: 0;
  }
  .container &gt; .navbar-collapse {
    margin: 0;
  }
  .container &gt; .navbar-header {
    margin: 0;
  }
  .header.vertical-menu .mega-menu.mobileTopFixed {
    display: none;
  }
  .header.text-dark .mega-menu &gt; section.menu-list-items .menu-links {
    background: #323232;
  }
  .header.text-dark .mega-menu .menu-links &gt; li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header.text-dark .mega-menu .menu-links &gt; li &gt; a {
    color: #ffffff;
  }
  .header.text-dark .mega-menu .drop-down-multilevel .drop-down-multilevel {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
    background: #323232;
  }
  .header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
    padding: 14px 0;
    width: 100%;
  }
  .header.logo-center.magazine-header .mega-menu .menu-links &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.logo-center.magazine-header .add-banner {
    display: none;
  }
  .header.logo-center.magazine-header .menu-logo {
    width: inherit;
    margin-right: inherit;
    float: none;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 50px;
    top: 3px;
  }
  .page-title {
    padding-top: 100px;
    text-align: left;
  }
  .page-title .page-breadcrumb {
    float: none;
    text-align: left;
    width: 100%;
  }
  .page-title .page-title-name {
    width: 100%;
  }
  .page-title.right .page-title-name {
    text-align: right;
    float: none;
    width: 100%;
  }
  .page-title.right .page-breadcrumb {
    float: none;
    text-align: right;
  }
  .portfolio-title.section-title {
    margin-bottom: 0;
  }
  .happy-clients .tab-content {
    padding-bottom: 60px;
  }
  .happy-clients .mt-60 {
    margin-top: 20px !important;
  }
  .happy-clients .col-md-6.mt-60 {
    margin-top: 0 !important;
  }
  .popup-video {
    margin-bottom: 30px;
  }
  .custom-content {
    padding: 30px;
  }
  .custom-content-3-image {
    display: none;
  }
  .inner-intro {
    padding-top: 120px;
  }
  .page-two-sidebar .page-content {
    margin-top: 40px;
  }
  .clients-logo.line {
    width: 32.3333%;
    float: none;
    display: inline-block;
  }
  .clients-logo.line img {
    width: 100%;
  }
  .contact.contact-2 a.button {
    margin-bottom: 30px;
  }
  .contact-3 .contact-add {
    min-height: 310px;
  }
  .contact-3 .contact-3-info {
    height: auto;
  }
  .contact-3 .contact-map iframe {
    height: 400px;
  }
  .contact-3 .map-side {
    height: auto;
    position: inherit;
  }
  .contact-3 .g-map {
    height: 300px;
    padding: 0;
  }
  .error-block {
    background-size: 90%;
  }
  .error-block p {
    font-size: 26px;
  }
  .error-block .error-text h2 {
    font-size: 260px;
  }
  .error-search-box p {
    font-size: 19px;
    line-height: 35px;
  }
  .map-side {
    position: inherit;
  }
  .text-right.action-box-button {
    text-align: left;
  }
  .our-activities .accordion {
    margin-top: 60px;
  }
  .maintenance-main h1.mb-50 {
    font-size: 34px;
    margin-bottom: 10px !important;
  }
  .maintenance-main i {
    font-size: 60px;
  }
  .maintenance-form {
    width: 100%;
  }
  .maintenance-progress-bar span {
    font-size: 24px;
  }
  .feature-text.box {
    padding: 20px 10px;
  }
  .feature-text.box p {
    font-size: 14px;
  }
  .feature-text.fill-box {
    padding: 20px 10px;
  }
  .feature-box-content {
    padding: 20px 15px 0;
  }
  .feature-box a {
    padding: 0 15px;
  }
  .skill-title {
    font-size: 15px;
  }
  .counter .timer {
    font-size: 38px;
  }
  .counter label {
    font-size: 14px;
  }
  .team-3-box {
    padding: 10px;
  }
  .team-3-box .team-overlay {
    padding: 30px 15px 0;
  }
  .menu-bar {
    float: none;
  }
  .search-active .search-cart {
    left: 0;
    width: 100%;
  }
  .search-active .mega-menu .menu-mobile-collapse-trigger {
    z-index: 9;
  }
  .footer p {
    font-size: 13px;
  }
  .footer .divider {
    display: none;
  }
  .footer #logo-footer {
    height: 40px;
  }
  .feature-text p {
    font-size: 14px;
  }
  .accordion.accordion-2 .acd-group.acd-active .acd-heading {
    font-size: 22px;
  }
  .split-section .img-side {
    display: none;
  }
  .conference-split.split-section .img-side {
    display: block;
  }
  .our-service {
    padding-bottom: 60px;
  }
  .testimonial.boxed {
    padding: 50px 30px 75px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 80px;
  }
  .services-text-box-blue {
    padding: 50px 30px;
  }
  .services-text-box-black {
    padding: 50px 30px;
  }
  .highlights-phone {
    margin-top: 20px;
  }
  .mobile-slider h5 {
    font-size: 14px;
  }
  .service-blog {
    margin-bottom: 40px;
  }
  .service-blog b {
    right: 0;
    font-size: 250px;
  }
  .service-blog.left b {
    left: 0;
  }
  .blog.blog-grid-3-column .social.float-end {
    float: none;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .masonry.columns-3 .masonry-item {
    width: 50%;
    width: 50%;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: -70px;
  }
  .isotope.columns-3 .grid-item {
    width: 50%;
  }
  .isotope.columns-4 .grid-item {
    width: 50%;
  }
  .isotope.columns-5 .grid-item {
    width: 50%;
  }
  .masonry.columns-4 .masonry-item {
    width: 50%;
  }
  .masonry.columns-5 .masonry-item {
    width: 50%;
  }
  .port-post-social.float-end {
    float: none !important;
  }
  .process.left .process-content {
    padding-left: 50px;
  }
  img.bottom-img {
    display: none;
  }
  .resume-contact .g-map {
    height: 300px !important;
    padding-top: 40%;
  }
  .resume-contact .contact-form-main {
    padding: 30px 15px;
  }
  .contact-4 .map-side {
    height: 300px !important;
  }
  img#logo-footer {
    height: 30px;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 44%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 44%;
  }
  .blockquote-right {
    margin: 0;
  }
  .buttons .button {
    margin-bottom: 10px;
  }
  .buttons button {
    margin-bottom: 4px;
  }
  .button + .button {
    margin-left: 3px;
  }
  .countdown {
    margin: 0px 10px;
  }
  .countdown.medium {
    margin: 0 15px;
  }
  .countdown.medium span {
    font-size: 50px;
  }
  .countdown.large {
    margin: 0 10px;
  }
  .countdown.large span {
    font-size: 60px;
  }
  .countdown.large p {
    font-size: 18px;
  }
  .countdown.round.medium {
    width: 140px;
    height: 140px;
  }
  .countdown.round.medium span {
    line-height: 58px;
  }
  .countdown.round.large {
    width: 150px;
    height: 150px;
  }
  .countdown.round.large span {
    line-height: 62px;
  }
  .action-box a.button {
    position: relative;
    top: inherit;
    margin-top: 20px;
  }
  .action-box h3 {
    padding-right: 0px;
  }
  .action-box a.popup-youtube {
    position: relative;
    top: inherit;
    margin-top: 20px;
    right: inherit;
  }
  .action-box.theme-bg a.button {
    right: inherit;
  }
  .action-box.black-bg a.button {
    right: inherit;
  }
  .action-box.gray-bg a.button {
    right: inherit;
  }
  .agency-about {
    padding-bottom: 60px !important;
  }
  .our-sercive1:before {
    display: none;
  }
  .our-sercive1:after {
    display: none;
  }
  .special-feature {
    top: 60px;
    margin-bottom: 0px;
  }
  .special-feature .row-eq-height.no-gutter {
    margin-top: 40px;
  }
  .special-feature .row-eq-height {
    display: flex;
  }
  .special-feature .feature-text {
    padding: 30px 20px;
  }
  .special-feature .feature-text .feature-icon span {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .special-feature .feature-text .feature-icon i {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .page-section-1-pt {
    padding-top: 70px;
  }
  .page-section-1-pb {
    padding-bottom: 70px;
  }
  .page-section-1-ptb {
    padding: 70px 0;
  }
  .gym-about {
    background: #ffffff !important;
  }
  .appointment {
    margin-top: 0px;
  }
  .appointment a.float-start {
    float: none !important;
  }
  .appointment .appointment-bg {
    margin-top: 50px;
  }
  .popup-video-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .video-background-banner .slider-content {
    width: 100%;
  }
  .video-background-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .shop-split.split-section {
    padding: 0px;
  }
  .shop-split.split-section .img-side {
    display: block;
    right: inherit;
    padding: 0;
    position: relative !important;
    top: inherit;
    height: 100%;
    overflow: hidden;
    z-index: 100;
  }
  .shop-split.split-section .img-holder {
    position: relative;
    top: inherit;
    width: inherit;
    height: inherit;
    padding: 130px;
  }
  .shop-split.split-section .img-side.img-right {
    right: inherit;
  }
  .shop-split.split-section .img-side.img-left {
    left: inherit;
  }
  .shop-split-content {
    padding: 40px 0;
  }
  .add-banner-2 .add-banner-content {
    padding: 60px 20px;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .add-banner-2 .add-banner-content h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .add-banner-2.text-center .add-banner-content h2 {
    font-size: 26px;
    line-height: 29px;
  }
  .portfolio-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .personal-typer-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .personal-typer-banner h1 span {
    font-size: 35px;
  }
  .deal-banner.maintenance-progress-bar img {
    width: 100%;
  }
  .page-section-ptb.mt-150 {
    margin-top: 0 !important;
  }
  .pricing-content {
    width: 90%;
  }
  .pricing-content .pricing-table-list ul li {
    font-size: 12px;
  }
  .process-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .process-list .col-sm-12 {
    padding: 0;
  }
  .interior-action-box .action-box {
    margin-top: 20px;
  }
  .pricing-table.active .pricing-top a.button {
    padding: 12px 40px;
    font-size: 15px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-price {
    font-size: 22px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 16px;
  }
  .action-box.full-width a.button {
    right: 0;
  }
  .team.team-round .team-description {
    padding-bottom: 0;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 0px;
  }
  .blog-box.blog-2 .button.icon-color {
    margin-top: 10px;
    float: none !important;
  }
  .blog-box.blog-2 .blog-info {
    padding: 10px;
  }
  .medical-tab .tab .nav.nav-tabs li a {
    font-size: 14px;
    padding: 12px 6px;
  }
  .contact-2 .g-map {
    padding-top: 30%;
  }
  .single-portfolio-post .port-information .social.float-end {
    flex: none !important;
    display: inline-block;
    width: 100%;
  }
  .js-video.big {
    padding-top: 18px;
  }
  .typer-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  ul.page-breadcrumb {
    padding-top: 10px;
  }
  .blog .timeline &gt; li &gt; .timeline-badge {
    right: -56px;
  }
  .blog .timeline &gt; li.timeline-inverted &gt; .timeline-badge {
    left: -53px;
  }
  .action-box.action-box-border a.button {
    left: 0;
  }
  .port-information img {
    width: 100%;
  }
  .text-left.mt-100 {
    margin-top: 0 !important;
  }
  .portfolio-03-about {
    padding-left: 0;
  }
  .slider-parallax.typer-banner.business p {
    padding: 0;
  }
  .blockquote-section blockquote.quote {
    padding-top: 50px;
  }
  .blockquote-section blockquote.quote:before {
    line-height: 70px;
  }
  .blockquote-section .blockquote-section-left {
    margin-left: 0;
  }
  .blockquote-section .blockquote-section-right {
    margin-left: 0;
  }
  .blockquote-section .action-box {
    padding: 40px 20px;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 90px;
    line-height: 90px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 96px;
    line-height: 70px;
  }
  .christmas-team {
    margin-top: 0 !important;
  }
  .christmas-event .blog-date {
    text-align: left;
  }
  .christmas-event .button.mt-60 {
    margin-top: 20px !important;
  }
  .christmas-event .blog-image {
    width: 100px;
  }
  .christmas-price .mt-100.mb-100 {
    margin: 0 !important;
  }
  .christmas .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .timer-banner .slider-content-middle {
    top: 50%;
  }
  .timer-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .conference-about-content-right {
    margin-left: 0px;
    padding: 20px 0 0;
  }
  .conference-about-content-left {
    padding: 50px 0 30px 0px;
  }
  .conference-about img {
    width: 100%;
  }
  .conference-split-content {
    padding: 0;
  }
  .conference-video .mt-100.mb-100 {
    margin: 0 !important;
  }
  .one-page.light .navbar-inverse .navbar-toggle .icon-bar {
    background: #323232;
  }
  .architecture-about h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .architecture-about .mt-60.mb-60 {
    margin: 0 !important;
  }
  .architecture-portfolio .text-right {
    text-align: left;
    margin-bottom: 30px;
  }
  .architecture-portfolio .isotope-filters {
    text-align: left;
  }
  .architecture-portfolio .mb-40 {
    margin-bottom: 0px !important;
  }
  .agency-banner .slider-content {
    padding: 0 0px 0 30px;
  }
  .agency-banner .slider-content h1 {
    padding: 50px 20px 20px 20px;
  }
  .movie-banner .slider-content-middle {
    top: 50%;
  }
  .one-page.transparent {
    background: #323232;
  }
  .one-page .social-icons {
    padding: 10px 0;
    right: 60px;
  }
  .one-page.nav-center .navbar-collapse.collapse {
    text-align: left;
  }
  .law-banner .slider-content {
    padding: 0;
  }
  .law-timeline .timeline-centered:before {
    display: none;
  }
  .law-timeline .timeline-centered .timeline-entry:last-child {
    margin-bottom: 0;
  }
  .law-timeline .timeline-label h3 {
    line-height: 12px;
  }
  .law-contact {
    padding: 0;
  }
  .one-page.dark-text .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #ffffff;
  }
  .agency-02-about-content-right {
    margin-left: 0;
  }
  .agency-02-action-box .action-box {
    margin-top: 40px;
  }
  .agency-02-action-box .action-box.white-bg {
    padding: 50px 20px;
  }
  .agency-02-action-box .popup-video-image a i {
    position: relative;
    top: 20px;
    transform: inherit;
  }
  .agency-02-action-box .popup-video-image:before {
    background: transparent;
  }
  .agency-feature h3 {
    line-height: 60px;
    font-size: 16px;
  }
  .portfolio-parallax-banner p {
    padding: 0;
  }
  .portfolio-parallax-banner h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .agency-02-about h3:before {
    display: none;
    background: none;
  }
  .coming-soon-middle {
    position: inherit;
    top: inherit;
    transform: inherit;
    padding: 50px 20px;
  }
  .coming-soon-aerial .container-fluid {
    padding: 30px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 80px;
    line-height: 80px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 20px;
    line-height: 20px;
  }
  .error-05 .button-home {
    display: block;
  }
  .error-05 .back-to-home {
    display: none;
  }
  .error-05 .penguin {
    display: none;
  }
  .error-05 .error-bottom .tree {
    display: none;
  }
  footer.error-03 .social-icons {
    float: none;
  }
  footer.error-03 .social-icons ul {
    display: inline-block;
    text-align: center;
  }
  footer.error-04 .social-icons {
    float: none;
  }
  footer.error-04 .social-icons ul {
    display: inline-block;
    text-align: center;
  }
  .coming-soon-effects .coming-soon h1 {
    font-size: 40px;
  }
  .about-05-split.page-section-ptb {
    padding: 0;
  }
  .login-fancy {
    padding: 40px 30px;
  }
  .login .vertical-align {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
  .login .height-100vh {
    height: inherit;
  }
  .login.vertical-align {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
  .login.height-100vh {
    height: inherit;
  }
  .login-box .pos-bot {
    position: inherit;
    padding-bottom: 0 !important;
  }
  .login-box-theme:before {
    display: none;
  }
  .login-box-theme:after {
    display: none;
  }
  .login-box-left {
    padding-bottom: 20px;
  }
  .login-box-left .pos-bot {
    position: inherit;
    padding-bottom: 0 !important;
    margin-top: 20px;
  }
  .login-14 {
    padding: 30px 40px;
  }
  .login-14 .pb-50 {
    padding-bottom: 0 !important;
  }
  .login-15 {
    padding: 30px 40px;
  }
  .login-15 .pb-50 {
    padding-bottom: 0 !important;
  }
  .about-mission {
    margin-top: 40px;
  }
  .about-mission-title {
    padding-bottom: 80px;
  }
  .blog-overlay .blog-image img {
    width: 100%;
  }
  #main-slider .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #main-slider .slider-content .slider-left {
    width: 70%;
  }
  #main-slider .slider-content .slider-right {
    width: 30%;
  }
  #main-slider.shop-04-banner .slider-content .slider {
    width: 100%;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  #main-slider.shop-04-banner .slider-content p {
    font-size: 18px;
    margin: 10px 0 !important;
  }
  #main-slider.shop-04-banner .slider-content span {
    margin-bottom: 10px !important;
    font-size: 14px;
    padding: 6px 10px;
  }
  #main-slider.shop-04-banner .slider-content a.button {
    padding: 5px 14px;
  }
  .shop-05-top .top-product {
    margin-top: 30px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-06-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #main-slider.shop-06-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  .banner-shop-07 span {
    font-size: 80px;
    line-height: 100px;
  }
  .banner-shop-07 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .shop-08-product .section-title.text-left {
    text-align: center;
  }
  .shop-08-product .isotope-filters {
    text-align: center;
    float: left !important;
  }
  .book-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .plumber-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .plumber-banner .row.row-eq-height .col-sm-12 {
    position: inherit;
  }
  .plumber-banner .slider-content-text {
    left: 0;
  }
  .plumber-banner .slider-content-image {
    left: 20%;
  }
  .product-feature img {
    display: none;
  }
  .toch-future {
    text-align: center;
  }
  .toch-future img {
    display: none;
  }
  .fish-about:before {
    background: #ffffff;
  }
  .fish-gallery p.text-white {
    color: #323232;
    margin-top: 10px !important;
  }
  .fish-gallery .fish-gallery-top {
    margin-top: 0;
  }
  .fish-gallery .section-title h2 {
    color: #ffffff;
    padding-top: 40px;
  }
  .fish-banner .slider-content {
    margin: 0 30px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: inherit;
  }
  .fish-banner .slider-content h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .fish-banner .slider-content a.button {
    padding: 0 15px;
  }
  .fish-banner .fish-banner-image {
    margin-right: 0;
  }
  .hotel-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hotel-banner .slider-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .hotel-banner-checkout .checkout {
    margin-top: 0;
    background: #050801;
    border-top: 0px;
    padding: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-name {
    padding: 0;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-date {
    margin-top: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    line-height: 33px;
  }
  .pizza-about .pos-bot img {
    display: none;
  }
  .pizza-about .pizza-about-content {
    padding-bottom: 50px;
  }
  .pizza-about h2 {
    font-size: 30px;
  }
  #header.pizza-menu .container-fluid {
    padding: 0 15px;
  }
  #header.pizza-menu .mega-menu .menu-logo {
    padding: 5px 0;
  }
  #header.pizza-menu .mega-menu .menu-logo img {
    height: 40px;
  }
  .rev-slider {
    margin: 0;
  }
  header.one-page.light .navbar-inverse .navbar-collapse {
    background: #323232;
  }
  header.one-page.light .navbar-inverse .navbar-form {
    background: #323232;
  }
  .menu-body .menu-thumbnail {
    width: 100px;
    margin-bottom: 20px;
  }
  .make-call h2:before {
    display: none;
  }
  .burger-welcome-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .burger-about.page-section-ptb {
    padding-top: 0;
  }
  .burger-about-content-right {
    margin-left: 0;
  }
  .burger-custom-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .burger-contact .burger-contact-bg {
    left: 50px;
    height: 50px;
  }
  .skateboard-box {
    margin-bottom: 150px;
  }
  .skateboard-box .skateboard-box-content {
    padding-left: 200px;
  }
  .skateboard-video .js-video {
    margin-bottom: 70px;
  }
  .bitcoin-banner .button {
    font-size: 14px;
    padding: 7px 15px;
    margin: 14px 0 !important;
  }
  .chart-bitcoin .chart-bitcoin-content {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .bitcoin-custom-content-02 .button {
    margin-top: 30px;
  }
  .skateboard-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .skateboard-banner .row.row-eq-height .col-sm-12 {
    position: inherit;
  }
  .skateboard-banner .slider-content-text {
    left: 20px;
  }
  .skateboard-banner h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .skateboard-about .about-image {
    height: 460px;
  }
  .st-menu.right-side .pos-bot {
    bottom: inherit;
  }
  .skateboard-product {
    padding-top: 70px;
  }
  .book-counter .counter {
    margin-top: 30px;
  }
  .fish-company {
    padding-bottom: 40px;
  }
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:before {
    background: #323232;
  }
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:after {
    background: #323232;
  }
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .process .border-area.left-bottom {
    width: 60px;
  }
  .service-04-video {
    padding: 0 !important;
  }
  .service-07 .agency-02-about-content-right {
    margin-left: 0;
  }
  .search-no-result .bg-title h2 {
    font-size: 270px;
  }
  .barber-header .mega-menu .topbar-social {
    display: none;
  }
  .barber-header .mega-menu .topbar-telephone {
    display: none;
  }
  .barber-header .mega-menu .menu-logo &gt; li &gt; a img {
    height: 30px;
  }
  .barber-header.logo-center .mega-menu .menu-logo {
    padding: 12px 0;
  }
  .barber-title span {
    top: -45px;
    font-size: 100px;
  }
  .barber .about-history {
    margin: 40px 0px;
  }
  .choose-us {
    background: #323232 !important;
  }
  .choose-us .section-title {
    margin-bottom: 80px;
  }
  .choose-us-bg {
    padding: 40px 0px;
  }
  .choose-us-after:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #f7f7f7;
    right: -100%;
    top: 0;
  }
  .promo-text {
    margin-bottom: 50px;
  }
  .feature-step {
    padding: 240px 30px;
  }
  .tattoo-banner h1 {
    font-size: 54px;
    line-height: 76px;
  }
  .price-tattoo {
    padding: 0;
  }
  .burger-dark {
    background: #000 !important;
  }
  .burger-dark span.text-white {
    color: #ffffff !important;
  }
  .team .barber-section-title .w-50 {
    width: 100% !important;
  }
  .job-testimonial .testimonial-info {
    font-size: 18px;
    line-height: 28px;
  }
  .job-testimonial .testimonial-info:before {
    font-size: 120px;
  }
  .jobs-banner h1 {
    font-size: 60px;
  }
  .jobs-banner span {
    font-size: 20px;
  }
  .jobs-banner .mt-50 {
    margin-top: 20px !important;
  }
  .listing-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .listing-banner p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  .marketing-tab .tab-vertical .tab-content {
    margin-left: 0;
  }
  .marketing-tab .tab {
    margin-top: 40px;
  }
  .tab-vertical .nav-tabs {
    width: 100%;
    float: none;
  }
  .marketing-banner .slider-content h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .marketing-action-box .popup-video-image a i {
    position: relative;
    top: 20px;
    transform: inherit;
  }
  .marketing-action-box .popup-video-image:before {
    background: transparent;
  }
  .business-banner-02 .box-newsletter {
    display: none;
  }
  .business-13-about-content {
    margin-top: 40px;
    padding: 30px;
  }
  .business-13-about-content .pl-130.pr-130 {
    padding: 0px !important;
  }
  .business-date-box-text h2 {
    font-size: 140px;
  }
  .business-date-box .business-date-box-text span {
    letter-spacing: 7px;
    right: -60px;
  }
  .business-banner h1 {
    font-size: 60px;
    line-height: 50px;
    line-height: 20px;
  }
  .business-banner span {
    font-size: 24px;
  }
  .business-banner p {
    padding: 0;
  }
  .business-banner-03 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .business-banner-03 span {
    font-size: 16px;
    letter-spacing: 6px;
  }
  .business-video .business-video-box .vertical-align {
    padding: 50px;
  }
  .business-feature-top {
    padding: 30px;
  }
  .business-banner-04 p {
    padding: 0;
  }
  .marketing-tab ul.nav.nav-tabs:before {
    width: 100%;
  }
  .marketing-tab .tab-vertical .nav.nav-tabs li a {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .xs-mt-0 {
    margin-top: 0 !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-15 {
    margin-top: 15px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mr-0 {
    margin-right: 0 !important;
  }
  .xs-mr-10 {
    margin-right: 10px !important;
  }
  .xs-mr-15 {
    margin-right: 15px !important;
  }
  .xs-mr-20 {
    margin-right: 20px !important;
  }
  .xs-mr-30 {
    margin-right: 30px !important;
  }
  .xs-mr-40 {
    margin-right: 40px !important;
  }
  .xs-mb-0 {
    margin-bottom: 0 !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-15 {
    margin-bottom: 15px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-ml-0 {
    margin-left: 0 !important;
  }
  .xs-ml-10 {
    margin-left: 10px !important;
  }
  .xs-ml-15 {
    margin-left: 15px !important;
  }
  .xs-ml-20 {
    margin-left: 20px !important;
  }
  .xs-ml-30 {
    margin-left: 30px !important;
  }
  .xs-ml-40 {
    margin-left: 40px !important;
  }
  .xs-pt-0 {
    padding-top: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-15 {
    padding-top: 15px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pr-0 {
    padding-right: 0 !important;
  }
  .xs-pr-10 {
    padding-right: 10px !important;
  }
  .xs-pr-15 {
    padding-right: 15px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-pr-30 {
    padding-right: 30px !important;
  }
  .xs-pr-40 {
    padding-right: 40px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-15 {
    padding-bottom: 15px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pl-0 {
    padding-left: 0 !important;
  }
  .xs-pl-10 {
    padding-left: 10px !important;
  }
  .xs-pl-15 {
    padding-left: 15px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pl-30 {
    padding-left: 30px !important;
  }
  .xs-pl-40 {
    padding-left: 40px !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .page-section-ptb {
    padding: 50px 0;
  }
  .page-section-pt {
    padding: 50px 0 0;
  }
  .page-section-pb {
    padding: 0 0 50px;
  }
  .page-section-1-ptb {
    padding: 60px 0;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .topbar-call.text-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .topbar-social.text-right {
    text-align: center;
  }
  .custom-content {
    margin-top: 0px;
  }
  .testimonial-2 {
    padding-bottom: 80px;
  }
  .team-3-box {
    margin-bottom: 30px;
  }
  .team-3-box img {
    width: 100%;
  }
  .accordion.accordion-2 .acd-group .acd-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-logo img {
    height: 60px;
    width: inherit;
  }
  img#logo-footer {
    height: 40px;
  }
  .footer .footer-nav.text-right {
    text-align: left;
    margin-top: 20px;
  }
  .footer .footer-social ul.text-right {
    text-align: left;
  }
  .footer .footer-widget .footer-widget-social.text-right {
    text-align: left;
  }
  .footer .container-fluid {
    padding: 0 15px;
  }
  .social.text-right {
    text-align: left;
    margin-top: 20px;
  }
  .footer-contact {
    margin-top: 0;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  }
  .footer-contact .contact-box {
    margin-bottom: 20px;
  }
  .our-clients.theme-bg {
    padding-bottom: 60px;
  }
  .copyright.mt-50 {
    margin-top: 10px !important;
  }
  .copyright .text-right {
    text-align: left;
    margin-top: 15px;
  }
  footer .social-icons.float-end {
    float: left !important;
    width: 100%;
  }
  .footer-widget.mt-60 {
    margin-top: 0 !important;
  }
  .footer-box {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .coming-soon-main {
    overflow: hidden;
  }
  .coming-soon-main i {
    font-size: 70px;
  }
  .coming-soon-main p {
    font-size: 18px;
    line-height: 26px;
  }
  .coming-soon-main h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .coming-soon-countdown ul.countdown li span {
    font-size: 60px;
  }
  .coming-soon-countdown ul.countdown li p {
    font-size: 16px;
  }
  .error-search-box input {
    width: 73%;
  }
  .error-block {
    padding: 0;
  }
  .error-block p {
    font-size: 20px;
  }
  .error-block h1 {
    font-size: 80px;
    padding: 0;
  }
  .error-block .error-text {
    padding: 0;
    display: none;
  }
  .error-404-2 .error-block h1 {
    font-size: 290px;
  }
  .maintenance-progress-bar {
    margin: 30px 0 60px;
  }
  .maintenance-progress-bar .progress-bar {
    display: block;
    margin: 0 auto 90px;
  }
  .maintenance-main p {
    margin-bottom: 10px;
  }
  .isotope.columns-3 .grid-item {
    width: 50%;
    width: 100%;
  }
  .isotope.columns-4 .grid-item {
    width: 50%;
    width: 100%;
  }
  .about .feature-3 {
    margin-bottom: 30px;
  }
  .feature-text.box {
    padding: 30px;
  }
  .feature-text.fill-box {
    padding: 30px;
  }
  .footer-widget {
    text-align: left;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
  .pricing-table {
    margin: 0 0 30px;
  }
  .team {
    margin-bottom: 30px;
  }
  .team .team-photo img {
    width: 100%;
  }
  .team .barber-section-title {
    bottom: 30px;
  }
  .lead {
    font-size: 14px;
  }
  .inner-intro {
    text-align: center;
  }
  ul.page-breadcrumb {
    padding-top: 30px;
  }
  .feature-step-2-box {
    padding: 20px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 50px;
  }
  .our-app {
    background-image: none !important;
  }
  .valign &gt; [class*="col-"] {
    display: block;
  }
  .highlights-phone {
    margin: 30px 0;
  }
  .masonry.columns-2 .masonry-item {
    width: 100%;
  }
  .masonry.columns-3 .masonry-item {
    width: 100%;
    width: 100%;
  }
  .blog ul.timeline:before {
    left: 40px;
  }
  .blog ul.timeline &gt; li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    float: right;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .blog ul.timeline &gt; li &gt; .timeline-badge {
    left: 12px;
    margin-left: 0;
    top: 16px;
  }
  .blog .timeline &gt; li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .blog .timeline &gt; li.timeline-inverted &gt; .timeline-badge {
    left: 12px;
  }
  .blog .timeline li.entry-date-bottom {
    text-align: left;
  }
  .blog .timeline li.entry-date-bottom a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .blog .timeline li.entry-date {
    text-align: left;
    top: -20px;
  }
  .blog .timeline li.entry-date span {
    font-size: 13px;
    padding: 8px 10px;
  }
  .blog .timeline &gt; li:nth-child(2) {
    margin-top: 0;
  }
  .blog .timeline-panel img {
    width: 100%;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: 23px;
  }
  .blog.timeline-sidebar .timeline &gt; li.timeline-inverted {
    margin-bottom: 20px;
  }
  .blog.timeline-sidebar .timeline &gt; li.timeline-inverted:nth-child(2) {
    margin-bottom: 0px;
  }
  .blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
    width: 100%;
  }
  .blog.timeline-sidebar .timeline li.entry-date {
    top: -20px;
  }
  .login-2-social li {
    margin-bottom: 10px;
  }
  .progress-new {
    width: 100%;
  }
  .maintenance-form input {
    width: 100%;
  }
  .isotope.columns-2 .grid-item {
    width: 100%;
  }
  .isotope.columns-5 .grid-item {
    width: 100%;
  }
  .masonry.columns-4 .masonry-item {
    width: 100%;
  }
  .masonry.columns-5 .masonry-item {
    width: 100%;
  }
  .deal-banner img {
    width: 100%;
  }
  .process.left .process-content {
    padding-left: 40px;
  }
  .process.left .process-content .process-icon {
    display: block;
    margin-bottom: 20px;
  }
  .process.left .process-step {
    top: 30px;
    left: -20px;
  }
  .process.right .process-content {
    padding-right: 40px;
  }
  .process.right .process-content .process-icon {
    float: none;
    margin-bottom: 20px;
  }
  .process.right .process-step {
    right: -20px;
  }
  .process .process-step strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .process .border-area.left-bottom {
    width: 30px;
  }
  .resume-page .container-fluid {
    padding: 0 15px;
  }
  .clients-list ul li {
    width: 50%;
  }
  .clients-list.column-4 ul li {
    width: 50%;
  }
  .clients-list.column-3 ul li {
    width: 50%;
  }
  .countdown.round {
    width: 100px;
    height: 100px;
    padding: 16px;
  }
  .countdown.round span {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown.round.medium {
    width: 100px;
    height: 100px;
  }
  .countdown.round.medium span {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown.round.medium p {
    font-size: 14px;
  }
  .countdown.round.large {
    width: 100px;
    height: 100px;
  }
  .countdown.round.large span {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown.round.large p {
    font-size: 14px;
  }
  .dataTables_paginate .pagination &gt; li {
    display: inline-block;
    text-align: center;
  }
  .datatable-base .table-responsive {
    border: 0;
  }
  .tab-vertical .nav-tabs {
    width: 100%;
  }
  .tab-vertical .tab-content {
    width: 100%;
    margin-left: 0;
  }
  .feature-text .feature-icon span {
    padding-left: 0;
  }
  .feature-text .feature-icon i {
    padding-left: 0;
  }
  .bg-top-before {
    padding-top: 40px !important;
  }
  .bg-top-before:before {
    display: none;
  }
  .bg-top-before.pb-150 {
    padding-bottom: 40px !important;
  }
  .course {
    margin-bottom: 20px;
  }
  .course img {
    width: 100%;
  }
  .medical-tab .tab .nav.nav-tabs li.active a:before {
    display: none;
  }
  .medical-tab .tab .nav.nav-tabs li a.active:before {
    border: none;
  }
  .mobile-app-about h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .product .product-image img {
    width: 100%;
  }
  .portfolio-banner .slider-content h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-banner .slider-content span {
    font-size: 12px;
    line-height: 18px;
  }
  .error-text-02 {
    display: none;
  }
  .interior-action-box {
    margin-top: 30px;
  }
  #rev_slider_11_1_wrapper strong {
    font-size: 20px !important;
  }
  #rev_slider_13_1_wrapper i {
    font-size: 20px !important;
  }
  .process-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .isotope {
    margin: 0;
  }
  .masonry {
    margin: 0;
  }
  .app-home {
    padding-bottom: 40px;
  }
  .services-text-box-green {
    padding: 50px 15px !important;
  }
  .services-text-box-blue {
    padding: 50px 15px !important;
  }
  .services-text-box-black {
    padding: 50px 15px !important;
  }
  .bottom-nav .owl-nav {
    bottom: 20px;
  }
  .blog-box.blog-2 .button.icon-color {
    margin-top: 0px;
    float: right !important;
  }
  .blog-box.blog-2 .blog-info {
    padding: 20px;
  }
  .team.team-hover.team-border .team-photo img {
    width: 100%;
  }
  .owl-carousel .owl-dots {
    bottom: -15px;
  }
  .special-feature .row-eq-height {
    display: block;
  }
  .cafe-counter.mt-60 {
    margin-top: 0px !important;
  }
  .footer.footer-one-page .footer-widget {
    text-align: center;
  }
  .footer.footer-one-page .footer-widget .footer-widget-social.text-right {
    text-align: center;
  }
  .text-left.mt-100 {
    margin-top: 40px !important;
  }
  .slider-parallax.typer-banner.business h1 {
    line-height: 30px;
    font-size: 40px;
  }
  .play-video-section .content {
    padding: 0;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 70px;
    line-height: 70px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
    margin-top: -20px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 72px;
    line-height: 60px;
  }
  .countdown p {
    font-size: 13px;
  }
  .christmas-about .feature-text {
    margin-bottom: 50px;
  }
  .christmas-form-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .happy-clients .mb-40 {
    margin-bottom: 0 !important;
  }
  .christmas-form-content.mt-100 {
    margin-top: 60px !important;
  }
  .christmas-team .team .team-photo img {
    width: 100%;
  }
  .timer-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .movie-banner .slider-content-middle {
    padding: 0;
  }
  .law-banner .slider-content h1 {
    line-height: 30px;
    font-size: 30px;
  }
  .banner-agency-02 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .agency-02-contact .footer-contact {
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .agency-02-contact-title .mb-50 {
    margin-bottom: 0 !important;
  }
  .portfolio-parallax-banner h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 40px;
    line-height: 40px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 16px;
    line-height: 16px;
  }
  .error-05 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .list-unstyled.pl-60 {
    padding-left: 0 !important;
  }
  .page-title.light-overlay {
    padding-top: 200px;
    padding-top: 200px;
  }
  .divider.pt-70 {
    padding-top: 30px !important;
  }
  .divider.pt-50 {
    padding-top: 30px !important;
  }
  .faq-box {
    margin-top: 30px;
  }
  .faq-page-title .mt-50 {
    margin-top: 10px !important;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #main-slider.shop-06-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  #main-slider.shop-06-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 !important;
  }
  #main-slider.shop-06-banner .slider-content a.button {
    font-size: 10px;
    padding: 6px 10px;
  }
  .shop-07-product .product.mt-80 {
    margin-top: 0 !important;
  }
  .banner-shop-07 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .book-counter .counter {
    margin-top: 30px;
  }
  .book-custom-block h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .book-banner .row.row-eq-height {
    display: block;
  }
  .book-banner .row.row-eq-height .col-sm-12 {
    position: inherit !important;
  }
  .book-banner .slider-content-text {
    top: 100px;
    text-align: center;
    width: 100%;
  }
  .book-banner .slider-content-text h2 {
    display: none;
  }
  .book-banner .slider-content-text p {
    display: none;
  }
  .book-banner .slider-content-image {
    bottom: 50px;
    left: -100px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .book-banner .slider-content-image .book {
    height: 230px;
  }
  .book-banner .slider-content-image .text {
    height: 180px;
    display: none;
  }
  .plumber-banner .slider-content-image {
    left: 10%;
  }
  .plumber-banner .slider-content-image img {
    height: 500px;
  }
  .plumber-contact-bg {
    margin-top: 60px;
  }
  .product-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .product-video .product-video-box {
    min-height: 400px;
  }
  .product-video .product-video-box .vertical-align {
    padding: 30px;
  }
  .fish-banner {
    height: inherit;
    padding: 230px 0;
    background: #e6ebf0 !important;
  }
  .fish-banner .slider-content {
    text-align: center;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 230px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fish-gallery .fish-gallery-top {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .fish-gallery .section-title h2 {
    color: #ffffff;
  }
  .fish-footer .fish-image {
    margin-top: -60px;
  }
  .one-page.light .container-fluid {
    padding: 0 15px;
  }
  .hotel-banner-checkout .checkout-date .form-control {
    margin-bottom: 0;
  }
  .hotel-banner-checkout .checkout .checkout-date {
    padding-top: 0;
    height: inherit;
  }
  .make-call h2 {
    font-size: 30px;
  }
  .make-call strong {
    font-size: 30px;
  }
  .make-call span {
    font-size: 26px;
    margin-bottom: 0;
  }
  .burger-custom-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .burger-banner .slider-content-middle {
    top: 140px;
  }
  .skateboard-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-about-bg {
    margin-top: 40px;
    padding: 50px 30px;
  }
  .currency-calculator .feature-text .feature-arrow {
    display: none;
  }
  .bitcoin-custom-conten-box {
    padding: 50px 20px;
  }
  .bitcoin-custom-content-02 .counter span {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-custom-content-02 .counter label {
    margin-bottom: 20px;
  }
  .bitcoin-custom-content-02 p {
    font-size: 14px;
  }
  .skateboard-about {
    padding-top: 100px;
  }
  .secrvice-blog {
    margin-top: -30px;
  }
  .search-no-result {
    padding: 40px 0px;
  }
  .search-no-result .bg-title h2 {
    font-size: 170px;
  }
  .barber-title span {
    top: -57px;
    font-size: 80px;
  }
  .barber .about-history {
    margin: 40px 30px 30px 30px;
  }
  .choose-us-bg {
    padding: 40px;
  }
  .barber-team {
    background-size: 100%;
  }
  .pricing-image img {
    width: 100%;
  }
  .team.team-list .team-description {
    text-align: center;
  }
  .tattoo-section-title {
    display: none;
  }
  .tattoo-section-title-02 {
    display: none;
  }
  .barber-section-title .w-50 {
    width: 100% !important;
  }
  .barber-section-title .w-25 {
    width: 100% !important;
  }
  .jobs-banner h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .job-list {
    text-align: center;
  }
  .job-list h5 {
    margin: 15px 0;
  }
  .listing-banner-categorie {
    display: none;
  }
  .listing-search {
    margin-top: 60px;
    padding: 20px;
  }
  .marketing-banner p {
    display: none;
  }
  .marketing-service .feature-text.left-icon .feature-icon {
    padding-left: 0;
  }
  .our-history.timeline-left .timeline &gt; li &gt; .timeline-badge {
    left: 3%;
  }
  .our-history.timeline-left .timeline &gt; li &gt; .timeline-panel {
    width: 100%;
    padding: 40px 20px 20px 45px;
  }
  .our-history.timeline-left .timeline:before {
    left: 3%;
  }
  .our-history.timeline-left .timeline &gt; li.timeline-inverted &gt; .timeline-panel::before {
    display: none;
  }
  .our-history.timeline-left &gt; li &gt; .timeline-panel::before {
    display: none;
  }
  .business-banner-02 p {
    display: none;
  }
  .business-date-box-text h2 {
    margin-bottom: 50px;
  }
  .business-banner-05 h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .business-banner-05 p {
    padding: 0;
  }
  .listing-how-work {
    margin-top: 50px;
    padding: 40px;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
  .search-box {
    width: 210px;
  }
  .section-title p {
    font-size: 16px;
  }
  .section-title h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .shpping-cart .cart {
    width: 290px;
  }
  .shpping-cart .cart-total a {
    margin-bottom: 10px;
  }
  .portfolio-home .isotope.columns-3 .grid-item {
    width: 100%;
  }
  .portfolio-title {
    padding: 40px 30px;
  }
  .main-counter .counter-info span.counter {
    font-size: 40px;
  }
  .action-box {
    text-align: center;
  }
  .action-box .action-box-button {
    text-align: center;
  }
  .skills-2.col-2 li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    float: none;
  }
  .skills-2.col-2.mr-60 {
    margin-right: 0 !important;
  }
  .error-block {
    padding: 30px 0px;
  }
  .error-block h1 {
    font-size: 70px;
  }
  .error-404-2 .error-block h1 {
    font-size: 200px;
    line-height: 200px;
  }
  .error-404-2 .error-block p {
    font-size: 16px;
  }
  .maintenance-main h1.mb-50 {
    font-size: 28px;
  }
  .maintenance-2 .maintenance-main h1 {
    font-size: 32px;
  }
  .isotope.columns-3 .grid-item {
    width: 100%;
    padding: 0 0px 15px 0;
    padding-right: 0;
  }
  .isotope.columns-4 .grid-item {
    width: 100%;
    padding-right: 0;
    padding-right: 0;
  }
  .clients-logo.line img {
    height: 65px;
  }
  .contact-form .section-field {
    width: 100%;
  }
  .touch-in .contact-box {
    margin: 20px 0;
  }
  .our-history {
    overflow: hidden;
  }
  .our-history .timeline &gt; li.timeline-inverted &gt; .timeline-panel::before {
    left: 40px;
  }
  .our-history .timeline &gt; li.timeline-inverted .timeline-badge p {
    float: left;
    margin-right: 0;
    text-align: left;
  }
  .our-history .timeline &gt; li &gt; .timeline-panel {
    padding: 40px 20px 20px 75px;
    text-align: left;
    width: 100%;
  }
  .our-history .timeline &gt; li &gt; .timeline-panel::before {
    left: 40px;
  }
  .our-history .timeline &gt; li &gt; .timeline-badge {
    left: 41px;
  }
  .our-history .timeline &gt; li &gt; .timeline-badge p {
    margin-left: 40px;
  }
  .our-history .timeline:before {
    left: 40px;
  }
  .our-history .timeline .timeline-arrow {
    left: 34px;
    text-align: left;
  }
  .feature-text .feature-icon {
    font-size: 38px;
  }
  .skill {
    margin: 60px 0 20px;
  }
  .feature-text.box {
    padding: 30px;
  }
  .happy-clients .nav-tabs li img {
    height: 50px;
    width: 50px;
  }
  .happy-clients .tab .nav.nav-tabs {
    margin-bottom: 0;
  }
  .testimonial-info p {
    font-size: 15px;
    margin: 25px 0 0;
    padding: 0 0 20px;
  }
  .testimonial-2 .testimonial-info p::before {
    font-size: 100px;
  }
  .social.float-end {
    float: none;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .port-post-social.float-end {
    float: none !important;
  }
  .port-post-photo {
    display: block;
    float: none;
  }
  .port-post-info {
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .comments-1.comments-2 {
    padding-left: 40px;
  }
  .comments-1.comments-2 .comments-info {
    padding: 20px 0px 10px;
  }
  .comments-1.comments-2 .comments-photo {
    margin-bottom: 0px;
  }
  .comments-1 .comments-photo {
    float: none;
    margin-bottom: 20px;
  }
  .our-team .team-details .social {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .our-team .team-details .title.float-start {
    float: none !important;
    display: block;
  }
  .our-team .team-details .social-icons.social-border.float-end {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  .countdown.small span {
    font-size: 30px;
  }
  .countdown span {
    font-size: 30px;
  }
  .countdown.medium {
    margin: 0 10px;
  }
  .countdown.medium span {
    font-size: 30px;
  }
  .countdown.medium p {
    font-size: 14px;
  }
  .countdown.large {
    margin: 0 6px;
  }
  .countdown.large span {
    font-size: 30px;
  }
  .countdown.large p {
    font-size: 14px;
  }
  .countdown.gray-bg {
    margin: 0 1px;
    padding: 8px;
  }
  .countdown.countdown-border {
    padding: 8px;
    margin: 0 0px;
  }
  .countdown.round {
    margin-bottom: 10px;
    display: block;
    margin: 5px auto;
  }
  .countdown.round.small {
    padding: 16px;
  }
  .testimonial.bottom_pos .author-info {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .pagination &gt; li {
    display: inline-block;
    margin-bottom: 3px;
  }
  .owl-carousel .owl-dots {
    bottom: 20px;
  }
  .resume-contact .footer-widget-social a i {
    margin-bottom: 4px;
  }
  .popup-video-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .kety-perry-list {
    padding-right: 20px;
  }
  .kety-play-icon {
    float: none;
    margin-top: 0;
  }
  .kety-name {
    padding-left: 0;
  }
  .team.team-list .team-photo {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .team.team-list .team-photo img {
    width: 100%;
  }
  .team.team-list .team-description {
    padding-left: 0;
    padding-bottom: 0;
  }
  .tab .nav.nav-tabs li {
    margin-bottom: 0px;
  }
  .testimonial.clean {
    padding: 0 10px 25px 40px;
  }
  .typer-banner h1 {
    font-size: 50px;
    line-height: 100px;
  }
  .portfolio-banner .slider-content {
    width: 100%;
  }
  .personal-typer-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .personal-typer-banner h1 span {
    font-size: 25px;
  }
  .services-text-box-green {
    padding: 60px 15px !important;
  }
  .services-text-box-black {
    padding: 60px 15px !important;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 42%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 42%;
  }
  .testimonial.light {
    padding: 85px 20px 45px 50px;
  }
  .row.mt-80 {
    margin-top: 30px !important;
  }
  .our-service-home .row.mb-60 {
    margin-bottom: 10px !important;
  }
  .contact-3 .g-map {
    padding-top: 40%;
  }
  .accordion.animated .acd-group.acd-active .acd-heading {
    font-size: 22px;
  }
  .progress-new {
    margin-bottom: 0;
  }
  .isotope.columns-5 .grid-item {
    padding-right: 0;
  }
  .rev-slider #rev_slider_20_1_forcefullwidth .rev-btn {
    padding: 6px 10px !important;
    line-height: 0 !important;
    font-size: 8px !important;
  }
  .shop-single .tab .nav.nav-tabs li {
    margin-bottom: 0;
  }
  .shop-single .tab .nav.nav-tabs li a {
    padding: 12px 20px;
  }
  .st-menu.big-side {
    width: 270px;
  }
  .st-menu.big-side .pos-bot {
    position: relative;
  }
  .st-menu.big-side .slide-footer-content {
    padding: 0 10px 0px 0;
  }
  .st-menu.big-side .social-icons.width-half ul li {
    width: inherit;
    display: block;
    float: none;
  }
  .st-menu.big-side .copy-right .mb-70 {
    margin-bottom: 0 !important;
  }
  .blockquote-section blockquote {
    font-size: 30px;
    line-height: 34px;
  }
  .custom-content-03 h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .mt-100.mb-100 {
    margin: 0px 0 !important;
  }
  .slider-parallax.banner-personal .slider-content {
    width: 100%;
  }
  .christmas-clients .mt-80 {
    margin-top: 0 !important;
  }
  .timer-banner .slider-content h1 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .conference-video h3 {
    line-height: 30px;
  }
  .architecture-about h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .agency-banner .slider-content .agency-banner-right {
    display: block;
  }
  .agency-banner .slider-content .agency-banner-left {
    display: block;
  }
  .agency-banner .slider-content span {
    padding-top: 0;
    font-size: 30px;
    line-height: 20px;
  }
  .agency-banner .slider-content h1 {
    font-size: 30px;
    padding: 0;
    border: none;
    line-height: 20px;
  }
  .slider-parallax.agency-banner {
    height: 80vh;
  }
  .movie-banner .countdown.round.small {
    display: inline-block;
  }
  .law-timeline .timeline-centered .timeline-entry .timeline-entry-inner .timeline-year {
    left: -45px;
  }
  .testimonial.left_pos {
    padding: 20px 10px 20px 50px;
  }
  .testimonial.left_pos .testimonial-avatar {
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .agency-02-contact .pl-50.pr-50 {
    padding: 15px !important;
  }
  .agency-02-history-who {
    padding: 30px;
  }
  .banner-agency-02 h1 {
    font-size: 24px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 16px;
    line-height: 16px;
  }
  .error-05 h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .error-05 h3 {
    font-size: 40px;
  }
  .error-05 span {
    font-size: 40px;
  }
  .error-03 .content h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .error-03 .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .error-03 .error-404 h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .error-03 .error-404 h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-04 h1 {
    font-size: 160px;
    line-height: 160px;
  }
  .coming-soon-effects .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .login-fancy h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .login-box h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .login-box-02 {
    padding: 20px;
  }
  .login-signup .tab .nav.nav-tabs li {
    margin-bottom: 0;
  }
  .login-signup .login-box-02 {
    padding: 30px;
  }
  .about-mission .popup-content {
    padding-right: 20px;
    width: 100%;
  }
  .about-mission .popup-content br {
    display: none;
  }
  .blog.blog-simple.blog-left .blog-image {
    width: 100%;
    margin: 0;
    float: none;
  }
  .blog.blog-simple.blog-left .blog-name {
    width: 100%;
    float: none;
  }
  #main-slider .slider-content a {
    font-size: 14px;
  }
  #main-slider .slider-content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #main-slider .carousel-indicators {
    bottom: 0;
  }
  #main-slider .carousel-control.left {
    display: none;
  }
  #main-slider .carousel-control.right {
    display: none;
  }
  .blog-boxed-banner .blog-overlay .blog-name h4 {
    margin: 0 !important;
  }
  #main-slider.shop-04-banner .slider-content a.button {
    font-size: 10px;
  }
  #main-slider.shop-04-banner .slider-content span {
    display: none;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .shop-05-deal h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-06-banner .slider-content .slider {
    width: 100%;
  }
  #main-slider.shop-06-banner .slider-content .slider h1 {
    font-size: 20px;
  }
  .shop-block h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .shop-block p {
    font-size: 16px;
  }
  .book-banner .slider-content-text {
    width: inherit;
    left: 0;
  }
  .book-banner .slider-content-text .button.white {
    display: none;
  }
  .book-banner .slider-content-image .book {
    height: 200px;
  }
  .plumber-banner {
    overflow: hidden;
  }
  .plumber-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .plumber-banner .slider-content-image {
    left: 0;
  }
  .about-plumber-box .about-plumber-box-content {
    padding: 20px;
  }
  .about-plumber .pl-30 {
    padding-left: 0 !important;
  }
  .book-now .book-now-box {
    width: 70%;
  }
  .pizza-contact {
    padding: 0;
  }
  .burger-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .skateboard-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .skateboard-banner .slider-content-image img {
    height: 500px;
  }
  .slider-parallax.skateboard-banner {
    height: 60vh;
  }
  .coming-soon-birds .countdown {
    margin: 0px 6px;
  }
  .pizza-menu .pr-60 {
    padding-right: 0 !important;
  }
  .masonry.columns-1 .masonry-item {
    padding-right: 0;
  }
  .masonry.columns-2 .masonry-item {
    padding-right: 0;
  }
  .masonry.columns-3 .masonry-item {
    padding-right: 0;
  }
  .masonry.columns-4 .masonry-item {
    padding-right: 0;
  }
  .masonry.columns-5 .masonry-item {
    padding-right: 0;
    padding-right: 0;
  }
  .isotope.columns-1 .grid-item {
    padding-right: 0;
  }
  .isotope.columns-2 .grid-item {
    padding-right: 0;
  }
  .conference-split.split-section .img-side {
    display: none;
  }
  .barber-section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .barber-team {
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 190px 0;
  }
  .spa-border:before {
    display: none;
  }
  .emergency-cases-info i {
    float: none;
    margin-bottom: 20px;
  }
  .emergency-cases-info h1 {
    font-size: 20px;
  }
  .business-banner h1 {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .business-date-box-text h2 {
    margin-bottom: 200px;
  }
  .business-feature-top .border-right {
    border-right: 0 !important;
  }
  .business-banner-04 h1 {
    font-size: 40px;
  }
  .business-banner-06 {
    text-align: center;
  }
  .business-banner-06 p {
    padding: 0;
    font-size: 14px;
  }
  .business-banner-06 .play-video.border-video {
    margin-top: 30px;
  }
  .business-banner-06 h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

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

@media (max-width: 479px) {
  /*************************
     Margin top
*************************/
  /*************************
    Margin right
*************************/
  /*************************
    Margin bottom
*************************/
  /*************************
    Margin left
*************************/
  /*************************
    Padding top
*************************/
  /*************************
    Padding right
*************************/
  /*************************
    Padding bottom
*************************/
  /*************************
    Padding left
*************************/
  /*index*/
  /* header */
  /*action box*/
  /*coming soon*/
  /*error*/
  /*maintenance*/
  /*testimonial page*/
  /*blog*/
  /*shop*/
  /*mobile app*/
  /*one page*/
  /*side panel*/
  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  /*************************************
             v1.0.3
**************************************/
  /*************************************
             v1.0.4
**************************************/
  /*************************************
             v1.0.4
**************************************/
  /*************************************
             v1.0.7
**************************************/
  /*************************************
             v1.0.7
**************************************/
  /*************************************
             v1.0.9
**************************************/
  /*************************************
             v1.2
**************************************/
  /*************************************
             v1.2
**************************************/
  /*************************************
             v1.2
**************************************/
  /*************************************
             v3.3
**************************************/
  /*************************************
             v3.6
**************************************/
  .xx-mt-0 {
    margin-top: 0 !important;
  }
  .xx-mt-10 {
    margin-top: 10px !important;
  }
  .xx-mt-15 {
    margin-top: 15px !important;
  }
  .xx-mt-20 {
    margin-top: 20px !important;
  }
  .xx-mt-30 {
    margin-top: 30px !important;
  }
  .xx-mt-40 {
    margin-top: 40px !important;
  }
  .xx-mr-0 {
    margin-right: 0 !important;
  }
  .xx-mr-10 {
    margin-right: 10px !important;
  }
  .xx-mr-15 {
    margin-right: 15px !important;
  }
  .xx-mr-20 {
    margin-right: 20px !important;
  }
  .xx-mr-30 {
    margin-right: 30px !important;
  }
  .xx-mr-40 {
    margin-right: 40px !important;
  }
  .xx-mb-0 {
    margin-bottom: 0 !important;
  }
  .xx-mb-10 {
    margin-bottom: 10px !important;
  }
  .xx-mb-15 {
    margin-bottom: 15px !important;
  }
  .xx-mb-20 {
    margin-bottom: 20px !important;
  }
  .xx-mb-30 {
    margin-bottom: 30px !important;
  }
  .xx-mb-40 {
    margin-bottom: 40px !important;
  }
  .xx-ml-0 {
    margin-left: 0 !important;
  }
  .xx-ml-10 {
    margin-left: 10px !important;
  }
  .xx-ml-15 {
    margin-left: 15px !important;
  }
  .xx-ml-20 {
    margin-left: 20px !important;
  }
  .xx-ml-30 {
    margin-left: 30px !important;
  }
  .xx-ml-40 {
    margin-left: 40px !important;
  }
  .xx-pt-0 {
    padding-top: 0 !important;
  }
  .xx-pt-10 {
    padding-top: 10px !important;
  }
  .xx-pt-15 {
    padding-top: 15px !important;
  }
  .xx-pt-20 {
    padding-top: 20px !important;
  }
  .xx-pt-30 {
    padding-top: 30px !important;
  }
  .xx-pt-40 {
    padding-top: 40px !important;
  }
  .xx-pr-0 {
    padding-right: 0 !important;
  }
  .xx-pr-10 {
    padding-right: 10px !important;
  }
  .xx-pr-15 {
    padding-right: 15px !important;
  }
  .xx-pr-20 {
    padding-right: 20px !important;
  }
  .xx-pr-30 {
    padding-right: 30px !important;
  }
  .xx-pr-40 {
    padding-right: 40px !important;
  }
  .xx-pb-0 {
    padding-bottom: 0 !important;
  }
  .xx-pb-10 {
    padding-bottom: 10px !important;
  }
  .xx-pb-15 {
    padding-bottom: 15px !important;
  }
  .xx-pb-20 {
    padding-bottom: 20px !important;
  }
  .xx-pb-30 {
    padding-bottom: 30px !important;
  }
  .xx-pb-40 {
    padding-bottom: 40px !important;
  }
  .xx-pl-0 {
    padding-left: 0 !important;
  }
  .xx-pl-10 {
    padding-left: 10px !important;
  }
  .xx-pl-15 {
    padding-left: 15px !important;
  }
  .xx-pl-20 {
    padding-left: 20px !important;
  }
  .xx-pl-30 {
    padding-left: 30px !important;
  }
  .xx-pl-40 {
    padding-left: 40px !important;
  }
  .col-xx-12 {
    width: 100% !important;
  }
  .col-xx-6 {
    width: 50% !important;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .topbar .topbar-call.text-left li {
    margin-bottom: 5px;
  }
  .clients-logo.line {
    width: 100%;
    border-left: none;
  }
  .clients-logo.line img {
    width: initial;
    height: auto;
  }
  .clients-logo.line:nth-last-child(-n+3) {
    border-bottom: 1px solid #dddddd;
  }
  .shpping-cart .cart {
    width: 240px;
  }
  .cart-item .cart-name a {
    font-size: 12px;
  }
  .cart-item .cart-close {
    top: 17px;
  }
  .cart-price del {
    font-size: 12px;
  }
  .cart-price ins {
    font-size: 14px;
  }
  .round .nav.nav-tabs li a {
    margin-right: 1px;
    padding: 8px 15px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 45px;
    top: 3px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart .search {
    padding-right: 0px;
  }
  .st-effect-3 .search-box {
    width: 190px;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .action-box-button .button.border-white {
    margin-top: 10px;
  }
  .action-box-button .button.border.icon {
    margin-left: 0;
    margin-top: 15px;
  }
  .action-box-button .button.border {
    margin-left: 0;
    margin-top: 15px;
  }
  .coming-soon-main h1 {
    font-size: 34px;
  }
  .coming-soon-main p {
    margin-bottom: 45px;
    font-size: 16px;
  }
  .coming-soon-countdown ul.countdown {
    margin: 20px 0;
  }
  .coming-soon-countdown ul.countdown li {
    width: 20%;
  }
  .coming-soon-countdown ul.countdown li span {
    font-size: 32px;
  }
  .coming-soon-countdown ul.countdown li p {
    font-size: 13px;
  }
  .coming-soon-form {
    width: 100%;
  }
  .coming-soon-form input {
    width: 90%;
    margin-bottom: 0;
  }
  .coming-soon-form a.button-border span {
    padding: 11px 8px;
  }
  .error-block h1 {
    font-size: 50px;
  }
  .error-block p {
    font-size: 18px;
  }
  .error-block h1.mb-40 {
    margin-bottom: 10px !important;
  }
  .error-search-box p {
    font-size: 16px;
    line-height: 32px;
  }
  .error-search-box input {
    width: 60%;
  }
  .maintenance-2 .maintenance-main h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .maintenance-contant.mt-150 {
    margin-top: 30px !important;
  }
  .maintenance-form.mt-100 {
    margin-top: 30px !important;
  }
  .our-history .timeline &gt; li &gt; .timeline-panel::before {
    width: 22px;
    left: 25px;
  }
  .our-history .timeline &gt; li.timeline-inverted &gt; .timeline-panel::before {
    left: 25px;
  }
  .happy-clients .nav.nav-tabs li {
    display: inline-block;
  }
  .happy-clients .nav-tabs li {
    padding: 0;
  }
  .nav.nav-tabs li {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .tab-2 .nav-tabs {
    float: none;
    width: 100%;
  }
  .tab-2 .nav-tabs li {
    margin-bottom: 0;
  }
  .tab-2 .tab-content {
    margin-left: 0;
    padding: 30px 20px;
  }
  .testimonial-3 .owl-carousel .owl-nav {
    bottom: -20px;
  }
  .testimonial-3 .owl-carousel .owl-nav .owl-prev {
    left: 50%;
    margin-left: -45px;
  }
  .testimonial-3 .owl-carousel .owl-nav .owl-next {
    right: 50%;
    margin-right: -45px;
  }
  .testimonial-info p {
    padding: 0 10px 20px;
  }
  .testimonial.boxed {
    padding: 30px 30px 75px;
  }
  .feature-step-2-title-2-right {
    width: 100%;
  }
  .feature-step-2-box {
    padding: 20px 10px;
  }
  .feature-step-2-box p {
    font-size: 13px;
  }
  .service-blog b {
    font-size: 220px;
  }
  .blog .timeline &gt; li &gt; .timeline-badge {
    font-size: 15px;
    height: 44px;
    line-height: 12px;
    width: 44px;
  }
  .blog .timeline li.entry-date span {
    display: none;
  }
  .blog .timeline li.timeline-inverted .timeline-panel::after {
    display: none;
  }
  .blog .timeline li.timeline-inverted .timeline-panel::before {
    display: none;
  }
  .blog ul.timeline:before {
    left: 27px;
  }
  .blog ul.timeline &gt; li &gt; .timeline-badge {
    left: 5px;
    display: none;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel {
    width: 100%;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel::before {
    display: none;
  }
  .blog ul.timeline &gt; li &gt; .timeline-panel::after {
    display: none;
  }
  .blog ul.timeline::before {
    display: none;
  }
  .blog.timeline-sidebar .timeline &gt; li {
    width: 100%;
  }
  .offer-banner-1 h1 {
    font-size: 20px;
  }
  .deal-banner .counter-deal ul li {
    padding: 7px 10px;
    margin-right: 2px;
  }
  .deal-banner .caption h2 {
    font-size: 32px;
  }
  .deal-banner.maintenance-progress-bar {
    margin: 0;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 36%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 36%;
  }
  .action-box.pattern {
    padding: 70px 15px;
  }
  .action-box {
    padding: 30px 15px;
  }
  .appointment-bg {
    padding: 40px 15px;
  }
  .appointment a.float-start {
    display: block;
  }
  .mobile-app-about a img {
    margin-bottom: 10px;
  }
  .mobile-app-about h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .phone-holder {
    width: 260px;
  }
  .highlights-phone.wht .phone-holder #fon {
    background: transparent;
  }
  .highlights-phone.wht .hgi {
    top: 0;
  }
  .highlights-phone {
    height: 550px;
  }
  .typer-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .popup-video-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .video-background-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .video-background-banner .slider-content {
    padding: 30px 15px;
  }
  .slide-footer .social ul li a {
    padding-right: 15px;
  }
  .st-menu {
    width: 280px;
  }
  .st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-4.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-5.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-6.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg);
    transform: translate3d(280px, 0, 0) rotateY(-15deg);
  }
  .st-effect-7.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-8.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-9.st-menu-open .st-pusher {
    -webkit-transform: translate3d(0, 0, -280px);
    transform: translate3d(0, 0, -280px);
  }
  .st-effect-10.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-10.st-menu {
    -webkit-transform: translate3d(0, 0, -280px);
    transform: translate3d(0, 0, -280px);
  }
  .st-effect-13.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-14.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .no-csstransforms3d .st-pusher {
    padding-left: 280px;
  }
  .no-js .st-pusher {
    padding-left: 280px;
  }
  .personal-typer-banner h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .personal-typer-banner h1 span {
    font-size: 20px;
    left: -10px;
    top: 0;
  }
  .image-content {
    width: 100%;
    margin-right: 0;
  }
  .testimonial.bottom_pos {
    padding: 60px 20px 40px 46px;
  }
  .owl-carousel .owl-dots {
    bottom: 0px;
  }
  .kety-name a {
    font-size: 14px;
  }
  .kety-link a {
    margin-bottom: 5px;
  }
  .blog.blog-single .port-navigation .port-photo {
    width: 104px;
  }
  .blog.blog-single .port-navigation .port-arrow {
    height: 62px;
    width: 30px;
  }
  .blog.blog-single .port-navigation .port-arrow i {
    line-height: 62px;
  }
  .single-portfolio-post .port-navigation .port-photo {
    width: 104px;
  }
  .single-portfolio-post .port-navigation .port-arrow {
    height: 62px;
    width: 30px;
  }
  .single-portfolio-post .port-navigation .port-arrow i {
    line-height: 62px;
  }
  .accordion.animated .acd-group.acd-active .acd-heading {
    font-size: 20px;
  }
  .our-service .section-title {
    margin-bottom: 10px;
  }
  .team.team-list h5 {
    font-size: 18px;
  }
  .contact-2 .g-map {
    padding-top: 50%;
  }
  .clients-box .clients-photo {
    margin-bottom: 20px;
    width: 100%;
  }
  .countdown.round {
    display: block;
    margin: 0 auto 20px;
  }
  .coming-soon-form.contact-form input {
    width: 100%;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 24px;
  }
  .add-banner-2 .add-banner-content h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .add-banner-2 .add-banner-content .button.small {
    padding: 5px 18px;
  }
  .slider-parallax.typer-banner.business h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .slider-parallax.typer-banner.business p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px !important;
  }
  .counter.big-counter .timer {
    font-size: 40px;
    line-height: 40px;
  }
  .action-box.theme-bg {
    padding: 30px 0;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 50px;
    line-height: 50px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 48px;
    line-height: 50px;
  }
  .christmas-form-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .christmas-event .tab .nav.nav-tabs li a {
    font-size: 14px;
  }
  .christmas-event .blog-date span {
    font-size: 28px;
    display: inline-block;
  }
  .portfolio-home .portfolio-title.section-title .button.mt-30 {
    margin-top: 20px !important;
  }
  .countdown.small {
    margin: 10px 4px 0;
  }
  .section-title-movie h2 {
    padding: 10px 30px;
  }
  .movie-story b {
    font-size: 26px;
  }
  .movie-banner .countdown.round.small {
    margin-bottom: 5px;
  }
  .law-banner .slider-content h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .law-banner .slider-content p {
    font-size: 16px;
  }
  .law-timeline .timeline-centered .timeline-entry .timeline-entry-inner .timeline-year {
    left: 0;
    top: 25px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 24px;
    line-height: 24px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 14px;
    line-height: 14px;
  }
  .error-05 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-03 .content h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .error-03 .content h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .error-03 .content p {
    font-size: 22px;
  }
  .error-03 .error-404 h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .error-03 .error-404 h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-04 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-04 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .error-04 p {
    font-size: 18px;
  }
  .error-06 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-06 h2 .error-07 h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .error-07 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-09 h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .login.height-100vh {
    overflow: hidden;
  }
  .login .remember-checkbox a {
    display: block;
    float: inherit !important;
    margin-top: 10px;
  }
  .about-mission .popup-content {
    padding: 30px 30px 10px 30px;
  }
  .about-mission .popup-content h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-mission .popup-video-image a i {
    width: 40px;
    height: 40px;
    top: 10px;
    line-height: 40px;
  }
  .checkout-page .pl-50.pr-50.pt-50.pb-50 {
    padding: 20px !important;
  }
  .checkout-page .pl-40 {
    padding: 0 !important;
  }
  #main-slider .slider-content a {
    font-size: 12px;
  }
  #main-slider .slider-content h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #main-slider .slider-content p {
    display: none;
  }
  #main-slider .slider-content .slider-right .play-video.border-video {
    margin-top: 0 !important;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 20px;
    line-height: 28px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 24px;
  }
  .shop-05-deal h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .book-counter .counter {
    margin-top: 0;
  }
  .book-order .googleplay img {
    height: inherit;
  }
  .plumber-banner .slider-content-image {
    left: 10%;
  }
  .plumber-banner .slider-content-image img {
    display: none;
    height: 250px;
  }
  .plumber-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .plumber-banner .slider-content-text {
    right: 0;
  }
  .product-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-about h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .product-about p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-video .product-video-box {
    min-height: 500px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 170px;
  }
  .fish-gallery .section-title h2 {
    font-size: 30px;
  }
  .fish-footer .fish-image {
    margin-top: 90px;
  }
  .fish-gallery-testimonial {
    padding-bottom: 0;
  }
  .book-now .book-now-box {
    width: 90%;
  }
  .hotel-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hotel-banner .slider-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .hotel-banner .slider-content span {
    font-size: 16px;
    line-height: 24px;
  }
  .hotel-countdown-main {
    padding: 80px 20px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 20px;
  }
  .burger-contact .burger-contact-bg {
    left: 20px;
    top: 100px;
  }
  .burger-contact-box {
    padding: 30px;
  }
  .burger-custom-content h2 {
    font-size: 30px;
  }
  .burger-banner-ani {
    width: 300px;
  }
  .burger-item-06 {
    top: 220px;
  }
  .burger-item-05 {
    top: 180px;
  }
  .burger-item-04 {
    top: 165px;
  }
  .burger-item-03 {
    top: 120px;
  }
  .burger-item-02 {
    top: 105px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-01 {
    top: 10px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-04 {
    top: 160px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-05 {
    top: 165px;
  }
  .skateboard-box .skateboard-box-content {
    padding-left: 109px;
  }
  .skateboard-about h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .bitcoin-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .bitcoin-banner h3 {
    font-size: 14px;
  }
  .bitcoin-banner h3 span {
    font-size: 16px;
  }
  .skateboard-banner .slider-content-image img {
    height: 450px;
  }
  .footer-box .box-link {
    display: block;
    padding-left: 0;
  }
  .testimonial.left_pos {
    margin-left: 0;
  }
  .counter-law {
    padding: 20px 20px 20px 20px;
  }
  .tab .nav.nav-tabs li a {
    margin-bottom: 5px;
  }
  .rc-anchor-normal {
    width: 290px !important;
  }
  .portfolio-03-about {
    margin-top: 90px;
  }
  .maintenance-main h1 {
    font-size: 30px;
  }
  .modal-shop {
    padding: 50px 20px;
  }
  .plumber-contact-bg {
    padding: 0px;
  }
  .search-no-result {
    padding-top: 0px;
  }
  .search-no-result i {
    font-size: 60px;
  }
  .search-no-result .bg-title h2 {
    font-size: 110px;
  }
  .barber-banner .slider-content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .barber-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .barber .about-history {
    margin: 40px 0px 30px 0px;
  }
  .choose-us-bg {
    padding: 40px 15px;
  }
  .listing ul li {
    font-size: 14px;
  }
  .promo-text h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .spa-meet .team .team-description .team-info h3 {
    font-size: 28px;
  }
  .spa-promotion .promo h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .tattoo-banner h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .jobs-banner .button {
    display: none;
  }
  .marketing-tab .tab .nav.nav-tabs li a {
    margin-bottom: 0;
  }
  .marketing-banner .slider-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .marketing-testimonial .p-5 {
    padding: 15px !important;
  }
  .marketing-testimonial .testimonial.clean {
    padding-left: 10px;
  }
  .location h2 {
    margin-bottom: 0 !important;
  }
  .location .button {
    padding: 6px 20px;
  }
  .office-1.p-5 {
    padding: 30px !important;
  }
  .media .media-icon span {
    font-size: 28px;
  }
  .portfolio-creative h1 {
    font-size: 30px;
  }
  .skill-counter {
    padding: 20px;
  }
  .business-banner-02 h1 {
    font-size: 32px;
    line-height: 30px;
  }
  .business-banner-03 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .business-banner-03 span {
    margin-bottom: 20px !important;
  }
  .business-banner-03 .button.large {
    padding: 7px 10px;
    font-size: 12px;
  }
  .business-video .business-video-box .vertical-align {
    padding: 20px;
  }
  .business-feature.feature-text {
    margin: 10px 0px !important;
  }
  .business-banner-04 p {
    display: none;
  }
  .business-banner-04 h1 {
    font-size: 30px;
  }
  .business-feature-top {
    padding: 0;
  }
  .business-banner-05 h1 {
    font-size: 22px;
  }
  .business-banner-05 p {
    font-size: 14px;
  }
  .business-banner-06 p {
    display: none;
  }
  .business-banner-06 h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
}

/***************************************************
    v5.0.7 : Mobile Sticky Header Flashes Issue Fix
****************************************************/
@media (max-width: 991px) {
  .header.light .mega-menu {
    opacity: 1 !important;
  }
  .header.light .mega-menu .menu-logo {
    transition: all 25s ease-in-out;
  }
  .header.light .search-cart {
    top: 17px;
  }
  .header.light .search-cart .search .search-btn {
    margin-top: 0;
    line-height: 25px;
  }
  .header.light .search-cart span.icon,
  .header.light .search-cart i.icon {
    line-height: 20px;
  }
}
</pre></body></html>