@media (min-width: 1400px) {
  .hero-section {
    max-width: 95%;
  }

  .hero-section-content h1 {
    font-size: 35px;
  }
}

@media (width: 1366px) {
  .owl-nav {
    margin-top: 20px;
    margin-left: -100px !important;
    position: relative;
  }
}

@media (width: 1024px) {
  .owl-nav {
    margin-top: 40px;
    margin-left: 160px !important;
    position: relative;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-section {
    max-width: 92%;
  }

  .hero-section-content h1 {
    font-size: 35px;
  }

  .testimonials-section .owl-nav button.owl-prev {
    left: 47%;
  }

  .testimonials-section .owl-nav button.owl-next {
    left: 53%;
  }

  .testimonials-section .owl-nav button.owl-prev {
    left: 51%;
  }

  .testimonials-section .owl-nav button.owl-next {
    left: 57%;
  }

  .testimonials-user-title {
    margin-bottom: 25px;
  }

  .about-section-img-shape {
    width: 100%;
  }

  .logo-pleacement-9 {
    position: absolute;
    right: 80px;
    top: 20px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {

  .sticky-top {
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
  }

  /* Styles */
  .header-menu {
    display: block !important;
    /*position: absolute;*/
  }

  .header-right {
    /* display: none !important; */
    position: absolute;
    left: -100%;
    top: 100%;
    background: #1E2228;
    transition: .25s ease all;
  }

  .main-nav-area .main-nav-item a,
  .main-nav-area .sub-nav-item a {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 17px;
  }

  .main-nav-dropdown.active-sub-nav-dropdown li {
    margin-bottom: 10px;
    margin-left: 15px;
  }

  /* .main-nav-area .sub-nav-item.has-dropdown>a::after {
    right: 30px;
  } */

  .main-nav-area {
    padding: 20px 20px 20px 0;
    width: 70vw;
    position: fixed;
    bottom: 0;
    background: #1E2228;
    height: calc(100vh - 72px);
    /* padding-top: 77px; */
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .dropdown-lg-content ul li {
    margin-top: 20px;
    margin-bottom: -10px !important;
    color: #fff !important;
  }

  .dropdown-lg-content ul li a {
    color: #fff !important;
  }



  .main-nav-area .main-nav-item,
  .main-nav-area .sub-nav-item {
    float: none;
  }

  .main-nav-area .main-nav-dropdown {
    position: unset;
    top: 0;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .25s ease-in-out;
    background: transparent;
    color: #343f52;
    box-shadow: none;
    list-style: none;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    z-index: 0;
    border: none;
    margin-left: 10px;
    margin-top: -18px;
  }

  .main-nav-area .main-nav-item.has-dropdown>a::after {
    font-size: 1rem;
    top: 1px;
    right: 0;
    position: absolute;
  }

  .main-nav-area .sub-nav-item.has-dropdown>a:after {
    content: "\f107";
    top: 5px;
    font-size: 1rem;
  }

  .main-nav-area .main-nav-item:hover .main-nav-dropdown,
  .main-nav-area .sub-nav-item:hover>.sub-nav-dropdown {
    opacity: 0;
    visibility: hidden;
    top: inherit;
    display: none;
  }

  .main-nav-area .sub-nav-item a {
    padding: 2px 10px;
    margin: 2px 20px 2px 2px;
  }

  .sub-nav-item a {
    padding: 6px 10px;
    margin: 2px 20px 2px 2px;
  }

  .dropdown-lg-content {
    display: block;
  }

  .main-nav-area .sub-nav-dropdown {
    position: unset;
    top: 0;
    /*pointer-events: all;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*display: none;*/
    transition: all .25s ease-in-out;
    background: transparent;
    color: #343f52;
    box-shadow: none;
    list-style: none;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    z-index: unset;
    left: 0;
    border: none;
    display: none;
    margin-left: 5px;
  }

  .active-sub-nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    top: 5px !important;
    pointer-events: all !important;
    display: block !important;
  }

  /*.active-sub-nav-dropdown {*/
  /*  opacity: 1;*/
  /*  visibility: visible;*/
  /*  top: 5px;*/
  /*  pointer-events: all;*/
  /*  display: block;*/
  /*}*/

  .dropdown-header {
    padding: .5rem 0 2px 16px;
    color: #fff;
  }

  .about-section-wrapper {
    flex-wrap: wrap;
  }

  .pages-heading h1 {
    font-size: 35px;
  }

  .about-section-item {
    width: 100% !important;
    padding: 0 20px;
  }

  .about-section,
  .services-section {
    padding: 30px 0 !important;
  }

  .box-name-wrapper {
    justify-content: center !important;
  }

  .box-header {
    text-align: center !important;
  }

  .about-achievement {
    text-align: center !important;
  }

  .owl-carousel .owl-prev {
    left: -5px !important;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    right: -5px !important;
    transform: translate(0%, 50%) !important;
  }

  .blog-item {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .blog-info {
    padding: 0 0px 20px 0px !important;
  }

  .blog-content h3 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }

  .footer-item-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-item-about {
    width: 65% !important;
  }

  .footer-item {
    width: 45% !important;
  }

  .about-team-info {
    width: 47%;
    padding: 0;
  }

  .about-section-item-1 {
    width: 62%;
  }

  .about-section-item-2 {
    left: 64px;
    top: 75px;
    width: 43%;
  }

  .about-section-item-3 {
    width: 90%;
  }

  .about-achievement-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  /* About Page responsive issue  */
  .section-box-title h2 {
    font-size: 22px;
    text-align: center;
    line-height: 35px;
  }

  .section-box-name-wrapper {
    /* margin-top: 30px; */
    justify-content: center;
  }

  .about-achievement-section .about-achievement {
    width: 47%;
  }

  .single-blog-right-side {
    width: 100% !important;
  }

  .single-blog-left-side {
    width: 100% !important;
  }

  .blog-footer {
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog-btn-group {
    flex-wrap: wrap;
  }

  .hero-section {
    height: 72vh;

  }

  .hero-section-content {
    width: 75%;

  }

  .hero-section-img {
    width: 100%;
    height: 100%;

  }

  .hero-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-section {
    max-width: 96%;
  }

  .hero-section-content h1 {
    font-size: 35px !important;
  }

  .pricing-wrapper {
    margin-bottom: 15px;
  }

  .single-services-item {
    box-shadow: -5px 18px 60px 0 rgba(210, 210, 234, .4);
    background-color: var(--bs-white);
    border-radius: 10px;
    padding: 45px 30px;
    margin-bottom: 1rem;
  }

  .logo-pleacement-9 {
    position: absolute;
    right: 91px;
    top: 30px;
  }

  .our-vision-image {
    margin-bottom: 50px;
  }

  .our-vision-content {
    text-align: center;
  }

  .our-vision-content ul li {
    list-style: none;
  }

  .services-details-features-item {
    padding: 0;
    margin: 40px 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .about-section-wrapper {
    flex-wrap: wrap;
  }

  .about-section-item {
    width: 100% !important;
    padding: 0 20px;
  }

  .about-section,
  .services-section {
    padding: 30px 0 !important;
  }

  .box-name-wrapper {
    justify-content: center !important;
  }

  .box-header {
    text-align: center !important;
  }

  .about-achievement {
    text-align: center !important;
  }

  .owl-carousel .owl-prev {
    left: -5px !important;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    right: -5px !important;
    transform: translate(0%, 50%) !important;
  }

  .blog-item {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .blog-info {
    padding: 0 0px 20px 0px !important;
  }

  .blog-content h3 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }

  .footer-item-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-item-about {
    width: 65% !important;
  }

  .footer-item {
    width: 45% !important;
  }

  .about-team-info {
    width: 47%;
    padding: 0;
  }

  .about-section-item-1 {
    width: 62%;
  }

  .about-section-item-2 {
    left: 64px;
    top: 75px;
    width: 43%;
  }

  .about-section-item-3 {
    width: 90%;
  }

  .about-achievement-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .section-box-title h2 {
    font-size: 22px;
    text-align: center;
    line-height: 35px;
  }

  .section-box-name-wrapper {
    margin-top: 30px;
    justify-content: center;
  }

  .about-achievement-section .about-achievement {
    width: 47%;
  }

  .single-blog-right-side {
    width: 100% !important;
  }

  .single-blog-left-side {
    width: 100% !important;
  }

  .blog-footer {
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog-btn-group {
    flex-wrap: wrap;
  }

  .hero-section {
    height: 72vh;

  }

  .hero-section-content {
    width: 75%;

  }

  .hero-section-img {
    width: 100%;
    height: 100%;

  }

  .hero-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-section-content h1 {
    font-size: 45px;
  }

  .pricing-wrapper {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .hero-section {
    max-width: 100% !important;
  }

  .hero-section-content {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .hero-section-img {
    display: none !important;

  }

  .about-section-img-shape {
    width: 100%;
  }

  .services-item-title p {
    font-size: 13px !important;
  }

  .services-item-title h3 {
    font-size: 17px !important;
  }

  .services-item-title {
    padding: 50px 5px 25px 15px;
  }

  .testimonials-item {
    flex-direction: column !important;
  }

  .testimonials-img {
    display: flex;
    justify-content: center;
  }

  .testimonials-user-img {
    left: auto !important;
  }

  .testimonials-img,
  .testimonials-content {
    width: 100% !important;
  }

  .testimonials-user-comment,
  .testimonials-user-name,
  .testimonials-user-title {
    text-align: center !important;
  }

  .testimonials-carousel .owl-nav button.owl-prev {
    bottom: 0% !important;
    width: 30px !important;
    height: 30px !important;
    left: 37% !important;
  }

  .testimonials-carousel .owl-nav button.owl-next {
    bottom: 0% !important;
    width: 30px !important;
    height: 30px !important;
    left: 65% !important;
  }

  .testimonials-carousel .owl-prev span,
  .testimonials-carousel .owl-next span {
    font-size: 25px !important;
  }

  /* .signup-form {
    flex-wrap: wrap;
    gap: 15px;
  } */

  .signup-form input {
    width: 100% !important;
  }

  .about-achievement h2 {
    font-size: 40px !important;
  }

  .about-achievement span {
    font-size: 16px !important;
  }

  .blog-more-info {
    width: 100%;
  }

  .pages-heading p {
    width: 90% !important;
  }

  .logo-pleacement-2 {
    position: absolute;
    left: -40px;
    top: 40px;
  }

  .logo-pleacement-3 {
    position: absolute;
    top: -40px;
    left: 10%;
  }

  .logo-pleacement-9 {
    position: absolute;
    right: 150px;
    top: 30px;
  }

  .logo-pleacement-1 {
    position: absolute;
    left: 190px;
    top: -40px;
  }

  .logo-pleacement-5 {
    position: absolute;
    right: 0px;
    top: 100px;
  }

  .logo-pleacement-8 {
    position: absolute;
    top: -30px;
    left: 135px;
  }

  .logo-pleacement-7 {
    position: absolute;
    left: 29%;
    top: 130px;
  }

  .logo-pleacement-6 {
    position: absolute;
    left: -20px;
    top: 170px;
  }

  .logo-pleacement-4 {
    position: absolute;
    top: 240px;
    right: 37%;
  }

  .our-clients-logo-wrap {
    margin-top: 30px;
  }

  .client-content a {
    margin-bottom: 0px;
  }
}

@media (min-width: 376px) and (max-width: 575.98px) {

  .news-info {
    display: block !important;
  }

  .news-info div {
    margin-bottom: 15px
  }

  .logo-pleacement-1,
  .logo-pleacement-2,
  .logo-pleacement-3,
  .logo-pleacement-4,
  .logo-pleacement-5,
  .logo-pleacement-6,
  .logo-pleacement-7,
  .logo-pleacement-8,
  .logo-pleacement-9 {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }

  .our-clients-logo-wrap {
    margin-top: 50px;
  }

  .logo-position svg {
    width: 90px;
    height: 90px;
  }

  .logo-position {
    margin-bottom: 20px;
  }

  .logo-position img {
    width: 50px;
  }

  .our-clients-wrap {
    padding: 30px 0 !important;
    text-align: center;
  }

  .client-content a {
    margin-bottom: 0px;
    width: 100%;
  }

  .client-content p {
    padding-right: 50px;
  }

  .about-achievement p {
    text-align: center;
  }

  .about-info {
    text-align: center;
  }

  .contact-section p {
    text-align: center;
  }

  .footer-item {
    width: 100% !important;
  }

  .about-team-info {
    width: 100%;
    padding: 0;
  }

  .testimonials-carousel .owl-nav button.owl-prev {
    left: 25% !important;
  }

  .testimonials-carousel .owl-nav button.owl-next {
    left: 85% !important;
  }

  .contact-option span {
    font-size: 18px;
    color: #002434;
  }

  .w-50 {
    width: 100% !important;
  }

  .signup-form input {
    width: 100% !important;
  }
}

@media (max-width: 425px) {
  .news-info {
    display: block !important;
  }

  .news-info div {
    margin-bottom: 15px
  }

  .logo-position svg {
    width: 90px;
    height: 90px;
  }

  .logo-position {
    margin-bottom: 20px;
  }

  .logo-position img {
    width: 50px;
  }

  .about-achievement p {
    text-align: center;
  }

  .about-info {
    text-align: center;
  }

  .contact-option span {
    font-size: 18px;
    color: #002434;
  }

  .contact-section p {
    text-align: center;
  }

  .footer-item {
    width: 100% !important;
  }

  .hero-section {
    max-width: 100% !important;
  }

  .hero-section-content {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .hero-section-img {
    display: none !important;

  }

  .about-section-img-shape {
    width: 100%;
  }

  .services-item-title p {
    font-size: 13px !important;
  }

  .services-item-title h3 {
    font-size: 17px !important;
  }

  .services-item-title {
    padding: 50px 5px 25px 15px;
  }

  .testimonials-item {
    flex-direction: column !important;
  }

  .testimonials-img {
    display: flex;
    justify-content: center;
  }

  .testimonials-user-img {
    left: auto !important;
  }

  .testimonials-img,
  .testimonials-content {
    width: 100% !important;
  }

  .testimonials-user-comment,
  .testimonials-user-name,
  .testimonials-user-title {
    text-align: center !important;
  }

  .testimonials-carousel .owl-nav button.owl-prev {
    bottom: 0% !important;
    width: 30px !important;
    height: 30px !important;
    left: 37% !important;
  }

  .testimonials-carousel .owl-nav button.owl-next {
    bottom: 0% !important;
    width: 30px !important;
    height: 30px !important;
    left: 65% !important;
  }

  .testimonials-carousel .owl-prev span,
  .testimonials-carousel .owl-next span {
    font-size: 25px !important;
  }

  /* .signup-form {
    flex-wrap: wrap;
    gap: 15px;
  } */

  .signup-form input {
    width: 100% !important;
  }

  .about-achievement h2 {
    font-size: 40px !important;
  }

  .about-achievement span {
    font-size: 16px !important;
  }

  .blog-more-info {
    width: 100%;
  }

  .pages-heading p {
    width: 90% !important;
  }

  .logo-pleacement-2 {
    position: absolute;
    left: -40px;
    top: 40px;
  }

  .logo-pleacement-3 {
    position: absolute;
    top: -40px;
    left: 10%;
  }

  .logo-pleacement-9 {
    position: absolute;
    right: 150px;
    top: 30px;
  }

  .logo-pleacement-1 {
    position: absolute;
    left: 190px;
    top: -40px;
  }

  .logo-pleacement-5 {
    position: absolute;
    right: 0px;
    top: 100px;
  }

  .logo-pleacement-8 {
    position: absolute;
    top: -30px;
    left: 135px;
  }

  .logo-pleacement-7 {
    position: absolute;
    left: 29%;
    top: 130px;
  }

  .logo-pleacement-6 {
    position: absolute;
    left: -20px;
    top: 170px;
  }

  .logo-pleacement-4 {
    position: absolute;
    top: 240px;
    right: 37%;
  }

  .our-clients-logo-wrap {
    margin-top: 30px;
  }

  .client-content a {
    margin-bottom: 0px;
  }

  .logo-pleacement-1,
  .logo-pleacement-2,
  .logo-pleacement-3,
  .logo-pleacement-4,
  .logo-pleacement-5,
  .logo-pleacement-6,
  .logo-pleacement-7,
  .logo-pleacement-8,
  .logo-pleacement-9 {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }

  .our-clients-logo-wrap {
    margin-top: -40px;
  }

  .client-content a {
    margin-bottom: 0px;
    width: 100%;
  }

  .our-clients-logo-wrap {
    margin-top: 30px;
  }

  .our-clients-wrap {
    padding: 30px 0 !important;
    text-align: center;
  }

  .client-content p {
    padding-right: 0px;
  }

  .about-section-img-shape {
    width: 90%;
    height: 300px;
  }

  .section-box-name-wrapper {
    justify-content: center !important;
  }

  .section-box-title h2 {
    font-size: 24px;
    text-align: center;
    /* padding-bottom: 0 !important; */
  }

  .about-achievement {
    text-align: start !important;
  }

  .signup-text h3 {
    font-size: 29px;
  }

  .testimonials-carousel .owl-nav button.owl-prev {
    left: 25% !important;
  }

  .testimonials-carousel .owl-nav button.owl-next {
    left: 85% !important;
  }

  .testimonials-carousel .owl-nav button.owl-prev {
    left: 25% !important;
  }

  .testimonials-carousel .owl-nav button.owl-next {
    left: 85% !important;
  }
}