@media (min-width: 1200px) {
  .navbar.fixed .navbar_links li a{
    color:#fff;
  }
}

@media (max-width: 1500px) {
  .banner_section .right_image img{
    height: 530px;
  }
}

@media (max-width: 1400px) {
  .banner_section .right_image img{
    height: 500px;
  }

  .app_work_section h3{
    margin-bottom: 60px;
  }
  .app_work_section li .content strong{
    font-size: 18px;
    font-weight: 600;
  }
  .app_work_section li .content p{
    line-height: 24px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .app_work_section li .image{
    height: 80px;
    width: 80px;
  }

  .app_work_section li .image img{
    width: 30px;
  }
  .app_work_section li:not(:last-child){
    margin-bottom: 40px;
  }
  .app_work_section .right_image img.mockup{
    width: 300px;
  }
}

@media (max-width: 1199px) {

  .navbar .navbar_links {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: rgb(0 0 0 / 74%);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .navbar .navbar_links.show {
    opacity: 1;
    visibility: visible;
  }

  .navbar .navbar_links .navbar-nav {
    flex-direction: column;
    justify-content: start;
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    padding: 30px;
    width: 300px;
    background-color: #bbdef0;
    overflow: auto;
    transition: 0.3s all;
  }

  .navbar .navbar_links.show .navbar-nav {
    right: 0;
    transition: 0.3s all;
  }

  .navbar .navbar_links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .navbar .hamburger_icon {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .screenshot_section .owl-carousel {
    width: 80%;
  }

  /* start footer section */

  footer .left_content ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {

  /* start banner section */

  .banner_section {
    height: auto;
  }

  .banner_section .row {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .banner_section .left_content h1{
    font-size: 35px;
    line-height: 44px;
  }

  /* about section */

  .about_us_section .right_content {
    order: 1;
    margin-top: 20px;
  }
  .about_us_section .left_images {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about_us_section .tree1 img,
  .about_us_section .tree2 img {
    width: 100px;
  }

  /* start app section */

  .app_work_section .right_image img.mockup {
    width: 300px;
  }

  .app_work_section img.camera {
    top: -70px;
    width: 70px;
  }

  .app_work_section li .image {
    height: 80px;
    width: 80px;
    margin-right: 20px;
  }

  .app_work_section li .image img {
    width: 30px;
  }

  .app_work_section img.work_image {
    width: 90px;
  }

  /* start screenshots */

  .screenshot_section img.screenshot_img {
    width: 100px;
  }

  .testimonial_section .testimonial_image {
    top: -70px;
    width: 80px;
  }

  /* start contact page */
  .contact_banner {
    height: 320px;
  }

  .contact_banner h1 {
    padding-top: 72px;
  }

  .contact_form img {
    width: 110px;
  }

  /* team section */
  .our_team_section .left_col{
    max-width: 30%;
    flex: 0 0 30%;
  }

  .our_team_section .right_col{
    max-width: 70%;
    flex: 0 0 70%;
  }


  .our_team_section .single_col:nth-child(3), .our_team_section .single_col:nth-child(4) {
    flex-direction: unset;
  }

  .our_team_section .single_col:nth-child(even){
    flex-direction: row-reverse;
  }

  .our_team_section .single_col:nth-child(3) .right_col, .our_team_section .single_col:nth-child(4) .right_col{
    padding: 10px 0px 10px 20px;
    text-align: left;
  }

  .our_team_section .single_col:nth-child(even) .right_col{
    padding: 10px 20px 10px 0px;
    text-align: right;
  }
  .our_team_section .left_col img{
    position:relative;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* .about_us_section .row1,
  .about_us_section .row2 {
    flex-wrap: wrap;
  } */
}

@media (max-width: 767px) {
  /* start navbar */

  .navbar {
    padding: 10px 0;
  }

  .navbar .navbar-brand img {
    width: 70px;
  }

  .navbar.fixed .navbar-brand img{
    width: 60px;
  }

  /* start banner section */

  .banner_section .row{
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .banner_section .right_image {
    display: none;
  }

  .banner_section .left_content {
    margin-bottom: 50px;
  }

  .banner_section .left_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_section .row {
    top: 115px;
  }

  .banner_section .left_content p,
  .banner_section .btns {
    margin-top: 15px;
  }

  .banner_section .bg_strip {
    clip-path: polygon(29% 0, 65% 70%, 100% 30%, 100% 0);
    display:none;
  }

  /* start about section */
  .about_us_section {
    padding: 40px 0;
  }

  .about_us_section .right_content {
    margin-top: 0;
  }

  .about_us_section .right_content h3 {
    font-size: 30px;
    margin: auto;
  }

  /* start app section */

  .app_work_section {
    padding: 40px 0;
  }

  .app_work_section h3 {
    font-size: 30px;
    margin: 0 auto 60px;
    display: table;
  }

  .app_work_section h3::before {
    bottom: -10px;
  }

  .app_work_section .right_image .circle_image {
    margin: 100px 0 40px;
  }

  .app_work_section li:not(:last-child) {
    margin-bottom: 30px;
  }

  .app_work_section img.work_image {
    width: 50px;
  }

  /* start screenshot sectio */

  .screenshot_section {
    padding: 40px 0;
  }

  .screenshot_section h3 {
    font-size: 30px;
  }

  .screenshot_section h3::before {
    bottom: -10px;
  }

  .screenshot_section .owl-prev {
    left: -60px;
  }

  .screenshot_section .owl-next {
    right: -60px;
  }

  /* start testimonial */

  .testimonial_section {
    padding: 40px 0;
  }

  .testimonial_section h3 {
    font-size: 30px;
  }

  .testimonial_section p {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial_section .owl-carousel .content h4 {
    font-size: 18px;
    font-weight: 600;
  }

  /* start footer section */

  footer .left_content {
    order: 2;
  }

  footer .right_content {
    order: 1;
    margin-bottom: 40px;
  }

  footer .right_content .contents {
    width: 100%;
  }

  /* start contact page */
  .contact_form {
    padding: 40px 0;
  }

  .contact_form #mc_embed_signup {
    padding: 20px;
  }

  .contact_form h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {

  /* start banner section */

  .banner_section .left_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_section .row {
    padding-top: 100px;
  }

  .banner_section .bg_strip {
    clip-path: polygon(19% 0, 65% 50%, 100% 30%, 100% 0);
  }

  .banner_section .btns a {
    height: 45px;
    width: 134px;
  }

  .banner_section .btns a img {
    width: 15px;
  }

  .banner_section .left_content p {
    font-size: 15px;
  }

  .banner_section .left_content p,
  .banner_section .btns {
    margin-top: 5px;
  }

  /* start about section */

  .about_us_section .tree1 img,
  .about_us_section .tree2 img {
    width: 50px;
  }

  .about_us_section .right_content h3 {
    font-size: 26px;
  }

  .about_us_section .right_content h3::before {
    left: 50%;
    transform: translateX(-50%);
  }

  /* start app section */

  .app_work_section h3 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .app_work_section img.camera {
    top: -50px;
    width: 50px;
  }

  .app_work_section h3::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .app_work_section li .image {
    height: 60px;
    width: 60px;
  }

  .app_work_section li .image img {
    width: 25px;
  }

  .app_work_section .right_image img.mockup {
    width: 210px;
  }

  /* start screenshot section */

  .screenshot_section .owl-carousel {
    width: 60%;
  }

  .screenshot_section img.screenshot_img {
    width: 70px;
  }

  .screenshot_section h3 {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }

  /* testimonial section */

  .testimonial_section h3 {
    font-size: 26px;
  }

  /* footer section */

  footer {
    padding: 40px 0 15px;
  }

  footer .left_content li a {
    font-size: 14px;
  }

  footer .left_content p {
    font-size: 12px;
    text-align: center;
  }

  /* start contact page */
  .contact_banner {
    height: 230px;
  }

  .contact_banner h1 {
    font-size: 32px;
  }

  .contact_form img {
    width: 70px;
  }

  .contact_form .submit_btn {
    width: 136px;
    height: 44px;

    font-size: 16px;
    margin-top: 10px;
  }

  #subscribeModal .box_row {
    flex-wrap: wrap;
  }

  /* our team */
  .our_team_section .single_col{
    display:unset;
    flex-wrap: unset;
  }

  .our_team_section .left_col,
  .our_team_section .right_col{
    max-width: 100%;
    flex: 0 0 100%;
    height:auto;
  }
  .our_team_section .left_col img{
    height: 340px;
  }

  .our_team_section .right_col,
  .our_team_section .single_col:nth-child(even) .right_col
  {
    padding:20px 0!important;
    text-align: left;
  }

}
