@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
	   url('../fonts/Poppins-SemiBold.woff') format('woff'),
	   url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
	   url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
	   url('../fonts/Poppins-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
	   url('../fonts/Poppins-Regular.woff') format('woff'),
	   url('../fonts/Poppins-Regular.ttf') format('truetype'),
	   url('../fonts/Poppins-Regular.woff2') format('woff2'),
	   url('../fonts/Poppins-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), 
	   url('../fonts/Poppins-Bold.woff') format('woff'),
	   url('../fonts/Poppins-Bold.ttf') format('truetype'),
	   url('../fonts/Poppins-Bold.woff2') format('woff2'),
	   url('../fonts/Poppins-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
	   url('../fonts/Poppins-Medium.woff') format('woff'),
	   url('../fonts/Poppins-Medium.ttf') format('truetype'),
	   url('../fonts/Poppins-Medium.woff2') format('woff2'),
	   url('../fonts/Poppins-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.eot');
  src: url('../fonts/FontAwesome.eot') format('embedded-opentype'),
	   url('../fonts/FontAwesome.woff') format('woff'),
	   url('../fonts/FontAwesome.ttf') format('truetype'),
	   url('../fonts/FontAwesome.woff2') format('woff2'),
	   url('../fonts/FontAwesome.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    padding:0;
    margin:0;
    
}
body {
	font-family: 'Poppins-SemiBold';
	transition: 0.5s all ease;
}
section.content_section.approach_tab_outer.investment div#menu1 {
    display: block;
}
a, btn, button {
	transition: 0.5s all ease;
}
.wrapper {
	display: inline-block;
	width: 100%;
}
.tab-content a {
    text-decoration: none;
    color: #ee2a7b;
}
.img-title h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
    text-transform: capitalize;
    margin-top: 5px;
}
ul.sub-menu a.nav-link.active::before {
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    background: transparent;
    top: 0;
    position: absolute;
	content:none;
}
ul.sub-menu {
	display: none;
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 20px 10px 10px;
    box-shadow: 0px 0px 8px #e8e7e7;
    border-radius: 2px;
}
li.nav-item:hover ul.sub-menu {
    display: block;
}
ul.sub-menu li a {
    font-size: 14px;
    padding: 0px;
    color: #887e7e;
	text-transform: capitalize;
}
ul.sub-menu li {
    list-style: none;
    margin-bottom: 7px;
}
ul.sub-menu li a img {
    max-width: 145px;
    margin-bottom: 9px;
    height: auto;
}

/* header css start */
header.header {
    padding: 25px 0;
    background: #fff;
	 position: relative;
    z-index: 9999;
}
.logo a:hover {
    opacity: 0.5;
}
ul.main_menu {
    list-style: none;
    display: inline-block;
    width: 100%;
	margin-bottom: 0;
	text-align: end;
}
li.nav-item {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}
a.nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 0.2px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
a.nav-link.active::before {
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    background: #fd008f;
    top: 0;
    position: absolute;
}
a.nav-link:hover::before {
    width: 100%;
}
a.nav-link::before {
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    background: #fd008f;
    top: 0;
    position: absolute;
    transition: width 1s;
}
.mobile-menu {
    display: none;
}
ul.sub-menu a.nav-link {
    padding: 0px;
}
/* header css end/* banner section css start */
section.banner {
    display: inline-block;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_text {
    color: #fff;
	padding: 19% 0 13% 0;
}
h1.h1 {
    font-size: 72px;
    font-family: 'Poppins-Bold';
	margin-bottom: 3%;
	max-width: 900px;
    width: 100%;
	line-height: 72px;
}
h3.h3 {
	font-size: 36px;
	font-family: 'Poppins-SemiBold';
	position: relative;
}
.text-bottom {
    padding-top: 13%;
}
h3.h3.before_border::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    max-width: 650px;
    background: #fff;
    height: 4px;
    width: 100%;
}
p.after_border {
	position: relative;
	font-size: 24px;
}
p.after_border::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 4px;
    width: 160px;
    background: #fff;
}
/* banner section css end */
/* content section css start */
section.content_section {
    display: inline-block;
    width: 100%;
    padding: 200px 0 130px 0;
}
h2.h2 {
    font-size: 100px;
    font-family: 'Poppins-Bold';
    color: #000;
	line-height: 110px;
	position: relative;
}
h2.h2.before_border::before {
    content: '';
    position: absolute;
    left: 0;
    width: 95%;
    height: 3px;
    top: -50px;
    background: #fd008f;
}
.right_text p {
    font-family: 'Poppins-Medium';
    font-size: 21px;
	color: #000;
}
a.learn_more:hover {
    color: #130c2e;
}
a.learn_more {
    display: inline-block;
    color: #fd008f;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 36px;
    text-decoration: none;
    transition: 0.5s all ease;
}
.learn_more i {
    font-size: 24px;
}

/* content section css end */
/* footer css start */

footer.footer {
    background: #130c2e;
    padding: 100px 0;
}
.footer ul li, ul li a {
    color: #989898;
	font-size: 18px;
	font-family: 'Poppins-Regular';	
}
.footer h4.h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
	margin-bottom: 50px;
}
.footer ul {
    list-style: none;
    padding-left: 70px;
	position: relative;
	margin-bottom: 0px;
}
.adres_links li {
    padding: 25px 0;
}
ul.adres_links::before, ul.links_below::before {
    height: 100%;
    width: 3px;
    background: #302a47;
    content: '';
    position: absolute;
    left: 35px;
}
.footer ul li a {
    vertical-align: top;
    line-height: 18px;
}
.footer ul li a:hover {
    color: #fff;
	text-decoration: none;
}
.adres_links svg {
    position: absolute;
    left: 0px;
}
.footer ul li:hover,.footer ul li a:hover {
    color: #fff;
}
 
.footer ul.adres_links a:hover::before, .footer ul.adres_links li.adress:hover::before {
    color: #fd008f;
}
li.adress {
    max-width: 180px;
    width: 100%;
}

.links_below li {
    padding: 10px 0;
}
.footer ul li:hover svg path, .footer ul li a:hover svg path {
    color: #fd008f;
    fill: #fd008f;
	transition: 0.5s all ease;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    letter-spacing: 0.8px;
	text-align: center;
}
.copyright {
    padding-top: 80px;
}
ul.social_links li {
    display: inline-block;
}
.social_links li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
}
ul.social_links li:last-child::after {
	display: none;
}
ul.social_links li::after {
    content: '';
    position: absolute;
    right: -55px;
    width: 40px;
    height: 2px;
    background: #302a47;
    top: 50%;
}
ul.social_links li {
    display: inline-block;
    margin-right: 66px;
	position: relative;
}
ul.links_below li a::before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    left: 0;
}
ul.social_links {
    padding-left: 70px;
}
.contact_block {
    padding-left: 100px;
}
.social_links li a:hover {
    background: #fd008f;
    border-color: #fd008f;
}
.links_below a.active {
    color: #fff;
}
.col-md-4.about_wrap {
    display: flex;
    justify-content: center;
}
.col-md-4.info_lniks {
    padding-left: 70px;
}
/* footer css end */

/* About us page css start */

.banner_text h2.h2 {
    font-size: 60px;
    color: #fff;
	line-height: 72px;
	max-width: 800px;
    width: 100%;
	margin-bottom: 50px;
}
section.banner.about-us {
    background-image: url('../images/bannerabout.jpg');
}
.about-us .banner_text {
    color: #fff;
   padding: 12.5% 0 12.5% 0;
}
.about-us h2.h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -48px;
    max-width: 673px;
    width: 100%;
    height: 4px;
    background: #fff;
}
section.content_section.about_tab {
    padding: 70px 0 100px;
}
.left-side ul li a {
    color: #000000;
    font-size: 24px;
	font-family: 'Poppins-Medium';
	text-decoration: none;
	text-transform: capitalize;
}
.left-side li a.active, .left-side li a:hover {
    color: #fd008f;
}
.left-side ul li:last-child { 
	border-bottom: 1px solid transparent;
}
.left-side ul li {
    display: inline-block;
    width: 100%;
    padding: 28px 0 28px 20px;
    border-bottom: 1px solid #ececec;
}
.logo_sideabr .left-side ul li {
    padding: 40px 20px 40px 20px;
}
ul.nav.nav-pills {
    border-right: 2px solid #fd008f;
    padding: 0px 25px;
}
.right_text.tab_text {
    padding: 40px 0 0 150px;
}
.tab_text p {
    line-height: 36px;
    margin-bottom: 28px;
}
.tab_text p.margin-bottom {
    margin-bottom: 60px;
}
.tab-content .tab-pane:last-child p:last-child {
    margin-bottom: 0;
}
/* About us page css end */
/* Approach page css start */
.left-side {
    border-left: 2px solid #fd008f;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.content_section.approach_tab_outer {
    padding: 75px 0 190px;
}
/* Approach page css end */
/* Current Investment page css start */

.approach_tab img {
    width: 100%;
}
.investment .right_text.tab_text {
    padding: 40px 0 0 60px;
}
.approach_tab li a:hover {
    opacity: 0.5;
}
.logo_content .tab_text p {
    margin-bottom: 60px;
}
.logo_sideabr .left-side.approach_tab {    border-right: 2px solid #fd008f;}.logo_sideabr ul.nav.nav-pills {    border: none;}
/* Current Investment page css end */
/* ACQUISITIONS/DISPOSITIONS page css start */
section.content_section.acquisition {
  /*   padding: 75px 0 120px; */
    padding: 75px 0 80px;
}
section.content_section {
	position: relative;	
}
.tab_text p.margin_20 {
    margin-bottom: 0px;
}
a.learn_more.email {
    text-transform: lowercase;
    margin: 0;
    border-bottom: 2px solid #fd008f;
    line-height: 25px;
}
a.learn_more.email:hover {
    border-color: #130c2e;
}
p.margin_0 {
    margin-bottom: 0;
}
.net_btn.learn_more {
	margin:0px;
}
a.net_btn {
    color: #fd008f;
    text-decoration: none;
}

/* ACQUISITIONS/DISPOSITIONS page css end */
/* Funds page css start */

.tab-pane p strong {
    font-family: 'Poppins-SemiBold';
}
a.top {
    position: absolute;
    right: 50px;
    bottom: 30px;
    font-size: 30px;
    color: #fd008f;
    box-shadow: 0 0 11px rgba(159, 159, 160, 0.5);
    line-height: 25px;
    border-radius: 100%;
}
.top i.fa.fa-arrow-circle-up {
    line-height: 25px;
}

/* Funds page css end */

/* New Page css Start */

.track-record-boxes {
    box-shadow: 0px 0px 6px 4px #efefef;
    padding: 10px 10px 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
        min-height: 87%;
}

.track-record-prices {
    margin-top: 10px;
}
.track-record-prices h6 {
    font-size: 17px;
    font-family: 'Poppins-Medium';
    letter-spacing: .5px;
    margin-bottom: 0px;
}
.track-record-prices p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.track-record-prices span {
    font-size: 14px;
}
.clr_green{
	color:green;
}
.clr_red{
	color:red;
}
.img-title h5 {
    font-size: 16px;
    font-family: 'Poppins-Medium';
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.img-title span {
    text-transform: uppercase;
}
.img-title {
    width: 100%;
    margin-top: 20px;
}

/* New Page css End */

.tab-content h3 {
    font-size: 24px;
}

.alltrackrecord .container {
    max-width: 1120px;
}


/* responsive start */
@media (min-width: 1500px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1450px;
}
.col-xl-9 {
    max-width: calc(100% - 395px);
}
.col-xl-3 {
    flex: 0 0 395px;
    max-width: 395px;
}
.col-sm-8.col-md-8.col-xl-8.logo_content {
    max-width: calc(100% - 485px);
}
.col-sm-4.col-md-4.col-xl-4.logo_sideabr {
    max-width: 485px;
    flex: 0 0 485px;
}
.track-record-section .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
body.about.sp-for .logo_content .tab_text p {
    margin-bottom: 60px;
}
body.about.sp-for .logo_content .tab_text p + p + p {
    top: -25px !important;
    position: relative;
}
.logo_sideabr .left-side ul li {
    padding: 50px 20px 50px 20px;
}
}
@media only screen and (max-width:1600px) {
.text-bottom {
    padding-top: 10%;
}	
.about-us .banner_text {
    padding: 8% 0 8% 0;
}
.banner_text {
    padding: 13% 0 8% 0;
}
}
@media only screen and (min-width:1201px) and (max-width:1499px) {
body.about.sp-for 	.logo_sideabr .left-side ul li {
    padding: 57px 20px 57px 20px;
}
body.about.sp-for  .logo_content .tab_text p {
    margin-bottom: 27px;
	line-height: normal;
}

}
@media only screen and (max-width:1499px) {

a.nav-link {
    font-size: 14px;
}
li.nav-item {
    padding-left: 5px;
    padding-right: 5px;
}
h1.h1 {
    margin-bottom: 2%;
}
.banner_text {
    padding: 17% 0 12% 0;
}
h2.h2 {
    font-size: 85px;
    line-height: 95px;
}
.contact_block {
    padding-left: 60px;
}
ul.social_links {
    padding-left: 50px;
}
.left-side ul li a {
    font-size: 20px;
}
ul.nav.nav-pills {
    padding: 0px 15px;
}
.right_text.tab_text {
    padding: 40px 0 0 120px;
}
.left-side ul li {
    padding: 28px 0 28px 12px;
}
}

@media only screen and (max-width:1440px) {
.banner_text {
    padding: 14% 0 10% 0;
}
.track-record-boxes img {
    width: 115px;
    height: auto;
}
}
@media only screen and (max-width:1366px) {
.about-us .banner_text {
    padding: 7.5% 0 7.5% 0;
}	
.about-us h2.h2::before {
    bottom: -30px;
}

}
@media only screen and (max-width:1280px) {
.banner_text {
    padding: 14% 0 12% 0;
}
h3.h3 {
    font-size: 26px;
}
h3.h3.before_border::before {
    max-width: 500px;
}
h1.h1 {
    font-size: 60px;
}
.banner_text {
    padding: 12% 0 8% 0;
}
.banner_text h2.h2 {
    font-size: 50px;
    line-height: 62px;
    max-width: 650px;
	margin-bottom: 30px;
}
}
@media only screen and (max-width:1199px) {
.banner_text {
    padding: 14% 0 10% 0;
}
a.nav-link {
    font-size: 12px;
	letter-spacing: normal;
}
h2.h2 {
    font-size: 70px;
    line-height: 80px;
}
section.content_section {
    padding: 130px 0 90px 0;
}
h2.h2.before_border::before {
    top: -25px;
}
ul.social_links, .contact_block  {
    padding-left: 0;
}
ul.social_links li {
    margin-right: 50px;
}
ul.social_links li::after {
    right: -43px;
    width: 30px;
}
footer.footer {
    padding: 70px 0;
}
a.learn_more {
    margin-top: 10px;
}
.adres_links svg {
    left: 0;
}
section.content_section.approach_tab_outer {
    padding: 75px 0 100px;
}
.track-record-section .col-lg-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
}
@media only screen and (max-width:1024px) {
h1.h1 {
    font-size: 45px;
    max-width: 570px;
    line-height: 50px;
}
h3.h3 {
    font-size: 24px;
}
h3.h3.before_border::before {
    max-width: 455px;
    bottom: -20px;
}
p.after_border {
    font-size: 20px;
}
p.after_border::after {
    bottom: -15px;
}
.banner_text {
    padding: 12% 0 10% 0;
}
.text-bottom {
    padding-top: 8%;
}
.right_text p, a.learn_more {
    font-size: 18px;
}
.banner_text h2.h2 {
    font-size: 45px;
    line-height: 50px;
    max-width: 580px;
    margin-bottom: 20px;
}
.about-us h2.h2::before {
    bottom: -20px;
}
.about-us .banner_text {
    padding: 7.5% 0 7.5% 0;
}
section.content_section.about_tab, section.content_section.approach_tab_outer,
section.content_section.acquisition {
    padding: 50px 0 50px;
}
.right_text.tab_text {
    padding: 40px 0 0 60px;
}
.track-record-section .col-lg-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
}
@media only screen and (max-width:991px) {
	ul.main_menu {
    display: none;
}
.mobile-menu {
    display: block;
}
h2.h2 {
    font-size: 50px;
    line-height: 60px;
}
.footer ul {
    padding-left: 40px;
}
.footer ul li, ul li a {
    font-size: 16px;
}
ul.adres_links::before, ul.links_below::before {
    left: 30px;
}
.footer ul.social_links, .footer .contact_block {
    padding-left: 0;
}
ul.social_links li::after {
    right: -27px;
    width: 20px;
}
ul.social_links li {
    margin-right: 29px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.logo_sideabr .left-side ul li {    padding: 40px 5px 40px 5px;}
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: inline-block;
    transition: 0.3s;
	margin: 5px 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 0;
    color: #000;
    line-height: 20px;
}
.mobile-menu {
    text-align: end;
}
li.nav-item {
	text-align: left;
    width: 100%;
}
.main_menu_mobile a.nav-link {
    text-align: start;
}
.left-side ul li {
    padding: 20px 0;
}
.right_text p, a.learn_more {
    font-size: 16px;
}
.left-side ul li a {
    font-size: 17px;
}
.right_text.tab_text {
    padding: 40px 0 0 0px;
}
.banner_text h2.h2 {
    font-size: 35px;
    line-height: 40px;
    max-width: 460px;
}
.investment .right_text.tab_text {
    padding: 40px 0 0 0px;
}
.logo_content .tab_text p {
    margin-bottom: 40px;
}
.col-md-4.info_lniks {
    padding-left: 15px;
}
.track-record-boxes img {
    width: 85px;
}
.track-record-prices {
    margin-top: 22px;
}
.track-record-boxes {
    padding: 10px;
}
.track-record-prices h6 {
    font-size: 16px;
}
.track-record-prices p {
    font-size: 13px;
	line-height: normal;
}
}

@media only screen and (max-width: 768px) {
h1.h1 {
    font-size: 35px;
    max-width: 435px;
    line-height: 45px;
	margin-bottom: 0;
}	
h3.h3 {
    font-size: 20px;
}
h3.h3.before_border::before {
    max-width: 375px;
    bottom: -10px;
}
.text-bottom {
    padding-top: 5%;
}
p.after_border {
    font-size: 16px;
}
p.after_border::after {
    bottom: -10px;
	width: 120px;
}
.track-record-section .col-lg-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
}
@media only screen and (max-width: 767px) {
	.track-record-section .col-lg-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
h2.h2 {
    font-size: 40px;
    line-height: 50px;
}
.right_text p, a.learn_more {
    font-size: 14px;
	line-height: 28px;
}
section.content_section {
    padding: 30px 0 30px 0;
}
h2.h2.before_border::before {
    top: 0;
}
ul.social_links {
    text-align: center;
    margin-bottom: 20px;
}
.footer h4.h4 {
    margin: 30px 0 10px 0;
}
footer.footer {
    padding: 30px 0;
}
.copyright {
    padding-top: 30px;
}
.adres_links li {
    padding: 10px 0;
}
ul.social_links li:last-child {
    margin: 0;
}
.learn_more i {
    font-size: 18px;
}
.left-side ul li {
    line-height: 15px;
}
.left-side ul li a {
    font-size: 16px;
}
.tab_text p {
    margin-bottom: 15px;
}
.col-md-4.about_wrap {
    justify-content: flex-start;
}
.track-record-prices {
    text-align: center;
}
.track-record-prices p {
    font-size: 13px;
	line-height: normal;
}
.logo_sideabr .left-side ul li {
    padding: 20px 5px 25px 5px;
}
ul.nav.nav-pills {
    padding: 0px 10px;
}
.col-md-4 {
    -ms-flex:100%;
    flex: 100% !important;
    max-width: 100% !important;
}
.tab-content h3 {
    font-size: 18px;
}
}
@media only screen and (max-width:575px) {
.logo img {
    max-width: 150px;
}
header.header {
    padding: 10px 0;
}
.banner_text {
    padding: 12% 0 12% 0;
}
h1.h1 {
    font-size: 25px;
    max-width: 315px;
    line-height: 32px;
	margin-bottom: 8px;
}	
h3.h3 {
    font-size: 16px;
	margin-bottom: 0px;
}
h3.h3.before_border::before {
    max-width: 288px;
    bottom: -5px;
}
.text-bottom {
    padding-top: 8%;
}
p.after_border {
    font-size: 14px;
    margin-bottom: 10px;
}
h2.h2 {
    font-size: 28px;
    line-height: 40px;
}
.banner_text h2.h2 {
    font-size: 25px;
    line-height: 30px;
    max-width: 330px;
}
.left-side {
    border-left: 2px solid #fd008f;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo_sideabr .left-side ul li {
    padding: 20px 0 20px 20px;
}
.logo_sideabr .left-side ul li:first-child {
    padding-top: 20px;	
}
.logo_sideabr .left-side ul li:last-child {
	padding-bottom: 20px;
}
.left-side ul li:last-child {
    padding-bottom: 0;
}
.left-side ul li:first-child {
    padding-top: 0;
}
section.content_section.about_tab, section.content_section.approach_tab_outer, section.content_section.acquisition {
    padding: 30px 0;
}
.right_text.tab_text {
    padding: 20px 0 0 0px;
}
.logo_content .tab_text p {
    margin-bottom: 20px;
}
a.top {
    position: static;
    box-shadow: none;
    float: right;
    margin: 20px 20px 0;
}
a.top.first-top {
    display: none;
}
.approach_tab img {
    width: 100%;
    max-width: 255px;
}
}
@media only screen and (max-width: 479px) {
h2.h2 {
    font-size: 22px;
    line-height: 32px;
}	
.right_text p {
    line-height: 20px;
    margin-bottom: 10px;
	font-size: 14px;
}
a.learn_more {
    margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.banner_text h2.h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 260px;
	margin-bottom: 10px;
}
.about-us h2.h2::before {
    bottom: -10px;
    height: 2px;
}
h3.h3.before_border::before, p.after_border::after {
    height: 3px;
}
}
@media only screen and (max-width: 375px) {
.banner_text {
    padding: 10% 0 10% 0;
}
h1.h1 {
    font-size: 20px;
    line-height: 25px;
}
h3.h3.before_border::before {
    height: 2px;
}	
h3.h3 {
    font-size: 14px;
}
p.after_border {
    font-size: 12px;
}
p.after_border::after {
    bottom: -3px;
    width: 100px;
    height: 2px;
}
.social_links li a {
    width: 45px;
    height: 45px;
    padding: 12px 10px;
}
.about-us .banner_text {
    padding: 10% 0 10% 0;
}
}

.content_section {
    text-align: justify !important;
}

.inner-person-all-text-details {
    width: 50% !important;
    padding: 15px 0;
    margin-bottom: 20px;
}
.main-right-images-person img {
    width: 100% !important;
    padding: 20px !important;
}
.main-right-images-person{
    width: 50%;
    padding: 10px;
}
.inner-person-all-text-flesx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width:767px)
{
    .inner-person-all-text-flesx {
    display: block;
}
.inner-person-all-text-details {
    width: 100% !important;
    padding:0px 0;
    margin-bottom: 0px;
}
.main-right-images-person{
    width: 100%;
    padding: 0px;
}
}
