<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: white!important;
}
#sp-header.header-sticky {
    position: fixed;
    background:#eeeff2;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.sp-megamenu-parent &gt; li &gt; span {
    color: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child &gt; li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;a, .offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon&gt;span {
    background-color: black;
}

/*** Block Styles ***/
/* Button */
.btn-design, .btn-primary {
	color: #fff!important;
	position: relative;
	padding: 12px 35px;
	display: inline-block;
	text-transform: uppercase;
  	border-radius: 0;
}
.slider-btn a {
  	position: relative;
  	display: inline-block;
}
.slider-btn a:before,
.btn-design:before {
    position: absolute;
    transition: all .3s cubic-bezier(0,0,.1,1);
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.1);
}
.slider-btn:hover:before,
.btn-design:hover:before {
    width: 100%;
}
.btn-primary:hover {
  	background-color: #071e33!important;
    border-color: #071e33!important;
}

/* Title */
.title-design h3 {
   	font-size: 50px;
    line-height: 60px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}
.title-white h3 {
    color:#fff!important;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}
.title-design p, .title-white p {
    font-size: 16px;
    letter-spacing: 3px;
}
.title-design h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

/*** Album ***/
.album h3 {
    font-weight: 700;
    padding-bottom: 10px;
}
.album .right {
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    width: 100%; 
}
.album .right .secondaryTitle {
    margin-bottom: 30px;
    font-size: 30px; 
}
.album .right .list .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px; 
}
.album ul {
    padding: 0;
}
.album .right .list .line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgba(37, 46, 89, 0.7);
    z-index: -1; 
}
.album .right .list .line p {
    font-size: 18px;
    line-height: 28px;
    color: #252e59;
    font-weight: 600;
    background: #fff; 
}
.album .right .list .line a {
    font-size: 18px;
    line-height: 28px;
    color: rgba(37, 46, 89, 0.8);
    font-weight: 600;
    background: #fff; 
}
.album .right .list .line a.f {
    padding-right: 20px;
    color: rgba(37, 46, 89, 0.8); 
}
.album .right .list .line p.l {
    padding-left: 20px;
    color: rgba(37, 46, 89, 0.8); 
}
.album .right .socialLinks li {
    display: inline-block; 
}
.album .socialLinks li a {
    margin-right: 21px;
    font-size: 20px;
    line-height: auto;
    color: rgba(37, 46, 89, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.album .right .socialLinks li a:hover {
    color: #A12CB0; 
}
.album .right ul {
    padding: 0;
    list-style: none;
} 
.album .socialLinks li {
    display: inline-block;
    font-size: 30px;
}
.album .socialLinks strong {
    display: none;
}

/*** Team ***/
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	   width: 100%;
}
.team-item {
    cursor: pointer;
    background-color: #ddd;
}
.team-item h3 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: capitalize;
}
.team-item p {
    padding-bottom: 20px;
}
.team-item p {
    font-size: 16px;
    color: rgba(37, 46, 89, 0.7);
    font-weight: 700;
}
.team-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Upcomming */
.upcomming-content {
    background: rgba(107, 5, 163, 0.6);
    padding: 25px 50px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.upcomming-content .table tr:first-child td {
    border-top: 0px;
}
.upcomming-content .table tr td {
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0px;
    line-height: 40px;
}
.upcomming-content .table tr td:last-child a {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.upcomming-content .table tr td:last-child a:hover {
    background: #ffffff!important;
    color: #000!important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Coundownter */
.scd-label-col {
    color: #fff;
    text-transform: uppercase;
}
.scd-digit div {
    font-size: inherit;
    color: #fff;
    font-size: 31px;
    font-weight: 900;
}
#countdown .sppb-btn {
    cursor: pointer;
  	border-radius: 5px;
    padding: 7px 30px;
    padding-top: 17px;
    font-size: 26px;
    margin-left: 2px;
}
.countdown-title h4 {
   	font-size: 46px;
    line-height: 60px;
    color: #252e59;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#countdown .scd-counter-row {
    float: left;
    margin: -31px;
}

/* Bottom */
#sp-bottom1 {
  	text-align: center;
}
.footer-social-pro {
    margin:0 auto;
    text-align:center;
    padding: 20px 0 !important;
    display:block;
}
.footer-social-pro li {
    margin: 0 10px;
    display:inline-block!important;
    list-style:none;
}
.footer-social-pro li em {
    border-radius: 50px;
    color: #ffffff;
    font-size: 28px;
  	font-family: "Font Awesome 5 Brands" !important;
}
.footer-social p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: 3px;

}
.footer-social-pro li a {
    width: 52px;
    height: 52px;
    display: inline-block;
    line-height: 62px;
    border-radius: 50px;
}
.footer-social-pro li.facebook a{
    background:#496bb4;
}
.footer-social-pro li.facebook a i{
    background:#496bb4;
}
.footer-social-pro li.google a{
    background:#db3623;
}
.footer-social-pro li.google a i{
    background:#db3623;
}
.footer-social-pro li.twitter a{
    background:#009ad2;
}
.footer-social-pro li.twitter a i{
    background:#009ad2;
}
.footer-social-pro li.instagram a{
    background:#d15c8f;
}
.footer-social-pro li.instagram a i{
    background:#d15c8f;
}
.footer-social-pro li.pinterest a{
    background:#c12123;
}
.footer-social-pro li.pinterest a i{
    background:#c12123;
}
.footer-navi{
    margin:0 auto;
    text-align:center;
    padding:0;
    display:block;
}
.footer-navi li{
    padding:0 12px;
    border-right:1px solid #8497a9;
    display:inline-block!important;
    list-style:none;
}
.footer-social h4 {
   font-size: 50px;
}
.footer-navi li a {
    color:#708598;
}
.footer-widget-copy p {
    color: #72879a;
    margin:0;
}
.footer-widget-copy p a {
    color: #ff569c;
}
strong {
    display: none;
}

/* Footer Copyright */
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
          max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
    	text-align: center;
  	}
  	#sp-header {
    	background: #181e3c;
	}
}


/* General color defination
Color value depend on preset color that picking on template settings &gt; Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter&gt;ul&gt;li.active&gt;a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.offcanvas-menu .offcanvas-inner ul.menu &gt;li.active a, .title-design h3, #countdown .sppb-btn {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs&gt;li.active&gt;a {
  	border-color:var(--text-color)!important;
}</pre></body></html>