html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: "Schibsted Grotesk", sans-serif;
  color: #283034;
  font-weight: 300;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page {
  overflow: hidden;

}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-90 {
  padding-top: 100px;
  padding-bottom: 90px;
}

.wide-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wide-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.wide-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wide-40 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.wide-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.wide-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.infocus-section{
  padding: 40px 0;
}
.infocus-media h5{
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.infocus-section .content-section h3{
  max-width: 85%;
  margin-bottom: 22px;

}
.infocus-section .section-heading span{
  color: #E02D00;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;

}
.infocus-section .content-section a{
  color: #E02D00;
  font-size: 16px;
}
.infocus-section .content-section a img{
  max-width: 15px;
  display: inline-block;
  margin: 0;
}
.hr-template-carousel .owl-nav , .user-Guides-section .owl-nav{
  position: absolute;
  right: 0;
  top: -38px;

}
.hr-template-carousel .owl-nav button, .user-Guides-section .owl-nav button{
border: none;
background: transparent;
}
.hr-template-carousel .owl-nav button:focus, .user-Guides-section .owl-nav button:focus{
  outline: none;
}
.hr-template-carousel .owl-nav button img, .user-Guides-section .owl-nav button img{
  max-width: 20px;
}
.hr-template-carousel .owl-nav .owl-prev ,.user-Guides-section .owl-nav .owl-prev{
margin-right: 10px;
}
.templates-section{
  padding: 40px 0;
}
.templates-section .card{
  border: 1px solid #ccc;
  border-radius: 20px;
  border-top: none;
}

.user-Guides-section .owl-item:nth-child(3n+1) .card{
  background: #FCF1E0;
}
.user-Guides-section .owl-item:nth-child(3n+2) .card{
  background: #D8FFF0;
}
.user-Guides-section .owl-item:nth-child(3n+3) .card{
  background: #DEF7FF;
}
.user-Guides-section .card img{
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.expert-section{
  padding: 50px 0;
}
.artical  h4{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.expert-section .card{
  border: 1px solid #ccc;
  border-radius: 20px;
}
.post h5{
  font-size: 23px;
  font-weight: 700;
  font-family: "Schibsted Grotesk", sans-serif;
  line-height: 34px;
  margin-top: 10px;

}
.category{
  color: #E02D00;
  font-size: 12px;
  font-family: "Schibsted Grotesk", sans-serif;
  display: inline-block;
  margin-top: 24px;
  font-weight: 500;
}
.category.border{
  border: 1px solid #E02D00 !important;
  padding: 3px 12px;
  border-radius: 15px;
}
.post .author{
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
}
.post .author .bio{
  margin-left: 10px;
}
.author .bio span{
  display: block;
}
.author .bio .title{
  font-weight: bold;
  font-size: 13px;
}
.author .bio .dis{
  font-weight: 500;
  font-size: 13px;
}
.post  .read-more img{
  max-width: 15px;
  display: inline-block;
  margin: 0;
}
.author img{
  max-width: 30px;
  height: 30px;
}
.post  .dates{
display: block;
}
.post a{
  color: #E02D00;
  font-size: 16px;
}
.bg-gray{
  background: #F2F2F2;
}
.view_all {
  background: #FF4500;
  color: #fff;
  padding: 7px 12px;
  border-radius: 25px;
  border: none;
  min-width: 137px;
}
.news-latter{
  /* background: #F2F2F2;
  padding: 50px 0; */
  background: #de2d00;
  background-image: linear-gradient(to right, #e55f46, #fb5113);
  padding: 50px 37px;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  border-radius: 35px;
}
.news-latter h3{
  font-size: 30px;
  margin-bottom: 3px;
  font-weight: 800;
}
.news-latter p{    color: white;
  font-size: 1rem;}
.news-latter-left{
  position: relative;
  display: flex;
  align-items: center;
  background-image: url('../images/star/star-left.png');
}
.news-latter-left img{
  margin-bottom: 7px;
  flex: 0 0 25%;
  max-width: 10%;
}
.news-latter form{
  display: flex;
}
.news-latter form input{
  height: 50px;
  border-radius: 29px;
  margin-right: 10px;
  padding-left: 23px;
}
.news-latter form button{
   background: #000;
    color: #fff;
    padding: 7px 12px;
    border-radius: 25px;
    border: none;
    min-width: 137px;
}
footer{
  background: #000000;
  padding: 72px 0;
  margin-top: 128px;
  position: relative;
  padding-bottom: 0;
}
footer h3{
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
footer .social li{
  display: inline-block;
  margin-right: 3px;
}
footer .social img{
  max-width: 30px;
}
footer .big-icon{
  position: absolute;
  right: 0;
  top: 0;
}
footer ul li{
  margin-bottom: 10px;
}
.footer-top {
  padding-bottom: 3rem;
  padding-top: 5rem;
}
footer ul li a{
  color: #b5b2b2;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.footer-buttom{
  border-top: 1px solid #565656;
  padding: 20px;
  font-family: "Schibsted Grotesk", sans-serif;
}
.footer-buttom ul li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;

}
.footer-buttom ul li a{
  border-right: 1px solid #ccc;
  padding: 0 8px;
  color: #b5b2b2;
  font-family: "Schibsted Grotesk", sans-serif;
}
.apps{text-align: right;}
.footer-buttom ul li:last-child a{
  border: none;
}
.footer-buttom  .apps li a{
  border:none;
  padding: 0;
}
.footer-buttom  .apps li a img{
  max-width: 150px;
}
.wegit{position: relative;}
.download-zip{
  background: #FF4500;
    color: #fff;
    padding: 11px 12px;
    border-radius: 25px;
    border: none;
    min-width: 137px;
    font-size: 12px;
}
.mid-navigation{
  background: #FFFBF2;
  padding: 10px 12px;
}
.mid-navigation ul{
  text-align: center;
}
.mid-navigation ul li{
  display: inline-block;
  margin: 0 10px;
}
.mid-navigation ul li a{
  color: #9E9E9E;
}
.mid-navigation ul li a.active{
  color: #E02D00;
}
.mid-navigation .custom-search{
  position: relative;
}
.mid-navigation .custom-search img{
  max-width: 16px;
  position: absolute;
  left: 22px;
  top: 9px;
}

.mid-navigation .custom-search  input{
  border-radius: 21px;
  padding-left: 50px;
}
.template-list{
  background: #F5FBF8;
  border-radius: 0 0 68px 68px;
  padding: 40px 0;
}
.template-list .card{
  border: 1px solid #ccc;
  border-radius: 20px;
  border-top: none;
  background: transparent;
}
.hr-suits{
  padding: 40px 0;
}
.hr-blog-filter .tabs{
  text-align: center;
  margin-top: 15px;
}
.hr-blog-filter .tabs button{
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 20px;
}
.hr-blog-filter .tabs button:focus{
  outline: none;
}
.hr-blog-filter .tabs button.active{
  color: #E02D00;
}
/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 {
  margin-top: 100px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-0 {
  margin-top: 0;
}

/*------------------------------------------*/
/*  Margin Top Inverse
/*------------------------------------------*/

.mt-inverse-150 {
  margin-top: -150px;
}

.mt-inverse-140 {
  margin-top: -140px;
}

.mt-inverse-130 {
  margin-top: -130px;
}

.mt-inverse-120 {
  margin-top: -120px;
}

.mt-inverse-110 {
  margin-top: -110px;
}

.mt-inverse-100 {
  margin-top: -100px;
}

.mt-inverse-90 {
  margin-top: -90px;
}

.mt-inverse-80 {
  margin-top: -80px;
}

.mt-inverse-70 {
  margin-top: -70px;
}

.mt-inverse-60 {
  margin-top: -60px;
}

.mt-inverse-50 {
  margin-top: -50px;
}

.mt-inverse-40 {
  margin-top: -40px;
}

.mt-inverse-30 {
  margin-top: -30px;
}

.mt-inverse-20 {
  margin-top: -20px;
}

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 {
  margin-bottom: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-100 {
  margin-left: 100px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-5 {
  margin-left: 5px !important;
}

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-100 {
  margin-right: 100px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px !important;
}

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-5 {
  padding-top: 5px !important;
}

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 {
  padding-bottom: 100px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 {
  padding-left: 100px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-5 {
  padding-left: 5px !important;
}

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 {
  padding-right: 100px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-5 {
  padding-right: 5px !important;
}

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.pc-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.pc-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pc-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.pc-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.pc-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.pc-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.pc-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.pc-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.pc-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.pc-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.pc-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.pc-10 {
  padding-right: 10px;
  padding-left: 10px;
}

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.rel {
  position: relative !important;
}

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed !important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-deepdark {
  background-color: #212223 !important;
}

.bg-azure {
  background-color: #0080ff;
}

.bg-lightazure {
  background-color: #f4f9eb;
}

.bg-brown {
  background-color: #af8855;
}

.bg-denim {
  background-color: #0054a6;
}

.bg-gold {
  background-color: #d1b665;
}

.bg-lightgreen {
  background-color: #a6e42a;
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.bg-navy {
  background-color: #244b9a;
}

.bg-salmon {
  background-color: #ee6011;
}

.bg-sapphire {
  background-color: #33539e;
}

.bg-silk {
  background-color: #aa946e;
}

.bg-skyblue {
  background-color: #37baf2;
}

.bg-stategrey {
  background-color: #314150;
}

.bg-steel {
  background-color: #4558cb;
}

.bg-steelblue {
  background-color: #3079Bf;
}

.bg-rose {
  background-color: #ff4500;
}

.bg-yellow {
  background: #fcb80b;
}

/*------------------------------------------*/
/*  Background Gradients
/*------------------------------------------*/

.blue-gradient {
  background-image: -webkit-linear-gradient(to right, #005cda, #006cff 100%);
  background-image: linear-gradient(to right, #005cda, #006cff 100%);
}

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-07,
.bg-08,
.bg-09,
.bg-10,
.pattern-01,
.pattern-02,
.pattern-03,
.bg-tra-map {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
}

.bg-01 {
  background-image: url(../images/bg-01.jpg);
}

.bg-02 {
  background-image: url(../images/home-page/bg.jpg);
}

.bg-03 {
  background-image: url(../images/bg-03.jpg);
}

.bg-04 {
  background-image: url(../images/bg-04.jpg);
}

.bg-05 {
  background-image: url(../images/bg-05.jpg);
}

.bg-06 {
  background-image: url(../images/bg-06.jpg);
}

.bg-07 {
  background-image: url(../images/bg-07.jpg);
}

.bg-08 {
  background-image: url(../images/bg-08.jpg);
}

.bg-09 {
  background-image: url(../images/bg-09.jpg);
}

.bg-10 {
  background-image: url(../images/bg-10.jpg);
}

.pattern-01 {
  background-image: url(../images/pattern-01.png);
}

.pattern-02 {
  background-image: url(../images/pattern-02.png);
}

.pattern-03 {
  background-image: url(../images/pattern-03.png);
}

.bg-tra-map {
  background-image: url(../images/tra-map.png);
  background-attachment: scroll !important;
}

.bg-desktop {
  width: 100%;
  background-image: url(../images/bg-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.white-overlay-top,
.white-overlay-wave,
.white-overlay-bottom,
.white-overlay-incline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.white-overlay-wave {
  background-image: url(../images/white-overlay-wave.png);
  height: 155px;
}

.white-overlay-top {
  background-image: url(../images/white-overlay-top.png);
  height: 48px;
}

.white-overlay-bottom {
  background-image: url(../images/white-overlay-bottom.png);
  height: 200px;
}

.white-overlay-incline {
  background-image: url(../images/white-overlay-incline.png);
  height: 200px;
}

/*------------------------------------------*/
/*  BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-border {
  border: 1px solid #ddd;
}

.b-top {
  border-top: 1px solid #ddd;
}

.b-bottom {
  border-bottom: 1px solid #ddd;
}

.b-left {
  border-left: 1px solid #ddd;
}

.b-right {
  border-right: 1px solid #ddd;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

@font-face {
  font-family: Basier Square;
  font-weight: 400;
  font-style: normal;
  src: url(/assets/fonts/basiersquare-regular-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 400;
  font-style: italic;
  src: url(/assets/fonts/basiersquare-regularitalic-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 500;
  font-style: normal;
  src: url(/assets/fonts/basiersquare-medium-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 500;
  font-style: italic;
  src: url(/assets/fonts/basiersquare-mediumitalic-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 600;
  font-style: normal;
  src: url(/assets/fonts/basiersquare-semibold-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 600;
  font-style: italic;
  src: url(/assets/fonts/basiersquare-semibolditalic-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 700;
  font-style: normal;
  src: url(/assets/fonts/basiersquare-bold-webfont.woff2) format("woff2")
}

@font-face {
  font-family: Basier Square;
  font-weight: 700;
  font-style: italic;
  src: url(/assets/fonts/basiersquare-bolditalic-webfont.woff2) format("woff2")
}

/* Header H6 */
h6.h6-xs {
  font-size: 1.0625rem;
}

/* 17px */
h6.h6-sm {
  font-size: 1.125rem;
}

/* 18px */
h6.h6-md {
  font-size: 1.15625rem;
}

/* 18.5px */
h6.h6-lg {
  font-size: 1.1875rem;
}

/* 19px */
h6.h6-xl {
  font-size: 1rem;
}

/* 19.5px */

/* Header H5 */
h5.h5-xs {
  font-size: 1.25rem;
}

/* 20px */
h5.h5-sm {
  font-size: 1.375rem;
}

/* 22px */
h5.h5-md {
  font-size: 1.5rem;
}

/* 24px */
h5.h5-lg {
  font-size: 1.625rem;
}

/* 26px */
h5.h5-xl {
  font-size: 1.75rem;
}

/* 28px */

/* Header H4 */
h4.h4-xs {
  font-size: 1.875rem;
}

/* 30px */
h4.h4-sm {
  font-size: 2rem;
}

/* 32px */
h4.h4-md {
  font-size: 2.125rem;
}

/* 34px */
h4.h4-lg {
  font-size: 2.25rem;
}

/* 36px */
h4.h4-xl {
  font-size: 2.375rem;
}

/* 38px */

h3.h3-xs {
  font-size: 2.5rem;
}

/* 40px */
h3.h3-sm {
  font-size: 45px;
  color: black;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0px;
}

/* 42px */
h3.h3-md {
  font-size: 45px;
  color: black;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0px;
}

/* 44px */
h3.h3-lg {
  font-size: 2.875rem;
}

/* 46px */
h3.h3-xl {
  font-size: 3rem;
}

/* 48px */

/* Header H2 */
h2.h2-xs {
  font-size: 3.125rem;
}

/* 50px */
h2.h2-sm {
  font-size: 3.25rem;
}

/* 52px */
h2.h2-md {
  font-size: 3.375rem;
}

/* 54px */
h2.h2-lg {
  font-size: 3.5rem;
}

/* 56px */
h2.h2-xl {
  font-size: 3.75rem;
}

/* 60px */

h2.h2-title-xs {
  font-size: 4.0625rem;
}

/* 65px */
h2.h2-title-sm {
  font-size: 4.375rem;
}

/* 70px */
h2.h2-title-md {
  font-size: 4.6875rem;
}

/* 75px */
h2.h2-title-lg {
  font-size: 5rem;
}

/* 80px */
h2.h2-title-xl {
  font-size: 5.3125rem;
}

/* 85px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm {
  font-size: 1rem;
}

/* 16px */
p {
  font-size: 1.0625rem;
}

/* 17px */
p.p-md {
  font-size: 1.1rem;
}

/* 18px */
p.p-lg {
  font-size: 1;
}

/* 19px */
p.p-xl {
  font-size: 1.1rem;
}

/* 20px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #8e8e8e;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.txt-list li i {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
  top: 2px;
}

.txt-list li p {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  NUMBER LIST
/*------------------------------------------*/

ol.num-list {
  margin-left: -20px;
}

ol.num-list li p {
  padding-left: 5px;
  margin-bottom: 5px;
}

ol.digit-list {
  padding: 0;
  margin-left: 15px;
}

ol.digit-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/

.box-list p {
  position: relative;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}

.bg-dark .box-list p {
  border-bottom: 1px dashed #777;
}

.box-list p:last-child {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.box-list p span {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 15px;
}

.bg-dark .box-list p span {
  color: #fff;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  padding: 14px 30px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 15px;
  padding: 11px 24px;
}

.btn.btn-md {
  font-size: 18px;
  padding: 14px 34px;
}

.btn.btn-lg {
  font-size: 20px;
  padding: 14px 42px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-white,
.white-color .btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff !important;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff !important;
}

.scroll .btn-tra-white {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

.btn-grey,
.white-color .btn-grey {
  color: #666;
  background-color: #eee;
  border-color: #eee !important;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
  color: #333;
  background-color: transparent;
  border-color: #ccc !important;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-tra-black,
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-azure,
.scroll .btn-azure,
.white-color .btn-azure,
.azure-hover:hover,
.scroll .azure-hover:hover,
.white-color .azure-hover:hover {
  color: #fff !important;
  background-color: #0080ff;
  border-color: #0080ff !important;
}

.btn-tra-azure,
.scroll .btn-tra-azure,
.white-color .btn-tra-azure,
.tra-azure-hover:hover,
.scroll .tra-azure-hover:hover,
.white-color .tra-azure-hover:hover {
  color: #0080ff !important;
  background-color: transparent;
  border-color: #0080ff !important;
}

.btn-brown,
.scroll .btn-brown,
.white-color .btn-brown,
.brown-hover:hover,
.scroll .brown-hover:hover,
.white-color .brown-hover:hover {
  color: #fff !important;
  background-color: #af8855;
  border-color: #af8855 !important;
}

.btn-tra-brown,
.scroll .btn-tra-brown,
.white-color .btn-tra-brown,
.tra-brown-hover:hover,
.scroll .tra-brown-hover:hover,
.white-color .tra-brown-hover:hover {
  color: #af8855 !important;
  background-color: transparent;
  border-color: #af8855 !important;
}

.btn-gold,
.scroll .btn-gold,
.white-color .btn-gold,
.gold-hover:hover,
.scroll .gold-hover:hover,
.white-color .gold-hover:hover {
  color: #fff !important;
  background-color: #d1b665;
  border-color: #d1b665 !important;
}

.btn-tra-gold,
.scroll .btn-tra-gold,
.white-color .btn-tra-gold,
.tra-gold-hover:hover,
.scroll .tra-gold-hover:hover,
.white-color .tra-gold-hover:hover {
  color: #d1b665 !important;
  background-color: transparent;
  border-color: #d1b665 !important;
}

.btn-navy,
.scroll .btn-navy,
.white-color .btn-navy,
.navy-hover:hover,
.scroll .navy-hover:hover,
.white-color .navy-hover:hover {
  color: #fff !important;
  background-color: #244b9a;
  border-color: #244b9a !important;
}

.btn-tra-navy,
.scroll .btn-tra-navy,
.white-color .btn-tra-navy,
.tra-navy-hover:hover,
.scroll .tra-navy-hover:hover,
.white-color .tra-navy-hover:hover {
  color: #244b9a !important;
  background-color: transparent;
  border-color: #244b9a !important;
}

.btn-purple,
.scroll .btn-purple,
.white-color .btn-purple,
.purple-hover:hover,
.scroll .purple-hover:hover,
.white-color .purple-hover:hover {
  color: #fff !important;
  background-color: #6926cd;
  border-color: #6926cd !important;
}

.btn-tra-purple,
.scroll .btn-tra-purple,
.white-color .btn-tra-purple,
.tra-purple-hover:hover,
.scroll .tra-purple-hover:hover,
.white-color .tra-purple-hover:hover {
  color: #6926cd !important;
  background-color: transparent;
  border-color: #6926cd !important;
}

.btn-rose,
.scroll .btn-rose,
.white-color .btn-rose,
.rose-hover:hover,
.scroll .rose-hover:hover,
.white-color .rose-hover:hover {
  color: #fff !important;
  background-color: #ff495a;
  border-color: #ff495a !important;
}

.btn-tra-rose,
.scroll .btn-tra-rose,
.white-color .btn-tra-rose,
.tra-rose-hover:hover,
.scroll .tra-rose-hover:hover,
.white-color .tra-rose-hover:hover {
  color: #ff495a !important;
  background-color: transparent;
  border-color: #ff495a !important;
}

.btn-salmon,
.scroll .btn-salmon,
.white-color .btn-salmon,
.salmon-hover:hover,
.scroll .salmon-hover:hover,
.white-color .salmon-hover:hover {
  color: #fff !important;
  background-color: #ee6011;
  border-color: #ee6011 !important;
}

.btn-tra-salmon,
.scroll .btn-tra-salmon,
.white-color .btn-tra-salmon,
.tra-salmon-hover:hover,
.scroll .tra-salmon-hover:hover,
.white-color .tra-salmon-hover:hover {
  color: #ee6011 !important;
  background-color: transparent;
  border-color: #ee6011 !important;
}

.btn-silk,
.scroll .btn-silk,
.white-color .btn-silk,
.silk-hover:hover,
.scroll .silk-hover:hover,
.white-color .silk-hover:hover {
  color: #fff !important;
  background-color: #aa946e;
  border-color: #aa946e !important;
}

.btn-tra-silk,
.scroll .btn-tra-silk,
.white-color .btn-tra-silk,
.tra-silk-hover:hover,
.scroll .tra-silk-hover:hover,
.white-color .tra-silk-hover:hover {
  color: #aa946e !important;
  background-color: transparent;
  border-color: #aa946e !important;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue,
.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
  color: #fff !important;
  background-color: #37baf2;
  border-color: #37baf2 !important;
}

.btn-tra-skyblue,
.scroll .btn-tra-skyblue,
.white-color .btn-tra-skyblue,
.tra-skyblue-hover:hover,
.scroll .tra-skyblue-hover:hover,
.white-color .tra-skyblue-hover:hover {
  color: #37baf2 !important;
  background-color: transparent;
  border-color: #37baf2 !important;
}

.btn-steel,
.scroll .btn-steel,
.white-color .btn-steel,
.steel-hover:hover,
.scroll .steel-hover:hover,
.white-color .steel-hover:hover {
  color: #fff !important;
  background-color: #4558cb;
  border-color: #4558cb !important;
}

.btn-tra-steel,
.scroll .btn-tra-steel,
.white-color .btn-tra-steel,
.tra-steel-hover:hover,
.scroll .tra-steel-hover:hover,
.white-color .tra-steel-hover:hover {
  color: #4558cb !important;
  background-color: transparent;
  border-color: #4558cb !important;
}

.btn-steelblue,
.scroll .btn-steelblue,
.white-color .btn-steelblue,
.steelblue-hover:hover,
.scroll .steelblue-hover:hover,
.white-color .steelblue-hover:hover {
  color: #fff !important;
  background-color: #3079Bf;
  border-color: #3079Bf !important;
}

.btn-tra-steelblue,
.scroll .btn-tra-steelblue,
.white-color .btn-tra-steelblue,
.tra-steelblue-hover:hover,
.scroll .tra-steelblue-hover:hover,
.white-color .tra-steelblue-hover:hover {
  color: #3079Bf !important;
  background-color: transparent;
  border-color: #3079Bf !important;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow,
.yellow-hover:hover,
.scroll .yellow-hover:hover,
.white-color .yellow-hover:hover {
  color: #333 !important;
  background-color: #f7be27;
  border-color: #f7be27 !important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.white-hover:hover,
.scroll .white-hover:hover {
  color: #333 !important;
  background-color: #fff;
  border-color: #fff !important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000 !important;
  box-shadow: 0 12px 5px -5px rgb(0 0 0 / 10%) !important;
}

.scroll .tra-white-hover:hover {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

.dark-menu .scroll .tra-white-hover:hover {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

.black-hover:hover,
.scroll .black-hover:hover {
  color: #000 !important;
  background-color: #f1f1f1;
  border-color: #ebebeb !important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover .white-color .tra-black-hover:hover {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-black:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-grey:focus {
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tra-black:focus,
.btn.btn-tra-grey:focus {
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

.btn-md.btn-video-link {
  padding: 14px 16px;
}

.btn-md.btn-video-link span {
  position: relative;
  top: 4px;
  right: 6px;
}

.btn-md.btn-video-link {
  line-height: 30px !important;
}

.white-color .btn-md.btn-video-link:hover {
  color: #fff;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative;
  text-align: center;
}

.video-btn {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#video-2 .video-btn {
  position: relative !important;
  margin: 0 auto;
  top: 0;
  left: 0;
}

.video-btn-lg {
  width: 100px;
  height: 100px;
  margin-top: -24px;
  margin-left: -57px;
}

.video-btn-md {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.video-btn-sm {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

.video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-lg [class^="flaticon-"]:before,
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  line-height: 100px !important;
  margin-left: 8px;
}

.video-btn.video-btn-md [class^="flaticon-"]:before,
.video-btn.video-btn-md [class^="flaticon-"]:after {
  line-height: 80px !important;
  margin-left: 7px;
}

.video-btn.video-btn-sm [class^="flaticon-"]:before,
.video-btn.video-btn-sm [class^="flaticon-"]:after {
  line-height: 60px !important;
  margin-left: 6px;
}

.video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: -18px;
}

.video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
/*------------------------------------------*/

.stores-badge {
  display: inline-block;
}

.store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.store:last-child {
  margin-right: 0;
}

.footer .store {
  text-align: right;
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

.store img {
  width: auto;
  max-width: inherit;
  max-height: 50px;
}

.footer .store img {
  display: inline-block;
  max-height: 45px;
}

span.os-version {
  display: block;
  line-height: 1;
  margin-top: 15px;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/


/* 55px */
.ico-60 [class*="flaticon-"]:before,
.ico-60 [class*="flaticon-"]:after {
  font-size: 2.75rem;
}

/* 100px */

/*------------------------------------------*/
/*  COUNTDOWN ELEMENT
/*------------------------------------------*/

#clock {
  display: inline-block;
}

/*------------------------------------------*/
/*  Countdown Box
/*------------------------------------------*/

#clock .cbox-1 {
  float: left;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
}

#clock .cbox-1:last-child {
  border-right: none;
}

/*------------------------------------------*/
/*  Countdown Digit
/*------------------------------------------*/

#clock span.cbox-1-digit {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

#clock span.cbox-1-txt {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
  padding-top: 8px;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

.section-id {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}

#reviews-4 .section-id {
  margin-bottom: 35px;
}

.section-id.grey-color {
  color: #999;
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title h3,
.section-title h2 {
  margin-bottom: 15px;
}

.section-title p {
  color: #888;
  margin-bottom: 0;
}

.section-title p.p-xl {
  padding: 0 15%;
}

#features-4 .section-title p.p-xl {
  padding: 0 10%;
}

#brands-3 .section-title p.p-xl {
  padding: 0 10%;
}

.bg-dark .section-title p.p-xl {
  color: #ccc;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-500 {
  font-weight: 500;
}

.txt-700 {
  font-weight: 700;
}

.txt-800 {
  font-weight: 900;
}

.txt-900 {
  font-weight: 900;
}

.txt-upcase {
  text-transform: uppercase
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.white-color,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span {
  color: #fff;
}

.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color i,
.grey-color span,
.white-color .grey-color {
  color: #757575;
}

.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color h6,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.lightgrey-color i,
.lightgrey-color span,
.white-color .lightgrey-color {
  color: #ccc;
}

.azure-color,
.azure-color h2,
.azure-color h3,
.azure-color h4,
.azure-color h5,
.azure-color h6,
.azure-color p,
.azure-color a,
.azure-color li,
.azure-color i,
.azure-color span,
.white-color .azure-color {
  color: #0080ff;
}

.brown-color,
.brown-color h2,
.brown-color h3,
.brown-color h4,
.brown-color h5,
.brown-color h6,
.brown-color p,
.brown-color a,
.brown-color li,
.brown-color i,
.brown-color span,
.white-color .brown-color {
  color: #af8855;
}

.deepgrey-color,
.deepgrey-color h2,
.deepgrey-color h3,
.deepgrey-color h4,
.deepgrey-color h5,
.deepgrey-color h6,
.deepgrey-color p,
.deepgrey-color a,
.deepgrey-color li,
.deepgrey-color i,
.deepgrey-color span,
.white-color .deepgrey-color {
  color: #000000;
}

.gold-color,
.gold-color h2,
.gold-color h3,
.gold-color h4,
.gold-color h5,
.gold-color h6,
.gold-color p,
.gold-color a,
.gold-color li,
.gold-color i,
.gold-color span,
.white-color .gold-color {
  color: #d1b665;
}

.navy-color,
.navy-color h2,
.navy-color h3,
.navy-color h4,
.navy-color h5,
.navy-color h6,
.navy-color p,
.navy-color a,
.navy-color li,
.navy-color i,
.navy-color span,
.white-color .navy-color {
  color: #244b9a;
}

.rose-color,
.rose-color h2,
.rose-color h3,
.rose-color h4,
.rose-color h5,
.rose-color h6,
.rose-color p,
.rose-color a,
.rose-color li,
.rose-color i,
.rose-color span,
.white-color .rose-color {
  color: #ff495a;
}

.salmon-color,
.salmon-color h2,
.salmon-color h3,
.salmon-color h4,
.salmon-color h5,
.salmon-color h6,
.salmon-color p,
.salmon-color a,
.salmon-color li,
.salmon-color i,
.salmon-color span,
.white-color .salmon-color {
  color: #ee6011;
}

.silk-color,
.silk-color h2,
.silk-color h3,
.silk-color h4,
.silk-color h5,
.silk-color h6,
.silk-color p,
.silk-color a,
.silk-color li,
.silk-color i,
.silk-color span,
.white-color .silk-color {
  color: #aa946e;
}

.skyblue-color,
.skyblue-color h2,
.skyblue-color h3,
.skyblue-color h4,
.skyblue-color h5,
.skyblue-color h6,
.skyblue-color p,
.skyblue-color a,
.skyblue-color li,
.skyblue-color i,
.skyblue-color span,
.white-color .skyblue-color {
  color: #37baf2;
}

.steelblue-color,
.steelblue-color h2,
.steelblue-color h3,
.steelblue-color h4,
.steelblue-color h5,
.steelblue-color h6,
.steelblue-color p,
.steelblue-color a,
.steelblue-color li,
.steelblue-color i,
.steelblue-color span,
.white-color .steelblue-color {
  color: #3079Bf;
}

.purple-color,
.purple-color h2,
.purple-color h3,
.purple-color h4,
.purple-color h5,
.purple-color h6,
.purple-color p,
.purple-color a,
.purple-color li,
.purple-color i,
.purple-color span,
.white-color .purple-color {
  color: #6926cd;
}

.yellow-color,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color p,
.yellow-color a,
.yellow-color li,
.yellow-color i,
.yellow-color span,
.white-color .yellow-color {
  color: #f7be27;
}

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/

.txt-block h2,
.txt-block h3 {
  margin-bottom: 20px;
}

h5.sm-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt-block .btn,
.txt-block .stores-badge {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Text Block Icon
/*------------------------------------------*/

.block-ico {
  position: relative;
  margin-left: 5px;
  margin-bottom: 35px;
  display: inline-block;
}

.block-ico-bkg {
  position: absolute;
  top: -25px;
  left: -15px;
  transform: rotate(-30deg);
}

/*------------------------------------------*/
/*  Text Block Rating
/*------------------------------------------*/

.txt-block-rating {
  margin-top: 20px;
}

.stars-rating,
.stars-rating p {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.txt-block-rating [class*="flaticon-"]:before,
.txt-block-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.95rem;
  line-height: 1;
  margin-left: 1px;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/

.img-block {
  text-align: center;
}

/*------------------------------------------*/
/*  BORDER RADIUS SETTING
/*------------------------------------------*/

.radius-0 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.radius-02 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.radius-04 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.radius-06 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.radius-08 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/*------------------------------------------*/
/*  OPACITY SETTING
/*------------------------------------------*/

.opacity-05 {
  opacity: .5;
}

.opacity-06 {
  opacity: .6;
}

.opacity-07 {
  opacity: .7;
}

.opacity-08 {
  opacity: .8;
}

.opacity-09 {
  opacity: .9;
}




/* ==========================================================================
  03. PRELOAD ANIMATION
  ========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {

  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

#header.hiddden-header {
  display: none;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 33px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tra-menu .wsmainfull {
  background-color: transparent !important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: #fff !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmainfull {
  background-color: #222227 !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.header-socials {
  margin: 0;
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;

}

.header-socials a {
  display: block;
  line-height: 70px !important;
  margin-left: 16px;
}

.header-socials a span {
  position: relative;
  top: 2px;
}

.header-socials.ico-20 [class*="flaticon-"]:before,
.header-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.325rem;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  padding: 12px 20px;
  width: auto;
  min-width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  font-weight: 400;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
  padding: 0 0 8px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  padding: 8px 0 8px 8px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  padding: 8px 0 8px 4px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
  padding: 0 0 8px 4px;
}

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 38%;
  padding: 12px 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list {
  padding: 0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-70 .link-list li,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list li {
  border-bottom: none;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HEADER MEGAMENU
/*------------------------------------------*/

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  padding: 25px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  border-bottom: none;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS
/*------------------------------------------*/

.wsmegamenu .latest-news li {
  padding: 12px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
  padding: 0 0 12px;
}

.wsmegamenu .latest-news li:last-child {
  padding: 12px 0 0;
  border-bottom: 0;
}

.wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 80px;
  height: 80px;
}

.wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 16px;
  transition: all 0.3s ease-in-out;
}

.wsmegamenu .post-summary:hover {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.wsmegamenu .post-summary a {
  color: #888 !important;
  font-size: 16px;
  font-weight: 400;
}

.wsmegamenu h5.h5-xs a {
  color: #333 !important;
  margin-bottom: 0;
}

.wsmegamenu .latest-news p {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.nav-azure-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-azure-hover>li>ul.sub-menu>li>a:hover,
.nav-azure-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #0080ff !important;
}

.nav-brown-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-brown-hover>li>ul.sub-menu>li>a:hover,
.nav-brown-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #af8855 !important;
}

.nav-gold-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-gold-hover>li>ul.sub-menu>li>a:hover,
.nav-gold-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #d1b665 !important;
}

.nav-purple-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-purple-hover>li>ul.sub-menu>li>a:hover,
.nav-purple-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #d2322b !important;
}

.nav-rose-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-rose-hover>li>ul.sub-menu>li>a:hover,
.nav-rose-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #ff495a !important;
}

.nav-salmon-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-salmon-hover>li>ul.sub-menu>li>a:hover,
.nav-salmon-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #ee6011 !important;
}

.nav-skyblue-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-skyblue-hover>li>ul.sub-menu>li>a:hover,
.nav-skyblue-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #37baf2 !important;
}

.nav-steel-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-steel-hover>li>ul.sub-menu>li>a:hover,
.nav-steel-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #4558cb !important;
}

.nav-steelblue-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-steelblue-hover>li>ul.sub-menu>li>a:hover,
.nav-steelblue-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #3079Bf !important;
}

.nav-yellow-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-yellow-hover>li>ul.sub-menu>li>a:hover,
.nav-yellow-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #f7be27 !important;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/


.scroll .white-color.header-socials span {
  color: #444 !important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li a {
  color: #444;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list>li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list>li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white,
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}


.mainbanner {
  background: white;
     padding-top: 27px;
}


/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 670px;
}

#hero-25 .slider,
#hero-25 .slider .slides {
  height: 620px;
}

.slider.mt-80 {
  height: 620px;
  margin-top: 80px;
}

.slider .slides {
  margin: 0;
  height: 670px;
}

.slider.mt-80 .slides {
  margin: 0;
  height: 620px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

.center-align {
  text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider.dark-nav .indicators .indicator-item {
  border: 2px solid #222;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

.slider.dark-nav .indicators .indicator-item.active {
  background-color: #222;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

#hero-1 .caption-txt {
  margin-top: 45px;
}

.hero-2-txt {
  margin-bottom: 80px;
}

.hero-6-txt {
  margin-top: -20px;
}

.hero-7-txt {
  margin-top: -30px;
  padding-left: 40px;
}

.hero-8-txt,
.hero-10-txt,
#hero-12 .caption-txt {
  margin-top: -25px;
}

.hero-9-txt {
  margin-bottom: 30px;
}

.hero-15-txt {
  padding-top: 20px;
}

.hero-16-txt {
  margin-top: -30px;
}

.hero-19-txt {
  padding: 0 5%;
}

#hero-20 .caption-txt {
  margin-top: 15px;
}

.hero-21-txt {
  margin-bottom: 80px;
}

.hero-23-txt {
  margin-top: -10px;
}

#hero-25 .caption-txt {
  margin-top: 20px;
}

.hero-27-txt {
  margin-bottom: 20px;
}

.hero-29-txt {
  margin-top: 12vh;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/

.hero-logo {
  margin-bottom: 30px;
}

#hero-29 .hero-logo {
  margin-bottom: 35px;
}

.hero-logo img {
  width: auto;
  max-width: inherit;
  max-height: 70px;
}

#hero-29 .hero-logo img {
  max-height: 55px;
}

.hero-logo-txt {
  margin-left: 15px;
}

.hero-logo-txt h4 {
  display: inline-block;
  float: left;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.hero-logo span {
  position: relative;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 700;
  top: 5px;
  left: 12px;
  padding: 4px 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

/*------------------------------------------*/
/*  HERO POST TITLE
/*------------------------------------------*/

.posttitle {
  text-align: center;
  margin-bottom: 10px;
}

.posttitle:before,
.posttitle:after {
  position: relative;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #aa946e;
  width: 60px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.posttitle:after {
  margin-left: 25px;
  margin-right: 0;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/

.hero-9-txt h2 {
  margin-bottom: 15px;
  font-size: 78px;
  line-height: 84px;
  letter-spacing: -.024em;
  font-weight: 700;
  color: #000;
  font-family: "Schibsted Grotesk", sans-serif;
}


/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

#hero-1 .caption-txt p {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-2-txt p {
  padding: 0 5%;
  margin-bottom: 0;
}

.hero-3-txt p {
  padding-right: 8%;
  margin-bottom: 30px;
}

.hero-4-txt p {
  margin-bottom: 0;
}

.hero-5-txt p {
  font-size: 1.35rem;
  padding: 0 5%;
  margin-bottom: 30px;
}

.hero-6-txt p {
  padding-right: 10%;
  margin-bottom: 30px;
}

.hero-7-txt p {
  padding-right: 5%;
  margin-bottom: 35px;
}

.hero-8-txt p {
  margin-bottom: 30px;
}

.hero-9-txt p {
  font-weight: 400;
  padding: 0 12%;
  margin-bottom: 25px;
}

.hero-10-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

.hero-11-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}

#hero-12 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 12%;
  margin-bottom: 30px;
}

.hero-13-txt p {
  padding: 0 10%;
  margin-bottom: 25px;
}

.hero-14-txt p {
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 35px;
}

.hero-15-txt a {
  font-weight: 400;
  text-decoration: underline;
}

.hero-16-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}

.hero-17-txt p {
  padding: 0 10%;
  margin-bottom: 30px;
}

.hero-18-txt p {
  padding-right: 5%;
  margin-bottom: 35px;
}

.hero-19-txt p {
  padding: 0 8%;
  margin-bottom: 35px;
}

#hero-20 .caption-txt p {
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 30px;
}

.hero-21-txt p {
  padding-right: 10%;
  margin-bottom: 35px;
}

.hero-22-txt p {
  margin-bottom: 0;
}

.hero-22-txt a {
  font-weight: 700;
}

.hero-24-txt p {
  padding: 0 5%;
  margin-bottom: 35px;
}

#hero-25 .caption-txt p {
  padding: 0 16%;
  margin-bottom: 30px;
}

.hero-26-txt p {
  padding-right: 10%;
  margin-bottom: 35px;
}

.hero-27-txt p {
  padding-right: 15%;
  margin-bottom: 0;
}

.hero-28-txt p {
  font-size: 1.35rem;
  padding-right: 10%;
  margin-bottom: 0;
}

.hero-29-txt p {
  font-weight: 400;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  HERO SOCIAL LINKS
/*------------------------------------------*/

#hero-29 .hero-socials {
  margin-top: 70px;
  text-align: center;
}

#hero-30 .hero-socials {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hero-socials ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.hero-socials a {
  width: 42px;
  height: 42px;
  color: #666;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hero-socials span.hero-socials-txt {
  font-size: 1.1rem;
  line-height: 42px;
  font-weight: 500;
  margin-right: 15px;
}

.hero-socials [class^="flaticon-"]:before,
.hero-socials [class^="flaticon-"]:after {
  color: #fff;
  font-size: 22px;
  line-height: 40px !important;
}

.hero-socials a.ico-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.hero-socials a.ico-twitter:hover {
  background-color: #00a9ed;
  border-color: #00a9ed;
}

.hero-socials a.ico-instagram:hover {
  background-color: #e44772;
  border-color: #e44772;
}

.hero-socials a.ico-dribbble:hover {
  background-color: #d92d84;
  border-color: #d92d84;
}

.hero-socials a.ico-behance:hover {
  background-color: #2473f6;
  border-color: #2473f6;
}

.hero-socials a.ico-pinterest:hover {
  background-color: #ac281a;
  border-color: #ac281a;
}

.hero-socials a.ico-linkedin:hover {
  background-color: #015886;
  border-color: #015886;
}

.hero-socials a.ico-google-plus:hover {
  background-color: #cd1111;
  border-color: #cd1111;
}

.hero-socials a.ico-youtube:hover {
  background-color: #cd1b20;
  border-color: #cd1b20;
}

.hero-socials a.ico-tumblr:hover {
  background-color: #3a5976;
  border-color: #3a5976;
}

.hero-socials a.ico-vk:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

/*------------------------------------------*/
/*  HERO BANNER
/*------------------------------------------*/

.hero-banner {
  position: relative;
  margin-top: -40px;
  z-index: 99;
}

.hero-banner .col-md-4 {
  padding-left: 5px;
  padding-left: 5px;
}

.hero-banner-link {
  position: relative;
  margin: -15px 0;
  z-index: 994;
}

/*------------------------------------------*/
/*. HERO PROMO
/*------------------------------------------*/

.hero-promo {
  position: relative;
  z-index: 999;
  margin: 90px 30px -170px;
  padding: 50px 35px;
}

.hero-promo p {
  font-weight: 300;
  margin-bottom: 15px;
}

.hero-promo h2 {
  font-size: 6rem;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-promo h5 {
  line-height: 1.3;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  HERO BOXES
/*------------------------------------------*/

.hbox-1-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: -120px;
  z-index: 50;
}

#hero-17 .hbox-1-wrapper {
  margin-top: 70px;
}

#hb-1-1,
#hb-1-3 {
  background-color: #2c333b;
  padding: 55px;
}

#hero-17 #hb-1-1,
#hero-17 #hb-1-3 {
  background-color: #fff;
  border: 1px solid #ddd;
}

#hb-1-2 {
  background-color: #282e35;
  padding: 55px;
}

#hero-17 #hb-1-2 {
  background-color: #f2f4f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.hbox-1 h6,
.hbox-1 h5 {
  margin-bottom: 10px;
}

.hbox-1 h6.fraunces-font,
.hbox-1 h5.fraunces-font {
  margin-bottom: 15px;
}

.hbox-1 p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO DATA
/*------------------------------------------*/

.hero-26-data {
  position: relative;
  padding: 20px 30px 25px;
  margin: -100px 25% 0 -30px;
}

.hero-26-data p {
  margin-bottom: 8px;
}

.hero-26-data h5 {
  margin-bottom: 15px;
}

.hero-26-data ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.hero-26-data ul li a {
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

/*------------------------------------------*/
/*  HERO FORM
/*------------------------------------------*/

#hero-11 .request-form {
  margin: 30px 30px 25px 0;
}

#hero-17 .request-form {
  margin: 30px 10% 25px;
}

/*------------------------------------------*/
/*  Hero Request Form Input
/*------------------------------------------*/

.request-form .form-control {
  height: 50px;
  /* background-color: #f7f8f9; */
  border: 1px solid #00000069;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 56px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#hero-17 .request-form .form-control {
  height: 58px;
}

.request-form .input-group>.form-control:not(:last-child) {
  border-radius: 0px 0px 0px 30px;
}

/*------------------------------------------*/
/*  Hero Request Form Placeholder
/*------------------------------------------*/

.request-form .form-control::-moz-placeholder {
  color: #999;
}

.request-form .form-control:-ms-input-placeholder {
  color: #999;
}

.request-form .form-control::-webkit-input-placeholder {
  color: #999;
}

/*------------------------------------------*/
/*  Hero Request Form Focus
/*------------------------------------------*/

.request-form .form-control:focus {
  background-color: #f5f6f7;
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Request Form Button
/*------------------------------------------*/

.request-form .btn {
  height: 50px;
  font-size: 16px;
  padding: 13px 26px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#hero-17 .request-form .btn {
  height: 58px;
  padding: 13px 60px;
}

/*------------------------------------------*/
/*  Hero Request Form Message
/*------------------------------------------*/

.request-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.request-form .loading {
  color: #00b2e4;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

/*------------------------------------------*/
/*  HERO REGISTER FORM 
/*------------------------------------------*/

.hero-form {
  margin: 0 45px 40px 30px;
}

.hero-form form {
  border: 1px solid #fafafa;
  padding: 45px 30px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.hero-form p {
  margin-top: 15px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.hero-form .col-md-12 {
  padding: 0;
}

.hero-form .form-control {
  text-align: center;
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
}

.hero-form .form-control:focus {
  background-color: #f5f6f7;
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/

.hero-form .btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin-top: 5px;
}

/*------------------------------------------*/
/*  Form Message
/*------------------------------------------*/

.register-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.hero-section .register-form .loading {
  color: #00b2e4;
  font-size: 17px;
  font-weight: 500;
}

.hero-section .register-form .error {
  color: #e74c3c;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-4-images {
  margin-top: 80px;
}

.hero-4-images .col-lg,
.hero-4-images .col-lg-4 {
  padding: 0 5px;
}

#img-4-2 {
  margin-top: -20px;
}

.hero-10-img {
  padding-left: 30px;
}

.hero-10-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

.hero-13-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.hero-16-img {
  margin-right: 5%;
  margin-left: -10%;
}

.hero-21-img {
  position: relative;
  background-image: url(../images/hero-21.jpg);
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
}




/* ==========================================================================
  06. ABOUT
  =========================================================================== */

#about-1 {
  position: relative;
  margin-top: -60px;
  z-index: 56;
}

.about-1-wrapper {
  padding: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#about-5,
#about-6 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 85px;
}

#ab-2-1 {
  background-image: url(../images/ab-2-1.jpg);
}

#ab-2-2 {
  background-image: url(../images/ab-2-2.jpg);
}

#ab-2-3 {
  background-image: url(../images/ab-2-3.jpg);
}

#ab-2-4 {
  background-image: url(../images/ab-2-4.jpg);
}

#ab-2-1.abox-2-logistic {
  background-image: url(../images/ab-2-1-logistic.jpg);
}

#ab-2-2.abox-2-logistic {
  background-image: url(../images/ab-2-2-logistic.jpg);
}

#ab-2-3.abox-2-logistic {
  background-image: url(../images/ab-2-3-logistic.jpg);
}

#ab-2-4.abox-2-logistic {
  background-image: url(../images/ab-2-4-logistic.jpg);
}

/*------------------------------------------*/
/*  ABOUT TEXT
/*------------------------------------------*/

.about-5-txt {
  padding: 0 60px 0 15px;
}

.about-6-txt {
  padding: 0 15px 0 60px;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/

.about-4-txt h4,
.about-4-txt h3,
.about-4-txt h2 {
  margin-bottom: 20px;
}

.about-5-txt h3,
.about-6-txt h3,
.about-5-txt h2,
.about-6-txt h2 {
  margin-bottom: 25px;
}

.about-4-txt .btn {
  margin-top: 15px;
}

.about-5-txt p.p-lg {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  ABOUT BOX
/*------------------------------------------*/

.abox-7-txt {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
  padding: 160px 30px 20px;
}

/*------------------------------------------*/
/*  ABOUT BOX TYPOGRAPHY
/*------------------------------------------*/

.abox-1 h6,
.abox-1 h5 {
  line-height: 1;
  margin-bottom: 15px;
}

.abox-1 h3 {
  margin-bottom: 0;
}

.abox-1 p {
  margin-bottom: 1px;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/

.about-5-img {
  background-image: url(../images/about-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
}

.about-5-cars .about-5-img {
  background-image: url(../images/about-5-cars.jpg);
}

.about-6-img {
  background-image: url(../images/about-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
}

.about-6-cars .about-6-img {
  background-image: url(../images/about-6-cars.jpg);
}

.about-6-construction .about-6-img {
  background-image: url(../images/about-6-construction.jpg);
}

.about-6-handyman .about-6-img {
  background-image: url(../images/about-6-handyman.jpg);
}

.about-6-barber .about-6-img {
  background-image: url(../images/about-6-barber.jpg);
}

.about-6-logistic .about-6-img {
  background-image: url(../images/about-6-logistic.jpg);
}

/*------------------------------------------*/
/*  ABOUT MORE BUTTON
/*------------------------------------------*/

.about-2-btn {
  margin-top: 10px;
  margin-bottom: 40px;
}




/* ==========================================================================
  07. FEATURES
  =========================================================================== */

.bg-logistic {
  background-image: url(../images/bg-logistic.jpg);
}

#features-11 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
  margin-top: -250px;
  z-index: 2;
}

#features-12.tra-bkg {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

#features-12.tra-bkg:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f7f7f7;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.features-13-title {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 250px;
}

/*------------------------------------------*/
/*  BOXES WRAPPER
/*------------------------------------------*/

.fbox-4-wrapper {
  background-color: #f8f8fb;
  border: 1px solid #ddd;
}

.bg-dark .fbox-4-wrapper {
  background-color: #222;
  border: 1px solid #333;
}

.bg-dark .fbox-4-wrapper .col-md-6 {
  border-color: #333;
}

.fbox-4-wrapper .row {
  margin: 0;
}

.fbox-4-wrapper .col-md-6 {
  padding: 0;
}

.features-4-txt p {
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 0;
}

.features-4-txt p span {
  margin-right: 5px;
}

.features-7-txt h3,
.features-13-txt h3,
.features-7-txt p,
.features-13-txt p {
  margin-bottom: 0;
}

.fbox-9-wrapper {
  padding: 0 3%;
  margin-top: 50px;
}

.fbox-7-wrapper,
.fbox-13-wrapper {
  position: relative;
  z-index: 5;
}

.fbox-11-wrapper {
  padding: 0 6%;
}

.fbox-13-wrapper {
  position: relative;
  z-index: 62;
  margin-top: -250px;
}

.fbox-13-wrapper .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  FEATURE BOX
/*------------------------------------------*/

.fbox-1 {
  background-color: #f8f8fb;
  background-color: #fcfcfc;
  padding: 60px 35px;
  margin-bottom: 30px;
}

.fbox-4 {
  padding: 60px 35px;
}

.fbox-5 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8fb;
  padding: 35px;
  margin-bottom: 30px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  Â§
}

.fbox-6 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8fb;
  padding: 50px 35px;
  margin-bottom: 30px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-8 {
  position: relative;
  text-align: center;
  background-color: #f8f8fb;
  padding: 35px 25px;
  margin-bottom: 40px;
}

#fb-10-1 {
  margin-top: 160px;
}

#fb-10-2 {
  margin-top: 80px;
}

#fb-12-2 {
  margin-top: 50px;
}

#fb-12-3 {
  margin-top: 100px;
}

.bg-lightgrey .fbox-1,
.bg-lightgrey .fbox-5,
.bg-lightgrey .fbox-6,
.bg-lightgrey .fbox-8 {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.fbox-13 {
  position: relative;
  overflow: hidden;
}

.fbox-13-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 70;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  padding: 100px 25px 40px;
  overflow: hidden;
}

.fbox-13-txt h6,
.fbox-13-txt h5 {
  margin-bottom: 0;
}

.fbox-13-txt p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FEATURE BOX HOVER
/*------------------------------------------*/

.fbox-5-hover .fbox-5:hover {
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
}

.fbox-6-hover .fbox-6.grey:hover {
  background-color: #bbb;
}

.fbox-6-hover .fbox-6.turquoise:hover {
  background-color: #12739d;
}

.fbox-6-hover .fbox-6.skyblue:hover {
  background-color: #37baf2;
}

.fbox-6-hover .fbox-6:hover .fbox-6-txt p,
.fbox-6-hover .fbox-6:hover .fbox-6-txt h6,
.fbox-6-hover .fbox-6:hover .fbox-6-txt h5,
.fbox-6-hover .fbox-6:hover .fbox-6-digit h6,
.fbox-6-hover .fbox-6:hover .fbox-6-digit h5,
.fbox-6-hover .fbox-6:hover .fbox-6-ico span {
  color: #fff;
}

.fbox-6-hover .fbox-6:hover .fbox-tra-digit {
  opacity: .2;
}

/*------------------------------------------*/
/*  FEATURE BOX TEXT
/*------------------------------------------*/

.fbox-txt {
  overflow: hidden;
  padding-left: 22px;
}

.fbox-6-txt {
  overflow: hidden;
  padding-left: 12px;
}

/*------------------------------------------*/
/*  FEATURE BOX TYPOGRAPHY
/*------------------------------------------*/

.fbox-txt h6,
.fbox-txt h5 {
  margin-bottom: 12px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-1-txt h6,
.fbox-1-txt h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.fbox-2-txt h6,
.fbox-2-txt h5 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.fbox-6-txt h6,
.fbox-6-txt h5 {
  margin-bottom: 15px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-txt p,
.fbox-1-txt p,
.fbox-6-txt p,
.fbox-10 p {
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-1-txt p.grey-color {
  color: #9a9a9a;
}

.fbox-8 p {
  line-height: 1.35;
  margin-top: 25px;
  margin-bottom: 0;
}

.fbox-8 p:after {
  display: block;
  content: "";
  height: 2px;
  width: 80px;
  background: #517082;
  margin: 25px auto 0;
  position: relative;
  opacity: .5;
}

.fbox-12 p {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 5%;
}

/*------------------------------------------*/
/*  FEATURE BOX IMAGE
/*------------------------------------------*/

.fbox-img {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.fbox-13-wrapper .fbox-img {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FEATURE BOX ICON
/*------------------------------------------*/

.fbox-ico {
  float: left;
  text-align: center;
  margin-top: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-6-ico {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 45px;
}

.fbox-ico span,
.fbox-6-ico span {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  FEATURE BOX DIGIT
/*------------------------------------------*/

.fbox-6-digit {
  float: left;
  text-align: center;
  margin-top: 2px;
}

.fbox-6-digit h6,
.fbox-6-digit h5 {
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.fbox-tra-digit {
  position: absolute;
  top: -50px;
  left: -25px;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #ddd;
  opacity: .25;
  font-size: 10rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -6px;
}

.fbox-5-tra-digit {
  position: absolute;
  top: -5px;
  right: 15px;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #ddd;
  opacity: .25;
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -6px;
}

/*------------------------------------------*/
/*  FEATURE BOX STEP
/*------------------------------------------*/

.step {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.step span {
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}

/*------------------------------------------*/
/*  FEATURE DETAILS
/*------------------------------------------*/

.service-txt h5.h5-xs,
.service-txt h5.h5-sm {
  margin-top: 30px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FEATURE IMAGE
/*------------------------------------------*/

.fbox-13 img,
.fbox-13 .item-overlay {
  overflow: hidden;
}

.fbox-13:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}




/* ==========================================================================
  08. CONTENT
  =========================================================================== */

#content-3 .container,
#content-8 .container,
#content-4.pt-100 .container {
  overflow: hidden;
}

#content-8 .section-title h3 {
  padding: 0 8%;
}

#content-9 .txt-block {
  position: relative;
  margin-bottom: -60px;
}

#content-10:after {
  position: absolute;
  content: '';
  width: 40%;
  height: 90%;
  background-color: #f5f6f7;
  top: 5%;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

#content-11:after {
  position: absolute;
  content: '';
  width: 76%;
  height: 80%;
  background-color: #f5f6f7;
  top: 10%;
  left: 24%;
  z-index: -1;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

#content-12 .txt-block {
  position: relative;
  margin-bottom: 60px;
}

.content-12-txt {
  background-attachment: scroll !important;
  position: absolute;
  width: 40%;
  left: 16%;
  bottom: 0;
  text-align: left;
  padding: 60px 50px;
  -webkit-border-radius: 0 40px 0 40px;
  -moz-border-radius: 0 40px 0 40px;
  -o-border-radius: 0 40px 0 40px;
  border-radius: 0 40px 0 40px;
}

.content-12-txt h4 {
  margin-bottom: 25px;
}

.content-12-txt p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/

.content-6-img {
  text-align: center;
  padding-left: 20px;
  margin-bottom: 40px;
}

.content-7-img {
  position: relative;
  text-align: center;
  right: 8%;
  margin-bottom: -40px;
}

.content-6-img img,
.content-7-img img {
  max-width: none;
  display: inline-block;
}

.content-11-img {
  position: relative;
  text-align: center;
  left: -62%;
  margin-bottom: -40px;
}




/* ==========================================================================
  09. PROMO
  =========================================================================== */

.pbox-1 {
  overflow: hidden;
}




/* ==========================================================================
  10. CARDS
  =========================================================================== */

.cards-1-wrapper .col-lg-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.cards-3-wrapper .col-lg-3,
.cards-3-wrapper .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  CARD
/*------------------------------------------*/

.card-1 {
  margin-bottom: 40px;
}

.card-2 {
  margin: 0 20px 30px;
}

.card-3 {
  padding: 25px 15px;
  margin-bottom: 20px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.card-3.bg-blue {
  background-color: #3284bf;
}

.card-3.bg-green {
  background-color: #20ab5c;
}

.card-3.bg-red {
  background-color: #ff6d33;
}

.card-3.bg-teal {
  background-color: #109d87;
}

.card-3.bg-yellow {
  background-color: #ffb605;
}

.card-3.bg-violet {
  background-color: #8a8cbd;
}

.card-3.bg-orange {
  background-color: #ff4500;
}

.card-3.bg-lightgreen {
  background-color: #8dd17e;
}

.card-3.bg-skyblue {
  background-color: #1ba1f0;
}

.card-3.bg-olive {
  background-color: #7ba323;
}

.card-3.bg-silk {
  background-color: #aa946e;
}

.card-3.bg-rose {
  background-color: #ff495a;
}

.card-3.bg-white {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.card-3.bg-white:hover {
  background-color: #f8f8fb !important;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
}

/*------------------------------------------*/
/*  CARD TEXT
/*------------------------------------------*/

.card-1-txt {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 40px 20px;
}

.card-2-txt {
  position: relative;
  background-color: #f8f8fb;
  border-top: none;
  padding: 45px 35px 40px;
}

.bg-lightgrey .card-1-txt,
.bg-lightgrey .card-2-txt {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

/*------------------------------------------*/
/*  CARD TYPOGRAPHY
/*------------------------------------------*/

.card-1-txt h5,
.card-2-txt h6 {
  margin-bottom: 10px;
}

.card-3 h6 {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 6px;
}

.card-3.bg-white h6 {
  line-height: 1.3;
  margin-bottom: 0;
}

.card-1-txt p,
p.card-txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.card-3 p {
  font-size: 0.925rem;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Card Tags
/*------------------------------------------*/

.cars-tags {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-size: 0.915rem;
  line-height: 1;
  font-weight: 500;
  padding: 7px 14px;
}

/*------------------------------------------*/
/*  Card Data
/*------------------------------------------*/

p.card-data {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.card-data [class*="flaticon-"]:before,
.card-data [class*="flaticon-"]:after {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  Card Rating
/*------------------------------------------*/

.card-rating {
  position: relative;
  margin-bottom: 10px;
}

.card-rating [class*="flaticon-"]:before,
.card-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.95rem;
  line-height: 1;
  margin-right: 1px;
}

.card-rating span {
  color: #888;
  position: relative;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  top: 1px;
}

/*------------------------------------------*/
/*  Card Price
/*------------------------------------------*/

.card-2-txt .card-price {
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 6px 14px;
  font-size: 1.175rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
}

.old-price {
  color: #999;
  font-size: 1.15rem;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  CARD IMAGE
/*------------------------------------------*/

.card-1:hover img,
.card-2:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1);
  -moz-transform: scale(1.1);
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.cards-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.bg-dark .owl-theme .owl-dots .owl-dot span {
  background: #333;
}

.bg-dark .owl-theme .owl-dots .owl-dot.active span,
.bg-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #666;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  11. GALLERY
  =========================================================================== */

#gallery-1 {
  position: relative;
}

#gallery-1.bg-50 {
  padding-top: 70px;
  padding-bottom: 60px;
}


.gallery-4-wrapper {
  margin: 0;
  padding: 0;
}

.gallery-4-wrapper .col-lg-3 {
  padding: 0;
}

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/

.masonry-filter button {
  position: relative;
  background-color: transparent;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #727475;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px;
  padding: 0.5rem 0.1rem;
  border: none;
  cursor: pointer;
  outline: 0px none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.masonry-filter button:before {
  font-family: Flaticon;
  font-weight: 400;
  content: "\f13c";
  position: absolute;
  font-size: 0.9rem;
  top: 9px;
  left: -14px;
  opacity: 0;
}

/*------------------------------------------*/
/*  Filter Button Hover
/*------------------------------------------*/

.masonry-filter button:hover,
.masonry-filter button:focus {
  background-color: transparent;
  color: #555;
  border-bottom: none;
  outline: 0px none;
}

/*------------------------------------------*/
/*  Filter Button Active
/*------------------------------------------*/

.masonry-filter button.is-checked {
  color: #d2322b;
  cursor: default;
  border-bottom: none;
  outline: 0px none;
}

.masonry-filter button.is-checked:before {
  opacity: 1;
  color: #d2322b;
}

.masonry-filter.azure-filter button.is-checked,
.masonry-filter.azure-filter button.is-checked:before {
  color: #0080ff;
}

.masonry-filter.brown-filter button.is-checked,
.masonry-filter.brown-filter button.is-checked:before {
  color: #af8855;
}

.masonry-filter.purple-filter button.is-checked,
.masonry-filter.purple-filter button.is-checked:before {
  color: #6926cd;
}

.masonry-filter.rose-filter button.is-checked,
.masonry-filter.rose-filter button.is-checked:before {
  color: #ff495a;
}

.masonry-filter.salmon-filter button.is-checked,
.masonry-filter.salmon-filter button.is-checked:before {
  color: #ee6011;
}

.masonry-filter.skyblue-filter button.is-checked,
.masonry-filter.skyblue-filter button.is-checked:before {
  color: #37baf2;
}

.masonry-filter.yellow-filter button.is-checked,
.masonry-filter.yellow-filter button.is-checked:before {
  color: #f7be27;
}

/*------------------------------------------*/
/*  MASONRY IMAGES HOLDER
/*------------------------------------------*/

.masonry-wrap .masonry-image {
  position: relative;
  text-align: center;
  width: 25%;
  padding: 0;
}

#gallery-3 .masonry-wrap .masonry-image,
#gallery-4 .masonry-wrap .masonry-image {
  width: 33.33%;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.masonry-image .hover-overlay,
.masonry-image .hover-overlay img {
  overflow: hidden;
}

/*------------------------------------------*/
/*. GALLERY IMAGES CAROUSEL
/*------------------------------------------*/

.gallery-wrap {
  position: relative;
  margin-bottom: 50px;
}

.slick-slide {
  width: 200px;
}

.gallery-image {
  margin: 0 10px;
  overflow: hidden;
  box-shadow: 3px 6px 15px -10px #00000066;
  margin-bottom: 10px;
}

#gallery-4 .gallery-image {
  position: relative;
  margin: 0;
}

#gallery-6 .gallery-image {
  margin: 0 5px 50px;
}

.gallery-image:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  IMAGE TITLE
/*------------------------------------------*/

.gallery-6-title {
  padding: 35px 0 0;
}

.gallery-6-title p {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  IMAGE DESCRIPTION
/*------------------------------------------*/

.image-description {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.image-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.image-data h6,
.image-data h5 {

  font-size: 15px;
  margin-bottom: 3px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.video-flow {
  margin: auto;
  width: 50%;
  margin-bottom: 3rem;
  display: block;
  border-radius: 16px;
  z-index: +999999;
  position: inherit;
}

.image-data p {
  color: #e9e9e9;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  PROJECT META
/*------------------------------------------*/

.project-meta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 70;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  padding: 100px 65px 32px 25px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-meta-txt {
  position: absolute;
  opacity: 0;
  bottom: 30px;
  left: -8%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#gallery-4 .project-meta-txt {
  bottom: 40px;
}

.project-meta-txt h6,
.project-meta-txt h5 {
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 1px;
}

.project-meta-txt p {
  margin-bottom: 10px;
}

.project-meta-txt span {
  font-size: 0.915rem;
  font-weight: 500;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  PROJECT LINK
/*------------------------------------------*/

.project-link {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 25px;
  right: -8%;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#gallery-4 .project-link {
  bottom: 35px;
}

/*------------------------------------------*/
/*  PROJECT DESCRIPTION
/*------------------------------------------*/

.project-description {
  position: relative;
  padding: 25px 10px 0;
}

.project-description h6 {
  text-transform: uppercase;
}

.project-description p {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
}

.project-description p span {
  font-weight: 500;
}

/*------------------------------------------*/
/*  PROJECT DATA
/*------------------------------------------*/

.project-data {
  position: absolute;
  bottom: 1px;
  right: 8px;
  padding: 7px 13px 4px;
  background-color: rgba(200, 200, 200, .15);
  border: 1px solid #eee;
}

.bg-dark .project-data {
  background-color: rgba(55, 55, 55, .2);
  border: 1px solid #444;
}

.project-data span {
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.project-data span.txt-500 {
  font-size: 0.7rem;
}

/*------------------------------------------*/
/*  Project Rating
/*------------------------------------------*/

.project-rating [class*="flaticon-"]:before,
.project-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.925rem;
  line-height: 1;
  margin-right: 1px;
}

.project-rating span {
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  top: 1px;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*    Overlay Background 
/*------------------------------------------*/

.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .65);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#gallery-3 .item-overlay {
  background: rgba(20, 20, 20, .25);
}

.azure-overlay .item-overlay {
  background: rgba(0, 128, 255, .85);
}

.black-overlay .item-overlay {
  background: rgba(10, 10, 10, .5);
}

.brown-overlay .item-overlay {
  background: rgba(175, 136, 85, .65);
}


.yellow-overlay .item-overlay {
  background: rgba(247, 190, 39, .85);
}

/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/

.gallery-image:hover img,
.masonry-image:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.masonry-image:hover .project-meta,
#gallery-4 .gallery-image:hover .project-meta,
.masonry-image:hover .project-link,
#gallery-4 .gallery-image:hover .project-link,
.masonry-image:hover .project-meta-txt,
#gallery-4 .gallery-image:hover .project-meta-txt,
.gallery-image:hover .item-overlay,
.masonry-image:hover .item-overlay,
.gallery-image:hover .image-description,
.masonry-image:hover .image-description {
  opacity: 1;
  -moz-opacity: 1;
}

.gallery-image:hover .image-data h5,
.gallery-image:hover .image-data p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.masonry-image:hover .project-meta-txt {
  left: 25px;
}

#gallery-4 .gallery-image:hover .project-meta-txt {
  left: 20px;
}

.masonry-image:hover .project-link {
  right: 25px;
}

#gallery-4 .gallery-image:hover .project-link {
  right: 20px;
}

/*------------------------------------------*/
/*  Screens Slick Carousel Dots
/*------------------------------------------*/

.gallery-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -60px;
}

.gallery-section .slick-dots li {
  margin: 0 4px;
  width: 18px;
  height: 18px;
}

.gallery-section .slick-dots li button:before {
  content: "";
  background: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.gallery-section.bg-50 .slick-dots li button:before {
  background: #ddd;
}

.gallery-section.bg-50 .slick-dots li button:hover:before,
.gallery-section.bg-50 .slick-dots li.slick-active button:before {
  background: #000;
}




/* ==========================================================================
  12.  SINGLE PROJECT DETAILS
  =========================================================================== */

.project-title {
  margin-bottom: 30px;
}

.project-title h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.project-title p {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*. SINGLE PROJECT TEXT
/*------------------------------------------*/

.project-text {
  margin-bottom: 70px;
}

.project-2-description .project-text {
  margin-bottom: 50px;
}

.project-text h5.h5-xs,
.project-text h5.h5-sm {
  margin-top: 30px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*. SINGLE PROJECT INFO
/*------------------------------------------*/

.project-details {
  border-top: 1px solid #ddd;
  padding-top: 70px;
}

.project-2-description .project-details {
  padding-top: 50px;
}

.project-info h5 {
  margin-bottom: 25px;
}

.project-info p {
  color: #555;
  font-size: 1.05rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}

.project-2-description .project-info p {
  padding: 8px 0;
  border-bottom: none;
}

.project-info p:last-child {
  border-bottom: none;
}

.project-info p span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #222;
  font-weight: 700;
}

.project-2-description .project-info p span {
  bottom: 8px;
}

.project-info p span a {
  font-weight: 800;
  text-decoration: underline;
}

.project-info p span a:hover {
  color: #222;
}

/*------------------------------------------*/
/*    SINGLE PROJECT SHARE LINKS
/*------------------------------------------*/

.project-share h5 {
  margin-bottom: 15px;
}

.project-share-links {
  margin-top: 5px;
  display: inline-block;
  padding-left: 0;
}

.project-share-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.project-share-links a {
  width: 50px;
  height: 35px;
  color: #fff;
  background-color: #bbb;
  line-height: 37px !important;
  text-align: center;
  margin-right: 4px;
  display: block;
  opacity: 0.75;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.project-share-links a.ico-facebook:hover {
  background-color: #3b5998;
}

.project-share-links a.ico-twitter:hover {
  background-color: #00a9ed;
}

.project-share-links a.ico-instagram:hover {
  background-color: #e44772
}

.project-share-links a.ico-dribbble:hover {
  background-color: #d92d84;
}

.project-share-links a.ico-behance:hover {
  background-color: #2473f6;
}

.project-share-links a.ico-pinterest:hover {
  background-color: #ac281a;
}

.project-share-links a.ico-linkedin:hover {
  background-color: #015886;
}

.project-share-links a.ico-google-plus:hover {
  background-color: #cd1111;
}

.project-share-links a.ico-youtube:hover {
  background-color: #cd1b20;
}

.project-share-links a.ico-tumblr:hover {
  background-color: #3a5976;
}

.project-share-links a.ico-vk:hover {
  background-color: #3b5998;
}

.project-share-links a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*. SINGLE PROJECT IMAGE
/*------------------------------------------*/

.project-image {
  text-align: center;
  margin-bottom: 40px;
}

.project-gallery {
  margin: 45px 15px 15px;
}

.project-gallery .col-lg-3 {
  padding: 0;
}

.project-gallery .gallery-image {
  margin: 0 0 30px;
  overflow: hidden;
}




/* ==========================================================================
  13. VIDEO
  =========================================================================== */

#video-1 {
  background-image: url(../images/video-1.jpg);
  background-position: center top;
  padding-top: 270px;
  padding-bottom: 270px;
}

#video-2 {
  background-image: url(../images/video-2.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}

#video-2.video-2-cars {
  background-image: url(../images/video-2-cars.jpg);
}

#video-2.video-2-construction {
  background-image: url(../images/video-2-construction.jpg);
}

#video-2.video-2-interior {
  background-image: url(../images/video-2-interior.jpg);
}

#video-2.video-2-barber {
  background-image: url(../images/video-2-barber.jpg);
}

#video-2.video-2-cleaning {
  background-image: url(../images/video-2-cleaning.jpg);
}

#video-2.video-2-logistic {
  background-image: url(../images/video-2-logistic.jpg);
}

#video-3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background-color: #f7f7f7;
  top: 10%;
  left: 0;
  z-index: -1;
}

/*------------------------------------------*/
/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/

#video-2 h3,
#video-2 h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

#video-2 h3 {
  padding: 0 3%;
}

#video-2 p {
  font-weight: 400;
  margin-bottom: 0;
}




/* ==========================================================================
  14. TEAM
  =========================================================================== */

#team-2 .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

#team-1 .tm-meta {
  padding-top: 30px;
}

#team-2 .tm-meta {
  position: relative;
  padding: 25px 20px;
  margin-top: -40px;
  margin-right: 25px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.tm-meta h6,
.tm-meta h5,
.tm-meta h4 {
  line-height: 1;
  margin-bottom: 10px;
}

#team-2 .tm-meta h6,
#team-2 .tm-meta h5 {
  margin-bottom: 8px;
}

.tm-meta h6.h6-xs {
  line-height: 1;
  margin-bottom: 6px;
}

.tm-meta p {
  font-weight: 400;
  margin-bottom: 0;
}

#team-2 .tm-meta p {
  line-height: 1;
  font-weight: 300;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.team-member-photo {
  position: relative;
}

.tm-social ul {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tm-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a {
  width: 44px;
  height: 44px;
  color: #fff;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tm-social [class^="flaticon-"]:before,
.tm-social [class^="flaticon-"]:after {
  font-size: 22px;
  line-height: 44px !important;
}

.tm-3-social a.ico-facebook,
.tm-social a.ico-facebook {
  background-color: #3b5998;
}

.tm-3-social a.ico-twitter,
.tm-social a.ico-twitter {
  background-color: #00a9ed;
}

.tm-3-social a.ico-instagram,
.tm-social a.ico-instagram {
  background-color: #e44772
}

.tm-3-social a.ico-dribbble,
.tm-social a.ico-dribbble {
  background-color: #d92d84;
}

.tm-3-social a.ico-behance,
.tm-social a.ico-behance {
  background-color: #2473f6;
}

.tm-3-social a.ico-pinterest,
.tm-social a.ico-pinterest {
  background-color: #ac281a;
}

.tm-3-social a.ico-linkedin,
.tm-social a.ico-linkedin {
  background-color: #015886;
}

.tm-3-social a.ico-google-plus,
.tm-social a.ico-google-plus {
  background-color: #cd1111;
}

.tm-3-social a.ico-youtube,
.tm-social a.ico-youtube {
  background-color: #cd1b20;
}

.tm-3-social a.ico-tumblr,
.tm-social a.ico-tumblr {
  background-color: #3a5976;
}

.tm-3-social a.ico-vk,
.tm-social a.ico-vk {
  background-color: #3b5998;
}

/*------------------------------------------*/
/*  Team Member Hover
/*------------------------------------------*/

.team-member:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1;
  -moz-opacity: 1;
}

#team-2 .team-member:hover .tm-social ul {
  bottom: 18%;
  opacity: 1;
  -moz-opacity: 1;
}




/* ==========================================================================
  15. PRICING
  =========================================================================== */

.pricing-1-wrapper {
  padding: 0 5%;
}

.pricing-1-wrapper .col-md-4 {
  padding: 0;
}

#pt-2-1,
#pt-2-2 {
  padding: 0 10px;
}

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/

#pt-1-1 {
  position: relative;
  z-index: 8;
  margin-right: -10px;
}

#pt-1-2 {
  position: relative;
  z-index: 9;
}

#pt-1-3 {
  position: relative;
  z-index: 8;
  margin-left: -10px;
}

.pricing-1-table,
.pricing-2-table {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 60px 50px;
  text-align: center;
  margin-bottom: 40px;
}

.pricing-2-table {
  padding: 60px 25px;
}

.pricing-1-table.highlight {
  padding: 90px 50px;
}

.pricing-4-table,
.pricing-5-table {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 60px 50px;
  margin-bottom: 40px;
}

.bg-lightgrey .pricing-1-table,
.bg-lightgrey .pricing-2-table,
.bg-lightgrey .pricing-4-table,
.bg-lightgrey .pricing-5-table {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

/*------------------------------------------*/
/*  Price Plan
/*------------------------------------------*/

#pricing-5 .pricing-plan {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pricing-plan h6 {
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.pricing-1-table span.price,
.pricing-2-table span.price,
.pricing-4-table span.price,
.pricing-5-table span.price {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.pricing-2-table span.price,
.pricing-4-table span.price {
  font-size: 80px;
}

.pricing-1-table sup,
.pricing-2-table sup,
.pricing-4-table sup,
.pricing-5-table sup {
  font-size: 42px;
  font-weight: 700;
  top: -17px;
  right: 3px;
}

.pricing-2-table sup,
.pricing-4-table sup {
  font-size: 45px;
}

.pricing-2-table sup.pricing-coins,
.pricing-5-table sup.pricing-coins {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  top: -30px;
}

.pricing-1-table sup.validity,
.pricing-2-table sup.validity,
.pricing-4-table sup.validity {
  color: #757575;
  font-weight: 300;
  font-size: 25px;
  top: -3px;
  left: 0;
}

#pricing-5 .pricing-plan p {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
  color: #333;
  font-size: 1.1rem;
  line-height: 1;
  padding-top: 20px;
}

#pricing-4 ul.features {
  padding-top: 0;
}

#pricing-5 ul.features {
  padding-top: 15px;
}

ul.features li {
  padding: 9px 0;
}

ul.features li span {
  font-weight: 700;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.pricing-1-table .btn,
.pricing-2-table .btn,
.pricing-4-table .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  Pricing List
/*------------------------------------------*/

.pricing-list li {
  padding-bottom: 20px;
  margin: 0 15px 20px;
  border-bottom: 1px dashed #5f5842;
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-list-txt {
  position: relative;
}

.pricing-list-txt h5,
.pricing-list-txt h6 {
  line-height: 1;
  margin-bottom: 5px;
}

.pricing-list-txt p {
  margin-bottom: 0;
}

.pricing-list-amount {
  position: absolute;
  right: 10px;
  top: 0;
  letter-spacing: 1px;
}

/*------------------------------------------*/
/*  Pricing Table Badge
/*------------------------------------------*/

.pricing-table-badge {
  position: absolute;
  top: 25px;
  right: 30px;
  text-align: center;
  z-index: 70;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 6px 14px;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice p {
  padding: 0 8%;
  margin-top: 30px;
  margin-bottom: 0;
}

#pricing-2 .pricing-notice p {
  margin-top: 20px;
}

.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  16. TESTIMONIALS
  =========================================================================== */

.reviews-4-img {
  overflow: hidden;
}

/*------------------------------------------*/
/*  TESTIMONIALS CAROUSEL
/*------------------------------------------*/

.review-1 {
  background-color: #f8f8fb;
  padding: 55px 20px;
  margin-bottom: 40px;
}

#rv-1-1.review-1-color {
  background-color: #e2e8e6;
}

#rv-1-2.review-1-color {
  background-color: #e3e7e8;
}

#rv-1-3.review-1-color {
  background-color: #eee3d4;
}

#rv-1-1 {
  margin-left: 8%;
  margin-right: 10px;
}

#rv-1-2 {
  margin-right: 20%;
}

#rv-1-3 {
  margin-right: 20px;
}

.review-2,
.review-3 {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
  margin: 0 15px 40px;
  border: 1px solid #00000030;
  border-radius: 10px;
}

.review-3 p.p-md {
  font-size: 1rem;
  font-weight: 400;
  color: black;
}

.bg-lightgrey .review-1,
.bg-lightgrey .review-2,
.bg-lightgrey .review-3 {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.bg-dark .review-1,
.bg-dark .review-2,
.bg-dark .review-3 {
  background-color: #222;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.review-1-txt {
  padding: 0 20px;
  margin-top: 10px;
}

.reviews-1-title {
  margin-top: 35px;
  padding-left: 50px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.reviews-section h6 {
  margin-bottom: 0;
}

#reviews-1 h3,
#reviews-1 h2 {
  margin-bottom: 15px;
}

.review-3-txt p.p-sm {
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 0;
}

.reviews-4-txt h3 {
  margin-bottom: 50px;
}

.reviews-4-txt h5 {
  line-height: 1;
  margin-bottom: 3px;
}

.reviews-1-title p {
  margin-bottom: 50px;
}

.review-1-txt p.p-md {
  margin-bottom: 30px;
}

.reviews-4-txt p {
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Testimonial Brand
/*------------------------------------------*/

.review-1-brand img {
  width: auto;
  max-width: inherit;
  max-height: 90px;
}

/*------------------------------------------*/
/*  Testimonials Rating
/*------------------------------------------*/

.app-rating {
  margin-bottom: 15px;
}

.review-3 .app-rating {
  margin-top: 10px;
  margin-bottom: 12px;
}

.review-2 .ico-20 [class*="flaticon-"]:before,
.review-2 .ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

.review-3 .ico-20 [class*="flaticon-"]:before,
.review-3 .ico-20 [class*="flaticon-"]:after {
  font-size: 1.05rem;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.bg-dark .owl-theme .owl-dots .owl-dot span {
  background: #333;
}

.bg-dark .owl-theme .owl-dots .owl-dot.active span,
.bg-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #666;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  Testimonial Button
/*------------------------------------------*/

.reviews-1-btn {
  margin-top: 25px;
  margin-bottom: 40px;
}




/* ==========================================================================
  17. BRANDS
  =========================================================================== */

#brands-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 9;
}

.brands-2-wrapper {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  BRANDS TYPOGRAPHY
/*------------------------------------------*/

.brands-title p {
  font-weight: 400;
  margin-bottom: 60px;
}

.brands-section h4 {
  line-height: 1.4;
  padding: 0 5%;
  margin-bottom: 50px;
}

.brands-txt p {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.brands-txt .btn {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  BRANDS LOGO WRAPPER
/*------------------------------------------*/

#brands-1 .brand-logo {
  padding: 0 16px;
}

#brands-2 .brand-logo {
  display: inline-block;
  width: 20%;
  float: left;
  opacity: .8;
  padding: 0 25px;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#brands-3 .brand-logo {
  text-align: center;
  background-color: #ffffff;
  /* border: 1px solid #eee; */
  padding: 30px 20px 40px;
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

#brands-3 .brand-logo h5 {
  margin: 15px 0 10px;
}

#brands-3 .brand-logo p {
  color: #757575;
  margin-bottom: 0;
}

#brands-2.bg-dark .brand-logo {
  opacity: .6;
}

#brands-3 .brand-logo img {
  padding: 0 15%;
}

#brands-2 .brand-logo:hover {
  opacity: 1;
}

#brands-1 .owl-dots {
  display: none;
}




/* ==========================================================================
  18. STATISTIC
  =========================================================================== */

#statistic-1,
#statistic-3,
#statistic-4 {
  padding-top: 60px;
  padding-bottom: 20px;
}

#statistic-1.bg-image {
  background-image: url(../images/statistic-1.jpg);
  padding-top: 120px;
  padding-bottom: 80px;
}

#statistic-5 .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.statistic-5-wrapper {
  padding-left: 60px;
}

#statistic-3 .statistic-block {
  padding-left: 15px;
}

#statistic-5 .statistic-block {
  padding: 35px 30px;
  z-index: 8;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

#st-5-1,
#st-5-2 {
  margin-bottom: 10px;
}

#statistic-5 .statistic-block.statistic-block-featured {
  position: absolute;
  padding: 40px 35px;
  top: -25px;
  left: -20px;
  right: -20px;
  z-index: 9;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.statistic-ico {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.statistic-number {
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#statistic-5 .statistic-number {
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}

.statistic-block p {
  margin-bottom: 0;
  font-size: 15px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TEXT
/*------------------------------------------*/

#statistic-3 .statistic-block-txt,
#statistic-5 .statistic-block-txt {
  overflow: hidden;
  padding-left: 25px;
}

.h3-xl.statistic-number {
  margin-bottom: 8px;
}

.statistic-block-txt p {
  font-weight: 400;
  margin-bottom: 0;
}

.s-icon {
  float: left;
  text-align: center;
  margin-top: 3px;
}




/* ==========================================================================
  19. BANNER
  =========================================================================== */

#banner-1 {
  background-image: url(../images/banner-1.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}

#banner-1.banner-1-interior {
  background-image: url(../images/banner-1-interior.jpg);
}

#banner-2.banner-2-logistic {
  background-image: url(../images/banner-2-logistic.jpg);
}

#banner-3 {
  padding-top: 110px;
  padding-bottom: 120px;
}

#banner-3.bg-image {
  background-image: url(../images/banner-3.jpg);
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/

.banner-1-txt h2 {
  padding: 0 5%;
  margin-bottom: 20px;
}

.banner-3-txt h6,
.banner-3-txt h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner-2-txt h2 {
  margin-bottom: 20px;
}

.banner-3-txt h2 {
  margin-bottom: 40px;
}

.banner-1-txt p {
  padding: 0 15%;
  margin-bottom: 35px;
}

.banner-2-txt p {
  font-weight: 400;
  padding: 0 10%;
  margin-bottom: 30px;
}




/* ==========================================================================
  20. CALL TO ACTION
  =========================================================================== */

#cta-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#cta-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#cta-2.bg-image {
  background-image: url(../images/cta-2.jpg);
}

#cta-3 {
  background-image: url(../images/cta-3.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

#cta-4,
#cta-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#cta-6.bg-image {
  background-image: url(../images/cta-6.jpg);
}

#cta-6.cta-6-construction {
  background-image: url(../images/cta-6-construction.jpg);
}

#cta-6.cta-6-cars {
  background-image: url(../images/cta-6-cars.jpg);
}

.cta-3-wrapper {
  padding: 50px 35px;
  margin: 0 5%;
}

.cta-4-txt {
  display: inline-block;
  text-align: center;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/

.cta-3-txt h4 {
  line-height: 1;
  margin-bottom: 0;
}

.cta-4-txt h4 {
  position: relative;
  display: inline-block;
  float: left;
  top: 4px;
  margin-right: 60px;
  margin-bottom: 0;
}

.cta-5-txt h4 {
  margin-bottom: 0;
}

.cta-6-txt h3 {
  margin-bottom: 15px;
}


.cta-1-txt p {
  margin-top: 10px;
  margin-bottom: 0;
}

.cta-2-txt p {
  font-weight: 400;
  padding: 0 8%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.cta-2-txt p.p-md {
  margin-bottom: 0;
}

.cta-2-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  CALL TO ACTION BUTTONS
/*------------------------------------------*/

.cta-1-btn p {
  margin-bottom: 0;
}

.cta-5-txt .btns-group {
  position: relative;
  display: inline-block;
}

.cta-6-btn {
  border-left: 2px solid rgba(255, 255, 255, .2);
  padding: 25px 20px 15px;
  margin-bottom: 10px;
}

.cta-6-btn .btn {
  margin: 0 5% 30px;
}




/* ==========================================================================
  21. DOWNLOAD
  =========================================================================== */

#download-1 {
  background-image: url(../images/download-1.jpg);
}

/*------------------------------------------*/
/*   DOWNLOAD TEXT
/*------------------------------------------*/

.download-logo {
  margin-bottom: 30px;
}

.download-logo img {
  width: auto;
  max-width: inherit;
  max-height: 100px;
}

#download-2 .txt-block {
  margin-top: -20px;
}

/*------------------------------------------*/
/*  DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/

.download-1-txt h2 {
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.download-1-txt p.p-lg {
  padding-right: 5%;
  margin-bottom: 30px;
}

.download-section p.os-version {
  margin-bottom: 0;
}

.download-section p.os-version span {
  font-size: 1.15rem;
  margin-left: 7px;
}

/*------------------------------------------*/
/*  DOWNLOAD IMAGE
/*------------------------------------------*/

#download-2 .img-block {
  text-align: center;
  position: relative;
  z-index: 999;
  margin-bottom: -60px;
}




/* ==========================================================================
  22. FAQs
  =========================================================================== */

#faqs-1 .question {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

#faqs-1 .question h6 {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#accordion {
  padding: 0 5%;
}

#faqs-2 .card-header {
  padding: 25px 0;
  background-color: transparent;
  border: none;
  position: relative;
}

#faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-2 #accordion [data-toggle="collapse"]:after {
  font-family: Flaticon;
  font-weight: 400;
  content: "\f139";
  position: absolute;
  font-size: 0.85rem;
  top: 29px;
  right: 5px;
}

#faqs-2 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f138";
}

#faqs-2 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#accordion .card.last-card {
  border-bottom: none;
}

#accordion .card-header h5 {
  line-height: 1;
  margin-bottom: 0;
}

.question h5 span,
#accordion .card-header h5 span {
  margin-right: 3px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body {
  padding: 0 0 15px 0;
}

/*------------------------------------------*/
/*  MORE QUESTIONS
/*------------------------------------------*/

.more-questions {
  padding: 50px 60px;
  margin: 60px 10% 0;
}

.bg-lightgrey .more-questions {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.bg-dark .more-questions {
  background-color: #222;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.more-questions p {
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  MORE QUESTIONS TITLE
/*------------------------------------------*/

.more-questions-title {
  margin-top: 50px;
}

.more-questions-title p {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FAQs CONTACTS
/*------------------------------------------*/

.faqs-contacts-wrapper {
  margin: 45px 10% 0;
}

.faqs-contacts {
  text-align: center;
  border: 1px solid #ddd;
  padding: 55px 60px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.faqs-contacts:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.faqs-contacts h5 {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
}

.faqs-contacts p {
  font-weight: 400;
  margin-bottom: 0;
}




/* ==========================================================================
  23. NEWSLETTER
  =========================================================================== */

#newsletter-1 {
  padding-top: 80px;
  padding-bottom: 60px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/

.newsletter-txt {
  padding: 0 8%;
}

.newsletter-txt p {
  padding: 0 10%;
  margin-top: 25px;
  margin-bottom: 0;
}

.newsletter-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

.newsletter-txt p a:hover {
  color: #eee;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.newsletter-section .input-group>.custom-select:not(:last-child),
.newsletter-section .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  border: 1px solid #999;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder {
  color: #999;
}

.newsletter-section .form-control:-ms-input-placeholder {
  color: #999;
}

.newsletter-section .form-control::-webkit-input-placeholder {
  color: #999;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
  width: 100%;
  height: 60px;
  font-size: 19px;
  padding: 13px 45px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 46px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  margin: 7px 0 0;
}

.newsletter-section .form-notification.error {
  color: #f6412d !important;
}

.newsletter-section .form-notification.valid {
  color: #48af4b !important;
}




/* ==========================================================================
  24. BLOG
  =========================================================================== */

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/

.blog-1-post {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.blog-2-post {
  margin-bottom: 20px;
}

.blog-3-post {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.blog-3-post.gold-border {
  border-bottom: 4px solid #d1b665;
}

.bg-lightgrey .blog-1-post,
.bg-lightgrey .blog-3-post {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.bg-lightgrey .blog-3-post.rose-border {
  border-bottom: 4px solid #ff495a;
}

.bg-lightgrey .blog-3-post.gold-border {
  border-bottom: 4px solid #d1b665;
}

.bg-lightgrey .blog-3-post.skyblue-border {
  border-bottom: 4px solid #37baf2;
}

.bg-lightgrey .blog-3-post.purple-border {
  border-bottom: 4px solid #6926cd;
}

/*------------------------------------------*/
/*  BLOG POST TEXT
/*------------------------------------------*/

.blog-post-txt {
  padding: 25px 20px 20px;
}

#blog-2 .blog-post-txt {
  padding: 25px 0 20px;
}

#blog-3 .blog-post-txt {
  padding: 35px 25px 20px;
}

/*------------------------------------------*/
/*  BLOG POST TYPOGRAPHY
/*------------------------------------------*/

.blog-post-txt h6,
.blog-post-txt h5 {
  line-height: 1.3;
  margin-bottom: 30px;
}

#blog-2 .blog-post-txt h6,
#blog-2 .blog-post-txt h5 {
  margin-bottom: 10px;
}

#blog-3 .blog-post-txt h6,
#blog-3 .blog-post-txt h5 {
  margin-bottom: 20px;
}

#blog-2 .blog-post-txt p {
  margin-bottom: 0;
}

#blog-2 .post-author h5 {
  color: #bbb;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

#blog-2 .post-author h5.grey-color {
  color: #ddd;
}

.post-author span {
  display: block;
  color: #888;
  font-size: 1.05rem;
  font-weight: 400;
}

#blog-2 .post-author span {
  line-height: 1;
  margin-bottom: 20px;
}

p.post-tag {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 500;
}

.post-date {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 14px;
}

/*------------------------------------------*/
/*  Post Link 
/*------------------------------------------*/

.post-link {
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 10px;
}

.post-link.ico-20 [class*="flaticon-"]:before,
.post-link.ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  Post Image
/*------------------------------------------*/

.blog-1-post:hover img,
.blog-2-post:hover img,
.blog-3-post:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1);
  -moz-transform: scale(1.1);
}




/* ==========================================================================
  25. BLOG LISTING PAGE
  =========================================================================== */

.blog-post.b-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

#blog-listing-1 .blog-post-txt {
  padding: 0 0 0 20px;
}

#blog-listing-2 .blog-post-txt {
  padding: 35px 0 0;
}

#blog-listing-1 .blog-post-txt h5,
#blog-listing-2 .blog-post-txt h5 {
  margin-bottom: 15px;
}

#blog-listing-2 h5.posts-category {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 60px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  POPULAR POST
/*------------------------------------------*/

.popular-post {
  background-color: #fff;
  padding: 20px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
}

.popular-post a {
  font-weight: 400;
}

.popular-post a::after {
  font-size: 1.05rem;
  display: inline-block;
  padding-left: 2px;
  margin-top: -1px;
  color: #ff495a;
  content: "\00bb";
}

.popular-post a:hover {
  color: #777;
}

/*------------------------------------------*/
/*   SIDEBAR SEARCH FORM
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  height: 54px;
  font-size: 17px;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  height: 54px;
  padding: 0 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  SIDEBAR TYPOGREPHY
/*------------------------------------------*/

.sidebar-div h6 {
  margin-bottom: 20px;
}

.sidebar-div.ico-20 [class^="flaticon-"]:before,
.sidebar-div.ico-20 [class^="flaticon-"]:after {
  font-size: 1.1rem;
}


/*------------------------------------------*/
/*   SIDEBAR BLOG CATEGORIES
/*------------------------------------------*/

ul.blog-category-list>li {
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

ul.blog-category-list>li:first-child {
  padding: 0 0 15px;
}

ul.blog-category-list>li:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}

ul.blog-category-list>li p {
  margin-bottom: 0;
}

ul.blog-category-list>li a {
  color: #676869;
  font-weight: 400;
}

ul.blog-category-list>li span {
  color: #555;
  font-weight: 700;
}

ul.blog-category-list li:hover {
  padding-left: 8px;
}

/*------------------------------------------*/
/*  SIDEBAR TAGS
/*------------------------------------------*/

.badge {
  color: #777;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.badge a {
  color: #888 !important;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.42857;
}

.badge:hover {
  background-color: transparent;
  border-color: #ccc;
}

.badge1:hover a {
  color: #fff !important;
}

/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/

.single-post-txt h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-post-title,
.post-title-tag {
  margin-bottom: 35px;
}

#single-post .post-author {
  padding-top: 5px;
}

#single-post .post-author span {
  display: block;
  color: #888;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST DATA
/*------------------------------------------*/

#single-post .post-data {
  margin-top: 35px;
  margin-bottom: 35px;
}

#single-post .post-author-avatar {
  display: inline-block;
  float: left;
}

/*------------------------------------------*/
/*  Post Author Avatar 
/*------------------------------------------*/

#single-post .post-author-avatar img {
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  Follow Button 
/*------------------------------------------*/

.follow-author {
  position: relative;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  padding: 3px 8px;
  top: -5px;
  margin-left: 6px;
  border: 1px solid #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  SINGLE POST QUOTE
/*------------------------------------------*/

.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quote p {
  color: #666;
  font-size: 1.35rem !important;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
/*------------------------------------------*/

.post-inner-img {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 50px;
}

.post-inner-img p {
  margin-top: 25px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/

.post-share-links {
  margin-top: 60px;
}

.post-tags-list span a {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 8px 16px;
  margin-right: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.post-tags-list span a:hover {
  background-color: transparent;
  border-color: #ccc;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links .share-social-icons {
  display: inline-block;
  padding-left: 0;
}

.post-share-links .share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.post-share-links .share-social-icons a.share-ico span {
  color: #555;
  width: 33px;
  height: 33px;
  font-size: 21px;
  display: block;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
/*------------------------------------------*/

.other-posts {
  margin: 80px 0;
  padding: 70px 0 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.other-posts h6 {
  margin-bottom: 8px;
}

.prev-post a,
.next-post a {
  color: #999;
  font-size: 1.0625rem;
  line-height: 1.2;
}

.all-posts a {
  color: #757575;
  font-size: 1.75rem;
  line-height: 1;
}

.prev-post a:hover,
.next-post a:hover {
  color: #000;
  text-decoration: underline;
}

.all-posts a:hover {
  color: #333;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.comments-wrapper h5 {
  margin-bottom: 50px;
}

.post-comments h5 {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.comments-wrapper img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.media-body p {
  color: #757575;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.btn-reply a span {
  margin: 0 2px;
}

.btn-reply.ico-20 [class^="flaticon-"]:before,
.btn-reply.ico-20 [class^="flaticon-"]:after {
  font-size: 0.8rem;
}

.btn-reply a:hover {
  color: #222;
}

.comments-wrapper hr {
  margin-top: 24px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h5 {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 3px;
  border: none;
}

.comment-form {
  position: relative;
  margin-top: 50px;
}

.comment-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
  border-color: #00b2e4;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea {
  min-height: 200px;
}

.comment-form textarea.form-control {
  padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 15px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.comment-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.comment-form .form-control.error {
  font-size: 17px !important;
}




/* ==========================================================================
  26. CONTACTS
  =========================================================================== */

#contacts-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

#contacts-3.bg-image {
  background-image: url(../images/contacts-3.jpg);
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-1-box {
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  CONTACT BOX TEXT
/*------------------------------------------*/

.contact-2-box {
  padding-left: 20px;
  margin-bottom: 27px;
}

.contact-box-txt {
  overflow: hidden;
  padding-left: 22px;
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.contact-1-box h5 {
  margin-top: 25px;
  margin-bottom: 12px;
}

.contact-3-box h5 {
  margin-bottom: 15px;
}

.contact-1-box p,
.contact-2-box p,
.contact-3-box p {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 3px;
}

/*------------------------------------------*/
/*  CONTACT BOX ICON
/*------------------------------------------*/

.contact-box-ico {
  float: left;
  text-align: center;
  margin-top: 3px;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #e0d9c5;
  box-shadow: 0 0 0 0;
  color: #5f5842;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea {
  min-height: 220px;
}

.contact-form textarea.form-control {
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder {
  color: #5f5842;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #5f5842;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #5f5842;
}

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #afa074;
}

.bg-color-01 .contact-form .form-control :focus {
  border-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.contact-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-form .form-control.error {
  font-size: 17px !important;
}




/* ==========================================================================
  27. GOOGLE MAP
  =========================================================================== */

.contacts-map {
  margin-top: 80px;
}

.google-map {
  position: relative;
  padding: 0px 0px 32%;
  height: 0px;
  overflow: hidden;
}

.contacts-map .google-map {
  padding: 0px 0px 35%;
}


.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
}




/* ==========================================================================
  28. FOOTER
  ========================================================================== */

.footer {
  padding-top: 142px;
  height: 466px;
  padding-left: 116px;
  padding-right: 116px;
  padding-bottom: 30px;
  position: sticky;
  bottom: 0;
  z-index: -1;
  background: black;
  margin-top: -4rem;
}

#footer-6 .footer {
  padding-top: 100px;
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo p {
  color: #989898 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  width: 51%;
  margin-top: 1rem;
}

.footer-logo img {
  width: auto;
  max-width: inherit;
  max-height: 36px;
}

#footer-3 .footer-logo img {
  max-height: 40px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6,
.footer h5.h5-xs,
.footer h5.h5-sm,
.footer h5.h5-md {
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 20px;
}

.footer h5.h5-xs {
  font-size: 1.3125rem;
}

.footer h5.h5-md {
  font-size: 1.4375rem;
}

.footer p,
.footer a {
  color: #f8f6f6;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.footer-box p {
  margin-bottom: 5px;
}

.footer-box p.foo-email a {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
}

.footer a.foo-tag {
  color: #aaa;
  font-size: 1.05rem;
}

.footer a span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bg-dark.footer p,
.bg-dark.footer a,
.bg-dark.footer a span {
  color: #bbb;
}

.footer .footer-links a:hover {
  color: #151515;
  padding-left: 4px;
}

#footer-6.footer .footer-links a:hover {
  padding-left: 0;
}

.bg-dark.footer h6,
.bg-dark.footer h5,
.bg-dark.footer a:hover,
.bg-dark.footer a:hover span,
.bg-dark.footer p.foo-email a,
.bg-dark.footer .footer-links a:hover {
  color: #fff;
}

.footer-contacts p {
  margin-bottom: 3px;
}

p.foo-email a {
  color: #666;
  font-weight: 500;
  text-decoration: underline;
}

.foo-news span {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/

.footer-links li,
.footer-tags-list li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.footer-tags-list li {
  display: inline-block !important;
  margin: 0 3px 12px;
}

.footer-links li p {
  margin-bottom: 8px;
}

.footer-list span {
  position: relative;
  font-weight: 300;
  top: 2px;
  margin-right: 5px;
}

.footer-list.ico-20 [class*="flaticon-"]:before,
.footer-list.ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*. FOOTER SOCIAL LINKS
/*------------------------------------------*/

#footer-6 .footer-socials-links p {
  font-size: 0.95rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

#footer-6 .footer-socials-links p a {
  text-decoration: underline;
}

.footer-socials-links p a.link-facebook:hover {
  color: #3b5998;
}

.footer-socials-links p a.link-twitter:hover {
  color: #00a9ed;
}

.footer-socials-links p a.link-instagram:hover {
  color: #e44772
}

.footer-socials-links p a.link-youtube:hover {
  color: #cd1b20;
}

/*------------------------------------------*/
/*  FOOTER TAGS
/*------------------------------------------*/

.foo-tag {
  font-weight: 400;
  background-color: transparent;
  padding: 4px 8px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.foo-tag:hover {
  background-color: transparent;
  border: 1px solid #aaa;
}

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
/*------------------------------------------*/

.footer-img img.insta-img {
  float: left;
  width: 75px;
  height: 75px;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 1rem;
  padding: 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bg-lightgrey .footer-form .form-control {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-right: none;
  color: #f4f4f4;
}

.bg-dark .footer-form .form-control {
  background-color: #222;
  border: 1px solid #444;
  border-right: none;
  color: #ccc;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.bg-dark .footer-form .form-control:focus {
  border: 1px solid #444;
  border-right: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 48px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1 !important;
  margin-top: 0;
  padding: 0 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.footer-form .btn span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bg-lightgrey .footer-form .btn {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-left: none;
}

.bg-dark .footer-form .btn {
  background-color: #222;
  border: 1px solid #444;
  border-left: none;
}

.bg-dark .footer-form .btn span {
  color: #666;
}

.footer-form .btn:hover span,
.bg-dark .footer-form .btn:hover span {
  color: #d2322b;
}

/*------------------------------------------*/
/*  Footer Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  color: #2dcb21;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  padding-top: 4rem;

}

.bg-dark .bottom-footer {
  border-top: 1px solid #444;
}

.bottom-footer p {
  margin-bottom: 0;
}

.footer-copyright p {
  line-height: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #989898;

}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 0 0;
  padding: 0;
}

.bottom-footer-list li p a {
  color: #989898;
  font-weight: 400;
  font-size: 14px;
}

#footer-6 .bottom-footer-list li {
  margin-bottom: 10px;
}

#footer-3 .bottom-footer-list li a {
  font-weight: 600;
}

.bottom-footer-list li a span {
  margin-right: 4px;
}

.bottom-footer-list p:after {
  content: "|";
  padding-left: 11px;
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after {
  content: " ";
  padding-left: 0;
}

/*------------------------------------------*/
/*  Bottom Socials List
/*------------------------------------------*/

.foo-socials {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 8px;
}




/* ==========================================================================
  29 INNER PAGE HERO
  =========================================================================== */

.page-hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll !important;
  padding-top: 170px;
  padding-bottom: 130px;
}

#about-page {
  background-image: url(../images/about-page.jpg);
}

#blogs-listing-page {
  background-image: url(../images/blogs-listing-page.jpg);
}

#contacts-page {
  background-image: url(../images/contacts-page.jpg);
}

#customers-page {
  background-image: url(../images/customers-page.jpg);
}

#faqs-page {
  background-image: url(../images/faqs-page.jpg);
}

#gallery-page {
  background-image: url(../images/gallery-page.jpg);
}

#pricing-page {
  background-image: url(../images/pricing-page.jpg);
}

#project-details-page {
  background-image: url(../images/project-details-page.jpg);
}

#services-page {
  background-image: url(../images/services-page.jpg);
}

#service-details-page {
  background-image: url(../images/service-details-page.jpg);
}

#service-details-page.bg-design {
  background-image: url(../images/service-page-design.jpg);
}

#service-details-page.bg-constr {
  background-image: url(../images/service-page-constr.jpg);
}

#service-details-page.bg-handyman {
  background-image: url(../images/service-page-handyman.jpg);
}

#single-post-page {
  background-image: url(../images/single-post-page.jpg);
}

#team-page {
  background-image: url(../images/team-page.jpg);
}

#terms-page {
  background-image: url(../images/terms-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h3 {
  margin-bottom: 0;
}




/* ==========================================================================
  30. BREADCRUMB
  =========================================================================== */

#breadcrumb {
  margin-bottom: 20px;
  text-align: center;
}

.breadcrumb-nav {
  display: inline-block;
  margin: 0 auto;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/

.breadcrumb-item a {
  font-family: "Schibsted Grotesk", sans-serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  font-family: "Schibsted Grotesk", sans-serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-size: 0.925rem;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 12px;
}




/* ==========================================================================
  31. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  padding-bottom: 100px;
}

.blog-page-pagination {
  margin-top: 80px;
  padding-top: 80px;
}

.page-link {
  color: #999;
  font-weight: 600;
  padding: 9px 16px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.pagination.ico-20 [class^="flaticon-"]:before,
.pagination.ico-20 [class^="flaticon-"]:after {
  font-size: 0.7rem;
}

.page-link:hover,
.page-item.active .page-link {
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  32. TERMS PAGE
  =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.terms-box {
  margin-bottom: 30px;
}

.terms-box h5 {
  margin-bottom: 25px;
}

.terms-box a {
  font-weight: 500;
}



/* ==========================================================================
  33. SCROLL TO TOP
  ========================================================================== */

#scrollUp {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
      bottom: 73px;
  right: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#scrollUp:hover {
  background-color: rgba(255, 69, 0, .95);
}

nav a#pull {
  display: none;
}




/* ==========================================================================
  34. COLOR SCHEME SETTINGS
  =========================================================================== */

/* Background Color */
.bg-theme {
  background-color: #ff4500;
}

/* Button Color */
.btn-theme,
.scroll .btn-theme,
.white-color .btn-theme,
.theme-hover:hover,
.scroll .theme-hover:hover,
.white-color .theme-hover:hover {
  color: #fff !important;
  background-color: #ff4500;
  border-color: #ff4500 !important;
}

.btn-tra-theme,
.scroll .btn-tra-theme,
.white-color .btn-tra-theme,
.tra-theme-hover:hover,
.scroll .tra-theme-hover:hover,
.white-color .tra-theme-hover:hover {
  color: #ff4500 !important;
  background-color: transparent;
  border-color: #ff4500 !important;
}

/* Text Color */
.theme-color,
.theme-color h2,
.theme-color h3,
.theme-color h4,
.theme-color h5,
.theme-color h6,
.theme-color p,
.theme-color a,
.theme-color li,
.theme-color i,
.theme-color span,
.white-color .theme-color {
  color: #ff4500;
}

/* Loader */
#loader,
#loader:before,
#loader:after {
  border-top-color: #ff4500;
}

/* Header Hover */
.nav-theme-hover .wsmegamenu h5.h5-xs a:hover,
.wsmenu>.wsmenu-list.nav-theme-hover>li>ul.sub-menu>li>a:hover,
.nav-theme-hover .wsmegamenu .latest-news .post-summary a:hover,
.wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu .link-list li a:hover,
.wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #ff4500 !important;
}

.posttitle:before,
.posttitle:after {
  background-color: #ff4500;
}

/* Card Link Hover */
.card-2-txt h6 a:hover {
  color: #ff4500;
}

/* Box Hover */
.fbox-6-hover .fbox-6:hover {
  background-color: #ff4500;
}

/* Portfolio Filter */
.masonry-filter.theme-filter button.is-checked,
.masonry-filter.theme-filter button.is-checked:before {
  color: #ff4500;
}

/* Project Link Hover */
.project-link:hover {
  background-color: #ff4500;
}

/* Image Overlay Background */
.theme-overlay .item-overlay {
  background: rgba(255, 69, 0, .7);
}

.bg-lightgrey .blog-3-post.theme-border {
  border-bottom: 4px solid #ff4500;
}

.quote p {
  border-left: 3px solid #ff4500;
}

.footer-form .btn:hover span,
.bg-dark .footer-form .btn:hover span {
  color: #ff4500;
}

.popular-post a::after {
  color: #ff4500;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #ff4500;
  border-color: #ff4500;
}




/* ==========================================================================
   STYLE CHANGER 
  ========================================================================== */

#stlChanger {
  position: fixed;
  z-index: 9999;
  font-size: 15px;
  overflow: hidden;
  right: -230px;
  top: 100px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#stlChanger.open {
  right: 0px;
}

#stlChanger .bgChanger {
  min-width: 280px;
  min-height: 280px;
}

#stlChanger .blockChanger {
  width: 230px;
}

#stlChanger .chBody {
  background: #2b2e37;
  width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2e37;
  border-radius: 4px 0px 0px 4px;
  margin-left: 50px;
}

#stlChanger .chBut {
  background: #ff4500;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border: 1px solid #ff4500;
  border-left: none;
  padding: 0 0 0 2px;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  color: #fff;
  font-size: 2.15rem;
  line-height: 48px !important;
}

#stlChanger p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#stlChanger .stBgs a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  float: left;
  padding: 0;
  margin: 0 5px 8px;
  cursor: pointer;
  opacity: 1;
}

#stlChanger .stBgs a img {
  width: 35px;
  height: 35px;
}

.stBlock1 {
  margin: 0 20px 25px 20px;
}

.stBlock .btn {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 10px;
}

.s_1 img {
  opacity: 1;
  margin-bottom: 15px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.s_1 img:hover {
  opacity: 0.8;
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.w-20per {
  width: 12%;
}

#brands-1 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  filter: grayscale(1);
}

#cta-6 .btn.btn-md {
  font-size: 18px;
  padding: 14px 19px;
  width: 62%;
}

.nl-simplew2 a {
  background: #28489f;
  border-color: #28489f;
  color: white !important;
}

.joinpage {
  padding-top: 58px !important;
  min-height: 100vh;
}

.joinpage .logo-black img {
  width: 145px;
  margin-bottom: 2pc;

}

::-webkit-scrollbar {
  display: none;
}

.joinpage .para {
  font-weight: 400;
  padding: 0 0;
  font-size: 14px;
  margin-bottom: 25px;
  color: #6d6d6d;
}

.joinpage h5 {
  line-height: 1.4;
}

.joinpage .form-control {
  border-radius: 0px 0px 0px 0px !important;
}

input.upload-btn {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.tcagree .col-lg-11 {
  display: flex;
  align-items: center;
}

.tcagree .col-lg-11 input {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}


.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/pricing/arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  float: right;
  margin-top: 5px;
}

.faq-div .card {
  border: 0px solid rgb(0 0 0 / 97%);
}

.faq-div .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  font-size: 15px;
  font-weight: 100;
  color: #8e8f90;
}

.faq-div .card-header button {
  color: black;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(255 255 255);
  border-bottom: 1px solid rgb(0 0 0);
}

.card {
  border: 1px solid rgb(0 0 0 / 97%);
}

.card-header button {
  color: black;
  padding: 0;
  font-size: 15px;
  line-height: 32px;
  font-weight: 100;
}

.btn:focus {
  color: #000;
}

.feature-box li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  background: #f4f4f4;
  padding: 10px 14px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
}

.card-header button:hover {
  text-decoration: none;
}

.select-group input[type=checkbox] {
  background: #E6E6E6 !important;
  width: 20px;
  height: 19px;
  vertical-align: text-top;
  margin-right: 6px;
  border-radius: 5px;
}

.rt-stepbx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
}

.rt-stepbx .price-estimate .price span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.5px;
  letter-spacing: -0.4px;
}

.rt-stepbx .price-estimate .price span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.5px;
  letter-spacing: -0.4px;
}

.rt-stepbx h6 {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.07px;
}

.b-price span {
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.rt-stepbx .price-estimate .price {
  margin-bottom: 16px;
}

.total-price-area {
  border-top: 1px solid #101c28;
  padding-top: 26px;
}

.main-container {
  min-height: 56vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 560px;
  overflow: hidden;
}

.main {
  margin: 0px auto;
  width: 400px;
  height: 400px;
  position: relative;
}

.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  /* border: 1px solid #0d0d0d2b; */
  background: #ffffff6b;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
  width: 51px;
  height: 51px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(180deg, #d1fffd 0%, #d9fffe 100%);
  -webkit-background-image: linear-gradient(180deg, #d1fffd 0%, #d9fffe 100%);
  /* box-shadow: 0 2px 4px 0 #3e5ada; */
  /* -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */

}

.icon-block img {
  margin: 0px auto;
  width: 20px;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
  filter: brightness(0);
}

.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  /* border: 1px solid #e1e3e5; */
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 85px -41px #00000021;
}

.circle:hover {
  box-shadow: 0 0 110px -33px #00fff2
}

.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
  max-width: 160px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}


.bg-orange {
  background: #f74300;
}

.login-div {
  padding-top: 140px;
  height: 100vh;
}

/* newjoinpg */

.logoicon {
  width: 54px;
  position: absolute;
  z-index: +99;
  filter: none;
  background: white;
  left: 13px;
  top: 13px;
  border-radius: 38px;
  padding: 4px;
}

.contentdiv {
  padding-top: 6pc;
}

.contentdiv h3 {
  padding-right: 26%;
  font-size: 25px;
}

.contentdiv h3 b {
  font-weight: 100;
}

.contentdiv01 {
  padding-top: 3pc;
}

.contentdiv01 h3 {
  padding-right: 26%;
  font-size: 25px;
}

.contentdiv01 h3 b {
  font-weight: 100;
}

.pdcss {
  padding-top: 0pc;
  padding-left: 2pc;
}

.pricediv {
  display: block;
  padding-bottom: 20px;
}

.pricediv .price-estimate {
  padding: 3%;
  background: #d5faff;
  width: 146px;
  border-radius: 7px;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: 10px;
  height: 110px;
}

.subsimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
  object-position: right;
}

.backbtn {
  z-index: +99999;
  position: absolute;
  right: 3%;
  top: 3%;
  font-size: 16px;
  color: #b7b7b7;
  cursor: pointer;
  text-decoration: underline;
}

.paybtn {
  width: auto;
  float: right;
  margin-left: auto;
  font-size: 14px !important;
  padding: 11px 28px !important;
}

.pricing-detail .nav {
  justify-content: center;
  margin-bottom: 4.8rem;
  border: none;
  background: #F2F4F7;
  width: fit-content;
  margin: auto auto 0.8rem;
  padding: 8px;
  border-radius: 58px;
}

.pricing-detail .nav button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.pricing-detail .nav .nav-link.active {
  box-shadow: 0px 1px 6px 0px #202c3729;
  background-color: #fff;
  color: #141C25;
  border-radius: 80px !important;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 600;
}

.pricing-detail .nav-tabs .nav-link {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 22px;
  padding-right: 22px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  background: #faebd700;
}

.pricing-detail h1 {
  font-size: 78px;
  line-height: 84px;
  letter-spacing: -.024em;
  font-weight: 600;
  color: #000;
  font-family: "Schibsted Grotesk", sans-serif;
}

.pricing-detail .feature-left-price {
  border: 2px solid #E4E7EC;
  cursor: pointer;
  border-radius: 26px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  background-color: #fff;
}

.pricing-detail .feature-left-price .top-div {
  padding: 24px 24px 0;
}

.pricing-detail .feature-left-price .feature-member-box h2.title {
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 8px;
  line-height: 19px;
  color: #000000;
  font-family: "Schibsted Grotesk", sans-serif;
}

/* .newletter-div {
    text-align: center;
    background: #ff45000d;
    padding: 2rem;
    border-radius: 21px;
    border: 1px solid #ff450024;
    background-image: url(../images/pricing/bg.png);
    box-shadow: 18px 19px 20px -6px rgb(255 69 0 / 3%);
}
.newletter-div h1{    font-size: 2.5rem;
  letter-spacing: -1px;
  margin-bottom: 1.4rem;} */
.pricing-detail .feature-left-price .feature-member-box h2 span {
  position: absolute;
  top: 12px;
  font-weight: 500;
  right: 14px;
  font-size: 12px;
  background: #0075ff;
  color: white;
  padding: 6px 14px;
  border-radius: 19px;
}

.pricing-detail .feature-left-price h3 {
  font-size: 39px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
  line-height: 0.8;
  text-transform: inherit;
  font-family: "Schibsted Grotesk", sans-serif;
}

.per-user {
  font-size: 17px;
  color: #737373;
  font-weight: 500;
  margin: 0 5px;
}

.users {
  font-size: 14px !important;
  font-weight: 100 !important;
  color: #7e7e7e !important;
  display: inline !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pricing-detail .feature-left-price .des {
  margin-bottom: 2rem;
}

.pricing-detail .feature-left-price .des p {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 70px;
}

.pricing-detail .feature-left-price .des strong {
  color: #141C25;
  font-size: 16px;
  font-weight: 500;
}

.pricing-detail .feature-left-price.active {
  border-radius: 26px;
  border-top: 10px solid orangered;
  border-bottom: 10px solid orangered;
  border-left: 2px solid orangered;
  border-right: 2px solid orangered;
}
.pricing-detail .feature-left-price .feature-member-box button{
  margin-top: 1.5rem;
  padding: 0;
}
.pricing-detail .feature-left-price .feature-member-box button a {
  height: 47px;
  line-height: 47px;
  padding: 0 5px;
  width: 100%;
  display: block;
  font-size: 14px;
  border-radius: 6px;
  background: #444444;
}
.go-back-btn:hover a{
  background: black;
}
.go-back-btn a{
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.25px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 10px 19px;
  border-radius: 40px;
  color: #fff !important;
  background-color: #ff4500;
  border-color: #ff4500 !important;
  display: block;
}
section.pricing-detail {
  padding: 3rem 0 4rem;
}
.bg-none{
  background: none;
}
.border-none{
  border: none;
}
.pricing-detail .feature-left-price .feature-member-box button a:hover {
  border-radius: 6px;
  background: #000000;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list {
  margin-top: 2rem;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-top: 9px;
  padding: 0 19px 0;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list ul li {
  padding: 7px 0;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list ul li svg {
  margin-right: 9px;
  color: orangered;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list span.category {
  background: #f0f0f0;
  border: 1px solid #e8e9ec;
  border-right: 0;
  border-left: 0;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 24px;
  color: #9d9d9d;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list p {
  font-weight: 600;
  font-size: 13px;
  padding: 0 24px 0;
  color: black;
}

.pricing-detail .feature-left-price .feature-member-box .ul-list ul li.opacity-low {
  opacity: 0.3;
}

.add-on-features .fbox-6 p.p-md {
  font-size: 0.9rem;
}

.add-on-features .fbox-6 h4 {
  margin-top: 33px;
  font-size: 35px;
}

.add-on-features .fbox-6 h4 span {
  font-size: 16px;
  font-weight: 200;
  color: #b8b4b3;
}

.add-on-features .fbox-6 {
  background-color: #f9f9f9;
  padding: 50px 28px;
  min-height: 333px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.add-on-features .fbox-6 h5 {
  font-size: 1.1rem;
}

/* end-newjoinpg */

.login-div .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #3498db;
  /* Blue color, you can change this */
  z-index: -9;
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.login-div .float-features {
  position: sticky;
  top: 0;
  height: 400px;
  align-items: center;
}

.login-div button {
  height: 53px;
  line-height: 53px;
  padding: 0;
  width: 87%;
  background: #f3f3f3;
  border: #f2f2f2;
  border-radius: 50px;
}

#otp-form .otp-boxs {
  width: 55%;
  display: flex;
  gap: 13px;
  justify-content: flex-start;
  /* margin: auto; */
  text-align: center;
}

#otp-form .otp-boxs input {
  height: 73px;
  width: 73px;
  line-height: 53px;
  border: 2px solid #CFCFCF;
  border-radius: 18px;
  margin: 0px auto 27px;
  font-size: 23px;
  text-align: center;
  color: black;
  font-weight: 600;
  padding-left: 0;
  font-style: normal;
}

.login-div .icon img {
  width: 100%;
  border-radius: 13px;
}

.login-div .icon1 {
  top: 46%;
  left: 7%;
  animation-name: floats1;
}

.login-div .icon2 {
  top: 89%;
  left: 0.9%;
  animation-name: floats2;
}

.login-div .icon3 {
  left: -2%;
  top: 133%;
  animation-name: floats3;
}

.login-div .icon4 {
  top: 50%;
  right: 2%;
  animation-name: floats4;
}

.login-div .icon5 {
  top: 121%;
  right: 15.9%;
  animation-name: floats5;
}

.login-div .icon6 {
  right: 45%;
  top: 128%;
  animation-name: floats6;
}

.login-div .icon7 {
  left: 14%;
  top: 121%;
  animation-name: floats7;
}

.login-div .icon8 {
  top: 114%;
  right: 67%;
  animation-name: floats8;
}

.login-div .icon9 {
  top: 128%;
  right: -0.1%;
  animation-name: floats9;
}

.login-div .icon10 {
  right: 31%;
  top: 108%;
  animation-name: floats10;
}

.login-div h2 {
  font-size: 2rem;
}

.login-div p {
  font-size: 16px;
  padding: 0 5rem;
  margin: 11px 0 22px;
  color: #8f8f8f;
}

.login-div input {

  height: 53px;
  line-height: 53px;
  border: 1px solid #000000;
  border-radius: 12px;
  font-size: 17px;
  text-align: center;
  color: black;
  font-weight: 500;
}

.row.reg {
  margin-top: 3rem;
}

.login-div .reg label {
  color: #637083;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
  font-weight: 400;
}

.list-select li {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 7px;
  padding: 12px 20px;
  margin: 10px;

}

.list-select li input {
  width: 20px;
  height: 20px !important;
}

input[type="checkbox"] {
  accent-color: orangered;
}

.content {
  display: none;
}

.arrow {
  display: inline-block;
  transition: transform 0.2s;
}

.arrow.down {
  transform: rotate(0deg);
}

.arrow.up {
  transform: rotate(180deg);
}

.more {
  display: block;
  margin: auto;
  width: -webkit-fill-available;
}

.more svg {
  color: #666565;
}

.list-select li .form-check {
  position: relative;
  display: flex;
  align-items: self-end;
}

.list-select li label {
  font-size: 13px !important;
  margin-left: 6px !important;
  margin-bottom: 0 !important;

}

.login-div .reg input {
  background: #f2f2f2;
  height: 53px;
  line-height: 53px;
  border: 1px solid #f2f2f2;
  text-align: left;
  font-weight: 600;
}

.login-div .reg button {
  background-color: #ff4500;
  border-color: #ff4500 !important;
  margin-top: 1rem;
}

.login-div input.inputtext {
  width: 87%;
  margin: 17px auto;
}

.login-div button.tra-white-hover:hover a {
  color: white;
}

.login-div button.tra-white-hover:hover {
  color: #fff !important;
  background-color: #ff4500;
  border-color: #ff4500 !important;
}

@keyframes floats1 {

  0%,
  100% {
    transform: translateY(0) translateX(-20px);
  }

  50% {
    transform: translateY(-20px) translateX(-20px);
  }
}

@keyframes floats2 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-40px) translateX(20px);
  }
}

@keyframes floats3 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-60px) translateX(20px);
  }
}

@keyframes floats4 {

  0%,
  100% {
    transform: translateY(0) translateX(-20px);
  }

  50% {
    transform: translateY(0px) translateX(0px);
  }
}

@keyframes floats5 {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(27px) translateX(21px);
  }
}

@keyframes floats6 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes floats7 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes floats8 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes floats9 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes floats10 {

  0%,
  100% {
    transform: translateY(0) translateX(20px);
  }

  50% {
    transform: translateY(-20px) translateX(0px);
  }
}

.join-now #onboarding {
  width: 100%;
}

.join-now {
  height: 100vh;
  overflow-x: hidden;
}

.join-now .progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
}

.join-now .progress {
  width: 0;
  height: 3px;
  background-color: #ff4500;
}

.join-now .step input {
  height: 50px;
  font-size: 17px;
  text-transform: capitalize;
  border: 1px solid #70707061;
  margin: 8px 0 0.5rem;
  width: 100%;
  font-weight: 800;
  letter-spacing: 0;
  color: #000000;
  padding-left: 24px;
  border-radius: 66px;
  font-style: italic;
}

.register-input-div button {
  height: 57px;
  width: 100%;
}

.register-li-div button {
  height: 57px;
  width: 100%;
}

.select-action .div {
  border: 3px solid #707070;
  width: 153px;
  border-radius: 40px;
  text-align: center;
  padding: 1.6rem 0.7rem;
  height: 153px;
  cursor: pointer;
}

.greet {
  font-size: 46px;
  font-family: Forte;
  color: #ec3f17;
  margin-top: -2rem;
  text-align: center;
  display: block;
}

.select-action .div p {
  font-size: 0.8rem;
  color: black;
  font-weight: 600;
  line-height: 1.3;
  margin: 7px 0 0 0;
}

.select-action .div:hover {
  border: 3px solid #ec4119;
}

.select-action .div img {
  margin: auto;
  width: 47px;
}

.w-fit {
  width: fit-content;
}

.select-action {
  margin-bottom: 2rem;
  display: inline-flex;
  gap: 18px;
}

.need-help-tag-center {
  font-style: italic;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin: 18px 0 0;
  text-align: left;
  display: block;
  color: #707070a1 !important;
}

.need-help-tag-center:hover {
  color: #ff4500 !important;
}

.w-80 {
  width: 80% !important;
}

.w-170 {
  width: 170%;
  ;
}

.join-now .step input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.join-now .step {
  display: none;
  width: 100%;
  height: auto;
}

.join-now .step .action-btn {
  display: flex;
}

::placeholder {
  color: #bcbcbc;
  opacity: 1;
  font-weight: 400
    /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #bcbcbc;
  font-weight: 400;
}

.join-now .back-btn {
  /* margin: 6px; */
  font-size: 17px;
  font-weight: 600;
  color: black;
  cursor: pointer;
}

.join-now .back-btn svg {
  color: #000000;
  margin-right: 5px;
}

.nxt {
  display: block;
  height: 44px;
  width: fit-content;
  color: white;
  font-size: 15px;
  line-height: 44px;
  background: #ff4500;
  text-transform: none;
  letter-spacing: 0.25px;
  font-weight: 600;
  padding: 0 26px;
  border-radius: 40px;
  border: 1px solid #ff4500;
  /* box-shadow: 0 13px 5px -5px rgb(0 0 0 / 10%) !important; */
}

.nxt:hover {
  background-color: #111111;
  border-color: #dedede !important;
  box-shadow: 0 12px 5px -5px rgb(0 0 0 / 10%) !important;
  color: white !important;
}

.register-input-div {
  padding-right: 6rem;
}
.resend-otp{
  cursor: pointer;
  color: #ff4500;
  font-size: 13px;
  margin: 16px 0 0;
  font-weight: 700;
  border-bottom: 1px solid #ff4500;
  width: fit-content;
  font-style: italic;
}
.nxt-back {
  height: 60px;
  margin: 0;
  background: #ff4500;
  color: white;
  display: block;
  width: fit-content;
  font-size: 14px;
  line-height: 60px;
  text-transform: none;
  letter-spacing: 0.25px;
  font-weight: 300;
  padding: 0 26px;
  border-radius: 40px;
  margin-top: 0 !important;
}

.nxt-back:hover {
  background-color: #000;
  border-color: #dedede !important;
  box-shadow: 0 12px 5px -5px rgb(0 0 0 / 0%) !important;
  color: white !important;
}

.pt-7pc {
  padding-top: 7rem
}

.join-now .step h3 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 0rem;
}

.join-now .step.active {
  display: block;
}

.join-now button {
  margin-top: 10px;
}

.multiSelect {
  position: relative;
  min-height: 70px;
  font-size: 43px;
  border: none;
  margin: 8px 0 1rem;
  width: 100%;
  font-weight: 500;
  color: #000000;
}

.multiSelect *,
.multiSelect *::before,
.multiSelect *::after {
  box-sizing: border-box;
}

.multiSelect_dropdown {
  font-size: 14px;
  min-height: 65px;
  line-height: 35px;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  color: #444f5b;
  border: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
  transition: .1s border-color ease-in-out;
  cursor: pointer;
  height: auto;
}

.multiSelect_dropdown.-hasValue {
  padding: 5px 30px 5px 5px;
  cursor: default;
}

.multiSelect_dropdown.-open {
  box-shadow: none;
  outline: none;
  padding: 4.5px 29.5px 4.5px 4.5px;
  border: 1.5px solid #ffffff;
}

.multiSelect_arrow::before,
.multiSelect_arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 20px;
  border-bottom: 8px solid #99A3BA;
  top: 40%;
  transition: all .15s ease;
}

.multiSelect_arrow::before {
  right: 18px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.multiSelect_arrow::after {
  right: 13px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.multiSelect_list {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(10* 31px);
  top: 28px;
  left: 0;
  z-index: 9999;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 2px solid #f0f0f0;
  box-shadow: 10px 24px 11px -14px rgb(0 0 0 / 6%);
  border-radius: 17px;
}

.multiSelect_option {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #00000008;
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .15s ease;
}

.multiSelect_option.-selected {
  display: none;
}

.multiSelect_option:hover .multiSelect_text {
  border-radius: 10px;
  color: #000;
  background: #e0e7f9;
  padding: 11px;
}

.multiSelect_text {
  cursor: pointer;
  display: block;
  padding: 5px 13px;
  color: #525c67;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .15s ease;
}

.multiSelect_list.-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.multiSelect_list.-open+.multiSelect_arrow::before {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.multiSelect_list.-open+.multiSelect_arrow::after {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

.multiSelect_list.-open .multiSelect_option {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.multiSelect_list.-open .multiSelect_option:nth-child(1) {
  transition-delay: 10ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(2) {
  transition-delay: 20ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(3) {
  transition-delay: 30ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(4) {
  transition-delay: 40ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(5) {
  transition-delay: 50ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(6) {
  transition-delay: 60ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(7) {
  transition-delay: 70ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(8) {
  transition-delay: 80ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(9) {
  transition-delay: 90ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(10) {
  transition-delay: 100ms;
}

.multiSelect_choice {
  background: #ecf8fc;
  /* border: 1px solid #ff4500; */
  color: #000000;
  padding: 4px 20px;
  line-height: 17px;
  margin: 5px 9px 5px 0;
  display: inline-block;
  font-size: 14px !important;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500 !important;
}

.multiSelect_deselect {
  width: 12px;
  height: 12px;
  display: inline-block;
  stroke: #848484;
  stroke-width: 4px;
  margin-top: -1px;
  margin-left: 6px;
  vertical-align: middle;
}

.multiSelect_choice:hover .multiSelect_deselect {
  stroke: #a1a8b1;
}

.multiSelect_noselections {
  text-align: center;
  padding: 7px;
  color: #b2bac3;
  font-weight: 450;
  margin: 0;
}

.multiSelect_placeholder {
  position: absolute;
  left: 0;
  font-size: 43px !important;
  top: 15px;
  padding: 0 4px;
  background-color: #fff;
  color: #dedede;
  pointer-events: none;
  transition: all .1s ease;
}

.multiSelect_dropdown.-open+.multiSelect_placeholder,
.multiSelect_dropdown.-open.-hasValue+.multiSelect_placeholder {
  top: -11px;
  left: 17px;
  color: #4073FF;
  font-size: 13px;
  display: none;
}

.multiSelect_dropdown.-hasValue+.multiSelect_placeholder {
  top: -11px;
  left: 17px;
  color: #6e7277;
  font-size: 13px;
  display: none;
}

.contents {
  text-align: center;
}

.contents h3 {
  width: 68%;
  margin: auto;
  font-size: 33px;
  line-height: 1;
  margin: 17px auto;
  color: #063761;
}

.contents p {
  font-size: 15px;
  padding: 0 3rem;
  color: #bfbcbc;
}

.demo2 img {
  width: 85px;
}

.demo2 h3 {
  font-size: 26px !important;
  line-height: 1 !important;
  margin: 17px auto !important;
  color: #252525 !important;
  font-weight: 600 !important;
}

.demo2 input {
  height: 70px !important;
  font-size: 50px !important;
  border: none !important;
  margin: 0rem 0 2rem !important;
  width: 100% !important;
  font-weight: 600 !important;
  color: #081f65 !important;
}



.logo-size {
  width: 138px;
  margin-bottom: 1rem;
}

.h1heading {
  font-size: 48px;
  line-height: 59px;
  letter-spacing: -.024em;
  font-weight: 800;
  color: #000;
  font-family: "Schibsted Grotesk", sans-serif;

}

.step .para {
  font-weight: 400;
  margin: 0rem 0;
  margin-bottom: 18px;
  font-size: 16px;
  color: black;
}

.step .para a {
  color: #0260FF;
  font-size: 17px;
}

.input-div {
  position: relative;
}

b.org {
  color: orangered;
}

.input-div button {
  position: absolute;
  right: -1px;
  top: 8px;
  height: 60px;
  margin: 0;
}

.h-100vh {
  height: 100vh;
}

.w-120 {
  width: 120%;
}

.need-help-tag {
  color: orangered !important;
  font-style: italic;
}



.base-timer {
  position: relative;
  width: 55px;
  height: 55px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
}

#app {
  align-items: center;
  display: flex;
}

.team-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 0rem;

}

.team-count span {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.team-count span svg {
  margin-right: 3px;
}

.team-count label {
  font-size: 14px;
  font-weight: 100;
  color: #7e7e7e;
}

.team-count label span {
  padding: 2px 16px;
  border-radius: 20px;
  border: 1px solid #00000052;
  margin-right: 6px;
  color: black;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.team-count input {
  border-radius: 20px;
  border: 1px solid #00000052;
  text-align: center;

}

.register-li-div ul li {
  background: #f1f1f1;
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 8px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: black;
  cursor: pointer;
}

.register-li-div ul li:hover {
  background: #00A9E0;
  color: white;
}

#download-options .modal-content {
  border-radius: 40px;
}

#download-options .modal-content .modal-body {
  background: black;
  border-radius: 24px;
  padding: 1.2rem 1.2rem;
}

#download-options .modal-content .modal-body button {
  background: #707070;
  padding: 10px 24px;
  border-radius: 11px;
  color: white;
  display: inline-block;
}

#download-options .modal-content .modal-body .close {
  position: absolute;
  right: -1rem;
  top: -3rem;
  background: transparent;
  color: white;
  font-weight: 100;
  font-size: 35px;
  opacity: inherit;
}

#download-options .modal-content .modal-body button img {
  height: 30px;
  margin-right: 9px;
}

section.payment-failed {
  padding: 3rem 0 4rem;
}

section.payment-failed h1 {
  font-size: 45px;
  line-height: 59px;
  letter-spacing: -.024em;
  font-weight: 800;
  color: #000;
  font-family: Schibsted Grotesk;
}

.register-li-div ul li.active {
  background: #00A9E0;
  color: white;
}

section.payment-failed p {
  font-weight: 400;
  margin: 0rem 0;
  margin-bottom: 18px;
  font-size: 15px;
  color: black;
}

.set-position {
  position: absolute;
  right: -10pc;
  bottom: 0pc;
  width: 65%;
}

@media screen and (width > 48rem) {
  .pricing-detail .feature-left-price h3 {
    font-size: calc(22.6019px + 0.906149vw);
  }

  .pricing-detail .feature-left-price .feature-member-box h2 span {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: fit-content;
  }
}
@media (max-width:500px){
  #download-options .modal-content .modal-body button {
    width: 100%;
    margin: 6px 0;
}
#download-options .modal-content .modal-body .close {
  position: absolute;
  right: 0;
  top: -4rem;
}
#download-options .modal-content .modal-body {
  background: black;
  border-radius: 15px;
  padding: 1rem 1rem;}
  .order-1{
    order: 2;

  }
  .pt-7pc.order-1 {
    padding-top: 2rem;
}
  .order-2{

    order: 1;
  }
  .register-li-div button {
    height: 50px;
    font-size: 14px;
    width: 100% !important;
}
.register-input-div button {
  height: 50px;
  width: 100%;
  font-size: 15px;
}
  .set-position {
    display: none;}
  .register-li-div ul li {
    padding: 10px 11px;
    font-size: 13px;}
 .col-md-6.pl-0, .px-0 {
    padding-left: 15px!important;
}
.step .video-div img{visibility: visible;}
  .register-input-div {
    padding-right: 0;}
  .btn.btn-md, .btn.btn-lg {
    padding: 10px 23px!important;
}
  .pricing-detail .feature-left-price {
    margin-bottom: 1rem;}
  section.pricing-detail {
    padding: 2rem 0 4rem;
} p.mb-50 {
  margin-bottom: 25px;
  margin-top: 2rem;}
  .pricing-detail h1 {
    font-size: 62px;
    line-height: 58px;}
  .input-div button {
    position: initial;
    height: 50px;
    margin: 0;
    width: 100%;
    font-size: 14px;}
  .logo-size {
    width: 130px;
    margin-bottom: 2rem;
}
  .h1heading {
    font-size: 39px;
    line-height: 43px;}
  .join-now .step {
    padding: 2rem 1rem;
  }
  .join-now {
    height: 100vh;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
}

@media screen and (min-device-width: 500px) and (max-device-width: 989px) {
  .input-div button {
    height: 43px;
  }

  .h1heading {
    font-size: 34px;
    line-height: 32px;
  }

  .step .para {
    font-size: 12px;
  }

  .register-input-div {
    padding-right: 0;
  }

  .register-li-div ul li {
    padding: 7px 13px;
    font-size: 10px;
  }

  .join-now .step input {
    height: 43px;
    font-size: 13px;
  }

  .input-div button {
    font-size: 13px;
  }

  .register-input-div button {
    height: 48px;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (min-device-width: 990px) and (max-device-width: 1200px) {

  .register-input-div button {
    height: 50px;
    width: 100%;
    font-size: 13px;
  }

  .pricing-detail .feature-left-price .top-div {
    padding: 18px 15px 0;
  }

  .register-input-div {
    padding-right: 0;
  }

  .register-li-div ul li {
    background: #f1f1f1;
    display: inline-block;
    padding: 12px 11px;
    margin-bottom: 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
  }

  .join-now .step input {
    height: 44px;
    font-size: 15px;
  }

  .step .para {
    font-size: 14px;
  }

  .logo-size {
    width: 135px;
    margin-bottom: 1rem;
  }

  .h1heading {
    font-size: 35px;
    line-height: 44px;
  }
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
  .register-input-div button {
    height: 50px;
    width: 100%;
    font-size: 13px;
  }

  .h1heading {
    font-size: 40px !important;
    line-height: 44px;
  }

  .step .para {
    font-size: 14px;
  }

  .join-now .step input {
    height: 43px;
    font-size: 16px;
    margin: 8px 0 0.2rem;
  }

  .register-input-div {
    padding-right: 0;
  }
}

@media (min-width: 1000px) {
  .emailbox {
    height: 60px !important;
    font-size: 14px;
  }

  .h1heading {
    font-size: 37px !important;
    line-height: 33px;
  }

  .register-li-div button {
    height: 43px;
    font-size: 13px;
  }

  .register-li-div ul li {
    background: #f1f1f1;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 8px;
    font-size: 11px;
  }

  .join-now .step input {
    height: 43px;
    font-size: 14px;
    margin: 8px 0 0.2rem;
    padding-left: 16px;
  }

  .register-input-div button {
    height: 44px;
    width: 100%;
    font-size: 13px;
  }

  .h1heading {
    font-size: 41px;
    line-height: 46px;
  }
}

@media (min-width: 1100px) {
  .h1heading {
    font-size: 40px !important;
    line-height: 46px !important;
  }
}

@media (min-width: 1200px) {
  .logo-size {
    width: 114px;
    margin-bottom: 1rem;
  }

  .h1heading {
    font-size: 46px !important;
    line-height: 49px !important;
  }
}

@media (min-width: 1401px) {
  .register-input-div {
    padding-right: 0;
  }

  .register-li-div ul li {
    background: #f1f1f1;
    display: inline-block;
    padding: 13px 15px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .logo-size {
    width: 150px;
    margin-bottom: 2rem;
  }

  .register-li-div button {
    height: 50px;
    font-size: 15px;
  }

  .step .para {
    font-weight: 400;
    margin: 0rem 0;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .register-input-div button {
    height: 50px;
  }

  .h1heading {
    font-size: 51px !important;
    line-height: 56px !important;
  }

  .join-now .step input {
    height: 50px;
    font-size: 18px;
  }
}

.switch>.row {
  padding-bottom: 2rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
  font-weight: 400;
}

.switch h3>small {
  font-weight: 200;
  font-size: 0.75em;
  color: #939aa5;
}

.switch h6 {
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3.32px;
  text-transform: uppercase;
  color: #bdc1c8;
  margin: 0;
  line-height: 5rem;
}

.switch .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #fff;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: 'â‚¹ INR';
  left: -4rem;
}

.btn-toggle:after {
  content: '$ USD';
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle>.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #000;
}

.btn-toggle.active {
  background-color: #fff;
}

.btn-toggle.btn-lg {
  margin: 0 4rem 3rem 0;
  padding: 0;
  position: relative;
  border: 1px solid #0000003b;
  height: 1.5rem;
  width: 3rem;
  border-radius: 2.5rem;
}

.price-unit.switch {
  display: grid;
  justify-content: end;
}

.form-range::-webkit-slider-thumb {
  background: gray;
}

.form-range::-moz-range-thumb {
  background: gray;
}

.form-range::-ms-thumb {
  background: gray;
}

.help-support{
  padding-top: 130px;
}

section.help-support h1 {
  font-size: 40px;
  line-height: 59px;
  letter-spacing: -.024em;
  font-weight: 800;
  color: #000;
  font-family: Schibsted Grotesk;
}

.help-support .input-icons {
  width: 78%;
  margin: 1rem auto 4rem;
  position: relative;
}

.help-support .input-icons svg {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 40%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  color: #2a2a2a;
  padding: 7px;
  min-width: 35px;
}


.help-support .input-field {
  width: 100%;
  padding: 10px 10px 10px 48px;
  text-align: left;
  border: 1px solid #0000001f;
  border-radius: 36px;
  box-shadow: 0px 18px 12px -14px #00000014;
  height: 50px;
}

.help-support .input-field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.help-content-div {
  border: 2px solid #e7e7e7;
  border-radius: 18px;
  padding: 4rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
  height: 267px;
}
.help-content-div h4{
  font-size: 19px;
  margin: 1rem 0 0.5rem;
}
.help-content-div p{
  font-size: 14px;
  width: 85%;
  margin: auto;
  color: #959595;
}
.help-content-div:hover {
  box-shadow: 12px 13px 42px -24px #00000029;}
.help-content-div span[class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after {
  font-size: 2.75rem;
  color: orangered;
}



.hr-resource-top{
  padding-top: 130px;
}

.hr-resource-header{
  position: relative;
}
.hr-resource-header  h1{
  font-size: 70px;
}
.hr-resource-header:before{
  content: "";
  background-image: url(../images/star/star-left.png);
  position: absolute;
  left: -143px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px
  
}
.hr-resource-header:after{
  content: "";
  background-image: url(../images/star/star-right.png);
  position: absolute;
  right: -143px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px
  
}
.hr-blog-filter .card{
  border: 1px solid #ccc;
  border-radius: 20px;
  border-top: none;
}
.user-Guides-section .row  .col-sm-4:first-child .card, .user-Guides-section .row .col-sm-4:nth-child(6) .card, .user-Guides-section .row .col-sm-4:nth-child(7) .card {
  background: #FCF1E0;
}
.user-Guides-section .row  .col-sm-4:nth-child(2) .card, .user-Guides-section .row .col-sm-4:nth-child(5) .card , .user-Guides-section .row .col-sm-4:nth-child(9) .card {
  background: #D8FFF0;
}
.user-Guides-section .row  .col-sm-4:nth-child(3) .card, .user-Guides-section .row .col-sm-4:nth-child(4) .card, .user-Guides-section .row .col-sm-4:nth-child(8) .card  {
  background: #DEF7FF;
}
.free-trail-section{
  text-align: center;
}
.free-trail-section img{
max-width: 141px;
    margin-bottom: 24px;
}

.free-trail-section h6{
  color: #E02D00;
  font-size: 14px;

}
.free-trail-section h4{     font-size: 45px;
  font-weight: 800;}
.free-trail-section ul li{
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.free-trail-section ul li img{
  max-width: 10px;
  margin: 0;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.blog-detail-header {
  padding: 35px 0;
  margin-top: 100px;
}
.blog-detail-header ul li{
  display: inline-block;
  margin-right: 15px;
}
.blog-detail-header img{
  max-width:20px;
}
.blog-detail-section img{
  margin-bottom: 20px;
}
.blog-sidebar-book-demo{
  background: #E9E9E9;
  padding: 18px 20px;
  border-radius: 15px;
  margin-bottom: 14px;
}
.blog-sidebar-book-demo h5{
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.blog-sidebar-book-demo input{
  font-weight: 500;
  line-height: 22px;
  border-radius: 19px;
  height: 42px;
  font-size: 12px;
}
.blog-sidebar-book-demo button{
  display: block;
  margin-top: 10px;
  width: 100%;
  background: #FF4500;
  color: #fff;
  padding: 7px 12px;
  border-radius: 25px;
  border: none;
  min-width: 137px;
  font-weight: 400;
}
.blog-sidebar-search{
  position: relative;
}
.blog-sidebar-search input{
  height: 49px;
    border-radius: 28px;
    font-size: 14px;
    color: #000;
}
.blog-sidebar-search button{
  position: absolute;
  right: 5px;
  top: 0;
  background: #fff;
  border: none;
  top: 5px;
  background: #FF4500;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 5px;
}
.hr-details-top{
  padding: 35px 0;
  margin-top: 120px;
}
.recent-post h4{
  font-size: 14px;
  margin-top: 23px;
}
.recent-post ul li{
  margin-bottom: 15px;
}
.blog-quit{
  padding: 20px 35px;
  border-radius: 15px;
  background: #F0EEF0;
  margin: 10px 0;
}
.blog-quit img{
  max-width: 30px;
  position: absolute;
  left: 0;
}
.blog-quit .items{
  padding-left: 37px;
  margin-bottom: 15px;
}
.comment-autoher{
  border-top: 1px dashed;
  padding: 20px 0;
  text-align: center;
}
.comment-autoher h3{
  margin-bottom: 5px;
}
.comment-autoher img{
  max-width: 100px;
}
.comment-autoher a img{
  max-width: 20px;
}
.comment-autoher p{
  max-width: 70%;
  margin: 0 auto;
}
.Key-highlights{
  color: #E02D00;
}
.hrdetails-media{
  background: #FCF1E0;
  padding: 30px 0;
  margin-top: 15px;
  border-radius: 10px;
  background: #FCF1E0;
    padding: 70px 0;
    margin-top: 15px;
  
}
.hrdetails-media img{
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.hr-details-top  .content-section h3{
  max-width: 50%;
}
.hr-details-top  .content-section ul{
  margin-bottom: 15px;
}
.hr-details-top  .content-section ul li{
  display: inline-block;
  margin-right: 15px;
}
.hr-details-top  .content-section .category{
  margin-top: 5px;
}
.hr-detil-content h4{
  margin: 15px 0;
  font-size: 18px;
}
.hr-detil-content  p {
  font-size: 15px;
}
.static-page  {
     padding-top: 27px;
}
.static-page-header {
position: relative;
padding: 30px 0;
}
.static-page-header h1 {
  font-size: 70px;
}
.static-page-header ul li{
display: inline-block;
margin-right: 5px;
}
.static-page-header ul li img{
  max-width: 120px;
}
.static-page-header:before{
  content: "";
  background-image: url(../images/star/star-left.png);
  position: absolute;
  left: -143px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
}
.static-page-header:after {
  content: "";
  background-image: url(../images/star/star-right.png);
  position: absolute;
  right: -143px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
}
.static-page-content{
margin-top: 50px;
margin-bottom: 50px;
}
.static-page-content h4{
  margin: 15px 0;
  font-size: 18px;
}
.static-page-content p{
  font-size: 15px;
}
.static-page-content ul.custom-list  li{
  margin-bottom: 15px;
  font-size: 15px;
}
.static-page-content ul.custom-list  li img{
  margin-right: 5px;
  max-width: 14px;
}
.static-page-header .header-search{
  position: relative;
}
.static-page-header  input {
  height: 49px;
  border-radius: 28px;
  font-size: 14px;
  color: #000;
}
.cat-items{
  background: #F2F8FF;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  min-height: 285px;
}
.cat-items img{
  max-width: 80px;
  margin-bottom: 20px;
}
.static-page-header .header-search button{
  position: absolute;
  right: 5px;
  top: 0;
  background: #fff;
  border: none;
  top: 5px;
  background: #FF4500;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 5px; 
}

.form-page{
  padding-top: 130px;
}
.form-page-header h1 {
  font-size: 70px;
}
.form-page-header h1 span{
  color: #E02D00;
}
.form-section{
  border-radius: 35px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}


.form-section .form-inner:before{
  content: "";
  background-image: url(../images/star/star-left.png);
  position: absolute;
  left: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  z-index:-1;
}
.form-section .form-inner:after{
  content: "";
  background-image: url(../images/star/star-right.png);
  position: absolute;
  right: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  z-index:-1;
}

.form-section .form-control{
  border-radius: 50px;
  height: 55px;
 
}
.form-section button{
  background: #FF4500;
  color: #fff;
  padding:  12px 0;
  border-radius: 25px;
  border: none;
  min-width: 137px;
  width: 100%;
}

.form-banner {
  background-image:url('../images/book-demo-banner.png');
  z-index: 1;
  position: relative;
  margin-top: -77px;
  padding-top: 192px;
  padding-bottom: 60px;
  background-position: left;
    background-size: cover;
}
.form-banner h3{
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.form-banner p{
  color: #fff;
}

.form-banner button{
  background: #FFAE27;
    color: #fff;
    padding: 7px 12px;
    border-radius: 25px;
    border: none;
    min-width: 137px;
}

.form-banner img{
  position: absolute;
  right: -14px;
  top: 121px;
  max-width: 600px;

}
.latest-guide-section{
  background: #F0FAFE;
}
