
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
    width: 80px !important;
    height: 60px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;		
	}	

	.section-1-box .section-1-box-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; }

}

@media (min-width: 768px) and (max-width: 1000px) {

	.navbar-expand-md .navbar-nav .nav-link { padding-left: 0.6rem; padding-right: 0.6rem; }
	/* .navbar-expand-md .navbar-collapse{
		display: none !important;
	} */

	.navbar.navbar-no-bg { background: #333f48; }
	.navbar-dark .navbar-toggler { border-color: #333f48; }
	.navbar-dark .navbar-toggler:focus { background: #333f48; outline: 0; }
	.navbar-expand-md .navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }


	.section-description p { padding: 0; }

	.section-1-box .section-1-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }

	.section-3-box .section-3-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }

}

@media (max-width: 767px) {

	.navbar.navbar-no-bg { background: #333f48; }
	.navbar-dark .navbar-toggler { border-color: #333f48; }
	.navbar-dark .navbar-toggler:focus { background: #333f48; outline: 0; }
	.navbar-expand-md .navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }

	h1, h2 { font-size: 22px; line-height: 30px; }
	.top-content .carousel-caption { bottom: 20px; }
	.top-content .carousel-indicators { display: none; }

	.section-description p { padding: 0; }

	.section-1-container { padding-bottom: 60px; }
	.section-1-box { text-align: center; }
	.section-1-box h3 { margin-top: 20px; padding-top: 10px; }

	.section-3-box { text-align: center; }
	.section-3-box h3 { margin-top: 20px; padding-top: 10px; }

}

@media (max-width: 575px) {

	.top-content .carousel-item { max-height: 400px; }

	.top-content .carousel-item img { object-fit: contain; }

	.top-content .carousel-caption { bottom: 0; padding-bottom: 20px; }
	.top-content .carousel-caption-description { display: none; }

	.top-content h1,
	.top-content h2,
	.top-content h3 { font-size: 18px; }
}



/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo.png) !important; background-repeat: no-repeat !important; background-size: 123px 34px !important;
    }

}
@media (max-width: 1204px) {
	.navbar-brand {
    width: 80px !important;
    width: 80px !important;
    height: 60px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;		
	}	
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
		border-radius: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
		border-radius: 15px;
  }
}

@media (min-width: 992px)
{
  .card-deck .card {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
		border-radius: 15px;
  }
}

@media (min-width: 1180px) and (max-width: 1210px) {
	.navbar-expand-md .navbar-nav .nav-link{
		font-size: 13px !important;
	}
}
@media (min-width: 1120px) and (max-width: 1170px) {
	.navbar-expand-md .navbar-nav .nav-link{
		font-size: 12px !important;
	}
}
@media (min-width: 1120px) and (max-width: 1170px) {
	.navbar-expand-md .navbar-nav .nav-link{
		font-size: 12px !important;
	}
}
