
/*

1. Logo



 */
@import url("bootstrap.css");

/****** Header *****/

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 20px 15px;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.5);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 15px;
}


.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 18px;
     color:var(--white);
     display: flex;
     justify-content: center;
     align-items: center;
     transition: color 0.3s ease;
     border-radius: 50px;
	 padding: 0px 20px;
     border: 2px solid var(--white);
     height: 50px;
     margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .header{
		background: rgba(0, 0, 0, 1);
	}
  .header-item .logo {padding-top: 10px;}
  .header-item .logo img {max-width: 180px;}

  .header .item-right a {
    font-size: 16px;
    padding: 0px 15px;
	height: 40px;
   }
}


/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

section {
  padding: 50px 0;
  display: block;
  border-bottom: 0px solid var(--gray-light);
}


/*********** Banner ***********/

.wraper-inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/slider/slider-4.jpg") center top fixed no-repeat;
	width: 100%;
	padding: 150px 50px 100px 50px;
	text-align: center;
	background-size: cover;
}

.inner-banner-main h2, .inner-banner-main h4 {
	color: var(--white);
	margin-bottom: 15px;
}


#crumbs {margin: 30px 00px 00px 00px; color: var(--white);}

#crumbs a {color: var(--white);}

#crumbs .gap i {font-size: 18px; margin: 00px 10px;}

[class*='bg-img-'] {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-1.jpg") center center fixed no-repeat;
	width: 100%;
	padding: 70px 50px;
	background-size: cover;
}

[class*='bg-img-'] * {
	color: var(--white);
}

.bg-img-1  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-1.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-2  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-2.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-3  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-3.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-4  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-4.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-5  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-5.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-6  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-6.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-7  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-7.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-8  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-8.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-9  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-9.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-10 {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-10.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-11 {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-11.jpg") center top fixed no-repeat; background-size: cover;}

/*********** Content Top ***********/

.content-top {
	text-align: center;
    display: flex;
    flex-flow: column;
}
.content-top .content-top-text {
	padding: 50px 0;
	text-align: center;
    display: flex;
    flex-flow: column;
}

.content-top h2 {
	font-size: 84px;
	color: var(--white);
	margin-bottom: 25px;
    font-weight: 500;
}
.content-top h2 span {
	font-size: 24px;
	color: var(--white);
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-style: italic;
}

.content-top p {
	color: var(--gray-light-2);
    text-align: center;
}

/*********** Latest News ***********/

.latest-news {
	text-align: center;
	display: flex;
	flex-flow: column;
}

.latest-news .latest-news-text {
	padding: 20px 0 50px 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.latest-news h2 {
	text-align: left;
}

.latest-news .latest-news-text > aside  {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
}

.latest-news .latest-news-text > aside  > figure {
	flex-basis: 35%;
	margin: 0;
    position: relative;
    overflow: hidden;
}
.latest-news .latest-news-text > aside  > figure img {
	max-width: 100%;
    object-position: top;
	border-radius: 8px;
}

.latest-news .latest-news-text > aside  > figure figcaption {
    margin-top: 10px;
    text-transform: uppercase;
}

.latest-news .latest-news-text > aside  > div.fig-text {
    flex-basis: 35%;
	width: 100px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;;
    padding: 15px;
    background: url(../images/gradient-img-1.jpg) center center scroll no-repeat;
    background-size: cover;
	border-radius: 20px;
	box-shadow: 0 8px 8px -8px var(--black);
    position: relative;
    overflow: hidden;
}
.latest-news .latest-news-text > aside  > div.fig-text h3 {
	color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.latest-news .latest-news-text > aside  > div.fig-text img {
    max-width: 80px;
}


.latest-news .latest-news-text > aside  > div {
	flex-basis: 65%;
	margin: 0;
}

.latest-news .latest-news-text > aside  > div h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

.mob-none {display: block;}

@media screen and (max-width: 768px) {
  .latest-news .latest-news-text {
	grid-template-columns: repeat(1, 1fr);
  }
.latest-news .latest-news-text > aside {
    flex-direction: column;
    align-self: center;
align-items: center;
}
   .latest-news .latest-news-text > aside > div.fig-text {
		flex-basis: 100%;
		width: auto;
        margin: auto;
		height: 180px;
	}
   .latest-news .latest-news-text > aside > div {
    flex-basis: 100%;
    margin: 0;
    text-align: center;
}
.content-top h2.font-56 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.latest-news .latest-news-text > aside > div h3 {
    text-align: center;
}
.company {
    padding: 50px 0 10px;
}
.developers {
    padding: 50px 0 10px;
}
.mob-none {
    display: none;
}
.content-top .content-top-text.support {
    padding: 50px 0 0;
}
}

/*********** Latest Research ***********/

.latest-research {
	text-align: center;
	display: flex;
	flex-flow: column;
}

.latest-research .latest-research-text {
	padding: 20px 0 50px 0;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}

.latest-research .latest-research-text > aside  {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.latest-research .latest-research-text > aside  > figure {
	flex-basis: 30%;
	margin: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.latest-research .latest-research-text > aside  > figure img {
	width: auto;
	height: 100%;
    object-fit: cover;
    object-position: top;
	border-radius: 15px;
    border: 5px solid var(--gray-light);
    box-shadow: 0 8px 8px -8px var(--black);
}

.latest-research .latest-research-text > aside  > div {
	flex-basis: 70%;
	margin: 0;
}

.latest-research .latest-research-text > aside  > div h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

/*********** Content Box ***********/

.content-box {
	text-align: center;
	display: flex;
	flex-flow: column;
}

.content-box .content-box-text {
	padding: 20px 0 50px 0;
	display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 30px;
}

.content-box h2 {
	text-align: left;
}

.content-box .content-box-text > aside  {
	display: contents;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.content-box .content-box-text > aside  > figure {
	flex-basis: 20%;
	margin: 0;
    position: relative;
    overflow: hidden;
}
.content-box .content-box-text > aside  > figure img {
	max-width: 100%;
    object-position: top;
	border-radius: 8px;
}

.content-box .content-box-text > aside  > div {
	flex-basis: 80%;
	margin: 0;
}

.content-box .content-box-text > aside  > div h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

@media screen and (max-width: 768px) {
  .content-box .content-box-text {
	grid-template-columns: repeat(1, 1fr);
  }
}

/*********** Content Box ***********/

.image-box {
	text-align: center;
	display: flex;
	flex-flow: column;
}

.image-box .image-box-text {
	padding: 20px 0 50px 0;
	display: grid;
    grid-template-columns: 2fr 5fr;
    grid-gap: 30px;
}

.image-box h2 {
	text-align: left;
}

.image-box .image-box-text > aside  {
	display: contents;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.image-box .image-box-text > aside  > figure {
	flex-basis: 20%;
	margin: 0;
    position: relative;
    overflow: hidden;
}
.image-box .image-box-text > aside  > figure img {
	max-width: 100%;
    object-position: top;
	border-radius: 8px;
}

.image-box .image-box-text > aside  > div {
	flex-basis: 80%;
	margin: 0;
}

.image-box .image-box-text > aside  > div h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

@media screen and (max-width: 768px) {
  .image-box .image-box-text {
	grid-template-columns: repeat(1, 1fr);
  }
}

/*********** Latest News ***********/

.content-subsystem {
	text-align: center;
	display: flex;
	flex-flow: column;
}

.content-subsystem .content-subsystem-text {
	padding: 20px 0 50px 0;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.content-subsystem h2 {
	text-align: left;
}

.content-subsystem .content-subsystem-text > aside  {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.content-subsystem .content-subsystem-text > aside  > div:first-of-type {
	width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;;
    padding: 50px 15px;
    background: url(../images/gradient-img-1.jpg) center center scroll no-repeat;
    background-size: cover;
	border-radius: 20px;
	box-shadow: 0 8px 8px -8px var(--black);
	margin: auto;
    position: relative;
    overflow: hidden;
}
.content-subsystem .content-subsystem-text > aside  > div:first-of-type h3 {
	color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-subsystem .content-subsystem-text > aside  > figure img {
	max-width: 100%;
    object-position: top;
	border-radius: 8px;
}

.content-subsystem .content-subsystem-text > aside  > div {
	flex-basis: 100%;
	margin: 0;
}

.content-subsystem .content-subsystem-text > aside  > div h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

@media screen and (max-width: 768px) {
  .content-subsystem .content-subsystem-text {
	grid-template-columns: repeat(1, 1fr);
  }
}




.social-media {
	margin-top: 0px;
}

.social-media p{
	margin-bottom: 5px;
}

.social-media ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
}

.social-media li {
	margin: 5px;
	list-style-type: none;
}

.social-media li a{
	padding: 5px;
	background: var(--gray-dark);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 15px;
	transition: all .3s ease;
	text-decoration: none;
}


.social-media li a:hover{
	background: var(--blue);
}

/*********** In The News ***********/


/*********** Footer ***********/

#footer {
	background: var(--gray-dark-2);
	padding: 0px 0px 00px;
	color: var(--white);
}

#footer p {
	font-size: 15px;
}

#footer h3 {
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--white);
}

#footer h4 {
	margin-bottom: 10px;
}

#footer a {
	color: var(--white);
}

:is(.customer-support) :where(p)  {color: var(--white) !important;}

/*#footer :is(li) > a {
  color: gray;
}

#footer :is(h3, h4 :is(.customer-support, .quick-links)) {
  font-weight: 400;
  color: #FF0000;
}

:is(.customer-support) :where(h3,h4) {
  text-transform: uppercase;
}

:is(#footer) :where(h3, h4, h5) {color: #0000FF;}

:where(h1,h2,h3,h4,h5,h6) > span {
  color: hotpink;
}

:is(.customer-support) :where(h3, h4, p)  {color: #000000;}
:where(li) > a {color: #000000;}
#footer :is(h4, a) {color: #FF0000;}*/

#footer .customer-support a {line-height: 36px;}
#footer .customer-support i {margin-right: 10px;}
#footer .quick-links ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin: 0px;
	padding: 0px;	
}

#footer .quick-links li {
	list-style-type: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#footer .quick-links li a {
	text-decoration: none;
	padding: 3px 10px 3px 25px;
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	font-size: 15px;
}

#footer .quick-links li a:hover {
	text-decoration: none;
	width: 100%;
	color: var (--black) !important;
	display: inline-block;
}

#footer .quick-links li a:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	transform: translateX(-500px);
	content: "";
	left: 0px;
	top: 0px;
	background: var(--gray-dark);
	transition: .3s ease all;
	position: absolute;
	z-index: -1;
}
#footer .quick-links li a:hover:before {
	text-decoration: none;
	width: 100%;
	color: var (--black);
	display: inline-block;
	transform: translateX(0px);
	content: "";
	left: 0px;
	top: 0px;
	position: absolute;
}
#footer .quick-links li a:after {
	width: 15px;
	height: 15px;
	color: var(--white);
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	content:"\f101";
	left: 8px;
	top: 4px;
	transition: .3s ease all;
	position: absolute;
	z-index: -1;
}



#footer .footer-contact ul {
	padding: 0px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footer-contact li {
	flex-wrap: wrap;
	list-style-type: none;
	padding: 00px 15px;
	position: relative;
}
#footer .footer-contact li:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 5px;
	width: 1px;
	height: 15px;
	background: var(--white);
}
#footer .footer-contact li:last-of-type:before {
	position: absolute;
	content: "";
	display: none;
}

#footer .footer-contact li a {
	color: var(--white);
	padding: 00px;
	text-transform: none;
}

#footer .copyright {
	/* border-top: 1px dashed var(--white);
	margin-top: 20px; */
	padding: 20px 00px;
}

#footer .copyright ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
}

#footer .copyright li {
	list-style-type: none;
	font-size: 15px;
}

#footer .copyright li a {
	color: var(--white);
}


/********* Back to Top *********/

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--blue);
    display:flex;
	justify-content: center;
	align-items: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	color: var(--white);
	text-decoration: none;
}

#scroll:hover {
    background: var(--red);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/****************/



.cookies-eu-banner {
  background: #db003e;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {

.latest-news .latest-news-text > aside  > figure img {
	max-width: 50%;
	object-position: top;
	border-radius: 8px;
}

.form-bg .container {padding: 0;}
.form-bg .container [class*='col-'] {padding: 0 20px;}
.form-bg .container .bg-gray{ background: var(--gray);}

}

/******** Popup Modal ********/

.modal-memtech, .modal-secondary {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-memtech.is-visible {
    visibility: visible;
}
.modal-secondary.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-memtech.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-secondary.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-memtech.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-secondary.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red-light);
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}




