/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Sanomat Web';
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Open Sans', serif;
}


@font-face {
  font-family: 'Sanomat Web';
  src: url('../fonts/SanomatWeb-Bold.woff2') format('woff2'),
      url('../fonts/SanomatWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sanomat Web';
  src: url('../fonts/SanomatWeb-Black.woff2') format('woff2'),
      url('../fonts/SanomatWeb-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.header-area {
  height: 128px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
  margin-left: 10px;
}
.header-menu li a {
  font-size: 16px;
  color: #3B2359;
  font-weight: 500;
  font-family: 'Sanomat Web';
}.acctive {
	color: #7263FF !important;
}
.hero-area {
  height: 1035px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 280px;
}
.hero-ar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 98%;
}
.hero-fl {
  max-width: 912px;
  margin: auto;
  text-align: center;
}
.hero-mob-text h4 {
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
}
.hero-mob-text h3 {
  font-size: 45px;
  color: #fff;
}
.hero-mob-text p {
  font-size: 28px;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 0px;
}
.hero-mob-text span {
  font-size: 25px;
  color: #fff;
}
.header-text {
    display: none;
}
.header-text h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 23px;
}
.header-text p {
  font-size: 30px;
  color: #fff;
}
.header-text p:last-child {
  margin: 0;
}


.who-area {
  padding: 80px 0;
}
.who-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.who-containt {
  width: 57%;
}
.who-img {
  width: 37%;
}
.who-containt h3 {
  font-size: 48px;
  margin-bottom: 30px;
}
.who-containt p {
  font-family: sans-serif;
  font-size: 18px;
  text-align: justify;
  color: #000000;
  margin-bottom: 20px;
}
.who-containt a {
  font-family: sans-serif;
  color: #000000;
  font-size: 18px;
}
.our-area {
  height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
}
.our-text h3 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}
.product-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-img {
  /*! height: 476px; */
  overflow: hidden;
}.product-img img {
	width: 100%;
}
.product-text {
  background: #371259;
  height: 390px;
  padding: 35px 40px;
  position: relative;
}
.product-text h3 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 23px;
}
.product-text p {
  font-family: sans-serif;
  font-size: 20px;
  color: #FFFFFF;
}
.product-text span {
  position: absolute;
  bottom: 35px;
  left: 40px;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
}
.product-text a {
    color: #7641CB;
}
.single-product {
    /*width: 33.33%*/
    width: 50%;
}
.single-product.mid .product-text {
  background: #9F7E30;
}
.single-product.last .product-text {
  background: #371259;
}
.footer-area {
  height: 130px;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.footer-area p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}



.header-area.Contact {
  position: unset;
}
.contact-hero-area {
  height: 570px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.contact-hero-text h3 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}

.contact-fl {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin-left: auto;
}
.contact-map {
  height: auto;
  width: 70%;
}

#test {
  width: 100%;
  height: 100%;
}
.contact-left {
  padding: 100px 0;
}
.contact-title h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.contact-text {
  font-family: "Open Sans", sans-serif;
}
.contact-text p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
}
.contact-text a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 18px;
}




.product-pop {
  background: #371259;
  padding: 50px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  left: -100%;
  transition: .3s;
  z-index: 999;
}
.cllose {
  position: absolute;
  right: 20px;
  font-size: 40px;
  top: 20px;
  color: #fff;
}
.pop-fl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop-img {
  align-self: center;
  width: 30%;
}
.pop-img h3 {
    font-family: sans-serif;
}
.pop-text {
  width: 65%;
  max-height: 100%;
  overflow-y: auto;
}
.pop-text::-webkit-scrollbar {
  width: 10px;
}
.pop-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.pop-text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.pop-text::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.pop-text p {
  max-width: 945px;
  font-family: sans-serif;
  font-size: 20px;
  color: #fff;
}
.pop-text a {
    color: #7641CB;
}
.pop-img img {
  margin-bottom: 30px;
}
.pop-img h3 {
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.product-area {
  position: relative;
}



.pop-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.product-area {
  z-index: 99;
}



.pop-overlay.active {
  opacity: .4;
  visibility: visible;
}
.product-pop.active {
  left: 0;
}
/*offcanva--style*/


.offcanva {
  position: fixed;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  left: -100%;
  top: 0;
  transition: .3s;
}
.offcanva__menu {
  margin-top: 70px;
  padding: 0 20px;
}
.offcanva__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanva__menu ul li a {
  font-size: 17px;
  font-family: BREAKBONE;
  color: #000;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  transition: .3s;
  font-family: 'Einer Grotesk';
  font-weight: bold;
}
.offcanva__menu ul li a:hover {
  color: #A60063;
  padding-left: 30px;
}
.cross a {
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 10px;
  right: 20px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0.8;
  left: -100%;
  top: 0;
  transition: .3s;
}

.overlay.active {
  left: 0;
}
.offcanva.active {
  left: 0;
}.header__bar a {
	height: 50px;
	width: 50px;
	background: #A60063;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff;
	font-size: 25px;
}

.header__bar {
	display: none;
}

.about-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-left {
  width: 63%;
}
.about-right {
  width: 37%;
  text-align: right;
}.about-img img {
	max-width: 400px;
}
.about-area {
  padding-bottom: 60px;
}

.about-header-title h4 {
  font-family: "Sanomat Web";
  font-size: 55px;
}

.about-title h3 {
  font-size: 48px;
  color: #000000;
  margin: 0;
}
.about-title span {
  font-family: "Sanomat Web";
  font-size: 24px;
  color: #000000;
  display: block;
  margin-top: 10px;
}
.about-title {
  margin-bottom: 20px;
}
.about-text p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: justify;
}
.about-text p:last-child {
  margin: 0;
}
.news-area {
  background-size: cover;
  background-position: center;
  height: 660px;
  display: flex;
  align-items: center;
}
.news-fl {
  text-align: center;
}
.news-title h3 {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.news-title a {
  width: 350px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px;
  background: #7641CB;
  font-size: 24px;
  color: #fff;
  font-family: 'Sanomat Web';
  transition: 0.5s
}
.news-title a:hover {
    background: #DC9600;
}
.news-title {
  margin-bottom: 50px;
}
.news-text p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 28px;
}
.news-contact h3 {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.news-contact h3:last-child {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.news-contact a {
  font-size: 24px;
  color: #FFFFFF;
  display: block;
}

.news-contact a span {
    color: #7263FF;
}

.contact-text a span {
	color: #7263FF !important;
}


.map {
  height: 100%;
}
.map a {
  display: block;
  height: 100%;
}
.map img {
  height: 100%;
}
.product-pop.pop2 {
	background: #9F7E30;
}

.page-scroll-up {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	color: #000 !important;
}
.page-scroll-up.show {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}




#button {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #9F7E30;
}

/* style changes */

.about-header-title-investor
{
    padding-left:100px;
    padding-right:100px;
    padding-bottom:20px;
}

.pulicat_ful
{
   display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    border: 2px solid #c4b6d7;
    margin: auto;
    border-radius: 15px;
    padding: 22px 70px 22px 70px;
    margin-bottom:55px;
}
.pulicat_ful.pulicat_ful3
{
    margin-bottom:100px;
}
.pulicat_ful-r {
    flex: 1;
    padding-left: 7%;
}
.pulicat_ful-r h3 {
    color: #603a93;
    font-size: 34px;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 16px;
}
.pulicat_ful-r ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    margin-left: 15px;
}
.pulicat_ful-r ul li 
{
    position: relative;
    padding-left: 30px;
    padding-bottom: 26px;
    font-size: 18px;
    color: #777777;
    line-height: 1;
}
.pulicat_ful-r ul li:before
{
    content:'';
    background-image:url('https://ascentbridge.com/assets/img/pdficon.png');
    width:22px;
    height:24px;
    position: absolute;
    left: 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    top: -2px;
}

@media screen and (max-width:1080px)
{
    .about-header-title-investor {
    padding-left: 50px;
    padding-right: 0px;
}
.pulicat_ful {
    width: calc(100% - 100px);
    padding: 22px 50px 22px 50px;
}
.pulicat_ful-r {
    padding-left: 4%;
}
}

@media screen and (max-width:991px)
{
    .about-header-title-investor {
    padding-left: 0px;
    padding-right: 0px;
}
.pulicat_ful {
    width: calc(100% - 0px);
    padding: 20px 30px 20px 30px;
}
.pulicat_ful-r {
    padding-left: 2%;
}
.pulicat_ful-r ul li {
    line-height: 1.3;
    padding-bottom: 22px;
}
.pulicat_ful-r ul li:before {
    content: '';
    top: 0px;
}
}

@media screen and (max-width:767px)
{
    .about-header-title-investor {
        padding-bottom: 0;
    }
    .pulicat_ful {
        text-align: center;
        width: calc(100% - 0px);
        padding: 20px 20px 20px 20px;
        align-items: center;
        justify-content: center;
        margin-bottom:40px;
    }
    .pulicat_ful-r h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 20px;
}
.pulicat_ful-r ul {
    text-align: left;
}
.pulicat_ful-r ul li {
        padding-bottom: 20px;
    }
    .pulicat_ful-r ul li:before {
        content: '';
        top: 2px;
    }
    .pulicat_ful.pulicat_ful3 {
    margin-bottom: 50px;
}
}

.pulicat_ful-r ul li a {
    color: #777777;
    text-decoration:none;
}

.pulicat_ful-r ul li a:hover {
    color: #7263FF;
     text-decoration:none;
}
