/*---------------------------------------
  1. TYPOGRAPHY                
-----------------------------------------*/
  
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600');

/* --------------------------------------
  2. GLOBAL STYLES
-----------------------------------------*/
body {
  background: #FFF;
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  font-size: 15px;
  overflow-x: hidden;
  color: #212121;
  direction: rtl;
}
ul,ol {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	color:#212121;
}
a:hover {
	text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:focus {
	text-decoration: none;
}
p,span,h1,h2,h3,h4,h5,a {
  margin:0;
  letter-spacing: 0.5px;
  line-height: 27px;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
	clear:both;
}
.sections {
  padding: 120px 0;
}
/* SECTION TITLE */
.sec-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 120px;
}
.sec-title h4 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 45px;
}
.sec-title h4 span {
  font-weight: 600;
}
.sec-title p {
  font-weight: 300;
  color: #6f6f6f;
  letter-spacing: 1px;
  font-size: 13.5px;
  width: 50%;
  margin: 0 auto;
}
/* PRELOADER */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9999999999999
}
.load-circle {
  margin: 45vh auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  border-top: 2px solid #212121;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* --------------------------------------
  3. TOPBAR
-----------------------------------------*/
.topbar {
  padding: 10px 0;
  background: #FFF;
  font-size: 13px;
  position: relative;
  z-index: 999999;
}
.topbar .right-bar {
  float: right;
  text-align: right;
}
.topbar .right-bar h5 {
  font-size: 13px;
}
.topbar .left-bar {
  float: left;
  text-align: left;
}
.topbar .left-bar ul li i,
.topbar .left-bar ul li .icon {
  color: #D91E18;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding-left: 3px;
}
.topbar .left-bar ul li {
  display: inline-block;
  margin: 0 10px;
  font-weight: 400;
}
.topbar .left-bar ul li:last-child {
  margin-left: 0;
}
.topbar .left-bar ul .social-btn-s {
  margin-right: 35px;
}
.topbar .left-bar ul li i:hover {
  color: #212121;
}

/*---------------------------------------
  4. NAVIGATION                
-----------------------------------------*/
.ss-nav {
  background: #313131 !important;
  border-color: transparent;
  padding: 10px 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  z-index: 9;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.ss-nav .navbar-nav>li {
  font-size: 16px;
  margin: 30px 23px 0 23px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  float: right;
}
.ss-nav .navbar-nav>li:last-child {
  margin-right:14px;
}
.ss-nav .navbar-nav>li>a {
  color: #FFF;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ss-nav .navbar-nav>li>a:focus {
  background: transparent;
}
.ss-nav .navbar-nav>li>a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  padding-top: 20px;
  margin-left: 0;
}
.ss-nav .logo {
  color: #D91E18;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.5px;
  padding-top: 15px;
}
.ss-nav .logo span {
  color: #fff;
  font-weight: 300;
}
.ss-nav .logo, .ss-nav .logo:focus, .ss-nav .logo:hover {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
}
.navbar .navbar-nav {
  text-align: right;
}
.navbar .navbar-nav > li > a {
  padding-bottom: 30px;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar .dropdown-menu {
  background: #FFF;
  border: 0;
  margin-left: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding: 5px 0;
  min-width: 200px;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  z-index: 0;
}
.navbar .dropdown-menu > li > a {
  border: 0;
  font-size: 12.2px;
  padding: 13px 30px;
  font-weight: 600;
}
.navbar .nav li > a {
  position: relative;
  background: transparent;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 40px;
  clear: both;
  color: #323232;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
  background: #efefef;
  color: #D91E18;
}
.navbar .navbar-nav>li>.dropdown-menu {
  margin-top: 9px;
}
.leftauto {
  right: 0 !important;
  left: auto !important;
}
.fixed {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  z-index: 999;
}
.fixed .navbar-nav>li>a {
  color: #FFF;
}
.fixed .navbar-nav>li>a.active {
  color: #D91E18;
}
.fixed .navbar-nav>li>a:hover {
  color: #FFF;
  opacity: 0.7;
}
.fixed .logo {
  padding-top: 25px;
}
.fixed .logo span {
  color: #212121;
}
.navbar-toggle .icon-bar {
  background: #FFF;
}
.fixed .navbar-nav .active a {
  color: #D91E18;
}
.fixed .navbar-nav .active:hover a {
  color: #D91E18;
}

/*---------------------------------------
  5. HEADER                
-----------------------------------------*/
.s-header {
  height: 115vh;
  width: 100%;
  position: relative;
  overflow-x: hidden!important;
}
.s-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  z-index: 9;
}
.s-header .middle-c {
  color:#FFF;
  position: absolute;
  width: 100%;
  top: 58%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 998;
}
.s-header .middle-c .capt {
  margin-top: 50px;
}
.s-header .middle-c h1 {
  font-weight: 600;
  font-size: 60px;
  display: block;
  color: #fff;
  line-height: 65px;
  text-transform: uppercase;
}
.s-header .middle-c p {
  font-size: 16px;
  margin: 30px 0;
}
.s-header .middle-c .header-btn {
  display: inline-block;
}
.s-header .middle-c a {
  margin: 0 14px;
  display: inline-block;
  font-size: 13px;
  padding: 10.5px 40px;
  border: 1px solid #fff;
  background: #FFF;
  font-weight: 400;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  -ms-border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  text-transform: uppercase;
  color: #212121;
}
.s-header .middle-c .cta-btn {
  background-color: #D91E18;
  color: #FFF;
  border-color: #D91E18;
}
.s-header .middle-c .cta-btn:hover {
  color: #FFF;
}
.s-header .middle-c a:hover {
  color: #D91E18;
  box-shadow: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container .slide-1 {
  background-image:url(../img/SLIDE_01.jpg)
}
.swiper-container .slide-2 {
  background-image:url(../img/SLIDE_02.jpg)
}
.swiper-container .slide-3 {
  background-image:url(../img/SLIDE_03.jpg)
}

/*---------------------------------------
  6. FEATURES                
-----------------------------------------*/
.features .feat-item {
  text-align: center;
}
.features .feat-item img {
  margin-bottom: 25px;
}
.features .feat-item h3 {
  font-size: 17px;
}
.features .feat-item a:hover {
  color: #D91E18;
}

/*---------------------------------------
  7. ABOUT                
-----------------------------------------*/
.about-s .about-pic {
  background-image: url('../img/about.jpeg');
  background-size: cover;
  background-attachment: fixed;
  min-height: 580px;
  float: right;
}
.about-s .about-content {
  padding: 30px;
  background: #212121;
  text-align: right;
  min-height: 580px;
  position: relative;
  float: left;
}
.about-s .about-content .icon,
.about-s .about-content i {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 120px;
  color: #ededed;
  opacity: 0.05;
}
.about-s .about-content .about-bord {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #FFF;
  padding: 50px;
}
.about-s .about-content .about-bord h5 {
  color: #D91E18;
  font-weight: 600;
  font-size: 20px;
}
.about-s .about-content .about-bord h3 {
  margin: 0 0 30px 0;  
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}
.about-s .about-content .about-bord h3 span {
  color: #D91E18;
}
.about-s .about-content .about-bord h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.about-s .about-content .about-bord p {
 font-size: 14.5px;
  font-weight: 400;
}

/*---------------------------------------
  8. FACTS                
-----------------------------------------*/
.facts {
  background-color: #f2f4ec;
}
.facts .fact-item {
  text-align: center;
}
.facts .counting-icon i,
.facts .counting-icon span {
  font-size: 50px;
  padding-top: 5px;
  color: #D91E18;
}
.facts h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.facts .count {
  padding: 30px 0;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
}
.facts .count:before {
  content: '+';
}
.facts .ourvision h4 {
  color: #D91E18;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
.facts .ourvision p {
  font-weight: 400;
  font-size: 14.5px;
}

/*---------------------------------------
  9. SERVICES                
-----------------------------------------*/
.upb_video_class, .wpb_column, .wpb_row {
  position: relative;
}
.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table;
}
.dt-sc-image-caption {
  float: left;
  clear: both;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.dt-sc-image-caption.type9 .dt-sc-image-wrapper {
  position: relative;
}
.dt-sc-image-caption .dt-sc-image-wrapper img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.vc_column_container img, .wpb_column img {
  max-width: 100%;
  height: auto;
  display: inherit;
}
.dt-sc-image-caption.type9 .dt-sc-image-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  color: #fff;
}
.dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 30px;
  text-align: center;
}
.dt-sc-image-caption.type9 .dt-sc-image-content {
  background: rgba(217, 30, 24, 0.7);
}
.dt-sc-image-caption.type9 .dt-sc-image-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 15px 30px;
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.dt-sc-image-caption .dt-sc-image-content {
  display: inline-block;
  clear: both;
  margin: 30px 0px 0px;
}
.dt-sc-image-caption.type9 .dt-sc-image-title {
  opacity: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  text-align: right;
  width: 70%;
  right: -20px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.dt-sc-image-caption.type9 .dt-sc-image-content h3 {
  font-size: 24px;
  text-transform: none;
  line-height: 30px;
  color: #fff;
}
.dt-sc-image-caption .dt-sc-image-title h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  top: -2px;
}
.dt-sc-image-caption.type9 .dt-sc-image-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 15px 30px;
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.dt-sc-image-caption.type9:hover .dt-sc-image-overlay {
  opacity: 0;
  left: -100%;
}
.dt-sc-image-caption.type9:hover .dt-sc-image-content {
  opacity: 1;
}
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type5, .dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 *, .dt-sc-image-caption.type8 *:before, .dt-sc-image-caption.type9 .dt-sc-image-title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dt-sc-image-caption.type9:hover .dt-sc-image-title {
  opacity: 1;
  right: 20px;
}

/*---------------------------------------
  10. LETS TALK                
-----------------------------------------*/
.lets-talk {
  background-color: rgba(0,0,0,.8);
  background-blend-mode: overlay;
  background-image: url(../img/idea.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}
.lets-talk p {
  margin-bottom: 35px;
  color: #fff;
}
.lets-talk h4 {
  margin-bottom: 35px;
  font-size: 45px;
  letter-spacing: 1.5px;
  color: #FFF;
}
.lets-talk a {
  margin-top: 15px;
  display: inline-block;
  font-size: 13px;
  padding: 10.5px 40px;
  border: 1px solid #fff;
  background: #FFF;
  font-weight: 400;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  -ms-border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  text-transform: uppercase;
  background-color: #D91E18;
  color: #FFF;
  border-color: #D91E18;
}
.lets-talk a:hover {
  color: #FFF;
  box-shadow: none;
}

/*---------------------------------------
  11. OUR WORK                
-----------------------------------------*/
.work {
  padding: 120px 0 110px 0;
}
.work .filter-work {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.work .filter-work a {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #555;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 1.5px;
  -webkit-transition: ease-out .2s;
  -moz-transition: ease-out .2s;
  -o-transition: ease-out .2s;
  transition: ease-out .2s;
  padding: 7px 16px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-weight: 400;
}
.work .filter-work a:last-child {
  padding-left: 22px;
  border-radius: 100px 0 0 100px;
}
.work .filter-work a:first-child {
  padding-right: 22px;
  border-radius: 0 100px 100px 0;
}
.work .filter-work .is-checked {
  color: #FFF;
}
.work .work-item {
  padding: 0 0px 10px 14px;
  width: 33%;
}
.work .work-caption {
  position: relative;
}
.work .work-caption img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.work .work-caption .overlay {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.work .work-caption .overlay:focus {
  outline: none;
}
.work .work-caption .overlay span {
  color: #232323;
}
.work .work-item:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.work .work-caption .info-content {
  display: table;
  width: 100%;
  height: 100%;
}
.work .work-caption .info-content h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #232323;
  font-size: 15.5px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.work .work-caption:focus,
.work .work-item:focus, 
.work .work-caption img:focus,
.work .work-caption a:focus {
  outline: none;
}
.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 640px;
  margin: 0 auto;
}
.white-popup div {
  padding: 30px;
  text-align: center;
}
.white-popup div h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16.5px;
  font-weight: 600;
  color: #000;
}
.white-popup div p {
  font-size: 14px;
  text-align: right;
  line-height: 27px;
}
.white-popup img {
  width: 100%;
  height: auto;
}
.mfp-close {
  left: 0;
}
.mfp-close:hover {
  color: #FFF;
}
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}
.work .filter-work .is-checked {
    background-color: #D91E18;
    border-color: #D91E18;
}

/*---------------------------------------
  12. TESTIMONIALS                
-----------------------------------------*/
.testimonials {
  background: url('../img/SLIDE_03.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.owl-carousel .owl-stage-outer {
  direction: ltr !important;
}
.testimonials-overlay {
  background: rgba(17,17,17,.9);
  text-align: center;
}
.testimonials .title p {
  color: #fff;
}
.testimonials .icon {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 45px;
  color: #fff;
}
.testimonial-box {
  margin: 0 auto;
  float: none;
  padding-left: 30px;
}
.testimonial-box p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px; 
  margin-bottom: 35px;
  letter-spacing: 1.5px;
}
.testimonial-box h3 {
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 45px;
  font-weight: 700;
  color: #D91E18;
  direction: rtl;
}
.t-item .testimonial-box h3 span {
  position: relative;
  text-transform: none;
  display: inline-block;
  letter-spacing: .5px;
  color: #AAB2BD;
}
.t-item .testimonial-box h3 span:before {
  content: ' - ';
  padding-right: 3px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  background: transparent !important;
  border:2px solid #fff !important;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .active span {
  background: #D91E18 !important;
}

/*---------------------------------------
  13. CONTACT                
-----------------------------------------*/
.contact {
  background: #111;
}
.contact .sec-title h4 {
  color: #FFF;
}
.contact .sec-title p {
  color: #7e7e7e;
}
.contact .contact-info {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.contact .item {
  margin-bottom: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.contact .item i,
.contact .item .icon {
  font-size: 35px;
  margin-bottom: 15px;
  color: #D91E18;
}
.contact .item h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #D91E18;
}
.contact .item h5 {
  font-size: 13px;
  line-height: 1.8;
}
.contact .contact-form textarea,
.contact .contact-form input {
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 15px;
  border: none;
  background: #232323;
  border: 1px solid #232323;
  color: #FFF;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
}
.contact .contact-form .rif-ver {
  float: right;
}
.contact .contact-form textarea {
  height: 213px;
}
.contact .contact-form .contact-item {
  margin-bottom: 25px;
  padding: 0;
}
.contact .contact-form .contact-item:last-child {
  margin-bottom: 0;
}
.contact .contact-form .btn-col {
  text-align: center;
  padding-top: 40px;
}
.contact .contact-form .button {
  width: auto;
  display: inline-block;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  min-width: 220px;
  margin: 0 auto;
  float: none;
  background: transparent;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
  border-color: #D91E18;
  color: #D91E18;
}
.contact-item input:focus,
.contact-item textarea:focus {
  outline: none;
}
.contact .contact-form .button:hover {
  color: #FFF;
  background-color: #D91E18;
}
.contact-item .parsley-required {
  color: #a94442;
  float: left;
  margin: 7px 0 0 0;
}
.contact .contact-form textarea:focus,
.contact .contact-form input:focus {
    border-color: #D91E18;
}
.parsley-type {
  color: #a94442;
  float: left;
  margin: 7px 0 0 0;
}
#map{
  height: 500px;
  position: relative;
}

/* --------------------------------------
  14. CLIENT
-----------------------------------------*/
.clients .client-logo {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
  padding: 15px 0;
}
.second-row .client-logo {
  border-bottom: none;
}
.clients .client-logo img {
  height: 223px;
}
.clients #imgsol img {
  width: 330px;
}
.client-logo:first-child {
  border-left: none;
}
.client-logo:last-child {
  border-right: none;
}
/* --------------------------------------
  15. FOOTER
-----------------------------------------*/
footer {
  background: #111;
}
footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #888;
  background: #171717;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 7px;
}
footer .social-icon a:hover span {
  color: #FFF;
}
footer .logo {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.5px;
  padding-bottom: 40px;
}
footer .logo span {
  color: #fff;
  font-weight: 300;
}
footer .logo span span {
  color: #D91E18;
}

footer .logo, 
footer .logo:focus, 
footer .logo:hover {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
}
.sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #151515;
  background: #111;
}
.sub-footer span {
  color: #7e7e7e;
  margin-top: 0;
  display: inline-block;
}
.sub-footer a {
  color: #D91E18;
  text-decoration: underline;
}

/* --------------------------------------
  15. CONTACT PAGE
-----------------------------------------*/
.contact-p {
  background: #fafafa;
}
.contact-f {
  float: none;
  text-align: center;
  background: #FFF;
  margin: 80px auto;
  padding: 60px 30px;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.contact-f h3 {
  font-size: 19px;
  margin-top: 30px;
}
.contact-success i {
  color: #8cc152;
}
.contact-nosuccess i {
  color: #e9573f;
}