body {
  font-family: "Raleway", sans-serif !important;
  background-color: #fff !important;
  color: #706f6f !important;
  
  font-size: 16px !important;
}

a {
  color: #2a3c89 !important;
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  color: #2a3c89 !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 85px;
  z-index: 996;
  background: #2a3c89;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2a3c89;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .logo img
  {
      float: left;
  }
  .ticker-area .tickers 
    {
        display: flex;
        justify-content: space-around;
        position: relative;
        flex-wrap: wrap;
    }
    
    .tickers .ticker_item
    {
        width: 34%;
    }
    .nav-menu a span {
      color: #fff !important;
  }
.login-panel-main {
  width: 100% !important;
  padding: 20px 5px !important;
  background: #161616;
  border-radius: 0 !important;
}
.login-panel-main .radio_group {
    margin-bottom: 20px;
}
.TabbedPanelsTab {
  width: 100% !important;
}
}
.TabbedPanelsTabSelected a{
  color: #706f6f !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-main {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 0;
  background-image: linear-gradient(to right, #2B3987 , #186399 , #1D8C9F);
  padding: 10px 0px;
}
.header-main.sticky-header {
    position: fixed;
    background-color: #fdfdfd;
    box-shadow: 1px 2px 15px 0 rgba(50,50,50,0.4);
    left: 0;
    top: 0;
    width: 100%;
}
.header-main.sticky-header .logo img {
    width:260px;
  padding: 10px 0 !Important;
}
/* #header {
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
} */
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}
.header-main .logo {
  display: block;
  text-align:left;
}


@media (max-width: 992px) {
  #header {
    /*width: 300px;*/
    /*background: #fff;*/
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    /*margin-left: 100px;*/
  }
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 13px;
  margin-bottom: 12px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #147b9d;
  height: 45px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.nav-menu a:hover i {
  color: #fff;
}
.nav-menu a i, .nav-menu a:focus i {
  font-size: 20px;
  color: #fff;
}
.nav-menu a span, .nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}
@media (min-width: 992px) {
  .nav-menu a, .nav-menu a:focus {
    width: 45px;
  }
  .nav-menu a span, .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}
.nav-menu a:hover, .nav-menu .active:focus, .nav-menu li:hover > a {
  color: #fff;
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #2a3c89;
}
.nav-menu a:hover i , .nav-menu .active:focus i , .nav-menu li:hover > a i
{
    color: #fff;
}
.nav-menu a:hover span, .nav-menu .active span, .nav-menu .active:focus span, .nav-menu li:hover > a span {
  color: #fff;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}
.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}
.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle {
  color: #232020;
  background-color: #ffca0e;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding-top: 10px;
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.webp") top right no-repeat;
  /*background: url("../img/piggy.jpg") top right no-repeat;*/
  background-size: cover;
  position: relative;
}
#hero1
{
    height: 80vh;
}
@media (min-width: 992px) {
  #hero {
    /*padding-left: 160px;*/
  }
}
#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.85);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
}
#hero p {
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
#hero p span {
  color: #2a3c89;
  letter-spacing: 1px;
}
#hero .social-links {
  margin-top: 30px;
}
#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}
#hero .social-links a:hover {
  color: #2a3c89;
}
@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.inner_hero {
  padding-top: 180px;
  width: 100%;
  height: 295px;
  background: url("../img/inner_piggy.jpg")  right no-repeat;
  background-size: cover;
  position: relative;
}
.inner_hero:before {
  /*content: "";*/
  /*background: rgba(0, 0, 0, 0.85);*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
}
.inner_hero .titile {
  color: #706f6f;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2a3c89;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #2a3c89;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 9px;
  /*display: flex;*/
  align-items: center;
  margin-bottom: 9px;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #2a3c89;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  /*background: #2a3c89;*/
  border: 1px solid #2a3c89;
}
.facts .count-box i , .facts .count-box svg
{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #2a3c89;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 6px;
}
.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
}
.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #706f6f;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #f2f3f5;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #2a3c89;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #706f6f;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #2a3c89;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a3c89;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #2a3c89;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #2a3c89;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #706f6f;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #706f6f;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #706f6f;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2a3c89;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2a3c89;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  /*background: #222;*/
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  border-color: #555;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon i::before
{
  font-size: 50px;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #706f6f;
    font-weight: 500;
}
.services .icon-box:hover {
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  border-color: #2a3c89;
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  padding: 30px 0 0 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 100% !important;
  border: 4px solid #454545;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #706f6f;
}
.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #999;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ffd667;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  display: inline-block;
  vertical-align: top;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2a3c89;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2a3c89;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact_info {
  width: 100%;
}
.contact .contact_info i {
  font-size: 20px;
  color: #2a3c89;
  float: left;
  width: 44px;
  height: 44px;
  background: #2a3c891c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .contact_info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #706f6f;
}
.contact .contact_info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #706f6f;
  letter-spacing: 0;
}
.contact .contact_info .email, .contact .contact_info .phone {
  margin-top: 40px;
}
.contact .contact_info .email:hover i, .contact .contact_info .address:hover i, .contact .contact_info .phone:hover i {
  background: #2a3c89;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 90px;
}
.contact .php-email-form button[type=submit] {
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #2a3c89;
  border: 0;
  padding: 10px 35px;
  color: #fff !important;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0678e3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #706f6f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer a:hover {
  color: #fff !important;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2a3c89;
  color: #706f6f !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
  display: none;
}
.footer-logo img {
    width: 300px;
    margin-bottom: 30px;
}
.portfolio-info::after 
{
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #d7dce1;
    border-left: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
.services .icon-box::before {
  content: "";
  /*background: rgba(0, 0, 0, 0.92);*/
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.services .icon-box:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.services .icon-box:hover .portfolio-info {
    opacity: 1;
}

.services .icon-box .portfolio-info 
{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .icon-box:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
.services .icon-box:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}
.services .icon-box .portfolio-info h4 
{
  font-size: 20px;
  font-weight: 600;
} 
.services .icon-box .portfolio-info p {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.icon-box i
{
    font-size: 31px;
    margin: 0px auto;
    display: block;
    color: #2a3c89;
    width: 95%;
}
.icon-box.iconbox-blue 
{
    width: 100%;
    display: block;
}
.icon-box
{
    width: 100%;
    display: block;
    border: 1px solid #2a3c89;
    text-align: center;
    padding: 30px 7px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.icon-box::before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a3c89;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.icon-box:hover h4 , .icon-box:hover p
{
    color: #fff !important;
}
.icon-box:hover::before
{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.icon-box:hover h4 a , .icon-box:hover i
{
    color: #fff;
}
.icon-box .icon
{
    margin-bottom: 5px;
}
#home
{
    padding-top: 0px;
}
.logo img 
{
    padding: 10px;
    width:300px;
}



.modal-header
{
    align-items: center;
    justify-content: flex-end;
}

.close
{
    opacity: 1 !important;
    color: #fff !important;
}
.nav-link:focus, .nav-link:hover
{
    color: #ffffff;
    text-decoration: none;
    background: #706f6f;
}
.icon-box svg
{
    padding: 6px;
}
.icon-box:hover svg
{
    background: #fff;
    /*border-radius: 8px;*/
    color: #2a3c89 !important;
}
.icon-box:hover h4
{
    color: #706f6f;
}
.icon-box:hover a
{
    text-decoration: none;
}

.sociallink {
    position: fixed;
    bottom: 150px;
    right: 0;
    width: 44px;
    z-index: 1;
}
.sociallink ul {
    padding: 0;
}
.sociallink ul li {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    background: transparent;
    width: 300px;
    text-align: left;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sociallink ul li a {
    display: flex !important;
    align-items: center;
}
.sociallink ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.sociallink .fb i {
    background: #4599ff;
}
.sociallink ul li i {
    margin-right: 5px;
    color: #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sociallink .drbl:hover {
    background: #ea4c89;
}
.sociallink ul li:hover {
    -webkit-transform: translate(-220px,0);
    -moz-transform: translate(-220px,0);
    -ms-transform: translate(-220px,0);
    -o-transform: translate(-220px,0);
    transform: translate(-220px,0);
}
.sociallink .fb:hover {
    background: #4599ff;
}
.sociallink .beh:hover {
    background: #0057ff;
}
.sociallink .drbl i {
    background: #ea4c89;
}
.sociallink .beh i {
    background: #0057ff;
    font-size: 12px;
}
.modal-backdrop.fade.show 
{
    opacity: 0.4;
}
.modal.fade.show
{
    opacity: 1;
    margin-top: 28vh;
}
.modal.fade .modal-dialog
{
        transform: translate(0,-5%) !important;
}

.inner_content p span
{
    font-size: 14px !important;
}
.partner_list li
{
    list-style-type: none;
}

#about {
  padding: 20px 0 0 0;
}
#services {
  padding: 50px 0 0 0;
}

.login-panel-main {
  width: 60%;
  padding: 30px;
  background-color: #2a3c89;
  margin: 0 auto;
  border-radius: 50px 0;
}
.login-panel-main .form_fields .form-group {
  position: relative;
}
/* .login-panel-main .form_fields .fields::after {
  content: "";
  background: #0b0b0b;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  position: absolute;
} */
.login-panel-main .form_fields .icon {
  display: inline-block;
  background: #706f6f;
  height: 45px;
  vertical-align: middle;
  width: 45px;
  padding: 8px;
}
.login-panel-main .icon img {
  width: 27px;
}
.login-panel-main .form-control {
height: 45px;
padding: 10px 12px 10px 20px;
border-radius: 0 !important;
background-color: #fff !important;
border: 1px solid #706f6f !important;
box-shadow: none;
display: inline-block;
width: calc(100% - 60px);
}
.login-panel-main .form-control:focus {
  border-color: #b27f00 !important;
  box-shadow: none;
}
.login-panel-main label {
  color: #fff;
}
.login-panel-main .login_btn {
width: 100%;
border-radius: 0;
background-color: #706f6f !important;
padding: 10px;
color: #fff !important;
}
.login-panel-main .radio_group label:nth-child(2) {
  display: none;
}
.login-panel-main .radio_group label:nth-child(3) {
  display: none;
}
.login-panel-main .radio_group label:nth-child(5) {
  display: none;
}

.investor_corner .icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
}
.investor_corner h4{
  color: #706f6f;
}
.investor_corner svg , .why svg
{
    width: 60px;
    height: 60px;
}
.form-control {
  background-color: #e1056c !important;
  border: 1px solid #e1056c !important;
  color: #e9e9e9 ;
}

#captcha {
  width: calc(100% - 150px);
  /*background-color: #222;*/
  border-color: #353535;
  /*vertical-align: middle;*/
}
.btnRefresh {
  height: 44px;
  background-color: #706f6f;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
#captcha_code {
  width: 62px;
  height: 44px !important;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
}


.dark_box {
  /*background-color: #222;*/
  padding: 30px;
}

.TabbedPanelsTab {
  padding: 15px!important;
  background-color: #706f6f !important;
  border: none !important;
  width: calc(25% - 1px);
  text-align: center;
}
.TabbedPanelsTabSelected {
  background-color: #2a3c89 !important;
  border-bottom: none !important;
  color: #706f6f !important;
}
.TabbedPanelsTab {
  width: 24.9% !important;
}
#download1 {
  margin-left: 30px;
}
#download1 select {
  padding: 8px 10px;
  background-color: #706f6f;
  border-color: #706f6f;
  color: #fff;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #2a3c89 !important;
  border-color: #2a3c89 !important;
}

.pay_premium_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
}

.pay_premium_row .pay_item a {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.pay_premium_row .pay_item img {
  min-height: 60px;
  height: 70px;
  width: 200px;
}


@media screen and (max-width: 900px) 
{
    .mobile-nav-active #header 
    {
        left: 0;
    } 
    #header {
      position: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 9997;
      transition: all 0.5s;
      padding: 15px;
      overflow-y: auto;
      display: none !important;
    }
    .mobile-nav-active #header {
      display: block !important;
      position: sticky !important;
  }
  .mobile-nav-active #header::after {
    content: "";
    position: absolute;
    background: #232020;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
    .mobile-nav-active #header  .nav-menu > ul > li
    {
       display: block; 
    }
}

.login_modal .modal-content {
  background-color: #1c1b1b;
}
.login_modal .modal-dialog {
  margin: 200px auto;
}

.award_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.award_row .award_item .img-thumbnail {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background-color: #151515;
  border: none;
  padding: 15px;
}

/* #boxes {
  position: relative;
} */
#boxes #dialog {
  width: 40% !important;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  position: absolute;
  left: 30% !important;
  top: 130px !important;
  z-index: 9999;
  border-radius: 0px;
  text-align: center;
  padding: 3px !important;
}
a.close.agree {
  position: absolute;
  right: 3px;
  z-index: 999999999999;
  top: 3px;
}
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #706f6f;
  display: none;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  /*border-radius: 100%;*/
  width: 82px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  border-radius: 10px;
}
a#send-it svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;

}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }

.start-chat .blanter-msg {
  display: none;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
  a.blantershow-chat
  {
      display: none;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
  }
.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    /*background-color: rgb(255, 255, 255);*/
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    width: 100%;
    /*max-width: calc(100% - 66px);*/
}
.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.check-box
{
    display: flex;
    align-items: flex-start;
}
.check-box .form-check-input
{
    /*margin: 10px;*/
}
.online-icon
{
    background: #4caf50;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
}
#submit
{
    background-color: #fff;
}
.theme-green .back-bar .selected-bar
{
    background: linear-gradient(to bottom, #e1056c 24%,#e1056c 100%) !important;
}
.iSpIQi .form-control {
  margin-bottom: 5px;
}
.login_btn
{
    /*display: none;*/
}


.wv_tabs {
  display: block;
  width: 100%;
  margin-bottom: 15px !important;
}
.wv_tabs li {
  display: inline-block !important;
  width: 33%;
  text-align: center;
}
.wv_tabs li a {
  display: block !important;
  background-color: #222;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 10px;
}
.wv_tabs li.active a, .wv_tabs li a:hover {
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%) !important;*/
  background: #2a3c89;
  color: #fff !important;
}
.news .wv_tabs_content {
  background-color: #fff;
  min-height: 280px;
  padding: 15px;
}
.news .wv_tabs_content img {
  display: none;
}
.titla_bar {
    /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
    background: #2a3c89;
    padding: 7px 14px;
    margin: 0;
    text-align: center;
    color: #fff;
}

.form_control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #706f6f;
    background-color: #fff;
    border: 1px solid #353535;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .container {
    width: 1040px !important;
}
}
.why .icon-box .icon-box-inner h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 20px;
  color: #2a3c89;
  text-transform: uppercase;
}
.about h4
{
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: #2a3c89;
    text-transform: capitalize;
    margin-top: 0 !important;
    padding-top: 0;
}
.header-main .portfolio_login
{
    text-align: right;
    float: right;
    margin-top: 5px;
    color: #fff !important;
    font-size: 18px;
}
.fundperfonmance {
  font-family: 'Raleway' !important;
}

.calname a {
  height: 150px;
  padding: 30px 10px !important;
}
.calname a i {
  display: block;
  text-align: center;
  font-size: 48px;
}
.calname a span {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}


.login_modal .modal-title {
  color: #fff;
}

.login_modal .close {
  background: #2a3c89;
  border: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.login_modal .close span {
  font-size: 35px;
  font-weight: 200;
  line-height: 30px;
}
.slider-container .back-bar .pointer
{
    background: url("../img/slider-arrow.png") !important;
}

.booster_btn , .booster_btn:hover
{
background: #009688;
  background: none;
  color: #fff !important; 
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
  bottom: 94px;
  right: 18px;
  font-size: 19px;
  padding: 10px 14px;
  border-radius: 5px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  float: r;
  float: right;
  background: #dc0065;
 text-decoration: none;
}
.booster_btn img
{
    padding-right: 4px;
}
.booster_btn
{
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}

@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
/* TICKER */

.ticker_section {
   padding: 0px; 
  background: linear-gradient(0deg, #000, #000);
  /*border-bottom: 1px solid #f7f7f7;*/
}
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
  }
  .tickers .ticker_item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    /*width: 100%;*/
    padding: 0;
    padding: 0px 7px;
    display: flex;
    background: linear-gradient(0deg, #000, #000);
    /*height: 110px;*/
    text-align: center;
    border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}


.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 7px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
    content: "";
    position: absolute;
    background-image: url(../img/trend.png);
    font-size: 18px;
    /*bottom: 25px;*/
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    /*z-index: 0;*/
    right:7px;
    /*opacity: 0.2;*/
    /*display: none;*/
}
  .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  }
  .tickers .ticker_item .difference_percent.negative::after {
    background-image: url(../img/decrease.png);
    /*bottom: 20px;*/
}

  /* TICKER */


