@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    font-family: 'Roboto', sans-serif;
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown>.dropdown-toggle:active {
      pointer-events: none;
  }
.nav_design{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #1a1a1a;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 13%);
    z-index: 9999;
}
.content{
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.nav_design .content{
    max-width: initial;
}
.img_style, .img_landing_logo{
    max-width: 100%;
}
.logo_link{
    max-width: 29%;
}
.link_color{
    color: #dadada;
}
.link_color:hover, .link_color.active{
    box-shadow: inset 0 3px 0 0 hsl(0deg 0% 71% / 50%);
    transition: box-shadow 500ms ease, color 300ms ease;
    color: #dadada;
}
.btn_hover:hover{
    background-color: #489fd9;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 12%), inset 0 0 0 2px #489fd9;
    color: #fff;
    text-shadow: none;
}
.btn_red{
    background-color: #c31a1a;
}
.bg_section{
    background-color: #989898;
    background-image: url('../images/grey_bg.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.bg_img_1{
    position: relative;
    background-image: url('../images/carousel_1.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.bg_img_2{
    background-image: url('../images/carousel_2.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.bg_img_3   {
    background-image: url('../images/carousel_3.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.bg_img_4{
    background-image: url('../images/carousel_4.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.bg_img_5{
    background-image: url('../images/carousel_5.png');
    background-position: 0% 23%;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
.link_on_img{
    position: absolute;
    top: 75%;
    left: 13%;
}
.demo_img{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)!important;
    opacity: 1!important;
    transform-style: preserve-3d!important;
}
.main_subtitle{
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300!important;
}
.heading{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
}
.color_content{
    color: #333;
}
.h3_font{
    font-size: 24px;
    font-weight: 500;
}
.card_col{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.card_col:hover{
    background-color: #c31a1a;
    color: #fff;
}
.card_col:hover .white_img{
    display: inline;
}
.white_img, .card_col:hover .black_img{
    display: none;
}
.footer_section{
    padding-top: 42px;
    padding-bottom: 42px;
    background-color: #2b2c2e;
    color: #e4e8eb; 
}
.logo_link_footer{
    max-width: 50%;
}
.btn_css{
    padding-top: 11px;
    padding-bottom: 11px;
}
.btn_nav_css{
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.footer_link_div{
    margin-left: 60%;
}
.footer_links{
    color: #939596;
}
.footer_links:hover{
    color: #d2d7d9;
}
.terms_and_conditions{
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #1c1d1f;
    color: #939596;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-item{
    height: 70vh;
  }
  .carousel-indicators li{
    background-color: #c31a1a!important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c31a1a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c31a1a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

a.nav-item.nav-link.btn.btn-outline-light.text-white.px-4.btn_nav_css.ml-3.btn_hover:active {
    background-color: white;
    color: red;
}
/* calendly CSS */
.calendly-badge-widget {
    right: 20px;
    left: auto;
    bottom: auto;
    top: 13px;
    z-index: 99999;
}
.calendly-badge-widget .calendly-badge-content {
    height: 46px;
    line-height: 46px;
}
.calendly-badge-widget .calendly-badge-content {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 5px;
}
.calendly-overlay .calendly-popup-close {
    right: 16%;
}
.calendly-overlay .calendly-popup {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    width: 100%;
    min-width: 900px;
    max-width: 100%;
    height: 100vh;
    max-height: max-content;
}
.calendly-overlay .calendly-popup #page-region > div > div {
    margin-top: 0 !important;
    margin-bottom: 30px;
}
div#navbarNavAltMarkup .dropdown-menu {
    top: 93%;
}
/* Dropdown */
.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
    background-color: #d73922 !important;
}
.lgn-btn:hover{
    background-color: #000000;
    color: #fff;
}

.calendly-badge-widget {
	display: none;
}
.new_home_log_in {
	position: absolute;
	right:0;
}
.lgn-btn {
	background: #d83d2b;
	color: #fff;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.lgn-btn:hover {
	background:#9eb3be;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	color: #000;
}
.navbar-toggler {
    color: #fff;
    background: #d83d2b;
    height: 35px;
}   
@media only screen and (max-width: 991px) {
    .calendly-badge-widget .calendly-badge-content {
        padding: 0 12px;
    }
    .new_home_log_in {
        bottom: 3px;
        right: 0;
    }
    #request_trial {
        display: block;
        width: 160px;
    }
}

@media only screen and (max-width: 575px) {
    body .nav_design .img_landing_logo{
            max-width: initial;
            width: 180px;
        }
        .calendly-overlay .calendly-popup {
            height: 98vh;
            max-height: max-content;
        }
}

.overview_table tbody tr:nth-of-type(odd){
  background-color: #EDEDED;
}

.overview_table tbody tr:nth-of-type(even){
	background-color: #DBDBDB;
}

.ag-cell-value {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
}

/* -----------------------------------------------------LOGO-GRID---------------------------------------------------------- */
.logo-container-outer{
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.logo-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo-container > .grid-item{
    flex-basis: 25%;
    /* padding: 32px 35px; */
}
.logo-container > .grid-item > img{
    width: 202px;
    height: 100%;
}

/* -----------------------------------------------------TABLE----------------------------------------------------------  */

.section_div{
    width: 97%;
}

@media  only screen and (max-width: 375px) and (min-width: 320px){
    .logo-container > .grid-item > img {
        width: 201px;
        height: 100%;
        object-fit:contain;
    }
    .logo-container > .grid-item {
        flex-basis: 50%;
        padding: 18px 35px;
    }
}

@media only screen and (max-width: 425px)and (min-width: 376px){
    .logo-container > .grid-item{
        flex-basis: 50%;
        padding: 25px 16px;
    }
    .logo-container > .grid-item > img{
        width: 164px;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 426px){
    .logo-container > .grid-item{
        width: 247px;
        flex-basis: 44%;
        padding: 32px 8px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
    .logo-container > .grid-item{
        padding: 32px 14px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px){
    .logo-container > .grid-item{
        padding: 32px 15px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1281px){
    .logo-container > .grid-item > img{
        /* width: 202px; */
        height: 100%;
    }
}
@media only screen and (max-width: 2560px) and (min-width: 1441px){
    .logo-container > .grid-item{
        flex-basis: 25%;
        padding: 32px 35px;
    }
}

.table-bordered{
    border: 1px solid #000000 !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #000000 !important;
}

.table thead th {
    vertical-align: middle !important;
    text-align: center;
}
.table td{
    vertical-align: middle !important;
    text-align: center;
}

#chartdiv, #radarChartdiv, #operatorsChartdiv, #operatorsRootChartdiv {
	width: 100%;
	height: 600px;
}

.demo-theme-dark .demo-background {
	background: #000;
}
.bg-light {
	background-color: #f8f9fa !important;
}

.bg_color {
	background-color:#0e7b99 !important;
	color: #fff !important;
}

.toggle-button button{
	width: 100px;
}
.toggle-button .btn-light{
	color: #212529;
  background-color: #c3cad1;
}

.toggle-button .btn-danger{
	color: #212529;
}