
@media screen and (min-width: 1921px){
	.container {
        max-width: 1700px !important;
    }
}

@media screen and (max-width: 1920px) {
	.container {
        max-width: 1600px !important;
    }
	.portfolio-sec:not(:first-child) .port-content h5 {
        width: 300px;
	}

}

@media screen and (max-width: 1600px) {
	.container {
        max-width: 1300px !important;
    }

}

@media screen and (max-width: 1400px) {
	.container {
        max-width: 1100px !important;
    }
	.ptb {
		padding: 50px 0;
	}
	.servicebox{
		margin: 10px !important;
	}
	h1{
		font-size: 32px;
	}
	.inner_con p {
		line-height: 24px;
	}
	.bd_footer {
		padding: 60px 0 0;
	}
	.footer-content {
		padding-bottom: 30px;
	}
	.portfolio-sec:not(:first-child) .port-content h5 {
		font-size: 18px;
		width: 300px;
	}
	.portfolio-sec:not(:first-child) .read-more-btn {
		font-size: 14px;
	}
}




@media screen and (max-width: 1200px) {
	.container {
        max-width: 1000px !important;
    }
	.serviceinfo h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.inner_con p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px !important;
	}
	.ptb {
		padding: 40px 0;
	}
	h1{
		font-size: 30px;
	}
	h4 {
		font-size: 35px;
	}
	.pb {
		padding-bottom: 10px;
	}
	.banner-content p {
		width: 60%;
	}
	.aboutimg {
		padding-left: 0;
	}
	.bd_footer {
		padding: 50px 0 0;
	}
	.footer-content {
		padding-bottom: 20px;
	}
	.portfolio-sec:not(:first-child) .port-img {
		height: 200px;
	}
	.portfolio-grid {
		gap: 15px;
	}
	.portfolio-sec:not(:first-child) .port-content h5 {
		width: 250px;
		font-size: 16px;
	}

	
}


@media screen and (max-width: 1024px) {

	.container {
        max-width: 900px !important;
    }
	.pb {
		padding-bottom: 10px;
	}
	h4 {
		font-size: 32px;
	}
	h5 {
		font-size: 18px;
	}
	h3 {
		font-size: 22px;
	}
	/* home */
	.aboutcontent p {
		padding: 8px 0px 15px 0;
	}
	.aboutimg {
		padding-left: 0;
	}
	.banner-content p {
		width: 70%;
	}
	.portfolio-sec:not(:first-child) .port-content h5 {
		font-size: 15px;
		width: 200px;
	}
	.port-content {
		padding: 15px;
	}
	.portfolio-sec:not(:first-child) .read-more-btn {
		top: 14px;
		font-size: 12px;
	}
	.social-icon ul li {
		width: 35px;
		height: 35px;
	}
	.bd_footer {
		padding: 50px 0 0;
	}
	.footer-content {
		padding-bottom: 20px;
	}
	.footer-left p {
		font-size: 14px;
	}
	.footer-note p{
		font-size: 12px;
	}
	.footer-left h5 {
		font-size: 23px;
	}
	/* service */
	.pagecontent p {
		font-size: 15px;
		line-height: 20px;
	}
	.inner_con p {
		font-size: 13px;
		line-height: 22px;
	}
	.inner_banner {
		height: 400px;
	}
	/* single service */
	h1 {
		font-size: 32px;
	}
	.serviceinfo {
		background: #e5e5e5;
		padding: 15px;
	}
	.polink{
		margin-bottom: 0;
	}
	.serviceinfo h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.servimg {
		height: 250px;
	}
	

}


@media screen and (max-width: 991px) {
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 16px;
	}
	p, .footer-left p {
		font-size: 12px;
		line-height: 18px;
	}
	.ptb {
		padding: 30px 0;
	}
	/* header */
	/* .collapse:not(.show) {
		display: block;
	}
	.navbar .collapse .navbar-nav li {
		padding: 15px 35px;
	}
	.menu-sidebar{
		height: 500px;
	}
	.navbar .collapse .navbar-nav li a {
		font-size: 14px;
	}
	.menu-sidebar .nav {
		top: 150px;
	} */
	.menu-sidebar .nav{
		top: 0;
	}
	.navbar{
		justify-content: left;
	}
	.menu-sidebar{
		display: block;
		visibility: visible;
		opacity: 1;
		background: transparent;
		width: 0;
	}
	.menu-sidebar span i, .hamburger{
		display: none;
	}
	.menu-sidebar .nav {
		position: relative;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
	.navbar-collapse {
		width: 200px;
		position: absolute;
		top: 0%;
		right: 0;
		background: #2a3457 !important;
		/* padding: 0px 12px; */
		z-index: 999;
		display: block;
		transition: none !important;
	}
	.navbar .collapse .navbar-nav li {
		transition: none !important;
	}
	.navbar .collapse .navbar-nav li a{
		transition: none !important;
	}
	.navbar .collapse .navbar-nav li:nth-child(1) {
		border-top: 0;
	}
	.navbar .collapse .navbar-nav li {
		padding: 10px 15px;
	}
	.navbar .collapse .navbar-nav li.active{
		background: transparent;
		color: #eeeeee;
	}
	.navbar .collapse .navbar-nav li a{
		color: #eeeeee!important;
		font-size: 13px;
	}

  	.navbar-toggler {
		position: absolute;
		right: 0;
		top: 17px;
		display: block !important;
		font-size: 13px;
		z-index: 99;
		color: #fff !important;
	}
	
	.navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: none;
	}
	.main-header .navbar-nav {
		padding-left: 0;
	}
	.navbar .navbar-collapse ul > li.active > a, .navbar .navbar-collapse ul > li > a:focus {
		color: #eeeeee !important;
		font-weight: 700;
	}
	.nav-text{
		margin-left: 85px;
	}
	/* .navbar-light .navbar-toggler-icon{
		filter: brightness(0) invert(1);
	} */
	.navbar-light .navbar-toggler{
		border: none !important;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("../images/bar.png") !important;
		width: 30px;
	}
	.crosstwo {
		display: block;
		position: absolute;
		right: 12px;
		top: 7px;
		width: 15px;
		height: 15px;
	}
	.menu-sidebar .nav{
		margin-top: 45px !important;
	}
	/* .navbar .collapse .navbar-nav li a {
		padding: 20px 0px;
	} */




	/* home */
	.banner {
		height: 475px;
	}
	.heading-space {
		padding-bottom: 80px;
	}
	.aboutimg{
		margin-top: 20px;
		height: 300px;
	}
	.aboutcontent p{
		padding: 0;
	}
	.commercial-item p {
		width: 65%;
		padding: 7px 0 24px 0;
	}
	.portfolio-sec:not(:first-child) .read-more-btn {
		font-size: 11px;
        top: 13px;
        right: 16px;
	}
	.testimonial-content {
		width: 85%;
	}
	.testimonial-heading h4{
		margin-bottom: 0;
	}
	.form-control {
		height: calc(1.5em + 0.75rem + 2px) !important;
	}
	.submit {
		width: 100px;
	}
	textarea.form-control, input::placeholder {
		font-size: 11px !important;
	}
	.file-btn label {
		padding-top: 9px;
	}
	.footer-left h5 {
		font-size: 20px;
	}
	.social-icon ul li {
		width: 30px;
		height: 30px;
	}
	.bd_footer {
		padding: 35px 0 0;
	}
	.footer-content {
		padding-bottom: 0px;
	}
	.footer-note p{
		font-size: 11px;
	}
	.footer-logo .site-logo {
		width: 230px;
		height: 30px;
	}
	.btn {
		padding: 9px 25px;
	}
	.portfolio-grid {
		gap: 15px;
	}
	.portfolio-sec:not(:first-child) .port-content h5 {
		font-size: 14px;
        width: 180px;
	}
	.portfolio-sec:not(:first-child) .port-img {
		height: 170px;
	}
	
	 
	/* service */
	.inner_banner {
		height: 375px;
	}
	.carricuimg{
		height: 250px;
	}
	.serviceinfo h2 {
		font-size: 17px;
		line-height: 22px;
	}
	.servicebox{
		margin: 10px !important;
	}
	/* single portfolio */
	.gimg {
		height: 230px;
	}
	.pagecontent{
		margin-bottom: 15px !important;
	}

	

}

@media screen and (max-width: 768px) {
	.site-logo {
		height: 26px;
	}
	.hamburger span i {
		font-size: 30px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 14px;
	}
	p, .testimonial-content h6{
		font-size: 11px;
		line-height: 15px;
	}
	.testimonial-content h6{
		padding-top: 0;
	}
	.btn {
		padding: 6px 19px;
		font-size: 12px;
	}
	.btn-white {
		padding: 8px 26px;
		font-size: 12px;
	}
	.ptb {
		padding: 20px 0;
	}
	/* home */
	.banner-content p {
		width: 75%;
	}
	.banner {
		height: 430px;
	}
	.heading-space {
		padding-bottom: 50px;
	}
	.commercial-item p {
		width: 75%;
	}
	#commercial_slider .owl-dots .owl-dot span, #testimonial-slider .owl-dots .owl-dot span{
		width: 10px !important;
		height: 10px !important;
	}
	.portfolio-grid {
		gap: 10px;
	}
	.portfolio-sec:not(:first-child) .port-content h5 {
		font-size: 14px;
	}
	.testimonial-content p {
		margin: 10px 0;
	}
	.reviewimg {
		width: 175px !important;
	}
	.testimonial-content {
		width: 90%;
	}
	.testimonial-content h5{
		font-size: 12px;
	}
	.social-icon ul li {
		margin-bottom: 30px;
	}
	.social-icon ul{
		margin-right: auto;
	}
	.footer-content {
		padding-bottom: 10px;
	}
	/* service */
	.inner_banner {
		height: 350px;
	}
	.pagecontent p {
		font-size: 13px;
	}
	.inner_con p {
		font-size: 12px;
		line-height: 18px;
	}
	.serviceinfo h2 {
		font-size: 18px;
	}
	.pagecontent{
		margin-bottom: 15px !important;
	}
	.servimg {
		height: 250px;
	}
	h1 {
		font-size: 26px;
	}
	.serviceinfo h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.carricuimg{
		height: 350px;
	}
	.heading {
		margin-bottom: 5px !important;
	}
	.breadcrumb ul li a, .breadcrumb ul li strong {
		font-size: 14px;
	}
	.banner_area_text_box .page-title {
		font-size: clamp(24px, 4vw, 40px);
		line-height: clamp(30px, 4vw, 48px);
	}
	.to-top {
		width: 40px;
		height: 40px;
	}
	.portfolio-grid .portfolio-sec:nth-child(1), .portfolio-grid .portfolio-sec {
		grid-column: span 5;
	}
	.portfolio-sec:not(:first-child) .read-more-btn {
		font-size: 12px;
        top: 15px;
        left: 80%;
	}
	.portfolio-sec:not(:first-child) .port-content h5{
		width: 100%;
		font-size: 16px;
	}
	.port-img{
		height: 300px !important;
	}
	.port-content {
        padding: 15px;
    }
	


}

@media screen and (max-width: 575px) {
	h4 {
		font-size: 20px;
	}
	.pb {
		padding-bottom: 5px;
	}
	.navbar {
		padding: .5rem 0rem;
	}
	h3 {
		font-size: 20px;
	}
	/* home */
	.site-logo {
		height: 24px;
	}
	.banner {
		height: 400px;
	}
	.banner-content p {
		width: 100%;
	}
	.aboutimg {
		height: 270px;
	}
	.commercial-item p {
		width: 85%;
	}
	.portfolio-grid .portfolio-sec:nth-child(1), .portfolio-grid .portfolio-sec {
		grid-column: span 5;
	}
	.port-img{
		height: 240px !important;
	}
	.portfolio-sec:not(:first-child) .port-para, .port-para {
		display: block;
		margin-bottom: 5px;
	}
	.portfolio-sec:not(:first-child) .read-more-btn{
		position: relative;
		top: 0;
		left: 0;
	}
	.portfolio-sec:not(:first-child) .port-content h5, .port-content h5 {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.read-more-btn{
		font-size: 11px;
	}
	.read-more-btn i {
		font-size: 20px;
	}
	.testimonial-content {
		width: 100%;
	}
	.footer-logo .site-logo {
		margin-bottom: 30px;
	}
	.footer-content .row .col-sm-2{
		flex: 0 0 20%;
		max-width: 20%;
	}
	.footer-content .row .col-sm-10{
		flex: 0 0 80%;
		max-width: 80%;
	}
	.footer-note p {
		font-size: 10px;
	}
	.footer-logo .site-logo {
		width: 210px;
		height: 26px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0px !important;
	}
	/* service */
	.pagecontent{
		margin-bottom: 0px !important;
	}
	.serviceinfo {
		padding: 15px;
	}
	.inner_banner {
		height: 300px;
	}
	.banner_area_text_box .page-title {
		font-size: clamp(20px, 4vw, 40px);
		line-height: clamp(24px, 4vw, 48px);
	}
	.carricuimg{
		height: 300px;
	}
	h1{
		font-size: 24px;
	}
	


	
}





@media screen and (max-width: 480px) {
	h4 {
		font-size: 16px;
	}
	h1 {
		font-size: 20px;
	}
	p{
		font-size: 10px;
		line-height: 14px;
	}
	h3 {
		font-size: 16px;
	}
	.btn {
		padding: 5px 16px;
		font-size: 10px;
	}
	.btn-white {
		padding: 6px 20px;
		font-size: 10px;
	}
	.site-logo {
		height: 22px;
	}
	.navbar-light .navbar-toggler-icon {
		width: 27px;
	}
	/* breadcrumb */
	.breadcrumb ul li a, .breadcrumb ul li strong {
		font-size: 14px;
	}
	.breadcrumb ul {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	/* home */
	.banner {
		height: 350px;
	}
	.aboutimg {
		height: 250px;
	}
	.commercial-item p {
		width: 100%;
		padding: 7px 0 14px 0;
	}
	.port-img {
		height: 200px;
	}
	.footer-logo .site-logo {
		width: 180px;
		height: 26px;
	}
	.file-btn label::before {
		top: 16%;
	}
	.submit p input {
		font-size: 11px;
		padding-bottom: 0;
	}
	.footer-left h5 {
		font-size: 18px;
	}
	.social-icon ul li {
		width: 25px;
		height: 25px;
	}
	.footer-note p {
		font-size: 12px;
		padding: 10px 10px;
	}
	.footer-left p{
		font-size: 11px;
	}
	/* service */
	.pagecontent p {
		font-size: 12px;
		line-height: 18px;
	}
	.serviceinfo h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.polink{
		margin-bottom: 0 !important;
	}
	.servimg {
		height: 200px;
	}
	.carricuimg{
		height: 250px;
	}
	.inner_banner {
		height: 275px;
	}
	.servicebox{
		margin: 10px 0 !important;
	}
	/* .breadcrumb ul {
		width: 300px !important;
		margin: auto !important;
	} */
	.gimg {
		height: 200px;
	}
	.to-top {
		width: 35px;
		height: 35px;
	}
	.to-top i{
		font-size: 25px;
	}

}


@media screen and (max-width: 375px) {
	.ptb {
		padding: 15px 0;
	}
	.site-logo {
		height: 20px;
	}
	.navbar-light .navbar-toggler-icon {
		width: 24px;
	}
	.aboutimg {
		height: 200px;
	}
	.port-img {
		height: 180px;
	}
	.reviewimg {
		width: 145px !important;
	}
	.footer-left h5 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.footer-note p {
		font-size: 10px;
	}
	/* service */
	.inner_banner {
		height: 250px;
	}
	.serviceinfo {
		padding: 10px;
	}
    .port-img {
		height: 190px !important;
	}
}

