﻿@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('../fonts/regular.css');
@import url('../fonts/bold.css');
@import url('../fonts/medium.css');
@import url('../fonts/light.css');
@import url('../fonts/encore-regular.css');


* {padding: 0;margin: 0;}

body{
	overflow-x:hidden;
}
body,html{height: 100%;  font-family: 'pf_handbook_proregular';-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}

.h2,h2{font-size: 32px;}
.h4,h4{font-size: 26px}

.fingo-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1190px;
}

.content-title-container {
    margin-bottom: 15px !important;
}

.activeWrapper {
    margin: 0 auto;
    max-width: 1120px;
}
.content-title-container .content-title {
    font-size: 30px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.75em;
    margin: 0.43em 0 0;
    position: relative;
}

.content-title:after {
    
    position:relative;
	float: left;
    content: '';
    width: 107px;
    height: 3px;
    background-color: #3e593c;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
}

.pad-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.sip-detail {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #666;
    /* text-align: justify; */
}

.content-detail {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #666;
    text-align: justify;
}

.sub-detail {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #3e593c;
    text-align: justify;
    padding-top: 30px;
}
.var-detail {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.csip h2{
    font-size: 25px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0.45em;
	 display: inline-block;
    position: relative;
	
	
}
.csip h2:before{
	
	content: "";
    position: absolute;
    width: 107px;
    height: 1px;
    bottom: 0;
    left: 0%;
	border-bottom: 3px solid #3e593c;
}

.mainhd {
     font-size: 25px;
    font-weight: bold;
    color: #3e593c;
    padding-bottom: 0.25em;
    margin: 0.43em 0 0.45em;
    display: inline-block;
    position: relative;
	line-height: 25px;
}

.csip title1{
    font-size: 25px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0.45em;
	 display: inline-block;
    position: relative;
	
	
}
.csip title1:before{
	
	content: "";
    position: absolute;
    width: 107px;
    height: 1px;
    bottom: 0;
    left: 0%;
	border-bottom: 3px solid #3e593c;
}

.head2{


    font-size: 25px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0.45em;
	 display: inline-block;
    position: relative;
line-height: initial;
	
	
}
.head2:after{

content: "";
  height: 3px;
  width: 30%;
  background-color: #3e593c;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translate(-50%);
	
}

.font-color{
    font-size: 23px;
    font-weight: bold;
    color: #d12b3f;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0;
    display: inline-block;
    position: relative;}

.headbg{
   font-size: 23px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0;
	 display: inline-block;
    position: relative;
}


.hd3{
font-size: 23px;
    font-weight: bold;
    color: #3e593c;
    padding-bottom: 0.25em;
    margin: 0.43em 0 0;
	 display: inline-block;
    position: relative;
line-height: 25px;
}


.csip h3{
	font-size: 23px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0;
	 display: inline-block;
    position: relative;
	
	
}
.csip h3:before{
	
	content: "";
    position: absolute;
    width: 107px;
    height: 1px;
    bottom: 0;
    /*left: -1%;*/
	border-bottom: 3px solid #3e593c;
	
	
	
}

.head3{
	font-size: 23px;
    font-weight: bold;
    color: #3e593c;
    /* text-transform: lowercase; */
    padding-bottom: 0.25em;
    margin: 0.43em 0 0;
	 display: inline-block;
    position: relative;
	line-height: initial;
	
}
.head3:after{
	
	content: "";
  height: 3px;
  width: 30%;
  background-color: #3e593c;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translate(-50%);

}


section,footer{
  float: left;width: 100%;overflow: hidden;
}
a:hover{text-decoration: none;}
:focus {
    outline: 0px;
		box-shadow:none;
}
button:focus{
	outline: 0px;
	box-shadow:none;
}

/* h5{ */
/* background-color: #969F6E; */
/* color:#fff; */
/* padding: 05px 05px 05px 10px;	 */
	
	
/* } */

section.amc{padding: 10px 0px 10px 0;background-color: #E0E0E0;}

.content-block--center{
    width: 66.6667%;
    margin: 0 auto;
}


@media (max-width: 1020px) {
.content-block--center {
    width: 90%;
}

.banner__intro-tile-title {
    font-size: 2.5rem !important;
    line-height: 4rem !important;
}

.image_section{
          display:none;
}

.pillar-tile-M{
      background: #fff;
}

}

@media (max-width: 767px) {
.pillar-tile__content-wrapper {
    
    flex: unset;
    padding: 24px 0;
}


.banner__content--v6 {
    padding-bottom: 32px;
    /* padding-top: 32px;*/
    padding-left: 15px;
    padding-right: 0;
    -ms-flex-align: start;
    align-items: flex-start;
}

}

/*csip section*/
section.step-tab{background-color: #f2f2f2;}
section.csip{padding: 10px 0px 10px 0;background-color: #fff;}
section.csip .csip-card{float: left;width: 100%;text-align: center;margin-top: 60px;}

section.csip p{max-width: 905px;margin-left: auto;margin-right: auto;}
section.csip h6{margin-left: auto;margin-right: auto;}

section.csip .intro-text {display: block;margin-bottom: 80px;}
section.csip .intro-text p{
	font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.15;
letter-spacing: normal;
text-align: center;
color: #6c7174;max-width: 736px;margin: 0 auto;
}
section.csip .intro-text p.in-one{margin-bottom: 15px;}


  /* popup */


/* Step 3 FC Investor details Close */


/* new tabs */

		
h2 {
  margin: 2em auto 0;
  /*text-align: center;*/
}

.tabbed-content {
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  max-width: 900px;
  padding: 1em;
  margin: 1em auto;
}

.tab-details{
font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #666;
    
}
.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: #eee;
  padding:10px;
}
.tabs ul li a {
  padding: 0.8em 1em;
}
		
		.tabs ul li a{
			color: #000;
		}		
.tabs ul li a:hover, .tabs ul li a.active {
  background:  #3e593c;
  color: #eee;
}

.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: .5em;
  display: block;
}
.item.active::before {
  background: #3e593c;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 270px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}



@media screen and (max-width: 320px){
.icon_btn_white {
    width: 100%;
    font-size:13px!important;
}
}

@media screen and (max-width: 767px){
.social_right, .social_left {
    width: 100%;
    float: none;
}
}
@media screen and (max-width: 991px){
.social_right {
    width: 560px;
}
}
@media screen and (max-width: 1199px){
.social_right {
    width: 775px;
}
}
