/* ==========================================================================

  TABLE OF CONTENT

  01. GENERAL & BASIC STYLES
  02. TYPOGRAPHY
  03.  HEADER & NAVIGATION
  04.  HERO
  05.  ABOUT
  06.  SERVICES
  07.  PORTFOLIO
  08.  SINGLE PROJECT
  09.  OTHER PROJECTS
  10.  STATISTIC
  11.  VIDEO
  12.  TEAM
  13.  TESTIMONIALS
  14.  BRANDS
  15.  BLOG
  16.  CALL TO ACTION
  17.  NEWSLETTER
  18.  CONTACTS
  19.  FOOTER
  20.  SCROLL TO TOP
  
  =========================================================================== */


  /*------------------------------------------------------------------*/

  /*   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;
  word-wrap: break-word;
}

.container-fluid {
  padding-right: 6%;
  padding-left: 6%;
}

/*------------------------------------------------------------------*/

/*   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;
}

/*------------------------------------------*/

/*  ONSCROLL ANIMATIONS
/*------------------------------------------*/

.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/*------------------------------------------*/

/*  SPACING & INDENTS
/*------------------------------------------*/

.ind-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.ind-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.ind-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.ind-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.ind-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.ind-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.ind-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.ind-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.ind-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.ind-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.no-space {
  padding-right: 0;
  padding-left: 0;
}

.swide-90 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.swide-80 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.swide-70 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.swide-60 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-90 {
  padding-top: 100px;
  padding-bottom: 90px;
}

.wide-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wide-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.wide-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wide-40 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.wide-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.wide-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wide-10 {
  padding-top: 100px;
  padding-bottom: 10px;
}

/*------------------------------------------*/

/*    Margin Top
/*------------------------------------------*/

.m-top-100 {
  margin-top: 100px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-5 {
  margin-top: 5px;
}

/*------------------------------------------*/

/*    Margin Bottom
/*------------------------------------------*/

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-0 {
  margin-bottom: 0;
}

/*------------------------------------------*/

/*    Margin Left
/*------------------------------------------*/

.m-left-30 {
  margin-left: 30px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-5 {
  margin-left: 5px;
}

/*------------------------------------------*/

/*    Margin Right
/*------------------------------------------*/

.m-right-30 {
  margin-right: 30px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-5 {
  margin-right: 5px;
}

/*------------------------------------------*/

/*    Padding Top
/*------------------------------------------*/

.p-top-100 {
  padding-top: 100px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-10 {
  padding-top: 10px;
}

/*------------------------------------------*/

/*    Padding Bottom
/*------------------------------------------*/

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-0 {
  padding-bottom: 0;
}

/*------------------------------------------*/

/*    Padding Left
/*------------------------------------------*/

.p-left-60 {
  padding-left: 60px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-0 {
  padding-left: 0px;
}

/*------------------------------------------*/

/*    Padding Right
/*------------------------------------------*/

.p-right-60 {
  padding-right: 60px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-0 {
  padding-right: 0px;
}

/*------------------------------------------*/

/*   BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/

/*   Background Colors for Sections
/*------------------------------------------*/

.bg-dark {
  background-color: #222 !important;
}

.bg-lightdark {
  background-color: #2c353f;
}

.bg-lightgrey {
  background-color: #f2f2f2;
}

.bg-grey {
  background-color: #ede9e6;
}

.bg-deepgrey {
  background-color: #e0dcda;
}

.bg-rose {
  background-color: #f23472;
}

.bg-red {
  background-color: #fd1c1c;
}

.bg-yellow {
  background-color: #feca16;
}

.bg-green {
  background-color: #42a045;
}

.bg-blue {
  background-color: #2154cf;
}

.bg-lightblue {
  background-color: #1e88e5;
}

.bg-purple {
  background-color: #6e45e2;
}

.bg-deeppurple {
  background-color: #510fa7;
}

.bg-lightpurple {
  background-color: #715fef;
}

/* ==========================================================================
  02.  TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/

/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;
  /* -0.4px */
}

/* 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: 4.25rem;
}

/* 64px */

/*------------------------------------------*/

/*   PARAGRAPHS
/*------------------------------------------*/

p.p-sm {
  font-size: 0.95rem;
}

/* 15.2px */

p {
  font-size: 1rem;
}

/* 16px */

p.p-md {
  font-size: 1.125rem;
}

/* 18px */

p.p-lg {
  font-size: 1.25rem;
}

/* 20px */

p.p-xl {
  font-size: 1.3175rem;
}

/* 22px */

/*------------------------------------------*/

/*   LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/

/*   LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -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;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a.black-hover:hover {
  color: #000;
}

a.white-hover:hover {
  color: #fff;
}

a.lightgreen-hover:hover {
  color: #22bc3f;
}

a.rose-hover:hover {
  color: #f23472;
}

a.red-hover:hover {
  color: #fd1c1c;
}

a.skyblue-hover:hover {
  color: #0b88ee;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/

/*   BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #333;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 0.95rem 1.85rem;
  border: 2px solid #333;
  -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;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -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;
  will-change: transform;
}

.btn-arrow:hover span, .btn-arrow:focus span {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.btn-arrow .svg-inline--fa {
  position: absolute;
  line-height: 1rem !important;
  right: 0px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}

/*------------------------------------------*/

/*   Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 0.8375rem;
  padding: 0.85rem 1.65rem;
}

.btn.btn-md {
  font-size: 0.925rem;
  padding: 1.025rem 2.25rem;
}

.btn.btn-lg {
  font-size: 0.955rem;
  padding: 1.15rem 2.35rem;
}

.btn.btn-xl {
  font-size: 0.955rem;
  padding: 1.25rem 2.5rem;
}

/*------------------------------------------*/

/*   Button Color
/*------------------------------------------*/

.btn-red {
  color: #fff;
  background-color: #fd1c1c;
  border-color: #fd1c1c;
}

.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-rose {
  color: #fff;
  background-color: #f23472;
  border-color: #f23472;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.white-color .btn-white span {
  color: #333;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tra-grey {
  color: #d6d5d5;
  background-color: transparent;
  border-color: #d6d5d5;
}

.btn-blue {
  color: #fff;
  background-color: #07d5df;
  border-color: #07d5df;
}

/*------------------------------------------*/

/*   Button Hover
/*------------------------------------------*/

.btn:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-arrow:hover .svg-inline--fa, .btn-arrow:focus .svg-inline--fa {
  opacity: 1;
  right: -20px;
}

.btn.tra-hover:hover, .btn-rose.tra-hover:hover, .btn-red.tra-hover:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.white-hover:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.white-color .btn-tra-white.grey-hover:hover, .btn.grey-hover:hover {
  color: #333;
  background-color: #d6d5d5;
  border-color: #d6d5d5;
}

/*------------------------------------------*/

/*   Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-black:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------------*/

/*   VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative;
}

.video-btn {
  display: inline-block;
}

.video-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*------------------------------------------*/

/*  Video Button Icon
/*------------------------------------------*/

.video-btn-xs, .video-btn-sm, .video-btn-md, .video-btn-lg {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn-xs:before, .video-btn-sm:before, .video-btn-md:before, .video-btn-lg:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-preview .video-btn-xs, .video-preview .video-btn-sm, .video-preview .video-btn-md, .video-preview .video-btn-lg {
  position: absolute !important;
  top: 50%;
  left: 50%;
}

.video-preview .video-btn-xs {
  margin-top: -40px;
  margin-left: -40px;
}

.video-preview .video-btn-sm {
  margin-top: -45px;
  margin-left: -45px;
}

.video-preview .video-btn-md {
  margin-top: -50px;
  margin-left: -50px;
}

.video-preview .video-btn-lg {
  margin-top: -65px;
  margin-left: -65px;
}

.video-btn-xs, .video-btn .video-btn-xs {
  width: 110px;
  height: 110px;
}

.video-btn-sm, .video-btn .video-btn-sm {
  width: 120px;
  height: 120px;
}

.video-btn-md, .video-btn .video-btn-md {
  width: 130px;
  height: 130px;
}

.video-btn-lg, .video-btn .video-btn-lg {
  width: 150px;
  height: 150px;
}

.video-btn-xs .svg-inline--fa, .video-btn-sm .svg-inline--fa, .video-btn-md .svg-inline--fa, .video-btn-lg .svg-inline--fa {
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn-xs .svg-inline--fa {
  width: 80px;
  height: 80px;
}

.video-btn-sm .svg-inline--fa {
  width: 90px;
  height: 90px;
}

.video-btn-md .svg-inline--fa {
  width: 100px;
  height: 100px;
}

.video-btn-lg .svg-inline--fa {
  width: 120px;
  height: 120px;
}

/*------------------------------------------*/

/*  Video Icon Color
/*------------------------------------------*/

.play-icon-white {
  color: #fff;
}

.play-icon-grey {
  color: #999;
}

.play-icon-purple {
  color: #5830c7;
}

.play-icon-green {
  color: #56a959;
}

.play-icon-lightgreen {
  color: #22bc3f;
}

.play-icon-red {
  color: #fd1c1c;
}

.play-icon-blue {
  color: #3176ed;
}

.play-icon-skyblue {
  color: #0b88ee;
}

.play-icon-yellow {
  color: #feca16;
}

.play-icon-rose {
  color: #f23472;
}

/*------------------------------------------*/

/*  Video Icon Background
/*------------------------------------------*/

.ico-bkg {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
}

.play-icon-white .ico-bkg {
  background-color: #444;
}

.video-btn-xs .ico-bkg {
  top: 30px;
  width: 38px;
  height: 50px;
}

.video-btn-sm .ico-bkg {
  top: 30px;
  width: 44px;
  height: 55px;
}

.video-btn-md .ico-bkg {
  width: 50px;
  height: 50px;
}

.video-btn-lg .ico-bkg {
  width: 65px;
  height: 70px;
}

/*------------------------------------------*/

/*   Hover
/*------------------------------------------*/

.video-btn-xs:hover .svg-inline--fa, .video-btn-sm:hover .svg-inline--fa, .video-btn-md:hover .svg-inline--fa, .video-btn-lg:hover .svg-inline--fa {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.video-btn-xs:hover:before, .video-btn-sm:hover:before, .video-btn-md:hover:before, .video-btn-lg:hover:before {
  opacity: 1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}

/*------------------------------------------*/

/*   ANIMATED PROGRESS BAR
/*------------------------------------------*/

.barWrapper {
  position: relative;
  margin-bottom: 30px;
}

.progress {
  height: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bg-dark .progress {
  background-color: #777;
}

.bg-deepdark .progress {
  background-color: #777;
}

.bg-lightgrey .progress {
  background-color: #ccc;
}

.progress-bar {
  width: 0;
}

/*------------------------------------------*/

/*   Progress Bar Color
/*------------------------------------------*/

.black-progress .progress-bar {
  background-color: #333;
}

.green-progress .progress-bar {
  background-color: #56a959;
}

.rose-progress .progress-bar {
  background-color: #f23472;
}

.red-progress .progress-bar {
  background-color: #fd1c1c;
}

.barWrapper p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.skill-percent {
  display: inline-block;
  position: absolute;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 600;
  top: 7px;
  right: 2px;
}

/*------------------------------------------*/

/*  BOX ICONS
/*------------------------------------------*/

.box-icon [class^="flaticon-"]:before, .box-icon [class*=" flaticon-"]:before, .box-icon [class^="flaticon-"]:after, .box-icon [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 4rem;
  line-height: 4rem !important;
  font-style: normal;
  margin-left: 0;
}

.box-icon-sm [class^="flaticon-"]:before, .box-icon-sm [class*=" flaticon-"]:before, .box-icon-sm [class^="flaticon-"]:after, .box-icon-sm [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 3.5rem;
  line-height: 3.5rem !important;
  font-style: normal;
  margin-left: 0;
}

.box-icon-md [class^="flaticon-"]:before, .box-icon-md [class*=" flaticon-"]:before, .box-icon-md [class^="flaticon-"]:after, .box-icon-md [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 4.5rem !important;
  font-style: normal;
  margin-left: 0;
}

/*------------------------------------------*/

/*   BOX ICON COLOR
/*------------------------------------------*/

.white-color .grey-icon span, .grey-icon span {
  color: #757575;
}

.white-color .red-icon span, .red-icon span {
  color: #fd1c1c;
}

.white-color .rose-icon span, .rose-icon span {
  color: #f54ea2;
}

/*------------------------------------------*/

/*   Content List
/*------------------------------------------*/

ul.content-list {
  list-style: disc;
  margin-top: 20px;
  margin-left: 15px;
}

ul.content-list li {
  margin-bottom: 8px;
}

ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/

/*   SECTION ID
/*------------------------------------------*/

span.section-id {
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.bg-dark span.section-id.grey-color {
  color: #727272;
}

/*------------------------------------------*/

/*   SECTION TITLE
/*------------------------------------------*/

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2, .section-title h3 {
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 1.25rem;
  padding: 0 15%;
  margin-bottom: 0;
}

.bg-dark .section-title h3, .bg-dark .section-title h2 {
  color: #d6d5d5;
}

.bg-dark .section-title p {
  color: #ccc;
}

/*------------------------------------------*/

/*   TEXT SETTING
/*------------------------------------------*/

.montsrt-font {
  font-family: 'Montserrat', sans-serif;
}

.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;
}

.txt-uppercase {
  text-transform: uppercase;
}

/*------------------------------------------*/

/*   TEXT SETTINGS FOR DEMOS
/*------------------------------------------*/

.black-color, .black-color h2, .black-color h3, .black-color h4, .black-color h5, .black-color h6, .black-color p, .black-color a, .black-color li, .black-color i, .black-color span {
  color: #000;
}

.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 span {
  color: #666;
}

.lightgrey-color, .lightgrey-color h2, .lightgrey-color h3, .lightgrey-color h4, .lightgrey-color h5, .lightgrey-color p, .lightgrey-color a, .lightgrey-color li, .white-color .lightgrey-color, .lightgrey-color span {
  color: #ccc;
}

.lightgreen-color, .lightgreen-color h2, .lightgreen-color h3, .lightgreen-color h4, .lightgreen-color h5, .lightgreen-color h6, .lightgreen-color p, .lightgreen-color a, .lightgreen-color li, .lightgreen-color i, .white-color .lightgreen-color, .lightgreen-color span {
  color: #22bc3f;
}

.rose-color, .rose-color h2, .rose-color h3, .rose-color h4, .rose-color h5, .rose-color h6, .rose-color p, .rose-color a, .rose-color li, .rose-color i, .white-color .rose-color, .rose-color span {
  color: #f23472;
}

.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: #01b7de;
}

.red-color, .red-color h2, .red-color h3, .red-color h4, .red-color h5, .red-color h6, .red-color p, .red-color a, .red-color li, .red-color i, .white-color .red-color, .red-color span {
  color: #fd1c1c;
}

/* ==========================================================================
  03.  HEADER & NAVIGATION
  =========================================================================== */

/*------------------------------------------*/

/*   LOGO IMAGE
/*------------------------------------------*/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #3a3a3a;
}

.bg-light {
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

/*------------------------------------------*/

/*   NAVIGATION BAR
/*------------------------------------------*/

.navbar {
  padding: 0.75rem 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;
}

.navbar.bg-tra {
  padding: 2.25rem 0;
  background-color: transparent;
}

/*------------------------------------------*/

/*   NAVIGATION MENU
/*------------------------------------------*/

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.65rem 1.7rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
}

/*------------------------------------------*/

/*   DROPDOWN MENU
/*------------------------------------------*/

.dropdown-menu {
  background-color: #fbfbfb;
  padding: 15px 0;
  margin: 0 0 0 2px;
  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: 0.95rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  color: #3a3a3a;
}

.dropdown-toggle::after {
  vertical-align: .175em;
  border: 0 !important;
  content: "\f107";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  margin-left: 13px;
  top: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-item.dropdown-toggle {
  position: relative;
}

.dropdown-item.dropdown-toggle::after {
  vertical-align: .175em;
  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 .active a, .hover-menu .active a:focus, .hover-menu .active a:hover, .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: #eee;
  color: #636363;
}

.hover-menu .collapse.red-hover ul ul>li:hover>a, .navbar .red-hover .show .dropdown-menu>li>a:focus, .navbar .red-hover .show .dropdown-menu>li>a:hover, .hover-menu .collapse.red-hover ul ul ul>li:hover>a {
  color: #fd1c1c;
}

.hover-menu .collapse.rose-hover ul ul>li:hover>a, .navbar .rose-hover .show .dropdown-menu>li>a:focus, .navbar .rose-hover .show .dropdown-menu>li>a:hover, .hover-menu .collapse.rose-hover ul ul ul>li:hover>a {
  color: #f23472;
}

.hover-menu .collapse.blue-hover ul ul>li:hover>a, .navbar .blue-hover .show .dropdown-menu>li>a:focus, .navbar .blue-hover .show .dropdown-menu>li>a:hover, .hover-menu .collapse.blue-hover ul ul ul>li:hover>a {
  color: #07d5df;
}

.hover-menu .collapse.green-hover ul ul>li:hover>a, .navbar .green-hover .show .dropdown-menu>li>a:focus, .navbar .green-hover .show .dropdown-menu>li>a:hover, .hover-menu .collapse.green-hover ul ul ul>li:hover>a {
  color: #22bc3f;
}

@media only screen and (max-width: 991px) {
  .hover-menu .show>.dropdown-toggle::after {
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* transition: all 0.3s; */
    /* transform: rotate(-90deg); */
    /* top: 31px; */
    /* margin-left: 10px; */
  }
}

@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;
  }
}

/*------------------------------------------*/

/*   Navigation Menu Hover
/*------------------------------------------*/

.navbar-light .nav-link:focus, .navbar-light .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #777;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #aaa;
}

.navbar-light .red-hover .navbar-nav .nav-link:hover, .navbar-dark .red-hover .navbar-nav .nav-link:hover {
  color: #fd1c1c;
}

.navbar-light .rose-hover .navbar-nav .nav-link:hover, .navbar-dark .rose-hover .navbar-nav .nav-link:hover {
  color: #f23472;
}

.navbar-light .blue-hover .navbar-nav .nav-link:hover, .navbar-dark .blue-hover .navbar-nav .nav-link:hover {
  color: #07d5df;
}

.navbar-light .green-hover .navbar-nav .nav-link:hover, .navbar-dark .green-hover .navbar-nav .nav-link:hover {
  color: #22bc3f;
}

/*------------------------------------------*/

/*   Navbar Scroll
/*------------------------------------------*/

.navbar.scroll.bg-tra {
  padding: 13px 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.navbar.scroll.navbar-dark.bg-tra .nav-link {
  color: #333;
}

.navbar.scroll.navbar-light .red-hover .navbar-nav .nav-link:hover, .navbar.scroll.navbar-dark .red-hover .navbar-nav .nav-link:hover {
  color: #fd1c1c;
}

.navbar.scroll.navbar-light .rose-hover .navbar-nav .nav-link:hover, .navbar.scroll.navbar-dark .rose-hover .navbar-nav .nav-link:hover {
  color: #f23472;
}

.navbar.scroll.navbar-light .blue-hover .navbar-nav .nav-link:hover, .navbar.scroll.navbar-dark .blue-hover .navbar-nav .nav-link:hover {
  color: #07d5df;
}

.navbar.scroll.navbar-light .green-hover .navbar-nav .nav-link:hover, .navbar.scroll.navbar-dark .green-hover .navbar-nav .nav-link:hover {
  color: #22bc3f;
}

/*------------------------------------------*/

/*   Responsive Burger Menu
/*------------------------------------------*/

.navbar-light .navbar-toggler, .navbar.bg-tra .navbar-toggler {
  color: #333;
  padding: 0 8px 0 0;
  font-size: 2rem;
  border: none;
}

.navbar-toggler:focus {
  outline: 0;
}

/*------------------------------------------*/

/*   Logo Image
/*------------------------------------------*/

.logo-white, .logo-black {
  display: block;
}

.navbar-light.bg-light .logo-white, .navbar-dark.bg-tra .logo-black, .navbar-light.bg-tra .logo-white, .scroll.navbar-dark.bg-tra .logo-white, .navbar-dark.bg-dark .logo-black, .navbar-light.bg-light .logo-white {
  display: none;
}

.navbar-dark.bg-tra .logo-white, .navbar-light.bg-tra .logo-black, .scroll.navbar-dark.bg-tra .logo-black, .navbar-dark.bg-dark .logo-white, .navbar-light.bg-light .logo-black {
  display: block;
}

/* ==========================================================================
  04.  HERO
  =========================================================================== */

.hero-section .container {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

#hero-1 {
  padding-top: 100px;
}

#hero-2, #hero-3 {
  padding-top: 240px;
}

#hero-4 {
  padding-top: 180px;
  padding-bottom: 150px;
}

#hero-5 {
  padding-top: 240px;
}

#hero-6 {}

#hero-7 {
  padding-top: 180px;
  padding-bottom: 100px;
}

#hero-8 {
  padding-top: 240px;
  padding-bottom: 140px;
}

#hero-9 {
  padding-top: 160px;
  padding-bottom: 120px;
}

#hero-11 {
  padding-top: 250px;
}

#hero-12 {
  padding-top: 220px;
  padding-bottom: 190px;
}

/*------------------------------------------*/

/*   HERO TEXT
/*------------------------------------------*/

#hero-1 .hero-txt {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 1%;
  text-align: right;
}

#hero-4 .hero-txt {
  padding: 60px;
  display: inline-block;
  margin: 0 auto;
  border: 10px solid #fff;
}

#hero-7 .hero-txt {
  margin-left: 20px;
}

#hero-career {
  margin-bottom: 60px;
}

#hero-9 .hero-txt {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 5%;
  text-align: right;
}

/*------------------------------------------*/

/*   HERO FULLSCREEN SLIDER
/*------------------------------------------*/

#hero-6 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0 !important;
}

#slides {
  position: relative;
}

#slides .scrollable {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  *zoom: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------------*/

/*   FULLSCREEN SLIDER CONTENT
/*------------------------------------------*/

.hero-content {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 50px 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------------*/

/*  HERO TEXT ROTATOR
/*------------------------------------------*/

.hero-section .hero-slider {
  height: 400px;
  position: relative;
  text-align: center;
  padding-top: 230px;
}

/*------------------------------------------*/

/*   Hero Headers
/*------------------------------------------*/

#hero-1 h2 {
  font-size: 8.75rem;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
}

#hero-1 h5 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-right: -1px;
  margin-bottom: 30px;
  display: inline-block;
}

#hero-1 h5:before {
  position: relative;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #fd1c1c;
  width: 60px;
  margin-right: 30px;
  margin-bottom: 6px;
}

#hero-2 h2 {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
}

#hero-2 h2.h2-md.fst-h2 {
  line-height: 1.2;
  margin-bottom: 3px;
}

#hero-2 h2 span {
  font-weight: 800;
}

#hero-2 h2 span.typed-element {
  color: #fd1c1c;
  font-weight: 700;
}

#hero-3 h2 {
  font-size: 5.5rem;
  letter-spacing: -2.5px;
  margin-bottom: 15px;
}

#hero-3 h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -1px;
  padding: 0 5%;
}

#hero-4 h2 {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#hero-5 h4 {
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: -0.5px;
  padding: 0 8%;
}

#hero-6 h2 {
  font-size: 6.85rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -3px;
}

#hero-7 h2 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

#hero-7 h4 {
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

#hero-8 h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

#hero-8 h4 span {
  font-weight: 800;
  letter-spacing: 1px;
}

#hero-8 h2 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -2px;
}

#hero-8 h2 span.typed-element {
  letter-spacing: 0.5px;
}

#hero-9 h2 {
  font-size: 4.5rem;
  font-weight: 800;
}

#hero-9 h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#hero-9 h4 span {
  line-height: 1;
  font-weight: 800;
}

#hero-10 h2 {
  font-size: 6.25rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 17px;
}

#hero-12 h2 {
  font-size: 5rem;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 35px;
}

/*------------------------------------------*/

/*   Hero Paragraphs
/*------------------------------------------*/

.hero-contacts p {
  font-size: 1.05rem;
  font-weight: 300;
  margin-bottom: 0;
}

.hero-contacts a {
  font-weight: 700;
  text-decoration: underline;
}

#hero-10 p {
  color: #a5a5a5;
  font-size: 1.95rem;
  margin-bottom: 0;
}

#hero-12 p {
  font-size: 1.25rem;
  padding: 0 15%;
  margin-bottom: 0;
}

/*------------------------------------------*/

/*   Hero Socials
/*------------------------------------------*/

.he-links {
  display: inline-block;
  margin: 35px auto 0;
  padding: 0 10px;
}

#hero-7 .he-link {
  margin: 0;
}

#hero-9 .he-links {
  margin: 15px auto 0;
}

.hero-7-socials p {
  margin-bottom: 15px;
}

.he-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.he-links a {
  color: #fd1c1c;
  font-size: 1.75rem;
  margin-left: 20px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#hero-7 .he-links a {
  color: #757575;
  font-size: 1.7rem;
  margin-left: 20px;
}

#hero-9 .he-links a {
  color: #666;
  font-size: 1.35rem;
}

.he-links a:hover, #hero-7 .he-links a:hover {
  color: #151515;
}

/*------------------------------------------*/

/*   Hero Typed Cursor
/*------------------------------------------*/

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

.white-color .red-typed .typed-cursor, .red-typed .typed-element, .red-typed .typed-cursor {
  color: #fd1c1c;
}

.white-color .rose-typed .typed-cursor, .rose-typed .typed-element, .rose-typed .typed-cursor {
  color: #f54ea2;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------------*/

/*   HERO IMAGE
/*------------------------------------------*/

.hero-img {
  text-align: center;
}

#hero-7 .hero-img {
  padding-right: 10px;
}

#hero-9 .hero-img {
  padding: 0 20px;
}

#hero-11 .images-holder {
  margin-top: 70px;
  margin-bottom: 20px;
}

.carousel-row .col-md-12 {
  padding: 0 5px;
}

.hero-carousel-img {
  padding: 0 10px;
}

/*------------------------------------------*/

/*   SCROLL DOWN MOUSE
/*------------------------------------------*/

.scroll-down {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 10%;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 1.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 10px);
  }
  to {
    -moz-transform: translate(0, -0px);
  }
}

.mouse {
  width: 18px;
  height: 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  display: block;
  text-align: center;
  margin: 0px auto 10px;
}

/*------------------------------------------*/

/*   FULLSCREEN SLIDER PAGINATION
/*------------------------------------------*/

.slides-pagination {
  width: 100%;
  position: absolute;
  bottom: 5%;
  z-index: 20;
  text-align: center;
}

.slides-pagination a {
  width: 30px;
  height: 4px;
  background-color: #ddd;
  color: #1a1a1a;
  opacity: 0.2;
  -moz-opacity: 0.2;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a:hover, .slides-pagination a.current {
  background-color: #fff;
  opacity: 1;
  -moz-opacity: 1;
}

/*------------------------------------------*/

/*   HERO IMAGES CAROUSEL DOTS
/*------------------------------------------*/

.hero-section .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

.hero-section .owl-dots .owl-dot span {
  width: 40px;
  height: 4px;
  margin: 5px 10px;
  background: #D6D6D6;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* ==========================================================================
  05.  ABOUT
  =========================================================================== */

#about-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------*/

/*   ABOUT TYPOGRAPHY
/*------------------------------------------*/

.about-txt h3 {
  letter-spacing: -0.5px;
}

#about-3 .about-txt h3 {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#about-5 .about-txt h3 {
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.25;
}

#about-5 .about-txt h3 span {
  font-weight: 800;
}

.bg-dark .about-txt h3 {
  color: #d6d5d5;
}

#about-1 p {
  margin-top: 25px;
  padding: 0 10%;
}

#about-2 p {
  font-size: 1.5rem;
  line-height: 1.5;
}

#about-4 p {
  margin-top: 30px;
}

#about-5 p {
  margin-top: 30px;
  padding-right: 5%;
}

.bg-dark .about-txt p {
  color: #727272;
}

#about-5 .skills {
  margin-top: 45px;
  padding-right: 15%;
}

#about-1 .btn, #about-2 .btn {
  margin-top: 35px;
}

#about-3 .btn {
  margin-top: 25px;
}

/* ==========================================================================
  06.  SERVICES
  =========================================================================== */

/*------------------------------------------*/

/*   SERVICE BOX
/*------------------------------------------*/

.sbox-1, .sbox-2 {
  text-align: center;
  margin-bottom: 40px;
}

/*------------------------------------------*/

/*   SERVICES BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.sbox-2 h5 {
  margin-top: 25px;
  margin-bottom: 0;
}

.sbox-1 p {
  line-height: 1.5;
  margin-bottom: 0;
}

/*------------------------------------------*/

/*   Service Box Icon
/*------------------------------------------*/

.sbox-1 span, .sbox-2 span {
  display: block;
  position: relative;
  z-index: 999;
}

/* ==========================================================================
  07.  PORTFOLIO
  =========================================================================== */

.portfolio-section .section-title {
  margin-bottom: 60px;
}

/*------------------------------------------*/

/*    FILTER BUTTONS
/*------------------------------------------*/

.portfolio-filter button {
  background-color: transparent;
  color: #888;
  font-size: 0.975rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin: 0 30px;
  padding: 0.5rem 0.1rem;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  outline: 0px none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/

/*     Filter Button Hover
/*------------------------------------------*/

.portfolio-filter button:hover, .portfolio-filter button:focus {
  background-color: transparent;
  color: #555;
  border-bottom: 2px solid #555;
  outline: 0px none;
}

/*------------------------------------------*/

/*    Filter Button Active
/*------------------------------------------*/

.portfolio-filter button.is-checked {
  color: #222;
  cursor: default;
  border-bottom: 2px solid #222;
  outline: 0px none;
}

/*------------------------------------------*/

/*    PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/

.masonry-wrap .portfolio-item {
  text-align: center;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

#portfolio-2 .masonry-wrap .portfolio-item, #portfolio-4 .masonry-wrap .portfolio-item {
  padding: 0 15px;
  margin-bottom: 50px;
}

/*------------------------------------------*/

/*    Project Image Meta
/*------------------------------------------*/

.project-description {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.project-link {
  width: 100%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

.project-link h5 {
  margin-bottom: 5px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-link p {
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/

/*    Project Data
/*------------------------------------------*/

.project-data {
  margin-top: 25px;
}

.project-data h5 {
  margin-bottom: 3px;
}

.project-data p {
  margin-bottom: 0;
}

.project-data a:hover {
  text-decoration: underline;
}

.white-hover .white-color h5, .white-hover .white-color a, .white-hover .white-color p {
  color: #333;
}

/*------------------------------------------*/

/*    Image Zoom
/*------------------------------------------*/

.image-zoom {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.image-zoom a {
  width: 54px;
  height: 54px;
  font-size: 24px;
  line-height: 48px !important;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -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;
}

.image-zoom a:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid transparent;
}

/*------------------------------------------*/

/*    Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.blog-post .hover-overlay, .blog-post-img .hover-overlay {
  text-align: center;
}

.hover-overlay img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/

/*    Overlay Background
/*------------------------------------------*/

.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
  -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;
}

.item-overlay::before, .item-overlay::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.item-overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.rose-hover .item-overlay {
  background: rgba(245, 78, 162, 0.85);
}

.red-hover .item-overlay {
  background: rgba(253, 28, 28, 0.85);
}

.white-hover .item-overlay {
  background: rgba(255, 255, 255, 0.8);
}

/*------------------------------------------*/

/*    Image Hover Effect
/*------------------------------------------*/

.hero-carousel-img:hover img, .progect-image:hover img, .portfolio-item:hover img, .blog-post:hover img, .blog-post-img:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

.hero-carousel-img:hover .item-overlay, .portfolio-item:hover .project-link, .portfolio-item:hover .item-overlay, .project-image:hover .item-overlay, .hero-carousel-img:hover .project-description, .portfolio-item:hover .project-description, .blog-post:hover .project-description, .blog-post-img:hover .project-description, .blog-post:hover .item-overlay, .blog-post-img:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}

.hero-carousel-img:hover .item-overlay::before, .project-image:hover .item-overlay::before, .portfolio-item:hover .item-overlay::before, .blog-post:hover .item-overlay::before, .blog-post-img:hover .item-overlay::before, .hero-carousel-img:hover .item-overlay::after, .portfolio-item:hover .item-overlay::after, .project-image:hover .item-overlay::after, .blog-post:hover .item-overlay::after, .blog-post-img:hover .item-overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero-carousel-img:hover .project-link h5, .portfolio-item:hover .project-link h5, .hero-carousel-img:hover .project-link p, .portfolio-item:hover .project-link p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-image:hover a, .portfolio-item:hover a, .blog-post:hover a, .blog-post-img:hover a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*------------------------------------------*/

/*    ALL PROJECTS BUTTON
/*------------------------------------------*/

#portfolio-1 .all-projects-btn, #portfolio-3 .all-projects-btn {
  text-align: center;
  margin-top: 50px;
}

#portfolio-2 .all-projects-btn, #portfolio-4 .all-projects-btn {
  text-align: center;
  margin-top: 15px;
}

/* ==========================================================================
  08.  SINGLE PROJECT
  =========================================================================== */

.single-project {
  margin-top: 60px;
}

/*------------------------------------------*/

/*    SINGLE PROJECT TEXT
/*------------------------------------------*/

#project-1 .project-txt-description {
  margin-top: 80px;
  padding-right: 40px;
}

#project-2 .project-txt-description {
  margin-top: 80px;
  padding-left: 40px;
}

/*------------------------------------------*/

/*    SINGLE PROJECT TITLE
/*------------------------------------------*/

.project-title {
  margin-bottom: 50px;
}

#project-3 .project-title {
  margin-top: 30px;
  margin-bottom: 60px;
}

#project-4 .project-title {
  margin-top: 30px;
  margin-bottom: 40px;
}

.project-title h2 {
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.project-title p {
  color: #a0a0a0;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 35px;
}

/*------------------------------------------*/

/*    SINGLE PROJECT TEXT
/*------------------------------------------*/

#project-1 .project-text, #project-4 .project-text, #project-5 .project-text, #project-6 .project-text {
  margin-bottom: 60px;
}

#project-2 .project-text {
  margin-bottom: 40px;
}

.project-text p.p-lg {
  color: #808080;
  margin-bottom: 30px;
}

.project-text h5.h5-xs {
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/

/*    SINGLE PROJECT INFO
/*------------------------------------------*/

.project-info h5 {
  margin-bottom: 20px;
}

.project-info p {
  color: #555;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  padding: 11px 0;
  border-bottom: 1px dotted #ccc;
}

.project-info p.p-share {
  padding: 15px 0;
}

.project-info p:last-child {
  border-bottom: none;
}

.project-info p span {
  position: absolute;
  right: 15px;
  bottom: 11px;
  color: #333;
  font-weight: 700;
}

.project-info p.p-share span a {
  font-size: 1.15rem;
  margin-left: 10px;
}

.project-info p span a {
  font-weight: 600;
  text-decoration: underline;
}

.project-info p span a:hover {
  color: #666;
}

/*------------------------------------------*/

/*    SINGLE PROJECT SHARE LINKS
/*------------------------------------------*/

.project-share {
  margin-top: 60px;
}

#project-2 .project-share {
  margin-top: 40px;
}

.project-share h5 {
  margin-bottom: 20px;
}

.project-share-links {
  margin-top: 5px;
  display: inline-block;
  padding-left: 0;
}

.project-share-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.project-share-links a {
  width: 44px;
  height: 44px;
  background-color: #757575;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  display: block;
  margin-right: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.project-share-links a.ico-facebook {
  background-color: #3b5998;
}

.project-share-links a.ico-twitter {
  background-color: #00a9ed;
}

.project-share-links a.ico-instagram {
  background-color: #e44772
}

.project-share-links a.ico-dribbble {
  background-color: #d92d84;
}

.project-share-links a.ico-behance {
  background-color: #2473f6;
}

.project-share-links a.ico-pinterest {
  background-color: #ac281a;
}

.project-share-links a.ico-linkedin {
  background-color: #015886;
}

.project-share-links a.ico-google-plus {
  background-color: #cd1111;
}

.project-share-links a.ico-youtube {
  background-color: #cd1b20;
}

.project-share-links a.ico-tumblr {
  background-color: #3a5976;
}

.project-share-links a.ico-vk {
  background-color: #3b5998;
}

.project-share-links a:hover {
  color: #fff;
  background-color: #333;
}

/*------------------------------------------*/

/*    SINGLE PROJECT IMAGE
/*------------------------------------------*/

.project-image {
  text-align: center;
  margin-bottom: 40px;
}

#project-6 .project-image {
  margin-bottom: 30px;
}

.project-preview h5 {
  margin-bottom: 20px;
}

/*------------------------------------------*/

/*    Carousel Navigation
/*------------------------------------------*/

.carousel-slider {
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.owl-theme .owl-nav [class*='owl-'] {
  background: #ccc;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 12px 10px 14px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-prev {
  opacity: 0;
  position: absolute;
  left: -2%;
  top: 47%;
  transform: translateY(-50%);
  z-index: 3;
  -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;
}

.owl-next {
  opacity: 0;
  position: absolute;
  right: -2%;
  top: 47%;
  transform: translateY(-50%);
  z-index: 3;
  -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;
}

/*------------------------------------------*/

/*    Carousel Navigation Hover
/*------------------------------------------*/

.carousel-slider:hover .owl-prev {
  opacity: 1;
  left: 2%;
}

.carousel-slider:hover .owl-next {
  opacity: 1;
  right: 2%;
}

/* ==========================================================================
  09.  OTHER PROJECTS
  =========================================================================== */

#other-projects {
  padding-bottom: 70px;
}

#op-row {
  border-top: 1px solid #ddd;
  padding-top: 100px;
}

/*------------------------------------------*/

/*    OTHER PROJECTS TYPOGRAPHY
/*------------------------------------------*/

.other-projects h5 {
  margin-bottom: 5px;
}

.prev-project a, .next-project a {
  color: #999;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: underline;
}

.all-projects a {
  color: #999;
  font-size: 1.75rem;
  line-height: 1;
}

.prev-project a:hover, .next-project a:hover {
  color: #fd1c1c;
}

.all-projects a:hover {
  color: #333;
}

/* ==========================================================================
  10.  STATISTIC
  =========================================================================== */

/*------------------------------------------*/

/*    STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

/*------------------------------------------*/

/*    Statistic Block Number
/*------------------------------------------*/

.statistic-number {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.statistic-number:after {
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background: #fd1c1c;
  margin: 20px auto 22px;
  position: relative;
}

.rose-line .statistic-number:after {
  background: #f23472;
}

.statistic-block h5 {
  margin-bottom: 0;
}

/* ==========================================================================
   11.  VIDEO
   =========================================================================== */

#video-1 {
  padding-top: 140px;
  padding-bottom: 140px;
}

#video-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

/*------------------------------------------*/

/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/

#video-1 p {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 10%;
}

/* ==========================================================================
  12.  TEAM
  =========================================================================== */

/*------------------------------------------*/

/*    TEAM MEMBER
/*------------------------------------------*/

.team-member {
  margin-bottom: 40px;
  text-align: center;
}

/*------------------------------------------*/

/*    Team Member Data
/*------------------------------------------*/

.tm-data {
  margin-top: 30px;
}

.tm-data p {
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.tm-data span {
  color: #888;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}

/*------------------------------------------*/

/*    Team Member Social Links
/*------------------------------------------*/

ul.tm-social {
  display: inline-block;
  padding-left: 0;
  margin-top: 3px;
}

ul.tm-social li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a {
  width: 32px;
  height: 32px;
  color: #777;
  font-size: 1.15rem;
  line-height: 32px !important;
  margin: 0;
  display: block;
}

.tm-social a.ico-facebook:hover {
  color: #3b5998;
}

.tm-social a.ico-twitter:hover {
  color: #00a9ed;
}

.tm-social a.ico-instagram:hover {
  color: #e44772
}

.tm-social a.ico-dribbble:hover {
  color: #d92d84;
}

.tm-social a.ico-behance:hover {
  color: #2473f6;
}

.tm-social a.ico-pinterest:hover {
  color: #ac281a;
}

.tm-social a.ico-linkedin:hover {
  color: #015886;
}

.tm-social a.ico-google-plus:hover {
  color: #cd1111;
}

.tm-social a.ico-youtube:hover {
  color: #cd1b20;
}

.tm-social a.ico-tumblr:hover {
  color: #3a5976;
}

.tm-social a.ico-vk:hover {
  color: #3b5998;
}

/* ==========================================================================
  13.  TESTIMONIALS
  =========================================================================== */

#reviews-1.bg-image {}

.review-1 {
  margin-bottom: 40px;
  padding: 0 15px;
}

.review-2 {
  text-align: center;
  margin-bottom: 40px;
}

/*------------------------------------------*/

/*    Testimonial Message Avatar
/*------------------------------------------*/

#reviews-1 .testimonial-avatar {
  display: inline-block;
  float: left;
}

#reviews-1 img, #reviews-2 img {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#reviews-2 img {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.author-data {
  margin-bottom: 18px;
}

/*------------------------------------------*/

/*   Testimonial Message Text
/*------------------------------------------*/

.review-txt p {
  color: #555;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
  padding: 15px 10% 0;
}

#reviews-1 .review-txt p {
  padding: 0;
}

#reviews-1 .review-author {
  display: inline-block;
}

.review-author p {
  font-size: 1.15rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

#reviews-1 .review-author p {
  padding-top: 24px;
}

.review-author span {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
}

/*------------------------------------------*/

/*   Reviews FlexSlider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
  background: rgba(90, 90, 90, .25);
  width: 10px;
  height: 10px;
  border: 2px solid rgba(90, 90, 90, .02);
}

.flex-control-paging li a.flex-active {
  background: rgba(20, 20, 20, .65);
  border: 2px solid rgba(20, 20, 20, .02);
}

.rose-nav .flex-control-paging li a.flex-active {
  background: #ff3366;
  border: 2px solid #ff3366;
}

.purple-nav .flex-control-paging li a.flex-active {
  background: #6e45e2;
  border: 2px solid #6e45e2;
}

.skyblue-nav .flex-control-paging li a.flex-active {
  background: #0b88ee;
  border: 2px solid #0b88ee;
}

.green-nav .flex-control-paging li a.flex-active {
  background: #1da036;
  border: 2px solid #1da036;
}

/* ==========================================================================
  14.  BRANDS
  =========================================================================== */

#brands-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#brands-2.bg-image {}

#brands-1 .section-title {
  margin-bottom: 40px;
}

/*------------------------------------------*/

/*    BRANDS LOGO HOLDER
/*------------------------------------------*/

#brands-1 .brand-logo {
  padding: 30px 25px;
}

#brands-2 .brand-logo {
  padding: 0 25px;
}

#brands-1 .brand-logo img {
  padding: 0 20px;
}

/* ==========================================================================
  15.  BLOG
  =========================================================================== */

#blog-page, #single-blog-page {
  margin-top: 60px;
}

/*------------------------------------------*/

/*    BLOG POST
/*------------------------------------------*/

.blog-post {
  margin-bottom: 40px;
}

.posts-holder .blog-post, .posts-holder .blog-post-video {
  margin-bottom: 60px;
}

/*------------------------------------------*/

/*    BLOG TYPOGRAPHY
/*------------------------------------------*/

.blog-post h5, .blog-post-video h5 {
  line-height: 1.3;
  margin-bottom: 8px;
}

.blog-post-txt p.post-meta {
  color: #666;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-post-txt p.post-meta span {
  font-weight: 500;
}
span.p-sm-date {
    color: #ff1401;
}
/*------------------------------------------*/

/*    ALL POSTS BUTTON
/*------------------------------------------*/

.all-posts-btn {
  text-align: center;
  margin-top: 30px;
}

/*------------------------------------------*/

/*    BLOG PAGE RIGHT SIDEBAR
/*------------------------------------------*/

#sidebar-right h5.h5-sm {
  margin-bottom: 25px;
}

/*------------------------------------------*/

/*   Blog Search Form
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  padding: 22px 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/

/*   Blog Categories
/*------------------------------------------*/

ul.blog-category-list>li {
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

ul.blog-category-list>li:first-child {
  padding: 0 0 10px;
}

ul.blog-category-list>li:last-child {
  padding: 10px 0 0;
  border-bottom: none;
}

ul.blog-category-list>li a, ul.blog-category-list>li span {
  color: #555;
}

ul.blog-category-list li .svg-inline--fa {
  margin-right: 10px;
}

ul.blog-category-list li a:hover {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------*/

/*   Popular Posts
/*------------------------------------------*/

.popular-posts li {
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.popular-posts li:first-child {
  padding: 0 0 14px;
}

.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0;
}

.popular-posts img {
  text-align: center;
  float: left;
}

.post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/

/*  Popular Post Typography
--------------------------------------------*/

.post-summary a {
  color: #555;
  -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;
}

.popular-posts .post-summary a:hover {
  text-decoration: underline;
}

.popular-posts p {
  color: #888;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/

/*   Blog Page Popular Tags
/*------------------------------------------*/

.sidebar-div.widget_tag_cloud {
  border-bottom: 1px dashed #c0c0c0;
}

.tagcloud a {
  font-size: 0.75rem !important;
  font-weight: 600;
  color: #222;
  border: none;
  display: inline-block;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tagcloud a .tag-link-count {
  font-weight: 600;
  color: #222;
}

.tagcloud {
  padding: 10px 0;
}

.tagcloud a {
  color: #666;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.42857;
}

.tagcloud a:hover {
  background-color: #2c353f;
  border-color: #2c353f;
  color: #fff !important;
}

.tagcloud a:hover .tag-link-count {
  color: #fff !important;
}

.badge:hover a {
  color: #fff !important;
}

/*------------------------------------------*/

/*    BLOG PAGE PAGINATION
/*------------------------------------------*/

.page-link {
  color: #666;
  padding: .65rem .95rem;
}

.page-link:hover, .page-link:focus {
  color: #444;
  background-color: #eee;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2c353f;
  border-color: #2c353f;
}

/*------------------------------------------*/

/*    SINGLE 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 {
  width: 90px;
  height: 35px;
  font-size: 18px;
  line-height: 35px !important;
  text-align: center;
  margin-right: 3px;
  display: block;
  opacity: 0.75;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

a.share-ico.ico-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

a.share-ico.ico-twitter {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}

a.share-ico.ico-behance {
  background-color: #00a8e7;
  border-color: #00a8e7;
  color: #fff;
}

a.share-ico.ico-google-plus {
  background-color: #cd1111;
  border-color: #cd1111;
  color: #fff;
}

a.share-ico.ico-linkedin {
  background-color: #015886;
  border-color: #015886;
  color: #fff;
}

a.share-ico.ico-dribbble {
  background-color: #d92d84;
  border-color: #d92d84;
  color: #fff;
}

a.share-ico.ico-instagram {
  background-color: #beb3a8;
  border-color: #beb3a8;
  color: #fff;
}

a.share-ico.ico-pinterest {
  background-color: #ac281a;
  border-color: #ac281a;
  color: #fff;
}

a.share-ico.ico-dropbox {
  background-color: #008ad2;
  border-color: #008ad2;
  color: #fff;
}

a.share-ico.ico-skype {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}

a.share-ico.ico-youtube {
  background-color: #cd1b20;
  border-color: #cd1b20;
  color: #fff;
}

a.share-ico.ico-tumblr {
  background-color: #3a5976;
  border-color: #3a5976;
  color: #fff;
}

a.share-ico.ico-vimeo {
  background-color: #00adee;
  border-color: #00adee;
  color: #fff;
}

a.share-ico.ico-flickr {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #fff;
}

a.share-ico.ico-github {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

a.share-ico.ico-renren {
  background-color: #364a83;
  border-color: #364a83;
  color: #fff;
}

a.share-ico.ico-vk {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

a.share-ico.ico-xing {
  background-color: #015f5e;
  border-color: #015f5e;
  color: #fff;
}

a.share-ico.ico-weibo {
  background-color: #be4443;
  border-color: #be4443;
  color: #fff;
}

a.share-ico.ico-rss {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

a.share-ico.ico-digg {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

a.share-ico.ico-deviantart {
  background-color: #57675d;
  border-color: #57675d;
  color: #fff;
}

a.share-ico.ico-envelope {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

a.share-ico.ico-delicious {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  color: #fff;
}

a.share-ico:hover {
  opacity: 1;
}

/*-----------------------------------------*/

/*    RELATED POST
/*-----------------------------------------*/

.related-post {
  margin-top: 70px;
  margin-bottom: 60px;
}

/*------------------------------------------*/

/*    SINGLE POST META
/*------------------------------------------*/

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  line-height: 1.1;
  margin-bottom: 0;
}

.comment-date {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.btn-reply a {
  background-color: #888;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 8px;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn-reply a:hover {
  color: #fff;
  background-color: #2c353f;
}

.comment-reply {
  margin-left: 40px;
}

.single-post-comments hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*------------------------------------------*/

/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h4.h4-lg {
  margin-bottom: 5px;
}

.comment-form {
  position: relative;
}

.comment-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 0px;
  display: block;
}

.comment-form .form-control {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 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;
}

.comment-form .form-control:focus {
  border-color: #555;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea {
  min-height: 200px;
}

/*------------------------------------------*/

/*    Forms Message
/*------------------------------------------*/

.comment-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
}

.comment-form-msg {
  position: absolute;
  bottom: 10px;
  left: 350px;
}

.comment-form-msg .error, .comment-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.comment-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
  16.  CALL TO ACTION
  =========================================================================== */

#cta-1 {
  padding-top: 90px;
  padding-bottom: 50px;
}

/*------------------------------------------*/

/*    CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/

#cta-1 h3 {
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

#cta-2 h3 {
  font-weight: 300;
  line-height: 1.1;
}

#cta-1 .cta-txt p {
  margin-top: 15px;
  padding-right: 15%;
}

#cta-2 .cta-txt p {
  margin-top: 25px;
  margin-bottom: 0;
}

.cta-btn p {
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.cta-section p span {
  font-weight: 700;
}

#cta-1.bg-dark h3, #cta-2.bg-dark h3, #cta-2.bg-dark .cta-txt p, .bg-dark .cta-btn p {
  color: #d6d5d5;
}

#cta-1.bg-dark .cta-txt p {
  color: #878787;
}

/* ==========================================================================
  17.  NEWSLETTER
  =========================================================================== */

#newsletter-1 .newsletter-form {
  margin: 50px 60px 0;
}

.bg-dark .newsletter-txt h3 {
  color: #d6d5d5;
}

/*------------------------------------------*/

/*    Newsletter Form Input
/*------------------------------------------*/

#newsletter-1 .form-control {
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #aaa;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 300;
  padding: 0 0.5rem;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*------------------------------------------*/

/*    Newsletter Form Input Focus
/*------------------------------------------*/

#newsletter-1 .form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/

/*    Newsletter Form Placeholder
/*------------------------------------------*/

#newsletter-1 .form-control::-moz-placeholder {
  color: #ccc;
}

#newsletter-1 .form-control:-ms-input-placeholder {
  color: #ccc;
}

#newsletter-1 .form-control::-webkit-input-placeholder {
  color: #ccc;
}

/*------------------------------------------*/

/*    Newsletter Form Button
/*------------------------------------------*/

#newsletter-1 .newsletter-form .btn {
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #aaa;
  color: #ccc;
  font-size: 1.25rem;
  padding: 0 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

#newsletter-1 .newsletter-form .btn:hover {
  color: #fff;
}

/*------------------------------------------*/

/*    Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  margin: 30px auto 0;
}

/* ==========================================================================
  18.  CONTACTS
  =========================================================================== */

#contacts-map {
  margin-top: 75px;
}

/*------------------------------------------*/

/*    CONTACT BOX
/*------------------------------------------*/

#contacts-1 .contact-box {
  text-align: center;
  margin-bottom: 40px;
}

/*------------------------------------------*/

/*    CONTACTS TYPOGRAPHY
/*------------------------------------------*/

.contact-box .svg-inline--fa {
  font-size: 2.75rem;
}

.contact-box h5 {
  margin-top: 25px;
  margin-bottom: 12px;
}

.contact-box p {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

.contact-box a {
  font-weight: 400;
  text-decoration: underline;
}

/*------------------------------------------*/

/*    CONTACT INFO
/*------------------------------------------*/

.contact-info h3 {
  margin-bottom: 30px;
}

.contact-info h3 a {
  color: #d6d5d5;
  text-decoration: underline;
}

.contact-info p.p-md {
  color: #d6d5d5;
}

p.phone-link a {
  color: #d6d5d5;
  font-size: 2.35rem;
}

#contacts-2 .location p {
  color: #d6d5d5;
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0;
}

.contacts-socials-links {
  display: inline-block;
  padding-left: 0;
  margin: 80px auto 20px;
}

.contacts-socials-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.c-links a {
  color: #ccc;
  font-size: 1.85rem;
  margin: 0 12px;
}

.c-links a.ico-facebook:hover {
  color: #3b5998;
}

.c-links a.ico-twitter:hover {
  color: #00a9ed;
}

.c-links a.ico-behance:hover {
  color: #2473f6;
}

.c-links a.ico-google-plus:hover {
  color: #cd1111;
}

.c-links a.ico-linkedin:hover {
  color: #015886;
}

.c-links a.ico-dribbble:hover {
  color: #d92d84;
}

.c-links a.ico-instagram:hover {
  color: #beb3a8;
  ;
}

.c-links a.ico-pinterest:hover {
  color: #ac281a;
}

.c-links a.ico-youtube:hover {
  color: #cd1b20;
}

.c-links a.ico-tumblr:hover {
  color: #3a5976;
}

.c-links a.ico-vk:hover {
  color: #3b5998;
}

/*------------------------------------------*/

/*    CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  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;
}

#contacts-3 .contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
  font-size: 1.05rem;
  padding: 0 5px;
  margin-bottom: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*------------------------------------------*/

/*    Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea {
  min-height: 200px;
}

.contact-form textarea.form-control {
  padding: 20px;
}

/*------------------------------------------*/

/*    Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder {
  color: #555;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #555;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #555;
}

/*------------------------------------------*/

/*    Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #ff3366;
}

/*------------------------------------------*/

/*    Contact Form Message
/*------------------------------------------*/

.contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 27px;
}

.contact-form-msg {
  margin-top: 30px;
  margin-left: 12px;
}

.contact-form-msg .error, .contact-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.contact-form-msg .error {
  color: #f6412d;
}

/*------------------------------------------*/

/*  CONTACTS GOOGLE MAP
/*------------------------------------------*/

#contacts-map #gmap {
  width: 100%;
  height: 480px;
}

/* ==========================================================================
  19.  FOOTER
  =========================================================================== */

#footer-1, #footer-3 {
  padding-top: 100px;
}

.footer-2-content {
  padding-top: 50px;
}

/*------------------------------------------*/

/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5, .footer h4 {
  margin-bottom: 20px;
}

.footer-info, .footer-socials-links, .footer-form {
  margin-bottom: 40px;
}

.footer-info p {
  padding-right: 5%;
}

.footer-box {
  margin-bottom: 40px;
  padding-left: 20%;
}

#footer-2 .footer-box, #footer-3 .footer-box {
  padding-left: 0;
}

.footer-box p {
  margin-bottom: 5px;
}

.footer-box p.foo-email a {
  font-weight: 500;
}

.bg-dark.footer p {
  color: #aaa;
}

p.foo-email a {
  text-decoration: underline;
}

.bg-dark p.foo-email a {
  color: #ccc;
}

.bg-dark p.foo-email a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-form p a {
  font-weight: 400;
  text-decoration: underline;
  padding: 0 2px;
}

.bg-dark .footer-form p a {
  color: #eee;
}

.bg-dark .footer-form p a:hover {
  color: #ccc;
}

.footer-copyright p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.contact-info p span, .footer-copyright p span {
  font-weight: 700;
}

/*------------------------------------------*/

/*   FOOTER LINKS
/*------------------------------------------*/

.footer-box li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 5px 0;
  padding: 0;
}

.bg-dark .footer-box li a, #footer-3.bg-dark .footer-socials-links p a {
  color: #aaa;
}

.bg-dark .footer-box li a:hover, #footer-3.bg-dark .footer-socials-links p a:hover {
  color: #fff;
}

/*------------------------------------------*/

/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-links {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
}

.foo-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-links a {
  color: #666;
  font-size: 1.1rem;
  margin-left: 35px;
  -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;
}

.foo-links a:hover {
  color: #151515;
}

.foo-links a.ico-facebook:hover {
  color: #3b5998;
}

.foo-links a.ico-twitter:hover {
  color: #00a9ed;
}

.foo-links a.ico-instagram:hover {
  color: #e44772
}

.foo-links a.ico-dribbble:hover {
  color: #d92d84;
}

.foo-links a.ico-behance:hover {
  color: #2473f6;
}

.foo-links a.ico-pinterest:hover {
  color: #ac281a;
}

.foo-links a.ico-linkedin:hover {
  color: #015886;
}

.foo-links a.ico-google-plus:hover {
  color: #cd1111;
}

.foo-links a.ico-youtube:hover {
  color: #cd1b20;
}

.foo-links a.ico-tumblr:hover {
  color: #3a5976;
}

.foo-links a.ico-vk:hover {
  color: #3b5998;
}

#footer-3 .footer-socials-links p {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

#footer-3 .footer-socials-links p a {
  text-decoration: underline;
}

.footer-socials-links p a.link-facebook:hover {
  color: #3b5998;
}

.footer-socials-links p a.link-twitter:hover {
  color: #00a9ed;
}

.footer-socials-links p a.link-instagram:hover {
  color: #e44772
}

.footer-socials-links p a.link-youtube:hover {
  color: #cd1b20;
}

/*------------------------------------------*/

/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 52px;
  color: #333;
  font-size: 1.05rem;
  font-weight: 300;
  padding: 0 1rem;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-right: none;
  -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-deepgrey .footer-form .form-control {
  background-color: #f5f5f5;
  border-color: #ccc;
  border-right: none;
}

.bg-dark .footer-form .form-control {
  background-color: #222;
  color: #fff;
  border: 1px solid rgba(180, 180, 180, .5);
  border-right: none;
}

/*------------------------------------------*/

/*    Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #333;
  background-color: #fff;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.bg-deepgrey .footer-form .form-control:focus {
  border: 1px solid #aaa;
  border-right: none;
  outline: 0;
}

.bg-dark .footer-form .form-control:focus {
  background-color: #1d1d1d;
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
}

/*------------------------------------------*/

/*    Newsletter Form Placeholder
/*------------------------------------------*/

.bg-dark .footer-form .form-control::-moz-placeholder {
  color: #777;
}

.bg-dark .footer-form .form-control:-ms-input-placeholder {
  color: #777;
}

.bg-dark .footer-form .form-control::-webkit-input-placeholder {
  color: #777;
}

/*------------------------------------------*/

/*    Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 52px;
  padding: 0.7rem 1.65rem;
  border: 1px solid #333;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.footer-form .svg-inline--fa {
  font-size: 1.45rem;
  line-height: 1 !important;
}

.bg-dark .footer-form .btn {
  color: #ccc;
  background-color: #202020;
  border-color: rgba(180, 180, 180, .5);
}

/*------------------------------------------*/

/*    Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/

/*   BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  padding-bottom: 50px;
}

#footer-1 .bottom-footer, #footer-3 .bottom-footer {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer-3 .bottom-footer {
  margin-top: 15px;
}

#footer-1.bg-dark .bottom-footer, #footer-3.bg-dark .bottom-footer {
  border-top: 1px solid #333;
}

/* ==========================================================================
  20.  SCROLL TO TOP
  =========================================================================== */

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

#scrollUp:hover {
  background-color: #666;
}

nav a#pull {
  display: none;
}
