body {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#3a3a3a;
    margin: 0px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
img{max-width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}
body.modal-open {
    padding-right: 0 !important;
}
/*======= Start new css =======*/
.white_bg {padding: 60px 0;background: #ffffff;}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top:15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.whitepaper_content .whitepaper_tiles .wpr_content {
    border: solid 1px #c3c3c3;
    padding: 30px 20px 90px;
    height: 100%;
    position: relative;
}
.heading_commons span.bbr {display:inline;}
.heading_commons span {display:block;}
.banner_contant .heading_commons:after {background: #fff;}

.banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.wpr_content p {
    text-align: justify;
    font-size: 15px;
}
.btn.btn-primary.font15 {
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
    min-height: 44px;
    min-width: 140px;
    border-radius: 0px;
}
.btn.btn-primary.font15:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.btn-primary.font15:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.whitepaper_content .whitepaper_tiles .wpr_content h3 {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 30px;
}
.whitepaper_content .whitepaper_tiles .wpr_content:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: -1px;
    right: -1px;
    height: 5px;
    background: rgb(15,126,241);
    background: radial-gradient(circle, rgba(15,126,241,1) 0%, rgba(1,179,255,1) 46%, rgba(0,95,146,1) 100%);
}
.whitepaper_tiles .wpr_content .download_Btn {
    position: absolute;
    bottom: 30px;
}
@media(min-width: 1600px){
    .custom_container, .container {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media (max-width:1599px) {
    .heading_commons {
        font-size: 34px;
    }
    .whitepaper_content .whitepaper_tiles .wpr_content h3 {
        font-size: 25px;
    }
}

@media (max-width:1199px) {
    .heading_commons {
        font-size: 30px;
    }
    .whitepaper_content .whitepaper_tiles .wpr_content h3 {
        font-size: 24px;
    }
}

@media (max-width:991px){
    .row.whitepaper_tiles .col-lg-6:nth-child(2) {
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .heading_commons {
        font-size: 24px;
    }
}
@media (max-width:575px) {
    .banner_blk .banner_contant {
        top: 25% !important;
    }
    .whitepaper_content .whitepaper_tiles .wpr_content {
        padding: 20px 15px 90px;
    }
    .whitepaper_content .whitepaper_tiles .wpr_content h3 {
        font-size: 22px;
    }
    
}