header#pt-header.pt-header-style-2 .navbar-brand img {
    height: 70px !important;
}
header#pt-header .pt-top-header {
    background: #3f0363 !important;     
    padding: 0;
    font-size: 14px;
}
.white{
    color: #ffffff !important;
}
.pt-sidebar-header .pt-sidebar-logo {
    margin-bottom: 15px;
    height: 70px !important;
}
.pd50{
    padding-top: 50px !important;
}
.pdb50{
    padding-bottom: 50px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-fonts);
    color: #3f0363 !important; 
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
    background: #3f0363 !important; 
    color: var(--white-color) !important;
}
.pt-price-block .pt-price-detail {
    position: relative;
    padding: 30px;
    background: #3f0363 !important; 
    z-index: 9;
    color: var(--white-color) !important;
}
.pt-price-block .pt-price-detail .price {
    color: var(--white-color) !important;
    font-size: 60px;
    line-height: normal;
}
.pt-price-block.active .pt-price-detail {
    background: var(--primary-color) !important;
}
.pt-bg-dark {
    background: #3f0363 !important; 
}
.pt-big-title .pt-big-title1 {
    color: #f5f5f5 !important;
    font-size: 8em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0px;
    opacity: 1 !important;
}
.pt-portfolio-info h5 {
    color: var(--white-color) !important;
    font-size: 26px;
    margin-bottom: 15px;
}
.pt-portfolio-block-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 410px !important;
    height: 410px !important;
    display: inline-block;
    background: #3f0363 !important; 
    opacity: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.pt-portfolio-img img {
    display: block;
    /* width: 100%; */
    width: 410px !important;
    height: 410px !important;
    background-size: cover !important;
    overflow: hidden !important;
	background-repeat: no-repeat; 
	/* background-attachment: fixed; */
	opacity: 1;
	background-position: center center;
}
.pt-sidebar-social ul li a {
    background: #3f0363 !important;     
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
#pt-footer .pt-footer1 .footer-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 28px;
    color: var(--white-color) !important;
    position: relative;
    line-height: 1;
}
#pt-footer .pt-footer-style-1 .pt-footer-logo {
    height: 70px !important;
    margin-bottom: 30px;
}
#pt-footer {
    background: #6a199a !important;
    display: inline-block;
    width: 100%;
    float: left;
}
#pt-footer .pt-copyright-footer {
    padding: 0;
    background: #3f0363 !important;
}

.gal img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 30px;
}