*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Open Sans",sans-serif;

}
.page{
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
max-width:1250px;
background-color: white;
}
#firstPart{
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 15%;
margin-bottom: 0px;
padding: 0px 0;
}
#headPart{
    padding: 0;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#searchBox{
    width: 100%;
}
.searchbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
#blank:focus{
border: none;
border-bottom: 2px solid black;
}
#blank{
position: relative;
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row; 
-webkit-flex-direction: row; 
flex-direction: row;
-webkit-box-align:stretch;
-ms-flex-align:stretch; 
-webkit-align-items:stretch; 
align-items:stretch;
position: relative;
font-size: 20px;
width: 100%;
border: none;
padding: 0;
}
#searchBar{
width:100%;
height: 32px; 
font-size: 12px;
font-weight: 600;
border: none;
outline: none;
border-bottom: 1px solid #e8e8e8;
}
#searchIcon{
position: absolute;
right: 0%;
height: 32px;
}
#searchBar:focus + #searchIcon span,.search-box:valid ~ #searchIcon span{
display: none;
}
#screener:hover,#explorer:hover{
background-color: #3179F5;
/*border-radius:5px;*/
color: white;
font-weight: 600;
/*padding: 5px;*/
}
#screener,#explorer{
background-color: white;
padding: 10px 20px;
border: none;
font-weight: 600;
margin: 1vh 5% 0 0;
outline: none;
cursor: pointer;
font-size: 14px;
box-shadow: 1px 3px 5px #e8e8e8;
border-radius: 50px;
display: inline-block;
color: white;
background-color: #3179F5;
}
.close-icon {
position: relative;
border:none;
background-color: transparent;
display: inline-block;
vertical-align: middle;
outline: 0;
height: 0;
width: 0;
cursor: pointer;
}
.close-icon:after {
content: "X";
display: block;
width: 8px;
height: 15px;
position: absolute;
z-index: 1;
right: 15px;
top: 5px;
margin: auto;
padding: 2px;
text-align: center;
color: #011627;
font-weight: 600;
font-size: 16px;
cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
display: none;
}
.search-box:focus ~ #searchIcon{
display: none;
}
#searchBar:focus + #searchIcon span{
display: none;
}
#result{
display: none;
width: 100%;
position: absolute;
font-size: 12px;
top: 32px;
z-index: 10;
padding: 10px 5px;
max-height: 300px;
overflow: scroll;
overflow-x: hidden;
background-color: white;
-webkit-box-shadow: 1px 3px 5px #e8e8e8;
box-shadow: none;
border-radius: 3px;
border: 1px solid #e8e8e8;
scrollbar-width: thin;
}
#result li{
font-size: 12px;
font-weight: 600;
border-bottom: 1px solid #e8e8e8;
padding: 10px;
}
/* width */
#result::-webkit-scrollbar,#menuList::-webkit-scrollbar {
width: 5px;
}

/* Track */
#result::-webkit-scrollbar-track,#menuList::-webkit-scrollbar-track {
display: none;
border-radius: 10px;
}

/* Handle */
#result::-webkit-scrollbar-thumb,#menuList::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 10px;
}

/* Handle on hover */
#result::-webkit-scrollbar-thumb:hover,#menuList::-webkit-scrollbar-thumb:hover {
background: #ccc;
}
#pageTitle{
margin: 60 0 0 0;
font-size: 25px;
text-align: center;

}

#pageTitle h1{
font-weight: 700;
font-size: 42px;
letter-spacing: -1px;

}
#firstPart img{
width: 40%;
min-width: 320px;
}
/*Second Part*/

#secondPart{
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
width: 90%;
margin: auto;
}
.container__counter img{
width: 20%;
}
.container__counter total{
font-size: 14px;
color: #011627;
font-weight: 700;
}
.container__counter{
display: -webkit-box;
display: -webkit-flex;
display: -webkit-flexbox;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
width: 10%;
min-width: 200px;
height: 154px;
border-radius: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-color: #fff;
color: #011627;
font-size: 25px;
font-weight: 500;
line-height: 40px;
margin: 20px;
}
/*Third part*/
#thirdPart{
display: block;
}
#thirdPart .heading h1{
width: 80%;
font-size: 42px;
font-weight: 700;
text-align: center;
margin: auto;
margin-top: 15%;
letter-spacing: -1px;

}

#thirdPart .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}

#thirdPart .buttons
{
    display: flex;
    margin: auto;
    justify-content: center;
}

#thirdPart .signup {
    background-color: #3179F5;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
    /* width: 75px; */
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;

}

#modelriskportfolios {
width: 85%;
margin: auto;
margin-top: 20px;

}

#modelriskportfolios .section1 {
    display: flex;
    margin: auto;
    justify-content: center;
}
#modelriskportfolios .section1 {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
#modelriskportfolios .section2 {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;

}
#modelriskportfolios .mp {
width: 25%;
margin-left: 45px;
margin-right: 45px;
}
#modelriskportfolios .mp .main img {
width: 150px;
display: none;
}
#modelriskportfolios .mp .main h5 {
font-family: Open Sans;
font-size: 20px;
font-weight: 700;
}

#modelriskportfolios .mp .main h5:hover {
    color:#011627;
}
#modelriskportfolios .mp .main h3:hover {
    color:#011627;
}

#modelriskportfolios .mp .main h3 {
font-size: 12px;
font-weight: 500;
}
#modelriskportfolios .mp .main h4 {
font-size: 11px;
font-weight: normal;
font-family: Open Sans;
color: #011627;
}
#modelriskportfolios .mp .attributes h3 {
font-size: 14px;
font-weight: 700;
}
#modelriskportfolios .mp .attributes h6 {
font-size: 13px;
font-weight: 700;
}


#riskprofiling {
    display: block;
}

#riskprofiling .signup {
    background-color: #3179F5;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
    /* width: 75px; */
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;

}
#riskprofiling .calbuttons .signup {
    background-color: #3179F5;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
    /* width: 75px; */
    margin:auto;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    width: 200px;
}

#riskprofiling .heading h1{
width: 80%;
font-size: 42px;
font-weight: 700;
text-align: center;
margin: auto;
margin-top: 15%;
letter-spacing: -1px;

}

#riskprofiling .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}

#riskprofiling .calbuttons h2 {
    margin: auto;
    font-size: 14px;
    font-family: Open Sans;
    text-align: center;
    color: #011627;
    font-weight: normal;
}

#riskprofiling .calculators {
    display: flex;
}
#riskprofiling .calbuttons
{
    display: grid;
    margin: auto;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
}
#riskprofiling .buttons
{
    display: flex;
    margin: auto;
    justify-content: center;
}
#riskprofiling .calbuttons img {
    height: 35px;
    width: 35px;
    margin: auto;
    margin-bottom: 20px;
}




#fourthPart {
    width: 80%;
} 
#fourthPart .heading{
    width: 100%;
}
#fourthPart .heading h1{
width: 80%;
font-size: 42px;
font-weight: 700;
letter-spacing: -1px;
text-align: center;
margin: auto;
margin-top: 15%;
}

#fourthPart .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}
#fourthPart .reach h3{
width: 100%;
font-size: 24px;
font-weight: 700;
text-align: center;
margin: auto;
margin-top: 40px;

}
#fourthPart .capabilities{
	width: 50%;
}

#fourthPart .capabilities img{
    width: 50px;
    margin: auto;
    margin-top: 90px;
    justify-content: center;
    display: flex;
    text-align: center;
}
#fourthPart .capabilities h3{
width: 100%;
font-size: 24px;
font-weight: 700;
text-align: center;
margin: auto;
margin-top: 10px;

}
#fourthPart .capabilities h4{
width: 70%;
font-size: 14px;
font-weight: normal;
text-align: center;
margin: auto;
margin-top: 10px;

}

#fourthPart .buttons
{
    display: flex;
    margin: auto;
    justify-content: center;
}

#fourthPart .signup {
    background-color: #3179F5;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
    /* width: 75px; */
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;

}



#cards{

display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0vh 0;
width: 50%;
}
.card img{
width: 20%;
margin:5px;
}
.card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 10%;
    min-width: 150px;
    height: 150px;
    background-color: gray;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 0px;
    margin: 14px;
}
.card:nth-child(1){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.card:nth-child(2){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.card:nth-child(3){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.card:nth-child(4){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.card:nth-child(5){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.card:nth-child(6){
background-color: #fff;
box-shadow: 1px 1px 6px #fff;
}
.back{
display: none;
color:#011627;
font-weight: normal;
font-size: 11px;
text-align: left;
cursor: pointer;
}
.front{
 display: block;
 font-weight: 700;
 color: #011627;
 font-size: 14px;
 cursor: pointer;
}


#fourthPart .capabilities h1.intro {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-style: italic;
  color: #011627;
  text-align: center;
}
@media all and (min-width: 64em) {
 #fourthPart .capabilities h1.intro {
    font-size: 30px;
    font-size: 1.5rem;
  }
}
#fourthPart .capabilities h1.intro em {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: #011627;
}
@media all and (min-width: 64em) {
 #fourthPart .capabilities h1.intro em {
    font-size: 40px;
    font-size: 2.5rem;
    display: flex;
    margin: auto;
  }
}
#fourthPart .capabilities h1.intro em .change-text {
  width: 130px;
  height: 28px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: -8px;
}
@media all and (min-width: 41.625em) {
 #fourthPart .capabilities h1.intro em .change-text {
    width: 300px;
    height: 34px;
    margin-bottom: -6px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: Open Sans;
  }
}
@media all and (min-width: 50em) {
 #fourthPart .capabilities h1.intro em .change-text {
   width: 300px;
    height: 34px;
    margin-bottom: -6px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: Open Sans;
  }
}
@media all and (min-width: 64em) {
 #fourthPart .capabilities h1.intro em .change-text {
    width: 300px;
    height: 34px;
    margin-bottom: -6px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: Open Sans;
  }
}
#fourthPart .capabilities h1.intro em .change-text:before {
  content: '';
  background: white;
  position: absolute;
  right: -20px;
  bottom: -1px;
  height: 41px;
  width: 20px;
  display: none;
}
#fourthPart .capabilities h1.intro em .change-text span {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: absolute;
  opacity: 0;
  line-height: 1.5;
  clip: rect(0px, 0px, 300px, 0px);
  font-size: 24px;
  font-family: Open Sans;
}
#fourthPart .capabilities h1.intro em .change-text span:after {
  content: '';
  background: white;
  position: absolute;
  right: -40px;
  bottom: -1px;
  height: 41px;
  width: 10px;
  display: none;
}
#fourthPart .capabilities h1.intro em .change-text span.active {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  clip: rect(0, 300px, 300px, 0px);
  text-align: center;
}

/*Fifth Part*/
#fifthPart {
width: 80%;
margin-top: 30px;
margin-bottom: 30px;
}
#fifthPart .heading{
    width: 100%;
}
#fifthPart .heading h1{
width: 80%;
font-size: 42px;
font-weight: 700;
text-align: center;
margin: auto;
margin-top: 15%;
letter-spacing: -1px;
}

#fifthPart .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}

#fifthPart .works {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    height: auto;
    position: relative;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    margin-top: 20px;
}

#fifthPart .works .box {
    width: fit-content;
    height: auto;
    margin: 20px;
}
#fifthPart .works .box img{
	width: 35px;
    /* position: relative; */
    /* top: 10px; */
    text-align: center;
    display: flex;
    margin: auto;
}
#fifthPart .works .box h3{
	width: 100%;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin: auto;
    justify-content: center;
}
#fifthPart .works .box h4{
	width: 100%;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
}

#fifthPartmobile{
	display: none;
}


#paraSection{

display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
min-height: 200px;
}
.para{

display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
width: 33%;
min-width: 300px;
margin: 0 auto;
padding-left: 5%;
}
.para #icon img{
width: 50px;
margin-right: 12px;
}
#fourthPartParaLinks {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#fourthPartParaLinks a{
padding: 2px;
border: none;
color: white;
margin: 2px;

}
#fourthPartParaLinks a:nth-child(1){
background-color: #00578a;
font-size:12px;
font-weight: 600;
padding: 5px;
border-radius: 3px;
box-shadow: 1px 3px 5px #e8e8e8;
}
#fourthPartParaLinks a:nth-child(2){
background-color: #2274A5;
font-size:12px;
font-weight: 600;
padding: 5px;
border-radius: 3px;
box-shadow: 1px 3px 5px #e8e8e8;
}
#fourthPartParaLinks a:nth-child(3){
background-color: #f4c20d;
font-size:12px;
font-weight: 600;
padding: 5px;
border-radius: 3px;
box-shadow: 1px 3px 5px #e8e8e8;
}
#fourthPartParaLinks a:nth-child(4){
background-color: #d65b0b;
font-size:12px;
font-weight: 600;
padding: 5px;
border-radius: 3px;
box-shadow: 1px 3px 5px #e8e8e8;
}
#fourthPartParaLinks a:nth-child(5){
background-color: #db3236;
font-size:12px;
font-weight: 600;
padding: 5px;
border-radius: 3px;
box-shadow: 1px 3px 5px #e8e8e8;
}


/*testimonials*/

.testimonials {
    width: 80%;
    margin: auto;
    min-height: 435px;
}
.testimonials .heading{
    width: 100%;
}
.testimonials .heading h1{
width: 80%;
font-size: 42px;
font-weight: 700;
letter-spacing: -1px;
text-align: center;
margin: auto;
margin-top: 15%;
}

.testimonials .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}

.testim {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-0%);
    -moz-transform: translatey(-0%);
    -ms-transform: translatey(-0%);
    -o-transform: translatey(-0%);
    transform: translatey(-0%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 14px;
    color: #011627;
    width: 80%;
    margin: auto;
    font-weight: normal;
    min-height: 60px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
    height: 220px;
  }

}







































#ourPartners {
    display: flex;
    width: 100%;
    max-width: 100%;
}


#ourPartners .heading {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

/*Partners*/
#ourPartners h1{
margin-top: 20px;
margin-bottom: 5px;
padding-bottom: 0vh;
font-size: 16px;
font-weight: 700;
text-align: center;
}

#ourPartners h2 {
    font-size: 12px;
    font-family: Open Sans;
    text-align: center;
}

#ourPartnerHeading {
width: 100%;
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.sliderBox{
width: 80%;
min-width: 300px;
height: 50px;
margin: 0 auto 1vh;
overflow: hidden;
border-radius: 20px;
}
#ourPartners .slide{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100vw;
height: 50px;
}
#ourPartners .img{
min-width: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-left: 25px;
margin-right: 25px;
}
/*sixth part*/
#sixthPart{
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
margin: 0 auto;
margin-top: 5%;
}
#clientTitle{
width: 70%;
font-size: 32px;
font-weight: 500;
margin: 0 auto 5vh;
}
#clientSays{
width: 60%;
min-width: 300px;
}
#clientCardShow{
width: 70%;
min-width: 300px;
height: 300px;
margin: 0 auto;
overflow: hidden;
}
#clientCards{
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
width: 100%;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.client{
min-width: 100%;
min-height: 100%;
padding: 0 30px;
font-size: 14px;
text-align: center;
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
justify-content:flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.client h1{
font-size: 14px;
font-weight: 700;
}
#prevR,#nextR{
outline: none;
cursor: pointer;
position: relative;
left: 44%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 8px auto;
border: none;
background-color: transparent;
font-size: 20px;
font-weight: 700;
display: inline-block;
}
#nextR{
margin-left: 0%;
}
/*FAQ*/
#faqTitle{
font-size: 42px;
font-weight: 700;
width: 90%;
text-align: center;
margin:auto;
letter-spacing: -1px;
}
#faq{
width: 50%;
min-width: 300px;
}
.getAns{
width: 80%;
cursor: pointer;
font-size: 14px;
margin: 16 auto;
padding: 10px;
border: 1px solid #0000003b;
border-radius: 5px;

}
.ans{
width: 80%;
display: none;
margin: auto;
font-size: 14px;
font-weight: 600;

}

/*Responsive*/

@media only screen and (max-width:768px){
#pageTitle h1{
font-size: 24px;
margin-bottom: 20px;
}
#firstPart{
padding: 0;
width: 100vw;
display: flex;
}
.container__counter total {
font-size: 14px;
color: #011627;
font-weight: 700;
justify-content: center;
text-align: center;
line-height: 1.5;
}
#headPart{
padding: 0;
width: 90%;
}
#thirdPart h1{
text-align: center;
font-size: 25px;
padding: 0 4vw;
}
.card{
min-width: 40%;
height: 130px;
display: flow-root;
vertical-align: top;
}
#fourthPart h1{
text-align: center; 
font-size: 25px
}
#fourthPart h1 span{
font-size: 32px;
}
.para{
margin-bottom: 20px;
}
#ourPartners h1{
font-size: 16px;
margin-top: 0px;
margin-bottom: 0px;
}
#faqTitle{
font-size: 24px;
width: 80%;
text-align: center;
margin: 0 auto 5vh;
}
#faq {
width: 50%;
min-width: 300px;
margin-bottom: 50px;
}
#clientTitle{
font-size: 25px;
text-align:center;
font-weight: 500;
}

.container__counter{
display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
width: 10%;
min-width: 100px;
height: 100px;
border-radius: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-color: #fff;
color: #011627;
font-size: 25px;
font-weight: 500;
line-height: 40px;
margin: 20px;
}

.container__counter img{
width: 30%;
margin-top: 15px;
}
#cards{

display:-webkit-box;
display:-webkit-flex;
display:-webkit-flexbox;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: auto;
width: 100%;
}
.card img {

width: 20%;
margin-bottom: 10px;
}

.sliderBox {

width: 100%;
min-width: 300px;
height: 50px;
margin: 0 auto 1vh;
overflow: hidden;
border-radius: 0px;
}

#nextR {

margin-left: 0%;
}
#secondPart{
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
width: 90%;
margin: 5vh auto;
}

.ans{
width: 80%;
display: none;
margin: auto;
font-size: 14px;
margin-bottom: 15px;

}
#thirdPart .heading h1 {
    width: 85%;
    font-size: 24px;
    text-align: center;
    margin: auto;
    margin-top: 50%;
}
#thirdPart .heading h2 {
    margin: auto;
    font-size: 14px;
    font-family: Open Sans;
    text-align: center;
}
#modelriskportfolios .section1 {
    display: grid;
    margin: auto;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#modelriskportfolios .section2 {
    display: grid;
    margin: auto;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#modelriskportfolios .mp {
    width: 80%;
    margin-left: 50px;
    margin-right: 50px;
    justify-content: center;
    display: contents;
}

#modelriskportfolios .mp .main img {
    width: 150px;
    margin: auto;
    display: none;
}
#modelriskportfolios .mp .main h5 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#modelriskportfolios .mp .main h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
#modelriskportfolios .mp .main h4 {
    font-size: 12px;
    font-weight: normal;
    font-family: Open Sans;
    color: #011627;
    text-align: center;
}

#riskprofiling .heading h2 {
    margin: auto;
    font-size: 14px;
    font-family: Open Sans;
    text-align: center;
}
#riskprofiling .heading h1 {
    margin: auto;
    font-size: 24px;
    font-family: Open Sans;
    text-align: center;
    margin-top: 25%;
}
#riskprofiling .calculators {
    display: grid;
}



#fourthPart {
    width: 90%;
    display: grid;
}
#fourthPart .heading h1 {
    width: 80%;
    font-size: 24px;
    text-align: center;
    margin: auto;
    margin-top:50%;
}
#fourthPart .reach h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    margin-top: 50%;
}
#fourthPart .capabilities {
    width: 90%;
    display: grid;
    margin-bottom: 100px;
}
#fourthPart .capabilities h1.intro em .change-text {
    width: 80%;
    height: 28px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: -8px;
}
#fourthPart .capabilities h1.intro em .change-text span {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: absolute;
    opacity: 0;
    line-height: 1.5;
    clip: rect(0px, 0px, 406px, 0px);
    font-size: 18px;
    font-family: Open Sans;
    margin: auto;
    display: flex;
    justify-content: center;
}
#fourthPart .capabilities h1.intro em .change-text span.active {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  clip: rect(0, 500px, 500px, 0px);
  text-align: center;
  display: contents;
  margin: auto;
}
#fourthPart .capabilities img {
    width: 50px;
    margin: auto;
    margin-top: 75px;
    justify-content: center;
    display: flex;
    text-align: center;
}
#fourthPart .capabilities {
    width: 90%;
    margin: auto;
    margin-bottom: 75px;
}
#fourthPart .capabilities h4{
width: 100%;
}




#fifthPart{
	display: none;
}

#fifthPartmobile {
    width: 80%;
    display: contents;
}
#fifthPartmobile .heading{
    width: 100%;
}
#fifthPartmobile .heading h1{
width: 80%;
font-size: 42px;
text-align: center;
font-weight: 700;
letter-spacing: -1px;
margin: auto;
margin-top: 50%;
}

#fifthPartmobile .heading h2 {
margin: auto;
font-size: 16px;
font-family: Open Sans;
text-align: center;
}

#fifthPartmobile .works {
    display: block;
    width: 100%;
    margin: auto;
    justify-content: center;
    height: auto;
    position: relative;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    margin-top: 20px;
}

#fifthPartmobile .works .box {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: auto;
}
#fifthPartmobile .works .box img{
	width: 35px;
    /* position: relative; */
    /* top: 10px; */
    text-align: center;
    display: flex;
    margin: auto;
}
#fifthPartmobile .works .box h3{
	width: 100%;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin: auto;
    justify-content: center;
}

#fifthPartmobile .works .box h3 span {
    padding-top: 10px;
}
#fifthPartmobile .works .box h4{
	width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.testimonials .heading h1 {
    width: 80%;
    font-size: 24px;
    text-align: center;
    margin: auto;
    margin-top: 50%;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 20px 0px;
    margin: auto;
}
.testim .arrow.right {
    right: 0px;
}
.testim .arrow.left {
    left: 0px;
}
#faqTitle {
    font-size: 24px;
    width: 90%;
    text-align: center;
    margin: 0 auto 5vh;
}
#faqTitle {
    font-size: 24px;
    width: 90%;
    text-align: center;
    margin: 0 auto 5vh;
}

.getAns {
    width: 90%;
    cursor: pointer;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #0000003b;
    border-radius: 5px;
    justify-content: left;
    display: flex;
    /* text-align: -webkit-right; */
    margin: auto;
    margin-top: 20px;
}
#searchBar {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    border-bottom: 1px solid #e8e8e8;
}
#sixthPart {
    margin-top: 50%;
}

}