/*fonts*/
@font-face {
  font-family: 'HelveticaLTStd-LightCond';
  src: url("../fonts/HelveticaLTStd-LightCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-LightCond.otf") format("opentype"), url("../fonts/HelveticaLTStd-LightCond.woff") format("woff"), url("../fonts/HelveticaLTStd-LightCond.ttf") format("truetype"), url("../fonts/HelveticaLTStd-LightCond.svg#HelveticaLTStd-LightCond") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*fonts*/
input {
  outline: none !important; }

button {
  cursor: pointer; }

p {
  font-family: 'MyriadPro-Regular' !important;
  margin: 0px; }

/*==header==*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header .top-bar {
    background: #242b2e; }
    .header .top-bar .left {
      padding: 15px 0; }
      .header .top-bar .left p {
        font-size: 12.5px;
        color: #ffffff; }
    .header .top-bar .right {
      font-family: 'MyriadPro-Regular';
      padding: 12px 0;
      display: flex;
      justify-content: flex-end; }
      .header .top-bar .right ul {
        margin: 0;
        padding: 0;
        text-align: right; }
        .header .top-bar .right ul li {
          list-style: none;
          display: inline-block;
          padding-left: 40px; }
          .header .top-bar .right ul li i {
            color: #d20000;
            padding-right: 5px;
            position: relative;
            top: 2px; }
          .header .top-bar .right ul li a {
            color: #ffffff;
            font-size: 12.5px;
            text-decoration: none; }
      .header .top-bar .right #social {
        margin: 0px;
        padding: 0px 0px 0px 10px; }
        .header .top-bar .right #social li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          .header .top-bar .right #social li a {
            text-decoration: none;
            color: #757575;
            font-size: 17px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s; }
            .header .top-bar .right #social li a i {
              color: #757575;
              position: static;
              transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s; }
            .header .top-bar .right #social li a:hover {
              color: #ffffff; }
              .header .top-bar .right #social li a:hover i {
                color: #ffffff; }
  .header .menu-bar {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px #cccccc;
    -moz-box-shadow: 2px 2px 5px 0px #cccccc;
    box-shadow: 2px 2px 5px 0px #cccccc; }
    .header .menu-bar .logo {
      padding: 10px 0; }
      .header .menu-bar .logo img {
        height: 88px;
        object-fit: contain; }
    .header .menu-bar .main-menu {
      margin: 0;
      padding: 0;
      font-family: 'MyriadPro-Regular';
      font-size: 16px; }
      .header .menu-bar .main-menu ul {
        margin: 0;
        padding: 30px 0;
        text-align: right; }
        .header .menu-bar .main-menu ul li {
          list-style: none;
          display: inline-block; }
          .header .menu-bar .main-menu ul li a {
            text-decoration: none;
            color: #3f3f3f;
            position: relative;
            padding: 10px;
            display: block;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s; }
            .header .menu-bar .main-menu ul li a:after {
              content: "";
              position: absolute;
              right: -1px;
              top: calc(50% - 8px);
              width: 2px;
              height: 16px;
              background: #3f3f3f;
              transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s; }
            .header .menu-bar .main-menu ul li a:hover {
              color: #d20000; }
              .header .menu-bar .main-menu ul li a:hover:after {
                background: #d20000; }
          .header .menu-bar .main-menu ul li .active {
            color: #d20000; }
            .header .menu-bar .main-menu ul li .active:after {
              background: #d20000; }
          .header .menu-bar .main-menu ul li:nth-last-child(2) a:after {
            display: none; }
          .header .menu-bar .main-menu ul li:last-child a {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            width: 128px;
            height: 47px;
            text-align: center;
            text-transform: uppercase;
            color: #ffffff;
            background: #d20000;
            padding: 12px 0; }
            .header .menu-bar .main-menu ul li:last-child a:after {
              display: none; }
    .header .menu-bar .mobile-nav-btn {
      text-align: right;
      font-size: 25px;
      padding: 3% 0;
      display: none; }

/*==header==*/
.main-banner {
  margin: 0;
  padding: 0;
  position: relative; }
  .main-banner img {
    width: 100%;
    height: 700px;
    object-fit: cover; }
  .main-banner .overly {
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
    .main-banner .overly .banner-caption {
      background: rgba(210, 0, 0, 0.5);
      padding: 20px 20px;
      max-width: 500px; }
      .main-banner .overly .banner-caption h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 45px;
        color: #ffffff;
        font-weight: bold; }
        .main-banner .overly .banner-caption h4 span {
          font-weight: 300; }
      .main-banner .overly .banner-caption p {
        font-family: 'MyriadPro-Regular';
        font-size: 15px;
        color: #ffffff; }
    .main-banner .overly .banner-btn {
      padding-top: 20px; }
      .main-banner .overly .banner-btn a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        width: 130px;
        height: 44px;
        font-size: 13px;
        text-transform: uppercase;
        background: #0b0c0c;
        text-align: center;
        line-height: 44px;
        display: block;
        color: #ffffff;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        text-decoration: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .main-banner .overly .banner-btn a:hover {
          background: rgba(210, 0, 0, 0.5); }
  .main-banner .main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
    .main-banner .main-slider .owl-dots .owl-dot {
      outline: none; }
      .main-banner .main-slider .owl-dots .owl-dot span {
        background-color: transparent !important;
        border: solid 1px #ffffff !important; }
    .main-banner .main-slider .owl-dots .active span {
      border-color: #ffffff !important;
      background-color: #ffffff !important; }

.sucessfull-business {
  padding: 40px 0; }
  .sucessfull-business .tsr-01 {
    text-align: center; }
    .sucessfull-business .tsr-01 h5 {
      font-family: 'MyriadPro-Regular';
      font-size: 17px;
      color: #d20000; }
    .sucessfull-business .tsr-01 h4 {
      position: relative;
      font-size: 33px;
      color: #242b2e;
      font-family: 'HelveticaLTStd-LightCond';
      padding-bottom: 17px; }
      .sucessfull-business .tsr-01 h4:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        width: 106px;
        height: 2px;
        background: red; }
    .sucessfull-business .tsr-01 p {
      color: #696969;
      font-size: 15px;
      font-family: 'MyriadPro-Regular';
      line-height: 27px;
      padding: 10px 0; }
  .sucessfull-business .tsr-02 {
    padding: 25px 0 0 0;
    text-align: center; }
    .sucessfull-business .tsr-02 span {
      position: relative;
      text-align: center;
      padding-bottom: 15px;
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 43px;
      color: #242b2e;
      margin-bottom: 10px; }
      .sucessfull-business .tsr-02 span:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        border-bottom: dotted 1px #cfcfcf; }
      .sucessfull-business .tsr-02 span:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        height: 20px;
        width: 20px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        background: #ffffff;
        border: solid 2px #5f5d5e;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
    .sucessfull-business .tsr-02 h4 {
      padding: 15px 0 10px 0;
      font-size: 22px;
      color: #242b2e;
      font-family: 'HelveticaLTStd-LightCond';
      margin: 0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .sucessfull-business .tsr-02 p {
      font-family: 'MyriadPro-Regular';
      font-size: 14.5px;
      color: #696969;
      line-height: 27px; }
    .sucessfull-business .tsr-02:hover span:after {
      background: #d20000;
      border-color: #d20000; }
    .sucessfull-business .tsr-02:hover h4 {
      color: #d20000; }

.short-about {
  background: #f4f4f4;
  padding: 40px 0; }
  .short-about .tsr-03 {
    padding: 15px 0; }
    .short-about .tsr-03 h4 {
      position: relative;
      font-family: 'HelveticaLTStd-LightCond';
      font-size: 33px;
      color: #242b2e;
      padding-bottom: 25px; }
      .short-about .tsr-03 h4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 106px;
        height: 2px;
        background: #d20000; }
    .short-about .tsr-03 p {
      padding-top: 20px;
      color: #696969;
      line-height: 27px;
      font-size: 15px; }
    .short-about .tsr-03 ul {
      margin: 0;
      padding: 0 0 15px 0;
      font-family: 'MyriadPro-Regular'; }
      .short-about .tsr-03 ul li {
        list-style: none;
        line-height: 27px;
        color: #696969;
        font-size: 15px;
        padding-left: 15px;
        position: relative; }
        .short-about .tsr-03 ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          height: 8px;
          width: 8px;
          border: solid 5px;
          border-color: transparent transparent transparent #d20000; }
    .short-about .tsr-03 a {
      width: 130px;
      height: 44px;
      line-height: 43px;
      text-align: center;
      background: #d20000;
      display: block;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      margin: 15px 0 0 0;
      text-decoration: none;
      font-size: 15px;
      color: #ffffff;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
  .short-about .tsr-04 {
    margin: 15px 0;
    height: 384px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    overflow: hidden; }
    .short-about .tsr-04 img {
      width: 100%;
      height: 384px;
      object-fit: cover; }

.home-page-service {
  padding: 40px 0; }
  .home-page-service .heading {
    text-align: center; }
    .home-page-service .heading h5 {
      font-family: 'MyriadPro-Regular';
      font-size: 17px;
      color: #d20000; }
    .home-page-service .heading h4 {
      position: relative;
      font-size: 33px;
      color: #242b2e;
      font-family: 'HelveticaLTStd-LightCond';
      padding-bottom: 17px; }
      .home-page-service .heading h4:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        width: 106px;
        height: 2px;
        background: red; }
    .home-page-service .heading p {
      color: #696969;
      font-size: 15px;
      font-family: 'MyriadPro-Regular';
      line-height: 27px;
      padding: 10px 0; }
  .home-page-service .tsr-05 {
    background: #ffffff;
    box-shadow: -1.816px 3.564px 18px 0px rgba(0, 0, 0, 0.16);
    margin: 20px 0 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden; }
    .home-page-service .tsr-05 .img {
      height: 243px;
      position: relative; }
      .home-page-service .tsr-05 .img img {
        height: 243px;
        width: 100%;
        object-fit: cover; }
      .home-page-service .tsr-05 .img .overly {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0); }
        .home-page-service .tsr-05 .img .overly a {
          height: 40px;
          width: 40px;
          line-height: 38px;
          text-align: center;
          border: solid 1px #ffffff;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -o-border-radius: 100%;
          color: #ffffff;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
          .home-page-service .tsr-05 .img .overly a:hover {
            background: #d20000;
            border-color: #d20000; }
    .home-page-service .tsr-05 .detail {
      padding: 25px 20px; }
      .home-page-service .tsr-05 .detail h4 {
        padding-left: 15px;
        position: relative;
        font-family: 'HelveticaLTStd-LightCond';
        font-size: 20px;
        color: #242b2e; }
        .home-page-service .tsr-05 .detail h4:before {
          content: "";
          position: absolute;
          left: 0;
          top: calc(50% - 4.5px);
          height: 9px;
          width: 9px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -o-border-radius: 100%;
          background: #d20000; }
      .home-page-service .tsr-05 .detail p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14.5px;
        line-height: 27px;
        color: #696969; }
      .home-page-service .tsr-05 .detail a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #ffffff;
        background: #1b1b1b;
        display: block;
        margin: 15px 0 0 0;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .home-page-service .tsr-05 .detail a:hover {
          background: #d20000; }
    .home-page-service .tsr-05:hover .img .overly {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
  .home-page-service .slider1 .owl-nav .owl-prev {
    background: none !important;
    outline: none;
    position: absolute;
    left: -5%;
    top: calc(50% - 20px);
    height: 40px;
    padding: 0px;
    width: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #d20000;
    border: solid 1px #e8e8e8;
    font-size: 20px; }
    .home-page-service .slider1 .owl-nav .owl-prev:hover {
      background: #d20000 !important;
      color: #ffffff; }
  .home-page-service .slider1 .owl-nav .owl-next {
    background: none !important;
    outline: none;
    position: absolute;
    right: -5%;
    top: calc(50% - 20px);
    height: 40px;
    padding: 0px;
    width: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #d20000;
    border: solid 1px #e8e8e8;
    font-size: 20px; }
    .home-page-service .slider1 .owl-nav .owl-next:hover {
      background: #d20000 !important;
      color: #ffffff; }

.home-page-certificate {
  background: #f4f4f4;
  padding: 40px 0; }
  .home-page-certificate .tsr-06 {
    padding: 10px 0; }
    .home-page-certificate .tsr-06 h5 {
      font-family: 'MyriadPro-Regular';
      font-size: 17px;
      color: #d20000; }
    .home-page-certificate .tsr-06 h4 {
      font-size: 32px;
      color: #242b2e;
      font-family: 'HelveticaLTStd-LightCond';
      position: relative;
      padding-bottom: 20px; }
      .home-page-certificate .tsr-06 h4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 106px;
        height: 2px;
        background: #d20000; }
  .home-page-certificate .tsr-08 {
    padding-left: 80px; }
    .home-page-certificate .tsr-08 .tsr-09 {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      padding: 15px; }
      .home-page-certificate .tsr-08 .tsr-09 h4 {
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        color: #242b2e;
        font-weight: 600;
        margin-bottom: 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .home-page-certificate .tsr-08 .tsr-09 h4 span {
          font-size: 13px; }
      .home-page-certificate .tsr-08 .tsr-09 p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        color: #696969;
        line-height: 20px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .home-page-certificate .tsr-08 .tsr-09 a {
        font-family: 'Open Sans', sans-serif !important;
        text-decoration: underline;
        color: #696969;
        font-size: 14px;
        font-style: italic;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .home-page-certificate .tsr-08 .tsr-09:hover {
        background: #2a2828; }
        .home-page-certificate .tsr-08 .tsr-09:hover h4 {
          color: #ffffff; }
        .home-page-certificate .tsr-08 .tsr-09:hover p {
          color: #ffffff; }
        .home-page-certificate .tsr-08 .tsr-09:hover a {
          color: #ffffff; }

.tsr-07 {
  border-style: solid;
  border-width: 5px;
  border-color: white;
  background-color: #6a9cf6;
  box-shadow: -1.816px 3.564px 18px 0px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  position: relative; }
  .tsr-07 img {
    width: 100%;
    height: 346px;
    object-fit: cover; }
  .tsr-07 .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0); }
    .tsr-07 .overly a {
      text-decoration: none;
      color: #ffffff;
      font-size: 25px; }
  .tsr-07:hover .overly {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }

.client-section {
  padding: 20px 0 10px 0;
  background: url(../images/client-bg.jpg) center top no-repeat;
  background-size: cover; }
  .client-section .tsr-08 {
    text-align: center;
    padding: 15px 0; }
    .client-section .tsr-08 h5 {
      font-size: 17px;
      font-family: 'MyriadPro-Regular';
      color: #ffffff; }
    .client-section .tsr-08 h4 {
      position: relative;
      font-size: 35px;
      font-family: 'HelveticaLTStd-LightCond';
      color: #ffffff;
      padding-bottom: 15px; }
      .client-section .tsr-08 h4:before {
        content: "";
        position: absolute;
        left: calc(50% - 53px);
        bottom: 0;
        height: 2px;
        width: 106px;
        background: #d20000; }
  .client-section .client-logo ul {
    margin: 0;
    padding: 0; }
    .client-section .client-logo ul li {
      list-style: none;
      display: inline-block;
      padding: 15px 0; }
      .client-section .client-logo ul li a {
        text-decoration: none; }
        .client-section .client-logo ul li a img {
          height: 98px;
          width: 204px;
          object-fit: cover;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
          .client-section .client-logo ul li a img:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1); }

.footer .section1 {
  background: url(../images/footer-bg.png) no-repeat center bottom #d20000;
  padding: 50px 0; }
  .footer .section1 .adr {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left; }
    .footer .section1 .adr img {
      height: 45px;
      margin-bottom: 20px; }
    .footer .section1 .adr ul {
      margin: 0;
      padding: 0;
      width: 100%;
      float: left;
      font-family: 'MyriadPro-Regular';
      font-size: 14px;
      line-height: 28px; }
      .footer .section1 .adr ul li {
        list-style: none;
        color: #ffffff;
        width: 100%;
        float: left;
        position: relative; }
        .footer .section1 .adr ul li i {
          color: #ffffff;
          position: absolute;
          top: 4px;
          left: -30px;
          float: left; }
        .footer .section1 .adr ul li p {
          width: 100%;
          float: left; }
  .footer .section1 .f-social {
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
    float: left;
    left: -10px; }
    .footer .section1 .f-social ul {
      margin: 0;
      padding: 0; }
      .footer .section1 .f-social ul li {
        list-style: none;
        display: inline-block;
        padding: 0 5px; }
        .footer .section1 .f-social ul li a {
          text-decoration: none;
          color: #ffffff;
          font-size: 23px; }
  .footer .section1 .f-menu {
    padding: 20px 0; }
    .footer .section1 .f-menu h4 {
      position: relative;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      color: #ffffff;
      font-weight: bold;
      padding-bottom: 15px; }
      .footer .section1 .f-menu h4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 34px;
        height: 2px;
        background: #ffffff; }
    .footer .section1 .f-menu ul {
      margin: 0;
      padding: 20px 0 0 0;
      font-family: 'MyriadPro-Regular';
      font-size: 14px;
      line-height: 28px; }
      .footer .section1 .f-menu ul li {
        list-style: none; }
        .footer .section1 .f-menu ul li a {
          text-decoration: none;
          color: #ffffff;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          .footer .section1 .f-menu ul li a:hover {
            padding-left: 10px; }
    .footer .section1 .f-menu iframe {
      margin: 20px 0 0 0; }
.footer .cp-right {
  background: #ffffff;
  padding: 14px 0;
  font-family: 'MyriadPro-Regular';
  font-size: 14px;
  color: #7e7e7e; }
  .footer .cp-right .left {
    text-align: left; }
  .footer .cp-right .right {
    text-align: right; }
    .footer .cp-right .right p a {
      color: #7e7e7e; }

.sub-banner {
  margin: 0;
  padding: 0;
  position: relative; }
  .sub-banner img {
    width: 100%;
    height: 420px;
    object-fit: cover; }

.about-us-page {
  padding: 40px 0; }
  .about-us-page .heading h5 {
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    color: #d20000; }
  .about-us-page .heading h4 {
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 30px;
    color: #242b2e;
    position: relative;
    padding-bottom: 15px; }
    .about-us-page .heading h4:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 106px;
      height: 2px;
      background: #d20000; }
  .about-us-page .content {
    padding: 20px 0; }
    .about-us-page .content p {
      font-family: 'MyriadPro-Regular';
      font-size: 14px;
      color: #696969;
      text-align: justify;
      line-height: 26px; }
  .about-us-page .tsr-10 {
    margin: 20px 0 10px 0;
    padding: 25px;
    background: #d20000;
    width: 100%;
    float: left;
    color: #ffffff;
    font-family: 'MyriadPro-Regular'; }
    .about-us-page .tsr-10 h4 {
      font-family: 'HelveticaLTStd-LightCond';
      font-size: 22px;
      color: #ffffff; }
    .about-us-page .tsr-10 ul {
      margin: 0;
      padding: 10px 0; }
      .about-us-page .tsr-10 ul li {
        list-style: none;
        color: #ffffff;
        padding-left: 15px;
        position: relative;
        font-size: 14px;
        line-height: 27px; }
        .about-us-page .tsr-10 ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          height: 8px;
          width: 8px;
          border: solid 5px;
          border-color: transparent transparent transparent #ffffa5; }
  .about-us-page .tsr-11 {
    background: #2d2d2d;
    margin: 20px 0 10px 0;
    padding: 25px;
    width: 100%;
    float: left; }
    .about-us-page .tsr-11 h4 {
      font-family: 'HelveticaLTStd-LightCond';
      font-size: 22px;
      color: #ffffff;
      width: 100%;
      float: left; }
    .about-us-page .tsr-11 p {
      font-size: 14px;
      color: #ffffff;
      line-height: 27px;
      width: 100%;
      float: left; }
    .about-us-page .tsr-11 ul {
      margin: 0;
      padding: 10px 0;
      width: 100%;
      float: left; }
      .about-us-page .tsr-11 ul li {
        float: left;
        width: 33.33%;
        list-style: none;
        color: #ffffff;
        padding-left: 15px;
        position: relative;
        font-size: 14px;
        line-height: 27px; }
        .about-us-page .tsr-11 ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          height: 8px;
          width: 8px;
          border: solid 5px;
          border-color: transparent transparent transparent #d20000; }

.policy {
  background: url(../images/policy-bg.jpg) center top no-repeat;
  padding: 30px 0;
  background-size: cover; }
  .policy .tsr-12 h4 {
    font-size: 22px;
    font-family: 'HelveticaLTStd-LightCond';
    color: #ffffff; }
  .policy .tsr-12 p {
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    text-align: justify; }

.abtss {
  padding: 40px 0; }
  .abtss .tsr-13 {
    padding: 10px 0;
    line-height: 27px; }
    .abtss .tsr-13 h4 {
      font-size: 22px;
      color: #d20000;
      font-family: 'HelveticaLTStd-LightCond';
      line-height: 27px; }
    .abtss .tsr-13 h5 {
      font-size: 19px;
      color: #242b2e;
      font-family: 'HelveticaLTStd-LightCond';
      line-height: 27px; }
    .abtss .tsr-13 p {
      padding: 10px 0;
      font-family: 'MyriadPro-Regular';
      font-size: 15px;
      color: #696969;
      line-height: 27px; }
    .abtss .tsr-13 ul {
      padding: 10px 0;
      margin: 0; }
      .abtss .tsr-13 ul li {
        list-style: none;
        position: relative;
        font-family: 'MyriadPro-Regular';
        font-size: 14px;
        color: #696969;
        padding-left: 24px; }
        .abtss .tsr-13 ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          height: 8px;
          width: 8px;
          border: solid 5px;
          border-color: transparent transparent transparent #d20000; }

.certificate-page {
  padding: 40px 0; }
  .certificate-page .heading h5 {
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    color: #d20000; }
  .certificate-page .heading h4 {
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 30px;
    color: #242b2e;
    position: relative;
    padding-bottom: 15px; }
    .certificate-page .heading h4:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 106px;
      height: 2px;
      background: #d20000; }

.client-page {
  padding: 40px 0; }
  .client-page .tsr-20 {
    position: relative;
    margin: 15px 0; }
    .client-page .tsr-20 .img {
      position: relative;
      height: 164px;
      width: 100%; }
      .client-page .tsr-20 .img img {
        height: 164px;
        width: 100%;
        object-fit: cover; }
      .client-page .tsr-20 .img .overly {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        opacity: 0; }
        .client-page .tsr-20 .img .overly a {
          text-decoration: none;
          color: #ffffff;
          font-size: 22px; }
    .client-page .tsr-20 .detail {
      padding: 10px 0;
      display: inline-block;
      width: 100%; }
      .client-page .tsr-20 .detail h4 {
        color: #3b3b3b;
        margin: 0;
        padding: 10px 0 0 0;
        font-size: 18px;
        float: left;
        position: relative;
        font-family: 'HelveticaLTStd-LightCond';
        width: 83%; }
        .client-page .tsr-20 .detail h4:before {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background: #bfbfbf; }
      .client-page .tsr-20 .detail img {
        width: 17%;
        float: right;
        height: 25px;
        object-fit: contain;
        margin: 3px 0; }
    .client-page .tsr-20:hover .img .overly {
      opacity: 1; }
    .client-page .tsr-20:hover .detail h4 {
      color: #d20000; }

.contatct-details {
  padding: 25px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px; }
  .contatct-details p {
    font-size: 15px;
    color: #696969; }
    .contatct-details p b {
      font-size: 19px;
      color: #3b3b3b; }
  .contatct-details ul {
    margin: 0;
    padding: 0; }
    .contatct-details ul li {
      list-style: none;
      font-weight: 600;
      color: #3c3c3c;
      line-height: 27px; }

.contact-form {
  padding: 10px 0; }
  .contact-form input {
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    background-color: white;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    color: #aaaaaa;
    outline: none;
    font-family: 'MyriadPro-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .contact-form input::placeholder {
      color: #aaaaaa; }
    .contact-form input:focus {
      border-color: #d20000; }
  .contact-form textarea {
    height: 304px;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    background-color: white;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    color: #aaaaaa;
    outline: none;
    font-family: 'MyriadPro-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    resize: none; }
    .contact-form textarea::placeholder {
      color: #aaaaaa; }
    .contact-form textarea:focus {
      border-color: #d20000; }
  .contact-form button {
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-family: 'MyriadPro-Regular';
    font-size: 15px;
    margin: 0;
    background: #1f1e1e;
    outline: none;
    border: 0;
    height: 46px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .contact-form button:hover {
      background: #d20000; }

.health-and-safety {
  padding: 20px 0; }
  .health-and-safety img {
    float: right;
    width: 454px;
    margin-top: 30px; }
  .health-and-safety h4 {
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 22px;
    color: #d20000; }
  .health-and-safety b {
    color: #3b3b3b;
    font-size: 17px;
    font-family: 'MyriadPro-Regular'; }
  .health-and-safety p {
    font-size: 15px;
    color: #696969;
    line-height: 27px;
    padding: 10px 0;
    text-align: justify; }
  .health-and-safety ul {
    margin: 0;
    padding: 0; }
    .health-and-safety ul li {
      list-style: none;
      line-height: 27px;
      position: relative;
      padding-left: 20px;
      font-family: 'MyriadPro-Regular';
      font-size: 15px;
      color: #696969; }
      .health-and-safety ul li:before {
        content: url(../images/ticl.jpg);
        position: absolute;
        left: 0;
        top: 0;
        height: 17px;
        width: 16px; }
  .health-and-safety i {
    color: #d20000;
    font-family: 'MyriadPro-Regular';
    font-size: 15px; }

.s-text {
  padding: 20px 0;
  line-height: 27px; }
  .s-text h4 {
    font-size: 22px;
    color: #d20000;
    font-family: 'HelveticaLTStd-LightCond';
    padding-bottom: 10px; }
  .s-text p {
    color: #696969;
    font-size: 15px;
    line-height: 27px; }
  .s-text h5 {
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 19px;
    color: #242b2e;
    padding: 10px 0; }
  .s-text ul {
    margin: 0;
    padding: 0; }
    .s-text ul li {
      list-style: none;
      position: relative;
      padding-left: 25px;
      font-size: 15px;
      color: #696969; }
      .s-text ul li:before {
        content: url(../images/ticl.jpg);
        position: absolute;
        left: 0;
        top: 0;
        height: 17px;
        width: 16px; }

.txt-shfl {
  text-align: right; }
  .txt-shfl ul li {
    padding-left: 0;
    padding-right: 25px; }
    .txt-shfl ul li:before {
      left: inherit;
      right: 0; }

.s-img {
  padding: 20px 0;
  text-align: right; }

.img-shfl {
  text-align: left; }

.slider2 .owl-nav {
  position: absolute;
  right: 0;
  top: -80px; }
  .slider2 .owl-nav .owl-next {
    color: #d20000;
    font-size: 22px;
    outline: none;
    position: relative; }
    .slider2 .owl-nav .owl-next:before {
      content: "";
      position: absolute;
      left: -6px;
      top: calc(50% - 12px);
      width: 2px;
      height: 24px;
      background-color: #e4e4e4; }
    .slider2 .owl-nav .owl-next:hover {
      background: none !important;
      color: #d20000 !important; }
  .slider2 .owl-nav .owl-prev {
    color: #d20000;
    font-size: 22px;
    outline: none; }
    .slider2 .owl-nav .owl-prev:hover {
      background: none !important;
      color: #d20000 !important; }

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s; }

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s; }

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1; }

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s; }

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s; }

.slider4 .owl-nav .owl-prev {
  background: none !important;
  outline: none;
  position: absolute;
  left: -5%;
  top: calc(50% - 30px);
  height: 40px;
  padding: 0px;
  width: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  color: #ffffff !important;
  border: solid 1px transparent;
  font-size: 20px; }
  .slider4 .owl-nav .owl-prev:hover {
    background: transparent !important;
    color: #ffffff; }
.slider4 .owl-nav .owl-next {
  background: none !important;
  outline: none;
  position: absolute;
  right: -5%;
  top: calc(50% - 30px);
  height: 40px;
  padding: 0px;
  width: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  color: #ffffff !important;
  border: solid 1px transparent;
  font-size: 20px; }
  .slider4 .owl-nav .owl-next:hover {
    background: transparent !important;
    color: #ffffff; }

/*# sourceMappingURL=custom.css.map */
