@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Oswald:200,300,400';

@font-face {
  font-family: futura-pt;
  src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: futura-pt;
  src: url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=e6066692ab328d1a92bb155659ed6609b693e1e352f0e8982e4224719b13bdfb&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
}

::selection {
  color: #fff;
  background-color: #ee0f0f;
}
::-moz-selection {
  color: #fff;
  background: #ee0f0f;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #282828;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #282828;
  transition: all 0.2s linear;
}

a:hover {
  color: #ee0f0f;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.hero-heading {
  color: #fff;
  font-family: "futura-pt";
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
}

h2.hero-heading span {
  color: #ee0f0f;
  font-weight: 900;
}

.hero-sub-heading {
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.section-title-bg {
  font-family: "futura-pt";
  color: #ee0f0f;
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title {
  font-family: "futura-pt";
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  top: 26px;
}

.page-title-bg {
  font-family: "futura-pt";
  display: inline;
  font-size: 148px;
  font-weight: 700;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.1;
  position: absolute;
  top: -18px;
  width: 100%;
  text-align: center;
}

.page-title {
  font-family: "futura-pt";
  color: #ee0f0f;
  font-size: 62px;
  font-weight: 600;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}

.section-quote blockquote {
  border-left-color: #ee0f0f;
  border-left-width: 2px;
}

.sub-quote p {
  padding-left: 20px;
}

h2.subtitle {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.inner-title {
  font-size: 24px;
  font-weight: 500;
  text-tranform: capitalize;
}

.contact-title {
  font-weight: 500;
  font-size: 38px;
  color: #282828;
}

.btn {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
}

.btn-common {
  background: #ee0f0f;
  padding: 10px 30px;
  color: #fff !important;
  border-radius: 0;
}

.btn-common:hover, .btn-common:focus {
  background: #282828 !important;
}

.slider-content .btn-common {
	margin-right: 10px;
}

.btn-reverse {
  background: transparent;
  padding: 8.5px 28.5px;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  border-radius: 0;
}

.btn-reverse:hover, .btn-reverse:focus {
  border: 2px solid #ee0f0f;
  background: #ee0f0f !important;
}

.btn-round {
  background: #ee0f0f !important;
  color: #fff !important;
}

.btn-round:hover {
  background: #282828 !important;
}

.form-submit button.btn-common.disabled {
  background: rgba(229, 57, 53, 0.7) !important;
  cursor: not-allowed;
}

.section-dark {
  background-color: #e1e1e1;
  background-image: -webkit-linear-gradient(90deg, #f9f9f9, #e1e1e1);
  background-image: linear-gradient(0deg, #f9f9f9, #e1e1e1);
  z-index: -2;
}

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  background-color: #ee0f0f;
  display: block;
  font-size: 18px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

.owl-carousel .item {
  margin: 3px;
}

.owl-carousel.item img {
  display: block;
  width: 50%;
  height: auto;
}

.owl-carousel .owl-controls .owl-page {
  display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-carousel .owl-controls .owl-page.active span {
  border: none;
  background: #ee0f0f !important;
  opacity: 1;
}

#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -19px;
  -webkit-animation: pulse 0.3s linear infinite alternate;
  animation: pulse 0.3s linear infinite alternate;
}

.spinner img {
  max-width: 64px;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }
  to {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
  }
  to {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.section-padding {
  padding: 100px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 200px;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.navbar-default {
  padding: 0 15px;
  background: transparent;
  position: absolute;
  border: 0px;
  margin-bottom: 0;
  z-index: 9999999999;
  width: 100%;
}

.navbar-default.affix {
  background-color: rgba(256, 256, 256, 0.9);
  z-index: 999;
  position: fixed;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.site-logo {
  position: absolute;
  top: 0px;
}

.site-logo h2 {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  line-height: 10px;
}

.site-logo-invert {
  display: none;
}

.affix .site-logo {
  display: none;
}

.affix .site-logo-invert {
  display: block;
  position: absolute;
}

.affix .site-logo-invert h2 {
  color: #282828;
  font-size: 28px;
  line-height: 10px;
}

.okayNav__nav--invisible {
  background: #fff;
  box-shadow: -2px 0px 2px #efefef;
  position: absolute !important;
}

.okayNav__menu-toggle {
  top: 28px;
}

.okayNav__menu-toggle.icon--active span {
  background: #ee0f0f;
}

.top-nav-collapse {
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: -2px 0px 2px #efefef;
  z-index: 5000000000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}

#nav-main {
  float: right;
}

#nav-main li:active, #nav-main li:focus {
  background: none;
}

#nav-main li.active a.nav-link {
  border-bottom: 3px solid #ee0f0f !important;
  color: #ee0f0f;
}

#nav-main li.active a.nav-link:hover {
  color: rgba(229, 57, 53, 0.7);
}

#nav-main a.nav-link {
  text-decoration: none;
  color: #fff;
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background: none !important;
  padding: 12px 2px;
  margin-right: 50px;
  margin-top: 10px;
  border-bottom: 3px solid transparent;
  transition: 0.3s all ease-in-out;
}

#nav-main .invert a.nav-link {
  color: #282828;
}

.affix #nav-main a.nav-link {
  margin-top: 10px;
  color: #282828;
  background: none;
  text-shadow: none;
}

.affix #nav-main a.nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.affix #nav-main a.nav-link:focus, .affix #nav-main a.nav-link:active {
  background: none;
}
.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
  background: #fff;
}
.wpb-mobile-menu {
  display: none;
}
ul li > ul {
  padding: 0;
  border-style: solid;
  border-width: 0px 0 0 0;
  border-radius: 0;
  left: 0;
  right: 0;
  border-color: transparent;
}
ul li > ul > li > a {
  color: #999;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
ul li > ul > li > a:hover,
ul li > ul > li > a.active {
  background: #ee0f0f;
}
ul li > ul > li.active > a {
  background: #ee0f0f;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    top: 0;
  }
  #wpb-mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .navbar-nav{
    display: none;
  }
  #nav-main{
  width: 100%;
  }
  .site-logo {
    top: 5px;
  }
  .affix .site-logo{
    top: 5px!important;
  }
}
#nav-main li:last-child a.nav-link {
  margin-right: 0px;
}

#nav-main li a.nav-link:hover, #nav-main li a.nav-link:focus, #nav-main li a.nav-link:active {
  border-bottom: 3px solid #ee0f0f;
  background-color: transparent;
  z-index: 5000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}

#nav-main li.active a.nav-link {
  background-color: transparent;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}

.sub-menu-panel {
  display: none;
  background: #fff !important;
  margin-top: -3px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -webkit-animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
          animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
}

li.sub-menu:hover .sub-menu-panel {
  display: block;
  position: absolute;
  top: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -webkit-animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
          animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
}

li.sub-menu .sub-menu-panel a {
  color: #282828;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  width: 220px;
  margin: 3px 0;
  padding: 8px 25px;
  display: block;
  border-left: 3px solid transparent;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}

li.sub-menu .sub-menu-panel a:hover, li.sub-menu .sub-menu-panel a:focus, li.sub-menu .sub-menu-panel a.active {
  border-left: 3px solid #ee0f0f;
  background: #fff;
  color: #ee0f0f;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}

.dropdown .dropdown-toggle:after {
  content: "\f35d";
  font-family: 'Material Design Icons';
  margin-left: 4px;
}

@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-control i {
  background: #ee0f0f;
}

#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .item img {
  position: relative;
  width: 100%;
  max-height: 670px;
}

#main-slide .carousel-inner .item::after {
  background: none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .item .slider-content {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .item.active .slider-content {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .slider-content {
  color: #fff;
  height: 100%;
  left: 0;
  margin-top: -50px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
  opacity: o 0.7;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slide .carousel-control.left:hover,
#main-slide .carousel-control.right:hover {
  opacity: 1;
}

#main-slide .carousel-control.left span {
  padding: 15px;
}

#main-slide .carousel-control.right span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .mdi-chevron-left,
#main-slide .carousel-control .mdi-chevron-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .mdi-chevron-left {
  left: 10px;
}

#main-slide .carousel-control .mdi-chevron-right{
  right: 10px;
}

#main-slide .carousel-control i {
  line-height: 55px;
  font-size: 26px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 500ms ease;
  opacity: 0.6;
}

#main-slide .carousel-control i:hover {
  color: #fff;
  opacity: 0.6;
}

.carousel .item.active .animated2 {
  -webkit-animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
          animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
}

.carousel .item.active .animated3 {
  -webkit-animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
}

.carousel .item.active .animated4 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running flipInX;
          animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .item.active .animated5 {
  -webkit-animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .item.active .animated6 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .item.active .animated7 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .item.active .animated8 {
  -webkit-animation: 1s ease-in 800ms normal both 1 running bounceInDown;
          animation: 1s ease-in 800ms normal both 1 running bounceInDown;
}

.carousel-fade .carousel-inner .item {
  max-height: 700px;
  opacity: 0.8;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .item::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-fade .carousel-control {
  z-index: 20;
}

.about-widget {
  text-align: center;
}

.about-widget i {
  color: #ee0f0f;
  border-radius: 50%;
  font-size: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  background: trasparent;
  transition: all 0.2s ease-in-out 0s;
}

.about-widget:hover {
  cursor: pointer;
}

.about-widget:hover i {
  background: #ee0f0f;
  font-size: 25px;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.about-widget:hover h2 {
  transition: all 0.3s ease-in-out;
}

.portfolio-page h2 {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  color: #282828;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-right: 10px;
  border-right: 3px solid #ee0f0f;
}

#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -1px;
    margin-bottom: -4px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#portfolio-list li img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
#portfolio-list li:hover img{
  -webkit-transform: scale(1.3) rotate(3deg);
  -moz-transform: scale(1.3) rotate(3deg);
  -ms-transform: scale(1.3) rotate(3deg);
  -o-transform: scale(1.3) rotate(3deg);
  transform: scale(1.3) rotate(3deg);
}
#portfolio-list li:after{
  background: rgba(238, 15, 15, 0.7);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list li:hover:after {
  opacity: 1;
}
#portfolio-list li h3{
    background:#fff;
    bottom: 0;
    font-size: 1.4em;
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 100%;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
}

@media only screen and (max-width : 550px) {

     #portfolio-list li {
      width: 100%;
  }
}
@media only screen and (min-width : 551px){
     #portfolio-list li {
      width: 49%;
  }
}
@media (min-width: 768px) {
    .portfolio-4column #portfolio-list li {
      width: 24.8%;
  }
}
@media (min-width: 768px) {
    .full-width-portfolio #portfolio-list li {
      width: 49.85%;
  }
}
@media (min-width: 768px) {
    .portfolio-3column #portfolio-list li {
      width: 33.2%;
  }
}
@media (min-width: 768px) {
    .portfolio-2column #portfolio-list li {
      width: 49.9%;
  }
}
@media (min-width: 992px){
	 .full-width-portfolio #portfolio-list li {
     	width: 33.20%;
  }
}

#portfolio-list li .header {
    margin: 2% 2% 0%;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    color:#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    transform: translateY(40%);
}
@media (min-width: 992px) {
  #portfolio-list li .header {
      display: block;
  }
}
#portfolio-list li .body {
    font-size: 1em;
    color:#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    transform: translateY(-40%);
}
@media (min-width: 992px) {
  #portfolio-list li .body {
      display: block;
  }
}
#portfolio-list li img {width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#portfolio-list li .portfolio-item-content {
    position: absolute;
    color: #282828;
   	bottom: 25px;
   	width: 100%;
   	opacity: 0;
   	z-index: 999;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

#portfolio-list  .icon-list {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 99;
  opacity: 0;
  text-align: center;
}
#portfolio-list  .icon-list a {
  color: #ee0f0f;
  background: #FFF;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  margin-right: 5px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list  .icon-list a:hover {
  color: #fff;
  background: #ee0f0f;
}
#portfolio-list  .icon-list .link {
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
}
#portfolio-list  .icon-list .zoom {
  transform: translate(-100%, 100%);
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
}
#portfolio-list :hover .icon-list {
  opacity: 1;
}
#portfolio-list :hover .icon-list .link {
  transform: translateX(0px);
}
#portfolio-list :hover .icon-list .zoom {
  transform: translateX(0px);
}
#portfolio-list li:hover h3 {
  color: #FFFFFF;
  transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-moz-transform: translate3d(0px, 70px, 0px);
	-o-transform: translate3d(0px, 70px, 0px);
	-ms-transform: translate3d(0px, 70px, 0px);
	opacity:0;-webkit-opacity:0;
	transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
#portfolio-list li:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
}
#portfolio-list li:hover .portfolio-item-content {
  opacity:1;
}
#portfolio-list li:hover .portfolio-item-content .header{
	transform: translateY(0%);
}
#portfolio-list li:hover .portfolio-item-content .body{
	transform: translateY(0%);
}
#portfolio-list li:hover .more {
	opacity:0.75;
	-webkit-opacity:0.75;
	-moz-opacity:0.75;
	-o-opacity:.75;
	top: 50%;
	margin-top: -40px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.single-service-widget {
  margin: 25px 0;
}

.single-service-widget i {
  color: #ee0f0f;
  font-size: 55px;
  padding-right: 15px;
}

.single-service-widget h2 {
  margin-top: 0;
}

.single-service-widget:hover {
  cursor: pointer;
}

.single-service-widget:hover .pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.single-service-widget:hover h2 {
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
}

.contact-widget-section .single-contact-widget {
  background: #e1e1e1;
  padding: 20px 25px;
  height: 260px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

.contact-widget-section .single-contact-widget i {
  color: #ee0f0f;
  font-size: 75px;
}

.contact-widget-section .single-contact-widget h3 {
  font-size: 20px;
  color: #282828;
  font-weight: 500;
  padding-bottom: 10px;
}

.contact-widget-section .single-contact-widget p {
  line-height: 16px;
}

.contact-widget-section .single-contact-widget:hover {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.content-widget-section {
  font-size: 16px;
}

.content-widget-section span {
  color: #ee0f0f;
}

.content-widget-section h2 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #ee0f0f;
}

.content-widget-section h3 {
  margin-bottom: 30px;
  font-weight: 300;
}

.content-widget-section h3.subtitle {
  margin-top: -30px;
}

.content-widget-section ul {
  padding-left: 0;
  list-style: none;
}

.content-widget-section .compact {
  font-size: 14px;
  line-height: 18px;
}

.content-widget-section ul li:before {
  content: "\f374";
  font-family: 'Material Design Icons';
  color: #ee0f0f;
  margin-right: 4px;
}

.content-widget-section span {
  color: #ee0f0f;
}

.content-widget-section .tool-icon {
  padding: 20px 0;
}

.content-widget-section .tool-description {
  font-size: 14px;
}

#contactForm .form-group label.control-label {
  color: #8c8c8c;
}

#contactForm .form-control {
  color: #ee0f0f;
  background-size: 0 2px, 100% 2px;
  font-weight: 400;
}

.contact-widget-section2 h2 {
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-widget-section2 .find-widget {
  padding: 10px 0;
}

.contact-widget-section2 .find-widget a {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.contact-widget-section2 .find-widget i {
  background: #ee0f0f;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}

.footer-widget-container {
  padding: 55px 0;
  background: #fff;
}

.footer-widget-container .single-footer-widget .footer-title {
  color: #282828;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-widget-container .single-footer-widget {
  color: #282828;
  line-height: 28px;
}

.footer-widget-container .single-footer-widget a {
  transition: all 0.3s ease-in-out;
}

.footer-widget-container .single-footer-widget a:hover {
  transition: all 0.3s ease-in-out;
}

.footer-widget-container .footer-menu-widget ul {
  padding-left: 0;
}

.footer-widget-container .footer-menu-widget ul li {
  list-style: none;
  padding-bottom: 5px;
}

.footer-work-widget p {
  line-height: 24px;
}

.footer-contact-widget p {
  line-height: 17px;
}

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

.footer-contact-widget p .mdi {
  padding-right: 5px;
  color: #ee0f0f;
}

.footer-contact-widget ul {
  display: table;
  margin: 0 auto;
  padding-left: 0;
}

.footer-contact-widget ul li {
  float: left;
  list-style: none;
}

.footer-contact-widget ul li a {
  margin-right: 8px;
}

.footer-contact-widget ul li a .mdi {
  background: #ee0f0f;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi:hover {
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi.mdi-facebook {
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi.mdi-facebook:hover {
  background: #3B5998;
  transition: all 0.3s ease-in-out;
}

.footer-copyright-section {
  padding: 15px 0;
  background: #fff;
  color: #282828;
  border-top: 1px solid #282828;
}

.page-title-section {
  padding-top: 130px;
}

.call-to-action-section {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/cta-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action-section h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.icon-round {
  background: #ee0f0f;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
}

.icon-box {
  background: #ee0f0f;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
}

.icon-common {
  color: #ee0f0f;
  font-size: 48px !important;
  margin-right: 22px;
}

.icon-table .single-pricing-table {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.06);
}

.icon-table .single-pricing-table .pricing-table-heading h2 {
  color: #282828;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.icon-table .single-pricing-table .pricing-table-heading h2:after {
  border: 1px dashed #eee;
  content: "";
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -11111;
}

.icon-table .single-pricing-table .price span {
  color: #ee0f0f;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
}

.icon-table .single-pricing-table .pricing-item {
  padding: 20px 0;
}

.icon-table .single-pricing-table .pricing-item p {
  line-height: 18px;
}

.icon-table .single-pricing-table .pricing-item ul {
  padding-left: 0;
  list-style: none;
}

.icon-table .single-pricing-table .pricing-item ul li:before {
  content: "\f374";
  font-family: 'Material Design Icons';
  color: #ee0f0f;
  margin-right: 4px;
}

.icon-table .single-pricing-table .pricing-item .tool-icon {
  display: inline-block;
  padding-right: 5px;
}

.error-section h1 {
  color: #ee0f0f;
  font-size: 10em;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.error-section h2 {
  font-size: 3em;
  font-weight: 500;
  color: #999999;
}

@media (max-width : 1024px) {
	.portfolio-4column #portfolio-list li{
		width: 49.85%;
	}
}

@media (max-width: 991px) {

  .page-title-section {
    padding-top: 105px;
    padding-bottom: 0;
  }
  .page-title-bg {
    display: none;
  }
  .page-title {
    position: relative;
  }
  .section-title-bg {
    display: none;
  }
  .section-title {
    position: relative;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .testomonial-quote {
    margin-top: 50px;
  }
  .site-logo {
    top: -5px;
  }
  .single-blog-post {
    margin-top: 50px;
  }
  .call-to-action-section .col-md-2 {
    text-align: center;
  }
  .section-image {
    text-align: center;
  }
  .portfolio-4column #portfolio-list li{
    width: 49.85%;
  }
  .subtitle {
    font-size: 16px;
  }
  .hero-heading {
    font-size: 20px;
    line-height: 5px;
    letter-spacing: 0rem;
  }
  .navbar-default #nav-main .nav-open .sub-menu-panel {
    background: #fff !important;
    box-shadow: none;
    border: none;
    padding-left: 30px;
  }
  .nav-open .sub-menu-panel {
    display: block;
    position: relative;
  }
  .navbar-2 #nav-main .nav-open li.active a.nav-link {
    border-bottom: 3px solid transparent !important;
  }
  .navbar-2 {
    height: 71px;
  }
  .nav-open .sub-menu a.sub-menu-item {
    background: #fff;
    padding: 8px 30px !important;
    border-left-color: #fff;
  }
  .slider-content .btn-common {
	display: block;
	margin-right: 0px;
    margin-bottom: 10px;
  }
   .slider-content .btn-reverse {
	display: block;
	margin-right: 0px;
    margin-bottom: 0px;
  }
  .btn-default {
    font-size: 8px;
    padding: 3px 9px;
  }
  .affix .nav-open a.nav-link {
    padding: 0px 48px !important;
  }
  .hero-sub-heading {
    font-size: 12px;
    line-height: 24px;
  }
  #main-slide img {
    height: 280px;
  }
  .okayNav__menu-toggle {
    margin-top: 35px;
    margin-left: 15px;
  }
  .affix .nav-open li.active a.nav-link {
    border-bottom: none !important;
  }
  .affix .nav-open li.active a.nav-link {
    border-bottom: none !important;
  }
  .nav-open li {
    padding: 10px 0;
  }
  .nav-open li a.nav-link {
    padding: 10px 40px !important;
    color: #333 !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 8px;
  }
  ul.nav-open {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  }
  .page-title-bg {
    display: none;
  }
  .page-title {
    font-size: 32px;
    position: relative;
  }
  .section-title-bg {
    display: none;
  }
  .section-title {
    font-size: 30px;
    position: initial;
    margin-bottom: 30px;
  }
  .footer-contact-widget ul li a .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .single-footer-widget {
	padding-bottom: 30px;
  }
  .page-title-section {
    padding-top: 75px;
	padding-bottom: 0;
  }
  .call-to-action-section h1 {
    font-size: 21px;
  }
}

@media (max-width : 480px) {
    .portfolio-4column #portfolio-list li {
    	width: 99%;
    }
}
