html[data-theme='light']{  
  --bg: #fff;
  --header-color: #000248;
  /*--bg-panel: #ebebeb;*/
  /*--switch-color: rgb(27, 168, 14);*/
  /*--color-heading: rgb(27, 168, 14);*/
  /*--color-text: #333333;*/
}

html[data-theme='dark'] {
  --bg: #000;
   --header-color: #fff;
  /*--bg-panel: #434343;*/
  /*--switch-color: #0077ff;*/
  /*--color-heading: #0077ff;*/
  /*--color-text: #fff;*/
}

html[data-theme='light'] .service-section .service-box
{
    --service-box-bg: #fff;
}
html[data-theme='dark'] .service-section .col-lg-4:nth-child(odd) .service-box
{
    --service-box-bg: #ff5c1f;
}
html[data-theme='dark'] .service-section .col-lg-4:nth-child(even) .service-box
{
    --service-box-bg: #000000;
    --service-box-color: #fff;
}
html[data-theme='dark'] .service-section .col-lg-4:nth-child(even) .service-box .btn 
{
    --service-box-btn-color: #fff;
}
html[data-theme='dark'] .main_banner
{ 
    background-image: linear-gradient(to top, #000, #515151, #b2b2b2, #fff);
}
html[data-theme='light'] .aboutus-section
{
    --about-bg: #fff;
}
html[data-theme='light'] .aboutus-section p
{
     --aboutus-section-color: #000;
}
html[data-theme='dark'] .aboutus-section
{
    --about-bg: #ff5b01;
}
html[data-theme='dark'] .aboutus-section p
{
     --aboutus-section-color: #fff;
}
html[data-theme='dark'] .aboutus-section .btn
{
     --aboutus-section-bg-btn: #fff;
     --aboutus-section-bg-color: #ff5b01;
}
html[data-theme='dark'] .main_banner .banner .text h2
{
    color: #fff;
}
html[data-theme='dark'] .main_banner .banner .text h2 b
{
    color: #ff5c01;
}
html[data-theme='dark'] .main_banner .banner .text .btn-white
{
    background: #ff5c01;
    border: #ff5c01;
    color: #fff; 
}
html[data-theme='dark'] .investor-corner
{ 
     --investor-bg: #000;
}
html[data-theme='light'] .contact-home-section .overlay-dark
{ 
     --contact-home-section: #2252a9;
}
html[data-theme='dark'] .contact-home-section .overlay-dark
{ 
     --contact-home-section: #ff5c1f;
}
html[data-theme='dark'] .testimonial-section , html[data-theme='dark'] .amc-section
{ 
     --testimonial-section-bg: #202020;
}
html[data-theme='dark'] body
{ 
     --body-bg: #000;
}
html[data-theme='dark'] .footer-main
{ 
     --footer-main-bg: #000;
     --footer-main-color: #fff;
}
html[data-theme='dark'] .aboutus-section ul li , html[data-theme='dark'] .aboutus-section h4
{
    --footer-main-color: #fff;
}
html[data-theme='dark'] .testimonial-box , html[data-theme='dark'] .testimonial-box p
{ 
     --testimonial-color: #fff;
}
.bgdark
{
    background-color: var(--bg);
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Gilroy' !important;
	font-weight: 500;
	font-size: 16px;
	color: #000248;
	top: 0px !important;
	background-color: var(--body-bg);
}
a{
	text-decoration: none !important;
}
p{
	color: #202039;
}

.white{
	color: #fff;
}
.dark{
	color: #000248 !important;
}
.primary{
	color: #ff5c0180 !important;
}
.secondary{
	color: #000248 !important;
}
.yellow{
	color: #ff9600;
}
.green{
	color: #81ce74;
}
.blue{
	color: #007eff;
}
.purple{
	color: #6e55ff;
}
.orange{
	color: #ff802c;
}

.bg-white{
	background-color: #fff;
}
.bg-dark{
	background-color: #000248 !important;
}
.bg-light{
	/*background-color: #f9f9ff !important;*/
}
.bg-primary{
	background-color: #ff5c0180 !important;
}
.bg-secondary{
	background-color: #000248;
}
.bg-yellow{
	background-color: #ff9600;
}
.bg-green{
	background-color: #81ce74;
}
.bg-blue{
	background-color: #007eff;
}
.bg-purple{
	background-color: #6e55ff;
}
.bg-orange{
	background-color: #ff802c;
}

.btn {
    border-radius: 0;
    padding: 10px 30px;
    color: #000248;
    font-weight: 600;
    font-size: 18px;
}
.btn-primary{
	background-color: #ff5c0180;
	border: 1px solid #ff5c0180;
	color: #fff;
}
.btn-line-primary{
	background-color: transparent;
	border: 1px solid #ff5c0180;
	color: #ff5c0180;
}
.btn-line-primary:hover{
	background-color: #ff5c0180;
	border: 1px solid #ff5c0180;
	color: #fff;
}
.btn-secondary{
	background-color: #000248;
	border: 1px solid #000248;
	color: #fff;
}
.btn-line-secondary{
	background-color: transparent;
	border: 1px solid #000248;
	color: #000248;
}
.btn-white{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000248;
}
.btn-read{
	background-color: transparent;
	border: none;
	position: relative;
}

.section{
	padding: 80px 0;
}


.overlay-primary{
	background-color: rgba(205,72,173,0.9);
}
.overlay-dark {
    background-color: rgba(0,2,72,0.85);
    padding: 80px 0;
    background-color: #2252a9;
}
.contact-home-section .overlay-dark
{
     background-color: var(--contact-home-section);
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading{
    margin-bottom: 35px;
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading h2 {
    font-size: 38px;
    font-weight: 600;
    color: var(--header-color);
}

.dark-mode .heading small {
    color: #fff;
}
.dark-mode .heading h2 {
    color: #fff;
}


.main_banner {
    background-image: linear-gradient(to right top, #fff1f2, #ffefec, #ffede5, #ffecdd, #ffecd6);
    padding-top: 245px;
}

.inner_banner
{
    padding-top: 100px;    
}

.header_main {
    width: 100%;
    top: 0;
    left: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #000248;
    padding: 10px;
    font-weight: 600;
    /*font-size: 17px;*/
    font-size: 0.99pc;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff5c0180;
}

.nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.navbar-nav .dropdown-item {
    padding: 10px 30px;
}
.navbar-nav .dropdown-item {
    font-weight: 600;
    color: #000248;
}
.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #ff5c0180;
}
.nav-item.dropdown:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
}
.main_banner .banner{
	position: relative;
}
.main_banner .banner .img {
    position: relative;
}
.main_banner .banner .img::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 550px;
    top: 0;
    right: 40px;
    z-index: 0;
}
.main_banner .banner .img::before {
    content: "";
    position: absolute;
    background-color: #ffe2c1;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 80px;
    right: 180px;
    z-index: 9;
}
.banner .img img {
    position: relative;
    z-index: 9;
}
small {
    color: #ff5c0180;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
.main_banner .banner .text {
    padding-top: 50px;
}
.main_banner .banner .text h2 {
    font-size: 48px;
    width: 80%;
    line-height: 54px;
    margin: 30px 0;
}
.main_banner .banner small em{
    position: relative;
    z-index: 99;
    font-style: normal;
}
.main_banner .banner small::after {
    content: "";
    position: absolute;
    background-color: #ffd9f1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    bottom: -20px;
    left: -20px;
    z-index: 0;
}
.main_banner .banner .text .btn-white {
    margin-top: 30px;
}


.service-section .heading {
    width: 30%;
}
.service-box {
    /*background-color: #fff;*/
    background-color: var(--service-box-bg);
    padding: 35px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.service-box:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}

.service-box .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
}
.service-box h5 , .service-box p
{
    color: var(--service-box-color);
}
.service-box .btn
{
    color: var(--service-box-btn-color);
}
.service-box .icon i {
    color: #fff;
    font-size: 38px;
}
.service-box h5 {
    padding: 15px 0;
    font-weight: 700;
    font-size: 22px;
}
.line-draw-animation {
    position: relative;
}
.line-draw-animation::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #ff5c0180;
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.service2.line-draw-animation::before {
    background: #ff9600;
}
.service3.line-draw-animation::before {
    background: #007eff;
}
.service4.line-draw-animation::before {
    background: #ff802c;
}
.service5.line-draw-animation::before {
    background: #81ce74;
}
.service6.line-draw-animation::before {
    background: #6e55ff;
}
.line-draw-animation:hover::before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.line-draw-animation::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #ff5c0180;
    left: 0;
    bottom: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.service2.line-draw-animation::after {
    background: #ff9600;
}
.service3.line-draw-animation::after {
    background: #007eff;
}
.service4.line-draw-animation::after {
    background: #ff802c;
}
.service5.line-draw-animation::after {
    background: #81ce74;
}
.service6.line-draw-animation::after {
    background: #6e55ff;
}
.line-draw-animation:hover::after {
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.line-draw-inner::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #ff5c0180;
}
.service2 .line-draw-inner::before {
    background: #ff9600;
}
.service3 .line-draw-inner::before {
    background: #007eff;
}
.service4 .line-draw-inner::before {
    background: #ff802c;
}
.service5 .line-draw-inner::before {
    background: #81ce74;
}
.service6 .line-draw-inner::before {
    background: #6e55ff;
}
.line-draw-animation .line-draw-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    top: 0;
}
.line-draw-animation:hover .line-draw-inner::before {
    height: 100%;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.line-draw-inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #ff5c0180;
}
.service2 .line-draw-inner::after {
    background: #ff9600;
}
.service3 .line-draw-inner::after {
    background: #007eff;
}
.service4 .line-draw-inner::after {
    background: #ff802c;
}
.service5 .line-draw-inner::after {
    background: #81ce74;
}
.service6 .line-draw-inner::after {
    background: #6e55ff;
}
.line-draw-animation .line-draw-inner::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}
.line-draw-animation:hover .line-draw-inner::after {
    height: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}




/*.aboutus-section::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../images/shape1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 640px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    display: none;*/
/*}*/
.aboutus-section{
	position: relative;
	background-color: var(--about-bg) !important;
}
.aboutus-section .heading {
    width: 60%;
}
.aboutus-section .img img {
    position: relative;
    z-index: 9;
    width: 85%;
    border: 1px solid aqua;
    padding: 2px;
    border-radius: 2px;
}


.investor-corner {
    position: relative;
    overflow: hidden;
    background-color: var(--investor-bg) !important;
}
.investor-corner::before {
    content: "";
    position: absolute;
    border: 160px solid transparent;
    border-left: none;
    border-right: 160px solid #3829c3;
    left: -54px;
    top: -105px;
    transform: rotate(45deg);
    z-index: 1;
}
.investor-corner::after {
    content: "";
    position: absolute;
    border: 200px solid transparent;
    border-left: none;
    border-right: 200px solid #bbb6eb;
    left: -59px;
    top: -131px;
    transform: rotate(45deg);
    z-index: 0;
}
.investor-box {
    background-color: #f9f9ff;
    padding:30px 25px 0 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.investor-box:hover {
	background-color: #000248;
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}
.investor-box .icon {
	transition: all 0.3s ease-in-out;
}
.investor-box .icon i {
    font-size: 54px;
    color: #ff5c0180;
}
.investor-box h5 {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0;
}
.investor-box p {
    transition: all 0.3s ease-in-out;
}
.investor-box:hover .icon {
     transform: translateY(-90px);
     transition: all 0.3s ease-in-out;
}
.investor-box:hover h5 {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box:hover p {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box .btn-read {
	color: #ff5c0180;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    padding: 10px 0 0;
    display: inline-block;
}
.investor-box:hover .btn-read {
	opacity: 1;
	visibility: visible;
	padding-left: 0;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
}

.contact-home-section {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 70px;
}
.contact-home-section .form-card {
    background-color: #f9f9ff;
    min-height: 600px;
    margin-top: -160px;
}
.contact-home-section .contact-info .item {
    padding: 10px 0;
}
.contact-home-section .contact-info .item a, .contact-home-section .contact-info .item p {
    color: #fff;
}


.testimonial-box {
    display: block !important;
}
.testimonial-box .image {
    width: 150px;
    display: inline-block;
    position: relative;
}
.testimonial-box .image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000248;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.testimonial-box .image::after {
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 11px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: #fff;
}


.testimonial-box .content {
    display: inline-block;
    width: calc(100% - 155px);
    padding-left: 30px;
}
.testimonial-box .content h4 {
    font-weight: 700;
    font-size: 22px;
}
.testimonial-box .content h6 {
    font-weight: 500;
    color: #ff5c0180;
    font-size: 18px;
}
#carouselTest{
	position: relative;
}
#carouselTest .owl-nav {
    position: absolute;
    top: -100px;
    right: 0px;
}
#carouselTest .owl-nav button {
    font-size: 40px;
    color: #ff5c0180;
    font-weight: 300;
    border: 1px solid #ff5c0180;
    width: 45px;
    height: 45px;
    border-radius: 0;
    line-height: 20px;
}
#carouselTest .owl-nav button:hover {
    background-color: #ff5c0180;
    color: #fff;
    border: 1px solid #ff5c0180;
}

.blog-box{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover{
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}
.blog-box .img{
	position: relative;
}
.blog-box .img::after{
	content: "";
	position: absolute;
	background-color: rgba(0,2,72,0.5);
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover .img::after{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	transition: all 0.3s ease-in-out;
}
.blog-box .img img{
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover .img img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.blog-box .content {
    position: relative;
    background-color: #fff;
    padding: 20px;
}
.blog-box .category {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #cd48bf;
    padding: 2px 6px;
    color: #fff;
}
.blog-box .content h4 {
    padding-top: 25px;
    font-size: 24px;
    font-weight: 700;
}
.blog-box .content h4 a{
    color: #000248;
}
.blog-box .content h4 a:hover{
    color: #ff5c0180;
}
.blog-box .content p {
    margin: 0;
}
.blog-section.bg-light .btn-line-primary {
    display: block;
    width: 200px;
    margin: 35px auto 0px auto;
}

.amc-section img {
    width: 180px;
    padding: 5px;
}

.top-header {
    padding: 60px 0 40px 0;
}
.top-header img {
    width: 240px;
}
.top-header .social {
    text-align: right;
}
.top-header .social i {
    background-color: #000248;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 2px;
}
.top-header .social a:hover i {
    background-color: #ff5c0180;
}

.middle-header {
    border-top: 1px solid #e2e2f7;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #e2e2f7;
}
.footer-widget.links .title {
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
}
.footer-menu .link {
    color: #41415a;
    font-weight: 500;
    font-size: 17px;
    padding: 3px !important;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.footer-menu .link:hover {
    color: #ff5c0180 !important;
    transition: all 0.3s ease-in-out;
    padding-left: 12px !important;
}

.footer-menu .link::after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: #ff5c0180;
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.footer-menu .link:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.footer-widget .contact-info .item {
    padding: 5px 0;
}
.footer-widget .contact-info .item a{
    color: #41415a;
}
.footer-widget .contact-info .item p{
    color: #41415a;
}
.bottom-header {
    padding: 30px 0 20px 0;
}
.bottom-header .privacy-text {
    text-align: right;
}
.bottom-header .privacy-text a, .bottom-header .privacy-text a{
    color: #41415a;
}

.footer-main a:hover {
    color: #ff5c0180 !important;
}
.form-card #frmContact
{
    padding: 50px;
}
#frmContact .form-control
{
    margin-bottom: 10px;
}
.pp-login img
{
    width: 100%;
    height: 110px;
    border: 1px solid #00000026;
    padding: 7px;
    margin-bottom: 23px;
    border-radius: 2px;
}
.modal-backdrop.fade.in
{
    display: none;
}
#exampleModal.modal.fade.in
{
    opacity: 1;
}
@media screen and (max-width: 800px) 
{
  .banner .img img 
  {
     width: 100%;
  }
  .service-section .heading
  {
      width: 100%;
  }
  .navbar-collapse.collapse.show
  {
      background: #fff;
        z-index: 99999999;
  }
  .nav-item.dropdown .dropdown-menu
  {
      display: none;
  }
  .nav-item.dropdown:hover .dropdown-menu
  {
      display: block;
  }
  .section {
  padding: 40px 0;
   }
   .investor-corner::before
   {
       left: -138px;
   }
   .investor-corner::after
   {
       left: -194px;
   }
}
.dropdown-menu-submenu
{
    display: none;
}
.nav-item.dropdown:hover .dropdown-menu-submenu
{
    display: block;
}
.dropdown-menu-submenu li {
  display: inline-block;
}
.ticker
{
    width: 70%;
    right: 15%;
    position: absolute;
    top: 114px;
}



.subdropdown {
    position: relative;
}
.subdropdown .dropdown-menu-submenu {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    padding: 0;
}

.subdropdown:hover .dropdown-menu-submenu {
    display: block !important;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    padding: 0;
}
.subdropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    top: 18px;
    right: 15px;
    position: absolute;
    transform: rotate(270deg);
}
.subdropdown:hover::after {
    color:#fff;
}
.goog-te-banner-frame.skiptranslate
{
    display: none;
}
.top-menu
{
    width: 100%;
    display: block;
    margin: 0px;
    text-align: right;
}
.goog-te-gadget-simple
{
    border: 0 !important;
    background: none;
}
.top-menu li a.btn
{
    padding: 5px 23px;
}
.showResult_frm {
    position: relative;
}
.showResult {
    padding: 2px 5px;
    line-height: 1;
    height: 36px;
}
.showResult_frm i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    top: 0;
}
#livesearch {
    position: absolute;
    z-index: 999999999;
    background: #1b1464;
    width: 100%;
    /* padding: 6px; */
}
.toggle-container label {
  cursor: pointer;
  text-indent: -9999px;
  width: 52px;
  height: 27px;
  background: #ff5b01;
  float: right;
  border-radius: 100px;
  position: relative;
}
.toggle-container label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.toggle-container input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle-container input:checked + label::after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.toggle-container input:checked + label {
  background: #ff5b01;
}
.aboutus-section p {
  color: var(--aboutus-section-color);
}
.aboutus-section .btn
{
    background: var(--aboutus-section-bg-btn);
    color: var(--aboutus-section-bg-color);
}
.investor-box img
{
    height: 51px;
}
.testimonial-section , .amc-section
{
      background: var(--testimonial-section-bg);
}
.testimonial-box , .testimonial-box p
{
    color: var(--testimonial-color);
}
.footer-main
{
    background: var(--footer-main-bg) !important;
    color: var(--footer-main-color) !important;
}
.footer-menu .link , .footer-widget .contact-info .item a , .footer-widget .contact-info .item p , .bottom-header p , .bottom-header p a , .bottom-header .privacy-text a, .bottom-header .privacy-text a , .aboutus-section ul li , .aboutus-section h4
{
    color: var(--footer-main-color) !important;
}


.blantershow-chat {
    color: #404040;
    font-weight: 400;
    justify-content: space-between;
    z-index: 9999;
    bottom: 90px;
    right: 1px;
    font-size: 15px;
    padding: 0;
    border-radius: 5px;
}

.whatsapp-chat {
    position: fixed;
    bottom: 65px;
    right: 15px;
    display: inline-block;
    background: #ffffff;
    padding: 4px;
    border-radius: 4px;
}