/*

Project      : xone - Creative One Page Parallax Template
Version      : v1.2
Last update  : 11 Nov. 2016
Author       : Design_mylife (Rakesh Sharma)
Support email: mylifedesign143@gmail.com
*/
/**************************************

=============TABLE OF CONTENT==========
 - Basic
 - Buttons
 - Top bar
 - Main navigation
 - Sliders
 - Icon boxes
 - Team members
 - Progress bars
 - Pricing Tables
 - Portfolio
 - Blog
 - Pagination
 - Footer
 - Hero parallax
 - Contact
 - Modal Popup
 - Video hero
 - Responsive
***************************************/
/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400i,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700");

/*
Custom CSS
*/

.lhb-logo {
  padding: 40px;
}


/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image > img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-item:hover .team-detail {
  opacity: 1;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
          transform: translateY(0%);
}

.team-item:hover .team-image:after {
  background: rgba(17, 17, 17, 0.3);
}

.team-descr {
  text-align: center;
  padding-top: 20px;
}

.team-name {
  margin: 0 0 10px;
}

.team-role {
  font-size: 12px;
}

.lead2 {
  line-height: 1.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.tab-pane li {
  color: 999;
  list-style-type: disc;
  padding-left: 1em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.footer2 {
  padding-top: 55px;
  padding-bottom: 15px;
  background: #222;
  font-size: 13px;
}
.footer2 span {
  color: #fff;
  display: block;
}
.footer2 ul {
  margin: 0;
  padding: 0px;
}

.footer2 p {
  margin: 0;
  padding: 0px;
}

.footer2 ul li {
  margin: 2px 5px;
}
.footer2 ul li a {
  color: #fff;
}
.footer2 ul li a:hover {
  color: #c3d600;
}

.footer h5 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  color: #999;
  font-weight: 400;
}

.refresh {
  padding: 45px;
  text-align: center;
}

/*Portfolio Section from Bootstrap Template*/

.section-heading-portfolio {
  color: #5d6770;
  padding-bottom: 20px;
  font-family: 'Comfortaa';
  font-weight: 200;
  font-size: 40px;
  font-weight: 300;
}

section#portfolio.bg-light-gray {
  padding-top: 15px;
  background-color: white;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(195, 214, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-top: 5px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

i.ion-ios-eye {
  font-size: 40px;
}

.image-caption {
  position: relative;
  margin: 0 0 20px;
}

.image-caption .caption-text {
  position: absolute;
  display: table;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 20px;
  font-size: 12px;
}

.text-light {
  color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------------------------
Hero
------------------------------------------------------------------- */

.module-hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.hero-caption {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* Hero caption sizes */

.mh-line-size-1,
.mh-line-size-2,
.mh-line-size-3,
.mh-line-size-4,
.mh-line-size-5,
.mh-line-size-6 {
  font-weight: 700;
  opacity: 0.99;
  margin: 0;
}

.mh-line-size-1 {
  letter-spacing: 50px;
  font-size: 26px;
}

.mh-line-size-2 {
  letter-spacing: 40px;
  font-size: 24px;
}

.mh-line-size-3 {
  letter-spacing: 12px;
  font-size: 22px;
}

.mh-line-size-4 {
  letter-spacing: 8px;
  font-size: 14px;
}

.mh-line-size-5 {
  letter-spacing: 6px;
  font-size: 12px;
}

.mh-line-size-6 {
  font-weight: 400;
  font-size: 16px;
}

/* ------------------------------------------------------------------
Modules
------------------------------------------------------------------- */

.wrapper {
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.module,
.module-small {
  padding: 140px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.module-small {
  padding: 70px 0;
}

.navbar-custom + .module {
  padding: 200px 0;
}

.navbar-custom + .module-small {
  padding: 130px 0;
}

.module-parallax {
  background-attachment: fixed;
}

/* Module titles */

.module-title {
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 70px;
}

.module-subtitle {
  text-align: center;
  font-size: 13px;
  margin-bottom: 70px;
}

.module-icon {
  font-size: 36px;
  margin-bottom: 70px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

.divider {
  margin: 0;
}

.copyright {
  padding: 0 5px;
}


/* Hero caption sizes */

.mh-line-size-1,
.mh-line-size-2,
.mh-line-size-3,
.mh-line-size-4,
.mh-line-size-5,
.mh-line-size-6 {
  font-weight: 700;
  opacity: 0.99;
  margin: 0;
}

.mh-line-size-1 {
  letter-spacing: 50px;
  font-size: 26px;
}

.mh-line-size-2 {
  letter-spacing: 40px;
  font-size: 24px;
}

.mh-line-size-3 {
  letter-spacing: 12px;
  font-size: 22px;
}

.mh-line-size-4 {
  letter-spacing: 8px;
  font-size: 14px;
}

.mh-line-size-5 {
  letter-spacing: 6px;
  font-size: 12px;
}

.mh-line-size-6 {
  font-weight: 400;
  font-size: 16px;
}

i.ion-email {
  font-size: 40px;
}

i.ion-map {
  font-size: 40px;
}

.alt-content-box {
  padding-top: 30px;
  padding-left: 80px;
}

.alt-content-box .m-t-0 .m-t-sm-30 {
   padding-left: 80px; 
}

.center-title-2 {
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 48px;
}

.alt-content-box-icon {
  padding-bottom: 15px;
}

.alt-content-box-icon-1 {
  padding-bottom: 15px;
}

h3.font-700-1 {
  color: white;
}

/*
Base csss
*/
html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #888;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #c3d600;
}
a:hover {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #382f2d;
  color: #fff;
}

::selection {
  background-color: #382f2d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  font-weight: 400;
}

.lead {
  line-height: 1.9rem;
}

button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #c3d600;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

/**margins**/
.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.skin-bg {
  background-color: #c3d600;
}

.gray-bg {
  background: #f7f9fa;
}

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
  border-bottom: 2px solid #eee;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #c3d600;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #c3d600;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-size: 30px;
  background: transparent;
  font-weight: bold;
  color: #c3d600;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #c3d600;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c3d600;
  animation: spin 2s linear infinite;
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c3d600;
  animation: spin 3s linear infinite;
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c3d600;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.modal {
  z-index: 99999 !important;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

blockquote, blockquote p {
  font-weight: 300;
}

.center-title {
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.center-border {
  width: 100px;
  margin: 0 auto;
  height: 2px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}
.center-border:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #c3d600;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -3px;
}

.text-color {
  color: #c3d600;
}

.video-link {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding-left: 6px;
  padding-top: 1px;
  text-align: center;
  background-color: #c3d600;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.video-link i {
  font-size: 40px;
  display: block;
}
.video-link:hover {
  color: #fff;
  background-color: #333;
}

/*
Button style
*/
.btn {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-lg {
  padding: 12px 25px;
}

.btn-dark-border {
  border: 2px solid #333;
  color: #333;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  background: #333;
  color: #fff;
}

.btn-skin-border {
  border: 2px solid #c3d600;
  color: #c3d600;
  background-color: transparent;
}
.btn-skin-border:hover, .btn-skin-border:focus {
  background: #c3d600;
  color: #fff;
}

.btn-white-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  background: #fff;
  color: #333;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background: #c3d600;
  color: #fff;
}

.btn-skin {
  background-color: #c3d600;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background: #333;
  color: #fff;
}

.btn-link {
  color: #c3d600;
}
.btn-link:hover {
  color: #999;
}

/*
Top bar style
*/
.top-bar {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  position: absolute;
}
.top-bar ul {
  margin: 0px;
  padding: 0px;
}
.top-bar ul li {
  padding: 0px;
  vertical-align: middle;
}
.top-bar ul li:last-child a {
  border-right: 0px;
}
.top-bar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}
.top-bar ul li a:hover {
  color: #c3d600;
}
.top-bar ul.top-socials li a {
  font-size: 20px;
  width: auto;
  padding: 0px 3px;
  text-align: center;
}

/*
navigation start
*/
/********navbar fullscreen ***********/
.navbar-light {
  background-color: #fff;
  border: 0px;
  z-index: 999 !important;
  width: 100%;
  left: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.navbar-nav .nav-link {
  font-size: .8rem;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
  }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #c3d600;
}

.navbar-default .navbar-brand {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 25px;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

/*transparent header*/
.transparent-nav.bg-inverse {
  background: transparent !important;
  padding: 10px 0 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999 !important;
}
.transparent-nav.bg-inverse.shrink {
  background-color: #292b2c !important;
  padding: 0px 0px !important;
}

/**dropdown menu**/
.dropdown-menu > li > a {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  display: block;
  padding: 8px 20px;
  text-transform: capitalize;
}

/*
Sliders
*/
.flexslider {
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
}
.flexslider .slides li h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: "Open Sans Condensed", sans-serif;
}
.flexslider .slides li p {
  color: #fff;
}

.testi-slider {
  text-align: center;
}
.testi-slider p {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
  opacity: 0.8;
}
.testi-slider h5 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.testi-slider i {
  display: block;
  font-size: 3rem;
  color: #fff;
}

/***home slider**/
.slider-banner {
  position: relative;
}
.slider-banner .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-banner .slider-table .slider-vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 400;
}
.slider-banner .slider-table .slider-vm p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.slider-banner .flex-direction-nav a:before {
  content: "";
  display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.main-slider .flex-direction-nav a {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
}
.main-slider .flex-direction-nav a i {
  display: block;
}

.main-slider:hover .flex-direction-nav a {
  opacity: 1;
}

/*
icon-boxes
*/
.services-list i {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 35px;
}
.services-list .content {
  overflow: hidden;
}
.services-list li {
  padding: 30px 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-list li h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
.services-list li:hover {
  background-color: #c3d600;
  border-color: #c3d600;
  color: #fff;
}
.services-list li:hover h4 {
  color: #fff;
}

.process-box h2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .services-list li:nth-child(1) {
    border-right: 1px solid #eee;
  }

  .services-list li:nth-child(3), .services-list li:nth-child(5) {
    border-right: 1px solid #eee;
  }

  .services-list li:nth-child(1), .services-list li:nth-child(2), .services-list li:nth-child(3), .services-list li:nth-child(4),.services-list li:nth-child(5), .services-list li:nth-child(6) {
    border-bottom: 1px solid #eee;
  }
}
/*
The team
*/
.team-wrapper {
  background: #fff;
}

.person-col {
  position: relative;
  overflow: hidden;
}
.person-col img {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  margin: 0 auto;
}
.person-col .person-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}
.person-col .person-overlay .person-inner {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: 0px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.person-col .person-overlay .person-inner h4 {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 5px;
}
.person-col .person-overlay .person-inner span {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
.person-col .person-overlay .person-inner ul li a {
  color: #999;
  font-size: 20px;
  display: block;
}
.person-col .person-overlay .person-inner ul li a i {
  display: block;
}
.person-col .person-overlay .person-inner ul li a:hover {
  color: #c3d600;
}
.person-col:hover .person-overlay {
  opacity: 1;
  visibility: visible;
}
.person-col:hover .person-overlay .person-inner {
  margin-top: -40px;
}

/*
Progess bars
*/
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  height: 20px;
}
.progress .progress-bar {
  background: #c3d600;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  text-align: left;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
}
.progress .progress-bar .value {
  display: inline-block;
  margin-right: 20px;
}

/*
Pricing tables
*/
.pricing-wrapper {
  padding: 80px 0;
  padding-bottom: 30px;
}

.price-box {
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
  width: 100%;
}
.price-box h3 {
  margin: 0px;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.price-box h1 {
  font-size: 6rem;
  padding: 0px 15px;
  line-height: 3rem;
  margin: 34px 0;
}
.price-box h1 sup {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.price-box ul li {
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.price-box ul li:last-child {
  border-bottom: 0px;
}

.price-footer {
  padding: 25px 15px;
}

.best-label {
  display: inline-block;
  margin: 20px 0;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #c3d600;
  color: #fff;
}

/* 
Portfolio styles
*/
.work-header {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #c3d600;
}
.work-header .center-title {
  color: #fff;
  text-align: center;
}
.work-header .center-border {
  margin: 0 auto;
  margin-bottom: 15px;
}
.work-header .center-border:before {
  background: #fff;
}
.work-header p {
  color: #eee;
}

.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.cbp-l-filters-work .cbp-filter-item, .cbp-l-filters-work .cbp-filter-counter {
  background-color: transparent;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #c3d600;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #c3d600;
  background: transparent;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  color: #c3d600;
  background: transparent;
  cursor: default;
}

.cbp-popup-wrap {
  z-index: 9999;
}

.cbp-l-grid-work-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
  color: #c3d600;
  border-color: #c3d600;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link:focus {
  color: #fff;
  background-color: #c3d600;
}

.cbp-l-project-desc-text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: #999;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span, .cbp-l-project-details-list > li, .cbp-l-project-details-list > div, .cbp-l-project-related-title, .cbp-l-project-details-visit {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.cbp-l-project-details-visit {
  font-weight: 600;
  background-color: #c3d600;
}

.cbp-l-project-desc-title {
  font-weight: 600;
  text-transform: uppercase;
}

.cbp-l-project-title {
  font-weight: 600;
  font-family: "Open Sans Condensed", sans-serif;
}

.cbp-l-project-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
  display: block;
  letter-spacing: 5px;
  font-weight: 300;
}

.cbp-l-grid-work .cbp-item-wrapper {
  padding: 0px;
}

/*
Blog styles
*/
.post {
  border: 1px solid #eee;
}
.post .post-content {
  padding: 0px 15px;
  padding-bottom: 20px;
  background: #fff;
}
.post .post-content h3 {
  font-weight: 500;
  margin-top: 20px;
}
.post .post-content h3 a {
  color: #333;
}
.post .post-content h3 a:hover {
  color: #c3d600;
}
.post .post-meta {
  margin: 0px;
  padding: 0px;
}
.post .post-meta > li {
  padding-right: 8px;
}
.post .post-meta > li > a {
  color: #999;
  font-weight: 300;
}
.post .post-meta > li > a:hover {
  text-decoration: underline;
}
.post blockquote {
  margin-bottom: 0px;
}

.popular-posts {
  border: 1px solid #eee;
}
.popular-posts li a {
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.popular-posts li a h4 {
  font-size: 15px;
  color: #555;
}
.popular-posts li a:hover h4 {
  color: #c3d600;
}
.popular-posts li:last-child a {
  border-bottom: 0px;
}

.post-comments li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.post-comments li:last-child {
  border-bottom: 0px;
}
.post-comments li:nth-child(even) {
  padding-left: 20px;
}
.post-comments .comment-thumb {
  float: left;
  margin-right: 20px;
}
.post-comments .comment-content {
  overflow: hidden;
}
.post-comments .comment-content h5 {
  font-weight: 500;
}
.post-comments .comment-content h5 a {
  display: inline-block;
  margin-left: 5px;
}
.post-comments .comment-content h5 a:before {
  content: "|";
  color: #999;
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-content p {
  margin-bottom: 0px;
}

/*
Tab style
*/
.about-tabs {
  padding-bottom: 0px;
}
.about-tabs li {
  padding: 0px 20px;
}
.about-tabs li a {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  color: #999;
  font-weight: 400;
}
.about-tabs li a.active {
  color: #c3d600;
  border-bottom-color: #c3d600;
}

/*
Pagination styles
*/
.pagination > li > a, .pagination > li > span {
  color: #c3d600;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #c3d600;
  background: #c3d600;
}

/**offcanvas navigation**/
.offcanvas-btn {
  position: fixed;
  right: 30px;
  top: 7px;
}
.offcanvas-btn .menu-btn {
  border: 0px;
  background: #c3d600;
  color: #fff;
  font-size: 23px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.offcanvas-navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
}
.offcanvas-navbar .container-fluid {
  width: 100%;
}

.pushy a, .pushy-submenu > button {
  padding: 10px 20px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 3px;
  cursor: pointer;
}

.pushy .pushy-link.active a {
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pushy-submenu li a:hover {
  color: #fff;
  background: transparent;
}

/*
Footer styles
*/
.footer {
  padding-top: 30px;
  background: #222;
  font-size: 13px;
}
.footer span {
  color: #999;
  display: block;
}
.footer ul {
  margin: 0;
  padding: 0px;
}
.footer ul li {
  margin: 2px 5px;
}
.footer ul li a {
  color: #999;
}
.footer ul li a:hover {
  color: #c3d600;
}

/**parallax hero**/
.dzsparallaxer {
  background-color: #fff;
}

.parallax-hero {
  position: relative;
}

.hero-parallax {
  height: 100%;
  width: 100%;
}

.hero-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.mouse-down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 99;
}
.mouse-down a {
  color: #fff;
  font-size: 3rem;
}
.mouse-down a:hover {
  color: #c3d600;
}

.parallax-text h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.parallax-text2 h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

/***youtube hero **/
.intro-ytp {
  height: 100%;
  width: 100%;
  background: url(../images/yt-fallback.jpg) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/************Hero static with parallax bg************/
.hero-static h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 3.5px;
  font-weight: 300;
  letter-spacing: 15px;
}
.hero-static p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.buttons {
  margin-top: 15px;
}
.buttons a {
  margin: 10px;
}

/*newsletter*/
.newsletter-form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  max-width: 350px;
  margin: 0 auto;
}
.newsletter-form .form-control.error {
  color: red;
}
.newsletter-form .form-control.success {
  color: #c3d600;
}

/**contact**/
.contact-section {
  background-color: #fff;
}

.xone-contact .form-control {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #f5f5f5;
}
.xone-contact .form-control:focus {
  border-bottom-color: #c3d600;
}

.contact-details ul li {
  padding: 0px 3px;
}
.contact-details ul li a {
  font-size: 25px;
  color: #999;
}
.contact-details ul li a:hover {
  color: #c3d600;
}

.sidebar-widget ul li {
  padding: 5px 0;
}
.sidebar-widget ul li a {
  font-size: 16px;
  color: #999;
}
.sidebar-widget ul li a:hover {
  color: #c3d600;
}

/**partners**/
.partners {
  padding: 100px 0;
  background: #c3d600;
}
.partners img {
  display: block;
  margin: 0px auto;
  opacity: 0.8;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partners a:hover img {
  opacity: 1;
}

/**video modal**/
.modal {
  z-index: 1;
}

.modal-dialog {
  margin-top: 120px;
}

.modal-header, .modal-body {
  padding: 0px;
}

.modal {
  z-index: 99999;
}

.modal-header {
  min-height: 100%;
  border: 0px;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  top: -22px;
  right: 0px;
  opacity: 1;
  color: #aeaeae;
}
.modal-header .close:hover {
  color: #c3d600;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/***self hosted video css***/
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.video-section .video-overlay p {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 20px;
}

/**intro page style**/
.intro-header h1, .intro-header p {
  color: #fff;
}
.intro-header p {
  margin-bottom: 0px;
}
.intro-header h1 {
  letter-spacing: 5px;
}

.demo-content h3 {
  letter-spacing: 6px;
}

.demo-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.demo-box span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  font-family: "Open Sans Condensed", sans-serif;
  margin-left: -60px;
  margin-top: -20px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.demo-box:hover span {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.new-arrival {
  display: inline-block;
  vertical-align: middle;
  background-color: #c3d600;
  padding: 5px 10px;
  color: #fff;
}

.demo-subtitle {
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.copyright-demo {
  padding-bottom: 10px;
  padding-top: 20px;
}

/*******Responsive style**************/
@media (max-width: 991px) {
  .slider-banner .slider-table .slider-vm h1 {
    font-size: 3rem;
    letter-spacing: 5px;
  }

  .module-title {
    line-height: 35px;
  }

  .alt-content-box {
    padding-top: 30px;
    padding-left: 80px;
  }

  .alt-content-box .m-t-0 .m-t-sm-30 {
    padding-top: 30px;
    padding-left: 80px; 
  }

  .module-title {
    line-height: 35px;
  }

  .btn-long {
    padding: 12px 25px;
  }

  .testi-slider p {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .top-bar .text-right {
    text-align: left !important;
  }

  .hero-static h1 {
    font-size: 2.5rem;
  }
  .hero-static .buttons {
    display: none;
  }

  .flexslider .slides li h1 {
    font-size: 2rem;
    letter-spacing: 0px;
  }

  .parallax-text h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .testi-slider p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px 0;
  }

  .contact-details {
    text-align: center;
  }

  .footer span, .footer .text-right {
    text-align: center !important;
  }

  .footer {
    padding-bottom: 30px;
  }

  .top-bar ul li a {
    padding: 0px 4px;
  }

  .cbp-l-filters-work .cbp-filter-item {
    margin: 0 0px 7px 0;
    padding: 0 0px;
    line-height: 18px !important;
  }

  .slider-banner .slider-table .slider-vm p, .slider-banner .slider-table .slider-vm .btn {
    display: none;
  }

  .slider-banner .slider-table .slider-vm h1 {
    font-size: 1.5rem;
    letter-spacing: 0px;
  }

  .main-slider .flex-direction-nav a {
    font-size: 20px;
  }

  .navbar-default .navbar-toggle {
    border: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #c3d600;
  }

  .navbar-default.navbar-transparent, .navbar-default.navbar-transparent.shrink {
    padding: 0px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 0px;
  }

  .navbar-default.navbar-transparent .navbar-nav {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0px -15px;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a, .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle {
    color: #999;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a:hover, .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle:hover {
    color: #c3d600;
  }

  .left-menu .navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .parallax-text h2 {
    letter-spacing: 2px;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .testi-slider p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 10px 0;
  }

  .transparent-nav.bg-inverse, .transparent-nav.bg-inverse.shrink {
    padding: 5px 0 !important;
    background-color: #292b2c !important;
  }

}
@media (max-width: 575px) {
  .navbar-toggleable-sm > .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

  .alt-content-box {
    padding-top: 30px;
    padding-left: 0px;
  }

  .alt-content-box .m-t-0 .m-t-sm-30 {
    padding-top: 30px;
    padding-left: 0px; 
  }

   .alt-content-box-icon {
    padding-top: 60px;
  }
}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
  clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

  .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

  .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}
