/*fonts*/
@font-face {
  font-family: 'rubikregular';
  src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
  url('../fonts/rubik-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubiklight';
  src: url('../fonts/rubik-light_0-webfont.woff2') format('woff2'),
  url('../fonts/rubik-light_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'rubikmedium';
  src: url('../fonts/rubik-medium_0-webfont.woff2') format('woff2'),
  url('../fonts/rubik-medium_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_novabold';
  src: url('../fonts/proxima-nova-bold-webfont.woff2') format('woff2'),
  url('../fonts/proxima-nova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'proxima_novaregular';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
  url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}







body{
  position:relative;
  overflow-x:hidden;
}
.wrapper{
  position:relative;
}
.heighter{
  height:100px;
  background:#6F3;
}
.no-side-pad{
  padding-left:0px;
  padding-right:0px;
}
.no-side-margin{
  margin-left:0px;
  margin-right:0px;
}
.full-width-img{
  width:100%;
  height:auto;
}
 /* Row with equal height columns * --------------------------------------------------
 */
 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
}

.header-block{
  background:#fff;
/*  padding: 0em 4em 2em 5em;
*/}

.top-boxer{
    background: #1f1f1f;
    width: 100%;
    padding: .3em 5em;
    /* height: 30px; */
    position: relative;
    display: inline-block;
    height: 100%;
}
.righter{
  float: right;
  display: flex;
}

.top-box{
  display: flex;
  color: #fff;
  padding-right: 2em;
  font-family: 'rubikregular';
  font-size: 13px;
  align-items: center;
}

.top-box img{
  padding-right: .5em;
  width: 100%;
}

.top-box p{
  margin: 0;
  padding: 0;
}

.top-box a{
  color: #fff;
}

.top-box a:hover{
  color: #fff;
  text-decoration: none;
}

.btn {
  background-color: #d41c29;
  border: none;
  color: #fff;
  padding: .5em 1em;
  cursor: pointer;
  font-size: 14px;
}

.btn i{
  padding-right: .5em;
}

.btn:hover{
  background-color: #fff;
  color: #d41c29;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header-block .logo-img{
  position: relative;
  z-index:999;
    padding: 1.5em 0 1.5em 4em;
}

.header-block .logo-img-part{
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 1em;

}

.header-block .call-us{
  font-size:14px;
  color:#d41c29;
  font-family: 'rubikregular';
  float:right;
  margin-top: 2.5em;
}
.header-block .call-us img{
  margin-right:10px;
}
.menu-container {
    float: right;
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0 5em;
}
#cssmenu {
  position: relative;
 
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'rubiklight';
  text-transform:uppercase;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  padding: 1em 2em;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.active > a {
  color:#fff;
  background: #d41b1f;
  padding: 3.5em 1em 1em 1em;
}

#cssmenu > ul > li.active > a svg{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

#cssmenu > ul > li > a svg{
  position: absolute;
  left: 50%;
  top: -14%;
  transform: translate(-50%, -50%);
}

#cssmenu ul li.active:hover a svg path{
  fill: #000;
}

#cssmenu ul li:hover a svg {
  fill: #d41b1f;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #d41b1f;
}
#cssmenu > ul > li.active:hover > a {
  color:#fff;
}

#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
  display:none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
  top: 40px;
  opacity: 1;
}

#cssmenu > ul > li.active:hover > ul {
  left: 0;
  top: 81px;
  opacity: 1;
}


#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 175px;
  top: 0;
  opacity: 1;
  border: 1px solid #000;
  padding: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  line-height: 17px;
  width: 180px;
  border-bottom: 1px solid #8a0e10;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #d41b1f;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #1f1f1f;
  color: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1700px) {
  #cssmenu > ul > li > a {
    font-size: 14px;
    padding: 3.5em 1em 1em 1em !important;
  }

  #cssmenu > ul > li.active > a svg{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    fill: #fff;
  }

  #cssmenu > ul > li > a svg{
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
  }

  #cssmenu ul li.active:hover a svg path{
    fill: #000;
  }

  #cssmenu ul li:hover a svg {
    fill: #d41b1f;
  }
}
@media (max-width: 1250px) {
  #cssmenu > ul > li > a{
    padding: 15px 8px;
    font-size:12px;
  }

  #cssmenu > ul > li.active > a svg{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    fill: #fff;
  }

  #cssmenu > ul > li > a svg{
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
  }

  #cssmenu ul li.active:hover a svg path{
    fill: #000;
  }

  #cssmenu ul li:hover a svg {
    fill: #d41b1f;
  }
}
@media (max-width: 1200px) {
  #cssmenu > ul > li > a{
    padding: 15px 8px;
    font-size:12px;
  }
.header-block {
    background: #fff;
    padding: 0em 1em 1em 1em;
}
}
@media (max-width: 925px){
  #cssmenu > ul > li > a{
    padding: 3em 1em !important;
  }
}
@media (max-width: 680px){
  #cssmenu > ul > li > a svg{
    display: none;

  }
}


@media (max-width: 768px){
  #cssmenu ul ul li a {
    width: 180px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff !important;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    height: auto;
    position: relative;
    /* float: left; */
    /* right: 0; */
    z-index: 9999;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
    background:#d00808;
    height:auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 15px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu > ul > li > a{
    border-bottom: 1px solid #ea2c2c;
  }
  #cssmenu > ul > li.active > a{
    border-bottom: 1px solid #ea2c2c;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  #cssmenu > ul > li.active > a {
    color:#710808  !important;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
  }
  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }
  }*/
  .baner-block{
    padding: 1em 0 0em 5em;
  }

  .responsive-slider:after{
    position:absolute;
    content:"";
    background:rgba(0, 0, 0, 0.35);
    width:100%;
    top: 0;
    left:0;
    bottom:0;
  }
  .banner-left-push{
    left: 84px;
    position: relative;
  }
  /*--------------------------Button Start-------------------------*/
  .button-01 a{
    font-size: 15px;
    color: #fff;
    padding: 0.8em 4em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .button-01:hover a{
    font-size: 15px;
    color: #ed2024;
    text-decoration: none;
  }
  .button-01 {
    left: 0;
    border-radius: 10px;
    padding: 0.8em 0;
    margin-top: 2em;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .button-01:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 6.2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .button-01:hover, .button-01:focus, .button-01:active {
    color: white;

  }
  .button-01:hover:before, .button-01:focus:before, .button-01:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /*--------------------------Button END-------------------------*/


  /*--------------------------Button Start-------------------------*/
  .button-02 a{
    font-size: 15px;
    color: #d41b1f;
    padding: 0.8em 4em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .button-02:hover a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }
  .button-02 {
    left: 0;
    border-radius: 10px;
    padding: 0.8em 0;
    margin-top: 2em;
    border: 1px solid #d41b1f;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .button-02:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d41b1f;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .button-02:hover, .button-02:focus, .button-02:active {
    color: white;

  }
  .button-02:hover:before, .button-02:focus:before, .button-02:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /*--------------------------Button END-------------------------*/

  #iFeatures {
    position: relative;
    width: 100%;
    height: 50px;
    left: 0;
    /* bottom: 126px; */
    background-color: rgb(212, 27, 31);
    display: block;
  }
  .ticker {
    position: absolute;
    top: 25%;
    left: 10px;
    right: 10px;
    bottom: 10%;
    overflow: hidden;
  }

  .ticker p {
    position: relative;
    /*  top: 0;*/
    white-space: nowrap;
    width: auto;
    /*  color: white;*/
    font-size:20px !important;
    color:#ffff;
    font-family: 'proxima_novabold'!important;    text-align: left!important;
    line-height: 22px!important;
  }



  /*----------------------------------------*/






  .first-block{
    position: relative;
  }
  .first-block .logo-shape{
    position: absolute;
    left: 3em;
    /* display: inline-block; */
    top: -10em;
    z-index: 999;
  }
  .flex-box{
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .box-shadow{
    -webkit-box-shadow: 20px 20px 30px 10px rgba(237,32,36,0.2);
    -moz-box-shadow: 20px 20px 30px 10px rgba(237,32,36,0.2);
    box-shadow: 20px 20px 30px 10px rgba(237,32,36,0.2);
  }

  .logo-flex{
    display: flex;
    position: relative;
    /* width: 100%; */
    padding: 4em 0;
  }

.logo-flex img{
      width: 10vw;
    height: 10vw;
  }
  .first-block h3{
    font-size:50px;
    color:#222222;
    font-family: 'proxima_novabold';
    position:relative;
    margin-top: 1em;
    text-transform: uppercase;
  }
  .first-block span{
    font-size:15px;
    color:#ed2024;
    font-family: 'rubikmedium';
    position:relative;
    text-transform: uppercase;

  }
  .first-block span:after{
    position:absolute;
    content:"";
    background:#ed2024;
    height:1px;
    width:80%;
    left:0;
    top:2em;
  }
  .first-dark-bg{
    background: #1f1f1f;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5em 5em 3em 3em;
  }
 .first-dark-bg h3{
      font-size: 40px;
    color: #fff;
    font-family: 'proxima_novabold';
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
 }


  .main-txt{
    padding: 5em 0 3em 5em;
  }

  .first-block p{
    font-size:16px;
    color:#fff;
    line-height:22px;
    font-family: 'proxima_novaregular';
  }
  .special-p{
    font-size:16px;
    color:#fff;
    line-height:22px;
    font-family: 'rubikmedium';
    margin-bottom: 1em;
  }




  .second-block{
    position:relative;
    padding: 5em 5em 3em 5em;
    background:#cd1a1e;
    width:100%;
  }

  .second-block:before{
    position: absolute;
    content: "";
    background: url('../img/news-before.png') no-repeat right;
    height: 100%;
    width: 100%;
    right: 0;
    top: 2em;
  }

  .second-block h3{
    font-size:50px;
    color:#fff;
    font-family: 'proxima_novabold';
    position:relative;
    margin-top: 1em;
    text-transform: uppercase;
  }
  .second-block span{
    font-size:15px;
    color:#fff;
    font-family: 'rubikmedium';
    position:relative;
    text-transform: uppercase;

  }
  .second-block span:after{
    position:absolute;
    content:"";
    background:#fff;
    height:1px;
    width:80%;
    left:0;
    top:2em;
  }


  .second-block .project-section{
    position:absolute;
    width:100%;
  }


  .magic-box{
    position: relative;
    display: inline-flex;
  }
  .news-info{
    background:#f1f1f1;
    /*border-radius:10px;*/
  }
  .news-info img{
    width:100%;
  }
  .news-info .news-text{
    background:#f1f1f1;
    padding:1.5em;
    text-align:center;
    border-radius: 10px;
  }
  .news-info .news-text h6{
    font-family: 'rubikmedium';
    text-transform: uppercase;
    font-size:18px;
    color:#1c1d21;
    position:relative;
    text-align: left;
  }

  .news-info .news-text p{
    font-size:14px;
    color:#1d1d21;
    font-family: 'proxima_novaregular';
    text-align: left;
    line-height: 22px;

  }
  .news-span{
    font-size:15px;
    color:#a1a1a1;
    font-family: 'rubikregular';
    text-align: left;
  }
  .news-texts{
    padding-left: 2em;
  }
  .news-texts ul{
    margin: 0;
    padding: 0 0 0 1.5em;
  }

  .news-texts ul li{
    color: #fff;
    font-family: 'rubikmedium';
    font-size: 15px;
    list-style-image: url('../img/round.png');
  }
.block-boxer{
  display: inline-block;
}

  /*------------Tab-----------*/
  .third-block{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5em 5em;
    background: #fff5f5;
  }
  .third-block h3{
    font-size:50px;
    color:#333333;
    font-family: 'proxima_novabold';
    position:relative;
    margin-top: .5em;
    text-transform: uppercase;
    text-align: center;
  }

  .tab-wrapper {
    margin: 0 0 1em 0;
    width: 100%;
  }

  .tab-wrapper ul{
    text-align: center;
    margin: 0;
    border-bottom: 2px solid #000;
  }

  .tab-menu li {
    position:relative;
    display: inline-block;
    padding: .5em 3em;
    cursor:pointer;
    z-index:0;
  }

  .tab-menu li h6:hover {
    color:#000;
  }
  .tab-menu li.active{
    background-color: #ed2024;
  }
  .tab-menu li.active h6{
    color:#fff;
  }

  .tab-menu li.active:hover{
    background-color: #333;
    opacity: 0.7;
    -webkit-transition: opacity 0.50s;
    transition: opacity 0.50s;
  }

  .tab-menu li h6{
    font-family: 'rubikmedium';
    font-size: 15px;
    text-align: center;
    color: #ed2024;
    text-transform: uppercase;
  }

  .tab-content .tab {
   /* background-color: #fff;*/
   box-sizing:border-box;
   width: 100%;
   padding-top:10px;   
   min-height:200px;
 }

 .line {
  position:absolute;
  width: 0;
  /*height: 3px;
  background-color: #6b3030;*/
  bottom: 0;
  left: 0;
}

.tab-space{
  padding: 2em 0 1em 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.tab-space img{
  height: 100%;
}

.what-we-do-box{
  padding: 0 4em;
}

.tab-img{
  overflow: hidden;
  position: relative;
  box-shadow: 2px 10px 22px 0px #00000052;
}
.tab-img:after{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.tab-img h6{
  font-family: 'rubikmedium';
  font-size: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  position: absolute;
  z-index: 999;
  top: 50%;
}
.tab-img h6:after{
  position:absolute;
  content:"";
  background:#d41b1f;
  height:2px;
  width:80%;
  top:2em;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
}

.tab-img img{
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  background: #000;
}

.tab-img:hover img{
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #000;
}

.vm-block{
  position: relative;
  display: flex;
  width: 100%;
  padding: 10em 5em;
  background: url("../img/vm-bg.jpg")no-repeat;
  background-size: cover;
}

.vm-box{
  padding-right: 5em;
}
.vm-block h3{
  font-size: 50px;
  color: #fff;
  font-family: 'proxima_novabold';
  position: relative;
  text-transform: uppercase;
}

.vm-block span{
  font-size: 15px;
  color: #fff;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  display: flex;
}

.vm-block span:after{
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 10%;
  left: 0;
  top: 2em;
}

.vm-block p{
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  font-family: 'proxima_novaregular';
  padding-left: 1em;
}

.red{
  color: #ed2024;
  padding: 0 1em;
}

.left-border{
  border-left: 3px solid #ed2024;
}

/* ------ Clients ------ */
.margin-box{
  margin: auto;
}
ul.cleints-list {
  margin: 0;
  padding: 0;
}
.client-slider .bx-wrapper {
  box-shadow: none;
  margin: 0;
  border: 0;
}
/***** till here *****/ 

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.client-block{
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
}
.client-block h3{
  font-size:35px;
  color:#fff;
  font-family: 'proxima_novabold';
  position:relative;
}
.client-box{
  width: 100%;
  position: relative;
  background: #ad1014;
  padding: 2em 1em 2em 5em;
}

/*---------------------------------------------------------*/

.footer-block{
  background: #ad1014;
  position: absolute;
  width: 100%;
  padding: 5em 5em 3em 5em;
  color: #fff;
}
.logo-footer{
  position: relative;
}

.social-flex{
  display: flex;
  width: 100%;
  padding-top: 3em;
  font-size: 13px;
  color: #fff;
  font-family: 'proxima_novaregular';
}

.social-flex img{
  padding-left: 1em; 
}

.social-flex img:hover{
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.border-bot{
  border-bottom: 1px solid #d74245;
  position: relative;
  display: flex;
  padding-bottom: 1em;
}

.footer-block h4{
  font-family: 'rubiklight';
  font-size: 20px;
}

.footer-block ul{
  margin: 0;
  padding: 0;
}

.footer-block ul li {
  list-style: none;
  display: flex;
  position: relative;
  font-family: 'proxima_novaregular';
  font-size: 14px;
}

.footer-block ul li a{
  color: #fff;
  list-style: none;
}

.footer-block ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact ul{
  margin: 0;
  padding: 0;
}

.contact ul li {
  list-style: none;
  display: flex;
  position: relative;
  font-family: 'proxima_novaregular';
  font-size: 14px;
  padding: .5em 0;
}

.contact ul li>div{
  padding-right: .5em;
}

.contact ul li a{
  color: #fff;
  list-style: none;
}

.contact ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.copy-txt{
  width: 100%;
  padding:2em 0 0 0;
  text-align: center;
}

.copy-txt p{
  font-size: 13px;
  color: #fff;
  font-family: 'proxima_novaregular';
  margin: 0;
}

.copy-txt p a{
  color: #fff;
  list-style: none;
}

.copy-txt p a:hover{
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.qr-scan{
  position: relative;

}

.qr-scan p{
  font-size: 13px;
  color: #fff;
  font-family: 'proxima_novaregular';
  margin: 0;
}


/*-------------------------------------------------------------------------------------*/
/*--------------------------------Inner Pages Starts Here------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------------Common-------------------*/
.inner-baner-block {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0;
}
.inner-baner-block p{
  text-align: center;
  color: #fff;
  font-size: 4em;
   line-height: 0.9em; 
  /* padding: 0 1em; */
  /* white-space: normal; */
  text-transform: uppercase;
  font-family: 'proxima_novabold';
  position: absolute;
  bottom: .8em;
  /* margin: 0 auto; */
  width: 100%;
}
.inner-baner-block::before{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
}
.inner-baner-block img{
  width: 100%;
}





/*------------------About-----------------*/

.inner-about-block{
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-about-box{
      position: relative;
    display: flex;
    width: 100%;
}
.inner-about-box h3{
  font-size: 50px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin-top: 1em;
  text-transform: uppercase;
}
.inner-about-box span{
  font-size: 15px;
  color: #ed2024;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
}
.inner-about-box span:after{
  position: absolute;
  content: "";
  background: #ed2024;
  height: 1px;
  width: 80%;
  left: 0;
  top: 2em;
}
.inner-about-box p{
  color: #fff;
  font-family: 'proxima_novaregular';
  font-size: 15px;
}

/*==========================================================================================*/
/*Our Team*/


.team-block{
  position: relative;
  width: 100%;
  padding: 5em 5em;
  display: inline-block;
  background: #f1f1f1;
}

.team-block h2{
  font-size: 50px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  text-align: center;
}


.flexy-flex{
  display: flex;
  flex-wrap: wrap;
}

.team-block p{
  position: relative;
  display: flex;
  padding-left: 1em;
  margin: 0;
  line-height: 22px;
  border-left: 3px solid #ed2024;
  font-family: 'proxima_novaregular';
  font-size: 15px;
}
.team-box{
  display: block;
  position: relative;
  padding: 2em;
}
.our-team {
  padding: 30px 0 40px;
  margin: 0 1em 3em 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 25px #ed202436;
  display: block;

}

.our-team .picture {
  display: inline-block;
  height: 150px;
  width: 150px;
  /*margin-bottom: 50px;*/
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ed2024;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40%;
  background-color: #ef373a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 40%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.8);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  padding: 0 1em;
}

.team-content h3{
  font-family: 'rubikmedium';
  font-size: 20px;
  color: #000;

}

.team-content h4{
  font-family: 'rubikregular' !important;
  color: #000 !important;
  font-size: 17px !important;
}

.team-content span{
  font-family: 'rubikregular' !important;
  color: #1f1f1f !important;
  font-size: 15px !important;
  
}
.border-box{
  border-left: 3px solid #ed2024;
}
.morecontent span {
  display: none;
}
.more{
  padding-left: 1em;
  margin: 0;
  line-height: 22px;
  font-family: 'proxima_novaregular';
  font-size: 15px;
}
.morelink {
  color: #ef373a;
  font-family: 'rubikmedium';
}

.morelink:hover {
  color: #ef373a;
  text-decoration: none;
}
.moreellipses{
  color: #ef373a;
  text-decoration: none;
}

/*==========================================================================================*/

.in-about-bg{
/*  padding: 5em 5em 0 5em;
*/    position: relative;
display: inline-block;
/*    background: #f1f1f1;
*/}

.in-about-bg ul{
  padding: 0;
  margin: 0;
}

.in-about-bg ul li{
  list-style: none;
  display: flex;
  padding: 2em 0;
}
.big-abo:nth-child(odd){
  padding: 5em 5em 0 5em;
  background: #1f1f1f;
}

.big-abo:nth-child(odd) .small-abo{
  padding: .5em 2em;
  background: #d41b1f;
  border-left: 8px solid #000;
}

.big-abo:nth-child(odd) .small-abo h3{
  font-size: 40px;
  color: #fff;
  font-family: 'proxima_novabold';
  position: relative;
  text-transform: uppercase;
}
.big-abo:nth-child(odd) .small-abo p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  color: #fff
}
.big-abo:nth-child(odd) p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  color: #fff
}

.big-abo:nth-child(even){
  padding: 5em 5em 0 5em;
  background: #fff;
}

.big-abo:nth-child(even) .small-abo{
  padding: .5em 2em;
  background: #d41b1f;
  border-left: 8px solid #000;
}

.big-abo:nth-child(even) .small-abo h3{
  font-size: 40px;
  color: #fff;
  font-family: 'proxima_novabold';
  position: relative;
  text-transform: uppercase;
}
.big-abo:nth-child(even) .small-abo p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  color: #fff
}





.in-about-bg ul li:nth-child(odd) .about-sp-li{
  border-bottom: 3px solid #ed2024;
  padding: 0 0 0 2em;
}

.in-about-bg ul li:nth-child(even) .about-sp-li{
  border-bottom: 3px solid #ed2024;
  padding: 0 2em 0 0 ;
}

.in-about-bg ul li:last-child .about-sp-li{
  border-bottom: none;
  padding: 0 0 0 2em;
}





.in-about-bg ul li:nth-child(odd) .about-sp-li .line-box{
  border-left: 5px solid #ff0000;
  padding-left: 2em;
}

.in-about-bg ul li:nth-child(even) .about-sp-li .line-box{
  border-left: 5px solid #ff0000;
  padding-left: 2em;
}


.about-sp-li .line-box h5{
  font-size: 30px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  color: #ad1014;
}

.about-sp-li .line-box p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
}



/*------------------Services-----------------*/

.inner-service-block {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5em;
}
.inner-service-block h3{
  font-size: 50px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin-top: 1em;
  text-transform: uppercase;
}

.flex-box{
  display: flex;
}

.inner-service-box {
}

.inner-service-box h4 {
  font-size: 40px;
  color: #000;
  font-family: 'proxima_novabold';
  position: relative;
  text-transform: uppercase;
}

.inner-service-block > ul{
  padding: 0;
  margin: 0;
}


.inner-service-box ul {
  display: flex;
  margin: 2em 0 0 0;
}

.inner-service-box ul a{
  text-decoration: none;
  padding: 0 3em 0 0;

}

.inner-service-box ul li {
  list-style-image: url("../img/li-img.png");
  font-size: 15px;
  line-height: 24px;
  font-family: 'rubikmedium';
  color: #222;
}

.inner-service-box ul li:hover{
  color: #ed2024;
}

.in-service-bg li:nth-child(odd) .li-text {
  padding: 0 0 .5em 1em;
/*  border-left: 2px solid #ff2d2d;
*/  /*margin-bottom: 1em;*/
}

.in-service-bg li:nth-child(odd) {
  list-style: none;
  background: #f1f1f1;
  padding: 3em 3em;
  margin: 2em 0;
  position: relative;
  display: inline-block;
  border: 1px solid #ad10144a;
  width: 100%;
}

.in-service-bg li:nth-child(odd) h5{
  font-size: 20px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  background: #ad1014;
  color: #fff;
  padding: 1em;
  margin: 0;
}

.in-service-bg li:nth-child(odd) p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  padding-top: 1em;

}

.in-service-bg li:nth-child(odd) h6{
  font-size: 15px;
  color: #000;
  font-family: 'rubikmedium';
  position: relative;
  border-left: 3px solid #ad1014;
  padding: 0 0 0 .5em;
}

.in-service-bg li:nth-child(even) {
  list-style: none;
  background: #1f1f1f;
  padding: 3em 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}

.in-service-bg li:nth-child(even) .li-text {
  padding: 1em 0 .5em 1em;
  border-left: 2px solid #fff;
  margin-bottom: 1em;
}

.in-service-bg li:nth-child(even) h5{
  font-size: 20px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #ad1014;
  padding: 1em;
  margin: 0;
}

.in-service-bg li:nth-child(even) p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  padding-top: 1em;
}

.in-service-bg li:nth-child(even) h6{
  font-size: 15px;
  color: #fff;
  font-family: 'rubikmedium';
  position: relative;
}
.margin-p{
  margin-left: 2em;
}

.margin-p p{
  margin-right: 2em;
}

.p-margin-serv{
  margin: 0 0 2em 0;
}

/*----------------NEWS------------------*/
.news-block{
  position: relative;
  padding: 5em 5em 3em 5em;
  background: #1f1f1f;
  width: 100%;
}
.news-block h3{
  font-size:50px;
  color:#fff;
  font-family: 'proxima_novabold';
  position:relative;
  margin-top: 1em;
  text-transform: uppercase;
}
.news-block  span{
  font-size:15px;
  color:#fff;
  font-family: 'rubikmedium';
  position:relative;
  text-transform: uppercase;

}
.news-block  span:after{
  position:absolute;
  content:"";
  background:#fff;
  height:1px;
  width:80%;
  left:0;
  top:2em;
}

.media-box{
  padding: 0 0 0 5em;
  position: relative;
  display: flex;
  width: 100%;

}
.group-box{
  display: flex;
  align-items: center;
  position: relative;
}
.media-box h3{
  font-size: 30px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  color: #000;
}

.media-box p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
}


.media-box a{
  color: #000;
}

.media-box a:hover{
  text-decoration: none;
  color: #ad1014;
}

.bg-gry{
  background: #f1f1f1;
  padding: 5em;
  vertical-align: middle;
}

.service-para{
    font-family: 'proxima_novaregular';
  font-size: 15px;
}

.framer{
  display: flex;
  width: 100%;
    padding: 5em;
border-bottom: 2px solid #ad1014;
}

.farame-box{
  width: 100%;
}

.farame-box iframe{
  width: 100%;
}


/*-----------------------Career----------------------*/

.career-block{
  padding: 5em;
  display: inline-block;
  position: relative;
  width: 100%;
}

.career-block h3{
  font-size: 50px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin-top: 1em;
  text-transform: uppercase;
}

.career-box h4 {
  font-size: 40px;
  color: #000;
  font-family: 'proxima_novabold';
  position: relative;
  text-transform: uppercase;
}

.career-head h5{
  font-size: 20px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  background: #ad1014;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
}

.career-head h6{
  font-size: 18px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  color: #ad1014;
  padding: 1em 0 1em 0 ;
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
}
.career-head p a{
  color: #ad1014;
}
.career-head p a:hover{
  text-decoration: none;
  color: #ff0000;
}

.career-block p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
}

.career-head ul a{
  text-decoration: none;
  padding: 0 3em 0 0;

}

.career-head ul li {
  list-style-image: url("../img/li-img.png");
  font-size: 15px;
  line-height: 24px;
  font-family: 'rubikmedium';
  color: #222;
}

.inner-service-box ul li:hover{
  color: #ed2024;
}
.career-lister ul{
  margin: 0;
  padding: 0;
}
.career-lister ul li:nth-child(odd) .li-text {
  padding: 1em 0 .5em 1em;
  border-left: 2px solid #ff2d2d;
  margin-bottom: 1em;
}

.career-lister ul  li:nth-child(odd) {
  list-style: none;
  background: #f1f1f1;
  padding: 2em 3em;
  margin: 2em 0;
  position: relative;
  display: inline-block;
  border: 1px solid #ad10144a;
  width: 100%;
}

.career-lister ul li:nth-child(odd) h5{
  font-size: 20px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  background: #ad1014;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
}

.career-lister ul li:nth-child(odd) p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
}

.career-lister ul li:nth-child(odd) h6{
  font-size: 15px;
  color: #000;
  font-family: 'rubikmedium';
  position: relative;
}

.career-lister ul li:nth-child(even) {
  list-style: none;
  background: #1f1f1f;
  padding: 2em 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}

.career-lister ul li:nth-child(even) h5{
  font-size: 20px;
  font-family: 'rubikmedium';
  position: relative;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #ad1014;
  padding: 1em;
  margin-bottom: 1em;
}

.career-lister ul li:nth-child(even) p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
}

.career-lister ul li:nth-child(even) h6{
  font-size: 15px;
  color: #fff;
  font-family: 'rubikmedium';
  position: relative;
}




/*===================================================*/
/*Contact us*/
/*===================================================*/

.contact-block{
  display: inline-block;
  position: relative;
  width: 100%;
  background: #eee;

}

.contact-box{
  padding: 1em 0 2em 0;
}
.contact-block h2{
  font-size: 50px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin-top: 1em;
  text-transform: uppercase;
}
.contact-block h5{
  font-size: 30px;
  color: #222222;
  font-family: 'proxima_novabold';
  position: relative;
  margin-top: 1em;
  text-transform: uppercase;
}

.contact-block  p{
  font-family: 'proxima_novaregular';
  font-size: 15px;
  color: #000;
}

.form-contact .contact-image{
  text-align:center;
}
.form-contact .contact-address-main{
  margin-top:20px;
}
.form-contact .contact-address-main p{
  text-align:center;
  font-size: 1em;
  line-height: 1.3em;
  color:#504f4f;
  font-family: 'latoregular';
}
.form-contact .contact-address-main p.name{
  font-family: 'latoregular';
  color: #000000;
}
.form-contact .contact-address-main p.email{
  font-family: 'latoregular';
  color: #000000;
}
.form-contact .contact-address-main p.email span{
  color:#86108c;
}
.form-contact .phone-main{
  font-size: 1.2em;
  line-height: 1.8em;
  color:#ea5a27;
  font-family: 'latoregular';
  text-align: center;
  margin-top:.5em;
}
.form-contact .phone-main span{
  color:#000000;
  font-family: 'latoregular';
}
.form-contact label{
  color:#595a59;
  font-family: 'latoregular';
  font-weight:normal;
  font-size:18px;
}
.form-contact .form-styler{
  font-size:.95em;
  background:none !important;
  height:auto !important;
  color:#676262;
  padding:8px 0px !important;
  border-radius:0px !important;
  border:none;
  border-bottom:1px solid #cccaca;
  font-family: 'latoregular';
  
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-contact .form-styler::-moz-placeholder{color:#676262 !important;opacity:1}.form-contact .form-styler:-ms-input-placeholder{color:#676262 !important}.form-contact .form-styler::-webkit-input-placeholder{color:#676262 !important}

.form-contact .form-styler:focus{
  border-bottom:1px solid #950ca7;
}
.form-contact .send-button{
  width:53px;
  position:relative;
  height:37px;
  background:url(../img/btn-submit.svg) no-repeat center;
  background-size:100%;
  border:none;
  margin-top:10px;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  left:0px;
  
  outline:none;
}
.form-contact .send-button:hover{
  left:10px;
  outline:none;
}
.form-contact .send-button:focus{
  outline:none !important;
}

#frmenquiry .mail_response {
  color:#fff000 !important;
  padding-top: 1em !important;
  display: none;
}
.form-control.warning{
  border-bottom:1px solid #e81313 !important;
}
#frmenquiry label.warning {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.map-block{
  position:relative;
  margin-top:2em;
}
.map-block #map {
  height: 350px;
}

.label{
  font-size: 15px;
  font-family: 'latoregular';
}


.box{
  padding: 2em 3em;
  background: #fff;
  /* position: relative; */
  display: inline-block;
  width: 100%;
  box-shadow: 5px 10px 18px #b3000026;
}

.cont-box{
  background: #eee;
  padding: 5em 5em 2em 5em;
  position: relative;
  display: inline-block;
  width: 100%;
}
.flexer{
  display: flex;
  align-items: center;
}

.form-control-sp{
  width: 40% !important;
  margin-left: 2em !important;
}


.contact-box img{
  padding-right: 1em;
}


























/*-------------------------------------------------------------------------------------*/
/*--------------------------------MEDIA Starts Here-----------------------------------------*/
/*-------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
  #cssmenu > ul > li.active > a {
    color: #fff;
    background: #d41b1f;
    padding: 3.7em 1em 1.2em 1em !important;
  }
  #cssmenu > ul > li:hover > ul{
    left: 0;
    top: 75px;
    opacity: 1;
    z-index: 999999;
  }
  #cssmenu > ul > li.active:hover > ul{
    left: 0;
    top: 85px;
    opacity: 1;
    z-index: 9999999;
  }
}

@media (max-width: 1400px) {
  #cssmenu > ul > li.active > a {
    color: #fff;
    background: #d41b1f;
    padding: 3.7em 1em 1em 1em !important;
  }
  .vm-block{
    padding: 5em;
  }
    .logo-flex{
    display: inline-block;
    position: relative;
    /* width: 100%; */
    padding: 1em 0;
  }

.logo-flex img{
      width: 100%;
    height: 100%;
  }

}


@media (max-width: 1200px) {

  #cssmenu > ul > li.active:hover > ul {
    left: 0;
    top: 70px;
    opacity: 1;
  }
  #cssmenu > ul > li:hover > ul {
    left: 0;
    top: 60px;
    opacity: 1;
  }

  .inner-service-block {
    padding: 3em 4em;
  }
  .header-block .logo-img{
        padding: 1em 0 0 1em;
  }
.menu-container{
  padding: 0 1em;
}

}
@media (max-width: 1160px) {
  .baner-block {
    padding: 0;
  }
  .first-block .logo-shape{
    left: 1em;
  }
  .main-txt {
    padding: 5em 0 3em 3em;
  }
  .second-block {
    position: relative;
    padding: 4em 3em;
  }
  .button-01 a {
    font-size: 15px;
    color: #fff;
    padding: 0.8em 2em;
  }
  .button-02 a {
    font-size: 15px;
    color: #d41b1f;
    padding: 0.8em 2em;
  }
  .vm-block {
    padding: 4em 3em;
  }
  .client-box{
    padding: 2em 1em 2em 4em;
  }
  .footer-block{
    padding: 3em 3em 3em 3em;
  }
}
@media (max-width: 990px) {
  #cssmenu > ul > li > a {
    font-size: 13px;
    padding: 3em 0.5em !important;
}
.inner-baner-block p {
    font-size: 3em;
    line-height: 0.9em;
    padding: 0 1em;
}
}
@media (max-width: 768px) {
  .righter {
     float: none; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
#cssmenu > ul > li > a {
    font-size: 11px;
  }
  .menu-container {
    display: block;
    padding: 0;
    width: 100%;
  }
  #iFeatures{
       height: 39px;
  }
  .header-block{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .header-block .logo-img {
    position: relative;
    z-index: 999;
    padding: .5em 0;
  }
  .header-block .logo-img img{
    margin: 0 auto;
  }

  #cssmenu > ul > li.active:hover > ul {
    top: 0;
  }
  #cssmenu > ul > li:hover > ul {
    top: 0;
  }
  #cssmenu > ul > li.active > a {
    padding: 1em 1em 1em 1em !important;
  }
  #cssmenu > ul > li > a {
    padding: 1em 1em !important;
  }
  #cssmenu #menu-button > a{
    padding: 18px 60px;
  }
  #cssmenu > ul > li > a {
    border-bottom: 1px solid #fcb040;

    color: #fff;
  }
  #cssmenu > ul > li.active > a{
    color: #fcb040 !important;
  }
  #cssmenu > ul > li:hover > a{
    color: #fff;
  }
  #cssmenu > ul > li.active > a svg{
    display: none;
  }
  #cssmenu > ul > li > a svg{
    display: none;
  }
  .first-block .logo-shape{
    display: none;
  }

  .baner-block {
    padding: 0;
  }
  .button-01{
    margin-top: 1em;
    padding: 0.5em 0;
  }
  .banner-left-push{
    left: 0;
  }
  .main-txt {
    padding: 2em 2em;
    text-align: center;
  }
  .first-dark-bg{
    padding: 2em 2em;
  }

  .first-block span{
    font-size: 12px;
  }
  .first-block h3{
    font-size: 30px;
    margin-top: .5em;
  }

  .button-02{
    margin-top: .5em;

  }
  .button-02 a{
    font-size: 12px;
  }
  .button-02:hover a{
    font-size: 12px;
  }

  .button-01 a{
    font-size: 12px;
  }
  .button-01:hover a{
    font-size: 12px;
  }
  .special-p {
    font-size: 13px;
    text-align: center;
  }
  .first-block p {
    font-size: 14px !important;
    text-align: center;
  }
  .logo-flex{
    display: inline-block;
    position: relative;
    /* width: 100%; */
    padding: 1em 0;
  }

.logo-flex img{
      width: 100%;
    height: 100%;
  }
  .second-block {
    position: relative;
    padding: 3em 3em;
  }

  .news-info .news-text{
    text-align: center !important;
  }


  .news-info .news-text h6{
    text-align: center !important;
  }
  .news-span{
    text-align: center !important;
  }

  .news-info .news-text p{
    text-align: center !important;
  }
  .news-texts{
    text-align: center;
  }
  .news-texts ul li{
    list-style: none;
  }

  .third-block{
    padding: 2em;
  }
  .third-block h3 {
    font-size: 30px;
  }
  .tab-menu li{
    padding: .5em 2em;
  }

  .tab-menu li h6{
    font-size: 13px;
  }
  .tab-space {
        padding: 0;
    display: block;
        margin: 0;
  }
    .tab-img {
          margin: 0 0 10px 0;
    }
  .tab-img h6{
    font-size: 13px;
  }
  .vm-block {
    padding: 3em 2em;
    display: inline-block;
  }
  .vm-box {
    padding-right: 0;
    padding-bottom: 3em;
  }
  .vm-block span {
    font-size: 13px;

  }

  .client-box{
    padding: 1em;
  }

.client-block h3 {
    font-size: 24px;
}

  .vm-block h3 {
    font-size: 30px;
  }

  .client-block h3{
    font-size: 30px;
  }

  .footer-block {
    padding: 2em;
  }

  .border-bot{
    display: inline-block;
  }

  .logo-footer img{
    margin: 0 auto;
  }
  .social-flex {
    padding: 1em;
  }
  .social-flex p{
    display: none;
  }
  .social-flex > div{
    text-align: center;
    position: relative;
    width: 100%;
  }
  .inner-service-box ul li{
    font-size: 13px;
    text-align: left;
  }
  .inner-service-box ul a {
    padding: 0 2.2em 0 0;
  }
  .inner-service-box h4{
    font-size: 30px;
  }
  .in-service-bg li:nth-child(odd) h5{
    font-size: 16px;
  }

  .in-service-bg li:nth-child(odd) p{
    font-size: 14px;
  }

  .in-service-bg li:nth-child(odd) h6{
    font-size: 14px;
  }
  .in-service-bg li:nth-child(odd) h5{
    padding: .5em;
  }

  .in-service-bg li:nth-child(even) h5{
    font-size: 16px;
  }

  .in-service-bg li:nth-child(even) p{
    font-size: 14px;
  }

  .in-service-bg li:nth-child(even) h6{
    font-size: 14px;
  }
  .in-service-bg li:nth-child(even) h5{
    padding: .5em;
  }
  .inner-baner-block{
    padding: 0;
  }
  .inner-service-block {
    padding: 1em 2em;
  }
  .main-txt {
    padding: 1em
  }
  .inner-service-box {
    text-align: center;
  }
  .inner-about-box span {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .inner-about-box h3{
    font-size: 25px;
  }
  .first-dark-bg {
    padding: 1em;
  }
  .inner-about-box p {
    color: #fff;
    font-family: 'proxima_novaregular';
    font-size: 12px;
    text-align: center;
  }
  .team-block{
    padding: 1em;
  }
  .team-block h2 {
    font-size: 23px;
    margin: 1em auto;
  }
  .team-content h3{
    font-size: 18px;
  }
  .our-team .title {
    font-size: 15px;
  }
  .inner-service-box ul {
    margin: 1em 0 0 0;
  }
  .in-about-bg ul li {
    list-style: none;
    display: inline-block;
    padding: 1em 0;
  }
  .in-about-bg ul li img{
    width: 100%;
  }
  .in-about-bg ul li:nth-child(even) .about-sp-li .line-box{
    padding: .5em 0;
    border: none;
  }

  .in-about-bg ul li:nth-child(odd) .about-sp-li .line-box{
    padding: .5em 0;
    border: none;
  }
  .big-abo:nth-child(odd) {
    padding: 2em;
  }
  .big-abo:nth-child(odd) .small-abo {
    padding: .5em 1em;
    background: #d41b1f;
    border-left: 5px solid #fff;
  }
  .big-abo:nth-child(odd) .small-abo h3 {
    font-size: 22px;
  }
  .big-abo:nth-child(odd) .small-abo p {
    font-size: 13px;
    line-height: 15px;
  }
  .about-sp-li .line-box h5{
    font-size: 25px;
    color: #d41b1f;
  }
  .about-sp-li .line-box p{
    font-size: 12px;
  }
  .in-about-bg ul li:last-child .about-sp-li {
    padding: 0;
  }

  .big-abo:nth-child(even) {
    padding: 2em;
  }
  .big-abo:nth-child(even) .small-abo {
    padding: .5em 1em;
    border-left: 5px solid #000;
  }
  .big-abo:nth-child(even) .small-abo h3 {
    font-size: 22px;
  }
  .big-abo:nth-child(even) .small-abo p {
    font-size: 13px;
    line-height: 15px;
  }
  .in-about-bg ul li:nth-child(odd) .about-sp-li{
    padding: 0;
  }
  .logo-flex{
    display: flex;
  }

  .logo-flex img{
    margin: 0 auto;
  }
  .second-block h3 {
    font-size: 30px;
  }
  .news-texts ul {
    margin: 0;
    padding: 0;
  }
  .news-texts ul li{
    font-size: 13px;
  }







}

@media (max-width: 680px) {
.media-box{
  display: inline-block;
  padding: 0;
}
.top-box p {
    margin: 0;
    padding: 0;
    width: 100px;
}
.top-box img {
    padding-right: .5em;
    width: auto;
}
}
@media (max-width: 480px) {
.btn {
    background-color: #d41c29;
    border: none;
    color: #fff;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 11px;
}
.top-box {
    display: flex;
    color: #fff;
    padding-right: 5px;
    font-family: 'rubikregular';
    font-size: 12px;
    align-items: center;
}
.logo-flex img {
    width: 45vw;
    height: 45vw;
}
.top-box p {
    margin: 0;
    padding: 0;
    width: 93px;
}

.wrapper{
  overflow: hidden;
}
.client-box {
    padding: 10px;
  }
.client-block h3{
 font-size: 13px;
}

}