
/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  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: 10px;
    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; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-90 { margin-top: 90px; }
.mt-80 { margin-top: 80px; }
.mt-70 { margin-top: 70px; }
.mt-60 { margin-top: 60px; }
.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; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-90 { margin-bottom: 90px; }
.mb-80 { margin-bottom: 80px; }
.mb-70 { margin-bottom: 70px; }
.mb-60 { margin-bottom: 60px; }
.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-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.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; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.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; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.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; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.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-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.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; }
.pl-0 { padding-left: 0px; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.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; }
.pr-0 { padding-right: 0px; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.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; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.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 for Sections
/*------------------------------------------*/

.bg-white { background-color: #fff; }
.bg-dirtywhite { background-color: #fafafa; }
.bg-lightdark { background-color: #35363a; }
.bg-dark { background-color: #1d1e29!important; }
.bg-lightgrey { background-color: #f2f5f7; }
.bg-grey { background-color: #eee; }
.bg-blue { background-color: #4b8acd; }
.bg-skyblue { background-color: #00b2e4; }
.bg-darkblue { background-color: #183054; }
.bg-deepblue { background-color: #0b3545; }
.bg-green { background-color: #2dcb21; }
.bg-purple { background-color: #645188; }
.bg-teal { background-color: #2193b0; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-globe,
.bg-tra-map,
.bg-mountain {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed !important;
}

.bg-globe {
  background-image: url(../images/bg-globe.png);
}

.bg-mountain {
  background-image: url(../images/bg-mountain.jpg);
}

.bg-tra-map {
  background-image: url(../images/tra-map.png);
}

.bg-blue.bg-tra-map,
.bg-skyblue.bg-tra-map {
  background-image: url(../images/tra-map-white.png);
}


/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.white-overlay-top,
.white-overlay-wave,
.white-overlay-bottom {
  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;
}

/*------------------------------------------*/
/*  Grey Border for Sections
/*------------------------------------------*/

.grey-border {
  width: 100%;
  height: 2px;
  background-image: url(../images/border.png);
  background-position: center center;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.375rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */ 
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1.05rem; }          /* 16.8px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

/*------------------------------------------*/
/*  ALERT BOX
/*------------------------------------------*/

.alert {
  margin-top: 30px;
  margin-bottom: 30px;
}

.alert p {
  margin-bottom: 0;
}

.alert p span {
  font-weight: 700;
}

/*------------------------------------------*/
/*  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: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/ 

.box-list-icon {
  font-size: 1rem;
  line-height: 1.5rem;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.sbox-2 .box-list-icon {
  color: #999;
  font-size: 0.35rem;
  line-height: 1rem;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}

.box-list p {
  overflow: hidden;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li {
  font-size: 1.05rem;
  margin-bottom: 7px;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.txt-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  QUOTE
/*------------------------------------------*/ 

.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quote p {
  color: #666;
  font-size: 1.75rem!important;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.blue-quote p { border-left: 3px solid #4b8acd; }
.skyblue-quote p { border-left: 3px solid #00b2e4; }
.green-quote p { border-left: 3px solid #2dcb21; }
.red-quote p { border-left: 3px solid #ff4764; }

/*------------------------------------------*/
/*  IMAGE SETTINGS
/*------------------------------------------*/

.img-fluid {
  display: inline-block; 
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 30px;
  border: 2px solid transparent;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-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; 
}

.btn i {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.btn span {
  position: relative;
  top: 1.25px;
  margin-right: 4px;
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-md {
  font-size: 18px;
  padding: 15px 32px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-tra-black,
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-tra {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
  color: #333;
  background-color: transparent;
  border: 2px solid #ccc;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tra-blue,
.white-color .btn-tra-blue {
  color: #00b2e4;
  background-color: transparent;
  border-color: #00b2e4;
}

.btn-white,
.white-color .btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-blue,
.white-color .btn-blue {
  color: #fff;
  background-color: #4b8acd;
  border-color: #4b8acd;
}

.btn-skyblue,
.white-color .btn-skyblue {
  color: #fff;
  background-color: #00b2e4;
  border-color: #00b2e4;
}

.btn-green,
.white-color .btn-green {
  color: #fff;
  background-color: #2dcb21;
  border-color: #2dcb21;
}

.btn-red,
.white-color .btn-red {
  color: #fff;
  background-color: #ff4764;
  border-color: #ff4764;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.btn.white-hover:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn.black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333;
}

.btn.grey-hover:hover {
  color: #333!important;
  background-color: #eee;
  border-color: #eee;
}

.btn.tra-white-hover:hover,
.white-color .btn.tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff;
}

.btn.tra-black-hover:hover,
.white-color .btn.tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333;
}

.btn.blue-hover:hover,
.white-color .btn.blue-hover:hover {
  color: #fff;
  background-color: #4b8acd;
  border-color: #4b8acd;
}

.btn.skyblue-hover:hover,
.white-color .btn.skyblue-hover:hover {
  color: #fff;
  background-color: #00b2e4;
  border-color: #00b2e4;
}

.btn.green-hover:hover,
.white-color .btn.green-hover:hover {
  color: #fff!important;
  background-color: #2dcb21;
  border-color: #2dcb21;
}

.btn.red-hover:hover,
.white-color .btn.red-hover:hover {
  color: #fff!important;
  background-color: #ff4764;
  border-color: #ff4764;
}

/*------------------------------------------*/
/*  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-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*   VIDEO POPUP LINK
/*------------------------------------------*/

.modal-video {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modal-video a i {
  font-size: 2.5rem;
  margin-right: 6px;
  top: 17px;
  position: relative;
}

.modal-video a {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}

.modal-video span {
  color: #888;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  position: absolute;
  top: 42px;
  left: 50px;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-block {
  position: relative;
  display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
/*------------------------------------------*/

.video-btn {
  position: absolute!important;
  display: inline-block;
  background-color: rgba(0, 0, 0, .35);
  color: #fff;
  text-align: center;
  padding: 14px 36px 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  -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-btn.play-icon-blue { background-color: rgba(0, 114, 188, .85); }
.video-btn.play-icon-red { background-color: rgba(255, 71, 100, .85); }

.video-btn i {
  font-size: 28px;
  line-height: 1!important;
}

.video-btn:hover {
  background-color: rgba(0, 0, 0, .5);
}

#hero-11 .video-btn {
  top: 53%;
  left: 50%;
  margin-top: -30px;
  margin-left: -49px; 
}

#video-1 .video-btn {
  top: 53%;
  left: 50%;
  margin-top: -30px;
  margin-left: -49px; 
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.5rem;
  line-height: 1!important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.75rem;
  line-height: 1!important;
}

.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.25rem;
  line-height: 1!important;
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 1!important;
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 6rem;
  line-height: 1!important;
}

/*------------------------------------------*/
/*  STORE BAGE ICONS
/*------------------------------------------*/

.stores-badge {
  display: inline-block;
  margin-top: 35px;
}

.store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 17px;
}

.store img {
  display: block;
}

.footer-stores-badge a.store {
  display: block;
  margin-right: 0;
  margin-bottom: 14px;
}

.store:last-child {
  margin-right: 0;
} 

img.googleplay-original { width: 163px; height: 50px; }
img.appstore-original { width: 163px; height: 50px; } 
img.amazon-original { width: 160px; height: 50px; }
img.windows-original { width: 158px; height: 50px; }
img.mac-appstore { width: 158px; height: 50px; }

.stores-badge p {
  font-weight: 500;
  margin-bottom: : 10px;
}

span.os-version {
  display: block;
  font-weight: 400;
  line-height: 1; 
  margin-top: 18px; 
}

.os-version-ext {
  margin-top: 22px; 
}

.features-download-btn span.os-version {
  font-size: 1rem;
}

span.os-version span {
  display: block;
  line-height: 1; 
  margin-bottom: 8px; 
}

.os-version-ext span {
  font-size: 0.9rem;
  margin-top: 8px; 
}

span.os-version a {
  text-decoration: underline;
}

span.os-version i {
  font-size: 1.15rem;
  margin-left: 7px; 
  opacity: .7;
}

.os-version-ext span.os-version i {
  font-size: 0.8rem;
  margin-left: 1px; 
  opacity: 1;
}

/*------------------------------------------*/
/*  Reviews Rating
/*------------------------------------------*/

.store-rating {
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.store-rating .rating i {
  color: #ffc832;
  font-size: 0.7rem;
  line-height: 1;
  margin-right: 1px;
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 70px;     
}

.section-title h3 {
  letter-spacing: -0.75px;
}

.section-title p {
  color: #888;
  padding: 0 15%;
  margin-top: 12px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }

.upcase { text-transform: uppercase; }

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.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, 
.white-color .grey-color,
.grey-color span { 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, 
.white-color .lightgrey-color,
.lightgrey-color span { color: #bbb; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a, 
.blue-color li,
.blue-color i, 
.white-color .blue-color,
.blue-color span { color: #4b8acd; }

.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, 
.white-color .skyblue-color,
.skyblue-color span { color: #00b2e4; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a, 
.green-color li,
.green-color i, 
.white-color .green-color,
.green-color span { color: #2dcb21; }

.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, 
.grey-color .salmon-color,
.white-color .salmon-color,
.salmon-color span { color: #f16d27; }

.teal-color,
.teal-color h2, 
.teal-color h3, 
.teal-color h4, 
.teal-color h5, 
.teal-color h6, 
.teal-color p, 
.teal-color a, 
.teal-color li,
.teal-color i, 
.grey-color .teal-color,
.white-color .teal-color,
.teal-color span { color: #2193b0; }

.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, 
.grey-color .yellow-color,
.white-color .yellow-color,
.yellow-color span { color: #ffc832; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h3 {
  letter-spacing: -0.75px;
  margin-bottom: 20px;
}

.txt-block h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  TEXT BLOCK BUTTON / LINK
/*------------------------------------------*/ 

.txt-block .btn {
  margin-top: 20px;
}

.txt-block-link {
  margin-top: 30px;
}

.txt-block-link a {
  font-size: 1.15rem;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
}

.txt-block-link a i {
  font-size: 0.85rem;
  margin-left: 1px;
  -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;
}

.txt-block-link a:hover,
.txt-block-link a:hover > i {
  color: #232425;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

.section-id {
  display: inline-block;
  margin-bottom: 30px;   
}

.section-id p {
  font-size: 0.875rem;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;  
  margin-bottom: 0; 
}

.section-id p span {
  font-size: 0.85rem;
  position: relative;
  top: 2px;
  margin-right: 3px;   
}

.section-id.icon-xs [class*="flaticon-"]:before,
.section-id.icon-xs [class*="flaticon-"]:after { 
  font-size: 1.1rem;
  position: relative;
  top: -1px;
  margin-right: 2px;  
}

/*------------------------------------------*/
/*  Text Block Icon
/*------------------------------------------*/ 

.txt-block-ico {
  position: relative;
  margin-left: 5px;
  margin-bottom: 35px;
  display: inline-block;
}

.txt-ico-bkg {
  position: absolute;
  top: -15px;
  left: -15px;
  transform: rotate(-30deg);
}




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #00b2e4;
}

#loader {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cssload-contain {
  height: 14px;
  width: 105px;
  margin: auto;
}

.cssload-dot {
  float: left;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: rgb(0,0,0);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), transparent), radial-gradient(rgb(255,255,255), rgb(255,255,255));
  -o-radial-gradient(rgb(255,255,255), rgb(255,255,255));
  -ms-radial-gradient(rgb(255,255,255), rgb(255,255,255));
  -webkit-radial-gradient(rgb(255,255,255), rgb(255,255,255));
  -moz-radial-gradient(rgb(255,255,255), rgb(255,255,255));
  background-position: top center;
  margin: 0 3.5px;
  animation: cssload-bounce 0.52s infinite ease alternate;
  -o-animation: cssload-bounce 0.52s infinite ease alternate;
  -ms-animation: cssload-bounce 0.52s infinite ease alternate;
  -webkit-animation: cssload-bounce 0.52s infinite ease alternate;
  -moz-animation: cssload-bounce 0.52s infinite ease alternate;
}

.cssload-dot:nth-child(1) {
  animation-delay: -0.09s;
  -o-animation-delay: -0.09s;
  -ms-animation-delay: -0.09s;
  -webkit-animation-delay: -0.09s;
  -moz-animation-delay: -0.09s;
}

.cssload-dot:nth-child(2) {
  animation-delay: -0.17s;
  -o-animation-delay: -0.17s;
  -ms-animation-delay: -0.17s;
  -webkit-animation-delay: -0.17s;
  -moz-animation-delay: -0.17s;
}

.cssload-dot:nth-child(3) {
  animation-delay: -0.26s;
  -o-animation-delay: -0.26s;
  -ms-animation-delay: -0.26s;
  -webkit-animation-delay: -0.26s;
  -moz-animation-delay: -0.26s;
}

.cssload-dot:nth-child(4) {
  animation-delay: -0.35s;
  -o-animation-delay: -0.35s;
  -ms-animation-delay: -0.35s;
  -webkit-animation-delay: -0.35s;
  -moz-animation-delay: -0.35s;
}

.cssload-dot:nth-child(5) {
  animation-delay: -0.43s;
  -o-animation-delay: -0.43s;
  -ms-animation-delay: -0.43s;
  -webkit-animation-delay: -0.43s;
  -moz-animation-delay: -0.43s;
}

.cssload-dot:nth-child(6) {
  animation-delay: -0.52s;
  -o-animation-delay: -0.52s;
  -ms-animation-delay: -0.52s;
  -webkit-animation-delay: -0.52s;
   -moz-animation-delay: -0.52s;
}

@keyframes cssload-bounce {
  0% {
    transform: translateY(0);
    box-shadow: 0 3.5px 1px rgba(71,34,86,0.2);
  }
  100% {
    transform: translateY(-55px);
    box-shadow: 0 124px 17px rgba(0,0,0,0.1);
  }
}

@-o-keyframes cssload-bounce {
  0% {
    -o-transform: translateY(0);
    box-shadow: 0 3.5px 1px rgba(71,34,86,0.2);
  }
  100% {
    -o-transform: translateY(-55px);
    box-shadow: 0 124px 17px rgba(0,0,0,0.1);
  }
}

@-ms-keyframes cssload-bounce {
  0% {
    -ms-transform: translateY(0);
    box-shadow: 0 3.5px 1px rgba(71,34,86,0.2);
  }
  100% {
    -ms-transform: translateY(-55px);
    box-shadow: 0 124px 17px rgba(0,0,0,0.1);
  }
}

@-webkit-keyframes cssload-bounce {
  0% {
    -webkit-transform: translateY(0);
    box-shadow: 0 3.5px 1px rgba(71,34,86,0.2);
  }
  100% {
    -webkit-transform: translateY(-55px);
    box-shadow: 0 124px 17px rgba(0,0,0,0.1);
  }
}

@-moz-keyframes cssload-bounce {
  0% {
    -moz-transform: translateY(0);
    box-shadow: 0 3.5px 1px rgba(71,34,86,0.2);
  }
  100% {
    -moz-transform: translateY(-55px);
    box-shadow: 0 124px 17px rgba(0,0,0,0.1);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

.hidden-nav {
  margin-top: -100px;
  -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);
  -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;
}

/*------------------------------------------*/
/*  LOGO IMAGE    
/*------------------------------------------*/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5rem;
}

/*------------------------------------------*/
/*  NAVIGATION BAR    
/*------------------------------------------*/

.navbar {
  padding: 15px 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;
  z-index: 1000!important;
}

.navbar.bg-tra {
  padding: 40px 0;
  background-color: transparent;  
}

.navbar.bg-wite,
.navbar.bg-lightgrey {
  background-color: #fff!important;
  -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);
}

.navbar.bg-lightgrey {
  background-color: #f8f9fb;
}

.navbar.bg-blue {
  background-color: #0072bc;
}

/*------------------------------------------*/
/*  NAVIGATION MENU    
/*------------------------------------------*/

.nav-item { 
  margin: 0 2px; 
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.025rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 9px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link.lang-select {
  padding: 9px 14px;
}

.nav-link img {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #666;
}

.navbar-light .navbar-text.white-color a {
  color: #fff!important;
}

/*------------------------------------------*/
/*  Navbar Button
/*------------------------------------------*/

.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 5px;
}

.navbar .btn {  
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 10px 30px;
  margin-top: 0;
}

.navbar .header-btn-group {
  margin-left: 30px;
}

.navbar .header-btn-group .btn {
  margin-left: 2px;
  padding: 10px 20px;
}

.navbar .header-btn-group .btn.btn-tra-grey,
.navbar .header-btn-group .btn.btn-tra-black {
  color: #333!important;
}

.navbar .header-btn-group .black-hover:hover {
  color: #fff!important;
}

.navbar-text .black-tra-hover:hover {
  color: #333 !important;
}

.header-store img.appstore-header { width: 130px; height: 40px; }
.header-store img.googleplay-header { width: 130px; height: 40px; }
.header-store img.amazon-header { width: 128px; height: 40px; }

/*------------------------------------------*/
/*  DROPDOWN MENU  
/*------------------------------------------*/

.dropdown-menu {
  background-color: #fbfbfb;
  padding: 0.25rem 0;
  margin: 0 0 0 -15px; 
  border: 1px solid #ddd; 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-item { 
  font-size: 1.025rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
}

.dropdown-toggle::after {
  vertical-align: .175em;
}

.dropdown-item.dropdown-toggle {
  position: relative;
}

.dropdown-item.dropdown-toggle::after {
  vertical-align: .275em;
  position: absolute;
  right: 15px;
  top: 15px;
  border-left: 0.31em solid;
  border-top: 0.31em solid transparent;
  border-right: 0;
  border-bottom: 0.31em solid transparent;
}

.hover-menu li a:hover,
.hover-menu li a:focus ,
.navbar > .show > a,  
.navbar > .show > a:focus,  
.navbar > .show > a:hover{
  color: #3a3a3a;
  background: transparent;
  outline: 0;
}

.hover-menu .collapse ul ul > li:hover > a, 
.navbar .show .dropdown-menu > li > a:focus, 
.navbar .show .dropdown-menu > li > a:hover,
.hover-menu .collapse ul ul ul > li:hover > a {
  background-color: rgba(190, 190, 190, .2);
  color: #292929;
}

@media only screen and (max-width: 991px) {
  .hover-menu .show > .dropdown-toggle::after{ transform: rotate(-90deg); }
}

@media only screen and (min-width: 991px) {
  .hover-menu .collapse ul li { position:relative; }
  .hover-menu .collapse ul li:hover > ul { display:block; }
  .hover-menu .collapse ul ul { position: absolute; top: 100%; left:0; min-width: 180px; display:none; }

  .hover-menu .collapse ul ul li{ position:relative; }
  .hover-menu .collapse ul ul li:hover > ul { display:block; }
  .hover-menu .collapse ul ul ul { position:absolute; top:0; left: 100%; min-width: 180px; display:none; }

  .hover-menu .collapse ul ul ul li {position:relative; }
  .hover-menu .collapse ul ul ul li:hover ul { display:block; }
  .hover-menu .collapse ul ul ul ul { position:absolute; top:0; left:-100%; min-width: 180px; display:none; z-index:1; }
} 

.dropdown-menu img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  Navigation Menu Hover
/*------------------------------------------*/

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff!important;
  background-color: rgba(240, 240, 240, .15);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #3a3a3a!important;
  background-color: rgba(190, 190, 190, .15);
}

.navbar-light .navbar-text.white-color .tra-black-hover:hover {
  color: #333!important;
}

/*------------------------------------------*/
/*  Navbar Scroll   
/*------------------------------------------*/

.navbar.scroll {
  padding: 12px 0;
}

.navbar.bg-tra.scroll {
  background-color: #fff;
  -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);
}

.scroll.navbar-dark .navbar-nav .nav-link:hover,
.scroll.navbar-dark .navbar-nav .nav-link:focus {
  color: #151515!important;
  background-color: rgba(190, 190, 190, .18);
}

.scroll.navbar-dark.bg-dark .navbar-nav .nav-link:hover,
.scroll.navbar-dark.bg-dark .navbar-nav .nav-link:focus {
  color: #fff!important;
}

.navbar.bg-tra.scroll .navbar-nav .nav-link {
  color: #666;
}

.navbar.scroll.hidden-nav {
  margin-top: 0;
}

.scroll .btn-tra {
  color: #666!important;
  background-color: transparent;
  border-color: transparent;
}

.bg-dark.scroll .btn-tra {
  color: #fff!important;
  background-color: transparent;
  border-color: transparent;
}

.scroll .btn-tra-white {
  color: #666!important;
  background-color: transparent;
  border-color: #666;
}

.scroll .btn.tra-white-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333;
}

.scroll .btn.skyblue-hover:hover {
  color: #fff!important;
}

.bg-dark.scroll .btn.tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff;
}

/*------------------------------------------*/
/*  Responsive Burger Menu   
/*------------------------------------------*/

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
  color: #333;
  padding: 0 8px 0 0;
  font-size: 30px;
  border: none;
}

.navbar-dark .navbar-toggler {
  color: #f5f5f5;
}

.navbar-toggler:focus {
  outline: 0;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-white,
.navbar-dark .logo-black,
.scroll.bg-tra.navbar-dark .logo-white {
  display: none;
}

.scroll.bg-tra.navbar-dark .logo-black {
  display: block;
}

@media (max-width: 575px) { 
  .navbar.bg-tra { background-color: #fff!important; }
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

#hero-2 .container,
#hero-3 .container,
#hero-5 .container,
#hero-11 .container, 
#hero-12 .container {
  overflow: hidden;
}

#hero-1 .bg-inner {
  position: relative;
  background-image: url(../images/hero-1.jpg);
  padding-top: 160px;
  padding-bottom: 50px;
}

#hero-2 {
  padding-top: 150px;
}

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 130px;
  position: relative;
  z-index: 3;
}

#hero-3 .white-overlay-wave {
  z-index: 999;
}

#hero-4 {
  background-image: url(../images/hero-4.jpg);
  padding-top: 130px;
  position: relative;
  z-index: 3;
}

#hero-5 {
  padding-top: 90px;
  background-image: url(../images/hero-5.jpg);
}

#hero-6 {
  background-image: url(../images/hero-6.jpg);
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}

#hero-7 {
  background-image: url(../images/hero-7.jpg);
  padding-top: 170px;
  padding-bottom: 100px;
}

#hero-8 {
  background-image: url(../images/hero-8.jpg);
  padding-top: 150px;
  position: relative;
  z-index: 3;
}

.hero-9-txt {
  background-image: url(../images/hero-9.jpg);
}

#hero-9-content {
  padding-top: 170px;
  padding-bottom: 450px;
  position: relative;
  z-index: 3;
}

#hero-10 {
  background-image: url(../images/hero-10.jpg);
  padding-top: 130px;
  position: relative;
  z-index: 3;
}

#hero-11 {
  padding-top: 160px;
}

#hero-12 {
  background-image: url(../images/hero-12.jpg);
  padding-top: 90px;
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

.hero-1-txt {
  padding-right: 10%;
  padding-left: 20px;
}

.hero-2-txt {
  margin-top: -50px;
  padding-left: 20px;
  padding-right: 10%;
}

.hero-3-txt {
  padding-left: 25px;
  padding-right: 5%;
}

.hero-4-txt {
  padding-left: 20px;
  padding-right: 35px;
}

.hero-6-txt {
  padding-left: 40px;
}

.hero-8-txt {
  padding-left: 25px;
  padding-right: 5%;
}

.hero-10-txt {
  padding-left: 25px;
  padding-right: 5%;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/ 

.hero-app-logo {
  margin-bottom: 25px;
}

#hero-5 .hero-app-logo,
#hero-7 .hero-app-logo {
  display: inline-block;
  margin: 0 auto 25px;
}

#hero-4 .hero-app-logo {
  margin-bottom: 30px;
}

.hero-logo-txt { 
  margin-left: 20px;
  text-align: left;
}

.hero-logo-txt h5 { 
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-left: 3px;
  margin-bottom: 8px;
}

.hero-logo-txt span { 
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.25px;
  display: block;
}

#hero-3 .hero-logo-txt span { 
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
}

#hero-5 .hero-logo-txt span { 
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}

/*------------------------------------------*/
/*  HERO APP DATA
/*------------------------------------------*/ 

.hero-app-data {
  position: relative;
  display: inline-block;
}

.hero-app-data h4 { 
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
}

.app-version {
  position: absolute;
  top: -10px;
  right: -60px;
  padding: 4px 12px;
  background-color: #fff;
  color: #444!important;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h2 {
  font-size: 4.15rem;
  line-height: 1;
  margin-bottom: 5px;
}

#hero-1 h5 {
  margin-bottom: 20px;
}

#hero-2 h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

#hero-2 h3 {
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

#hero-3 h3 {
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

#hero-4 h3 {
  margin-bottom: 20px;
}

#hero-5 h3 {
  line-height: 1;
  font-weight: 300;
}

#hero-6 h3 {
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

#hero-8 h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

#hero-9 h2 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

#hero-10 h2 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

#hero-11 h2 {
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 15px;
}

#hero-11 h2 span {
  font-weight: 700;
}

#hero-12 h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1.25px;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

.hero-7-txt p {
  padding: 0 10%;
}

.hero-7-txt p.p-lg {
  font-size: 1.45rem;
  letter-spacing: -0.5px;
}

.hero-9-txt p {
  padding: 0 8%;
  margin-bottom: 10px;
}

.hero-9-txt p,
.hero-11-txt p {
  font-size: 1.35rem;
}

.hero-12-txt p {
  padding: 0 5%;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  Hero Button 
/*------------------------------------------*/ 

#hero-3 .stores-badge,
#hero-10 .stores-badge {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-1-img,
.hero-6-img {
  text-align: center;
  margin-bottom: -60px;
  position: relative;
  z-index: 999;
}

.hero-3-img {
  padding-left: 30px;
  padding-right: 30px;
}

.hero-4-img {
  margin-left: -40px;
}

.hero-4-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

.hero-7-img img,
.hero-8-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

.hero-9-img img {
  margin-top: -400px;
}

.hero-10-img {
  text-align: center;
  margin-left: -30px;
  padding-right: 20px;
}

.hero-11-img {
  margin-top: 40px;
}

.hero-12-img {
  margin-top: 40px;
}




/* ==========================================================================
  06. FEATURES
  =========================================================================== */  

.fbox-3-holder {
  padding-left: 60px;
  padding-right: 60px;
}

.right-column {
  padding-left: 10px;
}

.left-column {
  padding-right: 10px;
}

#features-9 .section-title {
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*   FEATURE BOX
/*------------------------------------------*/ 

.fbox-1 {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 40px;
}

.fbox-2,
.fbox-3 {
  margin-bottom: 50px;
}

.fbox-4 {
  text-align: center;
  margin-bottom: 40px;
}

.fbox-5,
.fbox-8 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  -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;  
}

.fbox-8 {
  text-align: center;
  padding: 40px 25px;
  margin-bottom: 40px;
}

.bg-lightgrey .fbox-5,
.bg-lightgrey .fbox-8 {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.fbox-5:hover,
.fbox-8:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bg-lightgrey .fbox-5:hover,
.bg-lightgrey .fbox-8:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

.fbox-6 {
  margin-bottom: 40px;
}

.fbox-7 {
  width: 20%;
  float: left;
  text-align: center;
  margin: 0 0 70px;
}

.fbox-10 {
  position: relative;
  background-color: #fff;
  padding: 50px 25px;
  margin: 0 10px 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -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;  
}

.fbox-10:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  FEATURE BOX TEXT
/*------------------------------------------*/

.fbox-2-txt,
.fbox-3-txt {
  overflow: hidden;
  padding-left: 22px;
}

.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 BOX TYPOGRAPHY
/*------------------------------------------*/ 

.fbox-1 h5 {
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-top: 25px;
  margin-bottom: 12px;  
}

.fbox-1 h5 span {
  font-weight: 700;
}

.fbox-2 h5 {
  margin-bottom: 10px;  
}

.fbox-3 h4,
.fbox-6 h5 {
  font-weight: 400;
  margin-bottom: 10px;  
}

.fbox-3 h4 {
  letter-spacing: -0.5px;
}

.fbox-4 h5 {
  margin-top: 25px;
  margin-bottom: 10px;  
}

.fbox-7 h5 {
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0;  
}

.fbox-9 h5 {
  line-height: 2.5rem!important;
}

.fbox-5 a {
  color: #aaa;
  font-size: 0.95rem;
  font-weight: 600; 
}

.fbox-5 a i {
  position: relative;
  top: 1px; 
}

.fbox-1 p,
.fbox-2 p,
.fbox-3 p,
.fbox-4 p,
.fbox-6 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.fbox-3 p {
  padding-right: 5%;
}

.fbox-5 p {
  line-height: 1.25;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;  
}

.fbox-8 p {
  line-height: 1.35;
  margin-top: 20px;
  margin-bottom: 0;  
}

.fbox-10 p {
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 0;  
}

/*------------------------------------------*/
/*  FEATURE BOX ICON
/*------------------------------------------*/ 

.fbox-2 span,
.fbox-3 span {     
  float: left;
  text-align: center;
  margin-top: 4px;
}

.fbox-9 span {
  float: left;
  margin-right: 15px; 
}

.left-column .fbox-9 span {
  float: right;
  margin-left: 15px; 
  margin-right: 0;
}

.fbox-9.icon-xs [class*="flaticon-"]:before,
.fbox-9.icon-xs [class*="flaticon-"]:after {   
  font-size: 2.5rem;
  line-height: 1!important;
}




/* ==========================================================================
  07. CONTENT
  =========================================================================== */ 

#content-4 .container, 
#content-5 .container {
  overflow: hidden;
}  

/*------------------------------------------*/
/*  CONTENT BOX
/*------------------------------------------*/

.cbox-1-txt {
  overflow: hidden;
  padding-left: 25px;
}

.cbox-1 h5 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
}

/*------------------------------------------*/
/*  CONTENT BOX ICON
/*------------------------------------------*/

.cbox-1 span {
  text-align: center;
  float: left;
  margin-top: 2px;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}

.content-6-img {
  text-align: center;
  padding-left: 50px;
}

.content-7-img,
.content-8-img {
  text-align: center;
  margin-bottom: 40px;
}

.content-8-img {
  position: relative;
  text-align: center;
  left: -70%;
}

.content-6-img img,
.content-7-img img,
.content-8-img img {
  max-width: none;
  display: inline-block;
}




/* ===================================================================================
  08. TABS
  =================================================================================== */  

/*------------------------------------------*/
/*  CONTENT TABS
/*------------------------------------------*/  

#tabs-1 .list-group-item {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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;
}

#tabs-1 .list-group-item.active {
  background-color: #f6f9fd;
  color: #333;
}

#tabs-1.bg-lightgrey .list-group-item.active {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  TAB BOX
/*------------------------------------------*/  

.tbox-1 span {
  color: #757575;
  float: left;
  margin-right: 12px; 
}

.tbox-1 h5 {
  line-height: 2rem!important;
  margin-top: 0;
  margin-bottom: 10px;
  -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;
}

.tbox-1 p {
  margin-bottom: 0;
}

.list-group-item.active .tbox-1 h5 {
  color: #00b2e4;
}

.list-group-item.active .tbox-1 span {
  color: #00b2e4;
}

.tbox-1.icon-xs [class*="flaticon-"]:before,
.tbox-1.icon-xs [class*="flaticon-"]:after {   
  font-size: 2rem;
  line-height: 1!important;
  -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;
}




/* ===================================================================================
  09. SCREENSHOTS
  =================================================================================== */  

/*------------------------------------------*/
/*   SCREENSHOTS CAROUSEL
/*------------------------------------------*/ 

.screenshots-wrap {
  position: relative;
  margin-bottom: 100px;
}

.slick-slide {
  width: 298px;
}

.screen-preview {
  opacity: 0.25;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -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;
}

.screen-preview.slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------*/
/*   Screens Slick Carousel Dots
/*------------------------------------------*/

.screens-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -100px;
}

.screens-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}

.screens-section .slick-dots li button:before {
  content: "";
  background: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.screens-section.bg-dark .slick-dots li button:before {
  background: #38393a;
}

.screens-section .slick-dots li button:hover:before,
.screens-section .slick-dots li.slick-active button:before {
  background: #00b2e4;
}




/* ==========================================================================
  10. VIDEO
  =========================================================================== */

#video-2 {
  background-image: url(../images/video-2.jpg); 
}

#video-1 .section-title {
  margin-bottom: 50px; 
}

#video-1 .container {
  overflow: hidden; 
}

/*------------------------------------------*/
/*  VIDEO TYPOGRAPHY
/*------------------------------------------*/ 

#video-2 h2 {
  margin-bottom: 12px;
}

#video-2 p {
  font-size: 1.35rem;
  line-height: 1.5;
  padding: 0 12%;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  VIDEO PREVIEW
/*------------------------------------------*/ 

#video-1 .video-preview,
#video-1 .video-preview img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}




/* ==========================================================================
  11. STATISTIC
  =========================================================================== */

#statistic-1 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#statistic-1.bg-image {
  background: url(../images/hero-9.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
}

.st-2-data {
  padding: 30px 0;
}

#statistic-2 .container {
  overflow: hidden;
}

#statistic-2 .section-title {
  margin-bottom: 50px; 
}

.statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  line-height: 1; 
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 12px;
}

.st_box-1 span {
  float: left;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  line-height: 1; 
  font-weight: 600;
  letter-spacing: -1px;
}

.statistic-block p {
  font-size: 1.15rem;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  STATISTIC BOX
/*------------------------------------------*/

.st_box-1-txt {
  overflow: hidden;
  padding-left: 13px;
}

.st_box-1-txt h5 {
  margin-bottom: 3px;
}

.st_box-1 p {     
  margin-bottom: 0;
}




/* ==========================================================================
  12. PRICING
  =========================================================================== */

#pricing-2 .pricing-row {
  padding-left: 20px;
  padding-right: 20px;
}  

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/  

.pricing-table {
  background-color: #fff;   
  border: 1px solid #ccc;
  padding: 60px 50px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 .pricing-table {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.pricing-table:hover {
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-plan h4 {
  color: #757575;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.pricing-plan h4 span {
  color: #222;
  font-weight: 700;
}

.pricing-table span.price {
  font-family: 'Hind', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}

#pricing-2 .pricing-table span.price {
  font-size: 50px;
}

.pricing-table sup {
  font-size: 40px;
  font-weight: 500;
  top: -4px;
  right: 3px;
}

#pricing-2 .pricing-table sup {
  font-size: 34px;
  top: -4px;
  right: 3px;
}

.pricing-table sup.validity {
  color: #757575;
  font-weight: 300;
  font-size: 1.75rem;
  top: 0px;
  left: 1px;
}

.pricing-table p.p-sm {
  margin-bottom: 0;
}

.pricing-table a.trial-link {
  font-weight: 500;
  line-height: 1;
}

.pricing-table a.trial-link:hover {
  color: #232425;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
  color: #333;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 400;
  padding-top: 10px;
}

ul.features li {
  padding: 10px 0;
} 

ul.features li.disabled-option {
  color: #888;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.pricing-table .btn {
  display: block;
  width: 100%;
  margin-top: 30px;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice p {
  padding: 0 8%;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  13.  TESTIMONIALS
  =========================================================================== */

.reviews-section.bg-map {
  width: 100%;
  background-image: url(../images/tra-map.png); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
}

/*------------------------------------------*/
/*  TESTIMONIALS GRID
/*------------------------------------------*/ 

.reviews-grid {
  padding-left: 60px;
  padding-right: 60px;
}

#reviews-2 .reviews-holder {
  padding-left: 30px;
  padding-right: 30px;
}

/*------------------------------------------*/
/*  TESTIMONIALS CAROUSEL
/*------------------------------------------*/ 

.review-1 { 
  padding: 0 15px;
  margin-bottom: 40px;
}

.review-2 { 
  text-align: center;
  margin-bottom: 35px;
}

.review-2-txt { 
  background-color: #fff;
  border: 1px solid #eee;
  padding: 75px 40px 50px;
  margin: 0 15px;
  overflow: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.bg-map .review-2-txt,
.bg-map .review-3-txt,
.bg-lightgrey .review-2-txt,
.bg-lightgrey .review-3-txt {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

.review-3 { 
  width: 50%;
  padding: 0;
  margin: 0;
}

.review-3-txt {
  position: relative;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin: 0 15px 30px;
  padding: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
} 

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

#reviews-2 img {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 auto -50px;  
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 9;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-1-txt p {
  color: #555;
  font-size: 1rem;
  margin-top: 15px;
} 

.review-2-txt p {
  color: #757575;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 0;
} 

/*------------------------------------------*/
/*  Testimonial Author
/*------------------------------------------*/

.review-1-author h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.review-1-author h5.h5-md i {
  font-size: 0.95rem;
  margin-left: 2px;
}

.review-2-author h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.review-1-author p {
  color: #656667;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.review-2-author span {
  color: #858585;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

.review-3 .testimonial-author p {
  display: inline-block;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  App Rating
/*------------------------------------------*/

.review-2 .app-rating {
  margin-bottom: 15px;
}

.review-3 .app-rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  top: -0.5px;
}

.app-rating i {
  font-size: 0.915rem;
  line-height: 1;
}

.review-2 .app-rating i {
  font-size: 1rem;
}

.review-3 .app-rating i {
  font-size: 0.85rem;
}

/*------------------------------------------*/
/*  More Reviews Links
/*------------------------------------------*/

#reviews-3 .brands-carousel {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
}

#reviews-3 .brands-carousel .brand-logo {
  padding: 0 10px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  More Reviews Links
/*------------------------------------------*/

.more-reviews a {
  letter-spacing: 0;
  text-decoration: underline;
}

.more-reviews a:hover {
  color: #333;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  14. BRANDS
  =========================================================================== */

#brands-1 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.brands-section p {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  BRANDS LOGO
/*------------------------------------------*/ 

#brands-1 .brand-logo {
  padding: 0 10px;
  margin-bottom: 30px;
} 




/* ===================================================================================
  15.  MORE APPS
  =================================================================================== */ 

.app-box-holder {
  padding-left: 60px;
  padding-right: 60px;
}

#more-apps-2 .col-md-6 {
  padding: 0 10px; 
}

/*------------------------------------------*/
/*  APP BOX
/*------------------------------------------*/ 

.app-box-1 {
  margin-bottom: 40px;
}

.app-box-2 {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 12px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -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;  
}

.app-box-3,
.app-box-4 {
  position: relative;
  background-color: #fff;
  padding: 50px 25px 30px;
  margin: 0 10px 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -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;  
}

.app-box-4 {
  margin: 0 0 40px;
}

.app-box-2:hover,
.app-box-3:hover,
.app-box-4:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  App Version
/*------------------------------------------*/ 

.app-box-3 .app-version,
.app-box-4 .app-version {
  width: 90%;
  position: absolute;
  top: 15px;
  left: 5px;
}

.app-box-3 .app-version span,
.app-box-4 .app-version span {
  background-color: #f2f5f7;
  padding: 3px 8px;
  font-family: 'Hind', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*------------------------------------------*/
/*  App Logo
/*------------------------------------------*/ 

.app-box-logo {
  text-align: center;
}

.app-box-3 .app-box-logo,
.app-box-4 .app-box-logo {
  padding: 0 20%;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  App Text
/*------------------------------------------*/ 

.app-box-1 .app-box-txt {
  padding-left: 5px;
}

.app-box-2 .app-box-txt {
  padding-left: 10px;
}

.app-box-3 .app-box-txt h5,
.app-box-4 .app-box-txt h5 {
  line-height: 1;
  margin-bottom: 5px; 
}

.app-box-3 p.app-price,
.app-box-4 p.app-price {
  font-family: 'Hind', sans-serif;
  color: #757575;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 0; 
}

.app-box-3 .app-rating,
.app-box-4 .app-rating {
  margin-bottom: 5px; 
}

.app-box-3 .app-rating span,
.app-box-4 .app-rating span {
  font-weight: 700;
  margin-left: 5px; 
}

/*------------------------------------------*/
/*  MORE APPS TYPOGRAPHY
/*------------------------------------------*/

.app-box-txt h5 {
  line-height: 1;
  margin-bottom: 8px;
}

.app-box-txt p,
.app-box-2 .app-box-txt h5 {
  margin-bottom: 0;
}




/* ==========================================================================
  16. LANGUAGES
  =========================================================================== */

.languages-section.bg-map {
  width: 100%;
  background-image: url(../images/languages.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
} 

#languages-1 {
  padding-top: 75px;
  padding-bottom: 40px;
}

#languages-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.languages-section .section-title {
  margin-bottom: 50px;
} 

.flags-holder {
  padding-right: 50px;
  padding-left: 50px;
}

/*------------------------------------------*/
/*  FLAG ICON
/*------------------------------------------*/ 

.flag-icon {
  margin-bottom: 40px;
}

#languages-2 .flag-icon {
  width: 20%;
  float: left;
  padding-left: 25px;
  margin: 0 0 40px;
}

img.flag-img {
  width: 42px;
  height: 42px;
}

#languages-2 img.flag-img {
  width: 50px;
  height: 50px;
}

.flag-icon span {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 8px;
}

#languages-2 .flag-icon span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 8px;
}




/* ==========================================================================
  17. FAQs
  =========================================================================== */

#faqs-1.bg-image {
  background-image: url(../images/hero-7.jpg);
}

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#faqs-1 .card-header {
  padding: 25px 0;
  background-color: transparent;
  border: none;
  position: relative;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-1 #accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.15rem;
  top: 27px;
  right: 20px;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f107";
}

#faqs-1 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}

#accordion .card-header h5 {
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

#accordion .card-header h5 span {
  margin-right: 2px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body {
  padding: 5px 0 15px 0; 
}

#accordion .card-body p {
  color: #666;
}

#accordion .card-body .content-list {
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/

.more-questions {
  margin-top: 60px;
}

#support-questions .more-questions {
  margin-top: 20px;
}

.more-questions h5 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.more-questions a {
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -1px;
  margin-left: 3px;
}

.more-questions a.btn {
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 0;
}

.more-questions a:hover {
  color: #111;
}




/* ==========================================================================
  18. DOWNLOAD
  =========================================================================== */

#download-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}  

#download-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#download-4 {
  background-color: #f5f6f7;
  padding-top: 22px;
  padding-bottom: 12px;
}

#download-5 {
  padding-top: 80px;
  padding-bottom: 40px;
} 

#download-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#download-6 .container {
  overflow: hidden;
}

/*------------------------------------------*/
/*  DOWNLOAD TEXT
/*------------------------------------------*/

#download-3 .download-txt {
  display: inline-block;
  margin: 0 auto;
}

/*------------------------------------------*/
/*  DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/

#download-2 h3 {
  margin-bottom: 3px;
}

#download-3 h4 {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
}

.d-4-txt {
  text-align: left;
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
}

.d-4-txt p {
  font-family: 'Hind', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding-top: 1px;
  margin-bottom: 0;
}

.d-4-txt span {
  color: #888;
  line-height: 1;
  font-weight: 400;
}

#download-4 span.d-4-ico {
  position: relative;
  top: -10px;
  text-align: center;
}

#download-4 .icon-xs [class^="flaticon-"]:before, 
#download-4 .icon-xs [class*=" flaticon-"]:before,
#download-4 .icon-xs [class^="flaticon-"]:after, 
#download-4 .icon-xs [class*=" flaticon-"]:after {   
  font-size: 2.5rem;
}

#download-page-2 p.p-lg {
  padding: 0 15%;
  margin-top: 15px;
  margin-bottom: 25px;
}

#download-page-2 a {
  color: #00b2e4;
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  DOWNLOAD STORE BADGE
/*------------------------------------------*/

#download-2 .stores-badge {
  margin-top: 10px;
}

#download-3 .stores-badge {
  display: inline-block;
  margin-top: 0;
}

.dbox-1,
.dbox-2 {
  text-align: center;
  margin-bottom: 40px;
}

.dbox-1 .store { 
  display: inline-block; 
  margin: 10px auto; 
  float: none; 
}

.dbox-1 .store-rating {
  font-size: 0.915rem;
}

.dbox-1 img.img-fluid {
  width: 130px;
  height: 130px;
} 

.dbox-2 i {
  font-size: 3.5rem;
  line-height: 1;
}

/*------------------------------------------*/
/*  DOWNLOAD BOX 3
/*------------------------------------------*/

.dbox-3 {
  margin-bottom: 60px;
}

.dbox-3-title {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.dbox-3-title h4 {
  font-weight: 300;
  margin-bottom: 40px;
}

.dbox-3-version {
  position: relative;
}

span.version-data {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0;
}

span.release-data {
  color: #999;
  font-size: 1.175rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
}

span.release-data span {
  color: #666;
  font-weight: 500;
  margin-left: 10px;
}

.dbox-3-btn {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.btn.dbox-3-btn {
  font-size: 16px;
  padding: 11px 18px;
}

.dbox-3-txt .box-list p {
  margin-bottom: 3px;
  padding-right: 15%;
}

/*------------------------------------------*/
/*  DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/

.dbox-1 h5 {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 8px;
}

.dbox-2 h5 {
  line-height: 1;
  margin-bottom: 0;
}

.dbox-1 p {
  line-height: 1;
  margin-bottom: 10px;
}

.dbox-1 p.txt-400 {
  font-size: 1.25rem;
  font-family: 'Hind', sans-serif;
}

.dbox-2 p {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 14px;
}

#download-6 p {
  padding: 0 5%;
  margin-bottom: 0;
}

#download-7 p {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}




/* ==========================================================================
  19. CALL TO ACTION
  =========================================================================== */

#cta-1.bg-image {
  width: 100%;
  background-image: url(../images/cta-1.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
}   

#cta-1 .section-title {
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/

.cta-1-txt h2 {
  font-size: 5.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2.5px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.cta-rating {
  margin-bottom: 8px;
}

.rating-data {
  display: inline-block;
  position: relative;
  top: 25px;
}

.rating-data h5 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px;
}

.cta-rating-data .rating i {
  font-size: 0.9rem;
  padding: 0;
}

/*------------------------------------------*/
/*  Progress Bar
/*------------------------------------------*/

.barWrapper {
  margin-bottom: 3px;
}

.progress {
  height: 7px; 
  background-color: #f0f0f0; 
  position: relative;
  top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bg-lightgrey .progress {
  background-color: #ddd; 
}

.bg-dark .progress,
.bg-image .progress,
.bg-mountain  .progress {
  background-color: rgba(250, 250, 250, .2); 
}

.progress-bar {
  height: 7px; 
}

.barWrapper .rating {
  width: 130px;
  display: inline-block;
  float: left;
  margin-right: 25px;
}




/* ==========================================================================
  20. NEWSLETTER
  =========================================================================== */

#newsletter-1 {
  padding-top: 80px;
  padding-bottom: 60px;
}  

#newsletter-1.bg-image {
  background: url(../images/newsletter-1.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
}

.newsletter-section .section-title {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/ 

.newsletter-txt p { 
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 10%;
}

.newsletter-txt p a { 
  font-weight: 700;
  text-decoration: underline;
}

.newsletter-txt p a:hover { 
  color: #eee;
}

/*------------------------------------------*/
/*  NEWSLETTER FORM
/*------------------------------------------*/ 

.newsletter-section .newsletter-form {
  padding: 0 12%;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  border-right: none;
  color: #222;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1.4rem;  
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  border: 1px solid #fff;
  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 {
  display: block; 
  width: 100%!important;
  height: 60px;
  font-size: 1.125rem;
  padding: 0 3rem;
  margin-top: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .newsletter-form label.valid,
.newsletter-section .newsletter-form label.error {
  color: #f6412d;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
}

.newsletter-section .newsletter-form label.valid {
  color: #fff
}




/* ==========================================================================
  21. BLOG
  =========================================================================== */

#blog-page .popular-posts {
  margin-top: 70px;
  margin-bottom: 30px;
}

#blogs-page-2 .posts-holder {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/ 

.blog-post {
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -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;  
}

.related-posts .blog-post {
  margin-bottom: 20px; 
}

.blog-post:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

.blog-post:hover .blog-post-txt h4 a,
.blog-post:hover .blog-post-txt h5 a {
  color: #00b2e4;
}

/*------------------------------------------*/
/*  POST TEXT
/*------------------------------------------*/ 

.blog-post-txt {
  padding: 25px 20px 20px;
}

.blog-post-2 .blog-post-txt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 40px;
  margin: 35px 40px 50px;
}

.wide-post .blog-post-txt {
  padding: 30px 50px;
}

.related-posts .wide-post .blog-post-txt {
  padding: 20px 40px 20px 15px; 
}

h5.posts-category {
  margin-bottom: 30px;
}

.blog-post-2 .blog-post-txt p {
  font-size: 1.125rem;
}

.blog-post-2 .blog-post-txt .btn {
  padding: 13px 28px;
  margin-top: 15px;
}

/*------------------------------------------*/
/*  SINGLE POST TEXT
/*------------------------------------------*/ 

p.post-cat {
  color: #999;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.post-content h3 {
  letter-spacing: -0.75px;
}

.single-post-txt h4 {
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-post-txt p {
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.single-post-txt a {
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  Post Tag
/*------------------------------------------*/ 

p.post-tag {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 12px;
}

.related-posts p.post-tag {
  margin-top: 10px;
  margin-bottom: 0;
}

p.post-tag a {
  color: #888;
}

.blog-post-2  p.post-tag {
  color: #999;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

p.post-tag a {
  font-weight: 500;
}

/*------------------------------------------*/
/*  POST IMAGE
/*------------------------------------------*/ 

.blog-post-img img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.wide-post .blog-post-img img {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.blog-post-2 .blog-post-img img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;  
}

.post-inner-img p {
  margin-top: 30px;
  margin-bottom: 0;  
}

/*------------------------------------------*/
/*  Featured Post
/*------------------------------------------*/ 

.featured-post {
  margin-bottom: 10px;
}

.featured-post span {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.featured-post i {
  position: relative;
  font-size: 0.9rem;
  top: -2px;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  POST DATA
/*------------------------------------------*/ 

.post-data {
  margin-top: 20px;
}

.blog-post-2 .post-data {
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 35px;
}

.wide-post .post-data {
  margin-top: 30px;
}

.blog-post-2 .post-data h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-2 .post-data span {
  color: #999;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
}

#single-post .post-data {
  margin-top: 35px;
}

.post-author,
.post-author-avatar { 
  display: inline-block;
  float: left;
}

/*------------------------------------------*/
/*  Post Author Avatar 
/*------------------------------------------*/ 

.post-author-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.wide-post .post-author-avatar img {
  width: 62px;
  height: 62px;
}

/*------------------------------------------*/
/*  Post Author 
/*------------------------------------------*/

.wide-post .post-author {
  padding-top: 6px;
}

.post-author p {
  color: #151515;
  line-height: 1;
  font-weight: 400;
  padding-top: 6px;
  margin-bottom: 3px;
}

.post-author span {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

#blog-1 .post-author span,
#blog-page-1 .post-author span {
  display: block;
  margin-top: 6px;
}

/*------------------------------------------*/
/*  Follow Button 
/*------------------------------------------*/ 

.follow-author {
  position: relative;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  padding: 3px 8px;
  top: -2px;
  margin-left: 8px;
  border: 1px solid #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-share-links {
  margin-top: 70px;
}

.post-tags-list span a {
  color: #999;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #f0f1f3;
  border: 1px solid #e5e5e5;
  padding: 7px 16px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 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;
}

.post-tags-list span a:hover {
  color: #fff;
  background-color: #555;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

a.share-ico {
  color: #555;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: block;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  margin: 70px 0 50px;
  padding: 70px 0;
  padding-bottom: 70px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.author-senoff img {  
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt h5.h5-xs {
  color: #757575;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.author-senoff-txt h5.h5-lg {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-senoff-txt p {
  color: #757575;
  padding-right: 5%;
  margin-bottom: 0;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  color: #757575;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px;
  top: 1px;
  right: 12px;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*------------------------------------------*/
/*  RELATED POSTS
/*------------------------------------------*/

.related-posts {
  margin-top: 70px;
  margin-bottom: 80px;
}

.related-posts h4 {
  font-weight: 400;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.post-comments {
  margin-top: 70px;
  margin-bottom: 70px;
}

.post-comments h4 {
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.post-comments img {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 15px;
  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 i {
  font-size: 13px;  
  margin-right: 1px;  
}

.btn-reply a:hover {
  color: #222;
}

.post-comments hr {
  margin-top: 35px; 
  margin-bottom: 35px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h4 {
  font-weight: 400;
  margin-bottom: 3px;
}

.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: 0;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}

.comment-form .loading {
  font-size: 16px;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  22. CONTACTS
  ========================================================================== */ 

#contacts-1 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#contacts-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*------------------------------------------*/
/*  CONTACT PAGE TITLE
/*------------------------------------------*/

.contacts-title {
  margin-bottom: 60px;
}

.contacts-title h3 {
  line-height: 1;
  margin-bottom: 20px;
}

.contacts-title p {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 10%;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  CONTACTS TYPOGRAPHY
/*------------------------------------------*/ 

#contacts-3 h5 {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  CONTACTS SOCIAL LINKS
/*------------------------------------------*/

.contacts-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.contacts-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.contacts-socials a {
  display: block;
  font-size: 20px;
  margin-left: 20px;
}

/*------------------------------------------*/
/*  CONTACTS SELECT LANGUAGE
/*------------------------------------------*/

#language-select {
  display: inline-block;
  width: 40%;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  overflow: hidden;
}

#contacts-3 .lang-select {
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 45px;
  line-height: 1;
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 60px;
  margin-bottom: 0;
  box-shadow: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#contacts-3 .lang-select:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/ 

.contact-box {
  margin-bottom: 40px;
}

.contact-box-txt {
  overflow: hidden;
  padding-left: 17px;
  padding-bottom: 3px;
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/ 

.contact-box-ico {     
  float: left;
  text-align: center;
}

.contact-box-ico i {     
  background-color: transparent;
  border: 2px solid #999;
  width: 40px;
  height: 40px;
  color: #999;
  font-size: 20px;
  line-height: 37px!important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

.bg-skyblue .contact-box-ico i {     
  border: 2px solid #fff;
  color: #fff; 
}

.contact-box-txt h5 {
  line-height: 1;
  margin-bottom: 8px;  
}

.contact-box-txt p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.contact-box-txt a {
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.contact-box-txt a i {
  position: relative;
  font-size: 0.9rem;
  top: 0.5px;
  margin-right: 5px;
}

.contact-box-txt a.ico-facebook { background-color: #3b5998;color: #fff; }
.contact-box-txt a.ico-twitter { background-color: #00a9ed; color: #fff; }
.contact-box-txt a.ico-linkedin { background-color: #015886; color: #fff; }
.contact-box-txt a.ico-youtube { background-color: #cd1b20; color: #fff; } 

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 5px;
  display: block;
}

#contacts-page .contact-form {
  padding: 0 10%;
}

/*------------------------------------------*/
/*  Contact Form Input
/*------------------------------------------*/

.quick-form .form-control,
.contact-form .form-control,
.contact-form .custom-select {
  height: 54px;
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 0 0;
  color: #757575;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.bg-lightgrey .quick-form .form-control {
  border: 1px solid #ddd;
}

.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  color: #757575;
  margin-bottom: 23px;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.quick-form textarea { min-height: 160px; }
.quick-form textarea.form-control { 
  padding: 20px 15px;
}

.contact-form textarea { min-height: 180px; }
.contact-form textarea.form-control { 
  padding: 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.quick-form .form-control::-moz-placeholder { color: #757575; } 
.quick-form .form-control:-ms-input-placeholder { color: #757575; } 
.quick-form .form-control::-webkit-input-placeholder { color: #757575; } 

.contact-form .form-control::-moz-placeholder { color: #999; } 
.contact-form .form-control:-ms-input-placeholder { color: #999; } 
.contact-form .form-control::-webkit-input-placeholder { color: #999; } 

.contact-form .custom-select::-moz-placeholder { color: #999; } 
.contact-form .custom-select:-ms-input-placeholder { color: #999; } 
.contact-form .custom-select::-webkit-input-placeholder { color: #999; } 

/*------------------------------------------*/
/*  Contact Form Button
/*------------------------------------------*/

.quick-form .btn {
  margin-top: 10px;
}

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.quick-form .form-control:focus,
.contact-form .form-control:focus,
.quick-form .custom-select:focus {
  background-color: #fff;
  outline: 0px none;
  box-shadow: none;
  border-color: #00b2e4;
}

/*------------------------------------------*/
/*    Contact Form Message
/*------------------------------------------*/

.quick-form-msg,
.contact-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.sticky-form-msg {
  margin-top: 10px;
}

.quick-form .loading,
.contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}

.sticky-form .quick-form .loading {
  font-size: 16px;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  23. FOOTER
  ========================================================================== */ 

.footer.bg-map {
  width: 100%;
  background-image: url(../images/languages.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
}   

#footer-4,
#footer-5 {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5 {
  margin-bottom: 20px;
}

.footer h3 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-info p {
  margin-top: 20px;
  margin-bottom: 25px;
}

#footer-3 p.p-lg {
  padding: 0 10%;
}

.footer-copyright p span {
  font-weight: 700;
}

#footer-4 .footer-copyright p,
#footer-5 .footer-copyright p,
.newsletter-section .footer-copyright p {
  margin-bottom: 10px;
}

#footer-3 .btn {
  padding: 15px 50px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.foo-links {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto;
}

.footer-links li {
  color: #ccc;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1;
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 5px 0;
  padding: 0;
}

#footer-3 .footer-links li,
#footer-4 .footer-links li,
#footer-5 .footer-links li,
.newsletter-section .footer-links li {
  display: inline-block!important;
  margin: 0 5px;
}

.footer-links li a {
  color: #aaa;
}

#footer-5 .footer-links li p {
  margin-bottom: 10px;
}

#footer-5 .footer-links li a {
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}

.bg-blue .footer-links li a,
.bg-skyblue .footer-links li a {
  color: #fff; 
}

.footer-links li a:hover {
  color: #333;
  text-decoration: underline;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.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;
  background-color: #eee;
  border: 2px solid #eee;
  width: 42px;
  height: 42px;
  color: #999;
  font-size: 17px;
  line-height: 38px!important;
  margin-right: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

.bg-blue .foo-socials a,
.bg-skyblue .foo-socials a {
  border: 2px solid rgba(255, 255, 255, .01);
  background-color: rgba(255, 255, 255, .25);
}

#footer-4 .foo-socials a,
.newsletter-section .foo-socials a {
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 44px!important;
  margin-right: 6px;
}

.foo-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 0.925rem;
  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;
}

/*------------------------------------------*/
/*    Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: 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;
}

.bg-lightgrey .footer-form .btn {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-left: none;
}

/*------------------------------------------*/
/*  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 {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 45px;
}

.bg-skyblue .bottom-footer {
  border-top: 1px solid #02a1ce;
}




/* ==========================================================================
  24.  STICKY FORM BUTTON
  =========================================================================== */

.help-btn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  display: block;
  background-color: #3c3950;
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(45, 203, 33, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

.help-btn:hover {
  animation: none;
}

@keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(60, 57, 80, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(60, 57, 80, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(60, 57, 80, 0);
    }
}

/*------------------------------------------*/
/*  Button Icon
/*------------------------------------------*/

.help-btn .owl-carousel .owl-item img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 14px;
}

.help-btn .close-ico img {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}

.help-btn .close-ico {
  display: none;
}

.help-btn.clicked .close-ico {
  display: block;
}

.help-btn.clicked .icons-carousel {
  display: none;
}




/* ==========================================================================
  25.  STICKY BOTTOM FORM
  =========================================================================== */

.sticky-form {
  position: fixed;
  z-index: 999999!important;
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  right: 40px;
  bottom: -450px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  transition: all .7s cubic-bezier(.22, .67, .43, 1.22) .2s;
}

.sticky-form.open {
  bottom: 110px;
}

/*------------------------------------------*/
/*  BOTTOM FORM TYPOGRAPHY
/*------------------------------------------*/

.sticky-form-title {
  background-color: #3c3950;
  padding: 18px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; 
}

.sticky-form-title h5 {
  line-height: 1;
  letter-spacing: 0;
  margin-left: 75px;
  margin-bottom: 6px;
}

.sticky-form-title p.p-sm {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   ASSISTANT AVATAR
/*------------------------------------------*/

.sticky-form .assistant-avatar {
  position: absolute;
  top: -23px;
  left: 15px;
  display: block;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

/*------------------------------------------*/
/*   QUICK FORM
/*------------------------------------------*/

.sticky-form-holder {
  padding: 18px 15px;
}

.sticky-form .form-control {
  width: 100%;
  border: 1px solid #ddd;
  color: #666;
  font-size: 0.95rem;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-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;
}

.sticky-form .quick-form .form-control { 
  height: 45px; 
}

.sticky-form .quick-form textarea.form-control {
  padding: 10px 10px;
}

.sticky-form .quick-form textarea { 
  min-height: 90px; 
}

.sticky-form .quick-form .btn {
  width: 100%;
  font-size: 0.95rem;
  padding: 0.9rem 1.35rem;
  margin-top: 8px;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.sticky-form .form-control::-moz-placeholder { color: #999; } 
.sticky-form .form-control:-ms-input-placeholder { color: #999; } 
.sticky-form .orm-control::-webkit-input-placeholder { color: #999; } 

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.sticky-form .form-control:focus {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
}




/* ==========================================================================
  26. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-wrapper {
  margin-top: 70px;
}




/* ==========================================================================
  27. BREADCRUMB
  =========================================================================== */

.breadcrumb {
  padding: 30px 5px 26px;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #00b2e4;
  font-size: 0.975rem;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #999;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 10px;
  margin-top: -1px;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}




/* ==========================================================================
  28. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  padding-top: 50px;
  margin-bottom: 40px;
}

.page-link {
  color: #666;
  font-weight: 600;
  padding: 7px 14px;
  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;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
  background-color: #555;
  color: #fff;
  border-color: #555;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}




/* ==========================================================================
  29. SUPPORT PAGE
  ========================================================================== */  

.sbox-1 {
  text-align: center;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 40px 35px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  -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;  
}

.sbox-2 {
  padding: 40px 0 0;
  margin-bottom: 40px;
}

.sbox-1:hover {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

.sbox-1 h5 {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 10px;
}

.sbox-2 h4 {
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.sbox-1 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.sbox-2 .box-list a {
  color: #2aa0b7;
  font-weight: 400;
}

.sbox-2 .box-list p {
  line-height: 1.5;
}

.sbox-2 .box-list a:hover {
  color: #2aa0b7;
  text-decoration: underline;
}

/*------------------------------------------*/
/*   Support Page Search Form
/*------------------------------------------*/

#search-field {
  padding: 0 12%;
  margin-top: 30px;
}

#search-field .form-control {
  background-color: #fff;
  height: 62px;
  font-size: 19px;
  padding-left: 20px;
  border: none;
  border: 1px solid #ddd;
  -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: #fff;
  color: #777;
  border: 1px solid #ddd;
  border-left: none;
  height: 62px;
  padding: 0 20px;
  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: #ddd;
  outline: 0px none;
  box-shadow: none;
}




/* ==========================================================================
  30. ANSWER PAGE
  ========================================================================== */  


.help-answer-link {
  padding: 10px 0 8px 25px;
  border-left: 1px solid #ccc;
}

/*------------------------------------------*/
/*  ANSWER PAGE TYPOGRAPHY
/*------------------------------------------*/

.help-answer-txt h4 {
  font-weight: 400;
  margin-bottom: 20px;
}

.help-answer-txt h5 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.help-answer-txt p span {
  font-weight: 500;
}

.help-answer-link h5 {
  margin-bottom: 10px;
}

.help-answer-link a {
  color: #2aa0b7;
  font-weight: 400;
}

.help-answer-link a:hover {
  color: #2aa0b7;
  text-decoration: underline;
}

.help-answer-link p {
  margin-bottom: 1px;
}

/*------------------------------------------*/
/*  HELP VOTE
/*------------------------------------------*/

.help-vote-form {
  padding: 35px 0 0;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.help-vote-form h5 {
  font-weight: 500;
}

.help-vote-form .btn {
  font-size: 16px;
  padding: 12px 26px;
  margin-top: 0;
}




/* ==========================================================================
  31. SIGN-IN / SIGN-UP PAGE
  =========================================================================== */

#sign-in-page,
#sign-up-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------*/
/*  REGISTER FORM TYPOGRAPHY
/*------------------------------------------*/

.register-form h4 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.register-form p.p-lg {
  color: #757575;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 35px;
}

.register-form p.p-lg a {
  color: #00b2e4;
}

p.forgot-password {
  line-height: 1;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
}

p.forgot-password a {
  font-weight: 500;
}

.register-form p a:hover {
  color: #333;
  text-decoration: underline;
}

.sign-in-notice,
.sign-up-notice {
  padding: 0 20%;
  margin-top: 45px;
}

.sign-in-notice p,
.sign-up-notice p {
  color: #757575;
  margin-bottom: 0;
}

.sign-in-notice p a,
.sign-up-notice p a {
  color: #555;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  REGISTER FORM
/*------------------------------------------*/

.register-form form { 
  background: #fff;
  border: 1px solid #fafafa;
  margin: 0 60px;
  padding: 50px 25px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  Register Form Input
/*------------------------------------------*/

.register-form .form-control {
  height: 50px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 17px;
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 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;
}

.register-form .form-control::-moz-placeholder { color: #999; } 
.register-form .form-control:-ms-input-placeholder { color: #999; } 
.register-form.form-control::-webkit-input-placeholder { color: #999; } 

/*------------------------------------------*/
/*  Register Form Button
/*------------------------------------------*/

.register-form .btn {
  width: 100%;
  margin-top: 5px;
}

.register-form .btn-facebook {
  color: #fff;
  font-size: 16px;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  font-weight: 400;
}

.register-form .btn-google {
  color: #fff;
  font-size: 16px;
  background-color: #d73d32;
  border: 1px solid #d73d32;
  font-weight: 400;
}

.register-form .btn i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  Register Form Input Focus
/*------------------------------------------*/

.sign-in-form .form-control:focus,
.sign-up-form .form-control:focus {
  background-color: #fafafa;
  border: 1px solid #00b2e4;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Register Form Message
/*------------------------------------------*/

.register-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.register-form-msg .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  32. TERMS PAGE
  =========================================================================== */

.terms-title {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.terms-title p {
  line-height: 1;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.terms-box { 
  margin-bottom: 30px;
}

.terms-box h4 {
  margin-bottom: 25px;
}

.terms-box a {
  font-weight: 500;
}




/* ==========================================================================
  33. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 110px;
  right: 46px;
  z-index: 99;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, .2);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: rgba(35, 35, 35, .5);
}

nav a#pull {  
  display: none;  
} 
