@media (max-width: 1366px) {
	.topbar_details h6{
		font-size: .8rem;
	}
	.topbar_left a .top_icon, .topbar_socials a {
		width: 30px;
    	height: 30px;
	}
	.topbar_detail .blob-btn{
		font-size: 13px;
	}
}
@media (min-width: 1366px) {
	.navbar-expand-lg .navbar-collapse {
		padding-right: 30px;
	}
	.navbar .navbar-brand{
		padding-left:30px;
	}
}
@media (width <= 1200px) {
  .topbar_left a .top_icon,
  .topbar_socials a {
    width: 25px;
    height: 25px;
  }
	.nav-item a.nav-link {
    font-size: 13px;
	}
  .topbar_left a .top_icon img,
  .topbar_socials a img {
    width: 16px !important;
    /* height: 25px; */
  }
  .blob-btn {
    font-size: 14px;
  }
}

  
  .navbar-expand .navbar-toggler {
    display: none;
  }
}
@media (width <= 1120px) {
	.navbar .navbar-brand {
    	width: 280px;
	}
	    .nav-item a.nav-link {
        font-size: 12px;
    }
}
@media (width <= 992px) {
	.navbar .navbar-brand {
    	width: 400px;
	}
	.navbar .navbar-brand {
    	width: 50%;
	}
	    .nav-item a.nav-link {
        padding-left: 20px;
    }
  #backToTop {
    right: 6%;
  }
  .page_contact_form .contact_form,
  .page_contact_form .contact__info {
    border-radius: 30px;
    border: 10px solid var(--theme-main-color);
  }
  .page_contact_form .row .col-lg-7.pe-0 {
    padding-right: 1.5rem !important;
  }
  .page_contact_form .col-lg-5.ps-0 {
    padding-left: 1.5rem !important;
  }
/* .wp-container-core-columns-is-layout-9d6595d7{
		flex-direction: column;
	} */
}
@media (width <= 768px) {
  #hero_banner {
    /* min-width: 100%; */
    min-height: 70vh;
    padding-top: 6%;
  }
	.nav-item a.nav-link {
        font-size: 16px;
		font-weight: 600;
		padding-left: 20px;
    }
	
  .card_inner .testimonial-text::after {
    left: 0;
  }
  .card_inner .testimonial-text::before {
    right: 0;
  }
  .testimonial-carousel .owl-nav {
    opacity: 1;
    width: 40%;
  }

  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
  }
  .hero_content a {
    padding: 8px 15px;
  }
  .ocean {
    height: 35dvh;
  }
	#backToTop {
        right: 8%;
		bottom: 7%;
    }
		/* 	bottom menubar */
	.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: block;
/*     justify-content: center */
    z-index: 9999;
	}
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		flex: 1;
		text-align: center;
		font-size: 1rem;
		padding: 10px;
		color: #fff;
		font-weight: 600;
	}
	.bottom-menu .bottom_menu_btn:hover, .bottom-menu .bottom_menu_btn2:hover{
		opacity: .7;
	}
	.bottom-menu .bottom_menu_btn i{
		color: #000;
	} 
	.bottom-menu .bottom_menu_btn2 i{
		color: #000;
	}
	.bottom-menu .bottom_menu_btn{
		background-color: #e2a135;
	}
	.bottom-menu .bottom_menu_btn2{
		background-color: #bb9d65;
	}
	.bottom-menu .bootom_middle_line{
		width: .3px;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.footer_bottom {
		padding-bottom: 40px;
	}
	.sitemap iframe{
	height: 400px;
	}
	.team_wrapper .team_image img {
		width: 150px;
		height: 150px;
	}
	
}
@media (width <= 576px) {
  p {
    font-size: 14px;
  }
  .topbar_details {
    flex-direction: column;
    gap: 15px;
  }
  .card_inner .testimonial-text::after {
    top: -15%;
    width: 60px;
    height: 60px;
  }
  .card_inner .testimonial-text::before {
    width: 60px;
    height: 60px;
    top: 80%;
  }
  .project_btn.w-25 {
    width: 50% !important;
  }
  /* team details */
  .team_contact_details {
    flex-direction: column;
    margin: auto;
  }
	.page_services_detailscontent ul, .page_services_detailscontent ul li {
    list-style: disc !important;
    margin-left: 30px;
}
	#backToTop {
        right: 10%;
    }
	
}
@media (width <= 480px) {
	.navbar-brand img{
		width: 200px;
	}
	.navbar-toggler {
		font-size: 1rem;
		padding: 4px 8px;
	}
	.navbar .navbar-brand {
    width: 80%;
}
  #hero_banner p br {
    display: none;
  }
  #hero_banner p {
    margin-right: 15px;
  }
  .topbar_left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial-carousel .owl-nav {
    width: 70%;
  }
  .about_text ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
  }
  #products .card .imgBox img {
    width: 50%;
    height: 132px;
  }
  .card_wrap .contentBox p.w-75 {
    width: 90% !important;
  }
  #whyus ul {
    flex-direction: column;
    gap: 20px;
    padding-left: 0 !important;
  }
	.page_breadcrumb {
		padding: 50px 0 30px;
	}
	#hero_banner {
        min-height: 55vh;
    }
	.hero_headertxt{
		line-height: 1;
	}
	.usp_wrapper p{
		line-height: 1.2;
		font-weight: 300;
	}

	#herocarousel .carousel-caption .main_btn {
		display: none;
	}
	.footer_bottom {
		padding-bottom: 35px;
	}
	#backToTop {
        right: 11%;
		bottom: 7%;
    }
	.contact_form {
    background-color: var(--color_black);
    padding: 30px 10px;
	}
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .7rem;	
	}
	
	.sitemap iframe{
	height: 350px;
	}
}
@media (width <= 350px) {
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .8rem;
	}
	.navbar .navbar-brand {
        width: 75%;
    }
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .65rem;	
	}
}
@media (width <= 320px) {
	#projects .project_btn.w-25 {
    width: 60% !important;
  }
}
/* after devlop */

#services .card-description .wp-block-heading, #services .card-description p, #services .card-description .wp-block-list, #conditions .card-description .wp-block-heading, #conditions .card-description p, #conditions .card-description .wp-block-list{
	display: none;
}
#services .card-description p:nth-of-type(3), #conditions .card-description p:nth-of-type(3) {
  display: block;
}
#services .card-description p:nth-of-type(3), #conditions .card-description p:nth-of-type(3) {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.blob-btn.blob-btn2.px-3 {
    background: #e2a135;
	color: #fff !important;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.blob-btn.blob-btn2.px-3:hover {
    background: #fff !important;
	color: #e2a135 !important;
	border: 1px solid #e2a135 !important;
}
