a {
  color: #f16334; }
  a:hover {
    color: #1e075c; }

body {
  font-family: 'Mukta', sans-serif;
  overflow-x: hidden; }

#top-bar {
  background-color: #1c2338;
  padding: 7px 0;
  text-align: center;
  /*    .container {position: relative;
                  &:before {
                  content: 'Since 2001.';
                  position: absolute;
                  left: 0;
                  top: 3px;
                  color: #fff;
                  font-size: 12px
                  }
                  @media(max-width:768px){
                  padding-top: 25px;
                  &:before {
                      content: 'Since 2001.';
                      position: absolute;
                      left: 0;
                      top: 1px;
                      right: 0;
                      text-align: center;
                      color: #fff;
                      font-size: 12px
                  }
  }
  }*/ }
  @media (max-width: 768px) {
    #top-bar .container {
      padding: 0 5px; } }
  #top-bar a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #top-bar a:focus {
      color: #fff; }
    #top-bar a:hover {
      color: #f16334; }
    @media (max-width: 768px) {
      #top-bar a {
        background-color: #3f5496;
        padding: 10px 5px;
        font-weight: 600;
        border-radius: 5px; }
        #top-bar a:hover {
          color: #fff; } }
    #top-bar a i {
      margin-right: 5px;
      margin-left: 5px; }
      @media (max-width: 768px) {
        #top-bar a i {
          margin-right: 5px; } }
    @media (max-width: 768px) {
      #top-bar a {
        margin: 5px 0;
        width: 100%;
        display: block;
        float: none; } }
  #top-bar .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin-left: 6px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #top-bar .btn i {
      margin-left: 10px;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #top-bar .btn:hover {
      color: #f16334; }
      #top-bar .btn:hover i {
        -webkit-transform: translate(5px);
        -ms-transform: translate(5px);
        transform: translate(5px); }

#header_content {
  background: #fff;
  position: relative; }
  #header_content .navbar {
    border-bottom: 1px solid #000;
    padding: 10px; }
    #header_content .navbar .navbar-brand img {
      max-width: 292px;
      /*filter: invert(1);*/ }
      @media (max-width: 991px) {
        #header_content .navbar .navbar-brand img {
          max-width: 215px; } }
    #header_content .navbar .navbar-toggler {
      color: #000;
      border-color: #000;
      margin-right: 1px; }
      #header_content .navbar .navbar-toggler:focus {
        outline: none; }
    #header_content .navbar .navbar-toggler-icon {
      background-image: none; }
      #header_content .navbar .navbar-toggler-icon i {
        color: #000;
        font-size: 30px; }
    #header_content .navbar ul li a {
      color: #f16334;
      position: relative;
      font-size: 16px;
      font-weight: 700;
      padding: 0 15px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #header_content .navbar ul li a:hover:before {
        width: 31px; }
      @media (max-width: 991px) {
        #header_content .navbar ul li a {
          font-size: 15px;
          padding: 10px 7px !important;
          border-bottom: 1px solid #000; } }
      @media (max-width: 767px) {
        #header_content .navbar ul li a {
          padding: 6px 3px !important; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        #header_content .navbar ul li a {
          font-size: 13px;
          padding: 0 7px; } }
    #header_content .navbar ul li a:before {
      content: "";
      width: 0px;
      height: 3px;
      background-color: #f16334;
      border-radius: 10px;
      position: absolute;
      top: 22px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 991px) {
        #header_content .navbar ul li a:before {
          display: none; } }
    #header_content .navbar ul .dropdown {
      position: relative;
      text-align: left; }
      #header_content .navbar ul .dropdown .dropdown-menu {
        padding: 0;
        margin-top: 0; }
        @media (max-width: 991px) {
          #header_content .navbar ul .dropdown .dropdown-menu {
            border: 0;
            background-color: transparent; } }
        #header_content .navbar ul .dropdown .dropdown-menu .dropdown-item {
          border-radius: 0;
          color: #f16334;
          font-size: 16px;
          font-weight: 400;
          padding: 7px 12px;
          position: relative;
          font-weight: 700;
          margin: 0px 0;
          -webkit-transition: 0.1s;
          -o-transition: 0.1s;
          transition: 0.1s;
          border-bottom: 1px solid #ddd; }
          @media (min-width: 992px) {
            #header_content .navbar ul .dropdown .dropdown-menu .dropdown-item:last-child {
              border: 0; } }
          #header_content .navbar ul .dropdown .dropdown-menu .dropdown-item:hover {
            color: #fff !important;
            background-color: #f16334; }
            #header_content .navbar ul .dropdown .dropdown-menu .dropdown-item:hover:before {
              display: none; }
          @media (max-width: 991px) {
            #header_content .navbar ul .dropdown .dropdown-menu .dropdown-item {
              padding: 4px 20px !important; } }
    @media (min-width: 992px) {
      #header_content .navbar ul .dropdown:hover > .dropdown-menu {
        display: block; } }
    #header_content .navbar .btn {
      font-weight: 700;
      padding: 10px 19px;
      background-color: #f16334;
      border: 1px solid #f16334;
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      font-size: 14px; }
      #header_content .navbar .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff; }
      @media (max-width: 991px) {
        #header_content .navbar .btn {
          display: none; } }
  #header_content .bg {
    background-color: white;
    position: fixed;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    border-bottom: 1px solid #f16334; }
  #header_content .text-area {
    margin-top: 0px;
    position: relative;
    padding: 15px 0px 0;
    z-index: 1; }
    @media (max-width: 767px) {
      #header_content .text-area {
        padding: 20px 0; } }
    #header_content .text-area h1 {
      color: #000;
      font-size: 30px;
      font-weight: 900;
      text-align: center; }
      @media (max-width: 1199px) {
        #header_content .text-area h1 {
          font-size: 28px; } }
      @media (max-width: 991px) {
        #header_content .text-area h1 {
          margin-bottom: 10px;
          font-size: 24px; } }
      @media (max-width: 767px) {
        #header_content .text-area h1 {
          text-align: center;
          font-size: 20px;
          line-height: 28px;
          font-weight: 700; } }
      @media (max-width: 375px) {
        #header_content .text-area h1 {
          font-size: 18px; } }
      @media (max-width: 320px) {
        #header_content .text-area h1 {
          font-size: 16px; } }
    #header_content .text-area p {
      color: #000;
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 1199px) {
        #header_content .text-area p {
          font-size: 15px; } }
      @media (max-width: 991px) {
        #header_content .text-area p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        #header_content .text-area p {
          font-size: 14px;
          text-align: justify; } }
      @media (max-width: 485px) {
        #header_content .text-area p {
          font-size: 15px; } }
      @media (max-width: 320px) {
        #header_content .text-area p {
          font-size: 14px; } }
  @media (max-width: 991px) {
    #header_content .img {
      display: none; } }
  @media (min-width: 991px) {
    #header_content .mt-top {
      margin-top: -100px; } }
  #header_content .img1 {
    background-image: url("../img/shape_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 52%;
    top: 158px;
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    opacity: .4; }
  #header_content .img2 {
    background-image: url("../img/shape_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 48%;
    top: 306px;
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 36px;
    height: 37px;
    opacity: .4; }
  #header_content .img3 {
    background-image: url("../img/shape_3.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 92%;
    top: 95px;
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    opacity: .4; }
  #header_content .img4 {
    background-image: url(../img/shape_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 94%;
    top: 306px;
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 34px;
    height: 39px;
    opacity: 0.4; }
  #header_content .bottom_img {
    background-image: url(../img/wave_bottom.png);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 13vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: -1px;
    z-index: 0; }
  #header_content .bottom {
    background-color: #fff;
    color: #000;
    font-size: 19px;
    position: absolute;
    border-radius: 50%;
    top: 84%;
    left: 49%;
    padding: 6px 14px;
    -webkit-box-shadow: 0 0 47px -1px rgba(153, 153, 153, 0.6);
    box-shadow: 0 0 47px -1px rgba(153, 153, 153, 0.6);
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #header_content .bottom:hover {
      color: #f16334; }
    @media (max-width: 991px) {
      #header_content .bottom {
        display: none; } }

.cn {
  text-align: center;
  /*margin-bottom: 20px;*/ }
  .cn .get {
    background-color: #f16334;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 13px 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .cn .get:hover {
      color: #fff;
      background-color: #000; }
  @media (max-width: 767px) {
    .cn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.development {
  margin-top: 50px;
  /*    span{
          justify-content: center;
      font-size: 17px;
      font-weight: 700;
      display: flex;
      padding: 10px 0;
      color: #f16334;
        }*/ }
  .development h1, .development h2, .development h3, .development h5, .development h5 {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .development h3 {
      font-size: 18px; } }
  .development h1, .development h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #1c2338; }
    @media (max-width: 991px) {
      .development h1, .development h2 {
        font-size: 20px;
        margin-bottom: -10px; } }
    @media (max-width: 425px) {
      .development h1, .development h2 {
        font-size: 15px; } }
  .development p {
    color: #1c2338;
    font-size: 19px;
    padding-top: 15px;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 991px) {
      .development p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .development p {
        margin-bottom: 30px;
        text-align: justify; } }
    @media (max-width: 425px) {
      .development p {
        font-size: 14px; } }
  .development .card {
    border: 1px solid #f16334;
    background-color: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 2px;
    color: #f16334;
    border-radius: 8px; }
    .development .card.bg1 {
      background-color: #9c5fde; }
    .development .card.bg2 {
      background-color: #5f8bd4; }
    .development .card.bg3 {
      background-color: #21c3b8; }
    .development .card.bg4 {
      background-color: #32b0be; }
    .development .card:hover {
      text-decoration: none;
      color: #fff;
      background-color: #f16334; }
      .development .card:hover .card-text h6 {
        color: #fff; }
    @media (max-width: 767px) {
      .development .card {
        margin: 10px 0;
        padding: 10px 0; } }
    .development .card img {
      margin: 10px auto;
      display: block;
      max-width: 50px; }
    .development .card .card-text {
      text-align: center; }
      .development .card .card-text h6 {
        color: #f16334;
        font-size: 14px;
        text-align: center;
        padding: 1px 0;
        margin-bottom: 0;
        display: inline-block; }
        @media (max-width: 1199px) {
          .development .card .card-text h6 {
            font-size: 16px; } }
        @media (max-width: 991px) {
          .development .card .card-text h6 {
            font-size: 14px; } }
        @media (max-width: 425px) {
          .development .card .card-text h6 {
            font-size: 12px; } }
  .development .btn {
    background-color: #f16334;
    color: #fff;
    margin-top: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 40px;
    font-size: 15px;
    border: 1px solid #f16334;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .development .btn {
        margin-top: 4px; } }
    .development .btn:hover {
      color: #f16334;
      background-color: #fff; }

#main_content {
  /*  span{
        color: #f16334;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
      }*/ }
  #main_content hr {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #main_content hr {
        margin-top: 30px; } }
  #main_content .webiste {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    /*    span{
          font-size: 19px;
      font-weight: 700;
      padding: 10px 0;
      color: #f16334;
      @media(max-width:991px){
        font-size: 13px;
      }
      @media(max-width:767px){
        display: flex;
        justify-content: center;
        padding: 5px 0;
      }
        }*/ }
    @media (max-width: 767px) {
      #main_content .webiste {
        margin-top: 20px;
        margin-bottom: 20px; } }
    #main_content .webiste h1, #main_content .webiste h2 {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 4px;
      padding-top: 10px;
      color: #1c2338; }
      @media (max-width: 991px) {
        #main_content .webiste h1, #main_content .webiste h2 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        #main_content .webiste h1, #main_content .webiste h2 {
          font-size: 19px;
          text-align: center;
          padding-top: 10px; } }
      @media (max-width: 425px) {
        #main_content .webiste h1, #main_content .webiste h2 {
          font-size: 15px; } }
      @media (max-width: 320px) {
        #main_content .webiste h1, #main_content .webiste h2 {
          font-size: 19px; } }
    #main_content .webiste p {
      color: #1c2338;
      font-size: 17px;
      font-weight: 300;
      padding: 20px 0 0; }
      @media (max-width: 1199px) {
        #main_content .webiste p {
          font-size: 14px; } }
      @media (max-width: 991px) {
        #main_content .webiste p {
          font-size: 12px; } }
      @media (max-width: 767px) {
        #main_content .webiste p {
          text-align: justify;
          padding: 6px 0; } }
      @media (max-width: 425px) {
        #main_content .webiste p {
          font-size: 14px; } }
    #main_content .webiste .cn .btn {
      background-color: #f16334;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 13px 40px;
      border: 1px solid #f16334;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #main_content .webiste .cn .btn:hover {
        color: #f16334;
        background-color: #fff; }
      @media (max-width: 320px) {
        #main_content .webiste .cn .btn {
          font-size: 12px; } }
    @media (max-width: 767px) {
      #main_content .webiste .cn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px; } }
  #main_content .clients {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #main_content .clients {
        margin-top: 20px; } }
    #main_content .clients span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 17px;
      color: #f16334;
      font-weight: 700; }
    #main_content .clients h1, #main_content .clients h4 {
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #1c2338;
      padding: 20px 0; }
      @media (max-width: 991px) {
        #main_content .clients h1, #main_content .clients h4 {
          font-size: 29px; } }
      @media (max-width: 767px) {
        #main_content .clients h1, #main_content .clients h4 {
          margin-bottom: 10px; } }
      @media (max-width: 425px) {
        #main_content .clients h1, #main_content .clients h4 {
          font-size: 18px; } }
    #main_content .clients img {
      display: block;
      margin: 0 auto;
      width: auto;
      max-height: 50px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        #main_content .clients img {
          max-height: 40px;
          margin-bottom: 10px; } }
    #main_content .clients h2 {
      font-size: 45px;
      text-align: center;
      font-weight: 900;
      position: relative;
      color: #000; }
      @media (max-width: 991px) {
        #main_content .clients h2 {
          font-size: 33px;
          margin-top: 35px; } }
    #main_content .clients h2:after {
      content: "+";
      position: absolute;
      font-size: 45px;
      text-align: center;
      font-weight: 900;
      margin-left: 10px; }
      @media (max-width: 991px) {
        #main_content .clients h2:after {
          font-size: 31px; } }
    #main_content .clients h3 {
      font-size: 45px;
      text-align: center;
      font-weight: 900;
      color: #000; }
      @media (max-width: 991px) {
        #main_content .clients h3 {
          font-size: 33px;
          margin-top: 34px; } }
    #main_content .clients p {
      text-align: center;
      color: #000;
      font-weight: 300; }
  #main_content .customer {
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 30px 0; }
    @media (max-width: 767px) {
      #main_content .customer {
        margin-top: 0;
        padding: 20px 0; } }
    #main_content .customer span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 17px;
      color: #f16334;
      font-weight: 700; }
    #main_content .customer h1, #main_content .customer h5 {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      color: #1c2338;
      padding: 00;
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        #main_content .customer h1, #main_content .customer h5 {
          font-size: 30px; } }
      @media (max-width: 991px) {
        #main_content .customer h1, #main_content .customer h5 {
          font-size: 25px; } }
    #main_content .customer .card {
      border: none;
      -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
      padding: 15px 10px;
      margin: 20px 20px;
      border-bottom: 2px solid #f16334;
      position: relative; }
      #main_content .customer .card img {
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 50%; }
      #main_content .customer .card h5 {
        padding: 0;
        color: #000;
        font-size: 16px;
        font-weight: 700; }
        @media (max-width: 1199px) {
          #main_content .customer .card h5 {
            font-size: 16px; } }
        @media (max-width: 991px) {
          #main_content .customer .card h5 {
            font-size: 12px; } }
        @media (max-width: 576px) {
          #main_content .customer .card h5 {
            font-size: 20px; } }
        @media (max-width: 360px) {
          #main_content .customer .card h5 {
            font-size: 16px; } }
      #main_content .customer .card h6 {
        color: #000;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1199px) {
          #main_content .customer .card h6 {
            font-size: 12px; } }
        @media (max-width: 991px) {
          #main_content .customer .card h6 {
            font-size: 10px; } }
        @media (max-width: 576px) {
          #main_content .customer .card h6 {
            font-size: 17px; } }
        @media (max-width: 360px) {
          #main_content .customer .card h6 {
            font-size: 14px; } }
      #main_content .customer .card .card-text {
        padding: 0 20px; }
        #main_content .customer .card .card-text p {
          color: #5e5858;
          font-size: 15px;
          font-weight: 300;
          padding-top: 10px; }
          @media (max-width: 1199px) {
            #main_content .customer .card .card-text p {
              font-size: 11px; } }
          @media (max-width: 991px) {
            #main_content .customer .card .card-text p {
              font-size: 9px; } }
          @media (max-width: 576px) {
            #main_content .customer .card .card-text p {
              font-size: 14px; } }
          @media (max-width: 360px) {
            #main_content .customer .card .card-text p {
              font-size: 11px; } }
    #main_content .customer .card:before {
      content: "\f10e";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      font-size: 15px;
      opacity: 1;
      top: 5px;
      right: 10px;
      color: #f16334;
      line-height: 1; }
    #main_content .customer .card:after {
      content: "\f10d";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      font-size: 15px;
      opacity: 1;
      bottom: 8px;
      left: 10px;
      color: #f16334;
      line-height: 1; }
    #main_content .customer .card-img img {
      width: 50%;
      margin-left: 30px; }
    #main_content .customer .owl-carousel {
      position: relative; }
      #main_content .customer .owl-carousel .owl-next {
        font-size: 17px;
        position: absolute;
        opacity: .8;
        right: -62px;
        top: 42%;
        background: #fff;
        color: #f16334;
        border: 1px solid #f16334;
        width: 44px;
        height: 43px;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #main_content .customer .owl-carousel .owl-next:hover {
          opacity: .9; }
        #main_content .customer .owl-carousel .owl-next:focus {
          outline: none; }
        @media (max-width: 1024px) {
          #main_content .customer .owl-carousel .owl-next {
            right: -44px;
            width: 40px;
            height: 39px; } }
        @media (max-width: 600px) {
          #main_content .customer .owl-carousel .owl-next {
            display: none; } }
      #main_content .customer .owl-carousel .owl-prev {
        font-size: 17px;
        position: absolute;
        opacity: .8;
        left: -62px;
        top: 42%;
        background: #fff;
        color: #f16334;
        border: 1px solid #f16334;
        width: 44px;
        height: 43px;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #main_content .customer .owl-carousel .owl-prev:hover {
          opacity: .9; }
        #main_content .customer .owl-carousel .owl-prev:focus {
          outline: none; }
        @media (max-width: 1024px) {
          #main_content .customer .owl-carousel .owl-prev {
            left: -44px;
            width: 40px;
            height: 39px; } }
        @media (max-width: 600px) {
          #main_content .customer .owl-carousel .owl-prev {
            display: none; } }
  #main_content .high {
    margin-top: 0px;
    padding: 15px 0;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #main_content .high {
        padding: 20px 0;
        margin-bottom: 20px; } }
    #main_content .high span {
      color: #f16334;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700; }
    #main_content .high h1 {
      color: #1c2338;
      text-align: center;
      margin-bottom: 50px;
      font-size: 40px;
      font-weight: 600;
      padding: 10px 0; }
      @media (max-width: 991px) {
        #main_content .high h1 {
          font-size: 25px;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        #main_content .high h1 {
          font-size: 16px; } }
    #main_content .high a {
      text-decoration: none; }
    #main_content .high .card {
      /*border: none;*/
      border-color: #f16334;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #main_content .high .card:hover {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px); }
      #main_content .high .card img {
        margin-top: 20px;
        display: block; }
      #main_content .high .card h4 {
        color: #1c2338;
        font-size: 19px;
        font-weight: 700; }
        @media (min-width: 992px) {
          #main_content .high .card h4 {
            /*min-height: 44px;*/ } }
        @media (max-width: 991px) {
          #main_content .high .card h4 {
            font-size: 13px; } }
        @media (max-width: 767px) {
          #main_content .high .card h4 {
            font-size: 16px; } }
      #main_content .high .card p {
        color: #454545;
        font-weight: 400;
        padding-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          #main_content .high .card p {
            min-height: 108px; } }
        @media (max-width: 991px) {
          #main_content .high .card p {
            padding-top: 0;
            font-size: 11px; } }
        @media (max-width: 767px) {
          #main_content .high .card p {
            font-size: 13px; } }
  #main_content .manage {
    padding: 60px 0;
    background-color: #f8f8f8; }
    @media (max-width: 767px) {
      #main_content .manage {
        padding: 30px 0; } }
    #main_content .manage span {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    #main_content .manage h1 {
      text-align: left;
      font-size: 35px; }
      @media (max-width: 991px) {
        #main_content .manage h1 {
          font-size: 22px;
          margin-bottom: 0px; } }
      @media (max-width: 767px) {
        #main_content .manage h1 {
          font-size: 15px; } }
    #main_content .manage p {
      padding: 10px 0;
      color: #454545;
      font-weight: 400;
      font-size: 18px; }
      @media (max-width: 991px) {
        #main_content .manage p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        #main_content .manage p {
          font-size: 12px; } }
  #main_content .tech {
    margin-top: 80px; }
    @media (max-width: 767px) {
      #main_content .tech {
        margin-top: 30px; } }
    #main_content .tech .item {
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 6px;
      border: 1px solid #f16334; }
      #main_content .tech .item h4 {
        font-size: 17px;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin-bottom: 8px;
        font-weight: 700;
        line-height: 1.6;
        color: #f16334; }
        @media (max-width: 991px) {
          #main_content .tech .item h4 {
            margin-bottom: 10px; } }
  #main_content .company {
    margin-top: 40px;
    background-color: #f8f8f8;
    padding: 60px 0; }
    #main_content .company span {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        #main_content .company span {
          font-size: 13px; } }
    #main_content .company h1 {
      margin-bottom: 50px;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        #main_content .company h1 {
          font-size: 14px; } }
    #main_content .company .card {
      border-color: #f16334;
      padding: 15px; }
      #main_content .company .card img {
        display: block;
        margin-top: 20px;
        margin: 0 auto;
        width: auto; }
      #main_content .company .card p {
        text-align: center;
        padding: 10px 0 0;
        margin-bottom: 0;
        font-weight: 700; }
    #main_content .company owl-carousel {
      position: relative; }
    #main_content .company .owl-nav {
      display: block; }
      #main_content .company .owl-nav .owl-prev {
        font-size: 17px;
        position: absolute;
        opacity: 0.8;
        left: 89%;
        top: -48%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(-50%, #220763), to(#f16334));
        background-image: -webkit-linear-gradient(left, #220763 -50%, #f16334 100%);
        background-image: -o-linear-gradient(left, #220763 -50%, #f16334 100%);
        background-image: linear-gradient(to right, #220763 -50%, #f16334 100%);
        width: 44px;
        height: 43px;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #main_content .company .owl-nav .owl-prev:hover {
          opacity: 0.9; }
        #main_content .company .owl-nav .owl-prev:focus {
          outline: none; }
        @media (max-width: 991px) {
          #main_content .company .owl-nav .owl-prev {
            left: 47%;
            top: -109%; } }
        @media (max-width: 767px) {
          #main_content .company .owl-nav .owl-prev {
            left: 66%;
            top: -72%; } }
      #main_content .company .owl-nav .owl-next {
        font-size: 17px;
        position: absolute;
        opacity: 0.8;
        left: 95%;
        top: -48%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(-50%, #220763), to(#f16334));
        background-image: -webkit-linear-gradient(left, #220763 -50%, #f16334 100%);
        background-image: -o-linear-gradient(left, #220763 -50%, #f16334 100%);
        background-image: linear-gradient(to right, #220763 -50%, #f16334 100%);
        width: 44px;
        height: 43px;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #main_content .company .owl-nav .owl-next:hover {
          opacity: 0.9; }
        #main_content .company .owl-nav .owl-next:focus {
          outline: none; }
        @media (max-width: 991px) {
          #main_content .company .owl-nav .owl-next {
            left: 57%;
            top: -109%; } }
        @media (max-width: 767px) {
          #main_content .company .owl-nav .owl-next {
            left: 83%;
            top: -72%; } }
  #main_content .nopio {
    margin-top: 60px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #main_content .nopio {
        margin-top: 40px;
        margin-bottom: 20px; } }
    #main_content .nopio h1 {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        #main_content .nopio h1 {
          margin-bottom: 20px; } }
    #main_content .nopio .card {
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-color: #f16334;
      margin-bottom: 30px;
      -webkit-box-shadow: 0 0 30px 0 rgba(153, 153, 153, 0.25);
      box-shadow: 0 0 30px 0 rgba(153, 153, 153, 0.25);
      border-radius: 8px;
      background-color: #fff;
      height: 100%; }
      @media (max-width: 767px) {
        #main_content .nopio .card {
          height: 94%;
          padding-bottom: 60px; } }
      #main_content .nopio .card:hover .heading {
        color: #fff !important; }
      #main_content .nopio .card .card-body img {
        width: 100%; }
      #main_content .nopio .card .card-body h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 84%;
        text-align: center;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        z-index: 5; }
        @media (max-width: 991px) {
          #main_content .nopio .card .card-body h4 {
            font-size: 14px; } }
        @media (max-width: 767px) {
          #main_content .nopio .card .card-body h4 {
            font-size: 16px;
            top: 89%; } }
      #main_content .nopio .card .overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f16334;
        color: #fff !important;
        font-size: 15px;
        line-height: 1.4;
        padding: 1rem 1rem 6rem;
        border-radius: 8px;
        z-index: 2;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (max-width: 767px) {
          #main_content .nopio .card .overlay {
            padding: 0.8rem; } }
        #main_content .nopio .card .overlay:hover {
          opacity: 1; }
        #main_content .nopio .card .overlay p {
          font-weight: 400;
          font-size: 14px;
          position: relative; }
          @media (max-width: 767px) {
            #main_content .nopio .card .overlay p {
              top: 65px; } }

.lang {
  display: block; }
  .lang.lang:after {
    display: block;
    content: '';
    clear: both;
    height: 10px;
    width: 100%; }
  .lang li {
    margin: 10px 0;
    padding: 5px;
    float: left;
    width: 25%; }
    .lang li:hover {
      border-radius: 5px;
      background-color: #efefef; }
    @media (max-width: 991px) {
      .lang li {
        margin: 6px 0;
        width: 50%; } }
    .lang li .square {
      width: 30px;
      margin-right: 1rem; }
      .lang li .square img {
        max-width: 100%;
        height: 30px; }
    .lang li h6 {
      font-size: 14px;
      margin-top: 7px;
      font-weight: 700;
      margin-bottom: 0; }

.backg {
  background-color: #fff !important; }

.talk {
  /*border-top: 1px solid #000;*/
  border-bottom: 1px solid #000;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 10px 0 10px;
  /*min-height: 340px;*/ }
  .talk h1, .talk h4 {
    color: #000;
    font-size: 30px;
    font-weight: 900; }
    @media (max-width: 767px) {
      .talk h1, .talk h4 {
        font-size: 30px;
        margin-bottom: 10px; } }
    @media (max-width: 425px) {
      .talk h1, .talk h4 {
        font-size: 22px; } }
  .talk p {
    color: #000;
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .talk p {
        font-size: 15px;
        padding: 10px 0; } }
    @media (max-width: 320px) {
      .talk p {
        font-size: 13px; } }
  .talk .btn {
    background-color: #f16334;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #f16334;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .talk .btn {
        padding: 5px 10px;
        margin-bottom: 10px; } }
    .talk .btn:hover {
      background-color: #000;
      border-color: #000;
      color: #fff; }

.read {
  font-weight: 500;
  padding: 10px 19px;
  background-color: #f16334;
  border: 1px solid #f16334;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .read:hover {
    background-color: #fff;
    color: #f16334;
    border-color: #f16334; }
  @media (max-width: 991px) {
    .read {
      margin-bottom: 20px; } }

.star {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .star.stripped li {
      width: 33%;
      float: left; } }
  @media (max-width: 767px) {
    .star.stripped li {
      width: 50%;
      float: left; } }
  .star li {
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    position: relative; }
    @media (max-width: 991px) {
      .star li {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .star li {
        font-size: 12px; } }
  .star li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 2rem;
    left: 60px;
    top: 4px;
    margin-left: -3.5rem;
    width: 14px;
    height: 14px;
    background-image: url("../img/pin.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%; }
  .star li {
    font-size: 14px; }
    .star li:before {
      font-family: "Font Awesome 5 Pro";
      background-image: none;
      content: "\f005";
      left: 5px;
      top: -2px;
      width: auto;
      height: auto;
      margin-left: 0;
      margin-right: 0; }
    @media (max-width: 767px) {
      .star li {
        margin-right: 0; } }

hr {
  margin: 30px 0; }
  @media (max-width: 767px) {
    hr {
      margin: 10px 0; } }

h1 {
  color: #1c2338;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding: 10px 0; }
  @media (max-width: 991px) {
    h1 {
      font-size: 25px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 20px; } }

#footer_content {
  position: relative; }
  #footer_content .footer_links {
    margin-top: 30px;
    text-decoration: none; }
    @media (max-width: 767px) {
      #footer_content .footer_links {
        margin-top: 0; } }
    #footer_content .footer_links p {
      font-size: 14px; }
    #footer_content .footer_links h6 {
      color: #000;
      font-size: 17px;
      margin: 0;
      font-weight: 600;
      padding-bottom: 5px;
      padding-top: 5px;
      margin-left: 0; }
      @media (min-width: 768px) {
        #footer_content .footer_links h6 {
          margin-bottom: 10px; } }
      @media (max-width: 1199px) {
        #footer_content .footer_links h6 {
          font-size: 14px; } }
      @media (max-width: 991px) {
        #footer_content .footer_links h6 {
          padding: 10px 0;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        #footer_content .footer_links h6 {
          border-top: 1px solid #000;
          border-collapse: collapse;
          margin-top: 20px; } }
      @media (max-width: 575px) {
        #footer_content .footer_links h6 {
          font-size: 14px;
          margin-top: 0; } }
      #footer_content .footer_links h6 a {
        text-decoration: none;
        color: #000;
        margin: 0 auto;
        display: block; }
        @media (max-width: 767px) {
          #footer_content .footer_links h6 a {
            margin-left: 0px; } }
      #footer_content .footer_links h6 a:after {
        display: block;
        margin-left: .255em;
        position: absolute;
        right: 0;
        top: 5px;
        vertical-align: .255em;
        color: #000;
        content: "";
        border-top: .3em solid;
        display: none;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent; }
        @media (max-width: 767px) {
          #footer_content .footer_links h6 a:after {
            display: block;
            right: 15px;
            top: 30px; } }
        @media (max-width: 575px) {
          #footer_content .footer_links h6 a:after {
            display: block;
            right: 15px;
            top: 15px; } }
    #footer_content .footer_links .hide-on-desk {
      display: none; }
      @media (max-width: 767px) {
        #footer_content .footer_links .hide-on-desk {
          display: block; } }
    #footer_content .footer_links .logo {
      max-width: 100%;
      height: auto;
      margin-top: 19px; }
    #footer_content .footer_links ul {
      /*margin-bottom: 20px;*/ }
      #footer_content .footer_links ul li a {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        position: relative;
        padding: 4px 5px;
        display: block; }
        #footer_content .footer_links ul li a:before {
          background: #f16334;
          height: 5px;
          width: 5px;
          position: absolute;
          left: -6px;
          top: 50%;
          margin-top: -4px;
          content: ''; }
        @media (max-width: 1199px) {
          #footer_content .footer_links ul li a {
            font-size: 12px; } }
        @media (max-width: 991px) {
          #footer_content .footer_links ul li a {
            font-size: 14px; } }
        @media (max-width: 767px) {
          #footer_content .footer_links ul li a {
            font-size: 13px; } }
        @media (max-width: 575px) {
          #footer_content .footer_links ul li a {
            font-size: 13px; } }
        #footer_content .footer_links ul li a:hover {
          text-decoration: underline; }
    #footer_content .footer_links .recognise {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      @media (max-width: 767px) {
        #footer_content .footer_links .recognise {
          margin-top: 10px; } }
      #footer_content .footer_links .recognise a img {
        width: 80%; }
        @media (max-width: 1199px) {
          #footer_content .footer_links .recognise a img {
            margin-left: 10px; } }
        @media (max-width: 575px) {
          #footer_content .footer_links .recognise a img {
            width: 40%; } }
        @media (max-width: 375px) {
          #footer_content .footer_links .recognise a img {
            width: 50%;
            margin-top: 20px; } }
    #footer_content .footer_links ul.flickr-list {
      margin: 0;
      padding: 0; }
    #footer_content .footer_links ul.flickr-list li {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #footer_content .footer_links ul.flickr-list li {
          width: 44%;
          display: block;
          float: left;
          margin: 2% 10px !important; } }
    #footer_content .footer_links ul.flickr-list li a {
      display: inline-block;
      text-decoration: none;
      transition: all 0.23s ease-in-out;
      -moz-transition: all 0.23s ease-in-out;
      -webkit-transition: all 0.23s ease-in-out;
      -o-transition: all 0.23s ease-in-out;
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background: #f16334; }
      @media (max-width: 767px) {
        #footer_content .footer_links ul.flickr-list li a {
          display: block; }
          #footer_content .footer_links ul.flickr-list li a img {
            margin: 5px auto;
            display: block;
            max-width: 100%; } }
      #footer_content .footer_links ul.flickr-list li a:before {
        display: none; }
      #footer_content .footer_links ul.flickr-list li a span {
        display: none; }
        @media (max-width: 767px) {
          #footer_content .footer_links ul.flickr-list li a span {
            display: block;
            text-align: center;
            color: #fff;
            margin: 9px;
            padding-top: 4px; } }
    #footer_content .footer_links ul.flickr-list li a img {
      max-width: 47px; }
    #footer_content .footer_links ul.flickr-list li a:hover {
      opacity: 0.7; }
    #footer_content .footer_links ul.flickr-list li:nth-child(3n) {
      margin-right: 0; }
  #footer_content hr {
    margin: 20px 0; }
    @media (max-width: 767px) {
      #footer_content hr {
        margin: 15px 0; } }
  #footer_content .contact {
    margin: 10px 0; }
    @media (max-width: 767px) {
      #footer_content .contact {
        margin: 16px 0; } }
    #footer_content .contact h5 {
      color: #000;
      font-size: 15px;
      font-weight: 600;
      margin-top: 2px; }
      @media (max-width: 1199px) {
        #footer_content .contact h5 {
          font-size: 12px;
          margin-top: 7px;
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 496px) {
        #footer_content .contact h5 {
          font-size: 11px; } }
      @media (max-width: 455px) {
        #footer_content .contact h5 {
          font-size: 16px; } }
    #footer_content .contact .phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        #footer_content .contact .phone {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (max-width: 455px) {
        #footer_content .contact .phone {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #footer_content .contact .phone a {
        margin-left: 14px;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 1199px) {
          #footer_content .contact .phone a {
            margin-left: 0; } }
        @media (max-width: 991px) {
          #footer_content .contact .phone a {
            font-size: 10px; } }
        @media (max-width: 767px) {
          #footer_content .contact .phone a {
            font-size: 12px;
            margin: 5px 0; } }
        @media (max-width: 496px) {
          #footer_content .contact .phone a {
            font-size: 14px; } }
        @media (max-width: 455px) {
          #footer_content .contact .phone a {
            margin: 5px 0; } }
        #footer_content .contact .phone a i {
          margin-right: 7px;
          color: #f16334;
          margin-left: 5px; }
          @media (max-width: 1199px) {
            #footer_content .contact .phone a i {
              margin-left: 13px;
              margin-right: 8px; } }
    @media (max-width: 767px) {
      #footer_content .contact .nav {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 5px; } }
    #footer_content .contact a {
      padding: 10px 5px; }
      @media (max-width: 767px) {
        #footer_content .contact a {
          padding: 5px 2px; } }
      #footer_content .contact a .fb {
        border-radius: 50%;
        font-size: 17px;
        padding: 8px 13px;
        color: #10278a;
        border: 1px solid #1c2338;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center; }
        #footer_content .contact a .fb:hover {
          background-color: #f16334;
          color: #fff;
          border-color: #f16334; }
      #footer_content .contact a .in {
        border-radius: 50%;
        font-size: 17px;
        padding: 8px 10px;
        color: #2babf3;
        border: 1px solid #2babf3;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center; }
        #footer_content .contact a .in:hover {
          background-color: #f16334;
          color: #fff;
          border-color: #f16334; }
      #footer_content .contact a .tr {
        border-radius: 50%;
        font-size: 17px;
        padding: 8px 10px;
        color: #39e09b;
        border: 1px solid #39e09b;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center; }
        #footer_content .contact a .tr:hover {
          background-color: #f16334;
          color: #fff;
          border-color: #f16334; }
      #footer_content .contact a .tw {
        border-radius: 50%;
        font-size: 17px;
        padding: 8px 9px;
        color: #2babf3;
        border: 1px solid #2babf3;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center; }
        #footer_content .contact a .tw:hover {
          background-color: #f16334;
          color: #fff;
          border-color: #f16334; }
      #footer_content .contact a .ins {
        border-radius: 50%;
        font-size: 17px;
        padding: 8px 10px;
        color: #b6002b;
        border: 1px solid #b6002b;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center; }
        #footer_content .contact a .ins:hover {
          background-color: #f16334;
          color: #fff;
          border-color: #f16334; }
  #footer_content .back-to-top {
    padding: 0;
    background-color: transparent;
    border: 0;
    right: 30px;
    bottom: 80px;
    position: absolute;
    -webkit-appearance: none; }
    @media (max-width: 767px) {
      #footer_content .back-to-top {
        right: 100px;
        bottom: 48px; } }
    @media (max-width: 425px) {
      #footer_content .back-to-top {
        right: 22px;
        bottom: 97px; } }
  #footer_content .copyright {
    background-color: #f8f8f8;
    padding: 10px 0; }
    @media (max-width: 767px) {
      #footer_content .copyright {
        padding: 10px 0; } }
    #footer_content .copyright p {
      font-weight: 600;
      color: #000;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 0;
      font-weight: 300; }
      @media (max-width: 767px) {
        #footer_content .copyright p {
          text-align: center; } }
      #footer_content .copyright p a {
        text-decoration: none;
        color: #000; }
      @media (max-width: 991px) {
        #footer_content .copyright p {
          font-size: 14px; } }
    @media (max-width: 767px) {
      #footer_content .copyright .hide-on-mobile {
        display: none; } }
    @media (max-width: 767px) {
      #footer_content .copyright .nav {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; } }
    #footer_content .copyright .nav li a {
      display: block;
      padding: .5rem 1rem;
      color: #000;
      font-size: 14px;
      font-weight: 300; }
      #footer_content .copyright .nav li a:hover {
        text-decoration: underline; }
      @media (max-width: 991px) {
        #footer_content .copyright .nav li a {
          font-size: 11px; } }
  #footer_content .footer_call {
    background-color: #f16334;
    padding: 10px 0;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    z-index: 1001;
    display: none; }
    @media (max-width: 767px) {
      #footer_content .footer_call {
        display: block; } }
    #footer_content .footer_call ul {
      margin: auto 0; }
      #footer_content .footer_call ul li {
        margin: 0 12px; }
        #footer_content .footer_call ul li a {
          padding: 5px; }
          #footer_content .footer_call ul li a i {
            color: #fff;
            font-size: 16px;
            display: block;
            font-weight: 900;
            text-align: center;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            #footer_content .footer_call ul li a i:hover {
              color: #24a0e5; }
          #footer_content .footer_call ul li a p {
            color: #fff;
            padding-top: 10px;
            font-size: 12px;
            margin-bottom: 0;
            font-weight: 500; }
  #footer_content .nav.star {
    margin-top: 0; }
    @media (max-width: 767px) {
      #footer_content .nav.star {
        margin-bottom: 76px; } }
    #footer_content .nav.star li {
      width: auto;
      margin-right: 15px;
      font-size: 14px; }
      #footer_content .nav.star li:before {
        font-family: "Font Awesome 5 Pro";
        background-image: none;
        content: "\f005";
        left: 5px;
        top: -2px;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0; }
      @media (max-width: 767px) {
        #footer_content .nav.star li {
          margin-right: 15px; } }
  #footer_content .navhead {
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px; }

.btn-primary {
  color: #fff;
  background-color: #f16334;
  border-color: #f16334; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1e075c;
    border-color: #1e075c; }

.callout-dark {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 30px;
  margin: 30px 0; }
  .callout-dark.nm {
    margin: 0; }
  @media (max-width: 767px) {
    .callout-dark {
      padding: 20px;
      margin: 20px 0; } }
  .callout-dark h1, .callout-dark h3 {
    padding: 0 0;
    color: #000;
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.0; }
    @media (max-width: 767px) {
      .callout-dark h1, .callout-dark h3 {
        font-size: 20px; } }
  .callout-dark a {
    margin: 0 5px; }
    @media (max-width: 767px) {
      .callout-dark a {
        margin: 5px;
        display: block; } }
  .callout-dark p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .callout-dark p {
        font-size: 14px; } }

.section {
  padding: 10px 0;
  /*  span {
        color: #212529;
      display: inline;
      justify-content: unset;
      font-size: 14px;
      font-weight: 300;
      }*/ }
  @media (max-width: 767px) {
    .section {
      padding: 20px 0; } }
  .section h1 {
    /*text-align: center;*/
    font-size: 35px;
    font-weight: 700;
    color: #1c2338; }
    @media (max-width: 991px) {
      .section h1 {
        font-size: 20px; } }
    @media (max-width: 425px) {
      .section h1 {
        font-size: 15px; } }
  .section .card {
    border: 1px solid #f16334;
    margin: 10px 0; }
    .section .card .card-body {
      /*background-color: #f16334;*/
      padding: 5px 5px; }
      .section .card .card-body p {
        /*color: #fff;*/
        text-align: center;
        margin-bottom: 0;
        padding-top: 0; }
  .section p {
    color: #1c2338;
    font-size: 19px;
    /*padding-top: 10px;*/
    margin-bottom: 20px;
    /*text-align: center;*/ }
    @media (max-width: 991px) {
      .section p {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .section p {
        margin-bottom: 20px; } }
    @media (max-width: 425px) {
      .section p {
        font-size: 14px; } }

ul#country_tabs {
  border-bottom: 0;
  margin-top: 50px; }
  ul#country_tabs li {
    padding: 5px 15px; }
    @media (max-width: 767px) {
      ul#country_tabs li {
        padding: 5px 10px; } }
    ul#country_tabs li a {
      padding: 0 0 10px;
      color: #f16334;
      font-size: 16px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      position: relative;
      border: 0; }
      ul#country_tabs li a img {
        padding-right: 5px; }
      ul#country_tabs li a:before {
        width: 100%;
        background: #cbcbcb;
        left: 0;
        right: 500%;
        height: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
      ul#country_tabs li a:hover {
        color: #b3360c;
        border: 0; }
    ul#country_tabs li a.active {
      background: transparent;
      border: 0; }
      ul#country_tabs li a.active:before {
        width: 100%;
        background: #c447e0;
        background: -webkit-linear-gradient(45deg, #c447e0 0%, #ff1e17 100%);
        background: -o-linear-gradient(45deg, #c447e0 0%, #ff1e17 100%);
        background: linear-gradient(45deg, #c447e0 0%, #ff1e17 100%);
        left: 0;
        right: 500%;
        height: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }

#country_tabs_content {
  padding: 30px 0 0; }
  #country_tabs_content .card {
    background-color: #fff;
    color: #000;
    margin: 15px 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-radius: 10px; }
    #country_tabs_content .card:hover {
      -webkit-box-shadow: 0 0.5rem 1rem #983ad1 !important;
      box-shadow: 0 0.5rem 1rem #983ad1 !important; }
    #country_tabs_content .card .card-body {
      position: relative;
      padding: 10px; }
      #country_tabs_content .card .card-body span {
        text-transform: capitalize;
        padding-left: 10px;
        color: #000; }
      #country_tabs_content .card .card-body .right {
        position: absolute;
        right: 10px;
        height: 100%;
        top: 0px;
        display: block;
        padding: 14px 0; }
        #country_tabs_content .card .card-body .right span {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
        #country_tabs_content .card .card-body .right:before {
          width: 1px;
          background: #742ad6;
          height: 40px;
          content: '';
          top: 7px;
          position: absolute;
          bottom: auto;
          -webkit-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }

.nav-pills {
  margin-top: 30px; }
  .nav-pills .nav-link {
    color: #000; }
    .nav-pills .nav-link.active, .nav-pills .nav-link.show > .nav-link {
      color: #fff;
      background-color: #f16334; }

.section li a {
  word-break: break-all;
  display: block; }

.section .card-blog .card-body {
  padding: 15px;
  text-align: left; }
  .section .card-blog .card-body h3 {
    font-size: 22px; }
    @media (min-width: 768px) {
      .section .card-blog .card-body h3 {
        min-height: 72px; } }
    @media (max-width: 767px) {
      .section .card-blog .card-body h3 {
        font-size: 18px; } }
  .section .card-blog .card-body p {
    font-size: 14px;
    text-align: left; }
  .section .card-blog .card-body .meta {
    font-size: 14px;
    margin-bottom: 20px; }

.section .card-blog img {
  max-height: 150px;
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%; }

.widget-sidebar {
  margin-bottom: 30px;
  border: 1px solid #f16334;
  border-radius: 4px;
  padding: 15px; }
  .widget-sidebar h3 {
    font-size: 25px; }
    .widget-sidebar h3 a {
      color: #000; }
      .widget-sidebar h3 a:hover {
        color: #000; }
    @media (max-width: 576px) {
      .widget-sidebar h3 {
        font-size: 18px; } }
  .widget-sidebar ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    /*margin-bottom: 20px;*/ }
    .widget-sidebar ul li a {
      color: #000;
      font-size: 14px;
      font-weight: 300;
      position: relative;
      padding: 4px 15px;
      display: block; }
      .widget-sidebar ul li a:before {
        background: #f16334;
        height: 5px;
        width: 5px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        content: ''; }
      @media (max-width: 1199px) {
        .widget-sidebar ul li a {
          font-size: 12px; } }
      @media (max-width: 991px) {
        .widget-sidebar ul li a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .widget-sidebar ul li a {
          font-size: 13px; } }
      @media (max-width: 575px) {
        .widget-sidebar ul li a {
          font-size: 13px; } }
      .widget-sidebar ul li a:hover {
        text-decoration: underline; }

/*      .geo-target .fas {
          float: left;
    font-size: 60px;
    margin-right: 10px;
        }*/
.geo-target {
  /*border-bottom: 1px solid #000;*/
  text-align: center; }

.geo-target {
  /*background: #cEfefef;*/
  color: #000;
  padding: 15px 0; }

.geo-target p {
  max-width: 768px;
  margin: 0 auto;
  font-size: 14px; }

.geo-target h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px; }

@media (max-width: 767px) {
  .geo-target {
    display: none; } }

.geo-target p {
  width: 100%;
  max-width: 100%; }

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0; }

.page-id-197 .breadcrumb, .error404 .breadcrumb {
  display: none; }

#header_content .mt-top {
  max-height: 300px;
  display: block;
  margin: 0 auto; }

nav.breadcrumb span {
  margin: 0 5px; }

.home .breadcrumb {
  display: none; }

nav.breadcrumb {
  display: block;
  text-align: center;
  /*border: 1px solid #000000;*/
  padding: 5px; }

.breadcrumb {
  background: #ffffff; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */ }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: none;
  width: 100%; }

.section .nav-links a span {
  color: #fff !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important; }

.single-post .post {
  text-align: justify; }

section.webiste {
  text-align: justify; }

.widget_recent_entries span {
  float: right; }

.widget_recent_entries span {
  float: right; }

.widget_recent_entries li {
  margin-bottom: 15px; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: none;
  width: 100%; }

.widget_recent_entries li {
  margin-bottom: 20px; }

.card .post-thumbnail {
  margin: 0; }

.section .nav-links a {
  display: block;
  /* width: 50%; */
  margin: 5px;
  padding: 10px;
  background: #f16334;
  color: #fff;
  border-radius: 4px; }

.section .nav-links span {
  color: #fff; }

.widget-sidebar ul li a:before {
  top: 55%; }

#main_content .customer .card img {
  display: none; }

#main_content .customer .card h5 {
  margin: 0; }

span.wpcf7-quiz-label {
  text-align: left !important;
  color: #000 !important;
  font-family: arial; }

label {
  text-align: left !important; }

span.wpcf7-quiz-label {
  text-align: left !important;
  -webkit-box-pack: normal !important;
  -ms-flex-pack: normal !important;
  justify-content: normal !important; }

span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  right: 0;
  top: 0;
  color: red !important; }

#main_content .development .btn {
  margin-top: 0;
  margin-bottom: 30px; }

span.wpcf7-quiz-label {
  margin: 0px 0 !important;
  display: block; }

input.wpcf7-form-control.wpcf7-quiz {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.section .input-group-append i {
  color: #1e075c;
  font-size: 18px;
  margin-right: 10px; }

#main_content .development .form-group span {
  padding: 0;
  margin: 0; }

p:empty {
  display: none; }

.cn img {
  display: inline-block;
  margin-left: 40px;
  height: 53px;
  border-radius: 4px; }

#header_content .navbar .navbar-brand img {
  height: auto; }

/*
  #footer_content .footer_call {
          bottom: 45px;
  }*/
a.gallery img {
  max-height: 160px;
  width: auto;
  display: block;
  margin: 0 auto; }

a.zoomLink {
  margin-bottom: 0; }

.card .fa-4x {
  background: #f16334;
  padding: 20px;
  color: #fff;
  border-radius: 50px;
  min-width: 105px; }

@media (min-width: 992px) {
  .page-template-page-contact-php #header_content .text-area img {
    margin-top: 0; }
  #main_content .customer .card {
    min-height: 180px; }
  #footer_content .footer_links p {
    font-size: 15px; }
  #header_content .navbar .navbar-brand img {
    max-width: 325px; } }

.tnp-widget-minimal input.tnp-submit {
  text-transform: unset !important; }

#header_content .text-area h2 {
  color: #000;
  text-align: center; }

#header_content .text-area h2 + p {
  margin-bottom: 10px;
  padding: 0; }

.page-id-197 .section, .page-id-197 .talk, .error404 .section, .error404 .talk {
  display: none; }

#header_content .text-area p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

@media (max-width: 992px) {
  .all a {
    font-size: 12px;
    padding: 14px 8px;
    padding-right: 25px; }
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px; }
  .all a:before {
    right: 5px; } }

.star li {
  padding-right: 0; }

@media (max-width: 767px) {
  .star li {
    font-size: 14px; } }

#header_content .text-area p {
  text-align: justify;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }

.widget-sidebar ul li a {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px; }

.widget-sidebar ul li:last-child a {
  border: 0; }

#footer_content .footer_links p {
  text-align: justify; }

address, .hentry {
  margin: 0 !important; }

#main_content .webiste .cn .btn {
  text-transform: none; }

.callout-dark h1, .callout-dark h3 {
  font-weight: bold; }

.card .fa-4x {
  padding: 10px;
  font-size: 30px;
  width: auto;
  min-width: 50px; }

#footer_content .navhead {
  padding-top: 20px; }

.colorbox-my {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .colorbox-my {
      max-width: 125px;
      float: right;
      margin-left: 20px; } }

@media (min-width: 768px) {
  .sameheight {
    border-left: 1px solid #000; } }

@media (max-width: 768px) {
  nav.breadcrumb > span:first-child {
    display: block; } }

.nav-links {
  margin-top: 10px; }

.sharethis-inline-share-buttons {
  margin: 20px 0 !important; }

.entry-meta {
  text-align: center;
  font-weight: bold; }

span.posted-on {
  font-weight: bold; }

footer.author_bio_section {
  background: whitesmoke;
  padding: 10px;
  border: 1px solid #ddd; }

p.author_name {
  font-size: 20px;
  margin-bottom: 5px; }

p.author_details img {
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

p.author_details {
  font-size: 16px; }

#footer_content .star a {
  color: #000; }

h1.product_title.entry-title {
  display: none; }

div#service_1745 {
  display: none; }

@media (max-width: 768px) {
  section.featured-area h2, section.section h2 {
    font-size: 18px; }
  .woocommerce ul.products li.product .price {
    color: #f16334;
    font-size: 16px; }
  section.featured-area h3, section.section h3 {
    font-size: 16px; }
  section.featured-area h4, section.section h4 {
    font-size: 15px; }
  section.featured-area h5, section.section h5 {
    font-size: 14px; } }

#footer_content .footer_links ul li a {
  padding: 2px 5px; }

span.onsale {
  display: none; }

.woocommerce ul.products li.product .woocommerce-placeholder {
  display: none; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #f16334; }

.woocommerce ul.products p {
  font-size: 14px;
  word-break: break-word; }

.related > h2 {
  display: none; }

.woocommerce ul.products ul li {
  padding-left: 15px;
  padding-right: 5px;
  margin: 0;
  display: block;
  width: 100%; }

.woocommerce ul.products li.product .button {
  display: block;
  padding: .618em .5em;
  text-align: center;
  min-width: 80px;
  border: 1px solid #f16334; }

.woocommerce ul.products li.product .button:hover {
  background-color: #f16334;
  color: #fff; }

.woocommerce ul.products li.product {
  text-align: justify;
  word-break: unset; }

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0;
  padding: 0; }

.woocommerce ul.products ul li {
  position: relative;
  font-size: 14px; }

.woocommerce ul.products ul li:before {
  background: #f16334;
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  content: ""; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px; }

.woocommerce ul.products li.product .price {
  color: #f16334;
  font-size: 16px; }

.woocommerce ul.products ul {
  max-height: 160px;
  overflow-y: scroll;
  margin-bottom: 15px; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: none; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.woocommerce .products ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px; }

/* Track */
.woocommerce .products ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px; }

/* Handle */
.woocommerce .products ul::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px; }

/* Handle on hover */
.woocommerce .products ul::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
  border-radius: 4px; }
