:root, [data-bs-theme=light]{
 --bs-primary-rgb: 247, 176, 0;
/* --bs-secondary-rgb: 0, 212, 255;*/
 --bs-secondary-rgb: 0, 164, 197;
 --bs-light-rgb: 215, 215, 215;
 --bs-dark-rgb: 104, 104, 104;
 --bs-success-rgb: 46, 204, 113;
/* --bs-danger-rgb: 238, 79, 111;*/
 --bs-danger-rgb: 255, 138, 150;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{ background: rgb(245,245,245); background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); --bs-table-bg-type: none;}
*{ font-family: Arial, Helvetica, sans-serif;}
.text-green{ color: rgba(var(--bs-success-rgb))!important;}
.text-red{ color: rgba(var(--bs-danger-rgb))!important;}
#chatTab .nav-link.active{ background-color: rgba(var(--bs-secondary-rgb))!important; color: rgba(var(--bs-white-rgb))!important;}
.tabs li{ background: rgb(245,245,245); background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); position: relative;}
.tabs li:after{	content: ""; width: 3px; height: 90%; background: url(/home/images/line_tabs.png) no-repeat bottom;	display: block;	position: absolute;	right: 0; bottom: 0;}
.tabs li:last-child:after{ display: none;}
.tabs li a{ text-decoration: none;}
.tabs li.active a, .tabs li:hover a{ color: rgba(var(--bs-secondary-rgb))!important;}
.subtabs li a{ text-decoration: none;}
.subtabs li.active, .subtabs li:hover{ background-color: rgba(var(--bs-secondary-rgb))!important;}
.subtabs li.active a, .subtabs li:hover a{ color: rgba(var(--bs-white-rgb))!important;}
.marquee{ font-size: 0;}
.marquee .cell{	min-width: 400px; height: 46px; cursor: pointer;}
.marquee .cell .content{ top: 15px;	bottom: 15px; left: 0; right: 0; height: 16px; font-size: 14px;}
.marquee .cell .content span{ width: 16px; height: 16px;}
.marquee .cell .content.text-green span{ background: url(/home/images/icon_marquee_rise.png) no-repeat;}
.marquee .cell .content.text-red span{	background: url(/home/images/icon_marquee_drop.png) no-repeat;}
header .bg-primary a.active:after, header .bg-primary a:hover:after{ content: ""; width: 100%; height: 3px; position: absolute; background:#fff; bottom: -3px; left: 0;}
.carousel{ height: calc(100vh - 222px);	overflow: hidden;}
.top_search{ padding-right: 5rem!important;}
.navbar-nav a.nav-link.active, .navbar-nav a.nav-link:hover{  background-color: rgba(var(--bs-primary-rgb))!important; color: #fff;}
#myCarousel{ min-height: 450px;}
.carousel-caption{ bottom: unset; left: 0; right: 0;}
.carousel-caption .bg-black{ --bs-bg-opacity: 0.7;}
.carousel-caption h2{ font-size: 56px;}
.carousel-caption h2:after{ content: ""; position: absolute; width: 28%; height: 1px; background: #fff; display: inline-block; right: 0; top: 50%;}
.carousel-caption h2:before{ content: ""; position: absolute; width: 28%; height: 1px; background: #fff; display: inline-block; left :0; top: 50%;}
.carousel-indicators{ margin-left: 0; margin-right: 0;}
.carousel-indicators [data-bs-target]{ width: 8px; height: 8px; margin: 0 5px; border-radius: 100%; background-color: #fff; border: 1px solid rgba(var(--bs-primary-rgb));}
.carousel-indicators [data-bs-target].active{ background-color: rgba(var(--bs-primary-rgb));}
.carousel-item img{	object-fit: cover;}
.carousel-control-next-icon, .carousel-control-prev-icon{ width: 20px; height: 36px;}
.carousel-control-next-icon{ background: url(/home/images/icon_arrow_next_white.png);}
.carousel-control-prev-icon{ background: url(/home/images/icon_arrow_prev_white.png);}
.carousel-indicators [data-bs-target]{ opacity: 1;}
section.report{	background: url(/home/images/bg_home_report.jpg) center; background-size: cover;}
section.download{ background: url(/home/images/bg_home_download.jpg) center; background-size: cover;}
.one_line_dot{ display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.two_line_dot{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;height: 43px;}
h4.two_line_dot{ min-height: 58px;}
.owl-theme .owl-nav{ position: absolute; width: 100%; left: 0; top: calc( 50% - 18px); margin: 0; z-index: -1;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{ width: 20px; height: 36px; display: inline-block; margin: 0;}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{ display: none;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover{ position: absolute; right: 0; background: url(/home/images/icon_arrow_next_black.png);}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover{ position: absolute; left: 0; background: url(/home/images/icon_arrow_prev_black.png);}  
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span{ background-color: #fff; border: 1px solid rgba(var(--bs-primary-rgb)); margin: 0 5px;}
.owl-theme .owl-dots .owl-dot.active span{ background-color: rgba(var(--bs-primary-rgb));}
.side_menu a{ min-height: 80px;}
.quick_quote{ display:none;}
.quick_quote button.nav-link{ background-color: #fff; border-bottom: 1px solid rgba(var(--bs-primary-rgb)); color: rgba(var(--bs-primary-rgb));}
.quick_quote button.nav-link.active{ background-color: rgba(var(--bs-primary-rgb))!important; border-radius: var(--bs-border-radius)!important;}
.inside .banner img{ width: 100%; height: 100%; max-height: 300px; min-height:240px; object-fit: cover;}
.pagination .page-item .active{ background:#fff; border: 1px solid rgba(var(--bs-primary-rgb))!important; color: rgba(var(--bs-primary-rgb))!important;}
.pagination .page-item .page-link{ outline: none;}




/*general*/
.mobile{
    display: none;
}

.text-secondary{

}

.navbar-brand img{
    width:257px; 
    height:71px;
}

.top_search #quick-quote-code:active{

}

.maps{
    margin-bottom: 10px;
}

/*home page*/



.home-financial img{
    width: 106px;
    height: 122px;
}

.graphic-bg-left{
    width: 441px;
    height: 362px;
}


.graphic-bg-right{
    width: 236px;
    height: 208px;
}

.rounded img{
    width:54px;
    height:45px;
}

.home-download a.rounded{
    margin-top: 10px;
}




/*about*/

.about img{
    width: 640px;
    height: 400px;
}

.quote-data{
    display: flex;
}

.download-form .rounded img, .report-inner .rounded img{
    width: 18px;
    height: 24px;
}

/*quote*/

.app-download-area{
    display: none;
    margin-bottom: 20px;
}

#app-btn{
    /* float: right; */
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    
}
@keyframes example {
  0%   {background-color:#00d4ff;}
  25%  {background-color:#0097c9;}
  50%  {background-color:#00d4ff;}
  75%  {background-color:#0097c9;}
  100% {background-color:#00d4ff;}
}

.services-inner .services-icon {
    width: 10%;
}







.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f7b000;
    --bs-btn-border-color: #f7b000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f79100;
    --bs-btn-hover-border-color: #f69c1b;
    --bs-btn-focus-shadow-rgb: 237, 155, 25;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f69c1b;
    --bs-btn-active-border-color: #de9404;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f7b000;
    --bs-btn-disabled-border-color: #f7b000;
}
.btn-outline-primary {
    --bs-btn-color: #f7b000;
    --bs-btn-border-color: #f7b000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f7b000;
    --bs-btn-hover-border-color: #f7b000;
    --bs-btn-focus-shadow-rgb: 237,173,15;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f7b000;
    --bs-btn-active-border-color: #f7b000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7b000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7b000;
    --bs-gradient: none;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00d4ff;
    --bs-btn-border-color: #00d4ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00b3ee;
    --bs-btn-hover-border-color: #00bbea;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00bbea;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00d4ff;
    --bs-btn-disabled-border-color: #00d4ff;
}
.btn-outline-secondary {
    --bs-btn-color: #00d4ff;
    --bs-btn-border-color: #00d4ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00d4ff;
    --bs-btn-hover-border-color: #00d4ff;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00d4ff;
    --bs-btn-active-border-color: #00d4ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00d4ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00d4ff;
    --bs-gradient: none;
}
 
.arrowCta{ height: 15px; width: 15px; border: 11px solid transparent; transform: rotate(45deg); margin-top: -70px;}
.arrowCta:after, .arrowCta:before{ content: ""; display: block; height: inherit; width: inherit; position: absolute; top: 0; left: 0;}
.arrowCta:after{ border-bottom: 3px solid white; border-right: 3px solid white; top: 0; left: 0; opacity: 1; animation: bottom-arrow 1.65s infinite;}
.arrowCta:before{ top: 0; left: 0; border-bottom: 3px solid white; border-right: 3px solid white; animation: top-arrow 1.65s infinite;}
@keyframes bottom-arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
@keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}




















