/*==================================================
			     Media Queries         
==================================================*/

/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    width: 900px;
  }
  .hdc_inner p {
    font-size: 13px;
    line-height: 1.3;
  }
  .hdc_inner h2 {
    font-size: 15px;
  }
  .hdc_inner h1 {
    font-size: 22px;
    margin: 0 auto 25px auto;
  }
  .hdc_inner h1 span {
    font-size: 30px;
  }
  .h_each_1 {
    flex: 1;
  }
  .box_btn_tm {
    grid-gap: 10px;
    margin-top: 25px;
  }
  .container {
    width: 900px;
    margin: 0 auto;
  }
  .ke_box h3 {
    font-size: 19px;
  }
  .ke_box i {
    font-size: 30px;
  }
  .ke_box p {
    font-size: 14px;
    line-height: 1.3;
  }
  .wwa_box p,
  .t_two_each_p p {
    font-size: 20px;
  }
  .tab h3 {
    font-size: 17px;
  }
  .timeline {
    grid-gap: 15px;
    width: 100%;
  }
  .step,
  .step-content {
    width: 100%;
  }
  .sc_info {
    width: 100%;
    height: 70px;
  }
  .sc_info h3 {
    font-size: 20px;
    height: 30px;
  }
  .sc_info p {
    font-size: 16px;
    padding-left: 20px;
    height: 40px;
    align-items: center;
  }
  #cta h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #cta p {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .team_each {
    flex: 1;
  }
  .h2_title {
    font-size: 65px;
  }
  .h2t_s {
    font-size: 20px;
    padding: 10px 20px;
    height: 65px;
  }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
  .navbar,
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .logo img {
    width: 90px;
    height: 90px;
    display: block;
  }
  .hdc_inner p,
  .team_name h4 {
    font-size: 13px;
    line-height: 1.3;
  }
  .hdc_inner h2 {
    font-size: 15px;
  }
  .hdc_inner h1 {
    font-size: 18px;
    margin: 0 auto 25px auto;
  }
  .hdc_inner h1 span {
    font-size: 23px;
  }
  .btn {
    font-size: 14px;
    padding: 10px;
  }
  .h_each_1 {
    flex: 1;
  }
  .fb2_1 {
    flex: 3;
  }
  .box_btn_tm {
    grid-gap: 10px;
    margin-top: 25px;
  }
  .ke_box i {
    font-size: 24px;
  }
  .ke_box p {
    font-size: 14px;
    line-height: 1.3;
  }
  .ke_box h3,
  .wwa_box p,
  .t_two_each_p p,
  .tab h3 {
    font-size: 17px;
  }
  .team_name h3 {
    font-size: 16px;
  }
  .ke_box h3 {
    width: 85%;
  }
  .timeline {
    grid-gap: 15px;
    width: 100%;
  }
  .tab {
    padding: 10px 7px;
  }
  .step,
  .step-content {
    width: 100%;
  }
  .sc_info {
    width: 100%;
    height: 80px;
  }
  .sc_info h3 {
    font-size: 18px;
    height: 30px;
  }
  .sc_info p {
    font-size: 13px;
    padding-left: 20px;
    height: 50px;
    align-items: center;
  }

  .sc_nbr {
    font-size: 22px;
    width: 80px;
    height: 80px;
  }
  .cta_box {
    width: 80%;
    margin: 0 auto;
  }
  #cta h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #cta p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .team_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team_each {
    width: 32%;
  }
  .te_inner {
    width: 180px;
  }
  .team_img {
    margin: 0 auto 5px auto;
    width: 180px;
    height: 180px;
  }
  .team_img img {
    margin: 0 auto;
  }
  .h2_title {
    font-size: 40px;
  }
  .h2t_s {
    display: flex;
    font-size: 20px;
    padding: 10px 20px;
    height: 40px;
    grid-gap: 7px;
  }
  .foo_b_1 {
    display: block;
  }
  .fb1_1 {
    flex: unset;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .fb1_2 {
    flex: unset;
    width: 30%;
    float: left;
  }
  .fb1_3 {
    flex: unset;
    width: 30%;
    float: left;
  }
  .fb1_5 {
    display: contents;
    flex: unset;
    width: 30%;
  }
  .footer {
    grid-gap: 20px;
  }
  .logo_footer img {
    width: 80px;
    height: 80px;
  }
  .logo_footer {
    grid-gap: 15px;
    padding-right: 20px;
  }
  .menu_list_2 {
    margin-top: 30px;
  }
  .portfolio-item h3 {
    font-size: 14px;
  }
  .portfolio-item:hover > a h3 {
    transform: scale(1.1);
  }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
  header {
    width: 100%;
    top: 5px;
  }
  .navbar,
  .container {
    width: 90%;
    margin: 0 auto;
  }
  #fp-nav.fp-right {
    right: 0px !important;
  }
  .logo img {
    width: 70px;
    height: 70px;
    display: block;
  }
  .hdc_inner p,
  .team_name h4 {
    font-size: 13px;
    line-height: 1.3;
  }
  .hdc_inner h2 {
    font-size: 15px;
  }
  .hdc_inner h1 {
    font-size: 18px;
    margin: 0 auto 25px auto;
  }
  .hdc_inner h1 span {
    font-size: 23px;
  }
  .btn {
    font-size: 14px;
    padding: 10px;
  }
  .h_each_1 {
    display: none;
  }
  .fb2_1 {
    flex: 3;
  }
  .box_btn_tm {
    display: grid;
    grid-gap: 10px;
    margin-top: 25px;
  }
  .ke_box p {
    font-size: 14px;
    line-height: 1.3;
  }
  .ke_box h3,
  .wwa_box p,
  .t_two_each_p p,
  .tab h3,
  .ke_box i,
  .team_name h3 {
    font-size: 16px;
  }
  .ke_box h3 {
    width: 85%;
  }
  .timeline {
    grid-gap: 15px;
    width: 100%;
  }
  .tab {
    padding: 10px 7px;
    flex: unset;
    width: 100%;
  }
  .step,
  .step-content {
    width: 100%;
  }
  .sc_info {
    width: 100%;
    height: 130px;
  }
  .sc_info h3 {
    font-size: 17px;
    height: 40px;
  }
  .sc_info p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
    align-items: center;
  }

  .sc_nbr {
    font-size: 22px;
    width: 80px;
    height: 130px;
  }
  #cta h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #cta p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .team_box {
    display: grid;
    justify-content: center;
  }
  .team_each {
    width: 100%;
  }
  .te_inner {
    width: 180px;
  }
  .team_img {
    margin: 0 auto 5px auto;
    width: 180px;
    height: 180px;
  }
  .team_img img {
    margin: 0 auto;
  }
  .h2_title {
    font-size: 40px;
  }
  .h2t_s {
    display: flex;
    font-size: 15px;
    padding: 10px 20px;
    height: 40px;
    grid-gap: 7px;
  }
  .section_title,
  .wwa_box {
    margin-bottom: 20px;
  }
  .h2t_s2 {
    display: none;
  }
  .h2t_s3 {
    display: block;
  }
  .foo_b_1 {
    display: grid;
    grid-gap: 30px;
  }
  .fb1_1 {
    flex: unset;
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }
  .fb1_2 {
    flex: unset;
    width: 100%;
    float: left;
  }
  .fb1_3 {
    flex: unset;
    width: 100%;
    float: left;
  }
  .social-icons {
    justify-content: center;
  }
  .footer {
    grid-gap: 20px;
  }
  .logo_footer img {
    width: 80px;
    height: 80px;
  }
  .logo_footer {
    grid-gap: 15px;
    padding-right: 0;
  }
  .menu_list_2 {
    margin-top: 30px;
  }
  .portfolio-item h3 {
    font-size: 14px;
  }
  .portfolio-item:hover > a h3 {
    transform: scale(1.1);
  }
  .btn {
    font-size: 14px;
    padding: 7px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gdpr-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .gdpr-buttons {
    width: 100%;
  }

  .btn_s {
    width: 100%;
  }
  .box_btn_tm .btn_s {
    width: 250px;
  }
  .k_each {
    width: 100%;
    height: 200px;
    padding: 20px 10px;
    margin-bottom: 5px;
  }
  /* .ke_box p {
    display: none;
  } */
  .tabs,
  .tab_two_box {
    display: block;
  }
  .tab h3 {
    width: 100%;
    font-size: 16px !important;
    margin: 0 auto;
  }
  .t_two_each_p {
    padding: 15px;
  }
  .faq-wrapper {
    display: grid;
  }
  .faq-tab {
    font-size: 15px;
    padding: 10px 15px;
  }
  .faq-content h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .faq-answer {
    padding: 15px;
  }
  #hero {
    height: 100vh;
  }

  #partners-carousel {
    margin-top: 50px;
  }
  .foo_b_2 {
    display: grid;
    grid-gap: 25px;
  }
  .fb2_1 p {
    text-align: center;
  }

  #services,
  #whyus,
  #process,
  #portfolio,
  #testimonials,
  #cta,
  #team,
  #faq {
    margin: 0 0;
  }
  #partners {
    margin: 100px 0;
  }
  #services,
  #whyus,
  #process,
  #portfolio,
  #testimonials,
  #cta,
  #team,
  #faq,
  #partners {
    padding: 50px 0;
  }
  .ppp_box,
  .form-get-quote {
    display: block;
  }
  .portfolio_item {
    width: 32%;
  }
  .row_span {
    display: grid;
  }
  .contact_box {
    width: 90%;
  }
  .tab-content {
    height: 400px;
  }
  .t_two_each {
    height: 200px;
  }
  .fgq_box {
    padding: 20px;
  }
  #submitBtn {
    width: 100%;
  }
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
}
