@font-face {
  font-family: 'cairo-regular';
  src: url("../fonts/cairo-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/cairo-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo-regular.woff") format("woff"), url("../fonts/cairo-regular.ttf") format("truetype"), url("../fonts/cairo-regular.svg#cairo-regular") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0px; }
  
/******************************************************/
  .partners .logo-cast {
    display: inline-block;
    background: #fff;
    width: 200px;
    height: 130px;
    padding: 10px;
    margin: 30px 10px 0px 10px;
    -webkit-box-shadow: 0px 1px 1px #b3b3b3;
    -moz-box-shadow: 0px 1px 1px #b3b3b3;
    -o-box-shadow: 0px 1px 1px #b3b3b3;
    -ms-box-shadow: 0px 1px 1px #b3b3b3;
    box-shadow: 0px 1px 1px #b3b3b3;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.partners .logo-cast img {
    max-width: 100%;
    max-height: 110px;
}
/******************************************************/
  
  @media (max-width: 767px) {
    .header {
      padding: 15px 0px; } }
  .header.sticky {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #232323;
    padding: 15px 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .social {
      display: none; }
    .header.sticky .logo img {
      width: 95px; }
    .header.sticky #cssmenu {
      margin: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .header .logo {
    float: left; }
    .header .logo img {
      width: 250px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .logo img {
          width: 150px; } }
  .header .social {
    float: right; }
    .header .social a {
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 8px 0px;
      margin-left: 3px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .header .social a.icon-facebook {
        background-color: #3b5998; }
        .header .social a.icon-facebook:hover {
          background-color: #fff;
          color: #3b5998;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-twitter {
        background-color: #00acee; }
        .header .social a.icon-twitter:hover {
          background-color: #fff;
          color: #00acee;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-instagram {
        background-color: #8d5b46; }
        .header .social a.icon-instagram:hover {
          background-color: #fff;
          color: #8d5b46;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-youtube {
        background-color: #c4302b; }
        .header .social a.icon-youtube:hover {
          background-color: #fff;
          color: #c4302b;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-rss {
        background-color: #ee802f; }
        .header .social a.icon-rss:hover {
          background-color: #fff;
          color: #ee802f;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-linkedin {
        background-color: #007fb1; }
        .header .social a.icon-linkedin:hover {
          background-color: #fff;
          color: #007fb1;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-gplus {
        background-color: #dd4b39; }
        .header .social a.icon-gplus:hover {
          background-color: #fff;
          color: #dd4b39;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .header .social a.icon-whatsapp {
        background-color: #189d0e; }
        .header .social a.icon-whatsapp:hover {
          background-color: #fff;
          color: #189d0e;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
    @media (max-width: 550px) {
      .header .social a {
        width: 25px;
        height: 25px;
        padding: 8px 0px;
        margin-left: 1px;
        font-size: 11px; } }
  .header #cssmenu {
    float: right;
    position: relative;
    z-index: 10;
    clear: right;
    margin-top: 20px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header #cssmenu #head-mobile {
      position: relative;
      display: none; }
    .header #cssmenu ul {
      float: left; }
      .header #cssmenu ul li {
        float: left;
        position: relative;
        margin-left: 15px; }
        @media (max-width: 1199px) {
          .header #cssmenu ul li {
            margin-left: 5px; } }
        .header #cssmenu ul li:hover > ul {
          left: auto;
          z-index: 150; }
        .header #cssmenu ul li a {
          display: block;
          position: relative;
          padding: 20px 10px;
          line-height: 0px;
          text-transform: uppercase;
          color: #fff;
          font-size: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          outline: none; }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #f56425; }
          .header #cssmenu ul li a:before {
            content: "";
            position: absolute;
            top: auto;
            right: 0;
            bottom: -1px;
            left: 0;
            z-index: -1;
            height: 3px;
            background: #f56425;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .header #cssmenu ul li a:hover:before, .header #cssmenu ul li a:focus:before, .header #cssmenu ul li a.active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        .header #cssmenu ul li:hover a:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .header #cssmenu ul li:hover a {
          color: #f56425; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        -webkit-box-shadow: 0px 1px 1px #c3c3c3;
        -moz-box-shadow: 0px 1px 1px #c3c3c3;
        -o-box-shadow: 0px 1px 1px #c3c3c3;
        -ms-box-shadow: 0px 1px 1px #c3c3c3;
        box-shadow: 0px 1px 1px #c3c3c3;
        background: #fff;
        margin-right: 30px; }
        .header #cssmenu ul ul:after {
          content: "";
          position: absolute;
          top: -8px;
          right: auto;
          bottom: auto;
          left: 15px;
          border-bottom: 8px solid #fff;
          border-right: 8px solid transparent;
          border-left: 8px solid transparent;
          height: 0px;
          width: 0px;
          z-index: 100; }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          -moz-transition: background-color 1s 0.1s, color 2s;
          -o-transition: background-color 1s 0.1s, color 2s;
          -webkit-transition: background-color 1s 0.1s, color 2s;
          transition: background-color 1s 0.1s, color 2s; }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 16px;
            right: 11px;
            bottom: auto;
            left: auto;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 13px;
            right: 14px;
            bottom: auto;
            left: auto;
            display: block;
            width: 2px;
            height: 8px; }
          .header #cssmenu ul ul li.has-sub:hover > a:before {
            top: 17px;
            height: 0px; }
          .header #cssmenu ul ul li a {
            padding: 20px 10px !important;
            min-width: 210px !important;
            height: auto !important;
            color: #222 !important;
            border-bottom: 1px solid #ddd; }
            .header #cssmenu ul ul li a:before {
              display: none !important; }
            .header #cssmenu ul ul li a:hover {
              color: #f56425 !important; }
          .header #cssmenu ul ul li ul {
            margin-left: 100%;
            top: 0px !important;
            z-index: 170; }
            .header #cssmenu ul ul li ul:after {
              display: none; }

@media (max-width: 991px) {
  .header.sticky #cssmenu {
    position: absolute;
    top: 10px; }
    .header.sticky #cssmenu ul {
      top: 45px; }
  .header #cssmenu {
    width: 200px;
    position: absolute;
    top: 25px;
    right: 15px;
    border: 0px;
    z-index: 100; }
    .header #cssmenu #head-mobile {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 25px;
      width: 100%;
      display: none;
      background: #222;
      z-index: 120; }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 15px;
          height: auto;
          margin: 0px;
          line-height: 15px;
          border-bottom: 1px solid #444141; }
          .header #cssmenu ul li a:after {
            display: none; }
        .header #cssmenu ul li ul {
          position: relative;
          left: 0px;
          width: 100%;
          top: 0px !important;
          padding: 0px !important;
          box-shadow: none;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box; }
          .header #cssmenu ul li ul .submenu-button {
            height: 100%; }
            .header #cssmenu ul li ul .submenu-button:after {
              top: 15px;
              right: 19px; }
            .header #cssmenu ul li ul .submenu-button:before {
              top: 12px;
              right: 22px; }
          .header #cssmenu ul li ul:after {
            display: none; }
          .header #cssmenu ul li ul li.has-sub a:before, .header #cssmenu ul li ul li.has-sub a:after {
            display: none; }
          .header #cssmenu ul li ul li a {
            background: #4a4a4a !important;
            padding: 10px 15px !important;
            border: 0px;
            margin: 0px;
            color: #fff !important;
            font-size: 13px; }
          .header #cssmenu ul li ul li ul {
            position: relative;
            width: 100%;
            margin: 0px; }
            .header #cssmenu ul li ul li ul li a {
              color: #fff !important; }
        .header #cssmenu ul li:last-child a {
          border: 0px; }
    .header #cssmenu .button {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      cursor: pointer;
      width: 21px;
      height: 21px;
      z-index: 100; }
      .header #cssmenu .button:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff; }
      .header #cssmenu .button:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff; }
      .header #cssmenu .button.menu-opened:after {
        top: 11px;
        border: 0px;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header #cssmenu .button.menu-opened:before {
        top: 11px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .header #cssmenu .submenu-button {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      z-index: 99;
      display: block;
      border-left: 1px solid #444141;
      height: 45px;
      width: 46px;
      cursor: pointer; }
      .header #cssmenu .submenu-button.submenu-opened {
        background: #f56425; }
      .header #cssmenu .submenu-button:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff; }
      .header #cssmenu .submenu-button:before {
        content: '';
        position: absolute;
        top: 17px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff; }
      .header #cssmenu .submenu-button.submenu-opened:before {
        display: none; } }
.slider {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #232323;
  padding: 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .slider {
      height: auto; } }
  .slider .carousel {
    width: 100%; }
  .slider img {
    height: 100vh; }
    @media (max-width: 1199px) {
      .slider img {
        height: auto; } }
    @media (max-width: 550px) {
      .slider img {
        height: 220px; } }
  .slider .carousel-control-next, .slider .carousel-control-prev {
    width: 26px;
    height: 51px;
    background: url(../images/slides/right-arrow.png) no-repeat center center;
    top: 55%;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next, .slider .carousel-control-prev {
        display: none; } }
  .slider .carousel-control-next {
    right: -100px; }
  .slider .carousel-control-prev {
    background: url(../images/slides/left-arrow.png) no-repeat center center;
    left: -100px; }
  .slider:hover .carousel-control-next {
    right: 30px; }
  .slider:hover .carousel-control-prev {
    left: 30px; }
  .slider .overlay {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/slides/overlay.png) repeat; }
  .slider .carousel-inner .container {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 100; }
    @media (max-width: 991px) {
      .slider .carousel-inner .container {
        position: absolute;
        top: 35%; } }
    .slider .carousel-inner .container h2 {
      font-size: 40px;
      color: #fff; }
    .slider .carousel-inner .container p {
      font-size: 17px;
      color: #fff;
      margin-top: 15px; }
    .slider .carousel-inner .container .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #f56425;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      margin-top: 15px; }
      .slider .carousel-inner .container .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #232323;
        -webkit-border-radius: 4%;
        border-radius: 4%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .slider .carousel-inner .container .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
  .slider .carousel-indicators {
    position: absolute;
    top: 90%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 0px;
    text-align: center;
    width: 100%;
    display: block; }
    @media (max-width: 667px) {
      .slider .carousel-indicators {
        top: 80%; } }
    .slider .carousel-indicators li {
      display: inline-block;
      width: 20px;
      height: 2px;
      border: 0px;
      margin: 0px 1px;
      background: #fff; }
      .slider .carousel-indicators li.active {
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #f56425; }

@media (max-width: 767px) {
  .slider .carousel-inner .container h2 {
    font-size: 25px;
    color: #fff; }
  .slider .carousel-inner .container p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px; }
  .slider .carousel-inner .container .bottom {
    padding: 5px 15px; } }
@media (max-width: 600px) {
  .slider .carousel-inner .container {
    top: 50%; }
    .slider .carousel-inner .container h2 {
      font-size: 20px; }
    .slider .carousel-inner .container p {
      display: none; }
    .slider .carousel-inner .container .bottom {
      padding: 0px 10px;
      font-size: 13px;
      margin-top: 5px; } }
.minproducts, .products-in {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  .minproducts .title, .products-in .title {
    font-size: 35px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px; }
    .minproducts .title:after, .products-in .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -20px;
      left: 0px;
      z-index: 1;
      width: 123px;
      height: 9px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .minproducts .products, .products-in .products {
    position: relative; }
    .minproducts .products .slick-list, .products-in .products .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      direction: ltr;
      margin: 0px -15px; }
      .minproducts .products .slick-list .slick-track, .products-in .products .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .minproducts .products .slick-list .slick-track:after, .minproducts .products .slick-list .slick-track:before, .products-in .products .slick-list .slick-track:after, .products-in .products .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .minproducts .products .slick-prev, .minproducts .products .slick-next, .products-in .products .slick-prev, .products-in .products .slick-next {
      position: absolute;
      top: 45%;
      right: -50px;
      width: 26px;
      height: 51px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: url(../images/right-arrow.png) no-repeat center center; }
      @media (max-width: 1280px) {
        .minproducts .products .slick-prev, .minproducts .products .slick-next, .products-in .products .slick-prev, .products-in .products .slick-next {
          display: none !important; } }
      .minproducts .products .slick-prev:hover, .minproducts .products .slick-next:hover, .products-in .products .slick-prev:hover, .products-in .products .slick-next:hover {
        opacity: 0.7; }
    .minproducts .products .slick-prev, .products-in .products .slick-prev {
      right: auto;
      left: -50px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .minproducts .products .slick-dots, .products-in .products .slick-dots {
      position: absolute;
      bottom: -30px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      .minproducts .products .slick-dots li, .products-in .products .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
        padding: 0px;
        cursor: pointer;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .minproducts .products .slick-dots li button, .products-in .products .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 13px;
          height: 13px;
          cursor: pointer;
          color: #f56425;
          border: 0px;
          outline: none;
          background: transparent; }
      .minproducts .products .slick-dots li.slick-active, .products-in .products .slick-dots li.slick-active {
        background: #f56425; }
    .minproducts .products .in-products, .products-in .products .in-products {
      float: left;
      margin-top: 30px;
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 430px;
      margin-right: 15px;
      margin-left: 15px; }
      .minproducts .products .in-products img, .products-in .products .in-products img {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        min-height: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .minproducts .products .in-products .overlay, .products-in .products .in-products .overlay {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        height: 125px;
        top: auto;
        bottom: 0px;
        text-align: center;
        padding: 80px 15px 15px 15px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        background: url(../images/overlay.png) repeat-x; }
        @media (max-width: 991px) {
          .minproducts .products .in-products .overlay, .products-in .products .in-products .overlay {
            height: 295px; } }
        .minproducts .products .in-products .overlay h2, .products-in .products .in-products .overlay h2 {
          font-size: 23px;
          color: #fff; }
        .minproducts .products .in-products .overlay p, .products-in .products .in-products .overlay p {
          margin-top: 15px;
          height: 71px;
          line-height: 25px;
          overflow: hidden;
          color: #b7b7b7; }
        .minproducts .products .in-products .overlay .bottom, .products-in .products .in-products .overlay .bottom {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #f56425;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          margin-top: 10px; }
          .minproducts .products .in-products .overlay .bottom:before, .products-in .products .in-products .overlay .bottom:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #232323;
            -webkit-border-radius: 4%;
            border-radius: 4%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .minproducts .products .in-products .overlay .bottom:hover:before, .products-in .products .in-products .overlay .bottom:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
      .minproducts .products .in-products:hover img, .products-in .products .in-products:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .minproducts .products .in-products:hover .overlay, .products-in .products .in-products:hover .overlay {
        height: 295px; }
  .minproducts .prod-itme, .products-in .prod-itme {
    margin-top: 30px; }
    .minproducts .prod-itme .in-products, .products-in .prod-itme .in-products {
      float: left;
      margin-top: 30px;
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 430px;
      margin: 0px; }
      .minproducts .prod-itme .in-products img, .products-in .prod-itme .in-products img {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        min-height: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .minproducts .prod-itme .in-products .overlay, .products-in .prod-itme .in-products .overlay {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        height: 125px;
        top: auto;
        bottom: 0px;
        text-align: center;
        padding: 80px 15px 15px 15px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        background: url(../images/overlay.png) repeat-x; }
        @media (max-width: 991px) {
          .minproducts .prod-itme .in-products .overlay, .products-in .prod-itme .in-products .overlay {
            height: 295px; } }
        .minproducts .prod-itme .in-products .overlay h2, .products-in .prod-itme .in-products .overlay h2 {
          font-size: 23px;
          color: #fff; }
        .minproducts .prod-itme .in-products .overlay p, .products-in .prod-itme .in-products .overlay p {
          margin-top: 15px;
          height: 71px;
          line-height: 25px;
          overflow: hidden;
          color: #b7b7b7; }
        .minproducts .prod-itme .in-products .overlay .bottom, .products-in .prod-itme .in-products .overlay .bottom {
          display: inline-block;
          position: relative;
          padding: 10px 30px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #f56425;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer;
          margin-top: 10px; }
          .minproducts .prod-itme .in-products .overlay .bottom:before, .products-in .prod-itme .in-products .overlay .bottom:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #232323;
            -webkit-border-radius: 4%;
            border-radius: 4%;
            background-clip: padding-box;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.6s ease-in-out 0s;
            -o-transition: all 0.6s ease-in-out 0s;
            -webkit-transition: all 0.6s ease-in-out 0s;
            transition: all 0.6s ease-in-out 0s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .minproducts .prod-itme .in-products .overlay .bottom:hover:before, .products-in .prod-itme .in-products .overlay .bottom:hover:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2); }
      .minproducts .prod-itme .in-products:hover img, .products-in .prod-itme .in-products:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .minproducts .prod-itme .in-products:hover .overlay, .products-in .prod-itme .in-products:hover .overlay {
        height: 295px; }
    @media (max-width: 991px) {
      .minproducts .prod-itme, .products-in .prod-itme {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .minproducts .prod-itme, .products-in .prod-itme {
        max-width: 100%;
        flex: 100%; } }

.productdetals {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #f5f5f5;
  padding-top: 0px; }
  .productdetals .innerprod {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .productdetals .innerprod {
        max-width: 100%;
        flex: 100%; } }
    .productdetals .innerprod h3 {
      font-size: 30px;
      color: #222;
      margin-bottom: 15px; }
    .productdetals .innerprod p {
      line-height: 28px; }
    .productdetals .innerprod .branches {
      margin-bottom: 30px; }
      .productdetals .innerprod .branches:last-child {
        margin-bottom: 0px; }
      .productdetals .innerprod .branches h4 {
        font-size: 30px;
        color: #222;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px; }
        .productdetals .innerprod .branches h4:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0px;
          z-index: 1;
          width: 50px;
          height: 2px;
          background: #f56425; }
      .productdetals .innerprod .branches .navmenu a {
        display: inline-block;
        margin-top: 5px;
        position: relative;
        padding-left: 10px;
        color: #f56425;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
        color: #4a4a4a;
        margin: 0px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px; }
        .productdetals .innerprod .branches .navmenu a:before {
          position: absolute;
          top: 1px;
          left: 0;
          font-family: "Font Awesome 5 Free";
          content: "\f054";
          display: inline-block;
          font-weight: 900;
          font-size: 12px; }
        .productdetals .innerprod .branches .navmenu a:hover {
          text-decoration: underline; }
        .productdetals .innerprod .branches .navmenu a:hover {
          color: #f56425;
          text-decoration: none; }
      .productdetals .innerprod .branches .otherprod {
        float: left;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 1px 1px #b3b3b3;
        -moz-box-shadow: 0px 1px 1px #b3b3b3;
        -o-box-shadow: 0px 1px 1px #b3b3b3;
        -ms-box-shadow: 0px 1px 1px #b3b3b3;
        box-shadow: 0px 1px 1px #b3b3b3;
        padding: 10px;
        margin-bottom: 15px; }
        .productdetals .innerprod .branches .otherprod:last-child {
          margin-bottom: 0px; }
        .productdetals .innerprod .branches .otherprod .imgprod {
          float: left;
          position: relative;
          width: 100px;
          height: 80px;
          background: #222;
          overflow: hidden;
          text-align: center;
          display: flex;
          align-items: center; }
          .productdetals .innerprod .branches .otherprod .imgprod img {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0px;
            margin: 0px auto;
            max-width: 100%;
            max-height: 100%;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
        .productdetals .innerprod .branches .otherprod .proright {
          padding-left: 115px; }
          .productdetals .innerprod .branches .otherprod .proright .tightpro {
            color: #222;
            font-size: 18px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .productdetals .innerprod .branches .otherprod .proright .tightpro:hover {
              color: #f56425; }
        .productdetals .innerprod .branches .otherprod:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
  .productdetals .sliderinner {
    width: 100%;
    background: #222;
    margin-bottom: 20px;
    overflow: hidden; }
    .productdetals .sliderinner .carousel {
      width: 100%; }
    .productdetals .sliderinner img {
      width: 100%;
      height: 400px; }
      @media (max-width: 1199px) {
        .productdetals .sliderinner img {
          height: auto; } }
    .productdetals .sliderinner .carousel-control-next, .productdetals .sliderinner .carousel-control-prev {
      width: 25px;
      height: 45px;
      background: url(../images/slides/right-arrow.png) no-repeat center center;
      top: 48%;
      opacity: 1;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .productdetals .sliderinner .carousel-control-next {
      right: -50px; }
    .productdetals .sliderinner .carousel-control-prev {
      background: url(../images/slides/left-arrow.png) no-repeat center center;
      left: -50px; }
    .productdetals .sliderinner:hover .carousel-control-next {
      right: 15px; }
    .productdetals .sliderinner:hover .carousel-control-prev {
      left: 15px; }
    .productdetals .sliderinner .carousel-inner .textslider {
      position: absolute;
      top: 45%;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 1;
      text-align: center; }
    .productdetals .sliderinner .carousel-indicators {
      position: absolute;
      top: 85%;
      right: 0;
      bottom: auto;
      left: 0;
      text-align: center;
      display: block; }
      .productdetals .sliderinner .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0px;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .productdetals .sliderinner .carousel-indicators li.active {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #f56425;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }

.viewbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000; }
  .viewbox-container .viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 1px #292828;
    -moz-box-shadow: 0px 1px 1px #292828;
    -o-box-shadow: 0px 1px 1px #292828;
    -ms-box-shadow: 0px 1px 1px #292828;
    box-shadow: 0px 1px 1px #292828;
    overflow: auto; }
    .viewbox-container .viewbox-body .viewbox-header, .viewbox-container .viewbox-body .viewbox-footer {
      margin: 10px; }
    .viewbox-container .viewbox-body .viewbox-content {
      margin: 10px;
      width: 300px;
      height: 300px; }
      .viewbox-container .viewbox-body .viewbox-content .viewbox-image {
        width: 100%;
        height: 100%; }

.viewbox-button-default {
  cursor: pointer;
  height: 64px;
  width: 64px;
  fill: #999; }
  .viewbox-button-default svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px); }
  .viewbox-button-default:hover {
    fill: #fff; }

.viewbox-button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-close {
      top: 0px;
      right: 0px; } }

.viewbox-button-full-screen {
  position: absolute;
  top: 84px;
  right: 10px;
  z-index: 9; }

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 100px;
  margin: -64px 0 0;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-next,
    .viewbox-button-prev {
      height: 81px;
      width: 81px;
      margin-top: -40px; } }

.viewbox-button-next {
  right: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-next {
      right: -15px; } }

.viewbox-button-prev {
  left: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-prev {
      left: -15px; } }

/* loader */
.viewbox-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  widows: 100%;
  margin: -25px 0 0 -25px; }
  .viewbox-container .loader .spinner {
    width: 30px;
    height: 50px;
    position: relative;
    margin: 0px auto; }
  .viewbox-container .loader .double-bounce1,
  .viewbox-container .loader .double-bounce2 {
    position: absolute;
    top: 0;
    left: 50;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #f56425;
    opacity: 0.6;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.services {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #f5f5f5 url(../images/slides/img2.jpg) no-repeat fixed center center/cover;
  padding: 60px 0px; }
  .services:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .services .title {
    font-size: 35px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    color: #fff; }
    .services .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -20px;
      left: 0px;
      z-index: 1;
      width: 123px;
      height: 9px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .services p {
    color: #9e9c9c;
    margin-top: 30px; }
  .services .serv-itme {
    margin-top: 90px;
    text-align: center; }
    @media (max-width: 991px) {
      .services .serv-itme {
        margin-top: 30px;
        flex: 100%;
        max-width: 100%; } }
    .services .serv-itme i {
      font-size: 60px;
      color: #f56425; }
    .services .serv-itme a {
      display: block;
      font-size: 23px;
      margin-top: 15px;
      position: relative;
      color: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .services .serv-itme a:after {
        content: '';
        position: absolute;
        top: auto;
        right: 0px;
        bottom: -15px;
        left: 0px;
        z-index: 1;
        width: 50px;
        height: 3px;
        margin: 0px auto;
        background: #f56425; }
      .services .serv-itme a:hover {
        color: #f56425; }

.section-sev {
  background-image: none;
  padding: 30px 0px; }
  .section-sev:after {
    display: none; }
  .section-sev .title {
    color: #222; }
  .section-sev p {
    color: #4a4a4a; }
  .section-sev .serv-itme {
    margin-top: 30px; }
    .section-sev .serv-itme a {
      color: #222; }
    .section-sev .serv-itme p {
      color: #4a4a4a; }

.boking {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #f56425;
  position: relative;
  padding: 0px;
  padding-bottom: 15px;
  /*.itemboking{
    @include position(relative);
    @include flex;
    @media (max-width:991px) {
     max-width: $fullwidth;
     flex: $fullwidth;
     text-align: $senter;
    }
    h2{
      font-size: 25px;
      color: $white;
      @media (max-width:991px) {
        font-size: 20px;
        width: $fullwidth;
      }
    }
  }
  .itemboktow{
     @include flex;
    justify-content: $senter;
    .bottom{
      @include bottom;
      padding: 11px 30px;
      background:$gray;
      &:before {
       background:$white;
      }
      &:hover{
        color: $blak;
      }
    }
    @media (max-width:991px) {
     max-width: $fullwidth;
     flex: $fullwidth;
     margin-top: $maxmargin;
    }
  }
   */ }
  @media (max-width: 767px) {
    .boking .col {
      max-width: 50%;
      flex: 50%; } }
  .boking .col .stabs {
    margin: 0px auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.12);
    width: 120px;
    height: 120px;
    color: #fff;
    padding: 5px;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .boking .col .stabs:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 3px;
      display: block;
      background: rgba(0, 0, 0, 0.12); }
      @media (max-width: 991px) {
        .boking .col .stabs:after {
          width: 50%; } }
      @media (max-width: 767px) {
        .boking .col .stabs:after {
          display: none; } }
    .boking .col .stabs:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 200%;
      border-bottom: 8px solid rgba(0, 0, 0, 0.12);
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      height: 0px;
      width: 0px;
      z-index: 100;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: -2px 0px 0px -4px; }
      @media (max-width: 991px) {
        .boking .col .stabs:before {
          left: 150%; } }
      @media (max-width: 767px) {
        .boking .col .stabs:before {
          display: none; } }
  .boking .col:last-child .stabs:before, .boking .col:last-child .stabs:after {
    display: none; }

.map-back {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  height: 300px;
  padding: 0px;
  background: #fff url(../images/slides/img2.jpg) no-repeat fixed center center/cover;
  display: flex;
  align-items: center; }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .map-back {
      height: 200px; } }
  .map-back .title {
    font-size: 35px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-size: 45px;
    color: #fff;
    padding: 0px;
    margin-top: 95px; }
    .map-back .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -20px;
      left: 0px;
      z-index: 1;
      width: 123px;
      height: 9px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
    .map-back .title:after {
      display: none; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 30px;
        margin-top: 60px; } }

.aboutus, .serv-detals {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding-top: 0px !important; }
  .aboutus .about-box, .serv-detals .about-box {
    margin-top: 30px; }
    .aboutus .about-box img, .serv-detals .about-box img {
      width: 100%; }
    @media (max-width: 991px) {
      .aboutus .about-box, .serv-detals .about-box {
        max-width: 100%;
        flex: 100%; } }
    .aboutus .about-box .title, .serv-detals .about-box .title {
      font-size: 30px;
      color: #222;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .aboutus .about-box .title, .serv-detals .about-box .title {
          font-size: 23px; } }
    .aboutus .about-box p, .serv-detals .about-box p {
      line-height: 28px; }
    .aboutus .about-box .bottom, .serv-detals .about-box .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #f56425;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      margin-top: 15px; }
      .aboutus .about-box .bottom:before, .serv-detals .about-box .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #232323;
        -webkit-border-radius: 4%;
        border-radius: 4%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .aboutus .about-box .bottom:hover:before, .serv-detals .about-box .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
    .aboutus .about-box .lasttext, .serv-detals .about-box .lasttext {
      margin-top: 30px; }
      .aboutus .about-box .lasttext li, .serv-detals .about-box .lasttext li {
        color: #222;
        margin-bottom: 10px;
        font-size: 17px;
        position: relative;
        padding-left: 25px; }
        @media (max-width: 767px) {
          .aboutus .about-box .lasttext li, .serv-detals .about-box .lasttext li {
            font-size: 15px; } }
        .aboutus .about-box .lasttext li i, .serv-detals .about-box .lasttext li i {
          position: absolute;
          top: 2px;
          left: 0px;
          color: #f56425; }
          @media (max-width: 767px) {
            .aboutus .about-box .lasttext li i, .serv-detals .about-box .lasttext li i {
              top: 7px; } }

.partners {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  text-align: center;
  background: #f5f5f5; }
  .partners .title {
    font-size: 35px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    margin: 15px 0px 30px 0px; }
    .partners .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -20px;
      left: 0px;
      z-index: 1;
      width: 123px;
      height: 9px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .partners .partners-logo {
    position: relative;
    margin-top: 15px; }
    .partners .partners-logo .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      direction: ltr;
      margin: 0px -15px; }
      .partners .partners-logo .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .partners .partners-logo .slick-list .slick-track:after, .partners .partners-logo .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .partners .partners-logo .slick-prev, .partners .partners-logo .slick-next {
      position: absolute;
      top: 45%;
      right: -50px;
      width: 26px;
      height: 51px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: url(../images/right-arrow.png) no-repeat center center; }
      @media (max-width: 1280px) {
        .partners .partners-logo .slick-prev, .partners .partners-logo .slick-next {
          display: none !important; } }
      .partners .partners-logo .slick-prev:hover, .partners .partners-logo .slick-next:hover {
        opacity: 0.7; }
    .partners .partners-logo .slick-prev {
      right: auto;
      left: -50px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .partners .partners-logo .slick-dots {
      position: absolute;
      bottom: -30px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      .partners .partners-logo .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
        padding: 0px;
        cursor: pointer;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .partners .partners-logo .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 13px;
          height: 13px;
          cursor: pointer;
          color: #f56425;
          border: 0px;
          outline: none;
          background: transparent; }
      .partners .partners-logo .slick-dots li.slick-active {
        background: #f56425; }
    .partners .partners-logo .slick-list .slick-track {
      padding: 30px 0px; }
    .partners .partners-logo .slick-prev, .partners .partners-logo .slick-next {
      display: none !important; }
    .partners .partners-logo .slick-list {
      margin: 0px -10px; }
    .partners .partners-logo .slick-dots {
      display: block !important;
      bottom: -10px; }
      .partners .partners-logo .slick-dots li {
        background: #d0d0d0; }
    .partners .partners-logo .logo-cast {
      display: inline-block;
      background: #fff;
      padding: 10px;
      margin: 0px 10px;
      -webkit-box-shadow: 0px 1px 1px #b3b3b3;
      -moz-box-shadow: 0px 1px 1px #b3b3b3;
      -o-box-shadow: 0px 1px 1px #b3b3b3;
      -ms-box-shadow: 0px 1px 1px #b3b3b3;
      box-shadow: 0px 1px 1px #b3b3b3;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .partners .partners-logo .logo-cast:hover {
        -webkit-box-shadow: 0px 0px 10px #8c8c8c;
        -moz-box-shadow: 0px 0px 10px #8c8c8c;
        -o-box-shadow: 0px 0px 10px #8c8c8c;
        -ms-box-shadow: 0px 0px 10px #8c8c8c;
        box-shadow: 0px 0px 10px #8c8c8c; }
      .partners .partners-logo .logo-cast img {
        max-width: 100%;
        height: 100px; }

.footer {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #222;
  padding: 20px 0px 0px 0px; }
  .footer .boxfot {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%; } }
    .footer .boxfot img {
      width: 299px; }
      @media (max-width: 767px) {
        .footer .boxfot img {
          width: 220px; } }
    .footer .boxfot .textfot {
      display: inline-block;
      margin-top: 15px;
      text-align: right; }
      .footer .boxfot .textfot a {
        display: inline-block;
        margin-top: 5px;
        position: relative;
        padding-left: 10px;
        color: #f56425;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        padding: 0px;
        margin: 0px; }
        .footer .boxfot .textfot a:before {
          position: absolute;
          top: 1px;
          left: 0;
          font-family: "Font Awesome 5 Free";
          content: "\f054";
          display: inline-block;
          font-weight: 900;
          font-size: 12px; }
        .footer .boxfot .textfot a:hover {
          text-decoration: underline; }
        .footer .boxfot .textfot a:before {
          display: none; }
    .footer .boxfot .title {
      font-size: 23px;
      border-bottom: 1px solid #303030;
      padding-bottom: 15px;
      margin-bottom: 15px;
      color: #fff; }
    .footer .boxfot .navmenu a {
      display: inline-block;
      margin-top: 5px;
      position: relative;
      padding-left: 10px;
      color: #f56425;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      width: 50%;
      color: #9e9c9c;
      margin: 0px;
      margin-bottom: 5px; }
      .footer .boxfot .navmenu a:before {
        position: absolute;
        top: 1px;
        left: 0;
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        display: inline-block;
        font-weight: 900;
        font-size: 12px; }
      .footer .boxfot .navmenu a:hover {
        text-decoration: underline; }
      .footer .boxfot .navmenu a:last-child {
        margin: 0px; }
      .footer .boxfot .navmenu a:hover {
        color: #f56425; }
    .footer .boxfot .textmap {
      display: block;
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      color: #9e9c9c;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .footer .boxfot .textmap i {
        color: #f56425;
        position: absolute;
        top: 7px;
        left: 0; }
    .footer .boxfot a.textmap:hover {
      color: #f56425; }
    .footer .boxfot .social {
      float: right;
      float: left;
      width: 100%;
      margin-top: 30px;
      text-align: center; }
      .footer .boxfot .social a {
        float: left;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 8px 0px;
        margin-left: 3px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .footer .boxfot .social a.icon-facebook {
          background-color: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background-color: #fff;
            color: #3b5998;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-twitter {
          background-color: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background-color: #fff;
            color: #00acee;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-instagram {
          background-color: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background-color: #fff;
            color: #8d5b46;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-youtube {
          background-color: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background-color: #fff;
            color: #c4302b;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-rss {
          background-color: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background-color: #fff;
            color: #ee802f;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-linkedin {
          background-color: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background-color: #fff;
            color: #007fb1;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-gplus {
          background-color: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background-color: #fff;
            color: #dd4b39;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
        .footer .boxfot .social a.icon-whatsapp {
          background-color: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background-color: #fff;
            color: #189d0e;
            -webkit-box-shadow: 0px 1px 1px #b3b3b3;
            -moz-box-shadow: 0px 1px 1px #b3b3b3;
            -o-box-shadow: 0px 1px 1px #b3b3b3;
            -ms-box-shadow: 0px 1px 1px #b3b3b3;
            box-shadow: 0px 1px 1px #b3b3b3; }
      .footer .boxfot .social a {
        float: none; }
  .footer .copyright {
    float: left;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    background: #191919;
    margin-top: 45px;
    text-align: center;
    padding: 15px; }
    .footer .copyright p {
      color: #9e9c9c; }
      .footer .copyright p span {
        color: #f56425; }
  .footer .scrollToTop {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #f56425;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    display: none;
    z-index: 1000;
    padding-top: 11px; }
    .footer .scrollToTop:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #232323;
      -webkit-border-radius: 4%;
      border-radius: 4%;
      background-clip: padding-box;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .footer .scrollToTop:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }

.map-back {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  height: 300px;
  padding: 0px;
  background: #fff url(../images/slides/img2.jpg) no-repeat fixed center center/cover;
  display: flex;
  align-items: center; }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .map-back {
      height: 200px; } }
  .map-back .title {
    font-size: 35px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-size: 45px;
    color: #fff;
    padding: 0px;
    margin-top: 95px; }
    .map-back .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -20px;
      left: 0px;
      z-index: 1;
      width: 123px;
      height: 9px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
    .map-back .title:after {
      display: none; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 30px;
        margin-top: 60px; } }

.contactus {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #f5f5f5;
  padding-top: 0px; }
  @media (max-width: 991px) {
    .contactus {
      padding-bottom: 15px; } }
  .contactus .context {
    float: left;
    background: #f56425;
    padding: 30px;
    position: relative;
    margin-top: 30px;
    min-height: 453px;
    -webkit-box-shadow: 0px 0px 7px #dadada;
    -moz-box-shadow: 0px 0px 7px #dadada;
    -o-box-shadow: 0px 0px 7px #dadada;
    -ms-box-shadow: 0px 0px 7px #dadada;
    box-shadow: 0px 0px 7px #dadada; }
    @media (max-width: 991px) {
      .contactus .context {
        max-width: 100%;
        flex: 100%;
        padding: 15px;
        margin-top: 15px;
        min-height: inherit; }
        .contactus .context:last-child {
          margin-top: 0px; } }
    .contactus .context h3 {
      font-size: 30px;
      margin-bottom: 15px;
      color: #fff;
      border-bottom: 1px solid #ce5623;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .contactus .context h3 {
          font-size: 25px;
          margin-bottom: 0px; } }
  .contactus .addcomant .inputcomant {
    margin-bottom: 15px; }
    .contactus .addcomant .inputcomant:last-child {
      margin-bottom: 0px; }
    .contactus .addcomant .inputcomant .form-control {
      height: 50px; }
    .contactus .addcomant .inputcomant textarea.form-control {
      height: 120px;
      resize: none; }
    .contactus .addcomant .inputcomant .bottom {
      display: inline-block;
      position: relative;
      padding: 10px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #f56425;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer; }
      .contactus .addcomant .inputcomant .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #232323;
        -webkit-border-radius: 4%;
        border-radius: 4%;
        background-clip: padding-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .contactus .addcomant .inputcomant .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
  .contactus .texttitle {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
    .contactus .texttitle p {
      color: #fff;
      margin-top: 15px;
      position: relative;
      padding-left: 37px; }
    .contactus .texttitle .textmap {
      display: block;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 37px;
      color: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .contactus .texttitle i {
      width: 30px;
      height: 30px;
      background: #fff;
      color: #f56425;
      text-align: center;
      padding-top: 8px;
      font-size: 13px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      position: absolute;
      top: 0;
      left: 0; }
  .contactus a.textmap:hover {
    color: #ccc; }
  .contactus .social {
    float: right;
    float: left;
    margin-top: 30px; }
    .contactus .social a {
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 8px 0px;
      margin-left: 3px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .contactus .social a.icon-facebook {
        background-color: #3b5998; }
        .contactus .social a.icon-facebook:hover {
          background-color: #fff;
          color: #3b5998;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-twitter {
        background-color: #00acee; }
        .contactus .social a.icon-twitter:hover {
          background-color: #fff;
          color: #00acee;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-instagram {
        background-color: #8d5b46; }
        .contactus .social a.icon-instagram:hover {
          background-color: #fff;
          color: #8d5b46;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-youtube {
        background-color: #c4302b; }
        .contactus .social a.icon-youtube:hover {
          background-color: #fff;
          color: #c4302b;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-rss {
        background-color: #ee802f; }
        .contactus .social a.icon-rss:hover {
          background-color: #fff;
          color: #ee802f;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-linkedin {
        background-color: #007fb1; }
        .contactus .social a.icon-linkedin:hover {
          background-color: #fff;
          color: #007fb1;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-gplus {
        background-color: #dd4b39; }
        .contactus .social a.icon-gplus:hover {
          background-color: #fff;
          color: #dd4b39;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
      .contactus .social a.icon-whatsapp {
        background-color: #189d0e; }
        .contactus .social a.icon-whatsapp:hover {
          background-color: #fff;
          color: #189d0e;
          -webkit-box-shadow: 0px 1px 1px #b3b3b3;
          -moz-box-shadow: 0px 1px 1px #b3b3b3;
          -o-box-shadow: 0px 1px 1px #b3b3b3;
          -ms-box-shadow: 0px 1px 1px #b3b3b3;
          box-shadow: 0px 1px 1px #b3b3b3; }
    @media (max-width: 991px) {
      .contactus .social {
        margin-top: auto; } }
  .contactus .formcont {
    background: #fff; }
    .contactus .formcont h3 {
      color: #222;
      border-bottom: 0px; }

.map {
  float: left;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 0px; }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 500px; }

html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, hr, strong, b, input, select, textarea, .highcharts-title,
.highcharts-axis-labels, .highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  color: #4a4a4a;
  font-family: 'cairo-regular';
  text-transform: capitalize; }

body {
  direction: ltr;
  text-align: left;
  background: #fff; }

.container {
  clear: both;
  position: relative;
  z-index: 10; }

.pagination {
  margin-top: 30px;
  justify-content: center; }
  .pagination li {
    display: inline-block;
    margin: 0px 3px; }
    .pagination li a, .pagination li span {
      display: block;
      padding-top: 10px;
      text-align: center;
      color: #222;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      display: block;
      border: 0px;
      background: #fff;
      font-size: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 0px 1px 1px #b3b3b3;
      -moz-box-shadow: 0px 1px 1px #b3b3b3;
      -o-box-shadow: 0px 1px 1px #b3b3b3;
      -ms-box-shadow: 0px 1px 1px #b3b3b3;
      box-shadow: 0px 1px 1px #b3b3b3; }
  .pagination .page-link.active, .pagination .page-link:hover {
    background: #f56425 !important;
    color: #fff !important; }

.a2a_kit.a2a_kit_size_32.a2a_default_style {
  margin-top: 30px; }

.trading-itme {
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 991px) {
    .trading-itme {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .trading-itme {
      max-width: 100%;
      flex: 100%; } }
  .trading-itme .tradphoto {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .trading-itme .tradphoto img {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      margin: 0px auto;
      width: 100%;
      min-height: 100%;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .trading-itme .tradphoto:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
  .trading-itme .titletrad {
    display: block;
    color: #222;
    font-size: 23px;
    margin-top: 15px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .trading-itme .titletrad:hover {
      color: #f56425; }
  .trading-itme p {
    margin-top: 5px;
    height: 75px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .trading-itme p {
        height: auto; } }

/*# sourceMappingURL=home.css.map */
