@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=latin-ext");
.mobile-menu-show {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important; }

.home-footer {
  height: 241px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1021px) {
    .home-footer {
      height: 340px; } }


#Header-carousel .carousel-img {
    max-height: 768px;
    width: 100%;
    object-fit: cover;
    /* height: 300px; */
    width: 100%;
    border-radius: 4px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  @media (max-width: 1021px) {
    #Header-carousel .carousel-img {
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover; } }

@media (max-width: 1021px) {
  #Header-carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10%; } }

#Header-carousel .carousel-item:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(126deg, #002355 1%, rgba(0, 53, 133, 0.1) 81%);
  z-index: 1;
  position: absolute;
  top: 0;
  pointer-events: none; }

#Home-carousel {
  margin-top: 80px; }
  #Home-carousel .carousel-img {
    float: left;
    height: 528px;
    width: 570px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1215px) {
      #Home-carousel .carousel-img {
        width: 400px;
        height: auto;
        margin-top: 125px;
        margin-left: 20px; } }
    @media (max-width: 1021px) {
      #Home-carousel .carousel-img {
        width: 100%;
        margin-top: 16px;
        margin-left: 0; } }
  #Home-carousel .carousel-caption {
    float: right;
    margin-left: 50px;
    color: red;
    position: relative;
    height: auto;
    margin-top: 145px;
    right: 0;
    left: 0;
    text-align: left;
    width: 510px; }
    @media (max-width: 1215px) {
      #Home-carousel .carousel-caption {
        margin-right: 30px; } }
    @media (max-width: 1021px) {
      #Home-carousel .carousel-caption {
        margin-bottom: 238px;
        margin-top: 25px;
        width: 100%;
        margin-left: 0;
        float: inherit;
        display: block !important; } }
    #Home-carousel .carousel-caption h5 {
      font-size: 56px;
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      color: #333333; }
      @media (max-width: 1215px) {
        #Home-carousel .carousel-caption h5 {
          font-size: 46px; } }
      @media (max-width: 1021px) {
        #Home-carousel .carousel-caption h5 {
          font-size: 36px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.17;
          letter-spacing: normal;
          text-align: center;
          color: #333333; } }
    #Home-carousel .carousel-caption p {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      color: #333333; }
      @media (max-width: 1021px) {
        #Home-carousel .carousel-caption p {
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.6;
          letter-spacing: normal;
          text-align: center;
          color: #333333; } }
  #Home-carousel .carousel-control-btns {
    position: absolute;
    bottom: 21%;
    right: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999; }
    @media (max-width: 1215px) {
      #Home-carousel .carousel-control-btns {
        bottom: 0;
        z-index: 999; } }
    #Home-carousel .carousel-control-btns a {
      position: relative;
      color: #003585;
      top: 0;
      left: 0;
      right: 0;
      margin-right: 8px;
      opacity: 1;
      padding: 12px;
      border-radius: 50%;
      border: solid 1px #eeeeee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      font-size: 22px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      #Home-carousel .carousel-control-btns a svg {
        pointer-events: none; }
      #Home-carousel .carousel-control-btns a:hover {
        background-color: #003585;
        color: #ffffff;
        border-color: #003585 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    @media (max-width: 1021px) {
      #Home-carousel .carousel-control-btns {
        display: none; } }
  #Home-carousel ol.carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 208px; }
    #Home-carousel ol.carousel-indicators li {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #e1e1e1;
      opacity: 1; }
    #Home-carousel ol.carousel-indicators li.active {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 4px solid #002355; }

.brand {
  /*padding-top: 64px;
  padding-bottom: 64px;*/ }

  .brand .container {
    position: relative; }

  .brand-list {
    margin-top: 0;
   }
    @media (max-width: 1021px) {
      .brand-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .brand-list-item {
      cursor: pointer;
      /*width: 215px;*/
      width: 270px;
      height: 156px;
      border-radius: 7px;
      border: solid 1px #e1e1e1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 30px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      background: #fff; }
      @media (max-width: 1021px) {
        .brand-list-item {
          max-width: 120px;
          height: 100px;
          margin-right: 10px;
          margin-bottom: 20px; }
          .brand-list-item:nth-child(2) {
            margin-right: 0; } }
      .brand-list-item img {
        max-width: 100%;
        max-height: 100%;    padding: 0 50px;
 }
        @media (max-width: 1021px) {
          .brand-list-item img {
            width: 75px; } }
      .brand-list-item:last-child {
        margin-right: 0; }
      .brand-list-item:hover {
        /*transition: all 0.4s;
        box-shadow: 0 10px 30px 0 rgba(80, 88, 101, 0.1);
        border-color: #ffffff;*/
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.info {
  position: relative;
  min-height: 688px; }
  @media (max-width: 1021px) {
    .info {
      height: 100vh; } }
  .info-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0; }
    .info-right-bottom-box {
      position: relative;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 199px 583px;
      border-color: transparent transparent #f7d900 transparent; }
      .info-right-bottom-box:after {
        content: '';
        position: absolute;
        right: 0;
        top: 109px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 91px 488px;
        border-color: transparent transparent #002355 transparent; }
      .info-right-bottom-box:before {
        content: '';
        position: absolute;
        right: 0;
        top: 54px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 145px 540px;
        border-color: transparent transparent #eb6428 transparent; }
  .info-left-top {
    position: absolute;
    left: 0;
    top: 0; }
    .info-left-top-box {
      position: relative;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 688px 570px 0 0;
      border-color: #f7d900 transparent transparent transparent; }
      @media (max-width: 1021px) {
        .info-left-top-box {
          border-width: 217px 342px 0 0; } }
      .info-left-top-box:after {
        content: '';
        position: absolute;
        bottom: 374px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 314px 477px 0 0;
        border-color: #002355 transparent transparent transparent; }
        @media (max-width: 1021px) {
          .info-left-top-box:after {
            border-width: 99px 268px 0 0;
            bottom: 119px; } }
      .info-left-top-box:before {
        content: '';
        position: absolute;
        bottom: 187px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 501px 527px 0 0;
        border-color: #eb6428 transparent transparent transparent; }
        @media (max-width: 1021px) {
          .info-left-top-box:before {
            border-width: 158px 316px 0 0;
            bottom: 60px; } }

.companies {
  margin-top: 122px;
  margin-bottom: 122px; }
  .companies-title h5 {
    font-size: 56px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #333333; }
  .companies-desc {
    margin-top: 36px; }
    .companies-desc p {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: #333333; }
  .companies-list {
    margin-top: 40px; }
    @media (max-width: 1215px) {
      .companies-list {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .companies-list > .col-3 {
          min-width: 327px;
          margin-bottom: 25px; } }
    .companies-list-item-img {
      width: 270px;
      height: 176px;
      border-radius: 7px;
      border: solid 1px #e1e1e1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .companies-list-item-img img {
        width: 140px;
        height: 80px; }
    .companies-list-item-title h2 {
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.45;
      letter-spacing: normal;
      color: #333333;
      margin-top: 22px; }
    .companies-list-item-desc {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #999999;
      height: 120px; }
    .companies-list-item-link {
      width: 65%;
      border-radius: 3px;
      display: block;
      padding: 10px 7px 10px 15px;
      border: solid 1px #e1e1e1;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #424242;
      margin-top: 24px; }
      .companies-list-item-link span {
        float: right;
        color: transparent; }
      .companies-list-item-link:hover {
        text-align: left;
        text-decoration: none;
        background: #003585;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-color: #003585; }
        .companies-list-item-link:hover span {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #ffffff; }

.home-contact {
  margin-top: 122px; }
  .home-contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px; }
    .home-contact-title span {
      font-size: 56px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.14;
      letter-spacing: normal;
      text-align: center;
      color: #333333; }

.home-footer-contact-bar {
  position: absolute;
  width: 100%;
  top: -65px;
  pointer-events: none; }
  @media (max-width: 1021px) {
    .home-footer-contact-bar {
      top: -105px; } .brand-list-item img {
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
}}
  .home-footer-contact-bar-content {
    padding: 31px 0 31px 64px;
    background-color: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1021px) {
      .home-footer-contact-bar-content {
        padding: 15px; } }
    .home-footer-contact-bar-content-item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .home-footer-contact-bar-content-item-title h5 {
        margin-bottom: 0;
        margin-left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 5px;
        color: #333333; }
    .home-footer-contact-bar-content-item-desc {
      margin-left: 30px; }
      .home-footer-contact-bar-content-item-desc p {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #999999; }
    @media (max-width: 1021px) {
      .home-footer-contact-bar-content-item {
        margin-top: 20px; } }

.contact-body {
  margin-top: 130px;
  margin-bottom: 130px; }
  @media (max-width: 1021px) {
    .contact-body {
      margin-bottom: 25px;
      margin-top: 70px; } }
  .contact-body-form a.submit-btn {
    text-align: center;
    padding: 10px;
    background-color: #002355;
    color: #ffffff; }
    .contact-body-form a.submit-btn:hover {
      text-decoration: none;
      opacity: 0.7; }
  @media (max-width: 1021px) {
    .contact-body-form {
      position: absolute;
      top: 175px;
      left: 10%;
      margin: 0 auto;
      width: 80%;
      background: #fff;
      padding: 23px;
      text-align: center;
      z-index: 99;
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      border-radius: 10px; } }
  .contact-body-bottom {
    margin-top: 100px; }
    @media (max-width: 1021px) {
      .contact-body-bottom {
        margin-top: 285px; } }
    .contact-body-bottom-item {
      border-radius: 7px;
      border: solid 1px #e1e1e1;
      padding: 32px 33px; }
      @media (max-width: 1021px) {
        .contact-body-bottom-item {
          margin-bottom: 25px; } }
      .contact-body-bottom-item p {
        font-size: 15px; }

.Header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media (max-width: 1215px) {
    .Header-left {
      padding-left: 15px; } }
  .Header-left-logo {
    width: 140px;
    height: 110px; }
    .Header-left-logo a {
      display: block;
      padding: 15px 15px; }
      .Header-left-logo a img {
        width: 100%; }
  .Header-right {
    position: static; }
    @media (max-width: 1215px) {
      .Header-right {
        padding-right: 15px; } }
    .Header-right ul.parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0;
      margin: 0; }
      .Header-right ul.parent a.closeMobileMenuBtn {
        display: none; }
      .Header-right ul.parent li.sep {
        display: none; }
        @media (max-width: 1021px) {
          .Header-right ul.parent li.sep {
            display: block;
            border-top: 1px solid #fff;
            width: 60%;
            margin: 0 auto;
            opacity: 0.5; } }
      .Header-right ul.parent li.parent {
        list-style: none;
        position: relative;
        display: block; }
        .Header-right ul.parent li.parent:hover a.parent {
          text-decoration: none;
          color: #f7d900; }
          .Header-right ul.parent li.parent:hover a.parent:after {
            border-color: #f7d900; }
        .Header-right ul.parent li.parent ul.sub {
          visibility: hidden;
          opacity: 0;
          -webkit-transition: visibility 0s, opacity 0.5s linear;
          transition: visibility 0s, opacity 0.5s linear;
          position: absolute;
          background-color: #ffffff;
          margin: 0;
          top: 50px;
          right: -82px;
          width: 220px;
          border-radius: 7px;
          padding: 18px 31px 18px 31px;
          -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
          @media (max-width: 1215px) {
            .Header-right ul.parent li.parent ul.sub {
              right: 0; } }
          .Header-right ul.parent li.parent ul.sub:hover {
            visibility: visible;
            opacity: 1;
            -webkit-transition: visibility 0.5s, opacity 0.5s linear;
            transition: visibility 0.5s, opacity 0.5s linear; }
            .Header-right ul.parent li.parent ul.sub:hover ~ a.parent {
              text-decoration: none;
              color: #f7d900; }
              .Header-right ul.parent li.parent ul.sub:hover ~ a.parent:after {
                border-color: #f7d900; }
          .Header-right ul.parent li.parent ul.sub li.sub {
            list-style: none; }
            .Header-right ul.parent li.parent ul.sub li.sub a {
              color: #333333;
              display: block;
              padding: 10px 0;
              border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
              .Header-right ul.parent li.parent ul.sub li.sub a:hover {
                text-decoration: none; }
            .Header-right ul.parent li.parent ul.sub li.sub:last-child a {
              border: none; }
        .Header-right ul.parent li.parent a.parent {
          display: block;
          padding: 10px;
          color: #ffffff;
          font-size: 16px; }
          .Header-right ul.parent li.parent a.parent:after {
            width: 50%;
            border-top: 3px solid transparent;
            border-radius: 3px;
            content: '';
            display: block !important;
            margin: 5px auto 0 auto; }
          .Header-right ul.parent li.parent a.parent:hover ~ ul.sub {
            visibility: visible;
            opacity: 1;
            -webkit-transition: visibility 0.5s, opacity 0.5s linear;
            transition: visibility 0.5s, opacity 0.5s linear; }
      @media (max-width: 1021px) {
        .Header-right ul.parent {
          -webkit-transition: all 0.5s !important;
          transition: all 0.5s !important;
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100vh;
          background-color: #002355;
          opacity: 0.9;
          z-index: 999; }
          .Header-right ul.parent a.closeMobileMenuBtn {
            display: block;
            color: #ffffff;
            font-size: 24px;
            width: 100%;
            text-align: right;
            padding: 20px;
            font-weight: 500;
            margin-bottom: 25px; }
          .Header-right ul.parent li.parent {
            width: 100%;
            overflow: visible;
            position: relative; }
            .Header-right ul.parent li.parent:hover a.parent {
              text-decoration: none;
              color: #f7d900; }
              .Header-right ul.parent li.parent:hover a.parent:after {
                border-color: #f7d900; }
            .Header-right ul.parent li.parent a.parent {
              font-size: 32px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 2;
              letter-spacing: normal;
              text-align: center;
              color: #ffffff; }
              .Header-right ul.parent li.parent a.parent:hover ~ ul.sub {
                visibility: inherit;
                opacity: inherit; }
            .Header-right ul.parent li.parent ul.sub {
              position: relative;
              display: none;
              visibility: hidden;
              opacity: 0;
              top: 0;
              left: 0;
              right: 0;
              width: 100%;
              border-radius: 0; } }
    .Header-right .openMobileMenuBtn {
      display: none; }
      @media (max-width: 1021px) {
        .Header-right .openMobileMenuBtn {
          display: block;
          color: #ffffff;
          font-size: 32px;
          text-align: right; } }
  .Header-carousel-caption {
    left: 0;
    right: unset;
    text-align: left;
    /*bottom: 105px;*/
    bottom: 265px; }
    @media (max-width: 1215px) {
      .Header-carousel-caption {

    bottom: 325px;
         } }
    .Header-carousel-caption h5 {
      font-size: 25px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.11;
      letter-spacing: normal;
      color: #ffffff; }
	  .Header-carousel-caption h2 {
     font-size: 30px;
    font-weight: 900;
    /* font-stretch: normal; */
    /* font-style: normal; */
    line-height: 1.11;
    letter-spacing: normal;
    color: #ffffff; }
      @media (max-width: 1021px) {
        .Header-carousel-caption h5 {
          font-size:14px;
          line-height: 1.15; } }

		  @media (max-width: 1021px) {
        .Header-carousel-caption h2 {
          font-size: 20px;
          line-height: 1.15; } }
  .Header-carousel-indicators ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 10px; }
    .Header-carousel-indicators ol li {
    }
    .Header-carousel-indicators ol li.active {
      width: 10px;
      height: 10px;
      background-color: transparent;
      }

.Footer {
  background-color: #002355;
  position: relative; }
  .Footer-left-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 80px; }
    .Footer-left-logo img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .Footer-right-menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .Footer-right-menu ul li {
      list-style: none; }
      .Footer-right-menu ul li a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        margin-left: 20px; }
  .Footer-right-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 51px;
    float: right; }
    .Footer-right-logo img {
      height: 51px; }

.mobile-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px; }
  .mobile-menu-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }
    .mobile-menu-bottom-item:hover {
      color: #ffffff;
      text-decoration: none; }

.centerBox {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.centerBox h2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.brand {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 2;
}

.form-control {
    font-size: 14px !important;
}
.imgHere {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 800px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-item img {
      width: 100%;
  }
   .mobile-number {
     font-size: 16px;
     top: 22px;
   }
   .mobile-number i {
     margin-right: 5px;
   }
   .mainSlider{
     height: 100vh;
     overflow: hidden;
     position: relative;
   }
   .boxText {
      margin-bottom: 200px;
  }
  #hakkimizda {
    padding-top: 0 !important;
  }
}
