@font-face {
    font-family: 'Lyon Text';
    src: url('../fonts/LyonText-Bold.woff2') format('woff2'),
        url('../fonts/LyonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Medium.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Bold.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Demi.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Book.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Light.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
html, body{
    height: 100%;
}
.wrapper{
    max-width:1180px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
*{
    outline: none;
    box-sizing: border-box;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, ul, ol,p{ 
    padding:0; 
    margin:0; 
    font-weight: normal;
}
img{ 
    border:none; 
    padding:0; 
    margin:0; 
    outline:none !important;
}
a:hover, a:focus {
    text-decoration: none;
}
a:focus{
    outline: none !important;
}
img, a {
    outline:none !important;
    text-decoration: none;
}
.navigation-outer {
    float: none;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
header{
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 37px 0 0;
}
body{
    margin: 0;
    overflow-x:hidden;
    font-family: 'Maison Neue';
}
.about-banner.banner{
    /*background-image: url("../images/services-banner.jpg");*/
}
.service-banner.banner{
    background-image: url("../images/services-banner.jpg");
    overflow: hidden;
}
.banner{
    /*overflow: hidden;*/
    /*background-image: url("../images/home-banner.jpg");*/
    background-size: cover;
    height: 100%;
    position: relative;
    background-position: center center;
}
.home .banner,
.about-banner.banner{ 
    background: rgba(34,211,196,0.6);
    background: -moz-linear-gradient(left, rgba(23, 151, 140, 0.6) 0%, rgba(4,33,137,0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 151, 140, 0.6)), color-stop(100%, rgba(4,33,137,0.6)));
    background: -webkit-linear-gradient(left, rgba(23, 151, 140, 0.6) 0%, rgba(4,33,137,0.6) 100%);
    background: -o-linear-gradient(left, rgba(23, 151, 140, 0.6) 0%, rgba(4,33,137,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(23, 151, 140, 0.6) 0%, rgba(4,33,137,0.6) 100%);
    background: linear-gradient(to right, rgba(23, 151, 140, 0.6) 0%, rgba(4,33,137,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17978c', endColorstr='#042189', GradientType=1 );
}
.logo-wrapper img{
    height: 61px;
    width: auto;
}
header, section, footer{
    float: left;
    width: 100%;
}
.performance-banner .banner-content {
    padding-left: 0;
}
.banner-content {
    position: relative;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    padding-left: 63px;
}
.navigation-bottom-content .menu {
    position: absolute;
    top: 102px;
    width: auto;
    right: 0;
    height: auto;
}
.banner .wrapper {
    display: table;
    height: 100%;
    position: relative;
}
.banner-content h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    position: relative;
    z-index: 111;
    max-width: 913px;
}
.about-banner .banner-content h2 {
    font-size: 35px;
    line-height: 45px;
}
.about-banner .banner-content h2 span{
    color: #113079;
}
.about-banner .banner-content h4{
    text-align: left;
}
a{
    transition: all 0.3s;
}
header .menu {
    float: right;
    position: relative;
    width: auto;
}
header .logo-wrapper {
    float: left;
}
.contact-page header .menu a {
    color: #073277;
}
header .menu a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
.cb-navbar-toggle {
    margin-left: 5px;
    position: relative;
    top: 10px;
    width: 19px;
    display: inline-block;
    height: 19px;
    position: relative;
    top: 10px;
    margin-left: 10px;

}
.cb-navbar-toggle span{
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px currentColor solid;
    -webkit-transition: width .3s,-webkit-transform .2s;
    transition: width .3s,-webkit-transform .2s;
    -o-transition: width .3s,-o-transform .2s;
    -moz-transition: transform .2s,width .3s,-moz-transform .2s;
    transition: transform .2s,width .3s;
    transition: transform .2s,width .3s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.cb-navbar-toggle span:last-child {
    width: 12px;
    float: right;
    margin: 6px 0 0 auto;
}
.cb-navbar-toggle span:first-child{
    margin-bottom: 6px;
    width: 12px;
}
.nav_is_visible .cb-navbar-toggle span:first-child {
    -webkit-transform: translateY(4px) rotate(-45deg);
    -moz-transform: translateY(4px) rotate(-45deg);
    -ms-transform: translateY(4px) rotate(-45deg);
    -o-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
}
.nav_is_visible .cb-navbar-toggle span:nth-child(2) {
    opacity: 0
}
.nav_is_visible .cb-navbar-toggle span:last-child {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
    margin: 0px -6px 0 auto
}
.nav_is_visible .cb-navbar-toggle span {
    width: 25px !important;
}
.menu-link:hover .cb-navbar-toggle span:first-child {
    width: 100%;
}
.menu-link:hover .cb-navbar-toggle span:last-child {
    width: 100%;
}
header .menu a span {
    display: inline-block;
}
header .menu a:hover, .nav_is_visible header .menu a:hover span, .nav_is_visible .navigation-menu-close a:hover .cb-navbar-toggle span, .contact-page header .menu a:hover{
    color: #27ADAD;
}
.banner-bottom-content {
    position: absolute;
    bottom: 55px;
    left: 20px;
    z-index: 11;
}
.banner-bottom-content li{
    display: block;
}
.banner-bottom-content li a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
}
.banner-bottom-content li a:hover{
    color: #0E2F65;
}
.small-text-outer h2 {
    margin-bottom: 10px;
}
.read-more:hover, .read-more:focus{
    color: #27ADAD;
    bottom: 84px;
}
.read-more {
    position: absolute;
    bottom: 79px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 73px;
    transform: rotate(90deg);
    right: 0;
    z-index: 123;
}
/*.read-more:hover::after{
    right:-30px;
}*/
.read-more::after {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #fff;
    bottom: -19px;
    right: -24px;
    position: absolute;
    transform: rotate(90deg);
}
.about{
    padding: 177px 0;
}
h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}
.about p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    max-width: 537px;
    color: #000;
}
.about-container {
    margin: 119px 0 0;
}
.about-container li {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    margin-right: 7%;
}
.about-container li:last-child{
    margin-right: 0;
}
.about-container li h4 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 26px;
}
.about-container li p {
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    max-width: 537px;
    color: #000;
}
.assets-managment{
    padding: 0 0 117px;
}
.asset-inner {
    float: left;
    width: 100%;
    background-color: #F8F8F9;
    padding: 117px 42px;
    position: relative;
}
.asset-title {
    float: left;
    width: 29%;
    z-index: 9;
    position: relative;
    padding: 0 0 0 0;
}
.asset-content {
    float: left;
    width: 66%;
    position: relative;
    z-index: 9;
    padding-right: 14%;
    padding-left: 50px;
}
.asset-title h2{
    color: #073277;
    line-height: 36px;
    font-weight: bold;
    font-size: 29px;
}
.asset-content strong {
    font-weight: 500;
    color: #000;
    margin-bottom: 38px;
    display: block;
    line-height: 24px;
    font-size: 18px;
}
.asset-content p {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 27px;
}
.asset-content p a{
    color: #27ADAD;
}
.asset-content p a:hover{
   color: #000;
}
a.read-more-link {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}
a.read-more-link:hover{
     color: #27ADAD;
}
footer h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #B6B6B6;
    margin-bottom: 65px;
}
footer h2 a{
     color: #B6B6B6;
     position: relative;
}
footer h2 a span{
    color: #073277;
    position: relative;
    
}
footer h2 a:hover{
    color: #073277;
}
footer h2 a:hover span::after {
    width: 100%;
}
footer h2 span::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #27ADAD;
    height: 1px;
    width: 100%;
    bottom: -8px;
    left: 0;
}
footer h2 a:hover span {
    position: initial;
}
footer{
    margin: 100px 0 0;
    padding-bottom: 100px;
}
.footer-left {
    width: 68%;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 39px 0;
}
.footer-right {
    width: 26%;
    float: right;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding:39px 0 20px;
}
.footer-nav a {
    font-weight: bold;
    color:#073277;
    margin-right: 59px;
    font-size: 13px;
    text-transform: uppercase;
}
.social-links li{
    display: block;
}
.get-in-touch p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 67px 0 6px;
}
.get-in-touch a {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 300;
    color: #000;
    line-height: 15px;
}
.social-links li a{
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    text-decoration: underline;
}
.footer-nav a:hover, .get-in-touch a:hover, .social-links li a:hover, .footer-bottom p a:hover, .footer-nav li.active a, .footer-bottom p a.active,.footer-nav li.current-menu-item a{
    color: #27ADAD;
}
.footer-nav {
    margin-top: 74px;
}
.footer-left p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
}
.get-in-touch p{
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 20px;
}
.footer-nav li a{
    color: #073277;
}
.footer-nav li {
    display: inline-block;
 }
 .copyright-text {
    float: left;
    width: 68%;
}
.footer-bottom-link-content {
    float: right;
    width: 26%;
}
.footer-bottom p {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color: #000;
    letter-spacing: 0.01em;
}
.footer-bottom p a {
    color: #000;
    letter-spacing: 0.01em;
    font-size: 11px;
    font-weight: normal;
    padding: 0 3px;
    border-right: 1px solid #000;
}
.footer-bottom p a:last-child{
    border-right: 0;
}
.copyright-text a{
    text-decoration: underline;
}
.footer-bottom {
    float: left;
    width: 100%;
    padding-top: 35px;
}

/*css for navigation menu*/

.main-navigation-menu {
    height:680px;
    padding: 30px 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 1px 4px 7px rgba(0,0,0,0.2);
}
.main-navigation-menu li {
    margin: 24px 0;
    list-style: none;
    overflow: hidden;
    text-align: right;
}
.navigation-top-content .logo-wrapper{
    float: left;
    margin-top: 8px;
}
.navigation-top-content{
    position: relative;
    padding-top: 85px;
}
.menu.navigation-menu-close {
    width: auto;
    height: auto;
    top: 89px;
    right: 0;
    position: absolute;
}
.navigation-bottom-content {
    padding: 25px 20px 0 20px;
    float: right;
    width: 100%;
     position: relative;
}
.navigation-left-content {
    position: absolute;
    left: 59px;
    bottom: 65px;
}
.main-navigation-menu .navigation-left-content nav{
    float: left;
    margin-bottom: 25px;
}
.main-navigation-menu .navigation-left-content ul li a{
    color: #27ADAD;
}
.main-navigation-menu .navigation-left-content ul li a:hover, .main-navigation-menu .navigation-left-content ul li:last-child a:hover{
    color: #073277;
}
.main-navigation-menu .navigation-left-content ul li:last-child a {
    font-size: 32px;
    color: #E8AE9C;
}
.main-navigation-menu .navigation-left-content li{
    text-align: left;
}
.navigation-left-content .bottom-links {
    float: left;
    width: 100%;
}
.navigation-left-content .bottom-links a{
    color: #000;
    letter-spacing: 0.01em;
    font-size: 11px;
    font-weight: normal;
    padding: 0 3px;
    text-decoration: underline;
    border-right: 1px solid #000;
}
.navigation-left-content .bottom-links a:hover, .main-navigation-menu ul li a:hover, .main-navigation-menu ul li.active a, .navigation-left-content .bottom-links li.active a,.main-navigation-menu ul li.current-menu-item a{
    color: #27ADAD;
}
.navigation-left-content .bottom-links a.active{
    color: #27ADAD;
}
.contact-info-content {
    padding-left: 38px;
    font-weight: 300;
}
.main-navigation-menu ul li a {
   font-size: 40px;
    color: #073277;
    display: block;
    transition: transform 0.3s ease 0s;
    font-weight: 300;
    line-height: 53px;
    position: relative;
}
.main-navigation-menu ul li a:hover {
    transform: translateY(-100%);
}
.main-navigation-menu .navigation-left-content ul li a::before{
    left: 0;
}
.main-navigation-menu ul li a::before {
    content: attr(data-hover);
    font-weight: 300;
    right: 0;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.main-navigation-menu nav{
    float: right;
}
.navination-top-content {
    float: left;
   margin: 0 0 0 44px;
    z-index: 111;
    position: relative;
}
.navination-top-content a img{
    height: 52px;
}
.navigation-logo {
    float: left;
}
.naviagtion-close-link{
    float: right;
}
.nav_is_visible .cb-navbar-toggle span{
    color: #073277;
}
.nav_is_visible header .menu a span{
     color: #073277;
}
.logo-blue{
    display: none;
}
.nav_is_visible .logo-blue{
    display: block;
}
.nav_is_visible .logo-white{
    display: none;
}
.main-navigation-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 0;
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.88, -0.55, 0.265, 1.55);
  transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: .19s;
  z-index: 999;
}
/*
.content {
  position: absolute;
  margin: 0 auto;
  padding: 30px 20%;
  font-size: 18px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: color 1s ease 1s, background 0.5s ease 1s, -webkit-transform 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: color 1s ease 1s, background 0.5s ease 1s, transform 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}*/
.home_is_visible .home,
.aboutus_is_visible .aboutus,
.clients_is_visible .clients,
.contactus_is_visible .contactus {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.home_is_visible .home,
.aboutus_is_visible .aboutus,
.clients_is_visible .clients,
.contactus_is_visible .contactus { z-index: 5000; }

.home_is_visible .home {
  color: white;
  background: #2980B9;
}




/*body.nav_is_visible {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}*/

body.nav_is_visible .main-navigation-menu {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
 

 /*inner page css start*/

.service-banner .banner-content h2{
    text-align: center;
}
.banner-content h4 {
    font-weight: bold;
    color: #27ADAD;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 33px;
    text-align: center;
    letter-spacing: 0.05em;
}
.title-content {
    float: left;
    width: 100%;
}
.service-banner .banner-content h2 {
    font-size: 35px;
    line-height: 51px;
    margin: 0 auto;
}
.full-text-content {
    padding: 159px 0 0;
    overflow-x: hidden;
}
.text-detail p {
    font-size: 15px;
    line-height: 24px;
    font-weight: lighter;
    margin-bottom: 20px;
    color: #000;
}
.text-title {
    font-weight: bold;
    color: #27ADAD;
    font-size: 21px;
    line-height: 25px;
    position: relative;
    margin-bottom: 33px;
    float: left;
}
.performance-report .text-title {
    margin-bottom: 57px;
}
.full-text-content strong {
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 60px;
    width: 100%;
    float: left;     
    line-height: 45px;
    color: #000;
}
.text-title::before {

    position: absolute;
    content: "";
    background-color: #5EDBDB;
    width: 48px;
    left: -64px;
    height: 2px;
    top:10px;

}
.small-text-outer .text-detail {
    width: 48%;
    float: left;
    padding-right: 20px;
}
.small-text-outer .text-detail.fr{
    float: right;
    padding-right: 0;
}
.small-text-outer {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}
.banner-links .download-report {
    background-color: #fff;
    color: #073277;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    display: inline-block;
    line-height: 47px;
    padding: 0 25px;
    position: relative;
    border-radius: 41px;
    margin-right: 30px;
    z-index: 1;
}
.navigation-left-content .bottom-links a:last-child{
    border-right: 0;
}
.banner-links .download-report::after {
    background-color:#073277;
    border-radius: 41px;
    content: "";
    height: 104%;
    left: 50%;
    position: absolute;
    opacity: 0;
    top: 49%;
    transition: all 0.3s ease 0s;
    z-index: -1;
    width: 0;
    transform: translateX(-50%) translateY(-50%);
}
.banner-links .download-report:hover::after {
    width: 101%;
    opacity: 1;
}
.banner-links .download-report:hover{
    color:  #27ADAD;
}
.banner-links .view-report{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.banner-links {
    text-align: center;
    margin: 50px 0 0;
}
.banner-links .view-report:hover{
    color: #27ADAD;
}
.investment-approach {
    overflow-x: hidden;
    padding: 100px 0 10px;
}
.approch-block {
    float: left;
    margin: 0 3% 59px 0;
    width: 29%;
    min-height: 91px;
}
.title-content.approch-block{
    width:100%;
    min-height: 0;
    margin-bottom: 0;
}
.approch-content {
    float: left;
    overflow: hidden;
    margin-top: 14px;
}
.subscribe{
    background-color:#23BEB9;
    padding: 45px 0;
    overflow-x: hidden;
}
.subscribe .text-title:before{
    content: none;
}
.subscribe .text-title{
    color: #fff;
    margin-left: 0;
    text-transform: capitalize;
}
.approch-block span {
    font-weight: bold;
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 10px;
    display: block;
    color: #efeff0;
}
.approch-block h4 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.signup-form-wrapper {
    float: left;
    width: 100%;
}
.signup-form-wrapper h5 {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}
.signup-form-wrapper form .input {
    margin: 20px 9% 0 0;
    max-width: 270px;
    height: 91px;
}
.signup-form-wrapper form .input__label{
    color: #fff;
    opacity: 0.3;

}
.signup-form-wrapper form .submit-button {
    color: #fff;
    font-weight: bold;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 28px 0 0 0;
    transition: all 0.2s;
}
sup {
    color: #fff;
    margin: 0 0 0 10px;
    font-weight: 300;
    font-size: 17px;
}
.signup-form-wrapper p {
    color: #fff;
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
}
.signup-form-wrapper p a{
    color: #fff;
    text-decoration: underline;
}
.signup-form-wrapper form .submit-button:hover, .signup-form-wrapper p a:hover {
    color: #073277;
}
.signup-form-wrapper form .input__label--manami::after {
    background: #fff;
}
.signup-form-wrapper form .input__label--manami::before{
    background: #fff;
}
@media all and (min-width:0\0) and (min-resolution:.001dpcm){
.signup-form-wrapper form .input__label--manami::before{
    background: transparent !important;
    border-bottom: 2px solid #ddd;
}
.input__field--manami{
    font-size: 15px;
    padding-left: 0 !important;
}
.input__field--manami:focus + .input__label--manami .input__label-content--manami{
    font-size: 0;
    min-height: 16px;
}
}
.chart-icons img {
    width: 57px;
    height: 57px;
    vertical-align: top;
}
.performance-report{
    padding: 113px 0 20px;
}
.chart-icons {
    float: right;
    position: relative;
    top: -20px;
}
.report-detail-box-wrapper {
    float: left;
    width: 100%;
    margin-top: 13px;
    overflow: hidden;
}
.report-box img {
    height: 58px;
    float: right;
}
.report-box{
    padding: 26px 28px;
    float: left;
    z-index: 1;
    position: relative;
    background-color: #F8F8F9;
}
.report-box svg {
    height: 58px;
    float: right;
    width: 43.5px;
    margin-left: 51px;
}
.report-box-outer{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.report-text p {
    color: #AEAEAE;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
}
.report-text {
    float: left;
}
.report-text h4 {
    color: #073277;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 8px;
}
.report-box-hover{
    background-color: #073277;
    height: 100%;
    width: 1px;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all .55s ease;
    z-index: -1;
}
.report-box:hover .report-box-hover{
    opacity: 1;
    width: 100%;
}
.report-box:hover .report-text h4{
    color: #27ADAD;
}
.report-box:hover .report-text p {
    color:#c8c8c8;
}
.report-box:hover .cls-1 {
    fill: #27ADAD;
}
.cls-1 {
    fill: #e8ae9c;
    transition: all .55s ease;
}
.why-orbit{
    background-color: #efeff0;
    padding: 113px 0 55px;
    overflow: hidden;
}
.about-content .small-text-outer{
    margin-bottom: 0;
}
.orbit-title h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #23beb9;
}
.orbit-title {
    float: left;
    width: 30%;
    padding-right: 35px;
}
.orbit-content p {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    color: #474747;
    margin-bottom: 28px;
}
.orbit-content {
    float: left;
    width: 70%;
    padding-left: 55px;
}
.orbit-content-box h4 {
    color: #23beb9;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 14px;
    font-weight: bold;
    letter-spacing: 0.07em;
}
.orbit-content-box {
    margin-bottom: 111px;
}
.orbit-content-box p {
    position: relative;
    font-size: 23px;
    line-height: 37px;
    color: #073277;
}
.orbit-about-content {
    width: 65%;
    padding-right: 17%;
    float: right;
}
.orbit-about {
    padding: 112px 0 0;
}
.orbit-content-box p::before {
    position: absolute;
    content: "";
    background-color: #eeeeee;
    height: 62px;
    width: 2px;
    left: -23px;
    top: 0;
}
.performance-banner.service-banner.banner{
    background-image: none;
    background: rgba(31,162,177,1);
    background: -moz-linear-gradient(top, rgba(31,162,177,1) 0%, rgba(6,61,129,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,162,177,1)), color-stop(100%, rgba(6,61,129,1)));
    background: -webkit-linear-gradient(top, rgba(31,162,177,1) 0%, rgba(6,61,129,1) 100%);
    background: -o-linear-gradient(top, rgba(31,162,177,1) 0%, rgba(6,61,129,1) 100%);
    background: -ms-linear-gradient(top, rgba(31,162,177,1) 0%, rgba(6,61,129,1) 100%);
    background: linear-gradient(to bottom, rgba(31,162,177,1) 0%, rgba(6,61,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa2b1', endColorstr='#063d81', GradientType=0 );
    overflow: hidden;
}
.canvasjs-chart-canvas{
    position: absolute;
    bottom: 0;
}
.canvasjs-chart-container{
    position: relative;
    height: 100%;
}
.contact-banner{
    padding: 55px 0;
}
.contact-banner {
    padding: 90px 0 50px;
    margin-top: 115px;
}
.priavcy-policy-content{
    padding: 90px 0 50px;
    margin-top: 115px;
}
.contact-info-content p, .privacy-detail-wrapper p{
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    word-wrap: break-word;
}
.privacy-detail-wrapper p{
    margin-bottom: 22px!important;
}
.priavcy-policy-content .contact-info-content a{
    margin-top: 0;
}
.contact-info-content a {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #23beb9;
    margin-top: 65px;
    display: block;
}
.contact-info-content a:hover{
    color: #073277;
}
.contact-map img{
    width: 100%;
}
.privacy-detail-wrapper {
    float: left;
    width: 71%;
    padding-right: 50px;
}
.priavcy-policy-content .contact-info-content {
    float: right;
    width: 25%;
    padding-left: 30px;
    margin-top: 104px;
}
.page-template-default .priavcy-policy-content .contact-info-content{
	margin-top:61px;
}
.error-404.not-found .page-header h3 {

    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 25px;
}
.privacy-detail-wrapper h3 {
    font-size: 21px;
    font-weight: 500;
    color: #073277; 
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-info-content .contact-number {
    font-size: 31px;
    line-height: 35px;
    font-weight: normal;
    color: #23beb9;
    margin: 22px 0 22px;
    display: block;
    position: relative;
    left: -20px;
}
.privacy-detail-wrapper h4 {
    font-size: 17px;
    color:#23beb9;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 21px;
}
.chart-icons span {
    display: inline-block;
}

/*block animation css start*/
.box-outer{
    height: 0;
    width: 150px;
    left: 0;
    z-index: 9;
    right: auto;
    position: absolute;
    opacity: 0;
    transition: all 1.0s ease-in-out;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
}
.box-on-scroll{
    height: 0;
    width: 89px;
    right: 85px;
    top: -100px;
    background-color: #23BEB9;
    position: absolute;
    opacity: 0 !important;
    transition: all 1.0s ease-in-out;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
     -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
/*.service-assets .box-on-scroll{
    width: 172px;
    right: auto;
    left: 244px;
}*/
.box-on-scroll.orange-block{
    width: 98px;
    left: 85px;
    right: auto;
    top: auto;
    background-color: #E8AE9C;
    bottom: -106px;
     -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.assets-managment{
    position: relative;
}
.box-on-scroll.orange-block.addheight{
    opacity: 1 !important;
    height: 218px;
}
.service-assets .box-on-scroll.orange-block.addheight{
    height: 198px;
}
/*.service-assets .box-on-scroll.orange-block{
    left: auto;
    right: 155px;
    bottom: 75px;
}*/
.box-on-scroll.addheight{
    opacity: 1 !important;
    height: 329px;
}
.green-column-outer.box-outer{
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.grey-column-outer.box-outer{
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.orange-column-outer.box-outer{
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.box-outer.addheight{
    opacity: 1;
}
.box-outer.orange-column-outer{
    opacity: 0.7;
}
.box-outer.orange-column-outer.addheight{
    opacity: 0.7;
}
.green-column-outer.box-outer.addheight {
    height: 65%;
}
.grey-column-outer.box-outer.addheight {
    height: 25%;
}
.orange-column-outer.box-outer.addheight {
    height: 38%;
}
.service-banner .orange-column-outer.box-outer.addheight {
    height: 50%;
}
.green-column-outer {
    background-color: #23BEB9;
    width: 298px;
    left: -18px;
}
.grey-column-outer{
    background-color: #9DB0C1;
    width: 120px;
    left: 51%;
}
.orange-column-outer{
    background-color: #E8AE9C;
    width: 80px;
    left: 70%;
    bottom: -13%;
}
.service-banner .orange-column-outer{
    width: 120px;
    left: 78%;
}
.social-links {
    overflow: hidden;
}
/*.home-page .get-in-touch p{
    margin-top: 42px;
}*/
/*graph css start*/
/*.graph-container.scrltp {
    bottom: 0;
}*/

.graph-column{
    width: 0.8%;
    bottom: -100%;
    opacity: 0.4;
    position: absolute;
    display: inline-block;
    transition: all 2.0s ease-in-out;
    height: 95px;
    background-color: #418E89;
    margin: 0 0.4%;
}
.graph-column.scrltp{
    bottom: 100%;
}
.graph-container{
    position: absolute;
    left: 0;
    bottom: 0;
    /*opacity: 0.4;*/
    max-width: 100% !important;
    width: 100%;
    background-color: transparent;
    right: 0;
    top: 0;
    z-index: 0;
    /*webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    transition: all 2.0s ease-in-out;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    transition: all 2.5s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
}
.window-scrltp.scrltp .graph-column {
    bottom: 145%;
}
.dd {

    position: relative;
    height: 100%;

}
.scrltp .column1 {
    bottom: 0;
}
.scrltp .column2 {
    bottom: 2%;
}
.scrltp .column3 {
    bottom: 3.5%;
}
.scrltp .column4 {
   bottom: 4.5%;
}
.scrltp .column5 {
    bottom: 8.5%; 
}
.scrltp .column6{
    bottom: 9%; 
}
.scrltp .column7{
    bottom: 8.2%; 
}
.scrltp .column8{
    bottom: 13%; 
}
.scrltp .column9{
    bottom: 16%; 
}
.scrltp .column10{
    bottom:15.8%; 
}
.scrltp .column11{
    bottom:15%; 
}
.scrltp .column12 {
    bottom: 17%; 
}
.scrltp .column13{
    bottom: 27%; 
}
.scrltp .column14 {
    bottom: 20%; 
}
.scrltp .column15 {
    bottom: 20%; 
}
.scrltp .column16{
    bottom: 30%; 
}
.scrltp .column17{
    bottom: 30.5%; 
}
.scrltp .column18{
    bottom: 27%; 
}
.scrltp .column19{
    bottom: 34%; 
}
.scrltp .column20{
    bottom:25%;
}
.scrltp .column21 {
    bottom:20%; 
}
.scrltp .column22 {
    bottom:28%; 
}
.scrltp .column23{
    bottom: 30%; 
}
.scrltp .column24 {
    bottom: 28%; 
}
.scrltp .column25 {
    bottom: 38%; 
}
.scrltp .column26{
    bottom: 36%; 
}
.scrltp .column27{
    bottom: 38%;
}
.scrltp .column28{
    bottom: 44%; 
}
.scrltp .column29{
    bottom: 44%; 
}
.scrltp .column30{
    bottom:45%; 
}
.scrltp .column31{
    bottom:35%; 
}
.scrltp .column32 {
    bottom:37%; 
}
.scrltp .column33{
    bottom:46%; 
}
.scrltp .column34 {
    bottom:40%; 
}
.scrltp .column35 {
    bottom:35%; 
}
.scrltp .column36{
    bottom:40%;
}
.scrltp .column37{
    bottom:45%;
}
.scrltp .column38{
    bottom: 40%; 
}
.scrltp .column39{
    bottom:45%;
}
.scrltp .column40{
    bottom:43%; 
}
.scrltp .column41 {
    bottom: 43%; 
}
.scrltp .column42{
    bottom: 48%; 
}
.scrltp .column43{
    bottom:50%; 
}
.scrltp .column44{
    bottom: 54%; 
}
.scrltp .column45{
    bottom:54%; 
}
.scrltp .column46{
    bottom:56%;
}
.scrltp .column47 {
    bottom:58%; 
}
.scrltp .column48{
    bottom: 60%; 
}
.scrltp .column49{
    bottom:64%; 
}
.scrltp .column50{
    bottom:75%; 
}
.scrltp .column51{
    bottom:72%; 
}
.scrltp .column52{
    bottom:79%; 
}
.column1 {
    height:5%;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: 0.8%
}
.column2 {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    background-color:#C9D45C;
    height:13%;
    left: 2.7%;
}
.column3 {
    left: 4.6%;
    background-color: #236D98;
    height:14%;
    -webkit-transition: all 1.4s ease-in-out;
    -moz-transition: all 1.4s ease-in-out;
    -o-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
}
.column4 {
    left: 6.5%;
    background-color: #DF874D;
    height:5%;
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}
.column5{
    left: 8.4%;
    background-color: #C9D45C;
    height:10%;
    -webkit-transition: all 1.7s ease-in-out;
    -moz-transition: all 1.7s ease-in-out;
    transition: all 1.7s ease-in-out;
    -o-transition: all 1.7s ease-in-out;
}
.column6{
    left: 10.3%;
    height: 12%;
    background-color:  #063F82;
   -webkit-transition: all 1.9s ease-in-out;
    -moz-transition: all 1.9s ease-in-out;
    transition: all 1.9s ease-in-out;
    -o-transition: all 1.9 ease-in-out;
}
.column7{
    background-color: #C9D45C;
    -webkit-transition: all 2.0s ease-in-out;
    -moz-transition: all 2.0s ease-in-out;
    transition: all 2.0s ease-in-out;
    -o-transition: all 2.0s ease-in-out;
    height:8%;
    left: 12.2%;
}
.column8{
    transition: all 2.3s ease-in-out;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    background-color:#DF874D;
    height:16%;
    left: 14.1%;
}
.column9{
    transition: all 2.4s ease-in-out;
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    background-color: #DF874D;
    height:17.5%;
    left: 16%;
}
.column10{
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
    background-color: #063F82;
    left: 17.9%;
    height:12%;
}
.column11{
    transition: all 2.6s ease-in-out;
    -webkit-transition: all 2.6s ease-in-out;
    -moz-transition: all 2.6s ease-in-out;
    transition: all 2.6s ease-in-out;
    -o-transition: all 2.6s ease-in-out;
    background-color: #52BCA8;
    height:17%;
    left: 19.8%;
}
.column12{
    -webkit-transition: all 2.7s ease-in-out;
    -moz-transition: all 2.7s ease-in-out;
    transition: all 2.7s ease-in-out;
    -o-transition: all 2.7s ease-in-out;
    transition: all 2.7s ease-in-out;
    background-color: #C9D45C;
    height:10%;
    left: 21.7%;
}
.column13{
    -webkit-transition: all 2.7s ease-in-out;
    -moz-transition: all 2.7s ease-in-out;
    transition: all 2.7s ease-in-out;
    -o-transition: all 2.7s ease-in-out;
    transition: all 2.7s ease-in-out;
    background-color:#5592AD;
    height:15%;
    left: 23.6%;
}
.column14{
    -webkit-transition: all 2.8s ease-in-out;
    -moz-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
    -o-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
    background-color: #DF874D;
    height:15%;
    left: 25.5%;
}
.column15{
    -webkit-transition: all 2.8s ease-in-out;
    -moz-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
    -o-transition: all 2.8s ease-in-out;
    transition: all 2.8s ease-in-out;
    background-color: #52BCA8;
    height:22%;
    left: 27.4%;
}
.column16{
    -webkit-transition: all 2.9s ease-in-out;
    -moz-transition: all 2.9s ease-in-out;
    transition: all 2.9s ease-in-out;
    -o-transition: all 2.9s ease-in-out;
    transition: all 2.9s ease-in-out;
    background-color: #8E7AA3;
    height:26%;
    left:29.3%;
}
.column17{
    -webkit-transition: all 3.0s ease-in-out;
    -moz-transition: all 3.0s ease-in-out;
    transition: all 3.0s ease-in-out;
    -o-transition: all 3.0s ease-in-out;
    transition: all 3.0s ease-in-out;
    background-color: #E3CB64;
    height:10%;
    left: 31.2%;    
}
.column18{
    -webkit-transition: all 3.2s ease-in-out;
    -moz-transition: all 3.2s ease-in-out;
    transition: all 3.2s ease-in-out;
    -o-transition: all 3.2s ease-in-out;
    transition: all 3.2s ease-in-out;
    background-color: #C77B85;
    height: 9%;
    left: 33.1%;
}
.column19{
    -webkit-transition: all 3.3s ease-in-out;
    -moz-transition: all 3.3s ease-in-out;
    transition: all 3.3s ease-in-out;
    -o-transition: all 3.3s ease-in-out;
    transition: all 3.3s ease-in-out;
    background-color: #8DD17E;
    height:12%;
    left: 35%;
}
.column20{
    -webkit-transition: all 3.5s ease-in-out;
    -moz-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    background-color: #FCC26C;
    height:11%;
    left:36.9%;
}
.column21{
    -webkit-transition: all 3.5s ease-in-out;
    -moz-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    height:8%;
    left: 38.8%;
    background-color: #063F82;
}
.column22{
    -webkit-transition: all 3.6s ease-in-out;
    -moz-transition: all 3.6s ease-in-out;
    transition: all 3.6s ease-in-out;
    -o-transition: all 3.6s ease-in-out;
    transition: all 3.6s ease-in-out;
    height:15%;
    left: 40.7%;
    background-color: #063F82;
}
.column23{
    -webkit-transition: all 3.7s ease-in-out;
    -moz-transition: all 3.7s ease-in-out;
    -o-transition: all 3.7s ease-in-out;
    transition: all 3.7s ease-in-out;
    height:11%;
    left: 42.6%;
    background-color: #063F82;
}
.column24{
    -webkit-transition: all 3.8s ease-in-out;
    -moz-transition: all 3.8s ease-in-out;
    transition: all 3.8s ease-in-out;
    -o-transition: all 3.8s ease-in-out;
     transition: all 3.8s ease-in-out;
    height: 15%;
    left: 44.5%;
    background-color:#5592AD;
}
.column25{
    -webkit-transition: all 3.8s ease-in-out;
    -moz-transition: all 3.8s ease-in-out;
    transition: all 3.8s ease-in-out;
    -o-transition: all 3.8s ease-in-out;
    height: 15%;
    transition: all 3.8s ease-in-out;
    left: 46.4%;
    background-color:#8E7AA3;
}
.column26{
    -webkit-transition: all 3.9s ease-in-out;
    -moz-transition: all 3.9s ease-in-out;
    transition: all 3.9s ease-in-out;
    -o-transition: all 3.9s ease-in-out;
     transition: all 3.9s ease-in-out;
    height: 16%;
    left: 48.3%;
    background-color:#C9D45C
}
.column27{
    -webkit-transition: all 3.5s ease-in-out;
    -moz-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
    height: 30%;
    left: 50.2%;
    background-color:#5592AD;
}
.column28{
    -webkit-transition: all 3.6s ease-in-out;
    -moz-transition: all 3.6s ease-in-out;
    transition: all 3.6s ease-in-out;
    -o-transition: all 3.6s ease-in-out;
     transition: all 3.6s ease-in-out;
    height: 32%;
    left:52.1%;
    background-color:#DF874D;
}
.column29{
    -webkit-transition: all 3.7s ease-in-out;
    -moz-transition: all 3.7s ease-in-out;
    transition: all 3.7s ease-in-out;
    -o-transition: all 3.7s ease-in-out;
     transition: all 3.7s ease-in-out;
    height:18%;
    left:54%;
    background-color:#8E7AA3;
}
.column30{
    -webkit-transition: all 3.8s ease-in-out;
    -moz-transition: all 3.8s ease-in-out;
    transition: all 3.8s ease-in-out;
    -o-transition: all 3.8s ease-in-out;
    transition: all 3.8s ease-in-out;
    height:15%;
    left:55.9%;
    background-color: #E3CB64;
}
.column31{
    -webkit-transition: all 3.9s ease-in-out;
    -moz-transition: all 3.9s ease-in-out;
    transition: all 3.9s ease-in-out;
    -o-transition: all 3.9s ease-in-out;
    transition: all 3.9s ease-in-out;
    height: 15%;
    left: 57.8%;
    background-color:#C77B85;
}
.column32{
     -webkit-transition: all 4.0s ease-in-out;
    -moz-transition: all 4.0s ease-in-out;
    transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4.0s ease-in-out;
    height: 15%;
    left: 59.7%;
    background-color: #C39762;
}
.column33{
     -webkit-transition: all 4.1s ease-in-out;
    -moz-transition: all 4.1s ease-in-out;
    transition: all 4.1s ease-in-out;
    -o-transition: all 4.1s ease-in-out;
    transition: all 4.1s ease-in-out;
    height: 18%;
    left: 61.6%;
    background-color: #8DD17E;
}
.column34{
    -webkit-transition: all 4.0s ease-in-out;
    -moz-transition: all 4.0s ease-in-out;
    transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4.0s ease-in-out;
    height: 15.5%;
    left: 63.5%;
    background-color:#B57952; 
}
.column35{
    -webkit-transition: all 4.0s ease-in-out;
    -o-transition: all 4s ease-in-out;
    -moz-transition: all 4.0s ease-in-out;
    transition: all 4.2s ease-in-out;
    height:19%;
    left: 65.4%;
    background-color: #FCC26C;
}
.column36{
    -webkit-transition: all 4.0s ease-in-out;
    -moz-transition: all 4.0s ease-in-out;
    transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4.0s ease-in-out;
    height:15%;
    left: 67.3%;
    background-color: #063F82;
}
.column37{
    -webkit-transition: all 4.4s ease-in-out;
    -moz-transition: all 4.4s ease-in-out;
    transition: all 4.4s ease-in-out;
    -o-transition: all 4.4s ease-in-out;
    transition: all 4.4s ease-in-out;
    height:14%;
    left: 69.2%;
    background-color: #063F82;
}
.column38{
    -webkit-transition: all 4.3s ease-in-out;
    -moz-transition: all 4.3s ease-in-out;
    transition: all 4.3s ease-in-out;
    -o-transition: all 4.3s ease-in-out;
    transition: all 4.3s ease-in-out;
    height:15%;
    left: 71.1%;
    background-color: #063F82;
}
.column39{
    -webkit-transition: all 4.2s ease-in-out;
    -moz-transition: all 4.2s ease-in-out;
    transition: all 4.2s ease-in-out;
    -o-transition: all 4.2s ease-in-out;
    transition: all 4.2s ease-in-out;
    height:12%;
    left:73%;
    background-color: #C9D45C;
}
.column40{
    -webkit-transition: all 4.3s ease-in-out;
    -moz-transition: all 4.3s ease-in-out;
    transition: all 4.3s ease-in-out;
    -o-transition: all 4.3s ease-in-out;
    transition: all 4.3s ease-in-out;
    height: 8%;
    left: 74.9%;
    background-color: #5491AC;
}
.column41{
    -webkit-transition: all 4.7s ease-in-out;
    -moz-transition: all 4.7s ease-in-out;
    transition: all 4.7s ease-in-out;
    -o-transition: all 4.7s ease-in-out;
    transition: all 4.7s ease-in-out;
    height: 13%;
    left: 76.8%;
    background-color: #DF874D;
}
.column42{
    -webkit-transition: all 4.8s ease-in-out;
    -moz-transition: all 4.8s ease-in-out;
    transition: all 4.8s ease-in-out;
    -o-transition: all 4.8s ease-in-out;
    transition: all 4.8s ease-in-out;
    height: 14%;
    left: 78.7%;
    background-color: #52BCA8;
}
.column43{
    -webkit-transition: all 4.9s ease-in-out;
    -moz-transition: all 4.9s ease-in-out;
    transition: all 4.9s ease-in-out;
    -o-transition: all 4.9s ease-in-out;
    transition: all 4.9s ease-in-out;
    height: 15%;
    left: 80.6%;
    background-color: #8E7AA3;
}
.column44{
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5.0s ease-in-out;
    height: 8%;  
    left:82.5%;  
    background-color: #E3CB64;
}
.column45{
    -webkit-transition: all 5.2s ease-in-out;
    -moz-transition: all 5.2s ease-in-out;
    transition: all 5.2s ease-in-out;
    -o-transition: all 5.2s ease-in-out;
    transition: all 5.2s ease-in-out;
    height:22%;
    left:84.4%;     
    background-color: #C77B85;
}
.column46{
    -webkit-transition: all 5.3s ease-in-out;
    -moz-transition: all 5.3s ease-in-out;
    transition: all 5.3s ease-in-out;
    -o-transition: all 5.3s ease-in-out;
    transition: all 5.3s ease-in-out;
    height:9%;
    left: 86.3%;
    background-color: #C39762;
}
.column47{
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5.0s ease-in-out;
    height:8%;
    left: 88.2%;
    background-color: #8DD17E;
}
.column48{
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5.0s ease-in-out;
    height: 18%;
    left: 90.1%;
    background-color: #B57952;
}
.column49{
    -webkit-transition: all 5.1s ease-in-out;
    -moz-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    -o-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    height: 17%;
    left: 92%;
    background-color: #FCC26C;
}
.column50{
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5.0s ease-in-out;
    height:14%;
    left: 93.9%;
    background-color: #DF874D;
}
.column51{
     -webkit-transition: all 5.1s ease-in-out;
    -moz-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    -o-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    height: 12%;
    left: 95.8%;
    background-color: #063F82; 
}
.column52{
     -webkit-transition: all 5.1s ease-in-out;
    -moz-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    -o-transition: all 5.1s ease-in-out;
    transition: all 5.1s ease-in-out;
    height:13%;
    left: 97.7%;
    background-color: #B57952;
}
.graph-container-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.wpcf7-form br{
	display: none;
}
.error-404.not-found .page-header {
    position: relative;
    text-align: center;
    padding: 0;
}
.error-404.not-found .page-header h1{
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}
.error-404.not-found {
    background-color: #F8F8F9;
    margin-top: 120px;
   padding: 83px 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 15px;
    border: 0;
    color: red;
    padding: 0;
    margin: 27px 0 20px;

}
.contact-map{
    overflow: hidden;
    margin-bottom: 50px;
}
#map {

    width: 100%;
    height: 504px;

}
span.wpcf7-not-valid-tip{
    font-size: 15px;
    position: absolute;
    top: 69px;
}
.wpcf7-form-control-wrap{
    position: initial;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 0;
    color: red;
    padding: 0;
    margin: 0 0 13px;
}
#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#video-viewport video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*chnages 7-12*/
.page-template-default h1{
    margin-bottom: 20px;
}
.dark-blue{
    color: #475D84;
}
.dark-blue01{
    color: #475D84;
    font-size: 12pt;
    font-weight: 600;
}
.page-template-default h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #475D84;
    text-decoration: none;
    margin: 15px 0;
}
.page-template-default h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #444444;
    text-decoration: none;
    margin: 15px 0;
}
.page-template-default li{
    margin: 0px;
    padding: 0px;
    list-style: square;
    background-image: none;
    background-image: url(../images/symbol.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 22px;
    color: #515151;
}
.page-template-default ul {
    margin: 0px;
    padding: 10px 0 10px 23px;
}
.page-template-default p{
    margin-bottom: 0;
}
.page-template-default .main-navigation-menu li {
    margin: 24px 0;
    list-style: none;
    overflow: hidden;
    text-align: left;
}

/*chnags 11-12*/

.margin{
    margin-top: 20px;
    display: inline-block;
}
.risk_box i{
    font-style: italic;
}
.mb{
    display: inline-block;
    margin-bottom: 7px;
}

/*changes 14-12*/

.page-template-default .footer-nav{
    margin-top: 74px;
    padding: 0;
}
.page-template-default .social-links{
    padding: 0;
}
.page-template-default .get-in-touch p{
    margin-bottom: 6px;
}
.page-template-default  .footer-right{
    padding: 39px 0 26px;
}
.page-template-default .main-nav-right ul,
.page-template-default .navigation-left-content ul{
    padding: 0;
}
.page-template-default .main-navigation-menu li{
    text-align: right;
    margin:24px  0;
}

.page-template-default .navigation-left-content ul li{
    text-align: left;
}

/*changes 18-1*/
div.wpcf7-mail-sent-ok {
    border:none;
    color: #398f14;
    padding-left: 0;
    margin: 0em -0em 1em;
}

/*chnges 22-1*/

/*.has-cookie-bar #catapult-cookie-bar{
    width: 400px;
}*/
.has-cookie-bar #catapult-cookie-bar{
    padding: 20px;
}
.cookie-bar-block #catapult-cookie-bar span{
    margin: 0!important;
    margin-bottom: 10px!important;
}
.ctcc-left-side{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px!important;
    display: inline-block;
}
.cookie-bar-block #catapult-cookie-bar h3{
    margin: 0!important;
}
.ctcc-right-side{
    text-align: center;
    display: block;
    margin: 0!important;
}
.ctcc-right-side button#catapultCookie{
    border-radius: 0;
    margin-right: 0;
    cursor: pointer;
}
.ctcc-more-info-link{
    text-decoration: underline;
}
.ctcc-right-side button#catapultCookie:hover{
    background: #fff;
    color: #000;
}
#catapult-cookie-bar h3{
    margin:0;
}

.grecaptcha-badge {
    display: none;
}