<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}





/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {
    #footer .m_title {
      
         text-align: center; 
    }

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}
.collapse a:after, .collapse a:before {
    display: none!important;
}


.services_box__icon-inner i {
    font-size: 50px !important;
}
@font-face {
    font-family: 'CrimsonText-Regular';
    src: url('../fonts/crimsontext/CrimsonText-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CrimsonText-Bold';
    src: url('../fonts/crimsontext/CrimsonText-Bold.ttf') format('truetype');
    font-weight:bold;
}
h1, h2, h3, h4, h5, p, span,input {
    font-family:CrimsonText-Regular!important;
}
.services_read {
    position: absolute;
    bottom: 14px;
    text-align: center;
    margin-left: 40%;

}
.portfolio-whole {
height:500px;
}

    .portfolio-whole .services_box__icon {
        overflow: hidden;
        height: 300px;
    }
.gallery div {
    padding-right: 0px;
    padding-left: 0px;
}
.header-background-img {
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    filter:brightness(0.7)
}</pre></body></html>