.header_content {
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.industries_section {
    height: 100%;
}
.whitelable-button-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitelable-button-block .btn_white{
    background: #ffffff00;
    border: 1px solid #ef0d33;
    color: #ef0d33;
    text-align: center;
    border-radius: 4px;
    width: 115px;
    line-height: 2.8;
}
.whitelable-button-block .btn_white:hover{
    background: #ef0d33;
    color: #fff;
}
.white_sec {
    display: flex;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    padding: 0 !important;
    margin: 0 !important;
}

.white_left {
    width: 40%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    height: 100%;
    /*padding-top: 10%;*/
    background-image: url("../images/blogphone.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.forNews.header_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent !important;
}

.header_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 78%);
}

.white_right {
    width: 60%;
    vertical-align: top;
    overflow-y: auto;
    overflow-x: hidden;
}

.noppad {
    padding-left: 0 !important;
}


/* .noppad:before {
    width: 35px;
    height: 2px;
    background-color: #ef0d33;
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
} */

.h2 {
    display: flex;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    padding-left: 10%;
    padding-right: 5%;
    align-items: center;
}

.h2 div {
    vertical-align: top;
}

.h2 img {
    height: 50px;
    /*margin-top: 5%;*/
    position: relative;
}

.h2 div>h3 {
    font-size: 60px;
    padding-left: 20px;
    color: #e5e5e5;
    margin: 0;
}

.first_p {
    text-align: justify;
    padding-left: 10%;
    padding-right: 5%;
}

.first_p::first-letter {
    font-size: 200%;
    color: #8A2BE2;
    float: left;
    initial-letter: 3;
    -webkit-initial-letter: 3;
}

.dnld_btn {
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 10px;
    line-height: 12px;
    margin: 50px auto;
    font-family: montserrat_light, sans-serif;
    height: auto;
    width: auto;
    border: 1px solid #ef0d33;
    margin: 50px auto;
    background-color: #ef0d33;
    color: white;
    cursor: pointer;
}


/*.pdf_popup_wrap {*/


/*display: none;*/


/*position: fixed;*/


/*width: 100%;*/


/*height: 100%;*/


/*top: 0;*/


/*left: 0;*/


/*background-color: rgba(20, 20, 20, 0.25);*/


/*}*/


/*.pdf_closer {*/


/*position: absolute;*/


/*width: 100%;*/


/*height: 100%;*/


/*top: 0;*/


/*left: 0;*/


/*z-index: -1;*/


/*}*/


/*.show {*/


/*display: block !important;*/


/*}*/


/*.pdf_popup {*/


/*position: relative;*/


/*width: 50%;*/


/*height: 0;*/


/*background-color: #f8f8f8;*/


/*-webkit-transition: all .3s;*/


/*-moz-transition: all .3s;*/


/*-o-transition: all .3s;*/


/*transition: all .3s;*/


/*z-index: 1;*/


/*padding: 1px 0;*/


/*}*/


/*.show .pdf_popup {*/


/*height: auto;*/


/*}*/

.h3 {
    text-align: center;
    color: #b1a9a9;
    font-size: 25px;
    line-height: 28px;
    margin-top: 0;
}

.fields {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.fields form {
    box-sizing: border-box;
    width: 40%;
}

.form2 {
    width: 100% !important;
}

.form2 input {
    width: 96%;
}

.fields label {
    color: rgba(100, 100, 101, 0.81);
    font-size: 13px;
}

.fields input {
    margin: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 0;
    padding: 5px 0;
    font-size: 25px;
    color: #000000;
}

.dnld_btn_pop {
    font-size: 13px;
    width: 80px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px;
    padding: 12px 17px;
}

.dnld_btn_pop:hover {
    box-shadow: 0px 0px 15px 6px 0px 0px 15px 6px rgba(239, 13, 51, 0.27);
}

.pdf_dnld {
    width: 90px;
    padding: 5px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.detail_header_contentt {
    max-width: 415px;
    margin: 25% 8%;
    color: #fff;
    opacity: 1;
    text-align: left;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.detail_header_contentt .icon {
    width: 50px;
    height: 50px;
    margin: 30px auto;
    background: url("../images/services/mobile.png") no-repeat center;
    background-size: contain;
}

.detail_header_contentt h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 20px 0px;
    font-family: 'montserrat_regular';
    position: relative;
    word-wrap: break-word;
}

.new_p {
    color: #aaa;
    line-height: 22px;
    font-size: 14px !important;
    font-family: montserrat_light, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.new_p::before {
    display: none !important;
}

.content_item {
    padding: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.median {
    background-color: #ef0d33;
    width: 1px;
    height: 100%;
}

@media only screen and (max-width: 950px) {
    .h2 div>h3 {
        font-size: 40px;
    }
}


/*------------*/

.blhead {
    padding: 2% 0% 8% 6%;
    position: relative;
}

.blhead h5 {
    font-size: 80px;
    font-weight: 100;
    color: #000000;
    text-align: right;
    margin: 0;
    z-index: 1;
    position: relative;
    font-family: montserrat_light, sans-serif;
}

.blhead h4 {
    font-size: 80px;
    line-height: 60px;
    font-weight: 500;
    color: #eee;
    text-align: left;
    margin: 30px 0;
    z-index: 1;
    position: relative;
    font-family: montserrat_regular, sans-serif;
    white-space: nowrap;
}

.blhead-fix {
    position: absolute;
    color: #efefef;
    font-size: 65px;
    left: -2px;
    top: 70%;
    z-index: 0;
}

.bl_form {
    padding: 10% 0;
    background-color: #f5f5f5;
}

.bl_form_head {
    padding: 0 6%;
}

.bl_form_head div:nth-child(1) {
    color: #ccc;
    font-size: 56px;
    height: auto;
    margin-left: -7px;
    margin-bottom: 20px;
}

.bl_form_head div:nth-child(2) {
    line-height: 60px;
    color: rgba(0, 0, 0, 0.29);
}

.fielddets {
    padding: 0 6%;
}

.bl_content {
    padding: 0 6% 3% 6%;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.bl_content p {
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 18px;
    color: #000000d6;
    text-align: left !important;
    /* color: rgba(0, 0, 0, 0.55);
    text-align: justify; */
}
.bl_content h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 36px;
}
.bl_content h2{
    line-height: 36px;
    font-size: 26px;
    font-weight: 600;
}
.bl_content p strong {
    color: #333;
}
blockquote{
    border-left: 2px solid black;
    margin-left: 0;
    padding-left: 1.5rem;
}
.bl_content blockquote p{
    color: #333;
}
.bl_content h1{
    font-size: 2rem;
}
.bl_content h5{
    font-weight: 400;
}
.bl_content li{
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.004em;
    font-size: 18px;
    color: #000000d6;
    text-align: left !important;
}
.btn_red {
    margin-top: 15px;
    padding: 10px 17px;
    opacity: 1 !important;
}

.btn_red:hover {
    color: #ffffff !important;
    font-family: montserrat_regular, sans-serif;
    background-color: #d40a2c !important;
    box-shadow: 0px 0px 15px 6px rgba(239, 13, 51, 0.27);
    opacity: 1;
}

.footer_section {
    display: none;
}

#error {
    opacity: 0;
    color: #ef0d33;
    font-size: 12px;
}

@media only screen and (max-width: 960px) {
    .bl_form_head div:nth-child(1) {
        font-size: 36px;
    }
    .blhead h4 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .detail_header_contentt h1{
        font-size: 25px;
    }
    .white_sec {
        display: block;
    }
    .white_left {
        width: 100%;
    }
    .white_right {
        width: 100%;
        height: 100%;
        /*padding-bottom: 40%;*/
    }
    .industries_section {
        height: auto !important;
    }
    .blhead h4 {
        display: none;
    }
}

@media only screen and (max-width: 3000px)and (min-width: 1921px) {
    .bl_content h4 span{
        font-size: .9vw;
        line-height: 1.2;
    }
    .go_back_btn{
        height: 2.3vw;
        font-size: 1vw;
        line-height: 2.3vw;
        width: 8vw;
        padding: .5vw 0vw;
        text-align: center;
        margin-top: 2vw !important;
        margin-left: .4vw !important;
    }
    .whitelable-button-block .btn_white{
        padding: .3vw 2.5vw;
        width: 6vw;
        font-size: 1vw;
    }
    /* menu and logo */
    .logo {
        /* transform: scale(1.5); */
        left: 1.4vw;
    }
    .menu_btn_wrap {
        transform: scale(1.5);
        top: 40px;
        right: 80px;
    }
    .side_logo img {
        transform: scale(1.5);
    }
    h4.main_head {
        margin-top: 80px;
        line-height: 120px;
        font-size: 75px;
    }
    .menu_links_wrap ul>li>a {
        padding: 12px 20px;
        font-size: 15px;
    }
    .btm_icon .icon {
        width: 80px;
        height: 80px;
    }
    .btm_icon p {
        font-size: 15px;
        line-height: 20px;
        height: 80px;
        margin: 10px 0px 0px;
    }
    .page_link_inner {
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }
    .page_link_p {
        font-size: 12px;
    }
    .page_links_div {
        margin: 15px 0;
    }
    .page_links {
        padding: 40px 0;
    }
    .swiper-container#whitepaper_Slider {
        top: -75px;
    }
    .content_box .sub_title {
        font-size: 20px;
        line-height: 26px;
    }
    .content_box p {
        font-size: 16px;
        line-height: 28px;
        max-height: 145px;
    }
    .side_strip ul {
        transform: scale(1.5);
    }
    .side_content p {
        font-size: 22px;
        line-height: 40px;
    }
    .white_paper_menu {
        padding: 120px 100px;
    }
    /* menu and logo */
    .detail_header_contentt {
        max-width: 28vw;
        transform: translateY(5vw);
    }
    .detail_header_contentt h1 {
        font-size: 2.8vw;
        line-height: 3vw;
    }
    .noppad:before {
        width: 2vw;
        height: .1vw;
    }
    .btn_red {
        height: 2.3vw;
        font-size: 1vw;
        line-height: 2.3vw;
        width: 8vw;
        padding: .5vw 1vw;
        text-align: center;
        margin-top: 2vw;
    }
    .blhead h4 {
        font-size: 5vw;
        margin: 3vw 0 2vw 0;
    }
    .bl_content p {
        font-size: 1vw;
        text-align: justify;
        line-height: 1.4vw;
    }
    .bl_form_head div:nth-child(1) {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }
    .bl_form_head div:nth-child(2) {
        font-size: 1vw;
        line-height: 2vw;
        margin-bottom: 1.5vw;
        margin-top: 2vw;
    }
    .fields label {
        font-size: 1vw;
    }
    .fields input {
        border-bottom: .1vw solid rgba(0, 0, 0, 0.17);
        padding: 1.5vw 0 0;
        font-size: 2vw;
        margin-bottom: 2vw;
    }
    .dnld_btn_pop {
        padding: 1.5vw 2.5vw;
        width: 6vw;
        font-size: 1vw;
    }
    .newsPagefullwidth .detail_header_contentt h1 {
        font-size: 2.5vw;
        line-height: 3vw;
        margin-bottom: 3vw;
    }
    .newsPagefullwidth .bl_content p {
        font-size: 1.2vw;
        line-height: 2vw;
    }
}

@media only screen and (max-width: 4000px) and (min-width: 3000px) {
    /* menu and logo  */
    .logo {
        transform: scale(3);
        left: 215px !important;
        top: 44px;
    }
    .menu_btn_wrap {
        transform: scale(3);
        top: 80px;
        right: 255px;
    }
    .side_logo img {
        transform: scale(2.5);
    }
    h4.main_head {
        margin-top: 4vw;
        line-height: 120px;
        font-size: 3vw;
    }
    .menu_links_wrap ul>li>a {
        padding: 1.3vw 2vw;
        font-size: 1vw;
    }
    .menu_links_wrap>ul {
        margin: 1vw 0;
    }
    .btm_icon .icon {
        width: 4vw;
        height: 4vw;
    }
    .menu_icons_wrap a:nth-child(3) .btm_icon .icon {
        background-size: cover;
    }
    .btm_icon p {
        font-size: .8vw;
        line-height: 1.5vw;
        height: 80px;
        margin: 10px 0px 0px;
    }
    .page_link_inner {
        width: 2.5vw;
        height: 2.5vw;
        margin: 0 20px 0 0;
    }
    .page_link_p {
        font-size: .7vw;
    }
    .page_links_div {
        margin: 1vw 0;
    }
    .page_links {
        padding: 40px 0;
    }
    .swiper-container#whitepaper_Slider {
        top: .1vw;
    }
    .content_box .sub_title {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .content_box p {
        font-size: .8vw;
        line-height: 1.2vw;
        max-height: 145px;
        margin-bottom: 2vw;
    }
    .content_box .download_btn {
        padding: 1vw 1vw 1vw 2vw;
        font-size: .8vw;
        width: 7vw;
    }
    .content_box .download_btn:before {
        top: .8vw;
        left: .6vw;
        width: 1vw;
        height: 1vw;
    }
    .case_study_menu .main_head {
        padding: 3vw 0px 0px 3vw;
    }
    .side_strip ul {
        transform: scale(2.5);
    }
    .swiper-container#casestudy_Slider {
        padding-top: 6.5vw;
    }
    #whitepaper_Slider .swiper-button-prev,
    #whitepaper_Slider .swiper-button-next,
    #casestudy_Slider .swiper-button-prev,
    #casestudy_Slider .swiper-button-next {
        height: 3vw;
        width: 3vw;
    }
    .case_study_wrap {
        height: 18vw;
    }
    .image_box {
        width: 15vw;
        height: 13vw;
    }
    .content_box {
        padding: 35px 20px 30px 11vw;
    }
    .side_content p {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .white_paper_menu {
        padding: 120px 100px;
    }
    /* menu and logo */
    /* footer */
    footer {
        height: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer_section.fp-section.fp-table,
    .fp-slide.fp-table {
        display: table !important;
    }
    .left_wrap {
        padding-top: 5%;
    }
    .left_wrap h4 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .quick_links h3 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .link_item p {
        font-size: .8vw;
        margin-bottom: 5%;
    }
    .link_item ul li a {
        font-size: .8vw;
        line-height: 2vw;
    }
    .image_wrap .clutch {
        width: 5vw;
    }
    .image_wrap .goodfirms {
        width: 4vw;
    }
    .image_wrap .firms {
        width: 9vw;
    }
    .image_wrap {
        width: 70%;
        margin: 2vw 0;
    }
    .phone {
        font-size: 1.2vw;
        line-height: 3vw;
    }
    .bottom_sec i {
        font-size: 1.4vw;
    }
    .phone span {
        margin-right: 1.5vw;
    }
    .icon_wrap {
        margin: 2vw 0;
    }
    .right_wrap {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .right_wrap h2 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .right_wrap p {
        font-size: .8vw;
        line-height: 1.4vw;
        margin: 1.6vw 0;
    }
    .input_wrap input,
    .input_wrap select {
        height: 3vw;
        margin: 1vw 0;
        padding: 5px 1.5vw;
        font-size: .8vw;
    }
     ::placeholder {
        font-size: .8vw;
    }
    .input_wrap textarea {
        height: 11vw;
    }
    .phone input {
        padding-left: 2.7vw !important;
    }
    .country-select.inside .flag-dropdown {
        transform: scale(2.5);
        padding-left: 26%;
        padding-top: 20%;
    }
    .btn_wrap #contact_btn {
        padding: .8vw 1.6vw;
        font-size: 1vw;
    }
    .copyright_wrap {
        font-size: 1vw;
        padding: 1.3vw 120px;
    }
    /* end footer */
    .detail_header_contentt {
        max-width: 28vw;
        transform: translateY(5vw);
    }
    .detail_header_contentt h1 {
        font-size: 2.8vw;
        line-height: 3vw;
    }
    .noppad:before {
        width: 2vw;
        height: .1vw;
    }
    .btn_red {
        height: 2.3vw;
        font-size: 1vw;
        line-height: 2.3vw;
        width: 8vw;
        padding: .5vw 1vw;
        text-align: center;
        margin-top: 2vw;
    }
    .blhead h4 {
        font-size: 5vw;
        margin: 3vw 0 2vw 0;
    }
    .bl_content p {
        font-size: 1vw;
        text-align: justify;
        line-height: 1.4vw;
    }
    .bl_form_head div:nth-child(1) {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }
    .bl_form_head div:nth-child(2) {
        font-size: 1vw;
        line-height: 2vw;
        margin-bottom: 1.5vw;
        margin-top: 2vw;
    }
    .fields label {
        font-size: 1vw;
    }
    .fields input {
        border-bottom: .1vw solid rgba(0, 0, 0, 0.17);
        padding: 1.5vw 0 0;
        font-size: 2vw;
        margin-bottom: 2vw;
    }
    .dnld_btn_pop {
        padding: 1.5vw 2.5vw;
        width: 6vw;
        font-size: 1vw;
    }
    .newsPagefullwidth .detail_header_contentt h1 {
        font-size: 2.5vw;
        line-height: 3vw;
        margin-bottom: 3vw;
    }
    .newsPagefullwidth .bl_content p {
        font-size: 1.2vw;
        line-height: 2vw;
    }
}