/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  h1 {
    font-size: 228px;
  }
  .banner-heading {
    margin: 30px 0 -80px 0;
  }
  section.banner_sec {
    height: 900px;
  }
  .para-scroll {
    max-height: 250px;
  }
  ul.team-det-list li * {
    width: 50%;
  }
  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  h1 {
    font-size: 228px;
  }
  .banner-heading {
    margin: 30px 0 -80px 0;
  }
  section.banner_sec {
    height: 900px;
  }
  button.slick-next {
    right: -20px;
  }
  button.slick-prev {
    left: -20px;
  }
  .para-scroll {
    max-height: 250px;
  }
  section.inner-banner.banner_sec {
    height: 600px;
  }
  ul.team-det-list li * {
    width: 50%;
  }
  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 178px;
  }
  h4 {
    font-size: 23px;
  }

  .banner-heading {
    margin: 30px 0 -80px 0;
  }
  section.banner_sec {
    height: 800px;
  }

  .blog-slider .slick-slide {
    margin: 0 10px;
  }
  button.slick-next {
    right: -15px;
  }
  button.slick-prev {
    left: -15px;
  }
  img.blog-img {
    height: 250px;
  }
  .para-scroll {
    max-height: 250px;
  }
  section.inner-banner.banner_sec {
    height: 600px;
  }
  .hamburger-navigation .nav-menu li a {
    font-size: 33px;
  }
  ul.team-det-list li * {
    width: 50%;
  }
  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  section.header .col-lg-8.col-md-12.col-sm-12 {
    width: 100%;
    order: 3;
  }

  section.header .col-lg-2.col-md-6.col-sm-6 {
    order: 2;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .banner-heading {
    margin: 20px 0;
  }
  .banner-right-text {
    justify-content: center;
  }
  .banner-text {
    padding: 0px 0;
  }
  .banner_sec {
    height: 700px;
  }
  .hdr_logo a img {
    padding: 10px 0;
  }
  .banner-img {
    padding: 0;
  }
  .hamburger-navigation .nav-menu li a {
    font-size: 25px;
  }
  img.about {
    height: 440px;
  }
  .auto {
    width: 80%;
  }
  .sec {
    padding: 50px 0;
  }
  .para-scroll {
    max-height: 230px;
    padding: 0 0 30px 10px;
  }
  .para-scroll a.theme-btn {
    margin-top: 0;
  }
  img.blog-img {
    height: 250px;
  }

  button.slick-prev,
  button.slick-next {
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  button.slick-next {
    right: -10px;
  }
  button.slick-prev {
    left: -10px;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #000;
    font-size: 15px;
  }
  ul.banner_navs button {
    width: 50px;
    height: 50px;
  }
  ul.banner_navs button i {
    font-size: 16px;
  }
  .contact-text {
    margin: 20px 0;
    padding: 20px 30px;
  }

  .footer-social ul.team-list {
    justify-content: end;
    margin: 10px 0;
  }

  .footer-contact {
    justify-content: start;
    margin: 10px 0 10px 10px;
  }
  .ftr-logo-box p {
    color: #fff;
    width: 50%;
    margin: 20px auto;
  }
  footer .col-lg-6 {
    order: 1;
  }

  footer .col-lg-3:first-child {
    order: 2;
    width: 56%;
    padding: 0;
  }

  footer .col-lg-3:last-child {
    order: 3;
    width: 44%;
    padding: 0;
  }
  .copyright {
    padding: 20px 0;
    margin: 10px 0 0 0;
  }
  .footer-contact h6 {
    display: none;
  }
  .footer-contact ul.team-list li a {
    border: 1px solid #ffffff33;
  }
  .footer-contact ul.team-list li a:hover i {
    color: #fff;
  }

  .footer-contact ul.team-list li a i {
    color: #ffffff33;
  }
  .footer-contact ul.team-list li a::before {
    display: none;
  }
  .footer-contact ul.team-list li a:hover {
    border: 1px solid #fff;
  }
  section.inner-banner.banner_sec {
    height: 500px;
  }
  ul.team-det-list li * {
    width: 50%;
  }
  img.team-det-img {
    height: 300px;
    border-radius: 20px;
  }
  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
  }
  img.blog-det-img {
    height: 350px;
  }
  .inner-service-card {
    height: 450px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  h1 {
    font-size: 109px;
    letter-spacing: 2px;
  }

  h2 {
    font-size: 51px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  section.header .nav.stroke {
    display: none;
  }

  .hdr_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_nav a:hover {
    background: #851112;
    color: #fff;
  }

  .slicknav_nav a.active {
    background: #851112;
    color: #fff;
  }
  .banner-heading {
    margin: 0;
  }
  .banner-image {
    width: 100% !important;
    left: 0;
    position: unset;
    transform: unset;
    animation: unset;
  }
  .banner-right-text {
    justify-content: center;
    margin: 20px 0;
    flex-direction: row;
  }
  .banner-left-text p {
    text-align: center;
  }
  section.banner_sec {
    height: 600px;
  }
  section.header {
    position: relative;
    background: #000;
  }
  ul.nav-menu {
    flex-direction: column !important;
    gap: 40px !important;
    justify-content: center !important;
  }
  .hamburger-navigation .nav-menu li a {
    font-size: 30px;
  }
  .banner-text {
    padding: 50px 0 0 0;
  }
  img.about {
    height: 350px;
  }
  .auto {
    width: 100%;
  }
  .para-scroll {
    max-height: max-content;
    padding: 0px 0;
  }
  .service-image {
    margin: 10px 0;
  }
  img.service-img {
    height: 300px;
  }
  .para-scroll a.theme-btn {
    margin-top: 0;
    float: unset;
  }
  .service-box .row {
    flex-direction: column-reverse;
  }
  .service-box.reverse .row {
    flex-direction: column-reverse;
  }
  .service-box {
    margin: 20px 0;
  }
  ul.banner_navs {
    justify-content: center;
  }
  .blog-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ul.banner_navs button {
    width: 50px;
    height: 50px;
  }
  ul.banner_navs button i {
    font-size: 16px;
  }
  .theme-btn {
    padding: 11px 30px;
    font-size: 14px;
  }
  .slick-slide {
    margin: 0;
  }
  .blog-card-text {
    padding: 40px 10px 10px 10px;
  }
  button.slick-prev,
  button.slick-next {
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  button.slick-next {
    right: -10px;
  }
  button.slick-prev {
    left: -10px;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #000;
    font-size: 15px;
  }

  .contact-box {
    padding: 30px 20px 40px 20px;
    border-radius: 10px 10px 20px 20px;
  }
  .contact-text {
    margin: 20px 0 0 0;
    padding: 20px 10px;
  }
  .form-control {
    height: 45px;
  }
  a.icon {
    width: 45px;
    height: 45px;
  }
  .footer-social ul.team-list {
    justify-content: end;
    margin: 10px 0;
  }

  .footer-contact {
    justify-content: start;
    margin: 10px 0 10px 10px;
  }
  .ftr-logo-box p {
    margin: 10px 0 0 0;
    color: #fff;
  }
  footer .col-lg-6 {
    order: 1;
  }

  footer .col-lg-3:first-child {
    order: 2;
    width: 56%;
    padding: 0;
  }

  footer .col-lg-3:last-child {
    order: 3;
    width: 44%;
    padding: 0;
  }
  .copyright {
    padding: 20px 0;
    margin: 10px 0 0 0;
  }
  .footer-contact h6 {
    display: none;
  }
  .footer-contact ul.team-list li a {
    border: 1px solid #ffffff33;
  }
  .footer-contact ul.team-list li a:hover i {
    color: #fff;
  }

  .footer-contact ul.team-list li a i {
    color: #ffffff33;
  }
  .footer-contact ul.team-list li a::before {
    display: none;
  }
  .footer-contact ul.team-list li a:hover {
    border: 1px solid #fff;
  }
  .about_text {
    margin: 20px 0 0 0;
  }

  .sec {
    padding: 40px 0;
  }
  .team-card {
    width: 70%;
    margin: 20px auto;
  }
  .about_text * {
    text-align: center;
    margin: 5px auto;
  }

  .services-text * {
    text-align: center;
    margin: 5px auto;
  }
  .blog-card-text h4 {
    text-align: center;
  }
  .blog-card-text p {
    text-align: center;
  }
  .contact-text h2 {
    text-align: center;
  }
  .contact-text p {
    text-align: center;
  }
  ul.blog-list {
    justify-content: space-around;
  }
  section.inner-banner.banner_sec {
    height: 400px;
  }
  .inner-banner-heading h1 {
    font-size: 95px;
  }
  .about-description * {
    margin: 5px auto;
    text-align: center;
  }

  .about-description {
    margin: 0 0 0 0;
  }
  ul.team-det-list li * {
    width: 50%;
  }

  .team-det-right {
    margin: 10px 0 0;
  }
  img.team-det-img {
    height: 350px;
    border-radius: 20px;
  }
  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
    justify-content: space-between;
  }
  .inner-service-card {
    height: 500px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  h1 {
    font-size: 64px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
  }

  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  section.header .nav.stroke {
    display: none;
  }

  .hdr_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_nav a:hover {
    background: #851112;
    color: #fff;
  }

  .slicknav_nav a.active {
    background: #851112;
    color: #fff;
  }
  .banner-heading {
    margin: 0;
  }
  .banner-image {
    width: 100% !important;
    left: 0;
    position: unset;
    transform: unset;
    animation: unset;
  }
  .banner-right-text {
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
  }
  .banner-left-text p {
    text-align: center;
  }
  section.banner_sec {
    height: 600px;
  }
  section.header {
    position: relative;
    background: #000;
  }
  ul.nav-menu {
    flex-direction: column !important;
    gap: 40px !important;
    justify-content: center !important;
  }
  .hamburger-navigation .nav-menu li a {
    font-size: 30px;
  }
  .banner-text {
    padding: 50px 0 0 0;
  }
  img.about {
    height: 250px;
  }
  .auto {
    width: 100%;
  }
  .para-scroll {
    max-height: max-content;
    padding: 0px 0;
  }
  .service-image {
    margin: 10px 0;
  }
  img.service-img {
    height: 250px;
  }
  .para-scroll a.theme-btn {
    margin-top: 0;
    float: unset;
  }
  .service-box .row {
    flex-direction: column-reverse;
  }
  .service-box.reverse .row {
    flex-direction: column-reverse;
  }
  .service-box {
    margin: 20px 0;
  }
  ul.banner_navs {
    justify-content: center;
  }
  .blog-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ul.banner_navs button {
    width: 50px;
    height: 50px;
  }
  ul.banner_navs button i {
    font-size: 16px;
  }
  .theme-btn {
    padding: 11px 30px;
    font-size: 14px;
  }
  .slick-slide {
    margin: 0;
  }
  .blog-card-text {
    padding: 40px 10px 10px 10px;
  }
  button.slick-prev,
  button.slick-next {
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  button.slick-next {
    right: -10px;
  }
  button.slick-prev {
    left: -10px;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #000;
    font-size: 15px;
  }

  .contact-box {
    padding: 30px 20px 40px 20px;
    border-radius: 10px 10px 20px 20px;
  }
  .contact-text {
    margin: 20px 0 0 0;
    padding: 20px 10px;
  }
  .form-control {
    height: 45px;
  }
  a.icon {
    width: 45px;
    height: 45px;
  }
  .footer-social ul.team-list {
    justify-content: end;
    margin: 10px 0;
  }

  .footer-contact {
    justify-content: start;
    margin: 10px 0 10px 10px;
  }
  .ftr-logo-box p {
    margin: 10px 0 0 0;
    color: #fff;
  }
  footer .col-lg-6 {
    order: 1;
  }

  footer .col-lg-3:first-child {
    order: 2;
    width: 56%;
    padding: 0;
  }

  footer .col-lg-3:last-child {
    order: 3;
    width: 44%;
    padding: 0;
  }
  .copyright {
    padding: 20px 0;
    margin: 10px 0 0 0;
  }
  .footer-contact h6 {
    display: none;
  }
  .footer-contact ul.team-list li a {
    border: 1px solid #ffffff33;
  }
  .footer-contact ul.team-list li a:hover i {
    color: #fff;
  }

  .footer-contact ul.team-list li a i {
    color: #ffffff33;
  }
  .footer-contact ul.team-list li a::before {
    display: none;
  }
  .footer-contact ul.team-list li a:hover {
    border: 1px solid #fff;
  }
  .about_text {
    margin: 20px 0 0 0;
  }

  .sec {
    padding: 40px 0;
  }
  .about_text * {
    text-align: center;
    margin: 5px auto;
  }

  .services-text * {
    text-align: center;
    margin: 5px auto;
  }
  .blog-card-text h4 {
    text-align: center;
  }
  .blog-card-text p {
    text-align: center;
  }
  .contact-text h2 {
    text-align: center;
  }
  .contact-text p {
    text-align: center;
  }
  ul.blog-list {
    justify-content: space-around;
  }

  section.inner-banner.banner_sec {
    height: 400px;
  }
  .inner-banner-heading h1 {
    font-size: 73px;
  }
  .about-description * {
    margin: 5px auto;
    text-align: center;
  }

  .about-description {
    margin: 0 0 0 0;
  }

  ul.team-det-list li * {
    width: 50%;
    font-size: 12px !important;
  }
  ul.team-det-list li {
    margin: 0 0 5px;
  }
  .team-det-right {
    margin: 10px 0 0;
  }
  img.team-det-img {
    height: 250px;
    border-radius: 20px;
  }
  img.blog-det-img {
    height: 250px;
  }

  .blog-detail-text ul.blog-list {
    margin: 20px 0 10px 0;
    justify-content: space-between;
  }
  .inner-service-card {
    height: 400px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 299px) {
}

html {
  overflow-x: hidden;
}
/*Media Query End*/
