@media (min-width: 576px) {
	
}

@media (min-width: 768px){
	.text-md-center {
		text-align: center;
	}
	.text-md-center .icon-img {
		justify-content: center;
	}
    .text-md-center .btn-outer {
		justify-content: center;
	}
    .text-md-start .btn-outer {
		justify-content: flex-start;
	}
	.gy-md-6 {
		--bs-gutter-y: 4rem;
	}
	.gy-md-30 {
		--bs-gutter-y: 35px;
	}
	.gx-md-30 {
		--bs-gutter-x: 35px;
	}
	.pt-md-160 {
		padding-top: 160px;
	}
	.pb-md-160 {
		padding-bottom: 160px;
	}
	.pt-md-130 {
		padding-top: 130px;
	}
	.pb-md-130 {
		padding-bottom: 130px;
	}
	.pt-md-120 {
		padding-top: 120px;
	}
	.pb-md-120 {
		padding-bottom: 120px;
	}
	.pt-md-115 {
		padding-top: 115px;
	}
    .pt-md-110 {
		padding-top: 110px;
	}
	.pb-md-110 {
		padding-bottom: 110px;
	}
	.mt-md-100 {
	    margin-top: 100px;
	}
	.mb-md-100 {
	    margin-bottom: 100px;
	}
	.pt-md-100 {
	    padding-top: 100px;
	}
	.pb-md-100 {
	    padding-bottom: 100px;
	}
	.mt-md-90 {
	    margin-top: 90px;
	}
	.mb-md-90 {
	    margin-bottom: 90px;
	}
	.pt-md-90 {
	    padding-top: 90px;
	}
	.pb-md-90 {
	    padding-bottom: 90px;
	}
	.mt-md-80 {
	    margin-top: 80px;
	}
	.mb-md-80 {
	    margin-bottom: 80px;
	}
	.pt-md-80 {
	    padding-top: 80px;
	}
	.pb-md-80 {
	    padding-bottom: 80px;
	}
	.mt-md-70 {
	    margin-top: 70px;
	}
	.mb-md-70 {
	    margin-bottom: 70px;
	}
	.pt-md-70 {
	    padding-top: 70px;
	}
	.pb-md-70 {
	    padding-bottom: 70px;
	}
	.pt-md-75 {
	    padding-top: 75px;
	}
	.pb-md-75 {
	    padding-bottom: 75px;
	}
	.mt-md-65 {
	    margin-top: 65px;
	}
	.mb-md-65 {
	    margin-bottom: 65px;
	}
	.pt-md-65 {
	    padding-top: 65px;
	}
	.pb-md-65 {
	    padding-bottom: 65px;
	}
	.mt-md-60 {
	    margin-top: 60px;
	}
	.mb-md-60 {
	    margin-bottom: 60px;
	}
	.pt-md-60 {
	    padding-top: 60px;
	}
	.pb-md-60 {
	    padding-bottom: 60px;
	}
	.mt-md-50 {
	    margin-top: 50px;
	}
	.mb-md-50 {
	    margin-bottom: 50px;
	}
	.pt-md-50 {
	    padding-top: 50px;
	}
	.pb-md-50 {
	    padding-bottom: 50px;
	}
	.mt-md-40 {
	    margin-top: 40px;
	}
	.mb-md-40 {
	    margin-bottom: 40px;
	}
	.pt-md-40 {
	    padding-top: 40px;
	}
	.pb-md-40 {
	    padding-bottom: 40px;
	}
	.mt-md-35 {
	    margin-top: 35px;
	}
	.mb-md-35 {
	    margin-bottom: 35px;
	}
	.pt-md-35 {
	    padding-top: 35px;
	}
	.pb-md-35 {
	    padding-bottom: 35px;
	}
	.mt-md-30 {
	    margin-top: 30px;
	}
	.mb-md-30 {
	    margin-bottom: 30px;
	}
	.pt-md-30 {
	    padding-top: 30px;
	}
	.pb-md-30 {
	    padding-bottom: 30px;
	}
	.mt-md-25 {
	    margin-top: 25px;
	}
	.mb-md-25 {
	    margin-bottom: 25px;
	}
	.mt-md-20 {
	    margin-top: 20px;
	}
	.mb-md-20 {
	    margin-bottom: 20px;
	}
	.pt-md-20 {
	    padding-top: 20px;
	}
	.pb-md-20 {
	    padding-bottom: 20px;
	}
	.mb-md-16 {
	    margin-bottom: 16px;
	}
	.mt-md-10 {
	    margin-top: 10px;
	}
	.mb-md-10 {
	    margin-bottom: 10px;
	}
	.pt-md-10 {
	    padding-top: 10px;
	}
	.pb-md-10 {
	    padding-bottom: 10px;
	}
	.mt-md-180 {
		margin-top: 180px;
	}
	.mt-md-15 {
		margin-top: 15px;
	}
	.pb-md-180 {
		padding-bottom: 180px;
	}
	.space-top-large {
		padding-top: 65px;
	}
	.space-top-medium {
		padding-top: 45px;
	}
	.space-top-small {
		padding-top: 30px;
	}
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 65px;
	}
	.space-bottom-medium {
	    padding-bottom: 45px;
	}
	.space-bottom-small {
	    padding-bottom: 30px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
	.text-md-start {
		text-align: left;
	}
	.justify-content-md-start {
		justify-content: flex-start;
	}
	.pb-md-315 {
		padding-bottom: 315px;
	}
    
}

@media (min-width: 992px){
	.pb-lg-50 {
		padding-bottom: 50px;
	}
	.pb-lg-100 {
		padding-bottom: 100px;
	}
	.space-top-large {
		padding-top: 80px;
	}
    .space-top-medium {
    	padding-top: 60px;
    }
    .space-top-small {
    	padding-top: 40px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 80px;
	}
	.space-bottom-medium {
	    padding-bottom: 60px;
	}
	.space-bottom-small {
	    padding-bottom: 40px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
    .justify-content-lg-end {
    	justify-content: flex-end;
    }
}

@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}	
	.space-top-large {
		padding-top: 100px;
	}
    .space-top-medium {
    	padding-top: 75px;
    }
    .space-top-small {
    	padding-top: 50px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 100px;
	}
	.space-bottom-medium {
	    padding-bottom: 75px;
	}
	.space-bottom-small {
	    padding-bottom: 50px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
	.pt-xl-175 {
		padding-top: 175px;
	}
	.pb-xl-175 {
		padding-bottom: 175px;
	}
	.pt-xl-160 {
		padding-top: 160px;
	}
	.pb-xl-160 {
		padding-bottom: 160px;
	}
	.pt-xl-150 {
		padding-top: 150px;
	}
	.pb-xl-150 {
		padding-bottom: 150px;
	}
	.pt-xl-140 {
		padding-top: 120px;
	}
	.pb-xl-140 {
		padding-bottom: 120px;
	}
	.pt-xl-130 {
		padding-top: 130px;
	}
	.pb-xl-130 {
		padding-bottom: 130px;
	}
	.pb-xl-125 {
		padding-bottom: 125px;
	}
	.gx-xl-40 {
		--bs-gutter-x: 40px;
	}
	.mb-xl-70 {
		margin-bottom: 70px;
	}
	.mb-xl-80 {
		margin-bottom: 80px;
	}
	.pb-xl-300 {
		padding-bottom: 300px;
	}
}

@media (min-width: 1550px) {
	.container {
		max-width: 1450px;
	}
	
}

@media (max-width: 1549px) {
	h1, h1.maxtitle-1, h2.maxtitle-1, h3.maxtitle-1, h4.maxtitle-1, h5.maxtitle-1, h6.maxtitle-1, div.maxtitle-1, span.maxtitle-1, p.maxtitle-1 {
	    font-size: 100px;
	    line-height: 0.95;
	}
	h2, h1.maxtitle-2, h2.maxtitle-2, h3.maxtitle-2, h4.maxtitle-2, h5.maxtitle-2, h6.maxtitle-2, div.maxtitle-2, span.maxtitle-2, p.maxtitle-2 {
	    font-size: 70px;
	    line-height: 0.9;
	}
	h3, h1.maxtitle-3, h2.maxtitle-3, h3.maxtitle-3, h4.maxtitle-3, h5.maxtitle-3, h6.maxtitle-3, div.maxtitle-3, span.maxtitle-3, p.maxtitle-3 {
	    font-size: 60px;
	    line-height: 1;
	}
	.container-fluid {
	    max-width: 1920px;
	    padding-left: 50px;
	    padding-right: 50px;
	}
	
}
@media (max-width: 1199px) {
	.mobile-header {
	    display: block;
	}
	.desktop-header {
	    display: none;
	}
	h1,h2,h3,h4,h5,h6,.maxtitle-1,.maxtitle-2,.maxtitle-3,.maxtitle-4,.maxtitle-5,.maxtitle-6 { 
		margin-bottom: 20px;
	}
	h1, h1.maxtitle-1, h2.maxtitle-1, h3.maxtitle-1, h4.maxtitle-1, h5.maxtitle-1, h6.maxtitle-1, div.maxtitle-1, span.maxtitle-1, p.maxtitle-1 {
	    font-size: 80px;
	    line-height: 0.95;
	}
	h2, h1.maxtitle-2, h2.maxtitle-2, h3.maxtitle-2, h4.maxtitle-2, h5.maxtitle-2, h6.maxtitle-2, div.maxtitle-2, span.maxtitle-2, p.maxtitle-2 {
	    font-size: 60px;
	    line-height: 0.9;
	}
	h3, h1.maxtitle-3, h2.maxtitle-3, h3.maxtitle-3, h4.maxtitle-3, h5.maxtitle-3, h6.maxtitle-3, div.maxtitle-3, span.maxtitle-3, p.maxtitle-3 {
	    font-size: 50px;
	    line-height: 1;
	}
	.header-part {
		padding: 25px 0;
	}
	.footer-tel {
	    font-size: 24px;
	    margin: 0 0 20px;
	}
	.footer-col p {
	    max-width: 245px;
	}
	.footer-address p {
	    font-size: 16px;
	    margin: 0 0 10px;
	}
	.footer-address p strong {
	    font-size: 20px;
	}
	.span-heading {
	    font-size: 20px;
	}
}

@media (max-width: 991px) {
	.navbar-collapse {
		max-width: 720px;
	}
	.container-fluid {
	    max-width: 1920px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.footer-row {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 50%;
	}
}

@media (max-width: 782px) {
    body.logged-in.admin-bar .header-part.sticky {
        top:46px;
    }
    .logged-in.admin-bar .sk-offcanvas-content {
	    top: 140px;
	}
}

@media (max-width: 782px) {
	
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	h1, h2, h3, h4, h5, h6,.maxtitle-1,.maxtitle-2,.maxtitle-3,.maxtitle-4,.maxtitle-5,.maxtitle-6 {
	    margin: 0 0 12px 0;
	}
	h1,
	h1.maxtitle-1,
	h2.maxtitle-1,
	h3.maxtitle-1,
	h4.maxtitle-1,
	h5.maxtitle-1,
	h6.maxtitle-1, 
	div.maxtitle-1, 
	span.maxtitle-1, 
	p.maxtitle-1 {
		font-size: 50px;
	}
	h2,
	h1.maxtitle-2,
	h2.maxtitle-2,
	h3.maxtitle-2,
	h4.maxtitle-2,
	h5.maxtitle-2,
	h6.maxtitle-2, 
	div.maxtitle-2, 
	span.maxtitle-2, 
	p.maxtitle-2 {
		font-size: 40px;
	}
	h3,
	h1.maxtitle-3,
	h2.maxtitle-3,
	h3.maxtitle-3,
	h4.maxtitle-3,
	h5.maxtitle-3,
	h6.maxtitle-3, 
	div.maxtitle-3, 
	span.maxtitle-3, 
	p.maxtitle-3 {
		font-size: 32px;
	}
	h4,
	h1.maxtitle-4,
	h2.maxtitle-4,
	h3.maxtitle-4,
	h4.maxtitle-4,
	h5.maxtitle-4,
	h6.maxtitle-4, 
	div.maxtitle-4, 
	span.maxtitle-4, 
	p.maxtitle-4 {
		font-size: 24px;
		line-height: 31px;
	}
	h5,
	h1.maxtitle-5,
	h2.maxtitle-5,
	h3.maxtitle-5,
	h4.maxtitle-5,
	h5.maxtitle-5,
	h6.maxtitle-5, 
	div.maxtitle-5, 
	span.maxtitle-5, 
	p.maxtitle-5 {
		font-size: 20px;
		line-height: 26px;
	}
	h6,
	h1.maxtitle-6,
	h2.maxtitle-6,
	h3.maxtitle-6,
	h4.maxtitle-6,
	h5.maxtitle-6,
	h6.maxtitle-6, 
	div.maxtitle-6, 
	span.maxtitle-6, 
	p.maxtitle-6 {
	    font-size: 18px;
	    line-height: 24px;
	}
	h1.maxtitle-7, h2.maxtitle-7, h3.maxtitle-7, h4.maxtitle-7, h5.maxtitle-7, h6.maxtitle-7 {
	    font-size: 16px;
	    line-height: 22px;
	}
	p { 
		margin-bottom: 20px;
	}
	.navbar-collapse,
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.btn {
		padding: 17px 30px 18px;
	}
	.header-part {
        padding: 15px 0;
    }
	.header-logo img {
	    width: 140px;
	}
	.canvas-menu .sk-dropdown-toggle {
	    margin-left: 20px;
	}
	.header-contact {
		font-size: 0;
	}
	.header-contact span {
		margin: 0;
	}
	.navbar-collapse {
		max-width: 540px;
	}
	.footer-col {
		width: 100%;
	}
	.footer-part {
	    padding-top: 50px;
	}
	.span-heading {
		margin-bottom: 15px;
	}
	.footer-col p {
		max-width: 100%;
	} 
	.footer-bottom {
	    padding: 30px 0;
	}
	.footer-top {
	    padding-bottom: 20px;
	}
}


@media (max-width: 640px) {
	
	
}

@media (max-width: 600px) {
	body.logged-in.admin-bar .header-part {
    	top: 46px;
    }
    body.logged-in.admin-bar .header-part.sticky {
        top: 0px;
    }
    body.logged-in.admin-bar .header-part.sticky .sk-offcanvas-content {
        top: 0px;
    }
}

@media (max-width: 575px) {
	.navbar-collapse {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	
}

@media (max-width: 425px) {
    
}

@media (max-width: 359px) {

}