@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  /*color: #9b9b9b;*/
  color: #444;
  overflow-x: hidden
}

:root {
    --primary: #114684;
    --sec: #3496f7;
}

::selection {
  background-color: var(--primary);
  color: #fff
}

a {
  color: var(--primary);
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease
}

a:hover {
  color: var(--sec);
  text-decoration: none
}

section {
  position: relative;
  padding-top: 50px;
}

img {
  max-width: 100%
}

* {
  outline: 0
}

button {
  border: none;
  padding: 0
}

.form-control,
.form-control:focus,
button,
button:focus {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

textarea {
  resize: none
}

select {
  background-color: transparent
}

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

.col-padding-0>.row {
  margin: 0
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0
}

.inner-padding {
  padding: 65px
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

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

.background-banner {
  min-height: 500px
}

.width-auto {
  width: auto!important
}

.fz-13 {
  font-size: 13px!important
}

.fz-25 {
  font-size: 25px!important
}

.font-secondary {
  font-family: Roboto, sans-serif
}

.lh-1 {
  line-height: 1!important
}

.vh-100 {
  height: 100vh!important
}

.list-inline>li {
  display: inline-block
}

.align-v {
  display: flex!important;
  align-items: center!important
}

.align-v-h {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important
}

.border-top {
  border-top: 1px solid #eaeaea!important
}

.border-bottom {
  border-bottom: 1px solid #eaeaea!important
}

@media (min-width:992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

/*.extra-padding {*/
/*  padding-bottom: 280px*/
/*}*/

.z-index-2 {
  z-index: 2
}

.mt--90 {
  margin-top: -90px
}

.mt--100 {
  margin-top: -80px
}

.mt--130 {
  margin-top: -130px
}

.mt--140 {
  margin-top: -140px
}

.mt--200 {
  margin-top: -200px
}

.mt-0 {
  margin-top: 0!important
}

.mt-5 {
  margin-top: 5px!important
}

.mt-10 {
  margin-top: 10px!important
}

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0!important
}

.mb-5 {
  margin-bottom: 5px!important
}

.mb-10 {
  margin-bottom: 10px!important
}

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

.mb-25 {
  margin-bottom: 25px!important
}

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

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

.mb-45 {
  margin-bottom: 45px!important
}

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

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

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

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

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

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

.mt--100 {
  margin-top: -100px
}

.mr-0 {
  margin-right: 0!important
}

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

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

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

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

.ml-0 {
  margin-left: 0!important
}

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

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

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

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

.pb-10 {
  padding-top: 10px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-170 {
  padding-top: 170px!important
}

.pb-10 {
  padding-bottom: 10px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-170 {
  padding-bottom: 170px!important
}

.pr-0 {
  padding-right: 0!important
}

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0!important
}

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

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

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

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

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

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

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

@media (max-width:1200px) {
  .inner-padding {
    padding: 30px!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  .massli ul{
      
    column-count:2 !important;
}

  
  section.banner-layout2.bg-overlay.bg-parallax.bg-img .col-sm-12.col-md-12.col-lg-6 {
      max-width: 50%;
  }
  .reputess {
      padding-top:15px !important;
  }
  
    .reputess p {
      margin-bottom:0px !important;
  }
  
  .faqs-sec{
      padding-bottom:38px;
  }
  .mt-30 {
    margin-top: 30.7692307692px!important
  }
  .mt-40 {
    margin-top: 28.5714285714px!important
  }
  .mt-50 {
    margin-top: 35.7142857143px!important
  }
  .mt-60 {
    margin-top: 42.8571428571px!important
  }
  .mt-70 {
    margin-top: 50px!important
  }
  .mt-80 {
    margin-top: 57.1428571429px!important
  }
  .mt-90 {
    margin-top: 64.2857142857px!important
  }
  .mt-100 {
    margin-top: 71.4285714286px!important
  }
  .mb-30 {
    margin-bottom: 23.0769230769px!important
  }
  .mb-40 {
    margin-bottom: 28.5714285714px!important
  }
  .mb-50 {
    margin-bottom: 35.7142857143px!important
  }
  .mb-60 {
    margin-bottom: 42.8571428571px!important
  }
  .mb-70 {
    margin-bottom: 50px!important
  }
  .mb-80 {
    margin-bottom: 57.1428571429px!important
  }
  .mb-90 {
    margin-bottom: 64.2857142857px!important
  }
  .mb-100 {
    margin-bottom: 71.4285714286px!important
  }
  .mr-30 {
    margin-right: 23.0769230769px!important
  }
  .mr-40 {
    margin-right: 28.5714285714px!important
  }
  .mr-50 {
    margin-right: 35.7142857143px!important
  }
  .ml-30 {
    margin-left: 27.2727272727px!important
  }
  .ml-40 {
    margin-left: 33.3333333333px!important
  }
  .ml-50 {
    margin-left: 35.7142857143px!important
  }
  .pt-30 {
    padding-top: 23.0769230769px!important
  }
  .pt-40 {
    padding-top: 28.5714285714px!important
  }
  .pt-50 {
    padding-top: 35.7142857143px!important
  }
  .pt-60 {
    padding-top: 42.8571428571px!important
  }
  .pt-70 {
    padding-top: 50px!important
  }
  .pt-80 {
    padding-top: 57.1428571429px!important
  }
  .pt-90 {
    padding-top: 64.2857142857px!important
  }
  .pt-100 {
    padding-top: 71.4285714286px!important
  }
  .pt-110 {
    padding-top: 78.5714285714px!important
  }
  .pt-120 {
    padding-top: 85.7142857143px!important
  }
  .pt-130 {
    padding-top: 93.3333333333px!important
  }
  .pt-140 {
    padding-top: 87.5px!important
  }
  .pt-150 {
    padding-top: 88.2352941176px!important
  }
  .pt-160 {
    padding-top: 88.8888888889px!important
  }
  .pt-170 {
    padding-top: 89.4736842105px!important
  }
  .pb-30 {
    padding-bottom: 23.0769230769px!important
  }
  .pb-40 {
    padding-bottom: 28.5714285714px!important
  }
  .pb-50 {
    padding-bottom: 35.7142857143px!important
  }
  .pb-60 {
    padding-bottom: 42.8571428571px!important
  }
  .pb-70 {
    padding-bottom: 50px!important
  }
  .pb-80 {
    padding-bottom: 57.1428571429px!important
  }
  .pb-90 {
    padding-bottom: 64.2857142857px!important
  }
  .pb-100 {
    padding-bottom: 71.4285714286px!important
  }
  .pb-110 {
    padding-bottom: 78.5714285714px!important
  }
  .pb-120 {
    padding-bottom: 85.7142857143px!important
  }
  .pb-130 {
    padding-bottom: 86.6666666667px!important
  }
  .pb-140 {
    padding-bottom: 87.5px!important
  }
  .pb-150 {
    padding-bottom: 88.2352941176px!important
  }
  .pb-160 {
    padding-bottom: 88.8888888889px!important
  }
  .pb-170 {
    padding-bottom: 89.4736842105px!important
  }
}

@media (min-width:320px) and (max-width:767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .inner-padding {
    padding: 20px!important
  }
  .text-center-xs-sm {
    text-align: center!important
  }
  .mt-30 {
    margin-top: 23.0769230769px!important
  }
  .mt-40 {
    margin-top: 28.5714285714px!important
  }
  .mt-50 {
    margin-top: 33.3333333333px!important
  }
  .mt-60 {
    margin-top: 33.3333333333px!important
  }
  .mt-70 {
    margin-top: 35px!important
  }
  .mt-80 {
    margin-top: 40px!important
  }
  .mt-90 {
    margin-top: 45px!important
  }
  .mt-100 {
    margin-top: 50px!important
  }
  .mb-30 {
    margin-bottom: 23.0769230769px!important
  }
  .mb-40 {
    margin-bottom: 28.5714285714px!important
  }
  .mb-50 {
    margin-bottom: 33.3333333333px!important
  }
  .mb-60 {
    margin-bottom: 33.3333333333px!important
  }
  .mb-70 {
    margin-bottom: 35px!important
  }
  .mb-80 {
    margin-bottom: 40px!important
  }
  .mb-90 {
    margin-bottom: 45px!important
  }
  .mb-100 {
    margin-bottom: 50px!important
  }
  .mr-30 {
    margin-right: 25px!important
  }
  .mr-40 {
    margin-right: 30.7692307692px!important
  }
  .mr-50 {
    margin-right: 33.3333333333px!important
  }
  .ml-30 {
    margin-left: 25px!important
  }
  .ml-40 {
    margin-left: 30.7692307692px!important
  }
  .ml-50 {
    margin-left: 33.3333333333px!important
  }
  .pt-30 {
    padding-top: 23.0769230769px!important
  }
  .pt-40 {
    padding-top: 28.5714285714px!important
  }
  .pt-50 {
    padding-top: 33.3333333333px!important
  }
  .pt-60 {
    padding-top: 33.3333333333px!important
  }
  .pt-70 {
    padding-top: 35px!important
  }
  .pt-80 {
    padding-top: 40px!important
  }
  .pt-90 {
    padding-top: 45px!important
  }
  .pt-100 {
    padding-top: 50px!important
  }
  .pt-110 {
    padding-top: 55px!important
  }
  .pt-120 {
    padding-top: 60px!important
  }
  .pt-130 {
    padding-top: 66.6666666667px!important
  }
  .pt-140 {
    padding-top: 63.6363636364px!important
  }
  .pt-150 {
    padding-top: 65.2173913043px!important
  }
  .pt-160 {
    padding-top: 66.6666666667px!important
  }
  .pt-170 {
    padding-top: 68px!important
  }
  .pb-30 {
    padding-bottom: 23.0769230769px!important
  }
  .pb-40 {
    padding-bottom: 28.5714285714px!important
  }
  .pb-50 {
    padding-bottom: 33.3333333333px!important
  }
  .pb-60 {
    padding-bottom: 33.3333333333px!important
  }
  .pb-70 {
    padding-bottom: 35px!important
  }
  .pb-80 {
    padding-bottom: 40px!important
  }
  .pb-90 {
    padding-bottom: 45px!important
  }
  .pb-100 {
    padding-bottom: 50px!important
  }
  .pb-110 {
    padding-bottom: 55px!important
  }
  .pb-120 {
    padding-bottom: 60px!important
  }
  .pb-130 {
    padding-bottom: 61.9047619048px!important
  }
  .pb-140 {
    padding-bottom: 63.6363636364px!important
  }
  .pb-150 {
    padding-bottom: 65.2173913043px!important
  }
  .pb-160 {
    padding-bottom: 66.6666666667px!important
  }
  .pb-170 {
    padding-bottom: 68px!important
  }
}

.color-white {
  color: #fff!important
}

.color-gray {
  color: #f9f9f9!important
}

.color-dark {
  color: #222!important
}

.color-theme {
  color: var(--primary)!important
}

.color-heading {
  color: #1b1a1a!important
}

.color-body {
  color: #9b9b9b!important
}

.bg-white {
  background-color: #fff!important
}

.bg-gray {
  background-color: #f9f9f9!important
}

.bg-dark {
  background-color: #222!important
}

.bg-heading {
  background-color: #1b1a1a!important
}

.bg-theme {
  background-color: var(--primary)!important
}

.bg-theme2 {
  background-color: var(--sec)!important
}

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

.background-size-auto {
  background-size: auto!important
}

.bg-parallax {
  background-attachment: fixed
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(0 0 0 / 70%);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, .1)
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, .05)
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%);
  background: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%);
  background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%)
}

.bg-overlay-theme:before {
  background-color: #325c68c9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1a1a;
  font-family: Barlow, sans-serif;
  /*text-transform: capitalize;*/
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px
}

h1 {
  font-size: 52px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 26px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 22px
}

h6 {
  font-size: 18px
}

.heading__subtitle {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 10px
}

.heading__title {
  position: relative;
  font-size: 34px;
  margin-bottom: 20px
}

.heading__desc {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0
}

.heading-layout2 .heading__subtitle:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--primary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.heading-layout2 .heading__title {
  font-size: 40px
}

.heading-layout3 .heading__title:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--primary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.heading-light .heading__subtitle {
  color: #f9f9f9
}

.heading-light .heading__subtitle:after {
  background-color: #fff
}

.heading-light .heading__desc,
.heading-light .heading__title {
  color: #fff
}

.text__block-title {
  font-size: 25px;
  margin-bottom: 17px
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px
}

.text__link {
  font-size: 14px;
  font-weight: 700
}

.text__link a {
  color: #1b1a1a;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px
}

.text__link:hover a {
  color: var(--primary)
}

@media (min-width:992px) {
  .text__block-layout2 {
    position: relative
  }
  .text__block-layout2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0
  }
  .text__block-layout2 .text__block-content {
    padding-left: 230px
  }
}

@media (max-width:992px) {
  .heading__title {
    font-size: 30px
  }
  .heading-layout2 .heading__subtitle:after {
    display: none
  }
}

@media (min-width:320px) and (max-width:767px) {
  .heading__title {
    font-size: 23px;
    margin-bottom: 10px
  }
  .heading__subtitle,
  .text__link {
    font-size: 13px
  }
  .heading__desc {
    font-size: 14px;
    line-height: 24px
  }
  .heading-layout2 .heading__title {
    font-size: 25px
  }
  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
  }
}

.header-transparent+.page-title {
  margin-top: -100px
}

.pagetitle__subheading {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: block;
  margin-bottom: 14px
}

.pagetitle__subheading:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.pagetitle__heading {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px
}

.pagetitle__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: #f9f9f9;
  margin-bottom: 30px
}

.page-title {
  padding-top: 265px;
  padding-bottom: 150px
}

.page-title .btn:not(.btn__link) {
  height: 55px;
  line-height: 55px;
  min-width: 200px
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

.page-title .breadcrumb-item.active {
  color: #f9f9f9
}

.page-title .breadcrumb-item a {
  position: relative;
  color: #fff
}

.page-title .breadcrumb-item a:hover {
  color: var(--primary)
}

.page-title-layout2 {
  padding-top: 235px;
  padding-bottom: 120px
}

.page-title-layout3 {
  padding-bottom: 140px
}

.page-title-layout6 {
  padding-top: 310px;
  padding-bottom: 180px
}

.page-title-layout6 .pagetitle__heading {
  font-size: 64px
}

.page-title-layout7 {
  padding-top: 300px;
  padding-bottom: 190px
}

.page-title-layout7 .pagetitle__heading {
  font-size: 64px
}

.page-title-layout8 {
  padding-top: 40px;
  padding-bottom: 20px
}

.page-title-layout8 .breadcrumb-item a,
.page-title-layout8 .breadcrumb-item+.breadcrumb-item:before,
.page-title-layout8 .breadcrumb-item.active {
  color: #9b9b9b
}

@media (max-width:1200px) {
  .cta__banner-wrapper {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    margin-top: 30px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .page-title {
    padding-top: 200px;
    padding-bottom: 100px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .page-title {
    padding-top: 100px;
    padding-bottom: 50px
  }
  .page-title .pagetitle__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
  }
  .page-title .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
  }
  .page-title .pagetitle__heading {
    font-size: 25px!important;
    margin-bottom: 20px
  }
  .page-title-layout5 .breadcrumb {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .page-title-layout8 {
    padding-top: 20px;
    padding-bottom: 10px
  }
}

.btn {
  /*text-transform: capitalize;*/
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.btn.active,
.btn:active,
.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

.btn:not(.btn__link) {
  box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11)
}

.btn:not(.btn__link):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--sec);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
  -moz-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
  -ms-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
  -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
  transition: transform .24s cubic-bezier(.37, .31, .31, .9)
}

.btn:not(.btn__link):hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.btn__primary {
  background-color: var(--primary);
  color: #fff
}

.btn__primary:hover {
  color: #fff
}

.btn__primary:active,
.btn__primary:focus {
  background-color: var(--primary);
  color: #fff
}

.btn__primary.btn__bordered {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary)
}

.btn__primary.btn__bordered:hover {
  color: #fff
}

.btn__primary.btn__bordered:before {
  background-color: var(--primary)
}

.btn__secondary {
  background-color: #222;
  color: #fff
}

.btn__secondary:before {
  background-color: var(--primary)!important
}

.btn__secondary:hover {
  color: #fff
}

.btn__secondary:active,
.btn__secondary:focus {
  background-color: #222;
  color: #fff
}

.btn__secondary.btn__bordered {
  background-color: transparent;
  border: 2px solid #222;
  color: #222
}

.btn__secondary.btn__bordered:hover {
  border-color: var(--primary);
  color: #fff
}

.btn__secondary.btn__bordered:before {
  background-color: #222
}

.btn__white {
  background-color: #fff;
  color: #1b1a1a
}

.btn__white:hover {
  color: #fff
}

.btn__white:active,
.btn__white:focus {
  background-color: #fff;
  color: #1b1a1a
}

.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff
}

.btn__white.btn__bordered:hover {
  color: var(--primary)
}

.btn__white.btn__bordered:before {
  background-color: #fff
}

.btn__bordered {
  background-color: transparent
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none
}

.btn__link:active,
.btn__link:focus {
  background-color: transparent
}

.btn__link.btn__primary {
  color: var(--primary)
}

.btn__link.btn__primary:hover {
  color: #222
}

.btn__link.btn__secondary {
  color: #222
}

.btn__link.btn__secondary:hover {
  color: var(--primary)
}

.btn__rounded {
  border-radius: 50px
}

.btn__block {
  width: 100%
}

.btn__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.btn__icon span {
  margin-right: 5px;
  font-size:20px;
}

.btn__icon i {
  margin-left: 5px
}

.btn__social {
  height: 55px;
  line-height: 55px;
  width: 230px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 5px
}

.btn__social:hover {
  color: #fff
}

.btn__social:before {
  display: none
}

.btn__social i {
  font-size: 18px;
  margin-right: 20px
}

.btn__facebook {
  background-color: #4267b2
}

.btn__twitter {
  background-color: #1da0f0
}

.btn__google-plus {
  background-color: #ea4335
}

.btn__lg {
  min-width: 210px
}

.btn__loadMore {
  box-shadow: none!important;
  height: auto;
  line-height: 1
}

.btn__loadMore:before {
  display: none
}

.btn__loadMore i {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: normal;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  margin-left: 5px
}

.btn__loadMore i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  z-index: -1;
  background-color: #1b1a1a;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.btn__loadMore:hover i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

@media (min-width:320px) and (max-width:767px) {
  .btn {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
    line-height: 50px
  }
}

label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #1b1a1a
}

label.error {
  font-size: 14px;
  font-weight: 400;
  color: red;
  margin-bottom: 0;
  margin-top: 7px
}

.form-group {
  position: relative;
  margin-bottom: 20px
}
button.theme-btn.btn-style-one.style-three span {
    color: #fff;
    background: var(--primary);
    font-size: 18px;
    padding: 12px;
    border-radius: 5px;
}

button.theme-btn.btn-style-one.style-three span:hover {
    background: var(--sec);
}

.form-control {
  height: 40px;
  border: 1px solid #707070;
  background-color: #f7f7f7;
  border-radius: 1px;
  padding: 0 0 0 20px;
  border-radius: 3px
}

.form-control:focus {
  background-color: #f4f4f4;
  border-color: var(--primary)
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b
}

.form-control:-moz-placeholder {
  color: #9b9b9b
}

.form-control::-moz-placeholder {
  color: #9b9b9b
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px
}

.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: 0 0;
  border: 2px solid #eaeaea;
  border-radius: 50%
}

.label-radio input:checked~.radio-indicator {
  background: 0 0
}

.label-radio input:checked:focus~.radio-indicator,
.label-radio:hover input:not([disabled]):checked~.radio-indicator {
  background: 0 0
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.label-radio input:checked~.radio-indicator:after {
  display: block
}

.nice-select {
  width: 100%;
  margin-bottom: 30px
}

.nice-select .current {
  line-height: 55px;
  color: #9b9b9b
}

@media (min-width:320px) and (max-width:767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px
  }
}

.nav-tabs {
  border-bottom: none
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #1b1a1a
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  -webkit-transition: all .7s linear;
  -moz-transition: all .7s linear;
  -ms-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: var(--primary)
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%
}

.nav-tabs-white .nav__link {
  color: #fff
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #fff
}

.nav-tabs-white .nav__link:after {
  background-color: #fff
}

@media (min-width:320px) and (max-width:767px) {
  .nav-tabs .nav__link {
    font-size: 13px;
    margin: 0 10px 10px 0
  }
}

.social__icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

.social__icons li {
  margin-right: 20px
}

.social__icons li a {
  display: block;
  color: #1b1a1a;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.social__icons li a:hover {
  color: var(--primary)
}

.social__icons li:last-of-type {
  margin-right: 0
}

.icon-arrow-right {
  font-size: 65%
}

.breadcrumb {
  background-color: transparent;
  padding: 0
}

.breadcrumb-item {
  position: relative
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: FontAwesome;
  content: ""
}

@media (min-width:320px) and (max-width:767px) {
  .breadcrumb-item a,
  .breadcrumb-item+.breadcrumb-item {
    font-size: 12px
  }
}

.pagination li {
  margin-right: 10px
}

.pagination li:last-child {
  margin-right: 0
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #f4f4f4;
  color: #222;
  text-align: center;
  border: none;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.pagination li a i {
  font-weight: 700
}

.pagination li a.current,
.pagination li a:hover {
  background-color: var(--primary);
  color: #fff
}

@media (min-width:320px) and (max-width:767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px
  }
}

.list-items li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 700;
  color: #1b1a1a;
  margin-bottom: 9px
}

.list-items li:before {
  content: "";
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.list-items-white li {
  color: #fff
}

.list-items-white li:before {
  background-color: #fff;
  color: var(--primary)
}

.list-items-layout2 li {
  padding-left: 25px
}

.list-items-layout2 li:before {
  background-color: transparent;
  color: var(--primary)
}

@media (max-width:992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .list-items-layout2 li {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important
  }
}

@media (min-width:320px) and (max-width:767px) {
  .list-items li {
    font-size: 15px;
    font-weight: 400
  }
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-moz-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-ms-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-o-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px
}

.preloader .loading span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid var(--primary);
  border-radius: 50%;
  animation: rotating 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: var(--primary) transparent transparent transparent
}

.preloader .loading span:nth-child(1) {
  animation-delay: -.45s
}

.preloader .loading span:nth-child(2) {
  animation-delay: -.3s
}

.preloader .loading span:nth-child(3) {
  animation-delay: -.15s
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-ms-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.header {
  position: relative;
  z-index: 1010
}

.navbar {
  padding: 0;

  background-color: #fff;
  border-bottom: 1px solid #ededed
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 53px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 63px;
}

.navbar .logo-light {
  display: none
}

.navbar .contact__number a {
  /*color: #1b1a1a;*/
  color:white;
}

.navbar .contact__number a i {
  color: #1b1a1a
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block
}

.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #333;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #333
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.navbar .nav__item {
  position: relative;
  margin-right: 20px
}

.navbar .nav__item:last-child {
  margin-right: 0
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #1b1a1a;

  letter-spacing: 0;
}



.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.navbar .dropdown-toggle:after {
  content: "";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #fff;


}

.navbar .dropdown-menu .nav__item {
  padding: 0 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #454545;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 38px!important;
  white-space: nowrap;
  position: relative;
  padding-left:0px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  font-weight: 600;
}

/*.navbar .dropdown-menu .nav__item .nav__item-link:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  width: 0;*/
/*  height: 2px;*/
/*  opacity: 0;*/
/*  background-color: var(--primary);*/
/*  -webkit-transform: translateY(-50%);*/
/*  -moz-transform: translateY(-50%);*/
/*  -ms-transform: translateY(-50%);*/
/*  -o-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  -webkit-transition: all .3s ease;*/
/*  -moz-transition: all .3s ease;*/
/*  -ms-transition: all .3s ease;*/
/*  -o-transition: all .3s ease;*/
/*  transition: all .3s ease*/
/*}*/

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: var(--primary)
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  width: 11px
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0
}

.header__topbar {
  overflow: hidden;
  background-color: var(--primary);
  max-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px
}

.header__topbar .contact__list li {
  position: relative;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 0;
  color: #9b9b9b
}

.header__topbar .contact__list li a {
  color: #9b9b9b
}

.header__topbar .contact__list li a:hover {
  color: var(--primary)
}

.header__topbar .contact__list li i {
  color: var(--primary);
  margin-right: 8px
}

.header__topbar .contact__list li:last-child {
  margin-right: 0
}

.header__topbar .social__icons a {
  color: #fff
}

.header__topbar .social__icons a:last-child {
  margin-right: 0
}

.header__topbar .social__icons a:hover {
  color: var(--primary)
}

.header__topbar .header__topbar-links li a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 13px;
  margin-right: 10px;
  padding-right: 10px
}

.header__topbar .header__topbar-links li a:after {
  content: "-";
  position: absolute;
  right: 0
}

.header__topbar .header__topbar-links li a:hover {
  color: #fff
}

.header__topbar .header__topbar-links li:last-child a:after {
  display: none
}

.header__topbar .header__topbar-right {
  position: static
}

.header__topbar .header__topbar-right:after {
  content: "";
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #222;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px)
}

.header__topbar .header__topbar-right .header__topbar-right-inner {
  position: relative;
  z-index: 2
}

.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background-color: transparent;
  padding:7px 0;
}

.header-transparent .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines:before {
  background-color: #fff
}

.header-transparent .logo-light {
  display: inline-block
}

.header-transparent .logo-dark {
  display: none
}

.header-transparent .nav__item .nav__item-link,
.header-transparent .search-popup-trigger {
  color: #fff
}

.header-transparent .action__btn-request:before {
  background-color: #fff
}

.header-transparent .action__btn-request:hover {
  color: var(--primary)
}

.header-light .navbar {
  border-bottom: 0;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
}

.header-layout1 .action__btn-request {
  border: 0!important
}

.header-layout2 .navbar,
.header-layout2 .navbar .nav__item .nav__item-link {
  line-height: 80px
}

.header-layout2 .navbar,
.header-layout2 .navbar>.container,
.header-layout2 .navbar>.container-fluid {
  height: 80px
}

.header-layout3 .action__btn-request {
  height: 45px;
  line-height: 45px
}

.header-layout3 .fixed-navbar .action__btn-request {
  border-color: #1b1a1a;
  color: #1b1a1a!important
}

.header-layout3 .fixed-navbar .action__btn-request:hover {
  color: #fff!important
}

.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0!important;
  height: 65px;
  max-height: 65px;
  background-color: #fff!important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
  -webkit-animation: translateHeader .8s;
  -moz-animation: translateHeader .8s;
  -ms-animation: translateHeader .8s;
  -o-animation: translateHeader .8s;
  animation: translateHeader .8s
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
  position: relative;
  height: 90px
}

.fixed-navbar .navbar-brand {
  line-height: 90px
}

.fixed-navbar .header__top-right {
  display: none!important
}

.fixed-navbar .nav__item .nav__item-link {
  color: #333;
}

.fixed-navbar .logo-light {
  display: none
}

.fixed-navbar .logo-dark {
  display: inline-block;
  padding-bottom: 4px;
}

.fixed-navbar .navbar-nav {
  margin-top: 0
}

.fixed-navbar .action__btn,
.fixed-navbar .action__btn-phone a,
.fixed-navbar .search-popup-trigger {
  color: #333
}

.actions__list li {
  margin-left: 30px
}

.actions__list li:first-child {
  margin-left: 0
}

.action__btn-request {
  min-width: 140px;
  height: 43px;
  line-height: 40px;
  box-shadow: none!important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.action__btn-request span {
  margin-right: 7px
}

.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 26, 26, .98);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.search-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.search-popup.active .search__popup-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1)
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.search-popup.inActive .search__popup-form {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0)
}

.search-popup .search__popup-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.search-popup .search__popup-close:hover {
  color: var(--primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.search-popup .search__popup-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

.search-popup .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: var(--primary);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.search-popup .module__search-btn:hover {
  color: #fff
}

.search-popup .search__input {
  z-index: 1;
  height: 80px;
  padding: 0 0 0 40px;
  background: 0 0;
  border: none;
  border-bottom: 2px solid #2f2e2e;
  width: 100%;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.search-popup .search__input::-webkit-input-placeholder {
  color: #9b9b9b
}

.search-popup .search__input:-moz-placeholder {
  color: #9b9b9b
}

.search-popup .search__input::-moz-placeholder {
  color: #9b9b9b
}

.search-popup .search__input:-ms-input-placeholder {
  color: #9b9b9b
}

.search-popup .search__input::placeholder {
  color: #9b9b9b
}

@media (min-width:1500px) {
  .header-layout1 .navbar .navbar-collapse {
    padding: 0 50px
  }
  .header-layout1 .navbar .nav__item-btn {
    right: 50px
  }
}

@media (min-width:1200px) {
  .header-layout1 .navbar .contact__number,
  .header-layout1 .navbar .navbar-brand {
    padding: 0 10px
  }
  .header-layout1 .navbar .navbar-collapse {
    padding: 0 20px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .header-layout1 .navbar .navbar-brand {
    padding: 0 10px
  }
  .header-layout1 .navbar .contact__number {
    padding: 0 10px
  }
}

@media (max-width:991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px
  }
  .navbar .collapse:not(.show) {
    display: block
  }
  .navbar .contact__number {
    display: none !important;
  }
  .navbar .navbar-nav {
    margin: 0!important
  }
  .navbar .nav__item {
    margin-right: 0
  }
  .navbar .nav__item .nav__item-link {
    color: #222;
    line-height: 35px!important;
    padding-left: 15px
  }
  .navbar .nav__item .nav__item-link:hover {
    color: var(--primary)
  }
  .navbar .nav__item .nav__item-link:before {
    display: none
  }
  .navbar .navbar-collapse {
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
  }
  .navbar .navbar-collapse .navbar-modules {
    padding: 0 15px
  }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  .navbar i[data-toggle=dropdown] {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: var(--primary)
  }
  .navbar .dropdown-toggle:after {
    display: none
  }
  .navbar .nav__item.opened>i[data-toggle=dropdown]:before,
  .navbar .nav__item.show>i[data-toggle=dropdown]:before {
    content: ""
  }
  .navbar .dropdown-menu {
    background-color: #fff
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0
  }
  .navbar .dropdown-menu-col h6 {
    font-size: 13px;
    margin: 10px 0 5px
  }
  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
      overflow-x: hidden;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none
  }
  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0
  }
  .fixed-navbar {
    position: static;
    animation: none
  }
  .header-transparent+.page-title {
    margin-top: 0
  }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #fff
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block
  }
  
  
  .header .logo-light,
  .header-transparent .logo-light {
    display: none
  }
  .header .action__btn,
  .header-transparent .action__btn {
    color: #333;
    margin: 0 60px 0 0
  }
  .header .contact__number a,
  .header-transparent .contact__number a {
    font-size: 16px
  }
  .header .contact__number i,
  .header-transparent .contact__number i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 8px;
    border-width: 1px
  }
  .header .navbar .navbar-toggler .menu-lines span,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: #333
  }
  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none
  }
  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px
  }
  .header .header-layout2 .navbar,
  .header .header-layout2 .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-layout2 .navbar,
  .header-transparent .header-layout2 .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px!important
  }
  .header .header-layout2 .navbar,
  .header .header-layout2 .navbar .navbar-brand,
  .header-transparent .header-layout2 .navbar,
  .header-transparent .header-layout2 .navbar .navbar-brand {
    line-height: 80px
  }
  .header-layout2 .navbar {
    line-height: 80px
  }
  .header-transparent .search-popup-trigger {
    color: #1b1a1a
  }
  .header-layout3 .action__btn-request {
    background-color: #1b1a1a;
    border: 2px solid #1b1a1a;
    color: #fff!important
  }
  .header-layout3 .action__btn-request:before {
    background-color: #1b1a1a
  }
  .navbar .actions__list {
    position: absolute;
    right: 60px
  }
  .navbar .actions__list li {
    margin-left: 15px
  }
  .action__btn-request {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 12px
  }
}

@media (min-width:992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 300px;
    padding: 20px 0 20px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11)
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none
  }
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.with-dropdown>.mega-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
  }
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%
  }
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.with-dropdown:hover>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static
  }
  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    color: var(--primary)
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px
  }
  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none
  }
  .nav__item i[data-toggle=dropdown] {
    display: none
  }
  .header-transparent.header-layout1 .navbar-brand {
    border-color: rgba(255, 255, 255, .15)
  }
  .header-transparent.header-layout1 .contact__number {
    border-color: rgba(255, 255, 255, .15)
  }
  .header-transparent.header-layout1 .contact__number button {
    color: #fff;
  }
  .header-transparent.header-layout1 .contact__number i {
    color: #fff;
    border-color: rgba(255, 255, 255, .25)
  }
  .header-transparent .fixed-navbar .navbar-brand {
    border-color: rgba(27, 26, 26, .1)
  }
  .header-transparent .fixed-navbar .contact__number {
    border-color: rgba(27, 26, 26, .1)
  }
  .header-transparent .fixed-navbar .contact__number a {
    color: #1b1a1a
  }
  .header-transparent .fixed-navbar .contact__number i {
    color: #1b1a1a;
    border-color: rgba(27, 26, 26, .25)
  }
  .header-transparent .fixed-navbar .action__btn-request {
    color: #fff
  }
  .header-transparent .fixed-navbar .action__btn-request:before {
    background-color: #1b1a1a
  }
  /*.header-layout1 .navbar-brand {*/
  /*  border-right: 1px solid rgba(27, 26, 26, .1)*/
  /*}*/
  /*.header-layout1 .contact__number {*/
  /*  border-left: 1px solid rgba(27, 26, 26, .1)*/
  /*}*/
  /*.header-layout1 .contact__number a {*/
  /*  line-height: 65px;*/
  /*}*/
  .header-layout1 .navbar-collapse {
    position: relative;
    padding-left: 20px
  }
  .header-layout1 .nav__item-btn {
    position: absolute;
    right: 30px;
    top: 22px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar .nav__item {
    margin-right: 15px
  }
  .action__btn-request {
    width: 130px;
    font-size: 12px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px
  }
  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2
  }
  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: none
  }
}

@media (min-width:320px) and (max-width:575px) {
  .search-popup .search__popup-form {
    max-width: 90%
  }
  .search-popup .search__input {
    font-size: 20px;
    font-weight: 400
  }
}

@media (max-width:450px) {
  .navbar-modules .modules__btns-list li {
    margin-left: 10px
  }
}

@media (max-width:360px) {
  .action__btn-request {
    display: none
  }
}

.accordion-item {
  border: 2px solid #eaeaea;
  background-color: #fff;
  border-radius: 3px;
  padding: 25px 30px;
  margin-bottom: 27px
}

.accordion-item .accordion__item-title {
  font-family: Barlow, sans-serif;
  color: #222;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  background-color: transparent;
  color: #1b1a1a;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px
}

.accordion-item.opened {
  border-color: var(--primary)
}

.accordion-item.opened .accordion__item-title {
  color: var(--primary)
}

.accordion-item.opened .accordion__item-title:after {
  background-color: var(--primary);
  color: #fff;
  content: ""
}

.accordion-item .accordion__item-body {
  padding-top: 25px
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0
}

@media (min-width:320px) and (max-width:767px) {
  .accordion-item {
    padding: 15px 20px
  }
}

.footer {
  background-color: #161616
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 40px
}

/*.footer__widget {*/
/*  margin-bottom: 30px*/
/*}*/

.footer__widget-title {
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 30px
}

.widget__newsletter-form {
  position: relative
}

.widget__newsletter-form .form-control {
  font-size: 13px;
  background-color: #fff
}

.widget__newsletter-form .btn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px
}

.footer__widget-nav li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 11px
}

.footer__widget-nav li a:hover {
  color: var(--primary)
}

.footer__more-info {
  font-size: 14px
}

.footer__more-info a {
  color: var(--primary);
  position: relative;
  padding-bottom: 4px
}

.footer__more-info a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.footer__more-info a:hover {
  color: #fff
}

.footer__more-info a:hover:after {
  background-color: #fff
}

.footer__copyright-links li {
  margin-right: 8px;
  margin-bottom: 5px
}

.footer__copyright-links li:last-child {
  margin-right: 0
}

.footer__copyright-links li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  padding-right: 10px
}

.footer__copyright-links li a:hover {
  color: #fff
}

.footer__copyright-links li a:after {
  content: "-";
  position: absolute;
  top: 1px;
  right: 0;
  color: #9b9b9b
}

.footer__copyright-links li:last-child a {
  margin-right: 0;
  padding-right: 0
}

.footer__copyright-links li:last-child a:after {
  display: none
}

.footer .social__icons li {
  margin-right: 9px
}

.footer .social__icons li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #272727;
  color: #fff;
  font-size: 17px;
  border-radius: 50%
}

.footer .social__icons li a:hover {
  background-color: #fff;
  color: #272727
}

.footer-bottom {
  background-color: #121212;
  padding-top: 12px;
  padding-bottom: 12px
}

#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary);
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#scrollTopBtn:hover {
  background-color: #222
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1
}

@media (min-width:1200px) {
  .footer__widget-about {
    padding-right: 40px
  }
  .footer__widget-newsletter {
    padding-left: 40px
  }
}

@media (max-width:1200px) {
  .footer__copyright-links li a,
  .footer__widget-nav li a {
    font-size: 13px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 20px
  }
  .footer__widget:first-of-type {
    order: 1
  }
  .footer__widget:last-of-type {
    order: 2
  }
  .footer__widget:nth-of-type(2) {
    order: 3
  }
  .footer__widget:nth-of-type(3) {
    order: 4
  }
}

@media (min-width:320px) and (max-width:767px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 0
  }
  .footer-top .footer__widget-title {
    margin-bottom: 20px
  }
  .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .footer .text-right {
    text-align: left!important
  }
}

@media (min-width:320px) and (max-width:575px) {
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px
  }
  #scrollTopBtn.actived {
    right: 20px
  }
}

.cta__banner {
  background-color: var(--primary);
  max-width: 400px;
  padding: 50px;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.cta__banner .cta__title {
  font-size: 22px
}

.cta__banner .cta__desc {
  margin-bottom: 15px
}

.cta__banner .cta__icon {
  line-height: 1;
  margin-bottom: 20px
}

.cta__banner .cta__icon i {
  font-size: 60px;
  line-height: 1;
  color: #fff
}

.cta__banner .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.cta__banner .btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
  background-color: var(--primary);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.cta__banner .btn:hover i {
  background-color: #1b1a1a
}

.cta__banner-white {
  background-color: #fff
}

.cta__banner-white .cta__title {
  color: #1b1a1a;
  margin-bottom: 15px
}

.cta__banner-white .cta__desc {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700
}

@media (min-width:320px) and (max-width:767px) {
  .cta__banner .cta__title {
    font-size: 16px
  }
}

.slick-list {
  margin: 0 -10px
}

.slick-slide {
  margin: 0 10px
}

.m-slides-0 .slick-list {
  margin: 0
}

.m-slides-0 .slick-slide {
  margin: 0
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(27, 26, 26, .7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  z-index: 3;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.slick-arrow:hover {
  color: #1b1a1a
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-family: icomoon;
  font-size: 55px
}

.slick-arrow.slick-next {
  right: 0
}

.slick-arrow.slick-next:before {
  content: ""
}

.slick-arrow.slick-prev {
  left: 0
}

.slick-arrow.slick-prev:before {
  content: ""
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, .7)
}

.carousel-arrows-light .slick-arrow:hover {
  color: #fff
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 4px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #9b9b9b
}

.slick-dots li button {
  font-size: 0;
  width: 100%
}

.slick-dots li.slick-active {
  background-color: var(--primary)
}

.header-transparent+.slider {
  margin-top: -100px
}

.header-transparent+.slider .slide-item {
  padding-top: 100px
}

.slider {
  padding: 0;
  overflow-x: hidden
}

.slider .slide-item {
  height: 500px;
}

.slider .slide__subtitle {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px
}

.slider .slide__title {
  font-size: 47px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}

.slider .slide__desc {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  max-width: 650px;
  margin-bottom: 19px;
}
.updated-banner .slide__title , .updated-banner .slide__desc {
    color: #000 !important;
} 
.updated-banner .slide__content{
    background:transparent;
}

.slider .btn__lg {
  min-width: 200px
}

.slider .btn__white:before {
  background-color: var(--primary)
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: left;
  width: 100%;
  max-width: 1140px;
  -webkit-transform: translateX(calc(-50% + 10px));
  -moz-transform: translateX(calc(-50% + 10px));
  -ms-transform: translateX(calc(-50% + 10px));
  -o-transform: translateX(calc(-50% + 10px));
  transform: translateX(calc(-50% + 10px))
}

.slider-layout2 .slide__title {
  font-size: 75px
}

.slider-layout2 .info__slider .slick-dots {
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.slider-layout2 .video__btn .video__player-animation {
  border-color: #fff
}

.slider-layout3 .slick-dots {
  left: 0;
  max-width: none;
  text-align: center;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

@media (min-width:1200px) {
  .slider .slick-arrow.slick-next {
    right: 30px
  }
  .slider .slick-arrow.slick-prev {
    left: 30px
  }
  .slider-layout3 .slide__title {
    font-size: 95px;
    margin-left: -80px
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .slider .slide-item {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .slider .slide__title {
    font-size: 44px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .slider .slide__title {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .header-transparent+.slider {
    margin-top: 0
  }
  .slider {
    overflow: hidden
  }
  .slider .slide-item {
    padding: 100px 10px
  }
  .slider .slide-item {
    height: auto
  }
}

@media (min-width:576px) and (max-width:767px) {
  .slider .slide__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px
  }
  .slider .slick-dots {
    -webkit-transform: translateX(calc(-50% + 70px));
    -moz-transform: translateX(calc(-50% + 70px));
    -ms-transform: translateX(calc(-50% + 70px));
    -o-transform: translateX(calc(-50% + 70px));
    transform: translateX(calc(-50% + 70px))
  }
}

@media (min-width:320px) and (max-width:575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px
  }
  .slider .slide__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px
  }
  .slider .btn {
    margin-bottom: 10px
  }
  .slider .btn__lg {
    min-width: 140px
  }
  .slider .slick-dots {
    -webkit-transform: translateX(calc(-50% + 20px));
    -moz-transform: translateX(calc(-50% + 20px));
    -ms-transform: translateX(calc(-50% + 20px));
    -o-transform: translateX(calc(-50% + 20px));
    transform: translateX(calc(-50% + 20px))
  }
  .slider .slick-arrow:before {
    font-size: 30px
  }
  .slider .slick-arrow.slick-prev {
    left: -10px
  }
  .slider .slick-arrow.slick-next {
    right: -10px
  }
}

.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  height: 70px
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff
}

.video__btn .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  border: 2px solid var(--primary);
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite
}

.video__btn .video__player-animation-2 {
  animation-delay: 1s
}

.video__btn .video__player-animation-3 {
  animation-delay: 1.8s
}

.video__btn:hover .video__player-animation {
  opacity: 0;
  animation-play-state: paused
}

.video__btn .video__btn-title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1;
  display: inline-block
}

.video__btn-white .video__player {
  background-color: #fff!important;
  color: #1b1a1a
}

.video__btn-white .video__player-animation {
  border-color: #fff!important
}

.video__btn-theme .video__player-animation {
  border-color: var(--primary)
}

.video-banner {
  position: relative
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -60px;
  left: 0;
  line-height: 1.5
}

@media (min-width:320px) and (max-width:575px) {
  .video__btn {
    padding-left: 50px;
    height: 50px
  }
  .video__btn .video__player {
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}

.feature-item {
  position: relative;
  margin-bottom: 30px
}

.feature-item .feature__img {
  overflow: hidden
}

.feature-item .feature__img img {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease
}

.feature-item .feature__content {
  position: relative;
  padding: 46px 45px 20px 50px
}

.feature-item .feature__subtitle {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px
}

.feature-item .feature__title {
  font-size: 24px;
  margin-bottom: 22px
}

.feature-item .feature__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px
}

.feature-item .feature__icon {
  font-size: 55px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 25px
}

.feature-item .btn {
  height: 40px;
  line-height: 40px;
  min-width: 110px
}

.feature-item .btn i {
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.feature-item .btn:hover i {
  opacity: 1;
  margin-left: 7px
}

.feature-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate
}

.feature-item:hover .feature__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.features-wrapper {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
}

.features-wrapper .feature__content:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 20px;
  width: 2px;
  background-color: #eaeaea
}

.features-wrapper>[class^=col-]:last-child .feature-item .feature__content:before {
  display: none
}

.features-layout2 .feature-item .feature__content {
  padding: 0
}

.features-layout2 .feature-item:hover .feature__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate
}

.fetures-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%
}

@media (max-width:992px) {
  .feature-item .feature__content {
    padding: 20px
  }
  .feature-item .feature__content:before {
    top: 20px
  }
  .feature-item .feature__title {
    font-size: 20px;
    margin-bottom: 10px
  }
  .feature-item .feature__desc {
    font-size: 14px;
    margin-bottom: 10px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .feature-item .feature__content:before {
    display: none
  }
}

.fancybox-item {
  position: relative;
  margin-bottom: 40px
}

.fancybox-item .fancybox__icon {
  font-size: 55px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 25px
}

.fancybox-item .fancybox__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.fancybox-item .fancybox__desc {
  font-size: 15px;
  margin-bottom: 0
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate
}

.fancybox-item:hover .fancybox__title {
  color: var(--primary)
}

.fancybox-layout2 .fancybox-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.fancybox-layout2 .fancybox-item .fancybox__icon {
  -ms-flex: 0 100px;
  flex: 0 0 100px;
  max-width: 100px
}

.fancybox-layout2 .fancybox-item .fancybox__content {
  -ms-flex: 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px)
}

.fancybox-light .fancybox-item .fancybox__desc,
.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #fff
}

@media (max-width:992px) {
  .fancybox-layout2 .fancybox-item .fancybox__icon {
    -ms-flex: 0 70px;
    flex: 0 0 70px;
    max-width: 70px
  }
  .fancybox-layout2 .fancybox-item .fancybox__content {
    -ms-flex: 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px)
  }
}

@media (min-width:768px) and (max-width:991px) {
  .fancybox-item .fancybox__title {
    margin-bottom: 12px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .fancybox-item {
    margin-bottom: 30px
  }
  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px
  }
  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px
  }
}

.portfolio-item {
  position: relative;
  margin-bottom: 50px
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden
}

.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.portfolio-item .portfolio__content {
  padding-top: 26px
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: var(--primary);
  padding-right: 7px
}

.portfolio-item .portfolio__cat a:hover {
  color: #1b1a1a
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: var(--primary)
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none
}

.portfolio-item .portfolio__title {
  font-size: 21px;
  margin-bottom: 11px
}

.portfolio-item .portfolio__title a {
  color: #1b1a1a
}

.portfolio-item .portfolio__title a:hover {
  color: var(--primary)
}

.portfolio-item .portfolio__desc {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 20px
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px
}

.portfolio-filter li:last-child {
  margin-right: 0
}

.portfolio-filter li a {
  position: relative;
  color: #1b1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  -webkit-transition: all .7s linear;
  -moz-transition: all .7s linear;
  -ms-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear
}

.portfolio-filter li a.active,
.portfolio-filter li a:hover {
  color: var(--primary)
}

.portfolio-filter li a.active:after,
.portfolio-filter li a:hover:after {
  width: 100%
}

.mix {
  display: none
}

.portfolio-hidden>.portfolio-item {
  display: none
}

.portfolio-standard .portfolio-item {
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  border-radius: 4px
}

.portfolio-standard .portfolio-item .portfolio__img img {
  border-radius: 4px 4px 0 0
}

.portfolio-standard .portfolio-item .portfolio__content {
  padding: 36px 30px 0 35px
}

.portfolio-standard .portfolio-item .btn__loadMore {
  font-size: 15px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.portfolio-standard .portfolio-item .btn__loadMore:hover {
  background-color: var(--primary);
  color: #fff
}

.portfolio-standard .portfolio-item .btn__loadMore:hover i {
  color: #fff
}

.portfolio-standard .portfolio-item .btn__loadMore:hover:after {
  opacity: 0
}

.portfolio-standard .portfolio-item .btn__loadMore:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.portfolio-standard .portfolio-item .btn__loadMore i {
  background-color: var(--primary);
  color: #fff
}

.portfolio-standard-carousel {
  overflow-x: hidden
}

.portfolio-standard-carousel .slick-list {
  margin: -15px;
  overflow: visible
}

.portfolio-standard-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -moz-transition: opacity .3s ease, visibility .3s ease;
  -ms-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease
}

.portfolio-standard-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible
}

.portfolio-standard-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden
}

.portfolio-carousel .portfolio-item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px
}

.portfolio-carousel .portfolio-item .portfolio__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(27, 26, 26, .3) 0, rgba(0, 0, 0, 0) 82%)
}

.portfolio-carousel .portfolio-item .portfolio__content {
  position: relative;
  padding: 0 100px 50px 50px;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.portfolio-carousel .portfolio-item .portfolio__cat a {
  color: var(--primary)
}

.portfolio-carousel .portfolio-item .portfolio__title {
  font-size: 31px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0
}

.portfolio-carousel .portfolio-item .portfolio__title a {
  color: #fff
}

.portfolio-carousel .portfolio-item .portfolio__desc {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-carousel .portfolio-item .btn__loadMore {
  position: absolute;
  bottom: 60px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-carousel .portfolio-item .btn__loadMore i {
  background-color: #fff;
  color: var(--primary);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-carousel .portfolio-item .btn__loadMore i:hover {
  background-color: var(--primary);
  color: #fff
}

.portfolio-carousel .portfolio-item .btn__loadMore i:after {
  display: none
}

.portfolio-carousel .portfolio-item:hover .portfolio__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.portfolio-carousel .portfolio-item:hover .btn__loadMore,
.portfolio-carousel .portfolio-item:hover .portfolio__desc {
  opacity: 1
}

.portfolio-grid-layout2 .portfolio-item .portfolio__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .85);
  opacity: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.portfolio-grid-layout2 .portfolio-item .portfolio__cat,
.portfolio-grid-layout2 .portfolio-item .portfolio__title {
  opacity: 0;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

.portfolio-grid-layout2 .portfolio-item .portfolio__cat a:hover,
.portfolio-grid-layout2 .portfolio-item .portfolio__title a {
  color: #fff
}

.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content {
  opacity: 1
}

.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content .portfolio__cat,
.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content .portfolio__title {
  opacity: 1
}

.portfolio-single .portfolio__icon {
  background-color: #fff;
  position: relative;
  width: 144px;
  height: 144px;
  padding: 10px;
  margin: -75px auto 0;
  border-radius: 50%
}

.portfolio-single .portfolio__icon i {
  width: 124px;
  height: 124px;
  line-height: 124px;
  font-size: 75px;
  color: var(--primary);
  text-align: center;
  display: inline-block;
  border: 2px solid var(--primary);
  border-radius: 50%
}

.portfolio-single .portfolio-item .portfolio__title {
  font-size: 35px;
  margin-bottom: 11px
}

.portfolio-single .portfolio-item .portfolio__desc {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b1a1a
}

.portfolio-single .list-items-layout2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.portfolio-single .list-items-layout2 li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.portfolio-single .portfolio-slider .slick-arrow.slick-next {
  right: 320px
}

.portfolio-single .portfolio-slider .slick-arrow.slick-prev {
  left: 320px
}

.portfolio__meta-list li {
  font-size: 15px;
  margin-bottom: 13px
}

.portfolio__meta-list li strong {
  color: #1b1a1a;
  display: inline-block;
  min-width: 120px
}

@media (min-width:1500px) {
  .portfolio-carousel .slick-slider {
    width: 190%
  }
}

@media (min-width:1200px) {
  .portfolio-carousel .slick-slider {
    width: 130%
  }
  .portfolio-single .btn__icon {
    min-width: 370px
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 20px
  }
  .portfolio-single .portfolio-slider .slick-dots {
    margin-top: 15px
  }
}

@media (max-width:992px) {
  .portfolio-single .portfolio-slider .slick-list {
    margin: 0 -5px
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 5px
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-next {
    right: 40px
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-prev {
    left: 40px
  }
  .portfolio-carousel .nav-tabs {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
}

@media (min-width:320px) and (max-width:767px) {
  .portfolio-item .portfolio__title {
    font-size: 16px;
    margin-bottom: 7px
  }
  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 5px
  }
  .portfolio-filter li a {
    font-size: 13px
  }
  .portfolio-carousel .portfolio-item .portfolio__content {
    padding: 0 40px 20px 20px
  }
  .portfolio-carousel .portfolio-item .portfolio__title {
    font-size: 18px;
    margin-top: 0
  }
  .portfolio-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 22px
  }
  .portfolio-standard .portfolio-item .portfolio__content {
    padding: 15px 15px 0 15px
  }
  .portfolio-standard-carousel .slick-slide {
    margin: 5px
  }
  .portfolio-standard-carousel .slick-list {
    margin: -15px
  }
  .portfolio-standard-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px
  }
}

@media (min-width:320px) and (max-width:370px) {
  .portfolio-carousel .portfolio-item .portfolio__content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  .portfolio-carousel .portfolio-item .portfolio__desc {
    display: none
  }
  .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px
  }
}

.member {
  position: relative;
  margin-bottom: 30px
}

.member .member__img {
  position: relative
}

.member .member__img img {
  width: 100%;
  border-radius: 4px
}

.member .member__info {
  padding-top: 24px
}

.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 7px
}

.member .member__info .member__desc {
  margin-bottom: 0
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(254, 90, 14, .85);
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.member .social__icons li {
  margin-right: 40px
}

.member .social__icons li:last-child {
  margin-right: 0
}

.member .social__icons li a {
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.member .social__icons li a:hover {
  color: #1b1a1a
}

.member:hover .member__hover {
  opacity: 1
}

.member:hover .member__content-inner {
  bottom: 50px;
  opacity: 1
}

.member:hover .social__icons li a {
  opacity: 1
}

.team-layout2 .member .member__hover {
  background-color: transparent
}

.team-layout2 .member .member__content-inner {
  background-color: var(--primary);
  border-radius: 4px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.team-layout2 .member .member__content-inner .social__icons li {
  margin-right: 0
}

.team-layout2 .member .member__content-inner .social__icons li a {
  padding: 15px
}

.team-layout2 .member:hover .member__content-inner {
  bottom: 30px
}

@media (min-width:320px) and (max-width:767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px
  }
  .member .member__info {
    padding-top: 15px
  }
  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0
  }
}

.testimonial-item {
  position: relative
}

.testimonial-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  width: 96px;
  height: 71px;
  z-index: -1;
  background-image: url(../images/icons/quote.png)
}

.testimonial-item .testimonial__desc {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  font-style: italic;
  color: #1b1a1a;
  margin-bottom: 0
}

.testimonial__meta {
  display: block
}

.testimonial__meta .testimonial__meta-title {
  color: #1b1a1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  display: block;
  white-space: nowrap
}

.testimonial__meta .testimonial__meta-desc {
  line-height: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #616161;
  margin-bottom: 0;
  display: block
}

.testimonial__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.testimonial__thumb img {
  max-width: 100%;
  border-radius: 50%
}

.testimonials .heading__title {
  font-size: 15px
}

.testimonials .testimonials-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.testimonials .slider-nav {
  flex: 0 0 260px;
  max-width: 260px;
  max-height: 110px;
  margin-left: -110px
}

.testimonials .slider-with-navs {
  flex: 0 0 calc(100% - 260px);
  max-width: calc(100% - 260px)
}

.testimonials .slick-dots {
  text-align: left
}

.testimonials .slick-list {
  margin: 0
}

.testimonials .slick-slide {
  margin: 0
}

.testimonials .slick__nav-item {
  cursor: pointer;
  text-align: right
}

.testimonials .slick__nav-item .testimonial__meta {
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

@media (min-width:992px) {
  .testimonials .slick__nav-item .testimonial__meta {
    opacity: 0
  }
}

.testimonials .slick__nav-item.slick-current .testimonial__meta {
  opacity: 1
}

.testimonials .slick__nav-item.slick-current .testimonial__thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .4s ease;
  -moz-transition: transform .4s ease;
  -ms-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease
}

.testimonials .slick__nav-item:not(.slick-current) {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px)
}

.testimonials-layout2 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:992px) {
  .testimonials .slick__nav-item {
    margin-left: 2px
  }
  .testimonials .slick__nav-item:not(.slick-current) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  .testimonials .heading__title {
    margin-bottom: 20px
  }
}

@media (min-width:992px) {
  .testimonials .heading {
    padding-left: 160px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .testimonial-item .testimonial__desc {
    font-size: 18px;
    line-height: 28px
  }
}

@media (max-width:992px) {
  .testimonial-item .testimonial__desc {
    font-size: 15px;
    margin-bottom: 0
  }
  .testimonials .testimonials-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .testimonials .slick__nav-item {
    text-align: left;
    margin: 0
  }
  .testimonials .slider-with-navs {
    flex: 0 0 100%;
    max-width: 100%
  }
  .testimonials .slider-nav {
    margin-left: 0
  }
  .testimonials .slider-nav .slick-list {
    padding: 0!important
  }
  .testimonial__meta .testimonial__meta-title {
    font-size: 13px;
    margin-bottom: 0
  }
}

@media (max-width:380px) {
  .testimonial__thumb {
    width: 35px;
    height: 35px;
    margin-bottom: 0
  }
  .testimonial__meta .testimonial__meta-desc,
  .testimonial__meta .testimonial__meta-title {
    font-size: 11px
  }
  .testimonials .slider-nav {
    max-height: 80px
  }
}

.clients {
  padding-top: 60px;
  padding-bottom: 60px
}

.clients .client {
  position: relative;
  text-align: center
}

.clients .client img {
  display: inline-block;
  width: auto!important;
  max-width: 100%
}

@media (min-width:768px) and (max-width:991px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.blog-item {
  position: relative;
  margin-bottom: 50px
}

.blog-item .blog__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.blog-item .blog__img img {
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease
}

.blog-item:hover .blog__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.blog-item .blog__content {
  padding-top: 30px;
  padding-left: 30px;
  overflow: hidden
}

.blog-item .blog__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px
}

.blog-item .blog__meta-cat {
  position: relative;
  padding-right: 14px
}

.blog-item .blog__meta-cat:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: var(--primary)
}

.blog-item .blog__meta-cat a {
  position: relative;
  color: var(--primary);
  padding-right: 7px;
  font-size: 14px;
  font-weight: 700
}

.blog-item .blog__meta-cat a:hover {
  color: #1b1a1a
}

.blog-item .blog__meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: var(--primary)
}

.blog-item .blog__meta-cat a:last-child {
  padding-right: 0
}

.blog-item .blog__meta-cat a:last-child:after {
  display: none
}

.blog-item .blog__meta-date {
  display: block;
  font-size: 13px;
  color: #616161;
  margin-bottom: 16px
}

.blog-item .blog__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px
}

.blog-item .blog__title a {
  color: #1b1a1a
}

.blog-item .blog__title a:hover {
  color: var(--primary)
}

.blog-item .blog__desc {
  margin-bottom: 0
}

.blog-item .btn__link {
  margin-top: 23px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px)
}

.blog-item .btn__link span {
  opacity: 0;
  margin-right: 8px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.blog-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.blog-item:hover .btn__link {
  color: var(--primary);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.blog-item:hover .btn__link span {
  opacity: 1
}

.blog-item:hover .btn__link i {
  background-color: var(--primary)
}

.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
  margin-bottom: 0
}

.blog-single .blog-item .blog__title {
  font-size: 35px
}

.blog-single .blog-item .blog__content {
  padding-left: 0
}

.blog-carousel .slick-arrow {
  top: -50px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: var(--primary)
}

.blog-carousel .slick-arrow:hover {
  background-color: #1b1a1a
}

.blog-carousel .slick-arrow:before {
  font-size: 10px
}

.blog-carousel .slick-arrow.slick-prev {
  width: 82px;
  border-radius: 15px;
  right: 45px;
  left: auto
}

.blog-carousel .slick-arrow.slick-prev:before {
  content: "";
  display: block;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px)
}

.blog-carousel .slick-arrow.slick-prev:after {
  content: "Prev";
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.blog-carousel .slick-arrow.slick-next {
  width: 32px;
  border-radius: 50%;
  background-color: #1b1a1a
}

.blog-carousel .slick-arrow.slick-next:hover {
  background-color: var(--primary)
}

.blog-carousel .slick-arrow.slick-next:before {
  content: ""
}

.blog__meta-author {
  font-size: 13px
}

.blog__meta-author a {
  color: #1b1a1a
}

.blog-single .blog__meta>* {
  margin-right: 20px
}

.blog-single .blog__meta>:last-child {
  margin-right: 0
}

.blog-single .blog__desc {
  margin-bottom: 21px
}

.blog-single .blog__desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px
}

.blog-standard .blog-item .blog__desc {
  margin-bottom: 22px
}

.blog-widget {
  padding-top: 40px;
  margin-bottom: 60px
}

.blog__widget-title {
  font-size: 22px;
  margin-bottom: 24px
}

.blog-share .blog__share-title {
  color: #222;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-right: 22px;
  margin-bottom: 0
}

.blog-share .social__icons a {
  color: #0f2b5b
}

.blog-share .social__icons a:hover {
  color: var(--primary)
}

.blog-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px
}

.blog-nav .blog__next,
.blog-nav .blog__prev {
  position: relative;
  min-height: 70px
}

.blog-nav .blog__next:hover h6,
.blog-nav .blog__prev:hover h6 {
  color: var(--primary)
}

.blog-nav .blog__next {
  text-align: right
}

.blog-nav .blog__next .blog__nav-img {
  right: 0;
  left: auto
}

.blog-nav .blog__nav-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden
}

.blog-nav .blog__nav-img img {
  width: 100%;
  height: 100%
}

.blog-nav .blog__nav-content span {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px
}

.blog-nav .blog__nav-content h6 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.blog-nav .blog__next .blog__nav-content {
  padding-right: 115px
}

.blog-nav .blog__prev .blog__nav-content {
  padding-left: 115px
}

.blog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 4px
}

.blog-author .blog__author-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px
}

.blog-author .blog__author-name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px
}

.blog-author .blog__author-bio {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 13px
}

.blog-author .social__icons li {
  margin-right: 30px
}

.blog-author .social__icons:last-child {
  margin-right: 0
}

.blog-author .social__icons a {
  font-size: 15px;
  color: #1b1a1a
}

.blog-author .social__icons a:hover {
  color: var(--primary)
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%
}

.comments-list .comment__item .comment__content {
  padding-left: 90px
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px
}

.comments-list .comment__item .comment__content .comment__date {
  font-family: Roboto, sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px
}

.comments-list .comment__item .comment__content .comment__desc {
  margin-bottom: 6px
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  display: inline-block
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #1b1a1a
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px
}

.blog-comments-form .form-group {
  margin-bottom: 20px
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px
}

.blog-tags ul li a:hover {
  color: #1b1a1a
}

.blog-tags ul li a:before {
  content: ",";
  position: absolute;
  top: -2px;
  right: 1px;
  color: var(--primary)
}

.blog-tags ul li:last-child a:before {
  display: none
}

@media (min-width:768px) and (max-width:991px) {
  .blog-single .blog-item .blog__title {
    padding: 0 40px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .blog-item {
    margin-bottom: 30px
  }
  .blog-item .blog__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
  }
  .blog-item .blog__content {
    padding-left: 0
  }
  .blog-single .blog-item .blog__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0
  }
  .blog__tags ul {
    justify-content: flex-start!important
  }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px
  }
  .comments-list .comment__item .comment__content {
    padding-left: 50px
  }
  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px
  }
  .blog-nav {
    display: block
  }
  .blog-nav .blog__prev {
    margin-bottom: 20px
  }
  .blog-nav .blog__nav-content h6 {
    font-size: 13px
  }
  .blog-nav .blog__nav-img {
    width: 60px;
    height: 60px
  }
  .blog-nav .blog__prev .blog__nav-content {
    padding-left: 70px
  }
  .blog-nav .blog__next .blog__nav-content {
    padding-right: 70px
  }
  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px
  }
}
.contact-info address{
    color:#fff;
}
@media (min-width:320px) and (max-width:575px) {
  .blog-author {
    display: block;
    padding: 20px
  }
  .blog-item .btn__link {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  .blog-item .btn__link span {
    opacity: 1;
    margin-right: 7px
  }
}

.contact-info-box {
  margin-bottom: 30px
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px
}

.contact-info-box .contact__info-list {
  margin-bottom: 0
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  margin-bottom: 9px
}

.contact-info-box .contact__info-list li a {
  color: #9b9b9b
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon {
  flex: 0 0 70px
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #fff;
  background-color: var(--primary)
}

.contact-info-layout2 .contact-info-box .contact__info-box-title {
  margin-bottom: 10px
}

.contact-info-layout2 .contact-info-box .contact__info-list li {
  margin-bottom: 2px
}

.contact-info-layout2 .cta__banner {
  border-radius: 4px;
  max-width: 530px;
  padding: 50px 130px 50px 50px;
  margin-left: 20px;
  z-index: 4;
  margin-bottom: 30px
}

.contact-info-layout2 .cta__banner:after {
  content: "";
  font-family: icomoon;
  font-size: 200px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  line-height: 1;
  color: rgba(255, 255, 255, .1)
}

.contact-info-layout2 .cta__banner .cta__title {
  line-height: 1.4;
  margin-bottom: 17px
}

.contact-info-layout2 .cta__banner .btn,
.contact-info-layout2 .cta__banner .cta__desc,
.contact-info-layout2 .cta__banner .cta__title {
  position: relative;
  z-index: 2
}

.contact-info-layout2 .cta__banner .btn i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: var(--primary);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.contact-info-layout2 .cta__banner .btn:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px)
}

.contact__number i {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid rgba(27, 26, 26, .25);
  font-size: 17px;
  margin-right: 13px
}

.contact__number a {
  /*font-family: Barlow, sans-serif;*/
  font-size: 22px;
  font-weight: 600;
  line-height: 1
}

.contact-panel {
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  background-color: #fff;
  padding: 50px 60px 39px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.contact-panel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: -o-calc(100% - 160px);
  width: calc(100% - 160px);
  height: 3px;
  background-color: var(--primary)
}

.contact-panel .contact__panel-info {
  flex: 0 0 34%;
  max-width: 34%;
  padding-bottom: 40px
}

.contact-panel .contact__panel-info-top {
  background-color: var(--primary);
  border-radius: 4px 4px 0 0;
  padding: 50px 50px 32px
}

.contact-panel .contact__panel-info-top .contact-info-box:last-of-type {
  margin-bottom: 0
}

.contact-panel .contact__panel-info-bottom {
  background-color: #222;
  border-radius: 0 0 4px 4px;
  padding: 50px 50px 42px
}

.contact-panel .contact__panel-info-bottom .contact__panel-info-title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: block;
  margin-bottom: 25px
}

.contact-panel .contact-info-box .contact__info-list li {
  color: #fff;
  margin-bottom: 6px
}

.contact-panel .contact-info-box .contact__info-list li a {
  color: #fff
}

.contact-panel .contact-info-box .contact__info-box-title {
  color: #fff;
  margin-bottom: 11px
}

.contact-panel .contact__number i {
  color: #fff;
  border-color: rgba(255, 255, 255, .25)
}

.contact-panel .contact__number a {
  color: #fff
}

.contact-panel .contact__panel-form {
  flex: 0 0 66%;
  max-width: 66%;
  padding-left: 50px;
}

.contact-panel .contact__panel-title {
  font-size:30px
}

.contact-panel .contact__panel-desc {
  font-size: 15px;
  line-height: 25px
}

.contact-panel .nice-select .list {
  width: 100%
}

.google-map+.contact-layout1 {
  position: relative;
  z-index: 3;
  margin-top: -120px
}

.contact-layout2 .contact-panel .contact__panel-info-bottom,
.contact-layout2 .contact-panel .contact__panel-info-top {
  background-color: var(--primary)
}

.contact-layout2 .contact__number i {
  border-color: rgba(255, 255, 255, .25)
}

.contact-layout3 .contact-panel .contact__panel-form {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 40px
}

.contact-layout3 .contact-panel .contact__panel-info {
  background-color: var(--primary);
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px;
  border-radius: 3px
}

.contact-layout3 .contact-panel .contact__panel-info .contact__panel-info-title {
  display: block;
  color: #fff;
  margin-bottom: 23px
}

.contact-layout3 .contact__number i {
  border-color: rgba(255, 255, 255, .25)
}

.contact-layout3 textarea.form-control {
  min-height: 140px
}

.google-map-layout2 {
  z-index: 2
}

/*.google-map-layout2:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: -1;*/
/*  width: 100%;*/
/*  height: 140px;*/
/*  background-color: #161616*/
/*}*/

.google-map-layout2 .contact-info-carousel {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 4;
  width: 300px;
  padding: 50px 30px;
  text-align: center;
  background-color: #fff
}

.google-map-layout2 .contact-info-carousel .contact__info-title {
  font-size: 15px;
  margin-bottom: 15px
}

.google-map-layout2 .contact-info-carousel .contact-info-box .contact__info-box-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--primary)
}

.google-map-layout2 .contact-info-carousel .contact-info-box .contact__info-list li:first-child {
  margin-bottom: 20px
}

.google-map-layout2 .contact-info-carousel .slick-arrow {
  position: absolute;
  top: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary)
}

.google-map-layout2 .contact-info-carousel .slick-arrow:hover {
  background-color: #1b1a1a
}

.google-map-layout2 .contact-info-carousel .slick-arrow:before {
  font-size: 10px
}

.google-map-layout2 .contact-info-carousel .slick-arrow.slick-next {
  right: 80px
}

.google-map-layout2 .contact-info-carousel .slick-arrow.slick-next:before {
  content: ""
}

.google-map-layout2 .contact-info-carousel .slick-arrow.slick-prev {
  left: 80px
}

.google-map-layout2 .contact-info-carousel .slick-arrow.slick-prev:before {
  content: ""
}

@media (min-width:992px) and (max-width:1200px) {
  .contact-panel {
    padding: 40px 20px 0
  }
  .contact-panel:after {
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px)
  }
}

@media (min-width:992px) {
  .contact-layout3 .contact-panel .contact__panel-info {
    padding: 50px;
    position: absolute;
    top: -110px
  }
}

@media (max-width:992px) {
  .contact-panel {
    background-color: #fff;
    padding: 20px;
    flex-direction: column
  }
  .contact-panel:after {
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px)
  }
  .contact-panel .contact__panel-form,
  .contact-panel .contact__panel-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0
  }
  .contact-info-layout2 .cta__banner {
    margin: 0
  }
  .google-map-layout2 .contact-info-carousel {
    position: static;
    margin: 0 auto 30px;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
  }
}

@media (min-width:320px) and (max-width:767px) {
  .contact-info-layout2 .cta__banner {
    padding: 20px
  }
  .contact-panel .contact__panel-info-bottom,
  .contact-panel .contact__panel-info-top {
    padding: 20px
  }
}

.pricing-item {
  position: relative;
  background-color: #fff;
  padding: 50px 40px 60px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  border-radius: 4px;
  margin-bottom: 30px
}

.pricing-item:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px)
}

.pricing-item .pricing__title {
  font-size: 17px;
  margin-bottom: 17px
}

.pricing-item .pricing__desc {
  margin-bottom: 45px
}

.pricing-item .pricing__price {
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #1b1a1a
}

.pricing-item .pricing__list {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 55px;
  border-bottom: 2px solid #eaeaea
}

.pricing-item .pricing__list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  margin-bottom: 11px;
  text-transform: capitalize
}

.pricing-item .pricing__list li:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary)
}

.pricing-item .btn {
  height: 55px;
  line-height: 55px;
  border-radius: 1px
}

.pricing-item .btn span {
  margin-right: 10px
}

.pricing-item-theme {
  background-color: var(--primary)
}

.pricing-item-dark {
  background-color: #222
}

.pricing-item-gray {
  background-color: #f9f9f9
}

.pricing-item-dark .pricing__desc,
.pricing-item-dark .pricing__list li,
.pricing-item-dark .pricing__list li::after,
.pricing-item-dark .pricing__price,
.pricing-item-dark .pricing__title,
.pricing-item-theme .pricing__desc,
.pricing-item-theme .pricing__list li,
.pricing-item-theme .pricing__list li::after,
.pricing-item-theme .pricing__price,
.pricing-item-theme .pricing__title {
  color: #fff
}

.pricing-item-dark .btn:not(.btn__link):hover,
.pricing-item-theme .btn:not(.btn__link):hover {
  color: var(--primary)
}

.pricing-item-dark .btn:not(.btn__link):before,
.pricing-item-theme .btn:not(.btn__link):before {
  background-color: var(--sec)
}

@media (min-width:768px) and (max-width:991px) {
  .pricing-item {
    padding: 30px
  }
  .pricing-item .pricing__list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px
  }
  .pricing-item .pricing__title {
    margin-bottom: 10px
  }
  .pricing-item .pricing__price {
    font-size: 30px;
    margin-bottom: 0
  }
  .pricing-item .pricing__desc,
  .pricing-item .pricing__title {
    margin-bottom: 10px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .pricing-item {
    padding: 30px 20px
  }
  .pricing-item .pricing__desc {
    margin-bottom: 20px
  }
  .pricing-item .pricing__list {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px
  }
  .pricing-item .pricing__price {
    font-size: 30px;
    margin-bottom: 0
  }
}

.counter-item {
  margin-bottom: 20px
}

.counter-item .counter {
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px
}

.counter-item .counter__desc {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 30px
}

.counters-layout2 .counter {
  font-size: 60px;
  font-weight: 600;
  color: var(--primary)
}

.counter-light .counter-item .counter,
.counter-light .counter-item .counter__desc {
  color: #fff
}

@media (max-width:992px) {
  .counter-item .counter {
    font-size: 25px
  }
  .counter-item .counter__desc {
    font-size: 11px;
    line-height: 14px;
    padding-right: 0
  }
}

@media (max-width:375px) {
  .counter-item .counter__desc {
    font-size: 10px;
    line-height: 15px
  }
}

.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2
}

.widget {
  position: relative;
  background-color: #f4f4f4;
  padding: 26px;
  margin-bottom: 40px;
  border-radius: 4px
}

.widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 3px;
  background-color: var(--primary)
}

.widget:last-child {
  margin-bottom: 0
}

.widget .widget__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 26px
}

.widget-search .widget__form-search {
  position: relative
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
  border: 2px solid #eaeaea;
  padding-right: 30px
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  color: #333;
  padding: 0;
  min-width: 0;
  font-size: 18px;
  line-height: 55px;
  height: 55px
}

.widget-search .widget__form-search button:before {
  display: none
}

.widget-search .widget__form-search button:hover {
  color: var(--primary)
}

.widget-categories ul li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .04);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
  background-color: var(--primary);
  color: #fff
}

.widget-tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  background-color: var(--primary);
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.widget-tags ul li a:hover {
  background-color: #1b1a1a
}

.widget-posts .widget-post-item .widget__post-title {
  font-size: 17px;
  margin-bottom: 0
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #222
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: var(--primary)
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 19px
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px
}

.widget-posts .widget-post-item .widget__post-cat {
  margin-bottom: 7px;
  line-height: 1
}

.widget-posts .widget-post-item .widget__post-cat a {
  position: relative;
  font-size: 13px;
  color: var(--primary);
  padding-right: 7px
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
  color: #1b1a1a
}

.widget-posts .widget-post-item .widget__post-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: var(--primary)
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
  padding: 0
}

.widget-posts .slick-dots {
  text-align: left
}

.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: left
}

.widget-download .btn span {
  display: block;
  margin-top: 10px
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  left: 25px;
  width: 22px;
  height: 24px
}

.widget-help {
  overflow: hidden;
  padding: 50px
}

.widget-help .widget__content {
  position: relative
}

.widget-help .widget__content h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 17px
}

.widget-help .widget__content p {
  color: #f9f9f9;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px
}

.widget-help .widget__content .btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--primary);
  display: inline-block
}

.widget-help:after {
  content: "";
  font-family: icomoon;
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: rgb(254 90 14 / 14%);
}

@media (min-width:992px) and (max-width:1200px) {
  .sidebar {
    margin-right: 0
  }
  .widget {
    padding: 20px;
    margin-bottom: 30px
  }
}

@media (min-width:576px) and (max-width:767px) {
  .widget {
    padding: 25px
  }
  .widget .widget__title {
    margin-bottom: 25px
  }
}

@media (min-width:320px) and (max-width:575px) {
  .widget {
    padding: 15px
  }
  .widget .widget__title {
    margin-bottom: 20px
  }
  .widget-help .widget__content p {
    margin-bottom: 30px
  }
  .widget-categories ul {
    padding: 0
  }
  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px
  }
  .widget-download .btn {
    height: 60px
  }
}

.about__img img {
  border-radius: 3px
}

.about-layout1 .heading-layout2 .heading__subtitle:after {
  display: none
}

.about-layout1 .btn__icon {
  height: 55px;
  line-height: 55px;
  min-width: 200px
}

.about-layout1 .cta__banner {
  position: absolute;
  bottom: 60px;
  left: -55px;
  border-radius: 4px 0 0 4px;
  padding: 30px;
  max-width: 290px
}

.about-layout1 .cta__banner .cta__title {
  line-height: 1.4;
  margin-bottom: 22px
}

.about-layout1 .cta__banner .btn i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: var(--primary);
  background-color: #fff
}

.about-layout2 .text-block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.about-layout2 .imgs-block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 30px;
  position: relative
}

.about-layout2 .list-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.about-layout2 .list-items li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.about-layout2 .video__box {
  position: absolute;
  left: 60px;
  bottom: 55px;
  width: 165px;
  height: 165px;
  border-radius: 4px 4px 0 0;
  background-color: var(--primary)
}

.about-layout2 .video__box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  width: calc(100% + 60px);
  height: 30px;
  border-radius: 0 0 4px 4px;
  background-color: var(--primary)
}

.about-layout2 .video__box:after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px 0 0 0;
  background-color: var(--primary)
}

.about-layout2 .video__box .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.about-layout2 .btn__icon {
  min-width: 200px;
  height: 55px;
  line-height: 55px
}

@media (min-width:1200px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 100px
  }
  .about-layout2 .imgs-block {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%
  }
}

@media (min-width:1300px) {
  .about-layout1 .heading-layout2 .heading__title {
    margin-left: -80px
  }
  .about-layout1 .inner-wrapper {
    padding-right: 70px
  }
}

@media (min-width:1500px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 200px;
    padding-right: 50px
  }
  .about-layout2 .imgs-block {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%
  }
}

@media (min-width:1700px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 300px;
    padding-right: 100px
  }
  .about-layout2 .imgs-block {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }
}

@media (max-width:1200px) {
  .about-layout1 .cta__banner {
    bottom: 20px;
    left: 20px
  }
}

@media (min-width:320px) and (max-width:575px) {
  .about-layout2 .list-items {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-layout2 .list-items li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .about-layout2 .imgs-block {
    padding-right: 15px;
    padding-left: 15px
  }
  .about-layout2 .video__box {
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 4px
  }
  .about-layout2 .video__box:after,
  .about-layout2 .video__box:before {
    display: none
  }
}

.banner-layout1 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600
}

.banner-layout1 .cta__banner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  border-radius: 4px 0 0 0
}

.banner-layout2 {
  padding-top: 135px;
  padding-bottom: 135px
}

.banner-layout3 {
  padding-top: 250px;
  padding-bottom: 230px
}

.banner-layout4 .fancybox-item {
  margin-bottom: 0
}

.banner-layout4 .video__box {
  position: absolute;
  left: 160px;
  bottom: 70px;
  width: 165px;
  height: 165px;
  border-radius: 4px 4px 0 0;
  background-color: var(--primary)
}

.banner-layout4 .video__box .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-layout4 .video__box .video__btn i{
    color: #fff;
}
.banner-layout4 .video__box-text {
  position: absolute;
  bottom: -70px;
  left: -160px;
  width: calc(100% + 160px);
  height: 100px;
  background-color: var(--primary)
}

.banner-layout4 .video__box-text span {
  position: absolute;
  right: 45px;
  z-index: 3;
  top: 30px;
  font-size: 15px;
  font-weight: 700;
  width: 80px;
  text-align: center
}

.info__slider {
  background-color: #fff;
  border-radius: 4px;
  padding: 50px 40px 45px 50px;
  width: 300px
}

.info__slider .info__slider-icon {
  color: #1b1a1a;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px
}

.info__slider .info__slider-title {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px
}

.info__slider .slick-dots {
  text-align: left
}

@media (min-width:1400px) {
  .banner-layout1 .inner-padding,
  .banner-layout4 .inner-padding {
    padding-right: 120px;
    padding-left: 120px
  }
}

@media (min-width:1200px) {
  .banner-layout4 .background-banner {
    margin-top: -80px
  }
}

@media (max-width:1200px) {
  .banner-layout4 {
    padding-bottom: 70px!important
  }
  .banner-layout4 .video__box {
    bottom: 0
  }
}

@media (min-width:992px) {
  .banner-layout4 .container-fluid>.row>.col-xl-6 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%
  }
  .banner-layout4 .container-fluid>.row>.col-xl-6:last-child {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%
  }
}

@media (max-width:992px) {
  .info-slider-wrapper {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .banner-layout2 {
    padding-top: 50px;
    padding-bottom: 180px
  }
  a.float.d-lg-none {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    right: 50px;
    background-color: #6be24a;
    color: #FFF;
    border-radius: 50px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 56px;
    
}
}

@media (min-width:992px) and (max-width:1200px) {
  .banner-layout4 .video__box {
    bottom: 70px
  }
}

@media (min-width:320px) and (max-width:575px) {
  .banner-layout1 .heading__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
  }
  .banner-layout4 .fancybox-item {
    margin-bottom: 30px
  }
}

.careers .slick-slide {
  margin: 15px
}

.careers .slick-list {
  margin: -15px
}

.careers .slick-dots {
  margin-top: 15px
}

.job-item {
  background-color: #fff;
  padding: 50px 40px 40px;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, .08);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.job-item:hover {
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, .1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px)
}

.job-item .job__meta {
  margin-bottom: 32px
}

.job-item .job__type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: var(--primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 10px
}

.job-item .job__location {
  font-size: 13px
}

.job-item .job__title {
  font-size: 21px;
  margin-bottom: 18px
}

.job-item .job__desc {
  font-size: 15px
}

.job-item .btn__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.job-item .btn__link i {
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.job-item .btn__link:hover {
  color: var(--primary)
}

.job-item .btn__link:hover i {
  background-color: var(--primary)
}

@media (min-width:320px) and (max-width:767px) {
  .job-item {
    padding: 30px
  }
  .job-item .job__meta {
    margin-bottom: 20px
  }
  .job-item .job__title {
    margin-bottom: 10px
  }
}

.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .04);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  background-color: #fff;
  padding: 50px 40px 50px;
  min-height: 360px;
}

.service-item .service__icon {
  margin-bottom:20px
}

.service-item .service__icon i {
  font-size: 65px;
  line-height: 1;
  color: var(--primary);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.service-item .service__title {
  position: relative;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 22px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.service-item .service__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.service-item .service__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.service-item .btn__link {
  margin-top: 14px;
  height: 32px;
  line-height: 32px
}

.service-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.service-item .service__content {
  position: relative;
  z-index: 2
}

.service-item .service__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

/*.service-item:hover {*/
/*  -webkit-transform: translateY(-5px);*/
/*  -moz-transform: translateY(-5px);*/
/*  -ms-transform: translateY(-5px);*/
/*  -o-transform: translateY(-5px);*/
/*  transform: translateY(-5px)*/
/*}*/




.service-item:hover .btn__link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--primary);
  background-color: #fff
}

.services-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%
}

@media (min-width:992px) {
  .services-layout2 {
    padding-bottom: 160px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .service-item .service__icon {
    margin-bottom: 15px
  }
  .service-item .service__icon i {
    font-size: 50px
  }
  .service-item .service__title {
    font-size: 25px;
    margin-bottom: 10px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .service-item {
    padding: 20px
  }
  .service-item .service__title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 5px
  }
  .service-item .service__icon {
    margin-bottom: 20px
  }
  .service-item .service__icon i {
    font-size: 45px
  }
}

.footer__widget-content h3 {
    color: #fff;
}

.single-contact-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 11px;
}
.icon {
    padding-right: 10px;
        font-size: 20px;
    color: var(--sec);
}
.footer__widget h3 {
    color: #fff;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
    color: var(--primary-color);
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.contact-info {
    margin-top: 4px;
}
p.lotion {
    color: #fff;
}
.contact-info a:hover {
    color: var(--primary) !important;
}

.slider.slider-layout1 {
    background-position: center center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 1;
    /* margin-top: 108px; */
    align-items: center;
    display: flex;
    /* align-items: center; */
}


.brd {
    background: var(--primary);
    color: #fff;
}
.brd a {
      color: #fff;
   
}

section#clients-section2 h3 {
  background: var(--primary);
    border-bottom: 5px solid var(--sec);
    color: white;
    text-align: center;
    font-size: 25px;
}
.cites-and-state {
    padding-bottom: 0 !important;
}


.widget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 3px;
    background-color: var(--primary);
}

section.testimonials.testimonials-layout1 {
    background: aliceblue;
}



.connttacct {
    min-height: 300px !important;
}
/*.slider.slider-layout1:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #7700006b;*/
/*  opacity: 0.5;*/
/*}*/
.slide__content {
    z-index: 9;
    position: relative;
    margin-top: 20px;
}
nav .contact__number a {
    background: var(--primary);
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 14px;
}
.contact__number.d-flex.align-items-center:hover {
    transform: scale(1.02);
    transition:0.3s;
}
.header-transparent .fixed-navbar .contact__number a {
    color: #fff !important;
    background: var(--primary);
}
.header-transparent .fixed-navbar .contact__number a:hover {
    color: black;
    background: var(--sec);
}
nav .contact__number a:hover {
    color: white !important;
    background: var(--sec);
    transition: 0.5s;
}
div#mainNavigation {
    justify-content: end;
}
.rating-widget {
    color: var(--primary);
    font-size: 50px;
}
.text-center .total-rate {
      color: var(--primary);
    font-size: 20px;
}
.rate-img.text-center img {
    background: #f4f4f4;
    padding: 4px 15px;
    margin-top: 10px;
}
.rate-img .font-weight-600 {
      color: var(--primary);
    font-size: 20px;
    font-weight:600;
}
.header-transparent+.slider {
    margin-top: 0px;
}
section.testimonials.testimonials-layout1.extra-padding {
    padding: 50px 0;
}



@media (max-width: 767px){
p.slide__desc{
        display: none;
}


.navbar .navbar-nav .dropdown-menu.show{
     
    padding: 0;
    overflow-x: hidden;

}
.slider.slider-layout1 {
    min-height: 180px;
    margin-top:142px;
}
.footer__widget h3 {
    color: #fff;
    font-size:22px;
}
.connttacct {
    min-height: 140px !important;
}
.contact-panel {
    flex-direction: column-reverse;
}

.header.header-transparent.header-layout1 {
    position: fixed;
    width: 100%;
    top:0;
}
a.btn.btn__primary {
    display: none;
}
.res-hdr .row {
    padding: 6px 0;
}
.res-hdr .rtng {
    text-align: center;
}
.col-6.tp-br {
    text-align: center;
    padding-top: 13px;
}
.res-hdr p {
    margin: 0!important;
    padding-left: 5px;
    color: #fff;
}
.res-hdr .tp-br a {
    background: var(--sec);
    padding: 12px 24px;
    border-radius: 5px;
    margin-top: 57px !important;
    color: #fff;
}
.res-hdr .tp-br a button{
  color: #fff;
}
ul.ul3 {
    column-count: 2 !important;
}
section#clients-section2 {
    padding: 30px 0;
}
}
.d-lg-none.d-md-none.res-hdr {
    background: var(--primary);
}
ul.ul3 {
    column-count: 4;
}
.contact-info address.lotion a{
    color: white;
}

@media (min-width: 992px){
#usa-map {
    height: 700px;
}
}

@media (max-width: 767px){
#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0;
}
.dropdown-menu {
    column-count: unset !important;
    overflow-y: scroll;
    max-height: 340px;
}


 .footer__widget-nav img{
    padding-bottom:20px;
}

}

#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    min-height: 220px;
}



h4.faqs-h4 {
    text-align: center;
}
.faqs-sec button.btn.btn-link.btn-block.text-left:hover {
    text-decoration: none;
}
.faqs-sec .btn:not(.btn__link):before {
    background: none;
}
.faqs-sec .card-header {
    padding: 0px;
}
.faqs-sec button.btn.btn-link.btn-block.text-left {
    text-decoration: none;
   
      color: var(--sec) !important;
}
.faqs-sec button.btn.btn-link.btn-block.text-left.collapsed {
    text-decoration: none;
    color: var(--primary) !important;
}
.faqs-sec button.btn.btn-link.btn-block.text-left {
    box-shadow: none;
}
section.main-content-wrap {
    padding: 50px 0;
}
.mt-3.srv-area h2 {
    text-align: center;
}
section.header_top ul.clearfix li.top-text-box p {
    display: flex;
}
section.header_top ul.clearfix li.top-text-box {
    list-style: none;
}
section.header_top span.fa.fa-envelope, section.header_top p, section.header_top a, section.header_top span {
    color: #fff !important;
}
section.header_top {
    padding:  0;
    background: var(--sec);
}
section.header_top span.fa.fa-envelope {
    margin-right: 6px;
    margin-top: 3px;
}
section.header_top ul.clearfix, section.header_top ul.clearfix li.top-text-box p {
    margin: 0;
}
.header-ph img {
    margin-top: -3px;
}
section.header_top ul.clearfix {
    margin: 0;
    padding: 0;
}
section.header_top ul.clearfix li.top-text-box a:hover {
    color: var(--primary) !important;
    transition: 0.3s;
}
header.header.header-transparent.header-layout1 {
    background: #fff;
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}
.header-transparent .nav__item .nav__item-link {
  color: #333
}
aside.sidebar.mb-30 {
    margin: 0;
}
section#clients-section2 {
    padding: 50px 0;
}
.footer__widget-content p.mb-20, .footer__widget-content ul.list-unstyled li a {
    color: #fff;
}
.contact-info address.lotion:hover, .footer__widget-content ul.list-unstyled li a:hover {
    color: var(--primary);
}
.w-100.pt-100.pb-100.position-relative {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
aside.sidebar .widget .widget__title {
    text-align: center;
}
.widget-content .wikibox h3 {
    display: none;
}
.datamaps-hoverover {
    z-index: 999 !important;
}
.contact-panel .contact__panel-info-bottom .contact__number a:hover {
    color: var(--primary);
}
.contact-panel .contact__panel-info-top .contact-info-box:last-of-type ul.contact__info-list.list-unstyled a:hover, .contact-panel .contact-info-box .contact__info-list li a:hover {
    color: var(--sec);
}
.footer-bottom {
    border-top: 1px solid var(--primary);
}
section.btm-cities {
    padding: 50px 0;
}
section.portfolio-standard.portfolio-standard-carousel {
    padding: 50px 0;
}
.slide__content a.btn.btn__primary.btn__icon.btn__lg.mr-30 {
    font-size: 20px;
}
.service-item .service__content h4.service__title {
    font-size: 19px;
}
.main-content.maerk h2, .main-content.maerk h3 {
    margin-bottom:5px;
}
section.banner-layout2.bg-overlay.bg-parallax.bg-img {
    padding: 90px 0;
}
section.testimonials.testimonials-layout1.extra-padding .heading h4.heading__title.color-theme {
    font-size: 30px;
}
section.err-404 {
    padding: 50px 0;
}
section.err-404 a.btn:hover{
    color:#fff;
}
.slider.slider-layout1 .slide__content {
    margin-top: 0;
}

h4#following_h2 {
    text-align: center;
    font-size: 28px;
}
.portfolio-standard .portfolio-item .portfolio__content {
    min-height: 384px;}
.brd a:hover {
    color: var(--sec);
}







.btm-state{
    padding-bottom:0 !important;
}
section.btm-cities h4 {
    text-align: center;
}

@media(min-width:768px){
    #usa-map svg {
    min-height: 440px;
}
}
@media(max-width:444px){
 .d-lg-none.d-md-none.res-hdr .col-6.tp-br a.btn.btn-primary {
    padding: 0 6px;
}
}
@media(max-width:767px){
    #usa-map svg {
    min-height: 240px;
}
.slide__content {
    background: var(--primary);
    padding: 10px 32px;
    opacity: 0.8;
}
 section.header_top {
    display: none;
}
section.banner-layout4.mt--100.pb-0 {
    padding-bottom: 0px !important;
}
    
.faqs-sec {
    padding-bottom: 30px;
}
.mt-3.srv-area h2 {
    margin-bottom: 0px;
    margin-top: 140px;
    font-size: 22px;
}.datamaps-hoverover {
    z-index: 999 !important;
}
form#contactUs h2.contact__panel-title {
    font-size: 24px;
}
.main-content.maerk h2 {
    font-size: 22px;
}
.main-content.maerk h3 {
    font-size: 20px;
}
section#clients-section2 h2 {
    font-size: 22px;
}
section.testimonials.testimonials-layout1.extra-padding .heading h4.heading__title.color-theme {
    font-size: 26px;
    margin: 0;
}
h4#following_h2 {
    font-size: 24px;
}
section#clients-section2 {
    padding: 160px 0 50px;
}




}

a.nav__item-link img {
    
    margin-right: 15px;
}


a.nav__item-link:hover img {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
section#clients-section2 {
    /*background-image: url(/userfiles/images/uae-map.png);*/
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
@media(max-width:991px){
  section.header_top .social_media_icon {
    display: none;
}

}
@media(max-width:768px){
    .banner-layout4 {
    padding-bottom: 20px!important;
}
}

.slide__content {
    background: var(--primary);
    padding: 10px 32px;
}
.slide__content .btn {
    background: var(--sec) !important;
}


.slide__content .btn:hover {
    background: var(--primary) !important;
    border:1px solid #fff;
}
section.header_top p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
@media(max-width:991px){
.header-transparent .logo-dark {
   
    width: 81% !important;
} }


@media (min-width:768px) and (max-width: 991px){
.header .navbar, .header-transparent .navbar {
    background-color: #fff;
    position: fixed;
    width: 100%;
        top: 0;
        padding-top: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.Tags_list__1F_Q1 li {
    padding: 8px;
    border-radius: 5px;
    color: #003544 !important;
    margin-right: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 18px;
}

.Tags_list__1F_Q1 {
    scroll-behavior: smooth;
    overflow-x: scroll;
}

.header-transparent+.slider {
    margin-top: 80px;
}

.ul.ul3 {
    column-count: 3 !important;
}
    
    section.header_top {
    padding: 10px 0;
    background: var(--sec);
    position: fixed;
    width: 100%;
    top:0px !important;
    display: none;
}

.dropdown-menu {
   column-count: unset !important;
    overflow-y: scroll !important;
    max-height: 340px;
    max-width:100%;
}
}
ul.sub_menu__{
    list-style:none;
}
ul.sub_menu__ li a{
    font-size:14px;
        color: #454545;
}


ul.sub_menu__ li a:hover{
    font-size:14px;
        color:var(--primary);
       
}

@media (min-width:992px) and (max-width: 1199px){
.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #fff;
    /*width: 1015px !important;*/
    /*margin-left: -407px !important;*/
}
    
   .navbar .nav__item.with-dropdown>.dropdown-menu{
       left:-31px !important;
   }
}

@media (min-width:1200px){
.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #fff;
    width: max-content !important;
    /*margin-left: -407px !important;*/
}}


.sub_menu__ li a img {
    margin-right: 9px;
    margin-left: -29px;
    width: 18px;
    height: 18px;
}


.sub_menu__ li a {
    margin-right:10px;
    display:flex;
}

.sub_menu__ li  {
       padding-top: 10px;
}

.nav__item ::marker{
    display:none !important;
    color:white;
}


.sub_menu__  a:hover img { 
    filter:none;
  -webkit-filter: grayscale(0) !important;
    -webkit-transform: scale(1.01);
}

.sub_menu__  img {
    -webkit-filter: grayscale(2) !important;
   
}
.sidebar-bottom {
    background: #ab0000;
    padding: 50px 0;
}
.contact-2 {
    padding: 36px 20px;
    background: #fff;
    min-height: 429px;
    border-radius: 0px 0px 4px 4px;
}
h3.h-btm-sidebar {
    background: var(--sec);
    padding: 10px 0;
    text-align: center;
    margin: 0;
    border-radius: 4px 4px 0px 0px;
    font-size: 26px;
    color: #000;
}

.widget-content iframe{
    width:100%;
}


.h-btm-sidebar iframe{
    width:100% !important;
}



.social-icons {
    padding-bottom: 20px;
}
.social-icons {
    margin-top: 18px;
}


.social-icons i {
    border: 2px solid white;
    background: white;
    width: 32px;
    height: 32px;
    line-height: 29px;
    margin: 0 4px;
    text-align: center;
    border-radius: 5px;
}


.social-icons i:hover {
    background: var(--color2) !important;
    color:white !important;
}

.experties {
    padding:20px 0px 40px;
}
.experties-logo {
    background: #fff;
    padding: 5px 8px;
    margin: 12px 0 5px;
    border-radius: 5px;
}
.expertiess {
    background:#e5e5e5;
        
    padding:40px 0px;
}
.experties-logo img {
    width: auto;
    height: 37px;
}


.exprt-nmr {
    position: absolute;
    background: var(--sec);
    color: white;
    padding: 5px;
    width: 150px;
    text-align: center;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16px;
    right: 50px;
    z-index: 999;
}

.exprt-nmr a{
    color:white !important;
   margin-left:0;
    font-weight:600;
}

.free {
        display: flex;
    justify-content: end;
}
.free a {
    padding: 5px;
    border-top-right-radius: 8%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.experties-info {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-left:15px;
        padding-bottom: 22px;
            background: white !important;
                padding-top: 18px;
}

.experties-info h2{
    margin-bottom:0px !important;
}

.experties {
    background:#fbfbfb;
}


.free-single-contact-info {
    
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.details-experties {
    padding-top:5px;
        padding-right: 26px;
}
    


.free-contact-info address{
    margin-bottom:0px !important;
}

.Tags_list__1F_Q1 li::marker{
    color:white !important;
}

.Tags_list__1F_Q1 {
    padding-left:0px !important;
}

.Tags_list__1F_Q1{
    display:flex;
    margin-bottom: 3px;
    list-style: none;            
}

.Tags_list__1F_Q1 li{
    
        background-color:#f5f6f8 ;
        padding:8px;
        border-radius:5px;
        color:#003544 !important;
         margin-right:8px;
         
    text-transform: capitalize;
            
}

.repute-info, .professionalism-info{
   display: flex;
       margin-bottom: 16px !important;
}

.q-mrk {
   background: black;
    color: white !important;
    /* padding: 9px !important; */
    border-radius: 50%;
     width: 10px; 
     height: 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
     padding: 9px 9px !important; 
    position: relative;
    top: 2px;
    margin-left: 4px;
    padding: 1px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px; */
    font-size: 13px !important;
    font-weight: 600;
}

.free-single-contact-info .icon{
    padding-right:0px !important;
}

.str {
    background: var(--sec) !important;
    color: white !important;
     padding: 1px 12px !important; 
         border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
  
    position: relative;
    top: 2px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 24px;
}

.repute-info span{
     font-size: 17px;
     font-weight:600;
}

.str i {
    position:relative;
    right:5px !important;
      
    
    font-size: 15px;
    font-weight: 500;
}


.mrk-rtng {
    position:relative;
    top:1px !important;
      
    
    font-size: 12px !important;
    font-weight: 500;
}

.repute-social p{
    margin-bottom:0px !important;
}


.repute-social {
    margin-top:6px !important;
        justify-content: space-between;
}



.rpt, .rpts{
    background:#f5f6f8;
    padding-top:10px;
       padding-bottom:10px;
}

.rpt {
    border-right:1px solid #d1dadc;
        padding-left: 30px;
}


.professionalism-info span, .rpts p{
    font-size: 17px;
    font-weight: 600;
}


.details-experties h2{
    font-size: 19px;
    font-weight: 600;
    padding-bottom:5px !important;
}



@media(min-width:992px){
    .experties-contact{
        display: flex !important;
    justify-content: center;
    align-items: center;
    /* margin: 0px 10px !important; */
    flex-direction: column;
    }
    
    
    .expertiess {
       display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
.d-flex.repute-socials {
    position: absolute;
    right: 50px;
    top: 55px;
    margin: 0;
    width: 148px;
    text-align: center;
}
 .experties-info   .free-single-contact-info {
    display: flex;
    align-items: center;
     margin: 0px 0px 10px 0px !important; 
}
    
    .srv-pro {
    align-items: center;
    position: relative;
    top: -6px !important;
}
.free {
    display: block !important;
    width: 100%;
    text-align: center;
}
.peel {
    padding-left:0px !important
}
.experties-info {
        border-top-right-radius: 10px;
         border-bottom-right-radius: 10px;
             overflow-x: hidden;
}

}





@media(max-width:991px){
    .experties-contact{
        display: flex;
        justify-content: center;
        padding: 20px;
    
    }
    
    .repute-socials{
           justify-content: center; 
           margin-top: 10px;
    }
    
    .exprt-msg {
        width: 0px !important;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white !important;
    border: 1px solid var(--sec);
        margin: 0px 10px !important;
        border-radius:5px;
    }
    
    .exprt-msg a{
        color:var(--sec);
        font-weight:600;
    }
    
    .reputess p{
        margin-bottom:0px !important;
    }
    
    .Tags_list__1F_Q1{
    
                scroll-behavior: smooth;
    overflow-x: scroll;
}
    
    .exprt-nmr {
        margin:0px 10px !important;
          
    }
   .experties-logo {
     background: white; 
    border: 5px solid white!important;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0px;
}

.expertiess {
      background:#e5e5e5;
    padding: 1px 16px !important;
        margin: 0px 16px;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px !important; 
         border-bottom-left-radius: 0px !important;
       
}



.experties-info { 
  padding: 29px 0px!important;
  overflow-x: hidden;
  margin-bottom: 22px;
}
.rpt, .rpts {
    background: white;
    
}
.reputess{
       padding-right: 10px;
}

.experties-contacts{
    display: flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.experties-contacts .exprt-nmr{
     width: 0px !important;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid var(--sec) !important;
}
.exprt-nmr a {
    color: white !important;
     margin-left: 0px !important; 
    font-weight: 600;
}

.experties-info h2{
    /*padding-bottom:20px;*/
    text-align:center !important;
}

.experties-contacts {
    padding-top: 20px;
    margin-bottom: 20px;
}
.free-single-contact-info {
    display: flex;
    align-items: center;
    margin: 0px 0px 14px 0px;
    text-align: center;
    justify-content: center;
      
}

.rpt {
    border-right: 1px solid white !important;
}
.details-experties h2{
   text-align: start !important;
}
.name-option {
    display: flex!important;
    justify-content: center; 
      border-bottom: 1px solid #d1dadc;
} 

.rpt, .reputess {
    padding-left:18px !important;
}

.rpt {
   margin-top: 15px !important;
}
.experties-info {
     
         border-bottom-right-radius: 10px !important;
           border-bottom-left-radius: 10px !important;
}

.rpt {
   
    border-bottom: 1px solid #d1dadc;
}

.r{
    color:var(--sec);
}

.rpt, .reputess {
     padding-left: 16px !important;
    padding-right: 18px;
}
.detailss {
   padding-right: 18px; 
}
}



@media(max-width:767px){
   
   .rpt {
   margin-bottom: 15px !important;
}

.strs{
    margin-left:0px !important;
}


.tp-br a{
    font-size:16px !important;
}

.smlphn {
    position:relative;
    left:-10px;
}
.rpt, .reputess {
     padding-left: 16px !important;
    padding-right: 18px;
}

.Tags_list__1F_Q1 li {
   
    padding: 8px;
    border-radius: 5px;
    color: #003544 !important;
    margin-right: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    white-space: nowrap;
        margin-bottom: 18px;
    
}
.name-option {
    display: flex!important;
    justify-content: center;
    border-bottom: 1px solid #d1dadc;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}

/*.Tags_list__1F_Q1 li {*/
/*    background-color: rgba(0,177,222,.1);*/
/*    padding: 8px;*/
/*    border-radius: 5px;*/
/*    color: #003544 !important;*/
/*    margin-right: 8px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/


}

.detailss{
  
        padding-left: 18px !important;
        padding-top:15px;
        border-bottom: 1px solid #d1dadc;
}

.detailss h2{
    text-align: start !important;
    padding-bottom:15px !important;
    
}
.drn-bnr {
       padding: 25px 0px ;
        margin-top: 0px;
        align-items: center;
    display: flex;
    position:relative;
    background:white !important;

}

.drn-bnr h1 {
   color:black !important;
}

.drn-bnr h1, .drn-bnr p {
    color:black !important;
}


@media (min-width: 768px) and (max-width: 991px) {
.drn-bnr {
    margin-top: 50px !important;
} 
    
    .srv-pro {
    align-items: center;
        justify-content: center;
}
} 

@media (max-width: 767px) {
.drn-bnr {
   
    margin-top: 142px !important;
} 


.srv-pro {
    align-items: center;
    flex-direction: column;
}

    .drn-bnr h1 {
    font-size: 24px !important;
    line-height: 33px !important;
    margin-bottom: 10px;
        
}

.drn-bn{
    padding:0px !important;
}

.drn-bnr .slide__content {
    margin-top:0px !important;
    padding:0px !important;
}
}

.drn-bnr:before{
       position:absolute;
       content:"";
       width:100%;
       left:100%;
       top:0;
}

 .drn-bnr h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
        text-align: center;
}

.experties .container .row{
        /*justify-content: center;*/

}

.repute-social p img{
    width: 64px;
}

@media(min-width:1200px){
   .rpt {
   
    padding-left: 38px !important;
}

.exprt-msgg {
    color: aliceblue;
    text-align: center;
    margin-top: 10px;
}
.exprt-msgg i.fa.fa-globe {
    margin-right: 5px;
}
.exprt-msgg a {
    color: #fff;
}
    .rr{
        position:relative !important;
        left:32px !important;
    }
}

@media(min-width:992px) and (max-width:1199px){
.rpt {
    border-right: 1px solid #d1dadc;
    padding-left: 21px !important;

}



 .expertiess {
        margin-left:16px !important;display: flex;
  
    }
    
   



    .rr{
        position:relative !important;
        left:32px !important;
    }
}
.drn-bnr .slide__content {
    opacity:1 !important;
    background:white;
}
.expertiess {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    background: var(--sec);
}

li.nav__item.with-dropdown .dropdown-menu {
    width: max-content;
    /*column-count: 3;*/
    top:45px;
}

.adrs address{
    color:var(--primary) !important;
}

.srv-pro {
        align-items: center;
}

.professionalism-infos {
    
    display: flex;

}

.repute-socials p img {
   width: 83px;
    position: relative;
    left: 10px;
    top: -2px;
}

.strs {
    background: var(--sec) !important;
    color: white !important;
    padding: 1px 15px !important;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    position: relative;
    top: 5px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 59px; */
    height: 24px;
}

.mrk-rtngs {
    position: relative;
    top: 1px !important;
    font-size: 13px !important;
    font-weight: 500;
    position: relative;
    left: 5px;
}

.adrs {
    display:flex;
}

.exprt-nmr:hover{
    background:var(--sec) !important;
   
}

.review{
    background:#cbc4c438 !important;
        padding: 20px;
        margin-bottom: 0;
}

.rvn-name {
    margin-bottom:0px !important;
}

.rvw {
    margin-bottom:8px !important;
}

.repute-socials p i {
    font-size: 19px;
}
.repute-socials p {
    margin: 0 auto;
    color: #F7B706;
}
.strss{
    background: var(--sec) !important;
    color: white !important;
    padding: 1px 15px !important;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    position: relative;
  
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 59px; */
    height: 24px;
    top: -2px !important;
    font-size: 13px !important;
    font-weight: 500;
    position: relative;
}
a.navbar-brand {
    max-width: 200px;
    width: 100%;
}
.get-listed {
      position: relative;
      overflow: hidden;
      background: #fbfbfb;
      padding: 30px 0;
  }
  .form-group label span {
      color: #bd0707;
  }
  .updated-banner__imgs ul {
    list-style: none;
    display: flex;
    column-count: 5;
 justify-content: space-between;
 margin-bottom:0;
}
section.update-about {
    padding: 50px 0 !important;
}
/*by shqazim*/
section.services {
    /*padding: 10px 0*/
}
section.services h4{
    text-align:center;
}
section.services ul li {
    margin-bottom: 15px;
}
.slider .slide__title span {
    color: var(--primary);
}
.updated-banner__imgs ul {
    padding: 0;
    /*width: 75%;*/
    margin: 0 auto;
}
.updated-banner__imgs ul li:hover {
    background: #11468470;
}

.updated-banner__imgs ul li {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.updated-banner__imgs ul li img {
    width: 40px;
    margin-bottom: 18px;
}
.about__heading h6 {
    margin: 0;
    font-weight: normal;
    color: var(--primary);
    font-size: 22px;
}
section.banner-layout4.mt--100.pb-0 {
    background: var(--primary);
    padding: 0;
    overflow: hidden;
}
.banner-layout4 .inner-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
ul.provider {
    color: #fff;
    line-height: 30px;
    padding: 0;
    list-style: none;
}
ul.provider li {
    position: relative;
    padding-left: 25px;
}
ul.provider li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
}
section.banner-layout4 .btn__lg {
    min-width: 160px;
    background: var(--sec);
    height: 50px;
}
.concierge strong {
    color: #fff;
    margin: 0 0 15px;
    display: block;
}
.concierge p {
    color: #fff;
    margin-bottom: 30px;
}
.concierge a.btn.btn__primary {
    text-align: center;
    padding: 0;
    display: block;
    width: 200px;
}
.concierge .row,section.banner-layout4 .row {
    align-items: center;
}
ul.ul3 li {
    margin-bottom: 15px;
}
.exprt-nmr i {
    display: none;
}

.details-experties button.less:after {
    transform: rotate(180deg);
    bottom: 10px;
}

.details-experties button:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    left: 29px;
    bottom: -20px;
    font-size: 20px;
    color: var(--primary);
    animation: myothermove 2s infinite;
}

.details-experties button {
    position: relative;
}


@keyframes myothermove {
  from {top: 5px;}
  to {top: 10px;}
}

.professionalism-infos.forrating {
    position: absolute;
    right: 55px;
    top: 79px;
    width: 102px;
}
.pb-50.expertise {
    background: #fbfbfb;
}
@media (max-width:1199px) {
  .slider.slider-layout1 {
      min-height: 400px;
  }
  .slider.slider-layout1 .slide__content {
      width: 50%;
  }
  .service-item {
      min-height: 385px;
  }
  section.banner-layout4 .col-sm-12.col-md-12.col-lg-12.col-xl-5 {
      max-width: 40%;
      flex: 0 0 40%;
  }
  section.banner-layout4 .col-sm-12.col-md-12.col-lg-12.col-xl-7 {
      max-width: 60%;
      flex: 0 0 60%;
  }
  .banner-layout4 {
      padding-bottom: 0px!important;
  }
  .drn-bnr h1 {
      font-size: 32px;
  }
  .exprt-msgg a {
      color: #fff;
  }
  .exprt-msgg i {
      color: #fff;
      margin-right: 5px;
  }
  .Tags_list__1F_Q1 {
      margin-top: 20px;
  }
}
@media (max-width:991px) {
  .updated-banner__imgs ul {
      width: 100%;
  }
  .service-item {
      min-height: 325px;
      padding: 15px;
  }
  .exprt-nmr {
      display: none;
  }
  .professionalism-infos.forrating {
      position: relative;
      right: unset;
      top: unset;
      width: 56px;
      display: block;
      margin: 0 auto;
  }
  .exprt-nmr {
      position: relative;
      top: auto;
      right: auto;
  }
  .detailss {
      padding-bottom: 23px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
      width: 100%;
  }
}
@media (max-width:767px) {
  .slider.slider-layout1 .slide__content {
      width: 50%;
      padding: 3px;
  }
  .slider .slide__title {
      font-size: 21px !important;
      line-height: 34px !important;
  }
  .slider.slider-layout1 {
      min-height: 170px;
  }
  .updated-banner__imgs ul {
      width: 100%;
      column-count: auto;
      display: block;
  }
  .updated-banner__imgs ul li {
      display: block;
      margin-bottom: 20px;
  }
  .service-item {
      min-height: auto;
  }
  section.banner-layout4.mt--100.pb-0 {
      margin: 0;
  }
  section.services-layout2.pt-120.bg-gray {
      padding-bottom: 0;
  }
  section.banner-layout4 .col-sm-12.col-md-12.col-lg-12.col-xl-5 {
      max-width: 100%;
      flex: 0 0 0100%;
  }
  section.banner-layout4 .col-sm-12.col-md-12.col-lg-12.col-xl-7 {
      max-width: 100%;
      flex: 0 0 100%;
      min-height: 190px;
  }
  .portfolio-standard .portfolio-item .portfolio__content {
      min-height: auto !important;
  }
  section.banner-layout2.bg-overlay.bg-parallax.bg-img {
      padding: 40px 0;
  }
  .concierge a.btn.btn__primary {
      margin-bottom: 35px;
  }
  section.btm-cities {
      padding: 10px 0;
  }
  .navbar .menu-opened.navbar-collapse {
      margin-top: -7px;
  }
}

.massli ul li{
       list-style: none; 
}

.massli ul li a{
    /*background:var(--sec);*/
    /*border-radius:5px;*/
    /*padding:7px;*/
    /*color: white;*/
    
}

.massli ul{
      
    column-count:3;
}


@media(min-width:992px) and (max-width:1199px){
    .portfolio-standard .portfolio-item .portfolio__content {
    min-height: 437px !important;
}
}

@media(max-width:767px){
    .massli ul{
      
    column-count:1 !important;
}

.srv-pro h2{
    font-size:22px !important;
}

}

.sidebar-mass{
    background:var(--sec);
    padding:40px 0px;
}

.faqs-sec, .faqs-h4{
    display:none !important;
}

.bg-experties-logo {
  background: transparent;
}

.footer-bottom p a strong{
    color:var(--sec) !important;
}

.heading-layout2 .btn__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
}

.btn__icon:hover{
    background:white !important;
    color:black !important;
}
.btn__icon:hover:before{
    display:none !important;
}