@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
/************base*************/
body {
  color: #777;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

html, body {
  height: 100%;
}

.red {
  color: red;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ed442f;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  margin-top: 20px;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.divided20 {
  width: 100%;
  height: 20px;
}

.divided30 {
  width: 100%;
  height: 30px;
}

.divided50 {
  width: 100%;
  height: 50px;
}

.divided70 {
  width: 100%;
  height: 70px;
}

.padding-bottom30 {
  padding-bottom: 30px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.colored-text {
  color: #ed442f;
}

.subtitle-center {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 40px;
}

.center-title {
  margin-bottom: 0px;
  font-size: 35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.sub-text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 10px;
  line-height: 33px;
}

.center-border-line {
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 46px;
  background-color: #ed442f;
}

.parallax-1, .parallax-2, .parallax-3, .parallax-4 {
  position: relative;
}

.parallax-1:before, .parallax-2:before, .parallax-3:before, .parallax-4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../../assets/images/pattern.png);
  background-repeat: repeat;
}

.dark .center-title, .dark .sub-text, .dark p {
  color: #fff;
}

iframe {
  border: none;
  width: 100%;
}

/****************bootstrap navigation overrides*************/
.navbar-inverse {
  background-color: #171b27;
  border: 0px;
  /*  border:0px;*/
  margin: 0px;
  padding: 8px 0;
}
.navbar-inverse .navbar-text {
  color: #474747;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 300;
}
.navbar-nav > li > a {
    padding-top: 30px;
    }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ed442f;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ed442f;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #ed442f;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #474747;
}
.navbar-inverse .navbar-link {
  color: #474747;
}
.navbar-inverse .navbar-link:hover {
  color: #ed442f;
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #474747;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ed442f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #474747;
    background-color: #ed442f;
  }
}
.navbar-inverse li span {
  padding: 15px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.navbar-inverse li span:hover {
  color: #ed442f;
}

.dropdown-menu {
  min-width: 190px;
  padding: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}

/***********BUTTONS***********/
.btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
}
.btn:focus, .btn:hover {
  outline: 0;
}

.btn-lg span {
  padding: 12px 30px;
}

.btn-sm span {
  padding: 6px 12px;
}

.btn-xs span {
  padding: 3px 8px;
  font-size: 10px;
}

/****button white***/
.btn-white {
  color: #fff;
  padding-top: 40px;
  border: 0px;
}
.btn-white span {
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #515A5F;
  display: inline-block;
}
.btn-white span:hover, .btn-white span:focus {
    background-color: #ed442f;
    color: #fff;
}

/**btn dark**/
.btn-dark {
  color: #fff;
  border: 0px;
}
.btn-dark span {
  background-color: #000;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-dark span:hover, .btn-dark span:focus {
  background-color: #ed442f;
}
.btn-dark:hover, .btn-dark:focus {
  border-color: transparent;
}

button {
  background-color: transparent;
  border: 0px;
}

/**btn theme color**/
.btn-theme {
  color: #fff;
  border: 0px;
}
.btn-theme span {
  background-color: #ed442f;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-theme span:hover, .btn-theme span:focus {
  background-color: #ed442f;
}
.btn-theme:hover, .btn-theme:focus {
  border-color: transparent;
}

.btn-theme-border {
  color: #ed442f;
  border: 1px solid #ed442f;
}
.btn-theme-border:hover, .btn-theme-border:focus {
  border-color: #ed442f;
  background-color: #ed442f;
  color: #fff;
}

.btn-dark-border {
  color: #000;
  border: 1px solid #000;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.btn-light-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-light-border:hover, .btn-light-border:focus {
  border-color: #fff;
  background-color: #fff;
  color: #ed442f;
}

.btn-theme-bg {
  color: #fff;
  background-color: #ed442f;
  border: 1px solid transparent;
}
.btn-theme-bg:hover, .btn-theme-bg:focus {
  background-color: #ed442f;
  color: #fff;
  border-color: #ed442f;
}

.btn-dark-bg {
  color: #fff;
  background-color: #000;
}
.btn-dark-bg:hover, .btn-dark-bg:focus {
 background-color: #ed442f;
    color: #fff;
}

.btn-white-bg {
  color: #000;
  background-color: #fff;
}
.btn-white-bg:hover, .btn-white-bg:focus {
  background-color: #ed442f;
  color: #fff;
}

/***********

SLIDER REVOLUTION 

**************/
.slider-title {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.slider-title strong {
  font-weight: 900;
  color: #ed442f;
}

.slider-caption {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize;
}

.slider-arrow-down a {
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  line-height: 40px !important;
  text-align: center !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff !important;
}
.slider-arrow-down a:hover {
  background-color: #fff;
  color: #ed442f !important;
}
.slider-arrow-down a i {
  display: block;
  font-size: 25px;
}

@media (max-width: 568px) {
  .slider-arrow-down a {
    border: 0px !important;
  }
  .slider-arrow-down a:hover {
    border: 0px !important;
    background-color: transparent !important;
  }
}

/***************Quote****************/
.quote {
  background: url(../../assets/images/bg-2.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 0;
  height: auto;
  z-index: 1;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
.quote p {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 64px;
}
.quote h5 {
  color: #ed442f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 25px;
}

/************

TEAM 

*************/
.team {
  padding-top: 80px;
}
.team .team-box {
  text-align: center;
  padding: 5px;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.team .team-box img {
  display: block;
  margin: 0 auto;
}
.team .team-box h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 15px;
}
.team .team-box em {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.team .social li {
  padding: 0px;
}
.team .social li a {
  font-size: 20px;
  color: #515A5F;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #515A5F;
  display: block;
  color: #fff;
}
.team .social li a:hover {
  background-color: #ed442f;
  color: #fff;
}
.team .social li a i {
  display: block;
}

.contatti {
  margin-left: 30px;
}

TESTIMONIALS 

*****************/
.testimonials {
  background: url(../../assets/images/blog-2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-position: 50% 0;
  height: 70px;
  z-index: 1;
  background-attachment: fixed;
  padding: 100px 0;
}
.contact_map {
    width: 100%;
    margin-top:-40px;
}
.navbar-brand {
  padding:0px;
  height:80px;
}
.navbar-brand > img {
  width:100%;
}



/*****portfolio section*****/
.container .cbp-l-filters-dropdownWrap {
  background-color: #ed442f;
}

.container .cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #fff;
  background-color: #ed442f;
}

.container .cbp-l-filters-dropdownList .cbp-filter-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #eee;
}

.thumbnail {
  margin: 0px;
}

.image {
  position: relative;
  overflow: hidden;
}

.image img {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}
.image-overlay p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.image-overlay p a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  margin: 3px;
  font-size: 20px;
  color: #fff;
}
.image-overlay p a i {
  display: block;
}

.image:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image:hover .image-overlay {
  opacity: 1;
}

ul.filter {
  margin-bottom: 10px;
}
ul.filter li + li {
  margin-left: 5px;
}
ul.filter a {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0px;
  padding: 4px 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
ul.filter a:hover, ul.filter a.active, ul.filter a:focus {
  color: #ed442f;
  border-color: #ed442f;
}

.project-info ul {
  padding: 15px 0;
}
.project-info ul li a {
  color: #777;
  font-size: 22px;
}
.project-info ul li a:hover {
  color: #ed442f;
}
.project-info p strong {
  color: #000;
}

/**************cta*************/
.call-to-action {
  padding: 80px 0;
}
.call-to-action h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
}

.cta-1 {
  background: url(../../assets/images/bg-3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-position: 50% 0;
  height: auto;
  z-index: 1;
  background-attachment: fixed;
}

.gray-cta {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.gray-cta h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}


/******************sidebar*********************/
.sidebar-column {
  padding-right: 9999px;
  margin-right: -9999px;
  padding-top: 30px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  background-color: #fbfbfb;
  padding-left: 15px;
}

.sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget .sidebar-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.sidebar-widget form {
  position: relative;
}
.sidebar-widget form .search-icon {
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: 10px;
  top: 11px;
  color: #777;
  font-size: 20px;
}
.sidebar-widget form .search-icon:hover, .sidebar-widget form .search-icon:focus {
  outline: 0;
  color: #ed442f;
}
.sidebar-widget form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}
.sidebar-widget form .form-control:hover, .sidebar-widget form .form-control:focus {
  border-color: #ed442f;
}
.sidebar-widget .latest-post li {
  margin-bottom: 20px;
}
.sidebar-widget .latest-post .post-thumb {
  display: block;
  float: left;
  width: 80px;
  height: auto;
  margin-right: 15px;
}
.sidebar-widget .latest-post .recent-post-content {
  overflow: hidden;
}
.sidebar-widget .latest-post .recent-post-content a {
  vertical-align: top;
  color: #000;
  line-height: 17px;
  font-size: 15px;
}
.sidebar-widget .latest-post .recent-post-content a:hover {
  color: #ed442f;
}
.sidebar-widget .latest-post .recent-post-content span {
  display: block;
  padding-top: 0px;
  font-size: 12px;
  color: #777;
}
.sidebar-widget .tweet ul {
  list-style: none;
  padding: 0px;
}
.sidebar-widget .tweet ul li {
  color: #777;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-widget .tweet ul li .date {
  margin: 7px 0;
  color: #000;
}
.sidebar-widget .tweet ul li a {
  color: #ed442f;
}
.sidebar-widget .tweet ul li a:hover {
  color: #ed442f;
}
.sidebar-widget .tag-list a {
  display: inline-block;
  color: #000;
}
.sidebar-widget .tag-list a:hover, .sidebar-widget .tag-list a:focus {
  color: #ed442f;
}

/*************contact*****************/
#contact {
  background: #fff;
  background-size: cover;
}
#contact h3 {
  text-transform: uppercase;
  font-weight: 600;
}
#contact .btn-info {
  margin-left: 20px;
}

.contact-form {
  margin-bottom: 30px;
}

.fancy-hr {
  position: relative;
  margin: 20px 0px 20px 0;
}
.fancy-hr:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 75px;
  height: 1px;
  background: #ed442f;
  display: block;
}

.form-control {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  min-height: 45px;
  display: block;
  margin-bottom: 20px;
  color: #999;
  border: 1px solid #e8e8e8;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-block ul li {
  color: red;
}

.contact-details p {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
  line-height: 35px;
}

.contact-details > div {
  margin-top: 20px;
}

.numbers-cta {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #333;
}
.numbers-cta i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #ed442f;
}
.numbers-cta h3 {
  font-size: 15px;
  color: #ed442f;
  margin-top: 30px;
  line-height: 22px;
}

/***********footer************/
.footer {
  padding: 70px 0;
  background-color: #f0f0f0;
}
.footer p {
  margin: 0px;
  color: #777;
  font-size: 14px;
}
.footer p i {
  font-size: 20px;
  color: #777;
  vertical-align: middle;
}

/***socials****/
.socials {
  margin: 30px 0;
  padding: 0;
}
.socials li {
  padding: 0;
}
.socials li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.socials li a:hover {
  opacity: 0.8;
}
.socials li a i {
  display: block;
}

.socials li a.fb {
  background-color: #3b5998;
}

.socials li a.fb {
  background-color: #3b5998;
}

.socials li a.twit {
  background-color: #55acee;
}

.socials li a.g-plus {
  background-color: #d73d32;
}

.socials li a.yout {
  background-color: #cc181e;
}

.socials li a.drib {
  background-color: #ea4c89;
}

/**newsletter**/
.newsletter {
  padding: 90px 0;
  background-color: #f0f0f0;
}

.newsletter form {
  position: relative;
}

.newsletter .form-control {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.newsletter form:before {
  content: "\f422";
  font-family: 'Ionicons';
  position: absolute;
  right: 10px;
  color: #777;
  top: 9px;
  font-size: 30px;
  display: inline-block;
  z-index: 1;
}

.form-control.error {
  color: red;
  border-color: red;
}

.form-control.success {
  color: green;
  border-color: green;
}

/**************************************************

HOME V2 - PARALLAX BACKGROUND WITH FLEX TEXT SLIDER

*******************************************************/
/*****************home ********
******************************/
/***sticky nav***/
.sticky-nav {
  width: 100%;
  left: 0;
  right: 0;
}

/*********parallax bg****/
.home-parallax {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 10;
  background-color: #ed442f;
}

.parallax-bg {
  background: url(../../assets/images/bg-3.jpg) fixed;
  background-size: cover;
  background-position: center top;
  background-color: #ed442f;
}

.home-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}
.home-text-wrapper h2 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin: 10px 0 70px;
  position: relative;
  display: inline-block;
  padding: 12px;
  border: 2px solid #fff;
}
.home-text-wrapper h2 a:hover {
  color: #ed442f;
  border-color: #ed442f;
}

#home-slider.flexslider {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
#home-slider.flexslider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -60px;
  text-align: center;
}
#home-slider.flexslider ul.slides {
  zoom: 1;
  float: none;
  margin: 0;
}
#home-slider.flexslider ul.slides li {
  position: relative;
  margin-bottom: 0;
}
#home-slider.flexslider ul.slides li p {
  padding: 50px 10px 20px;
  font-size: 60px;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  margin: 0px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#home-slider.flexslider ul.slides li p .colored-text {
  font-weight: 600;
}
#home-slider.flexslider ul.slides li .flex-caption {
  color: #eee;
  font-size: 16px;
  display: block;
  padding: 0px 20px;
  font-weight: 300;
}
#home-slider.flexslider .flex-control-paging li a {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -ms-box-shadow: 0px;
  box-shadow: 0px;
}
#home-slider.flexslider .flex-control-paging li a:hover {
  background-color: #fff;
  background: #fff;
}
#home-slider.flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
  background: #fff;
}

@media (max-width: 736px) {
  #home-slider.flexslider ul.slides li p {
    font-size: 44px;
  }

  .home-text-wrapper h2 a {
    margin: 10px 0 40px;
  }
}
@media (max-width: 568px) {
  #home-slider.flexslider ul.slides li p {
    font-size: 30px;
    padding: 40px 10px 30px;
  }

  .home-text-wrapper h2 a {
    margin: 10px 0 40px;
    font-size: 20px;
    padding: 8px;
  }
}
@media (max-width: 384px) {
  #home-slider.flexslider ul.slides li p {
    font-size: 20px;
    padding: 40px 10px 10px;
  }

  .home-text-wrapper h2 a {
    margin: 10px 0 30px;
    font-size: 20px;
    padding: 8px;
  }

  #home-slider.flexslider ul.slides li .flex-caption {
    font-size: 14px;
  }
}
/***************

elements

********************/
.element-row {
  margin-bottom: 50px;
}
.element-row .col-sm-6 {
  margin-bottom: 30px;
}
.element-row .elements-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}
.element-row .btn-dark-border {
  margin: 5px;
  display: inline-block;
}
.element-row h5 {
  margin: 20px 0;
}
.element-row .buttons {
  margin-bottom: 20px;
}
.element-row .buttons h2 {
  margin-bottom: 20px;
}
.element-row .buttons a {
  margin: 3px;
}

/****tabs****/
.nav-tabs {
  border-bottom: 1px solid #ed442f;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 0px;
  color: #777;
}
.nav-tabs > li > a:hover {
  border: 0px;
  color: #fff;
  background-color: #ed442f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #ed442f;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
}

.tab-inner-content {
  padding: 20px 0;
}
.tab-inner-content img {
  width: 180px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.tab-inner-content p {
  overflow: hidden;
  margin: 0px;
}

/*****progress bars****/
.progress {
  height: 25px;
  -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;
}
.progress .progress-bar {
  background-color: #ed442f;
  text-align: left;
  -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;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  padding-left: 8px;
}

/************video background slider*****/
.video-heading {
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.rev-buttons .btn {
  display: inline-block;
  margin: 0 3px;
  padding: 8px 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #979592 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rev-buttons .btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15) !important;
}

.video-cap {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
}

/***cube portfolio***/
.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #ed442f;
  border-color: #ed442f;
  cursor: default;
}

.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #ed442f;
}

.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  border-top-color: #ed442f;
}

.cube-masonry .cbp-l-grid-masonry-projects-title {
  color: #ed442f;
}

.container .cbp-l-loadMore-button .cbp-l-loadMore-link, .container .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 2px solid #ed442f;
  color: #fff;
  background-color: #ed442f;
}
.container .cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .container .cbp-l-loadMore-button .cbp-l-loadMore-link:focus, .container .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .container .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
  border-color: #ed442f;
  background-color: #ed442f;
  color: #fff;
}

/*********

Pace style for page pre loader
By ADAMSCHWARTZ
*************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ed442f;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/**video css new**/
.video-section {
  width: 100%;
  position: relative;
  display: table;
  overflow: hidden;
  height: 88%;
}
.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;
  text-transform: capitalize;
}
.video-section .video-overlay p {
  color: #fff;
  margin-top: 400px;
}

.scroll-to a {
	font-size: 18px;
}


/**particle new**/
.particle-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ed442f;
}
.particle-bg .particle-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: -90px;
}
.particle-bg .particle-text h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.particle-bg .particle-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 600px) {
  .particle-bg .particle-text h1 {
    font-size: 35px;
  }

  .particle-bg .particle-text p {
    margin-top: 0px;
  }

  .particle-bg .particle-text {
    margin-top: -50px;
  }

  .video-section .video-overlay h1 {
    font-size: 35px;
  }
}
/********************************

LANDING PAGE index.html

************************************/
.intro-banner {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: url(../../assets/images/bg-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.intro-text h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: -1px;
}
.intro-text h2 .colored-text {
  color: #fff;
}
.intro-text .lead {
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
}
.intro-text a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
}
.intro-text a i {
  display: block;
  color: #fff;
  font-size: 30px;
}

.intro-buttons a {
  margin: 5px;
}

.demo-box img {
  padding: 5px;
  border: 1px solid #777;
}

.demo-box a {
  margin: 30px 0;
}

.resources {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.resources h4 {
  margin-bottom: 30px;
}

.demo-box {
  position: relative;
}
.demo-box img {
  width: 100%;
}
.demo-box span {
  display: inline-block;
  background-color: #a8d61a;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 0;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 100%;
  height: 100%;
}
/* End carousel */
.box{
    border:4px solid #fff;
    box-shadow:0 0 4px grey;
    position:relative;
}
.box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #141414 0%, #691100 40%, #1b1b1b 100%);
    opacity: 0.3;
    transition:all 0.5s ease;
}
.box img{
    width:100%;
    height: auto;
}
.box .box-content{
    background: rgba(0,0,0,0);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 38px;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content{
    background: rgba(0,0,0,0.5);
}
.box .box-content:after{
    content: "";
    border: 7px solid #fff;
    position: absolute;
    top:21px;
    left: 20px;
    right: 30px;
    height: 35%;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content:after{
    top:60%;
}
.position img {
    width: 100%;
    padding: 0px;
    margin:0px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.box .title{
    color:#fff;
    font-size:20px;
    font-weight: bolder;
    text-transform:uppercase;
}
.box .description{
    position: relative;
    top:5%;
    color:#fff;
    opacity:0;
    transition: all 0.35s ease 0s;
}
.box:hover .description{
    top:55%;
    opacity:1;
}
@media only screen and (max-width: 990px) {
    .box{
        margin-bottom:15px;
    }
}
@media only screen and (max-width: 479px) {
    .box .title{ font-size: 15px;}
    .box .description{ font-size: 13px; }
    .box:hover .description{ top:48%; }
}
.ms-staff-carousel .ms-staff-info .email a {
    text-decoration: none;
    color: #ed442f;
}

#wrapper {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}
 
#portfolio {
  display: block;
}
 
#portfolio li {
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}
 
#portfolio li a {
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}
 
.mfp-title {
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;

}

  /** media queries **/
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}
 
@media screen and (max-width: 550px) {
  #portfolio { 
    text-align: center;
  }
 
  #portfolio li {
    float: none;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
  }
}
img { border: 0; max-width: 100%; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}