p{text-align: justify;}
.text-main{color: #ca0943;}
.navbar{opacity: .9;}
.navbar .navbar-brand img{height: 3rem;width: auto;}
.navbar-light .navbar-nav .nav-link{color: #6c757d!important;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active .nav-link{color: #d30047!important;}
.navbar-fixed-margin{margin-top: 4.6rem;}
.home-panel{padding-top: 8rem;padding-bottom: 7rem;}
.home-panel .case-panel .case-thumbnail{transition: 1s;-webkit-transition: 1s;-moz-transition: 1s;}
.home-panel .case-panel:hover .case-thumbnail{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);}
.home-panel .case-panel .case-title{height: 4rem;width: 100%; background-color: rgba(210,0,70,.6); color: #EEFFFF; font-size: 1.375rem; text-align: center; line-height: 4rem;opacity: 0; transition: bottom .6s,opacity .6s;-moz-transition: bottom .6s,opacity .6s;-webkit-transition: bottom .6s,opacity .6s;-o-transition: bottom .6s,opacity .6s;}
.home-panel .case-panel:hover .case-title{bottom: 0; opacity: 1; transition: bottom .6s,opacity .6s; -moz-transition: bottom .6s,opacity .6s; -webkit-transition: bottom .6s,opacity .6s; -o-transition: bottom .6s,opacity .6s;}
.home-panel .case-more a{color: #d30047;text-decoration: none;}
.partner-carousel .carousel-inner{width: 70%;}
.details-panel img{max-width: 100%; height: auto;}
.footer-logo img{height: 4rem; width: auto;}
.footer a{color: #fff;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #d30047;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff!important;
    background-color: #d30047;
    border-color: #d30047; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff!important;
    background-color: #d30047;
    border-color: #d30047;
    cursor: default; }
@media (max-width: 1199.98px) {
	.home-panel{padding-top: 5rem;padding-bottom: 4rem;}
}
@media (max-width: 575.98px) {
	.home-panel{padding-top: 3rem;padding-bottom: 2rem;}
	.navbar .navbar-brand img{height: 2rem;}
	.navbar-fixed-margin{margin-top: 3.675rem;}
}