/*
    Theme Name: OverSat
    Theme URI:
    Description: Technology / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.2
    Tags: 
*/



body {
    font-size:18px;
	  font-family: "Inter", sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#0C1A24;
	}

a {
    color: #0C1A24;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#002147;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	  font-family: "Inter", sans-serif;
	box-sizing:border-box;
	width:100%;
	padding:8px 10px;
	background:#FFF;
	color:#0C1A24;
	font-size:16px;
	border: 1px solid #1E274B;
	border-radius: 10px;
	
		
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	  font-family: "Inter", sans-serif;
	display: inline-block;
	cursor:pointer;
	padding: 8px 15px;
	text-align:center;
	color:#fff;	
	font-size:18px;
	font-weight: 500;
	text-align: center;
	border:none;
	text-transform:uppercase;
	background:#5E9D43;
	border-radius: 80px;
	
	
			
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color:#19171c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#19171c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

:-ms-input-placeholder {  
     color:#19171c;
}


.flaticon-right-1 {
	display: inline-block;
	transform: rotate(180deg);
}

.flaticon-next.right {
	display: inline-block;
	transform: rotate(180deg); 
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
	
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wave-bg {
	background:#edf3f5 url(images/waves_bg.png) bottom center no-repeat;
	}


/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.wide-container {
	position:relative;
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


#main {
	position: relative;
	padding:50px 0 150px 0;
	background: linear-gradient(
  to bottom,
  #EBEEEE 0%,
  #EBEEEE 50%,
  #FFFFFF 100%
);

	}
	
.section {
	padding: 60px 0;
}


.padding {
	width:65%;
	margin: auto;
}

.grey {
	background:#f5f5f3;
}

/* =HEADER
-------------------------------------------------------------- */
#heading {	
	position: absolute;
	width:100%;
	left:0;
	top:0;
	z-index:200;
	padding-top:25px;
	
}

.top-mask{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	z-index:20;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}


.topholder {
	height:108px;
}

#toprow {
	position: relative;
	z-index:200;		
	}

.logos {
	
}

.logos img {
	max-height:100px;
	width: auto;
}

.logo-tech {
	position: relative;
	padding-left:10px;
	border-left: #eee 1px solid;
	
	}
	

.logo {
	position: relative;
	z-index:10;
	padding-right:10px;
	
	}
	
.logoimg {
	 transition: all 300ms ease;
}

.logoimg.shrink {
	transform: scale(0.6) translateX(-30px) translatey(40px);
	
}



.flex-heading {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding:5px 0;
  margin-left:312px;
  position: relative;
  background:#000e1f;
  border-left: #47c6e9 10px solid;
 
}

.flex-heading .f-1 {
	display: flex;
  align-items: center;
  justify-content: start;
}

.flex-heading .f-2 {
	display: flex;
  align-items: center;
  justify-content: flex-end;
}



#languages {
	width:60px;
	
	}

#languages .menu-lang-container ul {
		
}

#languages li {
	display: inline-block;
	float: none;
}

#languages li a {
	display: inline-block;
	font-size:16px;
	font-weight:500;
	text-align: center;
	text-transform: uppercase;
	padding:5px 10px;
	border:#FFF 1px solid;
	margin-left:10px;
	
}

#languages li a:hover {
	
}





#toprow .social-icons {
	padding:0px 5px;
	display: inline-block;
	}
	


.social-icons a {
	display: inline-block;
		
	}



#toprow .social-icons a {
	font-size:20px;
	padding:0px 5px;
	
}



.topsearch {
	padding:0px 10px;
	display: inline-block;
}

.topsearch form {
	background: none;
	position: relative;
	padding:0;
	margin:0;
	border:#FFF 1px solid;
	
}

.topsearch button {
	background: none;
	border: none;
	color:#FFF;
	font-size:16px;
	position: absolute;
	right:0;
	top:5px;
	z-index:10;
}

.topsearch input {
	background: none;
	padding:5px 10px;
	font-size:15px;
	color:#FFF;
}


.topsearch ::-webkit-input-placeholder {
       color:#FFF;}

.topsearch :-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

.topsearch ::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

.topsearch :-ms-input-placeholder {  
     color:#FFF;
}



button.aicon_link {
	display: none;
}

.acc-icon {
	position: absolute;
	right:0 !important;
	left: auto !important;
	top: 10px;
	z-index:100;
	
}

.acc-icon button.aicon_link {
	display: inline-block;
	position: static;
	right:0 !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: inherit;
	max-height:inherit;
	padding:5px 20px 5px 10px;
	top:20px;
	z-index:10;
	border: none;
	background:#000F1F !important;
	border-radius:30px 0 0 30px;
}

.talk-button {
	position:fixed;
	right:15px;
	top: 600px;
	z-index:200;
	}


.talk-button a {	
	display: block;
		
}

.talk-button i {
	font-size:40px;
	display: block;
}


#menurow {
	position: relative;
	background:#010F20;
	 	z-index: 200;
}

#menurow .flex {
	 display: flex;
  
}

#menurow .logos {
	display: flex;
	align-items: center;
	padding-left:20px;
}



/* =MENUS
-------------------------------------------------------------- */
.menu-primary-container {
   	padding:0;
	text-align: center;
		
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */


.menu-primary-container {
   z-index: 10;
   text-align: end;
  
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-right: 10px;
		
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}



/* First Level - Menu Primary */
.menu-primary li a {
	font-size:18px;
	letter-spacing: 0.36px;
	display:block;
	font-weight: bold;
	color:#0C1A24;    
    padding: 20px 20px;
	border-bottom:transparent 6px solid;		
			text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	

.menu-primary li a:hover, 
.menu-primary li.current-menu-item a {
	 color: #0C1A24;
	 border-bottom:#5E9D43 6px solid;
	
}

.menu-primary li.contact a {
	background:#5E9D43;
	border-radius:80px;
	border: none !important;
	color:#FFF !important;
	padding:10px 20px;
}

.menu-item-description {
	display: none;
}


.sf-sub-indicator {
	display:none;
}




.menu-primary li:last-child a:after {
	display: none;
}




/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:220px;
	margin-top:-6px;
	border-top: #5E9D43 6px solid;
	background:#FFF;
							
}

.menu-primary li li {
	padding:0;
	display: block;
}

.menu-primary li li a {
	display: block;
	font-size:16px;
	color:#000;
	padding:10px 10px;
	background: rgba(255, 255, 255, 1);
	border-radius:0;
	border-bottom:#eee 1px solid !important;
	font-weight:600;
	text-align:start;
	
	    }

.menu-primary li li a:after {
	display: none;
}

.menu-primary li:not(.mega) li a:hover,
.menu-primary li:not(.mega) li.current-menu-item a {
		border-bottom:#eee 1px solid;
		color:#5E9D43;
	
		   
}

.sf-sub-indicator {
	display:none;
}



/********************home******************/

#home-video {
	position: relative;
	width:100%;
	overflow:hidden;
	z-index:10;
	}



#home-video video,
.posterimg  {
	width:100%;
	
}


#home-video .bottom-mask{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	z-index:10;
	background: transparent linear-gradient(0deg, #EBEEEE 0%, #EBEEEE00 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}

.above-video {
	position: absolute;
	bottom:40%;
	left:0;
	width:100%;
	z-index:20;
	text-align:center;
}

.main-title {
	font-size:65px;
	letter-spacing: 1.3px;
	color: #1E274B;
	margin-bottom:50px;
}

.main-title .chunk2 {
	font-weight: bold;
}

.above-video .flex-item {
	width:33.33%;
	padding:0 10px;
}

.av-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:19px 44px;
	border-radius: 80px;
	text-transform:uppercase;
	color:#FFF !important;
	font-size:20px;
}

.av-btn i {
	font-size:30px;
}

#about-section {
	position:relative;
	margin-top:-250px;
	z-index:20;
	background: transparent linear-gradient(0deg, #EBEEEE 0%, #EBEEEE00 100%) 0% 0% no-repeat padding-box;
}

#about-section .inner {
	position:relative;
}

#about-section .about-content {
	position: relative;
	width:55%;
	background: #FFFFFF;
	border-radius: 30px;
	padding:40px;
	z-index:10;
}

.about-slider {
	position: absolute;
	right:0;
	top: 100px;
	z-index:1;
	width:55%;
}

 
#a-slider .slick-prev {
	top: -50px;
	right:0;
	left:auto;
}

#a-slider .slick-next {
	top:-50px;
	left: auto;
	right:30px;
}

#a-slider .slick-next:after,
#a-slider .slick-prev:after {
	font-size:22px;
}

#a-slider .slideimg {
	border-radius: 30px;
}

#home-boxes {
	position: relative;
	padding-top:200px;
	 background: linear-gradient(
    to bottom,      /* Direction from top to bottom */
    #EBEEEE 0%,     /* Red starts at 0% */
    #EBEEEE 60%,    /* Red ends at 50% */
    #203260 60%,     /* Blue starts at 50% */
    #203260 100%    /* Blue ends at 100% */
  );
	
}

.home-box {
	display: block;
	position: relative;
	transition: all 500ms ease;
	
}


.hb-img {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	
}

.hb-img img {
	display: block;
	width:100%;
	border-radius: 30px;
}



.home-box .info {
	position: absolute;
	bottom:20px;
	left:20px;
	z-index:10;
	width:calc(100% - 40px);
	background:#435FD5;
	color:#FFF;
	padding:30px 30px;
	overflow: hidden;
	border-radius: 30px;
	
}
.home-box .box-title {
	font-size:30px;
	color:#FFF;
	margin-bottom:20px;
	text-transform:uppercase;
}
.home-box .box-text {
	line-height:1.4;
}


/********************************/
#icons-section {
	background:#1B42C1;
	color:#FFF;
}

#icons-section  a {
	color:#FFF !important;
}

#icons-section .colorbox {
	transition: all 500ms ease;
}

#icons-section .colorbox:hover {
	background:#2dcaf2;
}
#icons-section .box-item  {
	text-align: center;
	width:400px;
	margin: auto;
	padding:90px 0;
	
}

#icons-section .box-item:hover {
	
}

#icons-section .box-icon {
	width: 175px;
	height: 175px;
	 display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #FFFFFF;
  border-radius:100%;
  margin-bottom:30px;
  transition: all 500ms ease;
}

#icons-section .box-icon a {
	display: block;
}

#icons-section .box-icon:hover {
	/*transform: rotateY(180deg);*/
	
}

.svg-icon {
	position: relative;
	z-index:10;
	
}

.svg-icon svg {
	width:88px;
	height:88px;
}

.svg-icon svg path {
	fill:#FFF;
}

#icons-section .box-title {
	font-size:31px;
	color:#FFF;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:15px;
}

#icons-section .box-title a:hover {
	color:#2dcaf2;
}

#icons-section  .box-text {
	letter-spacing: 0.9px;
	font-size:18px;
	line-height:1.4;
}

#presentation {
	position: relative;
	height:600px;
}

.primg {
	width:100%;
}

#presentation .cap {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}

/********/
#news-section {
	position:relative;
	background:#203260;
}
#news-section .title {
	color:#FFF;
}

.news-item {
	position: relative;
	z-index:30;
	margin-bottom:30px;
	color:#FFF;
	border-left: rgba(255, 255, 255, 0.2) 9px solid;
	padding-left:30px;
}


.news-item .item-title {
	font-size:26px;
	font-weight:600;
	margin-bottom:15px;
	line-height:1.3;
}

.news-item .item-title a {
	color:#FFF !important;
}

.news-entry {
	font-size:16px;
	font-weight:300;
	line-height:1.4;
	margin-bottom:20px;
}

a.read {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:161px;
	padding:10px 10px;
	font-size:15px;
	color:#FFF;
	border: 2px solid #FFFFFF;
	border-radius: 80px;
}

a.read:hover {
	color:#FFF;
}

#logos-section {
	position: relative;
}

.floating-bg {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#203260 url(images/fl_bg.png) bottom center no-repeat;
	height:150%;
}

#logos-section .title {
	color:#FFF;
}

#logos-section .slick-prev {
	top: -70px;
	right:0;
	left:auto;
}

#logos-section .slick-next {
	top:-70px;
	left: auto;
	right:30px;
}

#logos-section .slick-next:after,
#logos-section .slick-prev:after {
	font-size:22px;
	color:#FFF;
}

.logo-scroll {
	position: relative;
	margin-bottom:-150px;
	background:#FFF;
	border-radius: 30px;
	padding:40px;
}

.logo-item {
	border-right: #E0EEF5 1px solid;
}

.logo-item .logo-img {
	display:flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	padding:20px;
	height:140px;
	width: 100%;
	overflow: hidden;
	
}

.logo-image:hover img {
filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
 
.logo-item .logo-image img {
	max-height:124px;
	width: auto;
	transition: all 300ms ease;
}


/******PAGE & SINGLE *****/
.page-slider-area {
	position: relative;
	width:859px;
	max-width:60%;
	float: right;
	padding-left:30px;
	padding-bottom:30px;
}

#page-slider img {
	border-radius:30px;
}

#page-slider .slick-prev:after {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 80px 0px 0px 80px;
	font-size:21px;
}

#page-slider .slick-next:after {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0px 80px 80px 0px;
	font-size:21px;
}



/*****************GENERAL SEARCH********************/
#search-m {
}

#search-m .modal-body {
	padding:30px;
	background:#051a35;
	color:#FFF;
}

#general-search {
	position: relative;
}

#general-search input[type="search"] {
	background:#051a35;
	color:#FFF;
	font-size:22px;
	padding:15px 0;
	border-bottom:#FFF 2px solid;
	
}

#general-search input:focus {
	outline: none;
}



.title .for {
	color:#e13f20;
}

#search-results-list  {
}

.s-result {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:#eee 1px solid;
}

.s-result .meta-date {
	font-size:16px;
	margin-bottom:10px;
	font-weight: bold;
}

.s-result .readmore {
	font-size:16px;
	margin-top:10px;
	text-align: right;
	
}

.s-result .readmore a {
	display: inline-block;
	padding: 8px 20px;
	color:#FFF;
	background:#002147;
	font-weight: 600;
	
}

.s-result .readmore a:hover {
	transform: scale(0.8);
}


/*********GENERAL*******/

.all-btn {
	margin-top:50px;
}

.all-btn a {
	display: inline-block;
	padding:10px 40px;
	border:1px solid #002147;
	font-size:20px;
	font-weight:600;
	text-transform: uppercase;
}

.all-btn a:hover {
	background:#002147;
	color:#FFF;
}

.all-btn a i {
	margin-right:10px;
}

.more {
	margin:10px 0;	
}

.more a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    font-size: 15px;
    color: #FFF;
    border: 2px solid #FFFFFF;
    border-radius: 80px;
  

}

.more a i {
	font-size:20px;
	text-align:center;
}

.more a:hover {
	transform: scale(0.9);
	
}


.single-img {
	max-width:60%;
	
}


.single-img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}
.single-img.alignleft {
	padding-right:30px;
	padding-bottom:30px;
}

.single-img img {
	border-radius:30px;	
	
}

.single-img .videoWrapper {
	width:600px;
}



.videoWrapper {
	width:100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.4;
	
}

.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
	line-height:1.4;
}

.entry h1 {	
	font-size:34px;
	color:#4FDBFF;
	font-weight:600;
	margin-bottom:15px;
}
.entry h2 {
	font-size:32px;
	color:#4FDBFF;
	font-weight:600;
	margin-bottom:15px;
}

.entry h3 {
	font-size:28px;
	color:#002147;
	font-weight:700;
	margin-bottom:15px;
}


.entry h4 {
	font-size:24px;
	color: #000;
	font-weight:600;
	margin-bottom:15px;
}

.entry h5 {
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	color:#002147;
}

.entry h6 {
	font-size:18px;
	font-weight:600;
	color:#001a4a;
	letter-spacing:2px;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-left: 30px;
	margin-bottom:1.5em;
	}

.entry ul li {
	list-style: url(images/bullet.png);
	padding-left:10px;
}



.entry ol li {
	list-style: decimal;
}

.entry ol li::marker {
	
}

.ltr .entry ul,
.ltr .entry ol {
	margin-left: 50px;
	margin-right: 0px;
}


.entry a {	
	color:#1b42c1;
}

.entry a:hover {
	text-decoration: underline;
}

.the-link {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:30;
}

.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-size:48px;
	margin-bottom:40px;
	font-weight:600;
	
	
}

.page-title {
	font-size:50px;
	font-weight:600;
	margin-bottom:50px;
}
.all-button {
	display: inline-block;
	font-size:15px;
	text-decoration: underline;
	
}

.all-button:hover {
	text-decoration: none;
}

#topimage {
	position: relative;
	width:100%;
	overflow: hidden;
	
	}

.topimg {
	display: block;
	width:100%;
}

#topimage .textholder {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	padding-bottom:130px;
	z-index:100;
}
.toptitle {
	display: inline-block;
	padding:12px 8px;
	font-size:60px;
	font-weight: bold;
	color:#c9b563;
	
	
}

.toptitle span {
	display: inline-block;
	padding:10px 15px 20px 40px;
	color:#FFF;
	font-size:65px;
	line-height:1;	
	background:#19171c;
	border-radius: 0 0 0 50px;
	
}

.toptitle .subtitle {
	display: block;
	position: relative;
	top: -10px;
}

.toptitle .subtitle span {
	display: inline-block;
	padding:10px 10px 10px 30px;
	color:#FFF;
	font-size:20px;
	line-height:1;	
	background:#7e3382;
	border-radius: 0 0 0 30px;
}

	

#breadcrumbs {
	padding:10px 0;
	font-size:12px;
	color:#1E274B;
	font-weight:500;

		}

#breadcrumbs a {
	color:#1E274B;
	
}

#breadcrumbs a:hover {
	text-decoration:underline;
}


#share {
	font-size:18px;
	font-weight: bold;
	background:#FFF;
}
#share text {
	display:inline-block;
	padding-right:10px;
}

#share .addtoany_shortcode {
	display: inline-block;
	}

#share .addtoany_list a>span {
	border-radius:100%;
}

.a2a_svg {
	background:none !important;
}

.a2a_svg path {
	
	fill: #010a38;
}

.content-area {
	
}

.category-content {
	margin-bottom:30px;
}

.article {
	margin-bottom:30px;
	background:#FFF;
	padding:35px 45px;
	border-radius: 30px;
	
	}
	
.art-img {
	position: relative;
	margin-bottom:10px;
}

.art-img.no-img {
	background: #1b42c1;
}

.art-img img {
	display: block;
}

	
.article .inner {
	padding:30px;
	
	}
	
.article .more-btn {
	margin-top:15px;
}
.art-title {
	font-size: 26px;
	font-weight: bold;
   	margin-bottom:15px;
	
}

.art-title a {
	}

.art-title a:hover {
	color:#435FD5;
}

.excerpt {
	font-size:18px;
	line-height:1.4;
}

.article .readmore   {
	
	margin-top:20px;
	font-size:16px;	
	
}

.article .readmore a {
	display:flex;
	justify-content:space-between;
	align-items: center;
	width:161px;
	border: 2px solid #5E9D43;
	border-radius: 80px;
	padding:10px 15px;
	font-size:15px;
	text-transform: uppercase;
}

.article .readmore a:hover {
	background:#5E9D43;
	color:#FFF;
}


.meta-date day {
	font-size:36px;
}

.meta-date month {
	font-size:18px;
}

.meta-date year {
	font-size:18px;
}
	
.news .date {
	position: absolute;
	top: 0;
	left:0;
	background:#4FDBFF;
	font-size:15px;
	font-weight:600;
	display: inline-block;
	padding:5px 10px;
	color:#FFF;
}

.news .art-title a {
	color:#002147;
}

.news .art-title a:hover {
	color:#4FDBFF;
}

.article.news .readmore a {
	color:#FFF;
	background:#002147;
}

.news-heading {
 display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:50px;
	}

.news-heading .page-title {
	margin:0;
}
.news-heading .date {
	font-weight:600;
}
.er-404 {
	font-size:150%;
	text-align: center;
}


.navigation {
	padding:25px 0;
	text-align: center;
}

.navigation a,
.navigation span {
	display: inline-block;
	width:34px;
	height:32px;
	line-height:32px;
	color:#000;
	font-weight:400;
	font-size:16px;
	border-radius:6px;
	border:#eee 1px solid;
	margin-left:5px;
	}

.navigation a:hover,
.navigation .nextpostslink  {

	
}

.navigation .current {
	background:#5E9D43;
	color:#FFF;
}

.navigation .pages {
	display: inline-block;
	margin: 0 10px;
	background: none;
}

.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}

#related-boxes {
	margin-bottom:30px;
}

.rel-title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:30px;
}

.hover-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom:30px;
}

.hover-box mask {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background-image: linear-gradient(to top, rgba(2, 9, 41, 1), rgba(2, 9, 41, 0.1));
}

.hov-hover {
	position: absolute;
	bottom: -125px;
	left:0;
	z-index:20;
	width:100%;
	text-align: center;
	padding:20px;
	transition: all 500ms ease;
	  }
	  
.hover-box:hover .hov-hover {
	bottom:0;
}

.hover-box .more a:hover {
    transform: scale(1);
}

.hov-title {
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	height: 60px;
}

.hov-title a {
	color:#FFF;
}

.hov-hover .excerpt {
	font-size:16px;
	line-height:1.2;
	color:#FFF;
	margin-bottom:10px;	
}

.hov-hover .more {
	margin:0;
}

.content .entry {
	font-size:18px;
}

.sec-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
	color:#9a237d;
}

.sec-title:hover {
	color:#000;
}

.side-contact {
	margin-top: 30px;
	border:#eee 1px solid;
	padding:30px;
	background: #efe6f0;
	border-radius:0 30px 0 30px;
}

.side-contact .title {
	font-size:24px;
	color:#000;
	border-bottom:#7e3382 2px solid;
	padding-bottom:15px;
	margin-bottom:15px;
	}

.side-contact ul {
	margin-top:20px;
	}
.side-contact ul li {
	margin-bottom:7px;
}
	
.side-contact ul li a {
	display: inline-block;
	margin-right:5px;
}

.side-contact .info {
	font-size:16px;
	margin-bottom:25px;
}

.side-contact .cont-line {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#d7cfd8 1px solid;
}

.side-contact .cont-line:last-child {
	border-bottom: none;
}

.side-contact .cont-line .text {
	font-size:16px;
	margin-bottom:10px;
	font-weight: bold;
	}

.side-contact .cont-line ul {
	margin:0;
}

/************native gallery*************/
.entry .gallery {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.entry .gallery figure {
	padding:0 15px;
	margin:0;
	margin-bottom:20px;
}

.gallery-columns-6 figure {
	width:16.66%;
}

.gallery-columns-5 figure {
	width:20%;
}

.gallery-columns-4 figure {
	width:25%;
}


.gallery-columns-3 figure {
	width:33.33%;
}

.gallery-columns-2 figure {
	width:50%;
}
/*************HISTORY**************/

.rgalley-i {
		margin-bottom:30px;
	}
	
.rgal-title a {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px;
  background:#4FDBFF;
  font-size:14px;
  letter-spacing: 2.3px;
}

.rgal-title a i {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
}
/***************TEAM***************/

#team-section {
	margin-bottom:30px;
}

.member-item {
	position: relative;
	margin-bottom:30px;
}

.member-img {
	position:relative;
	text-align:center;
	z-index:10;
}

.member-img img {
	border-radius:100%;
	border:10px solid #FFF;
}

.member-item .inner {
	position:relative;
	z-index:1;
	margin-top:-115px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000000D;
	border-radius: 30px;
	padding:117px 50px 35px 50px;
	text-align:center;
}

.member-item .name {
	font-size:30px;
	color: #1E274B;
}

.member-item .position {
	font-size:20px;
	color: #5E9D43;
	text-transform: uppercase;
	margin-top:7px;
	margin-bottom:20px;
}

.member-text {
	line-height:1.4;
}

/***************PARTNERS*************/
#partners-section {
	margin-top:30px;
}

#partners-section .flex {
	flex-wrap: wrap;
}
#partners-section .flex-item {
	width:14.28%;
}

.partners-container {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000000D;
	border-radius: 30px;
	padding:30px 40px;
}

.partners-container .logo-item {
	border: none;
	position: relative;
}

.partners-container .logo-item:before {
	content:"";
	position:absolute;
	top: 20px;
	right:0;
	width:1px;
	height:calc(100% - 40px);
	border-right:#D0D7E1 2px solid;
}

.partners-container .logo-item:after {
	content:"";
	position:absolute;
	bottom: 0px;
	right:20px;
	height:1px;
	width:calc(100% - 40px);
	border-bottom:#D0D7E1 1px solid;
}

.partners-container .flex-item:nth-child(7n) .logo-item:before {
	display: none;
}

.logos-row {
	width:100%;
}

.partners-container .logos-row:last-child .logo-item:after {
	display: none;
}

#team-bootom {
	position: relative;
	height:172px;
}

#team-bootom .floating-bg {
	
}

#application-boxes {
	margin-top:30px;
}


/***************APPLICATION POSTS************/
#related-apps {
	padding-top:30px;
}

.app-post {
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000000D;
	border-radius: 30px;
	margin-bottom:30px;
	padding:40px 45px;
}

.app-post .details {
	width:85%;
	border-right: #C7D5DC 1px solid;
	padding-right:20px;
}

.app-more {
	text-align:center;
	width:15%;
}


.app-title {
	font-size:30px;
	margin-bottom:20px;
	color:#1E274B;
	font-weight:600;
}

.app-title a {
	color:#1E274B;
}
.app-title a:hover {
	color: #435FD5;
}


.app-more a {
	display: inline-block;
	width:62px;
	height:62px;
	line-height:62px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	background:#2D4094;
	border-radius:100%;
}

#gallery .title {
	font-size:42px;
}

.gallery-image img {
	border-radius:30px;
}

#gallery-slider {
}

#gallery-slider .slick-slide {
	padding:0 5px;
}
#gallery-slider .slick-prev {
	top: -70px;
	right:0;
	left:auto;
}

#gallery-slider .slick-next {
	top:-70px;
	left: auto;
	right:30px;
}

#gallery-slider .slick-next:after,
#gallery-slider .slick-prev:after {
	font-size:22px;
}


/************Product****************/
#content-tabs ul {
	border-bottom:1px solid #A9B2B2;
	
}

#content-tabs .r-tabs-tab {
	font-size:26px;
	color:#1E274B;
	border-bottom: transparent 6px solid;
	padding:15px 10px;
	font-weight:600;
}

.r-tabs .r-tabs-panel {
	padding-top: 30px;
}

#content-tabs .r-tabs-tab.r-tabs-state-active {
	border-bottom: 6px solid #5E9D43;
}

.single-product .page-slider-area, 
.single-product .single-img{
	max-width:100%;
}

#downloads {
	margin-top:50px;
}

#downloads li {
	display: inline-block;
	margin-right:10px;
}

#downloads li a {
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding:15px 30px;
	background: #5E9D43;
	border-radius: 80px;
	color:#FFF;
	font-size:18px;
	font-weight:500;
}

#downloads li a i {
	margin-right:20px;
	font-size:30px;
}

.product-loop {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.product-th {
	width:221px;
	max-width:100%;
}

.product-th img {
	border-radius:10%;
}

.product-loop .info {
	position: relative;
	padding:0 25px;
	width:auto;
	flex:1;
}

.product-loop:after {
	content:"";
	position: absolute;
	top:30px;
	right:calc(15% + 30px);
	height: calc(100% - 60px);
	border-right: 1px solid #D9DFDF;
}

.product-loop .readmore {
	width:15%;
	padding-left:15px;
	text-align:center;
}

.product-loop .readmore a {
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    background: #2D4094;
    border-radius: 100%;
}

/******************Accordion sec*************/

.acc-section {
	margin-bottom:15px;
	 background:#FFF;
}

.acc-section .beefup__head {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px;
  margin-bottom:0;
 
}
.acc-section .acc-title  {
	font-size:22px;
	font-weight: 600;
	width:95%;
	cursor: pointer;
}

.acc-section .plus {
	width:5%;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	text-align: center;
	color:#4FDBFF;
	font-weight: bold;
	cursor: pointer;
}

.acc-section .long-text {
	padding:0 30px 30px 30px;
}
	

/*****************STUDIES*************/
#studies-top {
	display: flex;
  align-items: center;
  background:#1B42C1;
  color:#FFF;
}

.top-slice {
	width:50%;
	position: relative;
}

.top-slice  #breadcrumbs {
	position: absolute;
	top:30px;
	left:30px;
	z-index:10;
}

#studies-top .cap {
	padding:30px 60px;
}

.top-title {
	font-size:45px;
	font-weight:600;
	margin-bottom:30px;
}

.smenu {
	background:#FFF;
}

.smenu li {
	position: relative;
	
}

.smenu li a {
	display: block;
	background:#FFF;
	border-bottom:#edf3f5 2px solid;
	font-size:17px;
	font-weight: bold;
	padding:10px 10px 10px 15px;
	border-left: #FFF 4px solid;
}


.smenu li.current_page_item > a,
.smenu li a:hover {
	border-left:#49C8EB 4px solid;
}

.smenu ul.children .page_item_has_children > a:after {
	font-family:"FontAwesome";
	content:"\f105";
	color:#49C8EB;
	font-size:18px;
	position: absolute;
	right:7px;
	top:7px;
}

.smenu ul.children {
	padding-left:30px;
}

.smenu ul.children ul {
	padding-left:0;
}

.smenu ul.children ul li a {
	color:#49C8EB;
}



/***********TESTIMONIALS***********/
.top-subtitle {
	position: relative;
	margin-top: -20px;
	width:100%;
	text-align: center;
}

.top-subtitle span {
	display: inline-block;
	width:100%;
	padding:10px 20px;
	background:#e13f20;
	color:#FFF;
	font-size:16px;
	border-radius:0 0 0 30px;
}

.testi-section  {
	position: relative;
	padding:30px;
	border:#e2e9e9 1px solid;
	border-bottom:#000 2px solid;
	margin-bottom:40px;
}

.beefup__head {
	position: relative;
}

.testi-section  .readmore {
	display: inline-block;
	position: absolute;
	bottom:0px;
	left:0px;
	padding:7px 12px;
	background:#000;
	color:#FFF;
	font-size:13.5px;
	border-radius:0 20px 0 0;
	cursor: pointer;
}

.testi-section  .readmore:hover {
	background:#9a237d;
}

.testi-section .is-open .readmore {
	display: none;
}

#topimage.testi-ti {
	background:url(images/bogrim.jpg) no-repeat;
	background-size: cover;
}

.article.testi-loop {
	border-bottom: #000 3px solid;
}

.testi-loop .info {
	padding:10px 15px;
}

.short-text,
.long-text {
	font-size:16px;
	line-height:1.4;
}

#videos {
	
}

#videos .video-item {
	padding: 30px;
    border: #e2e9e9 1px solid;
	margin-bottom:20px;
	text-align: center;
}

#videos .video-title {
	font-size: 30px;
    margin-bottom: 20px;
}

#videos .video-text {
	font-size:16px;
	margin-top:15px;
	line-height:1.5;
}

#programs-section .slide-item {
	padding: 0 15px;
}




/*****************JOBS************/
.job-loop {
	position: relative;
	background:#FFF;
	margin-bottom:30px;
}

.job-loop date {
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
	padding:5px 10px;
	background:#4FDBFF;
	color:#FFF;
	font-size:15px;
	font-weight:600;
}

.job-loop .inner {
	padding:50px 30px 30px 30px;
}

.job-loop .logo-img {
	text-align: center;
	margin-bottom:20px;
}

.job-loop .emp,
.job-loop .for  {
	font-size:15px;
	margin-bottom:10px;
	font-weight: bold;
	margin-bottom:10px;
}

.job-loop .job-title {
	font-size:27px;
	font-weight:600;
	line-height:1.2;
	margin-bottom:7px;
	
}

.job-loop .entry {
	margin-bottom:20px;
	font-size:15px;
}

.job-loop .j-meta {
	font-size:14px;
	color:#9f8931;
}

.j-meta.type {
	text-align: end;
}

.job-loop .j-meta i {
	color:#9f8931;
	margin-left:5px;
	font-size:16px;
}

.j-slide {
	padding:0 5px;
}

.single-job .emp,
.single-job .for {
	font-weight: bold;
	margin-bottom:10px;
}

.single-job-img {
	margin-bottom:20px;
}

.news-heading date {
	font-weight: bold;
}

#jobs-list-section {
	padding-top:20px;
}


/******************RESEARCH*****************/
.r-box {
	border: #e2e9e9 1px solid;
    border-bottom: #000 3px solid;
    box-shadow: 0px 5px 5px 0px rgb(50 50 50 / 20%);
    margin-bottom: 30px;
}

.r-box .inner {
	padding:15px;
}

.r-box .readmore {
	margin-top:10px;
	font-size:26px;
}


/************filter************/
.filter-open,
.filter-close {
	position: relative;
	display: inline-block;
	font-size:15px;
	line-height:22px;
	color:#fff !important;
	padding:15px 35px;
	background:#1B42C1;
	border-radius:10px;
	cursor: pointer;
}

.filter-open {
	z-index:10;
}

.filter-open.hide {
	display: none;
}

.filter-close {
	position: absolute;
	top: 0;
	right:0;
	z-index:0;
}

.filter-open i,
.filter-close i {
	font-size:22px;
	margin-left:5px;
}

#filter-panel {
	padding:15px;
	background:#1B42C1;
	color:#FFF;
	font-size:15px;
	position: absolute;
	top: 40px;
	right:0;
	z-index:10;
	display: none;
	width:100%;
	
}

#filter-panel.open {
	display: block;
}

#filter-panel.close {
	display: none;
}

#filter-panel form ul {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#filter-panel ul li.sf-field-search {
	width:28%;
	justify-content: space-between;
  align-items: center;
  padding:20px 0 10px 0;
}

#filter-panel ul li.sf-field-search label {
	width:100%;
}

#filter-panel ul li.sf-field-search input {
	width:100%;
	border-radius:30px;
	border: none;
	padding:10px 10px;
}

#filter-panel input[type="checkbox"] {
	margin-left:10px;
	display: inline;
}


#filter-panel .searchandfilter label {
	display: inline;
}

#filter-panel .sf-field-taxonomy-research_area ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 10px;
}

#filter-panel .sf-field-taxonomy-research_area ul li {
	width:32%;
}



#open-filters {
	position: relative;
	text-align: right;
	margin-bottom:30px;
	margin-top:-80px;
	height:60px;
	
}

#filter-panel  .sf-field-submit,
#filter-panel  .sf-field-reset {
	display: inline-block;
	margin-left:10px;
	
}

#filter-panel  .sf-field-reset {
	width:140px;
	margin-left:0;
}

#filter-panel  .sf-field-submit input[type="submit"]{
	background:#4FDBFF;
	color:#FFF;
	font-size:16px;
	padding:5px 20px;
}


#filter-panel  .sf-field-reset a {
	display: inline-block;
	background:#332282;
	color:#FFF;
	font-size:16px;
	border:#FFF 1px solid;
	padding: 9px 30px;
    text-align: center;
     line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}

.search-results #open-filters {
	height: auto;
}

.search-results #filter-panel {
	display: block !important;
	position: relative;
	top:0;
	margin-bottom:40px;
	margin-top:-6px;

}



/******************EVENTS**************/

#events-section {
	position: relative;
	padding:60px 0;
	
}

#events-section .all-btn {
	margin-left:30px;
}


#events-section .flex-item {
	padding:0 15px;
	width:20%;
}

.home-events {
	padding:0 30px;
	
}

.home-event {
	position: relative;
	z-index:10;
	display: flex;
  align-items: center;
  margin-bottom:30px;	
}
.home-event .date-area {
	width:20%;
	color:#47c3e3;
	text-align: center;
	border-right:#FFF 2px solid;
	padding-right:20px;
	}


day{
	display: block;
	font-size:56px;
	font-weight:600;
}

month {
	display: block;
	font-size:17px;
	font-weight:400;
	text-transform: uppercase;
}

year {
	font-size:23px;
	font-weight:600;
}

time {
	display: block;
	font-size:15px;
	font-weight:600;
	margin-top:16px;

}

.home-event .details {
	padding:0 20px;
	width:80%;
}


.home-event .event-title {
	font-size:20px;
	margin-bottom:7px;
	font-weight:600;
}

.home-event .event-title a {
	}

.home-event .event-title a:hover {
	color:#47C3E3;
}

.home-event .excerpt {
	font-size:15px;
	font-weight:500;
	margin-bottom:10px;
}

.home-event .more a {
	display: inline-block;
	background: #020f30;
	color:#FFF;
	font-size:14px;
	font-weight: 500;
	border-radius:30px;
}
.home-event .more a i {
	color:#dea815;
	margin-right:10px;
}


#events-list {
	margin-bottom:40px;
}

#events-list .event-loop {
	padding:20px 20px;
	background:#FFF;
	margin-bottom:20px;
	
}

#events-list .date-area {
	border-right:1px solid #EDF3F5;
	color:#D1AD4A;
	text-align: center;
}

#events-list .date-area a {
	color:#D1AD4A;
}

#events-list .event-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}

#events-list .event-title a:hover {
	color:#D1AD4A;
}

#events-list .details {
	border-right:1px solid #EDF3F5;
}

#events-list .readmore {
	display: flex;
  justify-content: center;
  align-items: center;
}



#events-nav  {
	margin-bottom:30px;
	
}

#events-nav ul {
	border-bottom:#D1AD4A 4px solid;
	
}

#events-nav ul li {
	display: inline-block;
	
}

#events-nav ul li a {
	display: block;
	padding:40px 20px;
	font-size:27px;
	font-weight: 600;
	color:#D1AD4A;
}

#events-nav ul li a.current {
	background:#D1AD4A;
	color:#FFF;
}

.single-date-area {
	text-align: center;
	color:#D1AD4A;
	font-weight:600;
}

.single-date-area date {
	display: block;
	font-size:27px;
	margin-bottom:10px;
}

.single-date-area time {
	display: block;
	font-size:20px;
}

.single-date-area gether {
	display: block;
	font-size:15px;
}

.single-e-meta {
	border-bottom:1px solid #EDF3F5;
}

.single-e-meta li {
	display: block;
	margin-bottom:10px;
	font-size:20px;
	font-weight:600;
}

	.single-e-meta label {
	display: inline-block;
	font-weight:400;
	
}

.single-e-meta li a {
	color:#D1AD4A;
	text-decoration: underline;
}
.single-e-meta li a:hover {
	text-decoration: none;
}

.s-event-side {
	border-left:1px solid #EDF3F5;
	padding-left:20px;
	
}

.s-event-side .entry {
	
}

.seminar-bottom {
	padding-top:20px;
	border-top:1px solid #EDF3F5;
	margin-bottom:20px;
	
}

.seminar-bottom label {
	font-weight:600;
}

.export-btns {
	margin-top:30px;
	display: flex;
}

.export-btns a {
	display: inline-block;
	margin-right:20px;
	padding:5px 15px;
	background:#002147;
	color:#FFF;
}

.export-btns a:hover {
	background:#D1AD4A;
}


.export-btns button {
	display: none;
}

.export-btns a.webcal {
	background:#D1AD4A;
	}

/**************NINJA TABLE**********/
#positions-table .footable_parent {
	overflow: inherit;
}

/*************IMAGE GALLERY**********/
.gallery-heading {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:7px 10px;
  color:#FFF;
  margin-bottom:30px;
  font-weight:300;
}

.gal-title {
	font-size:30px;
}

.gal-meta .download {
	display: inline-block;
	font-size:28px;
	text-align: left;
}

.gal-meta .date {
	display: inline-block;
	font-size:26px;
	padding-right:10px;
	margin-right:10px;
	border-right:rgba(255,255,255, 0.2) 1px solid;
}

.gal-meta .download a {
	color:#FFF;
}

.gallery-image {
	margin-bottom:30px;
	display: block;
}

.gallery-image a {
	display: block;
}

.fbx-caption {
	display: none;
}

.fbx-close-caption {
	opacity:0;
}



.mtooltip {
	position: relative;
}


.tooltip {
	background:#FFF;
	padding:5px;
	border-radius:4px;
	font-size:14px;
}

/**************MEMBERS***********/

#all-members .section {
	padding:20px 0;
}
#member-top {
	background:#1b42c1;
	color:#FFF;
	position: relative;
	
}

.breadcrumb-mask {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	padding:15px 0 40px 10%;
	background: transparent linear-gradient(180deg, #010F20 0%, #010F2000 100%) 0% 0% no-repeat padding-box;
}

.person-contacts {
	display: flex;
 	 align-items: center;
	 padding:60px;
	
}

.person-img {
	width:100%;
	 overflow: hidden;
	 }

 

.person-img img {
	display: block;
	min-height:100%;
	max-height:730px;
	max-width: inherit;
}

.person-title {
	font-size:45px;
	font-weight:500;
	margin-bottom:20px;
}

.academic-title {
	font-size:28px;
	font-weight:600;
	color:#4FDBFF;
}

ul.p-contacts {
	margin-top:50px;
}

ul.p-contacts  li {
	font-size:20px;
	color:#FFF;
	letter-spacing: 0.4px;
	margin-bottom:15px;
}

ul.p-contacts  li a {
	color:#FFF;
	text-decoration: underline;
}


ul.p-contacts  li a:hover {
	text-decoration: none;
	color:#FFF;
}

ul.p-contacts  li i {
	font-size:28px;
	color:#4FDBFF;
	margin-right:7px;
}

.persons-cat {
	margin-bottom:30px;
}

.person-content .bio {
	margin-bottom:20px;
}

.person-content .publications .entry {
	direction: ltr;
}

.person-content .publications .entry ul li {
	list-style: url(images/bullet.png);
	padding-left: 10px;
	padding-right:0;
}

.member-loop {
	background: #FFF;
	padding:10px;
	text-align: center;
	margin-bottom:30px;
}

.member-img {
	margin-bottom:20px;
	text-align: center;
}

.m-title {
	font-weight: bold;
	margin-bottom:10px;
}

.member-loop  .academic-title {
	font-size:15px;
	color:#4FDBFF;
	font-weight:600;
}

.member-list-item {
	display: block;
	background:#FFF;
	width:100%;
	margin-bottom:10px;
	font-weight:600;
}

.member-list .m-item {	
	padding:10px 10px;
	
}

.member-list .m-item i {
	font-size:22px;
	color:#4FDBFF;
	margin-right:5px;
}

.m-item.m-1 {
	width: 50%;										
}
.m-item.m-2 {
	width: 20%;										
}
.m-item.m-3 {
	width: 20%;										
}
.m-item.m-4 {
	width: 10%;										
}

.members-search {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}

.members-search .page-title {
	margin-bottom:0;
	}

.members-search form {
	position: relative;
	display: inline-block;
	border-radius:0px;
	width:420px;
	max-width:90%;
	overflow: hidden;
	
}

.members-search li {
	padding:0;

}

.members-search label {
	display: block;
}

.members-search .sf-field-submit {
	position: absolute;
	right:0;
	top:7px;
	z-index:50;
	width:30px;
	height:40px;
}

.members-search input[type="text"] {
	border:#49C8EB 1px solid;
}

.members-search input[type="submit"]  {
	position: relative;
	opacity:0;
	font-size:0;
	
}

.members-search .sf-field-submit:before {
	font-family: "flaticon";
	 content: "\f10b";
	 display: inline-block;
	 opacity:1;
	 color:#49C8EB;
	 position: absolute;
	 top:10px;
	 right:10px;
	 font-size:20px;
	 }
	 
/**********Graduate Students**************/
.graduate-list .m-item {
	font-weight:600;
	font-size:18px;
}

.graduate-list .name {
	font-weight:600;
	font-size:18px;
}

.graduate-list .adviser label {
	display: block;
	font-weight:400;
	margin-bottom:7px;
	font-size:15px;
}

.graduate-list .adviser a:hover {
	color:#4FDBFF;
}

.graduate-list .office {
	font-size:15px;
}

.graduate-list .office i {
	font-size:18px;
}

.graduate-list .g-1 {
	width:20%;
}

.graduate-list .g-2 {
	width:20%;
}

.graduate-list .g-3 {
	width:20%;
}
.graduate-list .g-4 {
	width:17%;
}
.graduate-list .g-5 {
	width:17%;
}

.graduate-list .g-6 {
	width:6%;
}

/******************ADVISORS**************/
#list-advisors .m-item.m-1 {
	width:20%;
}

#list-advisors .m-item.m-11 {
	width:45%;
}

#list-advisors .m-item.m-2 {
	width:15%;
}

#list-advisors .m-item.m-3 {
	width:15%;
}


#list-advisors .m-item.m-4 {
	width:5%;
}

#list-advisors .m-intrest {
	font-size:16px;
	font-weight:400;
}

/*********************ADMINISTRATIVE STAFF*******/

#tech-staff .m-item.m-1 {
	width:20%;
}

#tech-staff .m-item.m-11 {
	width:40%;
}

#tech-staff .m-item.m-2 {
	width:20%;
}

#tech-staff .m-item.m-3 {
	width:15%;
}


#tech-staff .m-item.m-4 {
	width:5%;
}

#tech-staff .m-pos {
	
}

/********************memoriam************/
.memo-img {
	margin-bottom:15px;
}

.years {
	font-size:20px;
	font-weight:600;
}

/***************gvahim***************/
.single-gvahim-members ul.p-contacts li a,
.single-gvahim-members ul.p-contacts li label {
	color:#002147;
}

.single-gvahim-members label {
	font-weight: 600;
}

ul.gv-data {
	margin:20px 0;
}

ul.gv-data li {
	font-size:20px;
	margin-bottom:7px;
	line-height:1.2;
}

/************gallery*********/
.gallery-loop .gal-date {
	font-weight:600;
	margin-bottom:20px;
}

#wps-gallery {
	margin-top:20px;
}

/***************projects**********/
.project-info li {
	margin-bottom:7px;
	line-height:1.2;
}

.project-info li label {
	font-weight: bold;
}

.project-img {
	margin:20px 0;
}

/*************GRAVITY****************/
.gform_validation_container {
	display: none !important;
}

.gfield_label {
	display: none;
}

.gfield_required {
	color:#F00;
}

.gform_hidden {
	display: none !important;
}


.gfield_radio input {
	width: auto;
	display: inline-block;
}

.gfield_radio label {
	margin-bottom:0 !important;
	margin-right:0px;
	padding-right:5px;
}

.display-label .gfield_label {
	display: block !important;
	margin-bottom:10px;
	width:100%;
}


.gfield--type-consent {
    width: 100%;
    text-align: start;
    border: none !important;
    padding: 10px 0 !important;
    font-size:16px;
}
.gfield_label_before_complex {
    display: none !important;
}

.ginput_container_consent input {
    display: inline;
    width: auto;
    padding: 0 0 5px 0;
    margin: 0;
    height: auto;
    line-height: 1.1;
}

.gfield_consent_label {
    display: inline;
	width: auto;
	line-height:1.1;
	padding-left:5px;
}

.gfield_consent_label a {
    text-decoration: underline;

}

.ginput_container_consent input {
    display: inline;
    width: auto;
	padding:0 0 5px 0;
	margin:0;
	height: auto;
	line-height:1.1;

}

.gfield.gfield--width-third {
	width:33.33%;
	padding-right:10px;
}

.gfield.gfield--width-third:nth-child(4) {
	padding-right:0;
}

/**************gravity checkbox and radio*************/

.gfield_checkbox li,
.gfield_radio li {
	position: relative;
	width:auto;
}

.gfield_checkbox li label {
	padding-right:5px;
	display: inline;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
	display: inline-block;
	 transform: scale(1.2);
	
}

ul.gfield_radio li label {
	
}
.gchoice label {
	display: inline-block;
}

.gfield {
	width:100%;
}

.gfield--width-half  {
	width:49%;
}

.gform_required_legend {
	display: none;
}


/**************CONTACT PAGE************/


#contact-section {
	
}

.acf-map {
	min-height:690px;
}

#maincontact {
	position:relative;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #0000000D;
	border-radius: 30px;
	padding:40px;
	}


#maincontact .gform_fields {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#maincontact textarea {
	height:130px;
}

#maincontact input {
	padding:12px 10px;
}

#maincontact .gfield {
	margin-bottom:15px;
}

#maincontact input[type="submit"]{
	width:258px;
	border: none;
	border-radius: 80px;
}


#maincontact  .gform_footer {

}

#maincontact .contact-mail {
	position: absolute;
	display: inline-block;
	bottom:110px;
	right:40px;
	left: auto;
	z-index:10;
	font-weight:400;
	font-size:16px;
}

#maincontact .contact-mail i {
	color:#5E9D43;
	margin-right:5px;
	font-size:26px;
	position: relative;
	top:3px;
}


.contact-box {
	margin-bottom:10px;
	background:#FFF;
	padding: 30px;
	
}

.contact-box .cb-title {
	font-size: 24px;
    color: #4FDBFF;
    margin-bottom: 15px;
	font-weight: bold;
}

.contact-box .tel {
	margin-bottom:5px;
}

.contact-box .tel.address {
	line-height:1.2;
}

.contact-box i {
	display: inline-block;
	 color: #4FDBFF;
	 font-size:20px;
	width:30px;
		 
}

.contact-box a {
	color:#000000;
}








/*************************CONTACT LINE************/
#contact-line {
	background:#021D3B;
}

.validation_message {
	color:#F00;
}

#contact-line .form-area  {
	width:80%;
	
}

#contact-line .gform_fields {
	display: flex;
	justify-content: space-between;
}

#contact-line .gfield {
	width:32.5%;
}

#contact-line .gfield input {
	width:100%;
}

#contact-line .gfield_label {
	display: none;
}

#contact-line form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact-line .gform_body {
	width:78%;
	 
	
}

#contact-line input {
	padding:15px 7px;
}

#contact-line input[type="submit"]{
	padding:12px 20px;
}

#contact-line .gform_footer {
	width:20%;
}

#form-container {
	padding:20px 20px;
}

#contact-line .title-area {
	color:#FFF;
	padding-right:30px;
	
}



#contact-line .form-title {
	font-size:37px;
	color: #FFF;
	font-weight:600;
}

#contact-line .form-subtitle {
	font-size:20px;
	color: #FFF;
}

.acc-comment {
	font-size:14px;
	margin-top:20px;
	color:#FFF;
}

/***********************POPUP***************/
#pop_contact .modal-dialog {
	width:866px;
}

#popup-contact {
	background: url(images/popup.png) no-repeat;
	background-size:cover;
	position: relative;
	 display: flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
  text-align: center;
 
}

#pop_contact .modal-body {
	padding:0;
}

.p-body {
	padding:100px 50px 50px 50px;
	width:100%;
	
}

.pop-logo {
	position: absolute;
	top: -70px;
	left:0;
	width:100%;
	text-align: center;
	z-index:10;
}

.pop-title {
	text-align: center;
	font-size:30px;
	color:#FFF;
	font-weight:600;
	margin-bottom:40px;
}

#pop-form-container .gform_fields {
	display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
}

#pop-form-container .gfield {
	position: relative;
	margin-bottom:10px;
}

#pop-form-container .gfield--width-half {
	width:40%;
}

#pop-form-container .absolute {
	width:40%;
}

#pop-form-container input,
#pop-form-container textarea {
	border: none;
	padding:10px 10px;
	color:#010a38;
}

#pop-form-container textarea {
	position: absolute;
	top:0;
	left:0;
	height:90px;
}

#pop-form-container fieldset {
	border: none; 
	color:#FFF;
	text-align: center;
	margin:15px 0;
}

#pop-form-container .gform_footer {
	text-align: center;
}

#pop-form-container input[type="submit"]{
	width:250px;
}




/************ =FOOTER***************/
#footer {
	background: #EBEEEE;
	font-size:16px;
	color:#1E274B;
	padding-top:100px;
	}

.footer-inner {
	padding:50px 0;
	border-bottom: 1px solid #ccc;
}

.foot-flex {
	justify-content: space-between;
	margin:0 -15px;
}

#footer .flex-item-sm {
	width:25%;
	padding:0 15px;
}

.foot-widget-title {
	font-size:24px;
	margin-bottom:25px;
	font-weight:600;
}


.foot-wdg {
	margin-bottom:30px;
}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

.foot-wdg li a {
	display: block;
	padding:7px 0;
	
}

.foot-wdg li a:hover {
	color:#5E9D43;
}

#footer .contact-info label {
	display: inline-block;
	margin-right:5px;
}

#footer .social-icons a {
	font-size:36px;
	margin: 0 7px;
}

#footer .social-icons a:hover {
	color:#435FD5;
}
.logo-bottom {
	text-align: center;
	margin-bottom:30px;
}

#footer .social-icons {
	text-align:center;
}


.social-icons a {
	display: inline-block;
	padding:0 2px;
}


#bottom {
	position:relative;
	font-size:13px;
	padding:15px 0;
	color:#666;
	}
	
#bottom a {
	color:#666;
	}

.copyrights {
	text-align:left;
	}
.credits {
	position: relative;
	text-align:right;
}

.credits img {
	vertical-align:middle;
}

.mobileselect-label {
		display: none;
}

.link-container {
	font-size:20px;
}

.gs-link {
	padding:10px;
	background:#FF0;
}