/* ====== index ======
1. COMMON
    1.1 ALL BACKGROUND COLORS
    1.2 CUSTOM MARGIN CLASSES
    1.3 CUSTOM PADDING CLASSES
    1.4 FONT WEIGHT CLASSES
    1.5 CUSTOM MIDEA 
    1.6 SIDE MENU ELEMENTS
    1.7 HOVER OVERLAYS
    1.8 HOVER OVERLAY EFFECTS
    1.9 PRIMARY OVERLAYS
    1.10 COMMON BUTTON
    1.11 SECTION TITLES
    1.12 SECTION TITLE SEPERATOR
    1.13 INSTAFEED ZOOM EFFECT 

2. ELEMENTS
    2.1 BASIC ELEMENTS
    2.2 THEME KIT ELEMENTS
3. HEADER
4. FOOTER
    4.1 FOOTER TOP
    4.2 COPY RIGHT
5. HOME
    5.1 HOME CAROUSEL 
    5.2 HOME NEWS
   
===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*=== VARIABLES ===*/
/*============ TEXT COLOR VARIATION =============*/
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat|PT+Serif|Poppins|Raleway");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|PT+Serif|Poppins|Raleway");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
.text-primary {
  color: #3a6ee9 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #222222 !important;
}

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

.bg-dark {
  background-color: #071e33;
}

.bg-water {
  background-color: transparent;
}

.bg-sand {
  background-color: #e5e5e5;
}

/*============ FUNCTIONS =============*/
/*=== MEDIA QUERY ===*/
* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*============ GOOGLE FONTS =============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #848484;
  font-weight: 400;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  color: #848484;
  font-weight: 400;
}

@media (min-width: 320px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

a, span {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  text-transform: capitalize;
  margin: 0;
  color: #222222;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3 {
  font-size: 25px;
  line-height: 1.1;
}

h4 {
  font-size: 22px;
  line-height: 1.1;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 1.1;
}

img {
  max-width: 100%;
}

/*=== 1.COMMON ===*/
/* ===Font faces */
.container {
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

a {
  color: #848484;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  outline: 0;
  color: #3a6ee9;
  text-decoration: none;
}

.main-wrapper {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .boxed .main-nav {
    box-shadow: none;
  }
}

.boxed .main-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (min-width: 480px) {
  .boxed .main-wrapper {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .boxed .main-wrapper {
    padding: 0px 0 0;
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .boxed .main-wrapper {
    padding: 0px 0 0;
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .boxed .main-wrapper {
    padding: 0px 0 0;
    max-width: 1260px;
  }
}

.boxed .home_transparent-wrapper.main-wrapper {
  padding-top: 0px;
}

@media (min-width: 480px) {
  .boxed .navbar-sticky {
    max-width: 520px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .boxed .navbar-sticky {
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .boxed .navbar-sticky {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .boxed .navbar-sticky {
    max-width: 1260px;
  }
}

.visible {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
}

.btn-cta {
  color: #222222 !important;
  background-color: #fff;
}

.img-full {
  width: 100%;
}

.img-circle {
  position: relative;
  border-radius: 50%;
}

.bg-image-holder, .bg-image {
  background-size: cover !important;
  background-position: 50% 50%;
  transition: all 0.3s linear;
  background: #e5e5e5;
  position: relative;
}

::-moz-selection {
  background-color: #3a6ee9;
  color: #fff;
}

::selection {
  background-color: #3a6ee9;
  color: #fff;
}

/*=== 1.1  ALL BACKGROUND COLORS ===*/
.bg-br {
  background-color: #202125;
}

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

.bg-ghost-white {
  background-color: #F5F5F7;
}

.bg-ebony {
  background-color: #2F3238;
}

.bg-dark-navy {
  background-color: #071e33 !important;
}

.no-bg {
  background-color: transparent;
}

.primary-color {
  color: #3a6ee9;
}

.white-color {
  color: #ffffff;
}

.bordered {
  border: 1px solid #e5e5e5;
}

/*=== 1.2 CUSTOM MARGIN CLASSES ===*/
.mb30 {
  margin-bottom: 30px;
}

.mt-45 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .mt-45 {
    margin-top: 45px;
  }
}

.m-tb-35 {
  margin: 36px 0;
}

@media (min-width: 768px) {
  .m-tb-35 {
    margin: 30px 0;
  }
}

@media (min-width: 1200px) {
  .m-tb-35 {
    margin: 36px 0;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-45 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .mb-45 {
    margin-bottom: 45px;
  }
}

.spacing45 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .spacing45 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .spacing45 {
    margin-left: 12px;
    margin-top: 0;
  }
}

/*=== 1.3 CUSTOM PADDING CLASSES ===*/
.no-padding {
  padding: 0 !important;
}

.pv50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .section-padding {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

/*=== 1.4 FONT WEIGHT CLASSES ===*/
.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.medium {
  font-weight: 500 !important;
}

/*=== 1.5 CUSTOM MIDEA ===*/
.media {
  position: relative;
}

.media .media-body {
  background: #fff;
}

.media .media-body .media-date {
  font-family: 'Open Sans', sans-serif;
  color: #848484;
}

.media .media-body h5 {
  font-size: 22px;
}

.media .media-body h5.small {
  font-size: 15px;
}

.media .media-body p {
  font-family: 'Open Sans', sans-serif;
  color: #848484;
}

/*=== 1.6 SIDE MENU ELEMENTS ===*/
.side-menu .side-menu-margin {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .side-menu .side-menu-margin {
    margin-bottom: 0;
  }
}

.side-menu.portfolio-details-list li {
  padding: 10px 0;
  margin: 5px 0;
}

.side-menu li {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  font: 600 14px 'Open Sans', sans-serif;
}

.side-menu li a {
  padding: 15px 0;
  color: #808080;
  transition: .4s;
  width: 100%;
}

.side-menu li a:hover {
  color: #3a6ee9;
}

.side-menu li a:hover i.fa {
  margin-right: 20px;
  color: #3a6ee9;
}

.side-menu li a i.fa {
  margin-right: 15px;
  transition: .4s;
}

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #e5e5e5;
}

.sidebar-search input ::-webkit-input-placeholder {
  color: #848484;
}

.sidebar-search input :-moz-placeholder {
  color: #848484;
}

.sidebar-search input ::-moz-placeholder {
  color: #848484;
}

.sidebar-search input :-ms-input-placeholder {
  color: #848484;
}

.sidebar-search .btn-search {
  top: 13px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.tag-list .btn.tag-btn {
  padding: 13px 10px;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 22px;
  color: #949495;
  text-transform: capitalize;
  font-weight: 400;
}

@media (min-width: 992px) {
  .tag-list .btn.tag-btn {
    font-size: 14px;
  }
  .tag-list .btn.tag-btn:hover {
    color: #fff;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=== 1.7 Hover Overlays ===*/
.hover-overlay {
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .hover-overlay {
    height: 30%;
  }
}

@media (min-width: 1200px) {
  .hover-overlay {
    height: 100%;
    display: block;
  }
}

.hover-overlay.effect-transformY {
  background: rgba(58, 110, 233, 0.85);
}

@media (min-width: 1200px) {
  .hover-overlay.effect-transformY {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}

.hover-overlay.effect-scale {
  background-color: #3a6ee9;
  opacity: 0.86;
}

@media (min-width: 1200px) {
  .hover-overlay.effect-scale {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.hover-overlay .social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .hover-overlay .social-icons {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
}

.hover-overlay .social-icons .icon {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .hover-overlay .social-icons .icon {
    margin: 0 3px;
  }
}

@media (min-width: 992px) {
  .hover-overlay .social-icons .icon {
    margin: 0 5px;
  }
}

.hover-overlay a.icon {
  color: #fff;
}

.icon-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 5px;
  transition: .4s;
}

@media (min-width: 768px) {
  .icon-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1200px) {
  .icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .card:hover .hover-overlay.effect-transformY, .card_img:hover .hover-overlay.effect-transformY {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .card:hover .hover-overlay.effect-scale, .card_img:hover .hover-overlay.effect-scale {
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*=== 1.9 PRIMARY OVERLAYS ====*/
.primary-overlay, .custom-overlay {
  position: relative;
}

.primary-overlay:before, .custom-overlay:before {
  background-color: #3a6ee9;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .75;
}

/*=== 1.10 COMMON BUTTON ===*/
/* 1.11 SECTION TITLES  */
.section-title-md {
  font-size: 36px;
}

.section-title-sm {
  font-size: 24px;
  margin-bottom: 20px;
}

.section-title-sm.sep {
  padding-bottom: 20px;
}

/* 1.12 SECTION TITLE SEPERATOR */
.sep {
  position: relative;
  padding-bottom: 30px;
}

.sep:before {
  position: absolute;
  background-color: #3a6ee9;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
}

.border-gray {
  border-color: rgba(132, 132, 132, 0.15);
}

.highlighter {
  background: #282C34;
  padding: 0px 10px;
  border-radius: 4px;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
  display: inline-block;
}

body.boxed {
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  body.boxed {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.boxed {
    max-width: 1260px;
  }
}

body.boxed .main-wrapper {
  background: #ffffff;
}

/*Preloader*/
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lds-spinner {
  position: relative;
}

.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #3a6ee9;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/* ====== 2.ELEMENTS ======
2.1 BASIC ELEMENTS

2.2 THEME KIT ELEMENTS
===================== */
/*=== 2.1 BASIC ELEMENTS ===*/
/* ================================================
--> Elements Right Sidebar style
================================================== */
.btn-search {
  background: transparent;
  border: none;
  position: absolute;
  top: 16px;
  right: 15px;
  color: #848484;
  cursor: pointer;
}

.b-element .bredcrumb, .kit .bredcrumb {
  padding: 50px 0px;
}

@media (min-width: 992px) {
  .b-element .bredcrumb, .kit .bredcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.b-element .bredcrumb h2, .b-element .bredcrumb p, .kit .bredcrumb h2, .kit .bredcrumb p {
  color: #ffffff;
}

.b-element .bredcrumb .bredcrumb-inner, .kit .bredcrumb .bredcrumb-inner {
  margin: -50px 0;
}

.element-sidenav {
  display: block;
  margin-bottom: 80px;
}

.element-sidenav .nav-item {
  height: 42px;
  background: #f7f7f7;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element-sidenav .nav-item > a.nav-link {
  font-size: 16px;
  padding: 0 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #222222;
}

.element-sidenav .nav-item > a.nav-link .fa {
  padding-right: 10px;
  font-size: 14px;
}

.element-sidenav .nav-item > a.nav-link:hover {
  color: #3a6ee9;
}

.element-sidenav .nav-item.active {
  background-color: #ffffff;
  border-left: 0px;
}

.element-sidenav .nav-item.active > a.nav-link {
  color: #3a6ee9;
}

.element-sidenav .nav-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

/* ================================================
--> Element Single block style
================================================== */
.element_single .card.single-block {
  margin-bottom: 30px;
  border: none;
  border-radius: 0px;
  background-color: #e5e5e5;
}

.element_single .card.single-block .card-header {
  padding: 20px;
  border-bottom: none;
  border-radius: 0px;
  background-color: #e5e5e5;
  position: relative;
}

@media (min-width: 992px) {
  .element_single .card.single-block .card-header {
    padding: 20px 25px;
  }
}

.element_single .card.single-block .card-header h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  max-width: 60%;
  font-style: normal;
}

@media (min-width: 768px) {
  .element_single .card.single-block .card-header h3 {
    font-size: 25px;
    max-width: 100%;
  }
}

.element_single .card.single-block .card-header h3 a {
  color: #848484;
  background: #ffffff;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .element_single .card.single-block .card-header h3 a {
    float: right;
    right: 0px;
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.element_single .card.single-block .card-block {
  padding: 0;
}

.element_single .card.single-block .card-block .code_container {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid rgba(2, 2, 2, 0.09);
  padding: 10px 20px;
}

.element_single .card.single-block .card-block .code_container h5 {
  font-family: 'Lato', sans-serif;
  color: #848484;
  font-size: 18px;
  line-height: 60px;
  text-transform: unset;
}

.element_single .card.single-block .card-block .code_container p {
  color: #222222;
}

.element_single .card.single-block .card-block .code_container ul {
  padding: 10px 15px 20px;
}

.element_single .card.single-block .card-block .code_container ul li {
  color: #222222;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 26px;
}

.element_single .card.single-block .card-block .code_container ul li:before {
  content: "\f10c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  margin-left: -24px;
  /* same as padding-left set on li */
  width: 24px;
  /* same as padding-left set on li */
}

.element_single .card.single-block .card-block .code_container .s {
  color: #e6db74;
}

.element_single .card.single-block .card-block .code_container .nt {
  color: #f92672;
}

.element_single .card.single-block .card-block .code_container .na {
  color: #a6e22e;
}

.element_single .card.single-block pre {
  margin: 10px 0px;
  background-color: #282C34;
  color: #ABB2BF;
}

.element_single .card.single-block pre code {
  color: #ABB2BF;
  font-size: 14px;
}

.element_single .display-single_element {
  margin-bottom: 80px;
}

.element_single .display-single_element > p {
  font-size: 15px;
  margin-bottom: 15px;
}

.element_single .dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #ffffff;
  margin-top: 0px;
  padding: 5px 20px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
}

@media (min-width: 768px) {
  .element_single .dropdown-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  .element_single .show .dropdown-menu {
    display: block;
  }
}

.element_single .progress {
  margin: 10px 0;
}

.element_single .bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-width: .2rem;
}

.element_single .scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

#cards_element footer {
  padding: 20px;
}

/* ================================================
--> Section divider / hr style
================================================== */
hr.hr_narrow {
  width: 15%;
  height: 2px;
  border-width: 2px;
  border-color: #3a6ee9;
}

@media (min-width: 768px) {
  hr.hr_narrow {
    width: 7%;
  }
}

.hr_color, .hr_color hr {
  color: #ffffff;
  background: #ffffff;
}

hr.hr-inline {
  display: inline-block;
}

/* ================================================
--> Elements footer style
================================================== */
.footer.element-footer .copyright p {
  color: #848484;
}

/* ================================================
--> Elements collapse style
================================================== */
.card.card-accordion {
  margin: 10px 0;
}

.card.card-accordion .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.card.card-accordion .card-header h6 {
  position: relative;
}

.card.card-accordion .card-header h6 a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card.card-accordion .card-header a {
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  background-color: #3a6ee9;
  color: #ffffff;
  border: 1px solid #3a6ee9;
  border-radius: 2px;
}

.card.card-accordion .card-header a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f106';
  float: right;
  line-height: 1;
  width: 22px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 15px;
}

.card.card-accordion .card-header a.collapsed {
  line-height: 24px;
  color: #222222;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f107';
}

.card.card-accordion .card-block {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 26px;
}

.icon-left.card.card-accordion .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.icon-left.card.card-accordion .card-header a {
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  padding-left: 50px;
  border-radius: 2px;
}

.icon-left.card.card-accordion .card-header.header-inverse a {
  background-color: #ffffff;
  color: #3a6ee9;
  border: 1px solid #3a6ee9;
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f106';
  float: left;
  line-height: 1;
  width: 22px;
  margin-right: 10px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 15px;
}

.icon-left.card.card-accordion .card-header a.collapsed {
  line-height: 24px;
  color: #222222;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f107';
}

/*================================================
--> Element Buttons
==================================================*/
#buttons .display-single_element .btn {
  margin: 0px 5px 10px 0;
}

.btn {
  border: none;
  border-radius: 0px;
  font: 700 14px 'Open Sans', sans-serif;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
  box-shadow: none;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08);
}

.btn.btn-rounded {
  border-radius: 40px;
}

.btn i {
  font-size: inherit;
}

.btn-primary {
  background-color: #3a6ee9;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #ffffff !important;
  color: #3a6ee9 !important;
}

.btn-transparent {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.btn-transparent:hover {
  background-color: #3a6ee9;
  color: #ffffff;
  border-color: #3a6ee9;
}

.btn-white {
  color: #222222;
  background-color: #ffffff;
}

.btn-white:hover {
  color: #3a6ee9;
}

.btn-secondary {
  background-color: #e5e5e5;
  color: #222222;
  border: 1px solid #dedede;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
  background-color: #e5e5e5;
  color: #222222;
  border: 1px solid #dedede;
}

.btn-success {
  background-color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active {
  background-color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-info {
  background-color: #439fdb;
  border: 1px solid #439fdb;
}

.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active {
  background-color: #439fdb;
  border: 1px solid #439fdb;
}

.btn-warning {
  background-color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  background-color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-danger {
  background-color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
  background-color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-light {
  color: #848484;
}

.btn-link {
  color: #000;
}

.btn-inverse {
  background-color: #323f41;
  border: 1px solid #323f41;
  color: #ffffff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active, .btn-inverse:active {
  background-color: #323f41;
  border: 1px solid #323f41;
}

.btn-primary-outlined {
  background-color: transparent;
  color: #3a6ee9;
  border: 1px solid #3a6ee9;
}

.btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined.active, .btn-primary-outlined:active {
  background-color: #3a6ee9;
  color: #ffffff;
}

.btn-secondary-outlined {
  background-color: transparent;
  color: #222222;
  border: 1px solid #dedede;
}

.btn-secondary-outlined:hover, .btn-secondary-outlined:focus, .btn-secondary-outlined.active, .btn-secondary-outlined:active {
  background-color: #e5e5e5;
  color: #222222;
}

.btn-success-outlined {
  background-color: transparent;
  color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-success-outlined:hover, .btn-success-outlined:focus, .btn-success-outlined.active, .btn-success-outlined:active {
  background-color: #49c32c;
  color: #ffffff;
}

.btn-info-outlined {
  background-color: transparent;
  color: #439fdb;
  border: 1px solid #439fdb;
}

.btn-info-outlined:hover, .btn-info-outlined:focus, .btn-info-outlined.active, .btn-info-outlined:active {
  background-color: #439fdb;
  color: #ffffff;
}

.btn-warning-outlined {
  background-color: transparent;
  color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-warning-outlined:hover, .btn-warning-outlined:focus, .btn-warning-outlined.active, .btn-warning-outlined:active {
  background-color: #eabf38;
  color: #ffffff;
}

.btn-danger-outlined {
  background-color: transparent;
  color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-danger-outlined:hover, .btn-danger-outlined:focus, .btn-danger-outlined.active, .btn-danger-outlined:active {
  background-color: #f55c5d;
  color: #ffffff;
}

.btn-inverse-outlined {
  background-color: transparent;
  color: #323f41;
  border: 1px solid #323f41;
}

.btn-inverse-outlined:hover, .btn-inverse-outlined:focus, .btn-inverse-outlined.active, .btn-inverse-outlined:active {
  background-color: #323f41;
  color: #ffffff;
}

/*================================================
--> Button sizes
==================================================*/
.btn.btn-sm {
  padding: 0px 10px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.btn.btn-mid {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.btn.btn-lg {
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.btn.btn-default {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

.btn.btn-icon i {
  margin-right: 5px;
}

/*================================================
--> Social Buttons
==================================================*/
.btn-facebook {
  background-color: #3b5999;
}

.btn-twitter {
  background-color: #55acee;
}

.btn-social {
  font-size: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  line-height: 32px;
  display: inline-block;
}

.btn-social i {
  margin-right: 0px;
  color: #fff;
}

.btn-social.btn-cicle {
  border-radius: 50%;
}

.btn-social.rounded {
  border-radius: 4px;
}

.btn-social.titled {
  text-transform: capitalize;
  width: auto;
  height: 35px;
  border-radius: 0px;
  padding: 0 20px;
  line-height: 35px;
  color: #ffffff;
}

.btn-social.titled i {
  margin-right: 5px;
}

.btn-social.facebook {
  background-color: #3b5999;
}

.btn-social.twitter {
  background-color: #55acee;
}

.btn-social.pinterest {
  background-color: #bd081c;
}

.btn-social.skype {
  background-color: #00aff0;
}

.btn-social.linkedin {
  background-color: #0077b5;
}

.btn-social.google-plus {
  background-color: #dd4b39;
}

.btn-social.youtube {
  background-color: #cc181e;
}

.btn-social.btn-social-o:hover {
  background-color: transparent;
  box-shadow: none;
}

.btn-social.btn-social-o:hover.facebook {
  color: #3b5999;
}

.btn-social.btn-social-o:hover.twitter {
  color: #55acee;
}

.btn-social.btn-social-o:hover.pinterest {
  color: #bd081c;
}

.btn-social.btn-social-o:hover.skype {
  color: #00aff0;
}

.btn-social.btn-social-o:hover.linkedin {
  color: #0077b5;
}

.btn-social.btn-social-o:hover.google-plus {
  color: #dd4b39;
}

.btn-social.btn-social-o:hover.youtube {
  color: #cc181e;
}

.btn-social.outlined {
  background-color: #ffffff;
}

.btn-social.outlined i.fa {
  color: inherit;
}

.btn-social.outlined.facebook {
  color: #3b5999;
  border: 1px solid;
  border-color: #3b5999;
}

.btn-social.outlined.facebook:hover {
  background-color: #3b5999;
  color: #ffffff;
}

.btn-social.outlined.twitter {
  color: #55acee;
  border: 1px solid;
  border-color: #55acee;
}

.btn-social.outlined.twitter:hover {
  background-color: #55acee;
  color: #ffffff;
}

.btn-social.outlined.pinterest {
  color: #bd081c;
  border: 1px solid;
  border-color: #bd081c;
}

.btn-social.outlined.pinterest:hover {
  background-color: #bd081c;
  color: #ffffff;
}

.btn-social.outlined.skype {
  color: #00aff0;
  border: 1px solid;
  border-color: #00aff0;
}

.btn-social.outlined.skype:hover {
  background-color: #00aff0;
  color: #ffffff;
}

.btn-social.outlined.linkedin {
  color: #0077b5;
  border: 1px solid;
  border-color: #0077b5;
}

.btn-social.outlined.linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}

.btn-social.outlined.google-plus {
  color: #dd4b39;
  border: 1px solid;
  border-color: #dd4b39;
}

.btn-social.outlined.google-plus:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

.btn-social.outlined.youtube {
  color: #cc181e;
  border: 1px solid;
  border-color: #cc181e;
}

.btn-social.outlined.youtube:hover {
  background-color: #cc181e;
  color: #ffffff;
}

.socialLink a {
  height: 45px;
  width: 45px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  background: transparent;
  color: #848484;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 132, 0.5);
}

.socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active {
  background-color: #3a6ee9;
  border: 1px solid #3a6ee9;
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 768px) {
  .socialLink a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .socialLink a {
    height: 45px;
    width: 45px;
    font-size: 16px;
    line-height: 44px;
  }
}

.footer-dark .socialLink a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

.footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active {
  background-color: #3a6ee9;
  border: 1px solid #3a6ee9;
  color: #ffffff;
  opacity: 1;
}

/* ================================================
--> Elements Alert style
================================================== */
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 0px solid transparent;
  border-radius: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .alert {
    font-size: 18px;
  }
}

.alert p {
  color: #848484;
}

.alert a.alert-link {
  color: #222222;
  font-weight: 500;
}

.alert-success {
  background-color: rgba(73, 195, 44, 0.25);
  border-color: #49c32c;
  color: #49c32c;
}

.alert-info {
  background-color: rgba(67, 159, 219, 0.25);
  border-color: #439fdb;
  color: #439fdb;
}

.alert-warning {
  background-color: rgba(234, 191, 56, 0.25);
  border-color: #eabf38;
  color: #eabf38;
}

.alert-danger {
  background-color: rgba(245, 92, 93, 0.25);
  border-color: #f55c5d;
  color: #f55c5d;
}

.iconic-alert .alert {
  padding: 10px 20px;
}

.iconic-alert i {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 10px;
}

.iconic-alert .alert-success i {
  background: #49c32c;
}

.iconic-alert .alert-info i {
  background: #439fdb;
}

.iconic-alert .alert-warning i {
  background: #eabf38;
}

.iconic-alert .alert-danger i {
  background: #f55c5d;
}

.alert-dismissible .close {
  position: relative;
  right: -1.25rem;
  padding: 17px 20px;
  color: inherit;
  font-size: 25px;
  opacity: 0.8;
  top: -0.4em;
}

/* ================================================
--> Elements Alert style
================================================== */
.anim_item {
  position: relative;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 60px 20px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.anim_item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anim_item:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.anim_item h5 {
  margin-bottom: 10px;
}

@-webkit-keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes megamenu-show {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes megamenu-show {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*================================================
--> Element Background
==================================================*/
.bg-gradient-navy {
  background-image: linear-gradient(0deg, #0a233b 0%, #1a3550 50%, #0a233b 100%);
}

.h300 {
  position: relative;
  height: 300px;
}

.bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb);
}

.bg-blue-lineargradient {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(58, 110, 233, 0.8) 0%, rgba(58, 110, 233, 0.1) 42%, rgba(58, 110, 233, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3a6ee9', endColorstr='#1a3a6ee9',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
}

.bg-green-gradient {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x;
}

.bg-black-gradient-opacity {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}

.bg-image-holder,
.bg-image,
.bg-image-1 {
  background-size: cover !important;
  background-position: 50% 0;
  transition: all 0.3s linear;
  background: #e5e5e5;
  position: relative;
}

.bg-image, .default-overlay {
  position: relative;
  z-index: 1;
}

.bg-image:before, .default-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #151618;
  opacity: .8;
  z-index: -1;
}

.bg-image-1 {
  position: relative;
  z-index: 1;
}

.bg-image-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #151618;
  opacity: .85;
  z-index: -1;
}

.img-black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-attachment: center 50%;
}

.bg-left {
  background-attachment: left 50%;
}

.bg-right {
  background-attachment: right 50%;
}

.bg-image .overlay-content {
  position: relative;
  z-index: 5;
}

.bg-video {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url("../demosthenes.info/assets/images/polina.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

/* ================================================
--> Elements list_group style
================================================== */
.list-group-item {
  border-radius: 0px !important;
  font-size: 15px;
  display: inline-block;
  padding: 15px 20px;
  color: #848484;
  border: 0px;
  margin: 0px;
  border-top: 1px solid rgba(132, 132, 132, 0.25);
}

.list-group-item.active {
  margin-bottom: -1px;
  background-color: #3a6ee9;
  border-color: #3a6ee9;
}

.list-group-item.active > a {
  color: #ffffff;
}

.list-group-item:first-child {
  border-top: 0px solid rgba(132, 132, 132, 0.25);
}

.list-group-item a {
  display: block;
  width: 100%;
}

.list-group-item a:hover .badge {
  color: #3a6ee9;
}

.list-group-item i {
  font-size: 14px;
  margin-right: 8px;
}

.list-group-item .badge {
  color: #848484;
  float: right;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.list-group-item .badge.badge-default {
  color: #ffffff;
}

.no-border .list-group-item {
  border: none;
  padding: 0px 0 20px;
}

.list-group-item-primary {
  background-color: rgba(58, 110, 233, 0.75);
}

.list-group-item-primary a {
  color: #3a6ee9;
}

.list-group-item-success {
  background-color: rgba(73, 195, 44, 0.75);
}

.list-group-item-success a {
  color: #49c32c;
}

.list-group-item-info {
  background-color: rgba(67, 159, 219, 0.75);
}

.list-group-item-info a {
  color: #439fdb;
}

.list-group-item-warning {
  background-color: rgba(234, 191, 56, 0.75);
}

.list-group-item-warning a {
  color: #eabf38;
}

.list-group-item-danger {
  background-color: rgba(245, 92, 93, 0.75);
}

.list-group-item-danger a {
  color: #f55c5d;
}

/* ================================================
--> Elements icon style
================================================== */
.icon-v1, .icon-v2, .icon-v3, .icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
  color: #6c6c6c;
}

.icon-xs {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

.icon-sm {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.icon-v2 {
  border-style: solid;
  border: solid 1px #eee;
}

.icon-v2.icon-xs {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v2.icon-sm {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v3 {
  background-color: #eee;
}

.icon-v3.icon-xs {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v3.icon-sm {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v4 {
  padding: 4px;
  background: transparent !important;
  border: solid 1px #eee;
  transition: all .1s ease-in-out;
}

.icon-v4.icon-xs {
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v4.icon-sm {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v4 .icon-v4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

/* ================================================
--> Elements image style
================================================== */
.image_container {
  overflow: hidden;
}

.image_container.image_circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.image_container.image_circle img {
  max-width: 100%;
}

.image_container img {
  max-width: 100%;
}

.image_container img.image_rounded {
  border-radius: 4px;
}

.image_container img.image_bordered {
  padding: 5px;
  border: 1px solid #e5e5e5;
}

#image.element_single .display-single_element > p {
  margin-bottom: 0px;
}

#image.element_single .display-single_element .image_container {
  margin-top: 30px;
}

/* ================================================
--> Elements input_group style
================================================== */
.input-group .form-check-label {
  margin-bottom: 0px;
}

.input-group .input-group-addon input[type=checkbox], .input-group .input-group-addon input[type=radio] {
  margin-top: 6px;
}

.input-group .form-check {
  margin-bottom: 0px;
}

.input-group .form-check .checkbox-custom + .checkbox-custom-label:before, .input-group .form-check .radio-custom + .radio-custom-label:before {
  margin-right: 0px;
}

label {
  font-size: 15px;
}

.input-group-addon {
  border-radius: 0px;
  background: #e5e5e5;
  padding-left: 17px;
  padding-right: 17px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #848484;
}

input.form-control {
  font-size: 15px;
  color: #848484;
}

.cr-addon .input-group {
  margin-bottom: 30px;
}

/*================================================
--> Element Heading
==================================================*/
[class*="heading-"] {
  position: relative;
}

.heading:before, .heading:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-color: inherit;
}

.heading.heading-v1:before {
  top: 48%;
  border-top-style: solid;
}

.heading.heading-v1:after {
  top: 58%;
  border-top-style: solid;
}

.heading-v1-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 18px;
  background-color: inherit;
  z-index: 2;
}

.text-center .heading-v1-title {
  padding-right: 18px;
  padding-left: 18px;
}

.text-right .heading-v1-title {
  padding-right: 0px;
  padding-left: 18px;
}

/*==================================
card
====================================*/
#cards_element .card {
  margin-bottom: 30px;
}

#cards_element .card .display-single_element p {
  margin-bottom: -10px;
}

.card {
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
}

.card .card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card .card-img {
  border-radius: 0px;
}

.card .card-title {
  margin: 0px;
  padding: 15px 0 10px;
  transition: all 0.3s ease;
}

.card .card-title:hover {
  color: #3a6ee9;
}

.card .card-block {
  padding: 10px 0 0;
}

.card .card-block p.card-text {
  padding: 15px 0px;
}

.card.img-mid .card_img {
  padding: 20px 0 20px;
}

.card.img-mid .card-title {
  padding-top: 0px;
}

.card.img-mid .card-block {
  padding: 0;
}

.card.img-mid .card-block p.card-text {
  padding: 0px 0px 15px;
}

.card.img-bottom .card_img {
  padding-top: 25px;
}

.card.img-bottom .card-title {
  padding-top: 0px !important;
}

.card .card-img-overlay p.card-text {
  color: #ffffff;
}

.card.card-inverse:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.7);
}

.card ul.list-inline li {
  margin-right: 10px;
}

.card ul.list-inline li:last-child {
  margin-right: 0px;
}

.card ul.list-inline li i {
  margin-right: 5px;
}

.card.text-white .card-title, .card.text-white .card-text {
  color: #ffffff;
}

.card.card-body {
  border: 1px solid #e5e5e5;
}

.card.card-style3 .card-block {
  z-index: 55;
  margin: -40px auto 0;
  background: #ffffff;
  border: 1px solid transparent;
  padding: 30px;
  padding-bottom: 50px;
  width: 85%;
  transition: all 0.3s ease;
}

.card.card-style3 .card-block:before {
  bottom: 35px;
  height: 2px;
  background-color: #e5e5e5;
}

.card.card-style3:hover .card-block {
  border: 1px solid #e5e5e5;
}

.card .card-ribbon {
  width: 200px;
  padding: 2px 5px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}

.card .card-ribbon.card-ribbon-top {
  top: 20px;
}

.card .card-ribbon.card-ribbon-top.card-ribbon-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card .card-ribbon.card-ribbon-top.card-ribbon-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-ribbon.card-ribbon-bottom {
  bottom: 20px;
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card .card-ribbon.card-ribbon-left {
  left: -70px;
}

.card .card-ribbon.card-ribbon-right {
  right: -70px;
}

.date-holder {
  position: absolute;
  top: 15px;
  font-size: 14px;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 13px;
  left: 15px;
}

.date-holder span {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  display: block;
}

.date-holder::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #3a6ee9;
  bottom: -20px;
  left: 0;
}

.card_img {
  position: relative;
  overflow: hidden;
}

/* ================================================
--> Elements countdown style
================================================== */
.count-down {
  position: relative;
}

.count-down h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.count-down .simple_timer {
  width: 100%;
  color: #222222;
  text-align: center;
}

.count-down .table-cell {
  margin: 15px 15px 0 0;
  display: inline-block !important;
  text-align: center;
}

.count-down .table-cell .tab-val {
  width: 100px;
  height: 100px;
  line-height: 110px;
  font-size: 60px;
  display: inline-block !important;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  font-family: 'PT Serif', serif;
}

.count-down .table-cell .tab-metr {
  display: none;
}

.count-down.titled .table-cell {
  position: relative;
  height: 130px;
}

.count-down.titled .table-cell .tab-val {
  width: 130px;
  height: 130px;
  background-color: transparent;
}

.count-down.titled .table-cell .tab-metr {
  display: block;
  margin-top: -40px;
  line-height: 22px;
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
}

.count-down.circled .tab-val {
  border-radius: 50%;
}

.count-down.colored-bg {
  padding: 80px 50px 80px;
}

.count-down.colored-bg .tab-val {
  width: 130px;
  height: 130px;
  background-color: #ffffff !important;
  border: none;
}

.count-down.bg-image {
  position: relative;
  padding: 80px 50px 80px;
}

.count-down.bg-image .tab-val {
  width: 130px;
  height: 130px;
  background-color: #ffffff !important;
  border: none;
}

.count-down.bg-image.shadow:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(53, 63, 65, 0.9);
}

.fun-text {
  position: relative;
  display: block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .fun-text {
    display: inline-block;
    margin-right: 0px;
  }
}

.fun-text:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .fun-text {
    margin-right: 80px;
  }
}

.fun-text span {
  font-size: 50px;
  color: #222222;
  font-weight: 400;
  padding: 20px 0;
  display: inline-block;
}

.fun-text p {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}

.bg-primary .fun-text span, .bg-primary .fun-text p {
  color: #ffffff;
}

/* ================================================
--> Elements carousel style
================================================== */
.home-carousel .owl-dots, .service-carousel .owl-dots, .carousel-style-one .owl-dots {
  position: absolute;
  bottom: 0%;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.home-carousel .owl-dots .owl-dot, .service-carousel .owl-dots .owl-dot, .carousel-style-one .owl-dots .owl-dot {
  width: 41px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  height: 4px;
  padding: 15px 0 !important;
}

.home-carousel .owl-dots .owl-dot:before, .service-carousel .owl-dots .owl-dot:before, .carousel-style-one .owl-dots .owl-dot:before {
  background: #ffffff;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  position: absolute;
  opacity: 0;
}

.home-carousel .owl-dots .owl-dot:after, .service-carousel .owl-dots .owl-dot:after, .carousel-style-one .owl-dots .owl-dot:after {
  background: #ffffff40;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  position: absolute;
  z-index: -1;
}

.home-carousel .owl-dots .owl-dot.active:before, .service-carousel .owl-dots .owl-dot.active:before, .carousel-style-one .owl-dots .owl-dot.active:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  width: 50%;
}

.home-carousel .owl-dots .owl-dot:focus, .service-carousel .owl-dots .owl-dot:focus, .carousel-style-one .owl-dots .owl-dot:focus {
  outline: none;
}

.carousel-style-one .carousel-item {
  height: 300px;
}

@media (min-width: 768px) {
  .carousel-style-one .carousel-item {
    height: 350px;
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .carousel-style-one .carousel-item {
    height: 400px;
  }
}

.carousel-style-one .carousel-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.carousel-style-one .carousel-description h1 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 35px;
}

@media (min-width: 768px) {
  .carousel-style-one .carousel-description h1 {
    font-size: 35px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  .carousel-style-one .carousel-description h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

.carousel-style-one .carousel-description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .carousel-style-one .carousel-description p {
    font-size: 16px;
    line-height: 28px;
    padding: 30px 0 37px;
    margin-bottom: 0;
  }
}

.carousel-style-one .carousel-description .slider-btn .common-btn {
  padding: 0 13px;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .carousel-style-one .carousel-description .slider-btn .common-btn {
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
    font-size: 14px;
  }
}

.carousel-style-one .owl-dots {
  bottom: 5%;
}

.display-single_element .service-carousel .owl-nav .owl-next, .display-single_element .service-carousel .owl-nav .owl-prev {
  color: #4e5055;
}

.service-carousel {
  position: relative;
  padding-bottom: 80px;
}

.service-carousel .owl-nav {
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-carousel .owl-nav .owl-next, .service-carousel .owl-nav .owl-prev {
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #4e5055;
  border-radius: 50%;
  color: #e1e1e2;
  cursor: pointer;
  transition: .4s;
  margin: 0 5px;
}

.service-carousel .owl-nav .owl-next:hover, .service-carousel .owl-nav .owl-prev:hover {
  border-color: #3a6ee9;
  color: #3a6ee9;
}

.service-carousel .owl-dots .owl-dot:before {
  background: #3a6ee9;
}

.service-carousel .owl-dots .owl-dot:after {
  background: #636467;
}

.testimonial-carousel.owl-carousel {
  padding-top: 190px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel {
    padding-top: 120px;
  }
}

.testimonial-carousel.owl-carousel p {
  padding-bottom: 13px;
}

.testimonial-carousel.owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 100px;
  width: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  transition: .4s;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-dots .owl-dot {
    margin: 0 10px;
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    height: 100%;
    width: 100%;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-dots .owl-dot::before {
    background: #162632;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .40;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot.active {
  display: block;
  visibility: visible;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-dots .owl-dot.active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .testimonial-carousel.owl-carousel .owl-dots .owl-dot.active::before {
    opacity: 0;
  }
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .testimonial-carousel.owl-carousel .owl-dots .owl-dot img {
    width: auto;
  }
}

.testimonial-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-nav {
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next, .testimonial-carousel.owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 0;
  font-size: 27px;
  padding: 10px !important;
  color: #d9d9d9;
  transition: .4s;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-nav .owl-next, .testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    left: -30%;
    position: absolute;
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel.owl-carousel .owl-nav .owl-next, .testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    left: -15%;
  }
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next:hover, .testimonial-carousel.owl-carousel .owl-nav .owl-prev:hover {
  color: #3a6ee9;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next::before, .testimonial-carousel.owl-carousel .owl-nav .owl-prev::before {
  content: '|';
  right: 0;
  position: absolute;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next:focus, .testimonial-carousel.owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}

@media (min-width: 768px) {
  .testimonial-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -30%;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -15%;
  }
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next::before {
  left: 0;
  right: auto;
}

.testimonial-carousel.owl-carousel h4.client-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial-carousel.owl-carousel span.client-status {
  color: #3a6ee9;
  font-style: italic;
}

.brand-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-carousel .single-brand img {
  width: auto;
  margin: 0 auto;
}

/* ================================================
--> Elements form style
================================================== */
.form-group {
  margin-bottom: 0px;
}

.input-group-addon {
  border-color: #e5e5e5;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}

input.form-control, textarea.form-control, select.form-control {
  border-radius: 0px;
  font-size: 14px;
  padding: 13px 20px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
  overflow: hidden;
}

input.form-control ::-webkit-input-placeholder, textarea.form-control ::-webkit-input-placeholder, select.form-control ::-webkit-input-placeholder {
  color: #848484 !important;
}

input.form-control :-moz-placeholder, textarea.form-control :-moz-placeholder, select.form-control :-moz-placeholder {
  color: #848484 !important;
}

input.form-control ::-moz-placeholder, textarea.form-control ::-moz-placeholder, select.form-control ::-moz-placeholder {
  color: #848484 !important;
}

input.form-control :-ms-input-placeholder, textarea.form-control :-ms-input-placeholder, select.form-control :-ms-input-placeholder {
  color: #848484 !important;
}

input.form-control.focus, input.form-control:focus, input.form-control.active, input.form-control:active, textarea.form-control.focus, textarea.form-control:focus, textarea.form-control.active, textarea.form-control:active, select.form-control.focus, select.form-control:focus, select.form-control.active, select.form-control:active {
  background-color: #ffffff;
  border-color: #e5e5e5;
  font-weight: 300;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
}

input.form-control.is-valid.focus, input.form-control.is-valid:focus, input.form-control.is-valid.active, input.form-control.is-valid:active, input.form-control.is-invalid.focus, input.form-control.is-invalid:focus, input.form-control.is-invalid.active, input.form-control.is-invalid:active {
  background-color: #ffffff;
  border-color: default;
  font-weight: 300;
  box-shadow: default;
}

.text_input .form-group {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .text_input .form-group {
    margin-bottom: 20px;
  }
}

.text_input .form-group label {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}

@media (min-width: 992px) {
  .text_input .form-group label {
    font-size: 16px;
  }
}

.text_input input.form-control, .text_input textarea.form-control, .text_input select.form-control {
  margin-bottom: 0px;
}

.form-group .helpText {
  position: absolute;
  top: 18px;
  right: 25px;
}

.selectOptions {
  margin-bottom: 0px;
}

.selectOptions .sbHolder {
  background-color: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.selectOptions .sbHolder, .selectOptions .sbSelector {
  width: 100% !important;
  height: 50px !important;
  line-height: 50px;
}

.selectOptions .sbOptions {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  right: 0 !important;
  border-radius: 0;
  z-index: 100;
}

.selectOptions .sbOptions a {
  color: #848484;
  font-size: 13px;
  padding: 13px 17px;
  text-transform: uppercase;
}

.selectOptions .sbOptions a:hover {
  color: #3a6ee9;
  background-color: transparent;
}

.selectOptions .sbOptions .sbToggle:hover, .selectOptions .sbOptions .sbToggle:focus, .selectOptions .sbOptions .sbToggle:active {
  color: inherit;
}

.selectOptions .sbHolder > a.sbToggle:after {
  position: absolute;
  content: '\f078';
  font-family: 'FontAwesome';
  top: 0px;
  right: 10px;
  font-size: 10px;
}

.selectOptions .sbHolder > a.sbToggle.sbToggleOpen:after {
  content: '\f077';
}

.form-check-input {
  margin-left: 4px;
  margin-top: 6px;
  padding: 5px;
  opacity: 0;
}

.form-check-label {
  padding-left: 0px;
  margin-bottom: 25px;
  font-size: 15px;
  cursor: default;
  color: #222222;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #ffffff;
  border: 1px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #ffffff;
  background: #3a6ee9;
  border: 0px solid #3a6ee9;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f111";
  font-size: 9px;
  font-family: 'FontAwesome';
  color: #ffffff;
  background: #3a6ee9;
  border: 0px solid #3a6ee9;
}

span.or {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  color: #222222;
}

.checkbox-custom:checked + .checkbox-custom-label.default-checked:before,
.radio-custom:checked + .radio-custom-label.default-checked:before {
  background-color: #e5e5e5 !important;
  color: #848484 !important;
}

.checkbox-custom:checked + .checkbox-custom-label.disable-checked:before,
.radio-custom:checked + .radio-custom-label.disable-checked:before {
  background: #f2f2f2 !important;
  color: rgba(132, 132, 132, 0.5) !important;
}

h3.form_title {
  display: block;
  font-size: 25px;
  padding: 25px 30px;
  text-transform: capitalize;
  background: #e5e5e5;
}

form.register {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding: 25px 30px;
}

form.register .form-check label.checkbox-custom-label {
  color: #222222;
  margin-bottom: 0px;
}

form.register .form-check label.checkbox-custom-label:before {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

form.register .form-check .checkbox-custom:checked + .checkbox-custom-label:before {
  font-size: 12px;
}

form.register .btn-link {
  color: #439fdb;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}

form.register span.or {
  position: relative;
  font-weight: 700;
}

form.register span.or:before {
  content: '';
  position: absolute;
  left: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}

form.register span.or:after {
  content: '';
  position: absolute;
  right: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}

form.register .btn {
  font-weight: 700;
  margin-bottom: 20px;
}

form.register .btn.btn-facebook, form.register .btn.btn-twitter {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: unset;
  color: #ffffff;
}

p.form-footer {
  margin: 0;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  border-top: 0px;
  font-size: 15px;
}

.input-icon {
  position: relative;
}

.input-icon .input-group-addon {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 16px;
  color: #848484;
  position: absolute;
  top: 0;
  padding: 0px;
  z-index: 55;
  margin: 17px 0px;
  left: 15px;
}

.input-icon input {
  padding-left: 40px;
}

.input-icon.col-md-12 .input-group-addon {
  left: 27px;
}

.form-inline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-inline .input-group {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .form-inline .input-group {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .form-inline .input-group {
    width: 38%;
  }
}

.form-inline .uname, .form-inline .email, .form-inline .password {
  position: relative;
}

.map-canvas {
  height: 400px;
  width: 100%;
}

.map-canvas #map {
  height: 100%;
  width: 100%;
}

.mapArea #map-canvas {
  height: 400px;
  width: 100%;
}

/* ================================================
--> Kit Navbar style
================================================== */
header {
  background-color: #202125;
}

.dropdown-menu li > h6 {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 0px;
}

@media (min-width: 768px) {
  .dropdown-menu li > h6 {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu li > h6 {
    padding: 0 15px;
    font-size: 16px;
  }
}

/*============= HEADER STYLE ============*/
@media (min-width: 480px) {
  .boxed header {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .boxed header {
    background-color: transparent;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .boxed header {
    background-color: transparent;
    max-width: 970px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .boxed header {
    background-color: transparent;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .boxed header.header-transparent {
    background-color: transparent;
    max-width: 1260px;
    margin: 0 auto;
  }
}

.main-nav {
  z-index: 5;
  position: unset;
}

.main-nav.navbar-sticky {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .main-nav {
    position: relative;
  }
}

.main-nav .navbar-brand {
  padding-top: 10px;
  margin: 0px;
  margin-left: 15px;
  padding-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .main-nav .navbar-brand {
    padding-top: 15px;
  }
}

.main-nav .navbar-brand img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .main-nav .navbar-brand {
    margin-top: 0;
    position: absolute;
    z-index: 5;
  }
  .main-nav .navbar-brand img {
    width: auto;
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .main-nav .navbar-brand {
    width: 230px;
    overflow: visible;
  }
  .main-nav .navbar-brand img {
    width: auto;
    max-width: 100%;
  }
}

.main-nav .navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #3a6ee9;
  padding: 10px 10px 8px;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  position: absolute;
  right: 15px;
  top: 13px;
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
  z-index: 100;
}

.main-nav .navbar-toggler .burger-menu {
  display: inline-block;
  font-size: 24px;
  color: #222222;
  background: transparent;
  text-align: center;
}

.main-nav .navbar-toggler.active, .main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-collapse {
  padding: 0;
  border-top: none;
  max-height: 450px;
  position: absolute;
  width: calc(100% - 30px);
  margin: 0 15px;
  top: 100%;
  right: 0;
  box-shadow: 2px 3px 9px rgba(44, 40, 86, 0.1);
}

@media (min-width: 768px) {
  .main-nav .navbar-collapse {
    position: relative;
    margin-top: 0px;
    box-shadow: none;
  }
}

.main-nav .dropdown-toggle::after {
  visibility: visible;
  position: absolute;
  right: 0px;
  margin-left: 0px;
  top: 50%;
  content: '\f107';
  font-family: 'FontAwesome';
  border: none;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .main-nav .dropdown-toggle::after {
    visibility: hidden;
    display: none;
    margin: 0;
  }
}

.main-nav .navbar-collapse.show {
  right: 0;
}

.main-nav .navbar-nav {
  position: static;
  z-index: 200;
  background: #202125;
  padding: 5px 18px 20px;
}

.main-nav .navbar-nav:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .main-nav .navbar-nav {
    background-color: transparent;
    padding: 0;
  }
}

.main-nav .nav-item a {
  text-transform: capitalize;
  font-style: normal;
}

.main-nav .nav-item a.nav-link {
  color: #ffffff;
  padding: 0px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  display: block;
  margin: 10px 15px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .main-nav .nav-item a.nav-link {
    padding: 45px 0px;
    margin: 0px 7px;
    color: #ffffff;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav-item a.nav-link {
    margin: 0px 14px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .main-nav .nav-item a.nav-link {
    margin: 0px 18px;
    font-size: 15px;
  }
}

.main-nav .nav-item a.nav-link:hover {
  color: #3a6ee9;
}

@media (min-width: 768px) {
  .main-nav .nav-item a.nav-link:hover {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .main-nav .nav-item a.nav-link:hover:before, .main-nav .nav-item a.nav-link:hover:after {
    opacity: 1;
  }
}

.main-nav .nav-item.active a.nav-link:before {
  opacity: 1;
}

.main-nav .nav-item.active a.nav-link:after {
  opacity: 1;
}

.main-nav .nav-item.active a.nav-link {
  color: #3a6ee9;
}

@media (min-width: 768px) {
  .main-nav .nav-item.active a.nav-link {
    color: #fff;
  }
}

.main-nav .show > .dropdown-menu {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.main-nav .dropdown-menu {
  top: 80%;
  left: 7px;
  border: 0px;
  min-width: 230px;
  margin: 0px 15px;
  width: auto;
  padding: 0px 20px;
  border-radius: 0px;
  box-shadow: none;
  background: #202125;
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
  }
}

.main-nav .dropdown-menu a {
  padding: 10px 0;
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  transition: color 0.2s, background-color 0.2s ease-in-out;
}

.main-nav .dropdown-menu a:hover {
  color: #fff;
  background-color: transparent;
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu a {
    padding: 10px 5px;
    margin: 0px 10px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
  }
  .main-nav .dropdown-menu a:hover {
    color: #3a6ee9;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown-menu a {
    font-size: 14px;
    padding: 10px 0px;
  }
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu {
    border-left: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    background-color: #202125;
    margin-top: 0px;
    padding: 5px;
    display: block;
    min-width: 180px;
    opacity: 0;
    left: 0px;
    z-index: -1;
    visibility: hidden;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown-menu {
    margin-top: 0px;
    min-width: 200px;
    padding: 5px;
    left: 0px;
  }
}

@media (min-width: 1200px) {
  .main-nav .dropdown-menu {
    left: 7px;
    min-width: 230px;
  }
}

.main-nav .dropdown-menu li {
  padding: 0;
}

.main-nav .dropdown-menu li.dropdown {
  background: #202125;
}

.main-nav .dropdown-menu li.dropdown > a:after {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  top: 19px;
  right: 15px;
  font-size: 15px;
  visibility: visible;
  display: block;
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu li.dropdown > a:after {
    content: '\f105';
  }
}

.main-nav .dropdown-menu li.dropdown .submenu {
  margin-top: 0px;
  margin-left: 0px;
  border-left: 2px solid #3a6ee9;
  background: #202125;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu li.dropdown .submenu {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu li.dropdown .submenu:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 3px;
  }
}

@media (min-width: 768px) {
  .main-nav .dropdown-menu li.dropdown .submenu {
    border-left: none;
    display: none;
    top: 0 !important;
    left: -100% !important;
    margin-top: 0px;
    background: #202125;
  }
  .main-nav .dropdown-menu li.dropdown .submenu:before {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown-menu li.dropdown .submenu {
    top: 0 !important;
    left: 100% !important;
    background-color: #202125;
  }
  .main-nav .dropdown-menu li.dropdown .submenu:before {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .main-nav .dropdown-menu li.dropdown .submenu {
    top: 0 !important;
    left: 100% !important;
  }
}

.main-nav .dropdown-menu li.dropdown.show > .dropdown-menu {
  display: block;
}

.normal-nav .navbar-toggler {
  background-color: #202125;
}

@media (min-width: 768px) {
  .megaDropMenu {
    position: static;
  }
  .megaDropMenu .dropdown-menu {
    right: 0;
    left: 0px;
    margin: 0px;
    padding: 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .megaDropMenu .dropdown-menu {
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .megaDropMenu .dropdown-menu > li {
    float: left;
    padding: 0 0px;
    border-bottom: 0px;
  }
  .megaDropMenu .dropdown-menu ul li:last-child {
    border-bottom: none;
  }
}

.navbar-brand .logo-color {
  fill: #ffffff;
}

.navbar-sticky {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
}

@media (min-width: 768px) {
  .boxed .navbar-sticky {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.static .navbar-sticky {
  display: none;
}

.main-nav .nav-search {
  z-index: 200;
}

.main-nav .nav-search .search-trigger {
  top: 0;
  right: 0;
  display: none;
  margin-right: 0px !important;
}

@media (min-width: 768px) {
  .main-nav .nav-search .search-trigger {
    display: block;
    left: 6px;
    margin: 0px !important;
  }
}

.main-nav .nav-search .search-trigger:hover {
  color: #fff;
}

.search_hook {
  position: relative;
  height: auto;
  border-top: 3px solid #3a6ee9;
}

@media (min-width: 768px) {
  .search_hook {
    display: none;
    left: 0;
    margin-top: 15px;
    position: absolute;
    top: 100%;
  }
}

.search_hook:before {
  position: absolute;
  content: '';
  left: 0px;
  width: 2px;
  height: 14px;
  background: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.search_hook form.search_form {
  margin-top: 5px;
  position: relative;
  right: 0;
  top: 80%;
  z-index: 300;
  box-shadow: 2px 3px 9px rgba(44, 40, 86, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .search_hook form.search_form {
    width: 475px;
    display: block;
    position: absolute;
    margin: 0px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .search_hook form.search_form {
    width: 610px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .search_hook form.search_form {
    width: 660px;
  }
}

.search_hook form.search_form input {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  background: #2F3238;
  color: #ffffff;
  border: 1px solid #37383b !important;
  border: 0;
}

@media (min-width: 768px) {
  .search_hook form.search_form input {
    background: #2F3238;
    border: none !important;
  }
}

.search_hook form.search_form input::-webkit-input-placeholder {
  color: #ffffff;
  letter-spacing: 2px;
}

.search_hook form.search_form input:-ms-input-placeholder {
  color: #ffffff;
  letter-spacing: 2px;
}

.search_hook form.search_form input::placeholder {
  color: #ffffff;
  letter-spacing: 2px;
}

.search_hook form.search_form .btn-small {
  font-size: 12px;
  float: right;
}

.search_hook form.search_form .btn-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .search_hook form.search_form .btn-search {
    right: 10px;
  }
}

.icon-toggle {
  display: table-cell;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

.icon-toggle.active > i {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.icon-toggle.active::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.icon-toggle > i {
  display: inline-block;
  font-style: normal;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
}

.icon-toggle::after {
  content: "\e082";
  display: block;
  font-family: 'simple-line-icons';
  margin-top: -23px;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(1);
          transform: translateY(20px) scale(1);
  transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header-transparent {
  z-index: 300;
  padding: 0px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .header-transparent {
    position: absolute;
    background: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header-transparent .navbar-toggler .burger-menu {
  color: #ffffff;
}

@media (min-width: 992px) {
  .header-transparent .navbar-brand img {
    max-width: 100%;
  }
}

.header-transparent .navbar-brand .logo-color {
  fill: #ffffff;
}

.header-transparent .navbar-nav.mlr-auto {
  margin: 0 auto;
}

.header-transparent .nav-item a.nav-link {
  color: #ffffff;
}

@media (min-width: 768px) {
  .header-transparent .nav-item a.nav-link {
    color: #ffffff;
  }
}

.header-transparent .nav-item a.nav-link.btn-search:hover, .header-transparent .nav-item a.nav-link.btn-search:focus {
  color: #fff;
}

.header-transparent.navbar-sticky {
  position: fixed;
  background-image: none;
  background-color: #202125;
}

.header-transparent.navbar-sticky .nav-item a.nav-link {
  color: #fff;
}

@media (min-width: 768px) {
  .header-transparent.navbar-sticky .nav-item a.nav-link {
    padding: 29px 0px;
  }
}

.header-transparent.navbar-sticky .nav-item a.nav-link:hover {
  color: #3a6ee9;
}

@media (min-width: 768px) {
  .bg-dark a.nav-link {
    color: #fff !important;
  }
}

.display-single_element .bg-dark .main-nav .nav-item a.nav-link {
  color: #fff;
}

.display-single_element .bg-dark .main-nav a.nav-link:before {
  border-color: #fff;
}

.display-single_element .main-nav a.nav-link:before {
  border-color: #222222;
}

.display-single_element .main-nav a.nav-link:after {
  border-color: transparent;
}

.display-single_element .main-nav {
  box-shadow: none;
}

.display-single_element .main-nav .nav-item a.nav-link {
  color: #222222;
}

.display-single_element .main-nav .navbar-collapse {
  margin-top: 20px;
  height: 200px;
}

@media (min-width: 768px) {
  .display-single_element .main-nav .navbar-collapse {
    margin-top: 0px;
    height: auto;
  }
}

.display-single_element .main-nav .navbar-collapse .navbar-nav {
  background-color: #fff;
}

@media (min-width: 768px) {
  .display-single_element .main-nav .navbar-collapse .navbar-nav {
    background-color: transparent;
  }
}

.display-single_element .main-nav .dropdown-menu a {
  color: #222222;
}

.display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
  top: 20px;
}

@media (min-width: 768px) {
  .display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
    top: 0;
  }
}

.display-single_element .main-nav .navbar-brand {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .display-single_element .main-nav .navbar-brand {
    margin-left: unset;
  }
}

.bg-primary.navbar-sticky .navbar-brand .logo-color {
  fill: #ffffff;
}

/*=== 2.2 THEME KIT ELEMENTS ===*/
[class*="heading-"] {
  position: relative;
  font-family: 'Playfair Display', serif;
}

[class*="heading-title-"] {
  display: inline-block;
}

.heading-custom.text-center .sep::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading-title-xl {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .heading-title-xl {
    font-size: 60px;
    line-height: 70px;
  }
}

.heading-title-lg {
  font-size: 40px;
  line-height: 50px;
}

@media (min-width: 1200px) {
  .heading-title-lg {
    font-size: 55px;
    line-height: 60px;
  }
}

.heading-title-md, .section-title {
  font-size: 38px;
  line-height: 48px;
}

@media (min-width: 1200px) {
  .heading-title-md, .section-title {
    font-size: 48px;
    line-height: 55px;
  }
}

.heading-title-md.sep, .section-title.sep {
  padding-bottom: 30px;
}

.section-title {
  line-height: 38px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .section-title {
    line-height: 48px;
    margin-bottom: 70px;
  }
}

/* About CSS */
.about-section .text-block .small-heading {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .about-section .text-block .small-heading {
    margin-bottom: 10px;
  }
}

.img-pattern-style {
  position: relative;
  padding-left: 31px;
  padding-bottom: 31px;
}

@media (min-width: 768px) {
  .img-pattern-style {
    padding-left: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .img-pattern-style {
    padding-left: 31px;
    padding-bottom: 31px;
  }
}

@media (min-width: 1200px) {
  .img-pattern-style {
    padding-left: 31px;
    padding-bottom: 35px;
  }
}

.img-pattern-style:before {
  background-image: url(../img/patterns/about-sec-pattern.png);
  position: absolute;
  content: "";
  left: 0px;
  height: 89.5%;
  width: 95%;
  z-index: -1;
  bottom: 0px;
}

@media (min-width: 768px) {
  .img-pattern-style:before {
    left: -3px;
    bottom: 0px;
  }
}

@media (min-width: 992px) {
  .img-pattern-style:before {
    left: -3px;
    bottom: 3px;
  }
}

.img-pattern-style.flip {
  padding-left: 0;
  padding-right: 31px;
}

@media (min-width: 768px) {
  .img-pattern-style.flip {
    padding-right: 26px;
    padding-bottom: 26px;
  }
}

@media (min-width: 992px) {
  .img-pattern-style.flip {
    padding-right: 31px;
  }
}

.img-pattern-style.flip:before {
  left: auto;
  right: -8px;
}

@media (min-width: 768px) {
  .img-pattern-style.flip:before {
    bottom: 0px;
    right: -7px;
  }
}

@media (min-width: 992px) {
  .img-pattern-style.flip:before {
    bottom: -6px;
    right: -9px;
  }
}

/* Single Service */
.info.service-info {
  min-height: 260px;
  transition: .4s;
}

.info.service-info:hover {
  background: #3a6ee9;
  color: #ffffff;
}

.info.service-info:hover .fill-color {
  fill: #ffffff;
}

.info.service-info:hover .description p, .info.service-info:hover .description h3 {
  color: #ffffff;
}

.info.service-info .icon {
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info {
  color: #fff;
  text-align: center;
  padding: 35px 10px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 250px;
  transition: .4s;
}

.info .icon {
  padding-bottom: 18px;
}

.info .icon .fill-color {
  fill: #3a6ee9;
  transition: .4s;
}

.info .description h3 {
  font-family: 'PT Serif', serif;
  padding-bottom: 20px;
  color: #222222;
  transition: .3s;
}

.info .description p {
  font-family: 'Open Sans', sans-serif;
  color: #848484;
  transition: .4s;
}

.info .description.color-white h3 {
  color: #fff;
}

.info .description.color-white p {
  color: #848484;
}

/* Service Details */
.details-block .single-details-margin {
  margin-bottom: 30px;
}

ul.feature-list {
  position: relative;
  display: inline-block;
}

ul.feature-list.two-columns li {
  width: 100%;
}

@media (min-width: 992px) {
  ul.feature-list.two-columns li {
    float: left;
    width: 50%;
  }
}

ul.feature-list li {
  margin: 7px 0;
}

ul.feature-list a {
  position: relative;
  padding-left: 18px;
}

ul.feature-list i.fa {
  margin-right: 10px;
  color: #3a6ee9;
  position: absolute;
  left: 0;
  top: 4px;
}

.member-title {
  margin-bottom: 25px;
}

.member-title .single-title-padding {
  padding-bottom: 5px;
}

.member-title span {
  color: #808080;
  font-style: italic;
}

.social-icons .share-text {
  color: #222;
  font-size: 17px;
  line-height: 50px;
  font-weight: 700;
  margin-right: 15px;
}

.social-icons.gray-color a {
  color: #848484;
}

.social-icons a {
  color: #222222;
  border: 1px solid #e5e5e5;
}

.social-icons a:hover {
  background-color: #3a6ee9;
  color: #fff;
}

.social-icons.social-icon-padding {
  padding: 25px 0 35px;
}

.media.media-blog .media-body {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .media.media-blog .media-body {
    padding: 25px 0 20px;
  }
}

.media.media-blog .sep {
  padding-bottom: 20px;
}

.pagination-block a.pagination-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

@media (min-width: 992px) {
  .pagination-block a.pagination-btn {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.sidebar-recent-news .single-news {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-recent-news .single-news .media-img {
  margin-right: 10px;
}

.sidebar-recent-news .single-news .media-body {
  padding: 7px 0;
}

.sidebar-recent-news .single-news .media-body h5 {
  margin-bottom: 4px;
}

/* Comments & Replies*/
.single-comment {
  margin-bottom: 30px;
}

.single-comment .comment, .single-comment .reply {
  overflow: hidden;
}

.single-comment .comment-img, .single-comment .reply-img {
  float: left;
}

.single-comment .comment-img img.rounded-img, .single-comment .reply-img img.rounded-img {
  border-radius: 50%;
}

.single-comment .comment-text, .single-comment .reply-text {
  padding-left: 90px;
}

@media (min-width: 768px) {
  .single-comment .comment-text, .single-comment .reply-text {
    padding-left: 100px;
  }
}

.single-comment .comment-text h4, .single-comment .reply-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
}

.single-comment .comment-text .date, .single-comment .reply-text .date {
  margin-bottom: 10px;
}

.single-comment .comment-text .date i.fa, .single-comment .reply-text .date i.fa {
  margin-right: 7px;
}

.single-comment .comment-text p, .single-comment .reply-text p {
  font-size: 15px;
  color: #848484;
}

.single-comment .comment {
  margin-bottom: 20px;
}

.single-comment .comment .replay-link {
  color: #3a6ee9;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 25px;
}

.single-comment .reply {
  padding-left: 40px;
}

@media (min-width: 768px) {
  .single-comment .reply {
    padding-left: 100px;
  }
}

.corporex-single-blog input.form-control, .corporex-single-blog textarea.form-control, .corporex-single-blog select.form-control {
  background: #fff;
}

.corporex-single-blog form.comment_box {
  margin-top: 25px;
}

.media.media-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 210px;
}

@media (min-width: 768px) {
  .media.media-news {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .media.media-news {
    padding-bottom: 25px;
    margin-bottom: 0px;
  }
}

.media.media-news .media-body {
  padding: 20px;
  box-shadow: 0px 22px 28px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  position: absolute;
  width: 85%;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .media.media-news .media-body {
    position: relative;
    padding: 46.5px 35px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .media.media-news .media-body {
    right: 40px;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .media.media-news .media-body {
    position: absolute;
    right: 35px;
    width: 60%;
    padding: 20px;
  }
}

.media.media-news .media-body .media-date {
  font-family: 'Open Sans', sans-serif;
  color: #848484;
  margin-bottom: 10px;
}

.media.media-news .media-body h5 {
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.media.media-news .media-body h5.small {
  font-size: 16px;
}

.media.media-news .media-body p {
  font-family: 'Open Sans', sans-serif;
  color: #848484;
}

.media.media-news .media-body .common-btn {
  margin-top: 10px;
}

.single-address {
  text-align: center;
}

.single-address .icon {
  margin-bottom: 15px;
}

.single-address .icon i.fa {
  font-size: 33px;
  color: #3a6ee9;
  padding: 15px;
}

.single-address h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 6px;
}

.single-address h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #848484;
}

#googleMap {
  height: 400px;
  width: 100%;
}

.error-wrapper {
  height: 600px;
  padding-bottom: 30px;
}

.error-wrapper h1 {
  color: #3a6ee9;
  font: 700 100px 'PT Serif', serif;
}

.error-wrapper h3 {
  font: 30px 'Open Sans', sans-serif;
  line-height: 1.1;
}

.page-comingsoon .comming-soon-bg {
  background: url(../img/bg-img/comming-soon.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.page-comingsoon .comingsoon path.logo-color {
  fill: #3a6ee9;
}

.page-comingsoon .comingsoon h1 {
  margin-top: 80px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
}

.page-comingsoon .comingsoon p {
  color: #848484;
  font-size: 16px;
  line-height: 22px;
}

.page-comingsoon .count-down {
  padding-top: 25px;
  padding-bottom: 75px;
}

.page-comingsoon .count-down .tab-val {
  border-color: #c4d3f8 !important;
  color: #3a6ee9;
}

.page-comingsoon .form_subscribe {
  margin: 0 0 80px;
  position: relative;
}

.page-comingsoon .form_subscribe input {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: auto;
}

.page-comingsoon .form_subscribe input::placeholeder {
  color: #222222;
}

.page-comingsoon .form_subscribe i {
  color: #3a6ee9;
}

.page-comingsoon p {
  color: #222222;
}

.card.team-card img {
  transition: all 0.4s ease;
}

.card.team-card .card-title {
  padding-top: 30px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .card.team-card .card-title {
    padding-top: 18px;
  }
}

@media (min-width: 1200px) {
  .card.team-card .card-title {
    padding-top: 30px;
  }
}

.card.team-card .hover-overlay {
  height: 20%;
}

@media (min-width: 768px) {
  .card.team-card .hover-overlay {
    height: 30%;
  }
}

@media (min-width: 1200px) {
  .card.team-card .hover-overlay {
    height: 100%;
  }
}

.card.team-card .card-body {
  padding-top: 0px;
  padding-bottom: 0rem;
}

.card.team-card .card-body a {
  color: #222222;
}

.card.team-card .card-body a:hover {
  color: #3a6ee9;
}

.card.team-card .secondary-tittle {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding-top: 5px;
}

.card.team-card .social-icons a.icon {
  background: transparent;
}

.card.team-card .social-icons a.icon:hover {
  background: #fff;
  color: #3a6ee9;
}

.card-img-top {
  border-radius: 0;
}

/* ================================================
--> Kit Gallery style
================================================== */
.gallary-img.card_img {
  overflow: hidden;
}

.gallary-img.card_img:hover .description-gallary {
  opacity: 1;
}

.gallary-img.card_img img {
  display: block;
  width: 100%;
}

.gallary-img.card_img .hover-overlay {
  height: 30%;
}

@media (min-width: 1200px) {
  .gallary-img.card_img .hover-overlay {
    height: 35%;
  }
}

.gallary-img.card_img .hoverlay-content {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  height: 100%;
}

.gallary-img.card_img .overlay-title {
  color: #ffffff;
  font-weight: 400;
}

.gallary-img.card_img .card-title, .gallary-img.card_img .secondery-title {
  color: #fff;
}

.gallary-img.card_img .card-title {
  margin-bottom: 5px;
  font-size: 26px;
}

.gallary-img.card_img .secondery-title {
  font-style: italic;
}

.gallary-btn {
  margin-top: 70px;
}

.portfolio-details-list span.catagory {
  float: right;
}

.cta-section.bg-image {
  background-image: url(../img/home-page/backgrounds/cta-bg.jpg);
  background-position: calc(70%);
}

@media (min-width: 768px) {
  .cta-section.bg-image {
    background-position: top center;
  }
}

.cta-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.ctaz-content h2 {
  font-size: 38px;
  font-weight: 700; 
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cta-content h2 {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
  .ctaz-content h2 {
    font-size: 55px;
  }
}

.cta-content h4 {
  font: 400 17px 'Open Sans', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
.ctaz-content h4 {
  font: 400 27px 'Open Sans', sans-serif;  
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .cta-content h4 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .ctaz-content h4 {
    margin-bottom: 50px;
  }
}

.media.media-blog .media-body {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .media.media-blog .media-body {
    padding: 25px 0 20px;
  }
}

.media.media-blog .sep {
  padding-bottom: 20px;
}

.pagination-block a.pagination-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

@media (min-width: 992px) {
  .pagination-block a.pagination-btn {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.sidebar-recent-news .single-news {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-recent-news .single-news .media-img {
  margin-right: 10px;
}

.sidebar-recent-news .single-news .media-body {
  padding: 7px 0;
}

.sidebar-recent-news .single-news .media-body h5 {
  margin-bottom: 4px;
}

/* Comments & Replies*/
.single-comment {
  margin-bottom: 30px;
}

.single-comment .comment, .single-comment .reply {
  overflow: hidden;
}

.single-comment .comment-img, .single-comment .reply-img {
  float: left;
}

.single-comment .comment-img img.rounded-img, .single-comment .reply-img img.rounded-img {
  border-radius: 50%;
}

.single-comment .comment-text, .single-comment .reply-text {
  padding-left: 90px;
}

@media (min-width: 768px) {
  .single-comment .comment-text, .single-comment .reply-text {
    padding-left: 100px;
  }
}

.single-comment .comment-text h4, .single-comment .reply-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
}

.single-comment .comment-text .date, .single-comment .reply-text .date {
  margin-bottom: 10px;
}

.single-comment .comment-text .date i.fa, .single-comment .reply-text .date i.fa {
  margin-right: 7px;
}

.single-comment .comment-text p, .single-comment .reply-text p {
  font-size: 15px;
  color: #848484;
}

.single-comment .comment {
  margin-bottom: 20px;
}

.single-comment .comment .replay-link {
  color: #3a6ee9;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 25px;
}

.single-comment .reply {
  padding-left: 40px;
}

@media (min-width: 768px) {
  .single-comment .reply {
    padding-left: 100px;
  }
}

.corporex-single-blog input.form-control, .corporex-single-blog textarea.form-control, .corporex-single-blog select.form-control {
  background: #fff;
}

.corporex-single-blog form.comment_box {
  margin-top: 25px;
}

/* ================================================
--> Elements Bredcrumb style
================================================== */
.bredcrumb {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.bredcrumb-inner {
  height: 240px;
}

@media (min-width: 768px) {
  .bredcrumb-inner {
    height: 250px;
    padding-top: 65px;
  }
}

@media (min-width: 992px) {
  .bredcrumb-inner {
    height: 400px;
  }
}

.bredcrumb-inner ul {
  position: relative;
}

.bredcrumb-inner ul li, .bredcrumb-inner ul a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 7px;
}

@media (min-width: 768px) {
  .bredcrumb-inner ul li, .bredcrumb-inner ul a {
    font-size: 15px;
  }
}

.bredcrumb-inner ul li.active, .bredcrumb-inner ul a.active {
  color: #ffffff;
}

.bredcrumb-inner ul li a {
  opacity: 0.7;
}

.bredcrumb-inner ul li:after {
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  top: 10px;
  right: 0;
  opacity: 0.7;
}

.bredcrumb-inner ul li:last-child:after {
  display: none;
}

.bredcrumb-inner ul li:first-child {
  padding-left: 0px;
}

.bredcrumb-inner ul li:first-child a {
  padding-left: 0px;
}

.bredcrumb-inner ul.pager {
  text-align: left;
}

@media (min-width: 768px) {
  .bredcrumb-inner ul.pager {
    text-align: right;
  }
}

.bredcrumb-inner h2 {
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bredcrumb-inner h2 {
    font-size: 40px;
  }
}

.bredcrumb-inner p {
  color: #fff;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .bredcrumb-inner p {
    line-height: 1;
  }
}

.display-single_element .bredcrumb h2 {
  padding-top: 0px !important;
}

.bredcrumb.bg-image {
  background-image: url(../img/about-us/backgrounds/services-area-bg.jpg);
}

.element-top.bredcrumb {
  padding: 30px 0 20px;
}

@media (min-width: 768px) {
  .element-top.bredcrumb {
    padding: 30px 0;
  }
}

/* Apply any css style properties for pre loader */
.smooth-loader-wrapper {
  background-color: #202125;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700000;
}

.smooth-loader-wrapper .smooth-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.smooth-loader-wrapper .smooth-loader .loader {
  position: relative;
}

.smooth-loader-wrapper .smooth-loader .clock-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3a6ee9;
}

.smooth-loader-wrapper .smooth-loader .clock-preloader:before,
.smooth-loader-wrapper .smooth-loader .clock-preloader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  width: 32%;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  margin-left: -1px;
  -webkit-animation: 15s spin infinite linear;
          animation: 15s spin infinite linear;
  -webkit-transform-origin: 1px center;
          transform-origin: 1px center;
}

.smooth-loader-wrapper .smooth-loader .clock-preloader:after {
  width: 42%;
  height: 2px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.default {
  background-color: #202125;
}

.pattern-01 {
  background-image: url("../img/patterns/pattern1.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-02 {
  background-image: url("../img/patterns/pattern2.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-03 {
  background-image: url("../img/patterns/pattern3.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-04 {
  background-image: url("../img/patterns/pattern4.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-05 {
  background-image: url("../img/patterns/pattern5.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-06 {
  background-image: url("../img/patterns/006.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-07 {
  background-image: url("../img/patterns/007.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

header .main-nav {
  left: 0%;
  top: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%;
  z-index: 9999;
}

@media (min-width: 768px) {
  header .main-nav {
    left: 50%;
    top: -1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
  }
}

header .main-nav .navbar-brand .logo-color {
  fill: #ffffff;
}

header .main-nav .burger-menu i {
  color: #fff;
}

header .main-nav.normal-nav {
  position: relative;
}

header .nav-search {
  margin: 0;
}

@media (min-width: 768px) {
  header .nav-search {
    margin: 10px 6px;
  }
}

header .nav-search a {
  color: #3a6ee9;
  font: 600 15px 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  header .nav-search a {
    color: #fff;
  }
}

header .nav-search a:hover {
  color: #3a6ee9;
}

@media (min-width: 768px) {
  header .nav-search.nav-search {
    margin-left: 17px;
  }
}

.navbar-sticky {
  height: 80px;
}

.navbar-sticky .logo-color {
  fill: #3a6ee9;
}

@media (min-width: 768px) {
  .nav-search {
    width: 15px;
    text-align: center;
  }
}

.nav-search .search-trigger {
  padding: 0;
  color: #fff;
}

.nav-search .search-trigger .fa-close {
  display: none;
}

.nav-search .search_hook.dropdown-menu {
  display: block !important;
  padding: 0px 10px 0px 0px;
  border-left: none;
  min-width: 100%;
  padding: 0;
  left: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav-search .search_hook.dropdown-menu {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.nav-search .search_hook.dropdown-menu form.search_form {
  display: block;
}

@media (min-width: 768px) {
  .nav-search .search_hook.dropdown-menu form.search_form {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-search.show .search-trigger > .fa-search {
    display: none;
  }
  .nav-search.show .search-trigger .fa-close {
    display: block;
    position: relative;
    top: 0px;
  }
}

.nav-search.show .dropdown-menu {
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .nav-search.show form.search_form {
    display: block !important;
  }
}

.navbar-brand {
  width: 200px;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 200px;
  }
}

/*=== 4.1 FOOTER TOP ===*/
footer.section-padding {
  padding-bottom: 0;
}

footer .logo-footer {
  margin-bottom: 20px;
}

footer .logo-footer .fill-color {
  fill: #fff;
}

footer .single-footer {
  margin-bottom: 30px;
}

footer .single-footer:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .single-footer {
    margin-bottom: 0;
  }
}

footer .single-footer p {
  color: #797a7c;
  font-weight: 600;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul.footer-links li {
  margin-bottom: 18px;
}

footer ul.footer-links li a:hover {
  color: #3a6ee9;
}

footer ul.footer-links li a {
  color: #797a7c;
  font-weight: 600;
}

footer h3.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

footer form input {
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #37383b;
  background: #202125;
  font-family: 'Open Sans', sans-serif;
}

footer form input::-webkit-input-placeholder {
  color: #797a7c;
  font-weight: 600;
}

footer form .common-btn {
  display: block;
  text-align: center;
}

footer a.footer-number {
  font-size: 18px;
  font-weight: 600;
  color: #949495 !important;
  margin-left: 10px;
}

/*=== 4.2 COPYRIGHT ===*/
[class*="copyright-"] {
  padding-top: 25px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  [class*="copyright-"] {
    padding-bottom: 5px;
  }
}

[class*="copyright-"] p {
  text-align: center;
  color: #797a7c;
  font-weight: 600;
}

@media (min-width: 768px) {
  [class*="copyright-"] p {
    text-align: left;
  }
}

[class*="copyright-"] p a {
  color: #3a6ee9;
}

[class*="copyright-"] p a.number {
  color: #949495;
}

[class*="copyright-"].elements-copyright p {
  text-align: center;
}

[class*="copyright-"] .footer-social {
  text-align: center;
}

@media (min-width: 768px) {
  [class*="copyright-"] .footer-social {
    text-align: right;
  }
}

[class*="copyright-"] .footer-social a {
  margin: 0 10px;
  color: #949495;
}

[class*="copyright-"] .footer-social a:last-child {
  margin-right: 0;
}

[class*="copyright-"] .footer-social a:hover {
  color: #3a6ee9;
}

[class*="copyright-"].copyright-bottom {
  position: relative;
  background: #151618;
}

[class*="copyright-"].copyright-bottom ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  [class*="copyright-"].copyright-bottom ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

[class*="copyright-"].copyright-bottom ul li + li {
  margin-left: 10px;
  margin-bottom: 0;
}

.element-footer .copyright {
  padding-top: 0;
  margin-top: 15px;
}

.scroll-top {
  background: #3a6ee9 none repeat scroll 0 0;
  border-radius: 50%;
  top: 0px;
  margin-top: -17.5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 35px;
  width: 35px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  text-align: center;
  transition: all 0.4s ease 0s;
  display: inline-block;
  -webkit-transform: perspective(1px) translateX(-50%) translateZ(0);
          transform: perspective(1px) translateX(-50%) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
}

@media (min-width: 768px) {
  .scroll-top {
    margin-top: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

@-webkit-keyframes effect {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes effect {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.scroll-top:before {
  content: '';
  position: absolute;
  border: #3a6ee9 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: effect;
          animation-name: effect;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*
      ### HOME CAROUSEL
*/
.home-carousel.carousel-style-one .carousel-item {
  min-height: 400px;
  padding: 0;
}

@media (min-width: 768px) {
  .home-carousel.carousel-style-one .carousel-item {
    height: 100vh;
  }
}

.home-carousel.carousel-style-one .carousel-item .carousel-description {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .home-carousel.carousel-style-one .carousel-item .carousel-description {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.home-carousel.carousel-style-one .carousel-item h1 {
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .home-carousel.carousel-style-one .carousel-item h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

.home-carousel.carousel-style-one .carousel-item p br {
  display: none;
}

@media (min-width: 768px) {
  .home-carousel.carousel-style-one .carousel-item p br {
    display: block;
  }
}

.home-cta.bg-image {
  background-position: -100% 50%;
}
