@charset "utf-8";
.bounce {
  position: absolute;
  bottom: 30px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
@media screen and (min-width : 1400px) {
  .inner-page-newbanner {
    margin-top: 145px;
  }
  .custom-nav {
    padding: 10px 200px;
  }
  .logo a img {
    width: 116px;
  }
  .fivestation{
  width:263px !important;
  }
  .fivefooter{
  width:363px !important;
  }
  .main-menu {
    margin-top: 30px;
  }
  .inner-page-banner {
  }
  .key-member-image {
    height: 330px;
  }
  .sticky-header .logo a img {
    width: 70px;
  }
  .sticky-header .main-menu {
    margin-top: 10px;
  }
}
@media screen and (min-width : 1200px) and (max-width : 1299px) {
  .main-menu ul li {
    margin-left: 30px;
  }
  .custom-nav {
    padding: 10px 70px;
  }
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
  .page-template-investments .top-nav ul li {
    width: 33.333%;
  }
  .top-new-navs ul li a {
    text-align: center;
  }
  .top-new-navs ul li a span {
    display: block;
  }
  .top-new-navs ul li a {
    font-size: 15px;
  }
  .tot-perston h4 {
    font-size: 24px;
  }
  .page-new-heading h2 {
    font-size: 36px;
  }
  .page-new-heading p {
    font-size: 22px;
  }
  .main-menu ul li {
    margin-left: 30px;
  }
  .fix-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .footer-logo a img {
    width: 140px;
  }
  .add-para {
    margin-top: 30px;
  }
  .left-copyrights {
    width: 100%;
    text-align: center;
    float: none;
  }
  .foot-menus {
    text-align: center;
    float: none;
    width: 100%;
  }
  .foot-menus ul li {
    margin: 0 15px;
  }
  .banner-caption h1 {
    font-size: 46px;
  }
  .banner-caption p {
    font-size: 26px;
  }
  .top-nav ul li a {
    font-size: 16px;
  }
  .a-left-box h1 {
    font-size: 30px;
  }
  .a-left-box p {
    font-size: 24px;
  }
  .inversments-logos h1 {
    font-size: 36px;
  }
  .inversments-logos {
    padding: 4% 80px;
  }
  .inversments-logos h4 {
    font-size: 20px;
  }
  .key-member-image {
    height: 220px;
  }
  .custom-nav {
    padding: 10px 50px;
  }
  .criteria-sec-box .col-sm-3 {
    width: 50% !important;
  }

  .crit-main-box {
    min-height: 260px;
  }
}
@media screen and (min-width : 768px) and (max-width : 991px) {
  .newbanner-caption {
    width: 100%;
  }
  .top-new-navs ul li, .top-new-navs.w-33 ul li {
    width: 50%;
  }
  .newbanner-caption h1 {
    font-size: 42px;
  }
  .fix-content h1 {
    font-size: 38px;
  }
  .criteria-sec-box .col-sm-3 {
    width: 50% !important;
  }
  .crit-main-box {
    min-height: 260px;
  }
  .inversments-grid-5 ul li {
    width: 33.333%;
  }
  .top-nav ul li {
    width: 50%;
    margin: 4px 0;
  }
  .custom-nav {
    padding: 10px 30px;
  }
  .main-menu ul li {
    margin-left: 10px;
  }
  .main-menu ul li a {
    font-size: 12px;
  }
  .page-new-heading p {
    font-size: 22px;
  }
  .tot-perston h4 {
    font-size: 24px;
  }
  .page-new-heading h2 {
    font-size: 36px;
  }
  .banner-caption h1 {
    font-size: 46px;
  }
  .banner-caption p {
    font-size: 26px;
  }
  .top-nav ul li a {
    font-size: 16px;
  }
  .a-left-box h1 {
    font-size: 30px;
  }
  .a-left-box p {
    font-size: 24px;
  }
  .left-copyrights {
    width: 100%;
    text-align: center;
    float: none;
  }
  .foot-menus {
    text-align: center;
    float: none;
    width: 100%;
  }
  .foot-menus ul li {
    margin: 0 15px;
  }
  .crit-main-box h3 {
    font-size: 26px;
  }
  .crit-main-box p {
    font-size: 16px;
  }
  .criteria-sec-box .container {
    width: 90%;
  }
  .inversments-logos h1 {
    font-size: 36px;
  }
  .inversments-logos {
    padding: 4% 80px;
  }
  .inversments-logos h4 {
    font-size: 20px;
  }
  .key-member-image {
    height: 160px;
  }
  .footer-logo a img {
    width: 100px;
  }
  .add-para {
    margin-top: 0px;
  }
  .crit-main-box {
    padding: 10px;
  }
  .crit-main-box h3 {
    font-size: 22px;
  }
  .key-member-box h1 {
    padding: 20px 20px 0px;
    font-size: 18px;
  }
  .our-team-page {
    padding: 4%;
  }
}

@media screen and (max-width : 1024px) {
  .main-menu ul li a {

  }
  .main-menu ul li i {
    display: inline-block;
  }
}
@media screen and (max-width : 767px) {
  .newbanner-caption h1 {
    font-size: 30px;
  }
  .newbanner-caption::before {
    left: 0;
    top: 0;
  }
  .newbanner-caption {
    padding: 30px;
    width: 100%;
  }
  .top-new-navs ul li {
    width: 50%;
  }
  .newbanner-caption p {
    font-size: 20px;
  }
  .new-top-footer .col-sm-3 {
    width: 33.333%;
    float: left;
  }
  .page-template-contactus .banner-caption, .page-template-news .banner-caption {
    min-height: auto;
  }
  .submenus {
    width: 100%;
  }
  .sticky-header .nav-togg {
    top: 20px;
  }
  .tot-perston h4 {
    font-size: 18px;
    width: 90%;
    line-height: 30px;
  }
  .tot-perston h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 50px;
    width: 90%;
  }
  .page-new-heading h2 {
    font-size: 36px;
  }
  .page-new-heading p {
    font-size: 20px;
  }
  .crit-main-box {
    min-height: auto;
    width: 100%;
  }
  .a-left-box, .a-right-box {
    width: 100%;
    padding: 20px 6% !important; 
    float: none;
    text-align: left;
  }
  .top-footer {
    padding: 25px 40px;
  }
  .fix-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .sticky-header .main-menu {
    margin-top: 0px;
  }
  .main-menu {
    position: absolute;
    left: 0;
    padding: 20px;
    background: #fff;
    top: 130%;
    width: 100%;
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #f80202;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
  }
  .menu-open .main-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .main-menu ul li {
    margin-left: 0px;
    display: block;
  }
  .main-menu ul li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .main-menu ul li i {
    position: absolute;
    right: 10px;
    top: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ddd;
  text-align: center;
    transform: translateY(-50%) !important;-o-transform: translateY(-50%) !important;-moz-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
  }
  .main-menu ul li:last-child a {
    border: none;
  }
  .nav-togg {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 30px;
    background: #f80202;
    z-index: 999;
    display: block;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
  }
  .nav-togg span {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    height: 2px;
    border-radius: 2px;
    display: block;
    background: #fff;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
  }
  .nav-togg span:after, .nav-togg span:before {
    position: absolute;
    content: '';
    left: 0px;
    background: #fff;
    height: 2px;
    border-radius: 2px;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
  }
  .nav-togg span:before {
    top: -8px;
    width: 30px;
  }
  .menu-open .nav-togg span:before {
    top: 0;
    width: 30px;
    transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);
  }
  .nav-togg span:after {
    bottom: -8px;
    width: 30px;
  }
  .menu-open .nav-togg span {
    width: 0px;
  }
  .menu-open .nav-togg span:after {
    bottom: 0;
    width: 30px;
    transform: rotate(-225deg);-o-transform: rotate(-225deg);-moz-transform: rotate(-225deg);-webkit-transform: rotate(-225deg);
  }
  .cust-border-blck {
    height: 80px;
  }
  .cont-left-info h3 {
    font-size: 26px;
  }
  .banner-caption h1 {
    font-size: 46px;
  }
  .banner-caption p {
    font-size: 26px;
  }
  .top-nav ul li a {
    font-size: 16px;
  }
  .a-left-box h1 {
    font-size: 30px;
  }
  .a-left-box p {
    font-size: 24px;
  }
  .left-copyrights {
    width: 100%;
    text-align: center;
    float: none;
  }
  .foot-menus {
    text-align: center;
    float: none;
    width: 100%;
  }
  .foot-menus ul li {
    margin: 0 15px;
  }
  .crit-main-box h3 {
    font-size: 26px;
  }
  .crit-main-box p {
    font-size: 16px;
  }
  .criteria-sec-box .container {
    width: 90%;
  }
  .inversments-logos h1 {
    font-size: 36px;
  }
  .inversments-logos {
    padding: 4% 80px;
  }
  .inversments-logos h4 {
    font-size: 20px;
  }
  .inversments-logos ul li, .inversments-grid-5 ul li {
    width: 33.333%;
  }
  .banner-caption h1 {
    font-size: 36px;
  }
  .top-nav ul li {
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .news-section .nav-tabs > li {
    min-width: auto;
  }
  .news-section .nav-tabs > li > a {
    padding: 10px 20px;
    font-size: 20px;
  }
  .news-box h2 {
    font-size: 30px;
  }
  .news-box p {
    font-size: 20px;
  }
  .news-box {
    margin-bottom: 50px;
  }
  .red-title h1 {
    font-size: 22px;
  }
  .inner-news-taber {
    padding: 50px 0;
  }
  .custom-nav {
    padding: 10px 30px;
  }
  .banner-caption h4 {
    font-size: 24px;
  }
  .key-member-image {
    height: 260px;
  }
  .key-member-box h1 {
    font-size: 18px;
  }
  .teams-list ul li {
    width: 50%;
  }
  .right-pros-pop h1 {
    font-size: 20px;
  }
  .right-pros-pop h5 {
    font-size: 16px;
  }
  .all-popups-outer .modal-content .close {
    right: 5px;
    top: -10px;
  }
  .footer-logo a img {
    width: 100px;
  }
  .add-para {
    margin-top: 0px;
  }
  .footer-logo {
    text-align: left;
  }
  .left-copyrights span {
    display: none;
  }
}
@media screen and (max-width : 630px) {
  .top-new-navs ul li a img {
    width: 30px;
  }
  .top-new-navs ul li a {
    font-size: 16px;
  }
  .inner-page-newbanner {
    margin-top: 96px;
  }
  .banner-caption h1 {
    margin-bottom: 10px;
  }
  .banner-caption {
    position: static;
    margin-top: 240px;
    padding: 40px 0;
  }
  .inner-page-banner {
    height: auto;
  }
  .left-pros-pop {
    width: 150px;
  }
  .all-popups-outer .modal-body {
    padding-left: 150px;
  }
  .top-nav ul li {
    width: 100%;
  }
  .inversments-logos ul li, .inversments-grid-5 ul li {
    width: 50%;
  }
  .inversments-logos {
    padding: 4% 30px;
  }
  .logo a img {
    width: 70px;
  }
  .fivestation{
  width:189px !important;
  }
  .fivefooter{
  width:189px !important;
  padding-top: 15px !important;
  }
  .nav-togg {
    top: 20px;
  }
  .key-member-image {
    height: 220px;
  }
  .key-member-box h1 {
    min-height: auto;
    padding: 20px;
  }
  .left-copyrights {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .foot-menus ul li a {
    font-size: 12px;
    font-weight: bold;
  }
  .fix-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .fix-content h1 br {
    display: none;
  }
  /*.inner-page-banner {
    height: 100vh;
  }*/
  .cont-form-div .form-control {
    font-size: 16px;
    height: 45px;
  }
  .cont-left-info h5 {
    margin-bottom: 30px;
  }
  .landing-sliders-sec, .slide-one-by-one .item {
    height: 100vh;
  }
  .left-news-det h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .left-news-det p {
    font-size: 16px;
    line-height: 26px;
  }
  .news-box h2 {
    font-size: 20px;
  }
  .news-box p, .news-box a.readmore {
    font-size: 16px;
  }
  .newbanner-caption {
    text-align: center;
  }
  .new-top-footer {
    padding: 40px 0;
  }
  
  .custom-pagination .page-numbers, .custom-pagination a {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
}
}
@media screen and (max-width : 480px) {
  .office-add-new {
    text-align: center;
  }
  .footer-logo {
    text-align: center;
  } 
  .new-top-footer .col-sm-3 {
    width: 100%;
  }
  .office-add-new h4 {
    margin: 20px 0 10px;
  }
  .top-new-navs ul li a img {
    width: 40px;
  }
  .newbanner-caption p {
    line-height: normal;
  }
  .newbanner-caption h1 {
    font-size: 25px;
  }
  .top-new-navs ul li, .top-new-navs.w-33 ul li {
    width: 100%;
  }
  .teams-list ul li {
    width: 100%;
  }
  .teams-list ul li {
    margin-bottom: 15px;
  }
  .a-left-box h1 {
    font-size: 22px;
  }
  .a-left-box p {
    font-size: 22px;
  }
  .a-right-box p {
    font-size: 16px;
  }
  .bullet-style::after {
    top: 9px;
  }
  .banner-caption h1 {
    font-size: 28px;
  }
  .banner-caption p {
    font-size: 20px;
  }
  .banner-caption {
    padding: 4% 0;
  }
  .inversments-logos h1 {
    font-size: 28px;
  }
  .red-title h1 {
    padding: 20px;
  }
  .news-section .nav-tabs > li {
    margin: 0 2px;
  }
  .who-we-are-main {
    padding: 40px 0 !important;
  }
}
@media screen and (max-width : 360px) {
  .left-pros-pop {
    width: 100%;
    position: static;
  }
  .all-popups-outer .modal-body {
    padding-left: 0px;
  }
  .inversments-logos ul li, .inversments-grid-5 ul li {
    width: 100%;
  }
  .inversments-logos {
    padding: 4% 30px;
  }
  .investment-main .top-nav ul li a {
    font-size: 16px;
  }
}

.toggle-switch {
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.switch .slide-button,
.toggle p span {
  display: none;
}
  .toggle {
    position: relative;
    padding: 0;
  }
  .toggle label {
    position: relative;
    z-index: 3;
    
    display: block;
    width: 100%;
  }
  .toggle input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggle p {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #333;
  }
  .toggle p span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }
  .toggle p span:last-child {
    left: 50%;
  }
  .toggle .slide-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .toggle {
    display: block;
    height: 30px;
  }
  .toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggle .slide-button {
    display: block;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toggle label,
  .toggle p {
    line-height: 30px;
    vertical-align: middle;
  }
  .toggle input:checked ~ .slide-button {
    right: 50%;
  }
  .toggle input:focus ~ .slide-button,
  }
  /* Bugfix for older Webkit, including mobile Webkit.
   * https://css-tricks.com/webkit-sibling-bug/
   */
  .switch, .toggle {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix { from { position: relative; } to { position: relative; } }
  .switch {
    background-color: #D6D6D6;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #191b1e;
    border-radius: 4px;
    margin: 5px 0;
  }

  .switch input:checked + label {
    color: #333;
  }
    
  .switch .slide-button {
    border: 2px solid #CFA152;
    background-color: #CFA152;
    border-radius: 4px;
  }

  .switch p {
    color: #333;
    text-shadow: none;
  }

  .switch span {
    color: #fff;
  }

  .switch.blue .slide-button {
    background-color: #38a3d4;
  }

  .switch.yellow .slide-button {
    background-color: #f5e560;
  }


  
