@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color:#010101; 
	background:#fff; 
    line-height: normal;
    min-height: 100%;
    height: 100%;
    /* display: flex; */
    flex-direction: column;
}
a,
a:hover {
	text-decoration: none
}
.mid-body-content{ 
    /* padding:20px 0;  */
    flex: 1 0 auto;
}



.red-text{
    text-decoration: underline;
    font-style: italic;
}




.navbar-fixed-top{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}
.navbar-fixed-top .header-bottom{
    background-color: #fff;
}
.navbar-fixed-top.cbp-af-header-shrink{
	padding: 10px 0;
}



header .header-top{
    background-color: #ecedef;
}
header .header-top p{
    color: #010101;
    font-size: 14px;
}
header .header-top span{
    color: #4798ed;
}
header .header-top .language ul li{
    color: #010101;
}
header .header-bottom{
    border-bottom: 1px solid #ecedef;
}



header .header-bottom ul li{
    color: #010101;
    font-size: 14px;
    line-height: normal;
}
header .header-bottom ul li.dropdown{
    position: static;
}
header .header-bottom .navbar .navbar-nav .nav-link{
    color: #6c6c6c;
}
header .header-bottom .navbar .navbar-nav .nav-link:hover{
    color: #4798ed;
}
header .header-bottom .navbar-light .navbar-toggler{
    border: 1px solid #010101;
}
header .header-bottom ul li .dropdown-menu a{
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 600;
}
header .header-bottom .navbar ul li .dropdown-menu a:hover{
    color: #4798ed;
    background-color: transparent;
}
header .header-bottom ul li .dropdown-toggle::after{
    color: #6c6c6c;
    margin-left: 5px;
    vertical-align: middle;
}
header .header-bottom .navbar ul li .dropdown-menu li a{
    word-wrap: break-word;
    white-space: normal;
}
header .header-bottom .navbar ul li .dropdown-menu{
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
}
header .header-bottom .navbar ul li .dropdown-menu li:hover{
    background-color: transparent;
}
header .header-bottom .navbar ul li .dropdown-menu li{
    padding-bottom: 15px;
}

header .header-bottom .navbar .navbar-nav .nav-item.active > a {
    color: #cc6600;
}




.megamenu{
    padding: 20px 20px;
    max-width: 100%;
    min-width: 100%;
}
header .header-bottom .navbar ul li.dropdown-menu ul li:nth-child(4n+1)::after{
    display: block;
    clear: both;
    content: "";
}
header .header-bottom .navbar ul li.dropdown-menu ul li a{
    width: 200px;
}


header .header-bottom .dropdown-menu .dropdown-item.active, 
header .header-bottom .dropdown-menu .dropdown-item:active{
    background-color: transparent;
}



.breadcrumb-item+.breadcrumb-item::before{
    display: inline-block;
    padding-right: .5rem;
    color: #6c6c6c;
    content: "\f0da";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}
.breadcrumb a{
    color: #4798ed;
}
.breadcrumb li{
    font-size: 14px;
}
.breadcrumb-item.active{
    color: #cc6600;
}
.page-heading h3{
    font-size: 36px;
    color: #010101;
}
.page-heading h3::after {
    content: "";
    position: absolute;
    width: 5%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #cc6600;
}

.custom-button{
    background-color: #4798ed;
    font-size: 16px;
    line-height: normal;
    border-radius: 20px;
}
.custom-button-2{
    background-color: #cc6600;
    font-size: 16px;
    line-height: normal;
    border-radius: 20px;
}
.custom-button-sub{
    background-color: #cc6600;
    font-size: 16px;
    line-height: normal;
}
    

.index-whitepapers-webinars-client-speak{
    background-color: #ecedef;
}
.index-whitepapers-webinars-client-speak img{
    bottom: 0;
    right: 0;
}
.search_panel .btn{
    background: #4798ed;
}
.index-whitepapers-webinars-client-speak .card-deck .card .card-footer{
    bottom: 40px;
}

html {
    position: relative;
    min-height: 100%;
}
.logo_col img{
	width: 40%;
}























/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    header .header-bottom ul li {
        font-size: 12px;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .index-whitepapers-webinars-client-speak .card-deck .card .card-footer {
        z-index: 888;
        bottom: 30px;
    }
	.index-whitepapers-webinars-client-speak .card-deck .card .card-footer {
        z-index: 888;
        bottom: -5px;
    }
    header .header-bottom ul li {
        color: #010101;
        line-height: normal;
        padding: 5px;
        border-bottom: 1px solid #dedede;
        margin-bottom: 10px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .index-whitepapers-webinars-client-speak .card-deck .card .card-footer {
        z-index: 888;
        bottom: -5px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .index-whitepapers-webinars-client-speak .card-deck .card .card-footer {
        z-index: 888;
        bottom: -5px;
    }
    header .header-bottom ul li{
        padding: 5px;
        border-bottom: 1px solid #dedede;
        margin-bottom: 10px;
    }
}