/*
* expandable menu started
*/
body {
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  .header-navigation .navigation-box li {
    margin: 0 20px 20px !important;
  }

  .owl-carousel.owl-drag .owl-item{
    padding: 0rem 4rem 0;
  }

  .cta-one .container .banner-mid-wrapper .cta-one__moc{
    left: -2%;
    height: 80vh;
    width: 95%;
    max-width: 500px;
    display: block;
    object-fit: cover;
  }

  .cta-one .container .banner-mid-mask{
    left: -2%;
    top: 0;
    z-index: 1;
    width: 95%;
    max-width: 500px;
    opacity: 0.5;
  }

  .banner-one__moc {
    bottom: 16%;
    right: 0%;
    width: 50% !important;
  }
  .banner-one__moc:before {
    left: 45%;
    height: 550px;
  }
  .header-navigation .logo {
    width: 100%;
  }
  .banner-one__content {
    margin-left: 0;
  }
  .app-shot-one .app-shot-one__carousel:before {
    transform: translate(-50%, -49%) scale(0.94);
    top: 45.5%;
  }
  .mentors__desc-list {
    margin-top: 0;
  }
  .banner-one__moc p {
    left: -15%;
    bottom: 7%;
  }
  .owl-carousel .item-banner-top {
    height: 600px;
  }
  .banner-one .container {
    padding: 150px 0 0 0;
  }
  .cta-one .container img {
    right: 50%;
  }
  .cta-one__content {
    margin-left: 50px;
  }

  .banner-one__carousel .owl-dots{
    left: 4rem;
    bottom: 5%;
  }
}
@media (max-width: 1199px) {
  .header-navigation {
    margin-bottom: 0;
  }
  .header-navigation .container .logo-box .navbar-brand {
    margin-left: 6vw !important;
  }
  .banner-one__carousel .owl-dots {
    position: absolute;
    bottom: 8%;
    left: 7%;
  }
  .banner-one__carousel .owl-carousel .owl-item img {
    width: 60%;
  }
  .banner-one__moc {
    width: 90%;
    bottom: 10%;
  }
  .banner-one__moc p {
    left: -20%;
    bottom: 7%;
  }
  .banner-one__moc:before {
    width: 450px !important;
    clip-path: polygon(0 0, 100% 0, 60% 50%, 40% 50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 50%, 40% 50%);
  }
  .banner-one__content {
    margin-left: 0;
  }
  .banner-one__text {
    max-width: 400px;
  }
  .cta-one .container .banner-mid-wrapper img {
    width: 70%;
    border-top-right-radius: 158px !important;
  }
  .cta-one .container .banner-mid-mask {
    width: 651px;
    height: 670px;
  }
  .testimonials-one__carousel .owl-dots {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
  }
  .owl-carousel .item-banner-top {
    height: 650px;
    margin: 100px auto 0 auto;
    position: relative;
  }
  .cta-one .container img {
    left: -35%;
  }
  .cta-one .container:before {
    top: -50%;
  }
  .cta-one__text .title-2 {
    margin-top: 72px;
  }
  .app-shot-one .mentors__desc {
    margin-top: 160px;
  }
  .testimonials-one__inner .startupbtn {
    width: 185px;
    margin-bottom: 5px;
  }
  .app-shot-one .app-shot-one__carousel:before {
    transform: translate(-50%, -49%) scale(0.8) !important;
  }
  .app-shot-one .app-shot-one__carousel {
    height: 600px;
  }
  .app-shot-one__carousel .owl-nav button.owl-prev {
    top: 42%;
  }
  .app-shot-one__carousel .owl-nav button.owl-next {
    top: 42%;
  }
  .subscribe__flex .bottom .sub-desc-left {
    margin-bottom: 0;
  }
  .subscribe__flex .bottom .sub-desc-right {
    margin-left: 80px;
  }
  .logo-box {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .subscribe__flex .bottom .sub-desc-right a {
    width: fit-content;
  }
  .subscribe__flex .bottom {
    padding: 0px 20px;
  }
  .app-shot-one .app-shot-one__carousel {
    height: 600px;
  }
  .app-shot-one .app-shot-one__carousel:before {
    transform: translate(-50%, -49%) scale(0.8);
  }
  .navigation-box {
    margin: 0;
  }
  .testimonials-one {
    margin-top: 5vh;
    padding-top: 0;
  }
  .navbar-expand-lg .menu-toggler {
    display: block;
    margin-right: 0;
    border-color: #fff;
    background-color: transparent !important;
    margin: 23px 0;
    color: #fff;
    border: none;
    font-size: 28px;
    float: right;
    outline: none;
    cursor: pointer;
    z-index: 99;
  }

  .menu-toggler .icon-bar {
    background: #fff;
  }

  .navbar-expand-lg .navbar-collapse {
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    background: transparent;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
  }

  .navbar-expand-lg .navbar-collapse.showen {
    display: block !important;
    height: auto;
    max-height: 70vh;
  }

  .navbar-collapse.show {
    overflow-y: auto;
  }

  .header-navigation .main-navigation {
    float: none !important;
    text-align: left !important;
  }

  .header-navigation .nav {
    width: 100%;
    text-align: left;
  }

  .header-navigation .nav > li {
    display: block;
    padding: 0 !important;
    width: 100%;
    float: none;
  }

  .header-navigation .nav > li + li {
    margin-left: 0 !important;
  }

  .header-navigation .nav > li > a {
    padding: 8px 0;
  }

  .header-navigation .right-box.nav {
    width: 100%;
    margin: 0;
  }

  .header-navigation .right-box.nav > li > a {
    border: none !important;
    padding: 8px 0;
    color: #fff;
  }

  .header-navigation .nav > li > a:after {
    display: none;
  }

  .header-navigation .nav.navigation-box + .nav {
    border-top: 1px dashed #2a2833;
  }

  .header-navigation .navigation-box > li > .sub-menu,
  .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    display: none;
    float: none !important;
    margin: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .header-navigation .navigation-box > li > .sub-menu > li > a::after {
    display: none;
  }

  .header-navigation ul.navigation-box > li + li {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: none;
    margin: 0 !important;
  }

  .header-navigation .nav > li.show-mobile {
    display: none;
  }

  .header-navigation ul.navigation-box > li > a,
  .header-navigation .right-box.nav > li > a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 16px 0 16px 20px !important;
    -webkit-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
  }

  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 9px 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    /*margin-top: 8px;*/
    margin-right: 0px;
    display: block;
    cursor: pointer;
    outline: none;
  }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 1px;
    width: 20px;
  }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .header-navigation .container .right-side-box {
    top: 25px;
    right: 15px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .header-navigation .container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }

  .header-navigation .container .logo-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
    padding-right: 145px;
  }

  .header-navigation .container .logo-box .navbar-toggler {
    float: left;
  }

  .header-navigation ul.navigation-box {
    display: block;
    margin: 0 !important;
    width: 100%;
  }

  .header-navigation ul.navigation-box > li {
    padding: 0;
    display: block;
  }

  .header-navigation ul.navigation-box > li > a {
    display: block;
    padding: 13px 30px;
  }

  .header-navigation ul.navigation-box > li > a:after {
    display: none;
  }

  .header-navigation ul.navigation-box > li + li {
    margin: 0;
  }

  .header-navigation .main-navigation {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    background: #18212e;
    max-height: 70vh;
    overflow-y: scroll;
  }

  .header-navigation.stricky-fixed ul.navigation-box > li {
    padding: 0;
  }

  .header-navigation .container .logo-box .navbar-brand {
    background-color: transparent;
  }

  .header-navigation .container .menu-toggler {
    margin: 28px 0;
    color: #2a2833;
    margin-left: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
  }

  .header-navigation .container .logo-box {
    padding-right: 15px !important;
  }

  .header-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-navigation .container .logo-box {
    left: 0 !important;
  }

  .header-navigation .container .logo-box {
    padding-left: 15px;
  }

  .header-navigation .main-navigation {
    padding-right: 0;
  }

  .header-navigation ul.navigation-box > li.current > a,
  .header-navigation ul.navigation-box > li:hover > a {
    color: #fff;
  }

  .site-header__header-two .header-navigation .container .menu-toggler {
    color: #fff;
  }

  .site-header__header-two .header-navigation ul.navigation-box > li > a {
    color: #fff;
  }
  .blog-one__content {
    padding-left: 37px;
    padding-right: 37px;
  }

  .cta-one__moc {
    left: -20%;
  }

  .cta-two__moc {
    right: -70px;
  }

  .cta-one .flex-2 {
    min-width: 160px;
    margin-top: 50px;
  }

  .banner-two__moc {
    right: -29%;
  }
}
@media (max-width: 1180px) {
  .subscribe .subscribe__flex .top .sub-section {
    flex: 1;
    padding: 2rem;
  }

  .subscribe .subscribe__flex .top .sub-banner {
    flex: 1;
  }

  .subscribe .subscribe__flex .top .sub-section .title {
    font-size: 36px;
    line-height: 2rem;
  }
  .subscribe .subscribe__flex .top .sub-section .text {
    line-height: 2rem;
    font-size: 16px;
    margin-bottom: 0;
  }
  .subscribe__flex .bottom .sub-desc-right p {
    margin-top: 150px;
  }
}
@media (max-width: 1024px) {
  .subscribe__flex .bottom {
    padding: 50px;
  }
  .subscribe__flex .bottom .sub-desc-right {
    margin-top: 0px;
  }
  .subscribe__flex .bottom .sub-desc-right p {
    margin-top: 103px;
  }
  .subscribe__flex .bottom .sub-desc-right {
    margin-top: 100px;
  }
  .app-shot-one .app-shot-one__carousel {
    height: 500px;
  }
  .app-shot-one .app-shot-one__carousel:before {
    transform: translate(-50%, -48%) scale(0.65) !important;
  }
}
@media (max-width: 990px) {
  .header-navigation .container .logo-box .navbar-brand {
    margin-left: 120px !important;
    margin-bottom: 25px !important;
    margin-top: 20px;
  }
  .header-navigation .container .right-side-box {
    top: 20% !important;
  }
  .service-one__single {
    margin-bottom: 50px;
  }
  .banner-one__moc {
    right: 0%;
    width: 50%;
    bottom: 18%;
  }
  .banner-one__title {
    font-size: 58px;
  }
  .banner-one__text {
    font-size: 16px;
  }
  .banner-one__moc p {
    left: 12%;
    z-index: 6;
    bottom: -4%;
  }
  .banner-one__text {
    max-width: 315px;
  }
  .banner-one__carousel .owl-dots {
    position: absolute;
    bottom: 22%;
    left: 9% !important;
  }
  .owl-carousel .item-banner-top {
    height: 500px;
  }
  .banner-one .container {
    padding: 140px 0 0 0;
  }
  .banner-mid-mask {
    height: 497px !important;
    width: 483px !important;
    overflow: hidden;
  }
  .cta-one .container .banner-mid-wrapper img {
    border-top-right-radius: 118px !important;
  }
  .testimonials-one {
    padding-top: 0px;
  }
  .testimonials-one__inner .position {
    padding-bottom: 20px;
  }
  .testimonials-one__inner .description {
    font-size: 20px;
  }
  .fact-one__single {
    margin-bottom: 20px;
  }
  .cta-one__text .title-2 {
    margin-top: 34px;
  }
  .testimonials-one__inner {
    padding: 50px;
  }
  .owl-carousel .owl-item .img-startup {
    width: 30%;
  }
  .testimonials-one__carousel .owl-nav button.owl-prev {
    left: -13%;
  }
  .testimonials-one__carousel .owl-nav button.owl-next {
    right: -13%;
  }
  .brand-one__carousel {
    padding-right: 0;
  }
  .owl-carousel .center .mentors__desc {
    margin-top: 10px;
  }
  .app-shot-one .app-shot-one__carousel::before {
    display: none;
  }
  .app-shot-one .app-shot-one__carousel {
    padding-top: 0;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .app-shot-one .app-shot-one__carousel:before {
    transform: translate(-50%, -55%) scale(0.75) !important;
  }
  .app-shot-one__carousel .owl-nav button.owl-prev {
    top: 40%;
    left: 30%;
  }
  .app-shot-one__carousel .owl-nav button.owl-next {
    top: 40%;
    right: 30%;
  }
  .app-shot-one .mentors__desc {
    margin-top: 40px;
  }
  .banner-mid-wrapper {
    display: none;
  }
  .brand-one {
    margin-bottom: 70px;
  }
  .cta-one .container img {
    -webkit-border-top-right-radius: 150px;
    -moz-border-radius-topright: 150px;
    border-top-right-radius: 150px;
    z-index: -2;
    max-width: 100% !important  ;
  }

  .site-footer__upper {
    padding-bottom: 90px;
  }

  .site-footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-one__moc {
    position: relative;
    top: auto;
    left: auto;
  }

  .cta-two__moc {
    position: relative;
    top: auto;
    right: auto;
  }

  .pricing-one [class*="col-"] {
    margin-bottom: 0;
  }

  .pricing-one [class*="col-"] + [class*="col-"] {
    border-left: 0;
    border-top: 1px solid #efefef;
    padding-top: 40px;
    margin-top: 40px;
  }

  .testimonials-one__single p br {
    display: none;
  }

  .fact-one__single {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-two__moc {
    right: -52%;
  }
  .banner-one__carousel .owl-dots {
    left: 15%;
  }
  .cta-one__bg {
    z-index: -999;
    right: 0;
  }

  .cta-one .flex-2 {
    margin-top: 50px;
  }

  .app-shot-one {
    padding-bottom: 15px;
  }

  .testimonials-one__nav-left,
  .testimonials-one__nav-right {
    display: none;
  }

  .subscribe .subscribe__flex .top {
    flex-direction: column;
  }

  .subscribe .subscribe__flex .top .sub-section {
    width: 100%;
  }

  .subscribe .subscribe__flex .top .sub-banner {
    display: none;
  }
  .subscribe .subscribe__flex .top .sub-section .title,
  .text,
  .subscribe-btn {
    margin: 20px auto;
  }

  .subscribe .subscribe__flex .top .sub-section .title {
    font-size: 48px;
    line-height: 3rem;
  }
  .subscribe .subscribe__flex .top .sub-section .text {
    line-height: 3rem;
    font-size: 18px;
  }

  .subscribe__flex .bottom {
    flex-direction: column;
    padding: 30px 50px;
  }

  .subscribe__flex .bottom .sub-desc-right {
    margin: auto;
  }

  .subscribe__flex .bottom .sub-desc-left,
  .sub-desc-right {
    max-width: 100%;
  }

  .subscribe__flex .bottom .sub-desc-right p {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .header-navigation .container .right-side-box {
    display: none !important;
  }
  .banner-two__moc {
    display: none;
  }
  .app-shot-one__carousel .owl-nav button.owl-prev {
    left: 30%;
    top: 50%;
  }
  .app-shot-one__carousel .owl-nav button.owl-next {
    right: 30%;
    top: 50%;
  }

  .banner-one__moc .shadow {
    bottom: 7%;
  }
  .banner-one__moc {
    width: 50% !important;
    bottom: 45%;
  }
  .banner-one__moc:before {
    width: 290px !important;
    height: 320px;
  }
  .banner-one__moc p {
    left: 18%;
    bottom: -11%;
  }
  .app-shot-one .app-shot-one__carousel {
    height: 315px;
  }
  .lista-testimonials li,
  .lista-mentors li {
    margin-left: 50px;
  }
  .mentors__desc-item {
    margin-top: 30px;
  }

  .right-side-box {
    position: relative !important;
    width: 100%;
    margin: 5% 30%;
  }

  .header-navigation .container .logo-box {
    padding-left: 65px;
  }

  .owl-carousel .owl-item .img-startup {
    display: none;
  }

  .testimonials-one__inner .name,
  .testimonials-one__inner .position {
    margin-bottom: 15px;
  }

  .testimonials-one__inner .startupbtn {
    margin-top: 15px;
  }

  .cta-one-flex {
    flex-direction: column;
  }
  .cta-one .flex-2 {
    margin: 0;
  }

  .banner-two .container {
    padding-top: 150px;
  }
  .site-footer .site-footer-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .subscribe .subscribe__flex .trucks img{
    height: 250px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .app-shot-one__carousel .owl-nav button.owl-prev {
    left: 20%;
    top: 40%;
  }
  .app-shot-one__carousel .owl-nav button.owl-next {
    right: 20%;
    top: 40%;
  }
  .mentors__desc-list {
    margin-top: 8%;
  }
  .owl-carousel.owl-drag .owl-item{
    padding: 0;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .lista-testimonials,
  .lista-mentors {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .lista-testimonials li,
  .lista-mentors li {
    margin: 0 auto !important;
  }
}
@media (max-width: 480px) {
  .navbar-brand h1 {
    margin-left: 2%;
  }
  .banner-one__content {
    margin: 0 7vw;
  }
  .banner-one__moc img {
    display: none !important;
  }
  .banner-one__moc:before {
    display: none !important;
  }
  .block-title__title br,
  .banner-one__text br,
  .banner-two__text br {
    display: none;
  }

  .block-title__title {
    font-size: 40px;
    line-height: 1.1em;
  }

  .app-shot-one {
    padding-top: 60px;
  }

  .owl-carousel .item-banner-top {
    height: 400px;
  }

  .banner-one__carousel .owl-dots {
    bottom: -9%;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }

  .site-footer .site-footer-flex .copy p {
    font-size: 12px;
  }

  .banner-one .container {
    padding-top: 50px;
  }

  banner-one__carousel .owl-carousel .owl-item img,
  banner-one__carousel .banner-one__moc:before {
    display: none;
  }

  [class*="banner-one__shape-"],
  [class*="banner-two__shape-"] {
    display: none;
  }

  .banner-one__moc {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .banner-two__title,
  .banner-one__title {
    font-size: 50px;
  }
  .banner-two__title br,
  .banner-one__title br {
    display: none;
  }
}
@media (max-width: 425px) {
  .header-navigation .container .right-side-box {
    display: none !important;
  }

  .header-navigation .container .menu-toggler {
    float: right !important;
  }

  .header-navigation .container .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-navigation .container .logo-box:after {
    display: none;
  }
}
@media (max-width: 375px) {
  .navbar-brand h1 {
    margin-left: 10%;
  }

  .banner-one__carousel .owl-dots {
    bottom: 0;
  }
  .blog-one__meta li + li:before {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cta-one .thm-btn {
    padding: 10px 20px;
  }

  .block-title__title {
    font-size: 36px;
  }

  .banner-one .container {
    padding-top: 20px;
  }

  .service-one__inner {
    height: 400px;
  }

  .testimonials-one__carousel .owl-dots {
    display: none;
  }

  .subscribe .subscribe__flex .top .sub-section .title,
  .subscribe .subscribe__flex .top .sub-section .text {
    max-width: 365px !important ;
    padding: 0 20px;
  }

  .subscribe .subscribe__flex .top .sub-section .text {
    line-height: 2rem;
    margin-top: 0 !important;
  }

  .sub-section .subscribe-btn {
    transform: translateX(0%) !important;
  }
  .subscribe__flex .bottom .sub-desc-left,
  .sub-desc-right,
  .subscribe__flex .bottom .sub-desc-right {
    margin: 0;
    font-size: 14px;
    max-width: 315px;
  }

  .banner-two__title,
  .banner-one__title {
    font-size: 35px;
    letter-spacing: 0.06rem;
  }

  .subscribe__flex .bottom .sub-desc-right a {
    max-width: 280px;
  }
  .cta-one__content {
    margin: 0 auto !important;
  }

  .site-footer .site-footer-flex .copy p {
    max-width: 200px;
  }

  .app-shot-one__carousel .owl-nav button.owl-prev {
    left: 15%;
    top: 40%;
  }
  .app-shot-one__carousel .owl-nav button.owl-next {
    right: 15%;
    top: 40%;
  }
  .subscribe__flex .bottom {
    padding: 30px 30px;
  }
  .subscribe__flex .bottom .sub-desc-left h3 {
    padding-bottom: 0;
  }
  .subscribe__flex .bottom .sub-desc-right a {
    max-width: 320px;
  }
  .subscribe-btn span {
    font-size: 14px;
  }
  .preloader__image {
    width: 150px;
  }
  .subscribe__flex .bottom .sub-desc-left h3 strong {
    font-size: 35px;
  }
  .site-footer .site-footer-flex .deen svg {
    transform: translateY(30%);
  }
  .site-footer .site-footer-flex .copy p {
    line-height: 20px;
  }
  .site-footer .site-footer-flex {
    padding: 0 0 50px 0;
  }
}
