@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;
}
.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;
}