<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&amp;display=swap');

.comp-name-main {
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.it-header-2-top-style {padding: 2px 0 !important;}
.it-header-2-top-social a {margin: 0 2px !important;}

a.custom-modified, a.custom-modified-none-ul {color:blue !important;text-decoration:underline !important;}
a.custom-modified-none-ul {text-decoration:none !important;}
a.disabled {color:grey !important;}

.it-header-2-main-menu ul li.has-dropdown::after {color:#fff !important;}

.it-feature-text p, p {line-height:20px !important;opacity:0.9 !important;}
.brand-color {color: #1a5276 !important;}
.brand-font {font-family: "Protest Strike", sans-serif !important;font-sytle: normal !important;letter-spacing:1px;}
.it-header-2-main-menu ul li &gt; a {color: var(--it-common-white)}

label.required:after {
    content: "*" !important;
    position: inherit !important;
    background-color: transparent !important;
    inset: auto !important;
    font-weight: bold;
    color: red;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__details-title-box p {
    font-size: 16px !important;
  }
  #header-sticky nav &gt; ul &gt; li.has-dropdown, #header-sticky nav &gt; ul &gt; li &gt; a {
  	color:#fff !important;
  }
}

@media (max-width: 767px) {
    .postbox__details-title-box p {
        font-size: 14px !important;
        padding-right: 0;
    }
}

@media only screen and (max-width:320px) {
	/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.header-top {border-bottom:1px solid grey;}
}

@media only screen and (max-width:480px) {
	/* smartphones, Android phones, landscape iPhone */
	.header-top {border-bottom:1px solid grey;}
}

.it-header-2-main-menu ul li &gt; .submenu {width:400px !important;}</pre></body></html>