/***
=============================================
Main Header Two
=============================================
***/
.main-menu {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu__wrapper-inner {
    position: relative;
    display: block;
    z-index: 1;
}
.main-header-two {
    position: relative;
    display: block;
    z-index: 4;
  }

  /* .main-header-two .container {
    max-width: 1830px;
    width: 100%;
  } */

  .main-header-two__inner {
    position: relative;
    display: block;
    padding-left: 360px;
  }

  .main-header-two__top {
    position: relative;
    display: block;
    padding: 14px 0px 20px;
    z-index: 1;
}

  .logo-box-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    display: flex;
    align-items: center;
    padding-right: 110px;
    z-index: 2;
  }

  .logo-box-two::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 250px;
    background: #29408f;
    content: "";
    z-index: -1;
  }

  .logo-box-two::after {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    background: #29408f;
    clip-path: polygon(0% 0%, 65% 0, 58% 120%, 100% 100%, 0% 100%);
    content: "";
    z-index: -1;
  }

  .main-header-two__top {
    position: relative;
    display: block;

    z-index: 1;
  }

  .main-header-two__top::before {
    position: absolute;
    top: 0;
    left: -9999px;
    bottom: 0;
    right: -9999px;
    background: #ff5d26;
    content: "";
    z-index: -1;
  }

  .main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-two__top-left {
    position: relative;
    display: block;
  }

  .main-menu__main-menu-box {
    position: relative;
    display: block;
}

  .header-contact-style2 {
    position: relative;
    display: block;
  }

  .header-contact-style2 ul {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header-contact-style2 ul li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header-contact-style2 ul li+li {
    margin-left: 80px;
  }

  .header-contact-style2 ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 1px;
  }

  .header-contact-style2 ul li .icon span {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 17px;
    line-height: 17px;
  }



  .header-contact-style2 ul li .text-box .text1 {
    color: white;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .header-contact-style2 ul li .text-box .text2 {
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .header-contact-style2 ul li .text-box .text2 a {
    color: white;
  }

  .header-contact-style2 ul li .text-box .text2 a:hover {
    color: orangered;
  }

  .main-header-two__top-right {
    position: relative;
    display: block;
  }

  .header-social-link-style2 {
    position: relative;
    display: block;
  }



  .header-social-link-style2 .title-box p {
    color: white;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .header-social-link-style2 ul {
    position: relative;
    display: block;
  }

  .header-social-link-style2 ul li {
    position: relative;
    display: inline-block;
  }

  .header-social-link-style2 ul li+li {
    margin-left: 11px;
  }

  .header-social-link-style2 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 30px;
    height: 30px;
    background: white;
    z-index: 1;
  }

  .header-social-link-style2 ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: orangered;
    border-radius: 0%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
  }

  .header-social-link-style2 ul li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
  }

  .header-social-link-style2 ul li a:hover {
    color: white;
  }

  .header-social-link-style2 ul li a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
  }

  .main-header-two__bottom {
    position: relative;
    display: block;
  }

  .main-header-two__bottom .shape1 {
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 70px;
    background: #983315;
    clip-path: polygon(0% 0%, 45% 0, 29% 32%, 100% 100%, 0% 100%);
  }

  .main-header-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-two__bottom-left {
    position: relative;
    display: block;
  }

  .main-header-two .main-menu .main-menu__list>li,
  .main-header-two .stricky-header .main-menu__list>li {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .main-header-two .main-menu .main-menu__list>li>a,
  .main-header-two .stricky-header .main-menu__list>li>a {
    color: black;
  }

  .main-header-two .main-menu .main-menu__list>li.current>a,
  .main-header-two .main-menu .main-menu__list>li:hover>a,
  .main-header-two .stricky-header .main-menu__list>li.current>a,
  .main-header-two .stricky-header .main-menu__list>li:hover>a {
    color: orangered;
  }

  .main-header-two__bottom-right {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header-search-box-two {
    position: relative;
    display: block;
    margin-right: 40px;
    line-height: 0px;
  }

  .header-search-box-two a {
    position: relative;
    display: inline-block;
    color: black;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }

  .header-search-box-two a:hover {
    color: orangered;
  }

  .main-header-two__bottom-right .sidebar-icon {
    position: relative;
    display: block;
    margin-right: 40px;
  }

  .main-header-two__bottom-right .sidebar-icon a {
    position: relative;
    display: block;
  }

  .main-header-two__bottom-right .sidebar-icon a span+span {
    margin-top: 5px;
  }

  .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    background-color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
    width: 30px;
    background: orangered;
  }

  .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background-color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
    width: 20px;
    background: orangered;
  }

  .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
    position: relative;
    display: block;
    height: 2px;
    width: 25px;
    background-color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
    width: 30px;
    background: orangered;
  }

  .main-header-two__bottom-right .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
  }


  .stricky-header--style2 .container {
    max-width: 1830px;
  }

  .stricky-header--style2 .main-header-two__top {
    display: none;
  }

  .stricky-header--style2 .main-header-two__bottom .shape1 {
    display: none;
  }

  .stricky-header--style2.stricky-header .main-menu__list>li {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .stricky-header--style2 .logo-box-two::after {
    clip-path: none;
  }

  .stricky-header--style2 .logo-box-two {
    height: 112px;
    padding-right: 50px;
  }

  .stricky-header--style2 .header-search-box-two a {
    color: white;
  }

  .stricky-header--style2 .header-search-box-two a:hover {
    color: orangered;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
    background-color: white;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
    background-color: orangered;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
    background-color: white;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
    background-color: orangered;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
    background-color: white;
  }

  .stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
    background-color: orangered;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after{
    content: none !important;
  }
  .rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg);
    }
  }

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
  }

  .marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
    min-width: 200%;
  }
  .contact-form::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid #e43130;
    z-index: 3;
}
  @media only screen and (max-width:768px) {
    .logo-box-two {
        position: relative;
        height: auto;

        display: block;
        padding-right: 0px;
      }
    .logo-box-two::before {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #29408f;
        content: none;
        z-index: -1;
      }

      .logo-box-two::after {
        position: relative;
        top: 0;
        left: 0px;
        bottom: 0;
        right: 0;
        background: #29408f;
        clip-path: polygon(0% 0%, 65% 0, 56% 71%, 100% 100%, 0% 100%);
        content: none;
        z-index: -1;
      }
      .main-header-two__inner {

        padding-left: 0px;
      }

  }
