<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: cv science
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
a,a:hover{
	text-decoration: none;
}
ul, li{
	padding:0;
	margin:0;
	list-style: none;
}
img{
	max-width: 100%;
	display: block;
}
li{
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	padding: 0px;
	margin: 0px;
}
p{
	padding: 0px;
	margin: 0px;
}
div:after, div:before{
	display: block;
	content:"";
	clear: both;
}


/*Theme style css*/
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: #000;
	background-color: #fff;
	padding: 0px;
    margin: 0px;
	line-height:18px;
}
.container{
	width: 90%;
	margin: 0 auto;
}


.pageHeader{
	border-bottom:solid 1px #000000;	
	}
	
.home .pageHeader{
	border:0;	
	}	


.header_top{
    background: #000;
    color: #fff;
	}
	
.fixed{
	position:fixed;
	width:100%;
	z-index:99999;
	left: 0;
	top: 0;
	}	
	
.fixed .header_top{
	display:none;
	}	
	
.header_top .left{
	float: left;
	width: 70%;
}
.header_top .left p{
	font-weight: 600;
}
.header_top .right{
	float: right;
	margin-top: 10px;
}
.header_top .right .social{}
.header_top .right .social li{}
.header_top .right .social li a i{
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.header_top .right .social li a i:hover{
	color: #0face6;
}
.header_bottom{
	padding: 10px 0px;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  background:#FFF;
}

.fixed .header_bottom{
	padding: 5px 0px;
	width:100%;
	background:#FFF;
	}

.header_bottom .logo{
	float: left;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width:300px;
}

.header_bottom .logo img{
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width:100%;
  height:auto;	
	}

.fixed .header_bottom .logo{
	width:200px;
	height:auto;
	}


.header_bottom .navigation{
	float: right;
	margin-top: 35px;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.fixed .header_bottom .navigation{
	float: right;
	margin-top: 15px;
}

.header_bottom .navigation ul{}
.header_bottom .navigation ul li{
	padding: 0px 20px;
}
.header_bottom .navigation ul li:lsat-child{
	padding-right: 0px;
}
.header_bottom .navigation ul li a{
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header_bottom .navigation ul li a:hover{
	color: #7DB737;
}
.slider{}
.slider ul{}
.slider ul li{
	position: relative;
	display: block;
}
.slider .caption_container{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.slider .caption{
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 100px;
    text-transform: uppercase;
}
.slider .caption h2{
	font-size: 63px;
	font-weight: 900;
	line-height: 60px;
}
.slider .caption h4{
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.slider_bottom{
	background: #000;
	padding: 50px 0px;
}
.slider_bottom p{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.slider li img{
	width:100%;	
	}

.content{
    padding: 40px 0px;
}
.page-template-default .content, .page-template-contact-page .content{
	min-height: 510px;
}
.content .panel{
    width: 48%;
}
.content .panel h2{
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px;
}
.content .panel p{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.content .panel a{
    padding: 5px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	display: inline-block;
	margin-top: 25px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content .left_panel{
	float: left;
}
.content.homeContent .left_panel a{
	background:#0face6;
}
.content.homeContent .left_panel a:hover{
	background: #8bbc4b;
}
.content .right_panel{
	float: right;
}
.content.homeContent .right_panel a{
	background: #8bbc4b;
}
.content.homeContent .right_panel a:hover{
	background: #0face6;
}
#footer{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 40px 0px;
}
.footer_nav{}
.footer_nav ul{}
.footer_nav ul li{}
.footer_nav ul li a{
    padding: 0px 15px;
    color: #fff;
    font-weight: bold;
}
.footer_nav ul li a:hover {
    color: #7FB831;
}


/*Contact us page*/

textarea {
    padding: 10px 10px 8px;
    font-size: 15px;
    width: 100%;
    color: #002C58;
    font-family: 'Hind', sans-serif;
    border: 2px solid #002C58;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
textarea {
    -webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.wpcf7-submit {
    cursor: pointer;
    background: transparent;
    color: #002C58;
    letter-spacing: 7px;
    padding: 10px 10px 10px 15px;
    border: 2px solid #002C58;
    margin: 23px auto;
    display: block;
    text-align: center;
    width: 200px;
    transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
}
.wpcf7-submit:hover {
    background: #002C58;
    color: #C5DFEF;
}
.page-template-contact-page .left_panel input, .page-template-contact-page .left_panel textarea {
    float: right;
    margin: 0 0 15px;
}
.page-template-contact-page .left_panel .wpcf7-textarea{
    height: 100px;
}
.page-template-contact-page .right_panel{
    font-weight: 600;
	color: #000;
	font-size: 16px;
	line-height: 25px;
}
.page-template-contact-page .right_panel a{
    margin: 0px;
    background: none;
    color: #000;
    padding: 0px;
    text-transform: none;
}
body span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 10px;
    padding: 0px;
}


/*Executive Team*/
.page-template-team-page h2.widget-title {
    text-align: center;
    color: #000;
	font-size: 42px;
	font-weight: 300;
}
.page-template-team-page h2.widget-title:after {
    content: "";
    display: block;
    width: 90px;
    border-bottom: 2px solid #000;
    text-align: center;
    margin: 40px auto;
}
.team ul {
    text-align: center;
}
.team ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 20%;
    margin: 0 2% 2% 2%;
	text-align: center;
}
.upw-image{
    text-align: center;
    margin: 0 auto;
    display: table;
}
.upw-image img {
    border-radius: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    overflow: hidden;
}
.upw-image img:hover {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.team .post-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.team p.post-title a {
    color: #000;
}
a.more-link {
    display: inline-block;
    color: #000;
}
p.post-excerpt {
    line-height: 22px;
    text-align: justify;
}

.row{
	/*text-align:center;*/
	clear:both;
	height:100%;
	overflow:hidden;
	padding-bottom:15px;    
}
    
.row .cols{
    width:182px;
    display:inline-block;
    vertical-align:top; 
}
.page-template-investor-page .row a{
	color: #617c96;
}
    
.row h3{
    font-size:16px;
    font-weight:700;
    padding-bottom:10px;
    letter-spacing:0;
	padding-top:20px;
	font-weight: 600;
}   

.row h4{
    font-size:15px;
    line-height:21px;
    font-weight:400;
    padding-bottom:15px;
    letter-spacing:0;   
}   
    
.row h4.bod{
    display:inline-block;
    width:145px;
    margin:1%;
    margin-bottom:50px; 
}   
    
.row h4.bod em{
    font-style:italic;
    font-weight:200;
}
    
.row strong{
    font-weight:700;    
}
	
.entry-header h1.entry-title {
    text-align: center;
    color: #000;
	font-size: 42px;
	font-weight: 300;
}
.entry-header h1.entry-title:after {
    content: "";
    display: block;
    width: 90px;
    border-bottom: 2px solid #000;
    text-align: center;
    margin: 40px auto;
}

.teamCol {
    display: inline-block;
    width: 23%;
    margin: 2% 1% 0;
    background: #262f3a;
    color: #FFF;
    vertical-align: top;
    padding-bottom: 30px;
}

.teamCol:first-child {
    margin-left: 0px;
}

.teamCol:last-child {
    margin-right: 0px;
}
	
.teamCol h3{
	padding-bottom:2px;
}

.teamCol h4{
	color:#6091ad;	
}	
	
.teamCol .memberCont{
    padding: 0 20px;
    min-height: 450px;
}	

.learn_more{
	font-weight: 600;
	line-height: 14px;
	color: #2f566d;
	padding-bottom: 2px;
}

.learn_more:hover{
	color: #707070;
}
	

/*---------------------------------------------- Responsive --------------------------------------------*/
	
@media only screen and (max-width:1200px){
/*---------  Home page --------- */
.slider_bottom {
    padding: 30px 0px;
}

.slider_bottom p {
    font-size: 14px;
}
/*---------  Home page --------- */

}


@media only screen and (max-width:1024px){
/*---------  Home page --------- */
.container, .slider .caption_container {
    width: 95%;
}

.header_bottom .logo {
    width: 215px;
}

.header_bottom .navigation ul li {
    padding: 0px 10px;
}

.slider .caption {
    bottom: 50px;
}

.slider .caption h2 {
    font-size: 43px;
    line-height: 40px;
}

.slider .caption h4 {
    font-size: 30px;
    line-height: 35px;
}

.slider_bottom {
    padding: 20px 0px;
}

.header_bottom .navigation {
    margin-top: 20px;
}
/*---------  Home page --------- */

}


@media only screen and (max-width:900px){
/*---------  Executive Team page --------- */

.teamCol {
    width: 31%;
	float: left;
}
.teamCol .memberCont {
    padding: 0 10px;
    min-height: 550px;
}

/*---------  Executive Team page --------- */

}


@media only screen and (max-width:768px){
/*---------  Home page --------- */
.fixed {
    position: absolute;
}
#responsive-menu.RMOpened {
    padding-top: 70px;
}
.header_bottom{
	-webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;	
}

.fixed .header_top {
    display: block;
}

.fixed .header_bottom {
    padding: 10px 0px;
}

body #click-menu #RMX {
    font-size: 30px;
    line-height: 16px;
}

body #responsive-menu .responsive-menu li.current_page_item &gt; a, body #responsive-menu .responsive-menu li.current_page_item &gt; .appendLink, body #responsive-menu .responsive-menu li a:hover {
    background: transparent !important;
}

.header_top .left {
    float: none;
    width: auto;
}

body .gticker-wrapper.has-js {
    margin: 0px;
    padding: 5px 0px;
	height: inherit;
}

.header_top .right {
    float: none;
    margin-top: 0px;
    text-align: center;
}

.slider .caption {
    bottom: 20px;
}

.slider .caption h2 {
    font-size: 33px;
    line-height: 32px;
}

.slider .caption h4 {
    font-size: 20px;
    line-height: 23px;
}

.slider_bottom {
    padding: 10px 0px;
}

.slider_bottom p {
    font-size: 12px;
}

.content .panel{
    width: 100%;
    margin-bottom: 20px;
}

.content .panel h2 {
    font-size: 20px;
    line-height: 25px;
}

.content.homeContent .panel a{
    margin-top: 20px;
	font-size: 12px;
}

.homeContent p {
    height: inherit !important;
}

.footer_nav ul li {
    margin-bottom: 5px;
}

.footer_nav ul li a {
    padding: 0px 10px;
}
/*---------  Home page --------- */

/*--------- About us page --------- */
.entry-header h1.entry-title {
    font-size: 32px;
}
.entry-header h1.entry-title:after {
    width: 60px;
    margin: 20px auto;
}
/*---------  About us page --------- */

/*---------  Contact us page --------- */

.page-template-contact-page .right_panel a{
	margin: 0px;
}

/*---------  Contact us page --------- */

/*---------  Executive Team page --------- */
.teamCol{
	width:48%;
	float: none;
}
.teamCol .memberCont {
    min-height: 385px;
}
/*---------  Executive Team page --------- */


}

@media only screen and (max-width:650px){
/*---------  Investors page --------- */
.teamCol{
	width:100%;
}
.teamCol .memberCont {
    min-height: inherit;
}
/*---------  Investors page --------- */	

}


@media only screen and (max-width:512px){
/*---------  Investors page --------- */
.row h4.bod {
	margin-bottom: 20px;
}

.row h3 {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.row .cols {
    margin-bottom: 10px;
}
/*---------  Investors page --------- */
	
}

@media only screen and (max-width:479px){
/*---------  Home page --------- */
.slider .caption {
    bottom: 10px;
}

.slider .caption h2 {
    font-size: 20px;
    line-height: 20px;
}

.slider .caption h4 {
    font-size: 14px;
    line-height: 18px;
}

.content {
    padding: 20px 0px;
}

.content .panel h2 {
    font-size: 16px;
    line-height: 18px;
}

/*---------  Home page --------- */


}

@media only screen and (max-width:400px){
/*---------  Investors page --------- */
.row h4.bod {
    margin-bottom: 0px;
}
/*---------  Investors page --------- */
	
}
</pre></body></html>