* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

.selfContainer {
    margin-top: 25px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
body {
    font-family: "Futura Next Book", sans-serif;
    color: #383838;
    font-size: 16px;
}
body.head-fix {
    padding-top: 80px;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-padding-heading-hr {
    padding-left: 4%!important;
    padding-right: 4%!important;
}

.main {
    padding-top: 30px;
    padding-bottom: 80px;
}
.heading-sectiong {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-heading {
    position: relative;
    font-size: 70px;
    padding-left: 36px;
    display: inline-block;
}
.main-heading::before {
    content: "";
    height: 89px;
    width: 12px;
    background-color: #ee3124;
    position: absolute;
    top: 0;
    left: 0;
}




/* start common  form css */




.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 370px;
    margin: 0;
    top: 0;
    float: left;
    background: none;
    height: 44px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 7px 12px;
    border-right: 1px solid #000;
    color: #636466;
    font-size: 16px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    right: 17px;
    background: url(../../../../../../../../themes/onepress/assets/images/icon_new.png) no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%
}

.country-select .btn-select::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    background: url(../../../../../../../../themes/onepress/assets/images/icon_new.png) no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%
}

.country-picker {
    display: none
}

.select-options {
    display: none;
    position: absolute;
    top: 104%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 6px -1px rgb(0 0 0 / 51%);
    -moz-box-shadow: 0 0 6px -1px rgba(0,0,0,.51);
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 51%);
    background: #fff;
    border-radius: 4px
}

.country-dropdown {
    display: none;
    position: absolute;
    top: 104%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 6px -1px rgb(0 0 0 / 51%);
    -moz-box-shadow: 0 0 6px -1px rgba(0,0,0,.51);
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 51%);
    background: #fff;
    border-radius: 4px
}

.select-options li,.country-dropdown li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color: #707070;
    border-bottom: 1px solid #0000000d;
    border-radius: 0
}

.select-options li:first-child:hover,.country-dropdown li:first-child:hover {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.select-options li:hover,.select-options li:first-child,.country-dropdown li:hover,.country-dropdown li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.select-options li:hover,.select-options li:last-child,.country-dropdown li:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.select-options li:hover,.select-options li.is-selected,.country-dropdown li:hover {
    color: #383838;
    background: #fde8e7
}

.select-options li[rel="hide"] {
    display: none
}

.card:hover a.btn-read::after,.card a.btn-read:hover::after {
    border-color: #383838;
    height: 38px;
    top: 4px;
    opacity: .7
}

.blogs-wrapper {
    padding-top: 25px
}

.blog-filter {
    opacity: inherit
}

.blog-filter {
    border: 1px solid #66646380
}

.select-styled {
    border-right: 1px solid #66646380
}






.sticy-social {
    position: fixed;
    bottom: 40px;
    right: 31px;
    z-index: 99
}

.sticy-social ul li a {
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin-top: 13px;
    position: relative;
    align-items: center;
    color: #383838
}

.sticy-social ul li a .title {
    position: absolute;
    right: -100px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 3px;
    opacity: 0;
    transition: opacity ease 0.4s
}

.sticy-social ul li a:hover .title {
    position: absolute;
    right: calc(50px);
    opacity: 1
}

.sticy-social ul li a img {
    border-radius: 50%;
    max-width: 100%
}






/* end common  form css */






/* BUTTON Added in product category page - Looking for a solution section */
.button-cta{
    display:flex;
}




/* end card sec */



.caseContent {
    margin-top: 50px;
    margin-left:-10px;
    margin-right: -10px;
}

.card-body {
    padding: 1.875vw 1.979166vw 3.020833vw
}

.img-wrap {
    position: relative;
}

.card {
    overflow: hidden;
    /* height: 27.5vw; */
    height: 27.739583vw;
    padding-bottom: 0;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 9%);
    min-width: 24.89583vw;
}

.caseContent .owl-item {
    padding: 0 10px 10px;
}


.card img {
    transition: top ease .5s;
    position: relative;
    top: 0;
    max-width: 100%;
    height: auto!important;
}

.card:hover img {
    top: -4.6875vw;
}

.card a.btn-read {
    min-width: 11.354166vw;
    padding: 0.625vw 0 0 0.78125vw;
    font-size: 1.25vw;
    height: 3.541666vw;
    bottom: -2.0833vw;
    display: inline-block;
    transition: all ease .5s;
    border-radius: 5px;
    border: #383838 1px solid;
    color: #383838;
    opacity: .7;
    letter-spacing: 1px;
    position: relative;
}


.card a.btn-read::after {
    width: 3.125vw;
    content: "";
    right: 0;
    height: 3.4375vw;
    border: 0;
    border-left: 1px solid #383838;
    transition: all ease .4s;
    padding: 0;
    background-image: url(../images/forword-arrow.png);
    background-repeat: no-repeat;
    top: -1px;
    display: flex;
    background-position: center;
    position: absolute;
}

.card a.btn-read:hover,.card:hover a.btn-read {
    min-width: 11.875vw;
}
.card a.btn-read:hover, .card:hover a.btn-read {
    color:#ee3124;
    border-color: #ee3124;
}


.card a.btn-read::after {
    width: 3.125vw;
    right: 0;
    height: 3.4375vw;
    border: 0;
    border-left: 1px solid #383838;
    transition: all ease .4s
}

.card a.btn-read:hover::after,.card:hover a.btn-read::after {
    border-color: #383838;
    height: 3.020833vw;
    top: 0.208333vw;
    opacity: .7
}

.card-text {
    height: 0;
    margin-bottom: 0;
    transition: bottom ease .5s;
    position: absolute;
    width: 86%;
}

.card .card-text {
    font-size: 1.041666vw;
    bottom: 7.291666vw;
    opacity: 0;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title {
    font-size: 1.25vw;
    margin-bottom: 0;
    transition: top ease .5s;
    position: relative;
    top: 0;
    font-family: 'Futura Next Medium';
    letter-spacing: -.0375vw;
    min-height: 3.02083vw;
}

.card:hover .card-title {
    top: -4.6875vw;
}

.card:hover .card-text {
    opacity: 1;
}

.card:hover .card-text {
    height: auto;
}


.schedule-btn {
    padding: 15px 43px 19px 22px;
    border-radius: 6px;
    font-size: 22px
}






/* start host system img */



.host_system_img{width: 100%; padding-left: 6.197916vw; padding-right: 6.197916vw;padding-top:0}
.host_system_inner_img{width: 100%; margin-top: 30px;}
.host_system_inner_img img{width: 100%;}

.host_system_img .btn{display: none;}

.host_system_img .main-heading{display: none;}


/* end host system img */




/* start other software sec */


.other_soft_main{margin-top: 50px;}


.other_soft_left {
    background: #EEE;
    min-height: 28.125vw;
    padding-left: 1.5625vw;
    padding-top: 2.864583vw;
    padding-bottom: 2.083333vw;
    padding-right: 2.083333vw;
}

.other_soft_left:hover{background: #ee3023; color: #fff;}

.other_soft_left h2{ margin-bottom: 1.822916vw; color: #383838; font-size: 1.666666vw; line-height: 2.1875vw; font-family: "Futura Next bold",sans-serif;min-height: max(2.1875vw*2);}

.other_soft_left p{ 
    margin-bottom: 1.822916vw;
     color: #383838; font-size: 1.041666vw; line-height: 1.458333vw;
     min-height: 5.833vw;
     display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.other_soft_left a{color: #EE3023; font-size: 1.145833vw; line-height: 1.458333vw; position: relative; transition: 0.5s;}
.other_soft_left a::after {
    content: "\f101";
    font-family: FontAwesome;
    position: relative;
    right: -0.78125vw;
    top: 0.104166vw;
    margin: 0;
    font-size: 1.345833vw;
}

.doftware_img {
    width: 100%;
    text-align: right;
}

.doftware_img img {
    width: 10.5vw!important;
    display: initial!important;
}


.other_soft_left:hover h2{color: #fff;}

.other_soft_left:hover p{color: #fff;}

.other_soft_left:hover a{color: #fff; letter-spacing: 1px;}

.other_soft_left:hover a::after{
    right: -20px;
}





.owl-nav.disabled+.owl-dots {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.owl-dots .owl-dot span {
    width: 16px;
    height: 16px
}


.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EE3124;
}



/* end other software sec */





/* start analysts sec */




.analysts_slider_main {
    margin-top: 50px;
    margin-left: min(-20px,-2.552083vw);
    margin-right: min(-20px,-2.552083vw);
}


.analysts_bg_div {
    background: #f7f7f7;
    padding: 0;
    border-radius: 0.520833vw;
}

.analysts_bg_div img{width: 100%;}


.analysts_left{
    margin-left: max(20px,2.552083vw);
    margin-right: max(20px,2.552083vw);
}

.analysts_left h5{ margin-bottom: 0; margin-top: 1.822916vw; color: #383838; font-size: 1.354166vw; line-height: 1.666666vw;
    font-family: "Futura Next medium",sans-serif; }

.analysts_left .btn{ margin-top: 1.458333vw; padding: 0;}

.analysts_left .btn a{}




/* end analysts sec */




/* start our software talks hardware sec */


.talks_hardware_sec{
    padding-left: 165px!important;
    padding-bottom:0;
    padding-top:30px;
}


.talks_inner_main {
    display: flex;
    justify-content: space-between;
    gap: 4.6875vw;    
}

.left_tab_talks{
    width: 15.3125vw; 
    margin-top: max(30px,4.166vw);
}


.left_tab_talks .owl-nav button[class*=owl-].disabled img {
    filter: grayscale(100%);
    opacity: .6;
}






.design_tabbing li {
    color: #38383860;
    font-size: 1.354166vw;
    line-height: 1.666666vw;
    position: relative;
    padding: 1.041666vw 0;
    border-bottom: 1px dashed #7070709c;
    cursor: pointer;
}
.design_tabbing li:first-child{
    padding-top:0;
}
.design_tabbing li::after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 1.204166vw;
    font-size: 1.245833vw;
}
.design_tabbing li:first-child::after{
    top: 0;
}

.design_tabbing li.current {
    color: #ee3023;
    font-family: 'Futura Next Medium';
}

.design_tabbing li.current::after{
    color: #ee3023;
}




.tab-content{
    display: none;
}



.tab-content.current{
    display: inherit;
}


.talks_hardware_sec .owl-carousel {
    display: block;
}

.right_tab_cnt {
    width: 77%;
}

.cntent_tab{
    display: flex !important; justify-content: space-between; gap: 4.6875vw; 
    align-items: center; 
    width: 100%;
}

.tab_data{width: 38.802083vw;}

.tab_data p{ color: #383838; font-size: 1.25vw; line-height: 1.770833vw;}

.tab_img{width: 28.125vw;}
.tab_img img{width: 100%;}








/* start benefit sec_slider */
.benefit_slider {
    width: max(64.0625vw);
    margin-left: min(-10px,-1.0456vw);
}
.benefit_sec_main{width: 100%;}

.benefit_slider .owl-carousel .owl-stage-outer {
    padding: 3.645833vw 0vw 1.40625vw;
}

.benefit_slider .owl-nav {
    margin-top: 1.5625vw;
}
.benefit_slider .owl-nav.disabled+.owl-dots {
    margin-top: 1.5625vw;
}


.benefit_slider .owl-carousel .owl-item {
    padding-left:max(17px,1.40625vw);
    padding-right:max(17px,1.40625vw)
}
.bc_inner {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 27px #00000029;
    padding: 3.125vw max(15px,1.5625vw) 2.34375vw;
    min-height: 18.229166vw;
    /* width: 90%; */
}


.bc_inner .number {
    position: absolute;
    top: -1.71875vw;
    left: 1.5625vw;
    background-color: #ee3124;
    width: 3.4375vw;
    line-height: 3.4375vw;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.770833vw;
    font-weight: 700;
}

.bc_inner h3 {
    color: #383838;
    font-size: max(16px,1.35416vw);
    line-height: 1.666666vw;
    font-weight: 600;
    margin-bottom: 0.3125vw;
    min-height: 3.333333vw;
}


.bc_inner p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #383838;
    font-size: 1.25vw;
    line-height: 1.458333vw;
    margin: 0;
}



/* end benefit sec_slider */









/* start featured sec start */

.featured_slider_first {
    margin-right: 0px!important;
    margin-top: 2.083333vw;
    margin-left:max(20px,2.1875vw);
    width: max(61.35416vw);
}


/* .featured_slider_first .owl-carousel .owl-stage-outer {
    padding: 80px 0;
} */

.featured_slider_first .owl-nav {
    margin-top: 0.78125vw;
}
.featured_slider_first .owl-nav.disabled+.owl-dots {
    margin-top: 0.78125vw;
}

.fearured_right_main {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding: 3.645833vw 3.125vw 3.645833vw 3.125vw;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(112,112,112,.3);
    margin: 1.5625vw 1.041666vw 1.041666vw 1.041666vw;
    /* align-items: center; */
}


.featured_left {
    width: 42%;
    position: relative;
}

.featured_left .number {
    position: absolute;
    top: -5.11875vw;
    left: 0.020834vw;
    background-color: #ee3124;
    width: 3.4375vw;
    line-height: 3.4375vw;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.770833vw;
    font-weight: 700;
}

.featured_left h3 {
    color: #383838;
    font-size: 1.666666vw;
    line-height: 2.083333vw;
    font-weight: 600;
    margin-bottom: 1.5625vw;
}

.featured_left p{
    color: #383838;
    font-size: 1.25vw;
    line-height: 1.458333vw;
    margin: 0;
}









.featured_right {
    width: 51.5%;
    margin-top: 1.5625vw;
}

/* .featured_slider_first .featured_slider_inner .owl-stage-outer {
    padding: 0;
} */

.featured_right .owl-nav.disabled+.owl-dots {
    margin-top: 0.78125vw;
}


.featured_image img {
    width: 100%;
    border-radius: 5px;
}




/* end featured sec start */










/* end our software talks hardware sec */






/* start media query */


@media screen and (max-width: 1680px){



.talks_hardware_sec {
    padding-left: 144px!important;
}


.main {
    padding-bottom: 60px;
}

.main-heading {
    font-size: 61px;
    padding-left: 32px;
}

.main-heading::before {
    height: 80px;
    width: 10px;
}


}

@media screen and (max-width: 1600px){

.talks_hardware_sec {
    padding-left: 137px!important;
}



.selfContainer {
    margin-top: 20px;
}

.main-heading {
    font-size: 58px;
    padding-left: 32px;
}

.main-heading::before {
    height: 74px;
    width: 10px;
}




}


@media screen and (max-width: 1536px){

.talks_hardware_sec {
    padding-left: 133px!important;
}


.owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.main-heading {
    font-size: 56px;
    padding-left: 32px;
}


}

@media screen and (max-width: 1440px){

.talks_hardware_sec {
    padding-left: 122px!important;
}



.main-heading {
    font-size: 52px;
    padding-left: 30px;
}

.main-heading::before {
    height: 65px;
    width: 8px;
}


}


@media screen and (max-width: 1400px){



.talks_hardware_sec {
    padding-left: 119px!important;
}



.owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.main-heading {
    font-size: 51px;
    padding-left: 26px;
}

}

@media screen and (max-width: 1366px){


.talks_hardware_sec {
    padding-left: 116px!important;
}



.main-heading {
    font-size: 50px;
    padding-left: 26px;
}

.main-heading::before {
    height: 64px;
    width: 8px;
}



}

@media screen and (max-width: 1280px){



.talks_hardware_sec {
    padding-left: 109px!important;
}



.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.main-heading {
    font-size: 47px;
    padding-left: 23px;
}

.main-heading::before {
    height: 55px;
    width: 7px;
}

}


@media screen and (max-width: 1199px){


.talks_hardware_sec {
    padding-left: 6% !important;
}

.featured_slider_first {
    margin-right: 6% !important;
    width: auto;
    margin-left: 0;
}


.tab_data p {
    font-size: 14px;
    line-height: inherit;
}

.bc_inner p {
    line-height: inherit;
    font-size: 14px;
    min-height: 8.166vw;
}

.featured_left p {
    line-height: inherit;
    font-size: 14px;
}

.main-heading {
    font-size: 36px;
    padding-left: 16px;
}

.main-heading::before {
    height: 46px;
    width: 6px;
}

.design_tabbing li {
    font-size: 16px;
    line-height: inherit;
}

.bc_inner h3 {
    font-size: 20px;
    line-height: inherit;
}

.featured_left h3 {
    font-size: 20px;
    line-height: inherit;
    min-height: 6.333333vw;
}

.analysts_left h5 {
    font-size: 20px;
    line-height: inherit;
}

.design_tabbing li {
    font-size: 18px;
}

.analysts_left .btn {
    margin-top: 2.458333vw;
}

.card-title {
    font-size: 20px;
}

.card .card-text {
    font-size: 14px;
}

.card {
    height: 45.739583vw;
}

.card a.btn-read {
    bottom: -6.0833vw;
}

.card a.btn-read:hover, .card:hover a.btn-read {
    min-width: 11.875vw;
    bottom: -6.0833vw;
    
}


.card a.btn-read {
    min-width: 14.354166vw;
    padding: 0.925vw 0 0 0.98125vw;
    font-size: 1.45vw;
    height: 4.541666vw;
}

.card a.btn-read::after {
    width: 4.125vw;
    height: 4.4375vw;
}

.card a.btn-read:hover, .card:hover a.btn-read {
    bottom: -6.0833vw;
    min-width: 14.354166vw;
}

.card a.btn-read:hover::after, .card:hover a.btn-read::after{
    height: 4.4375vw;
    top: 0;
}

.card .card-text {
    bottom: 11.116666vw;
}

.card:hover .card-text {
    bottom: 11.116666vw;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.main {
    padding-bottom: 40px;
}

.other_soft_left h2 {
    margin-bottom: 1.822916vw;
    font-size: 24px;
    line-height: initial;
    min-height: max(2.1875vw*2);
}

.other_soft_left p {
    font-size: 14px;
    line-height: inherit;
}

.other_soft_left a {
    font-size: 16px;
}

.other_soft_left a::after {
    font-size: 15px;
}

.doftware_img img {
    width: 13.5vw!important;
}
.benefit_slider .owl-carousel .owl-stage-outer {
    padding: 3.645833vw 0vw 2.40625vw;
}
}


@media screen and (max-width: 991px){

.analysts_slider_main {
    margin-top: 30px;
}

.talks_inner_main {
    flex-wrap: wrap;
}

.left_tab_talks {
    width: 100%;
}

/* .talks_hardware_sec {
    padding-left: 6%!important;
    padding-right: 6%!important;
} */

.design_tabbing li {
    border: 1px solid #38383850;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #383838;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 0;
    height: 6.45vw;
}

.design_tabbing li::after{display: none;}

.left_tab_talks .owl-carousel .owl-stage-outer {
    /* margin: 0 50px; */
}

.tabbing_slider {
    width: 85%;
    margin: 0 auto;
}



.left_tab_talks .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    left: 0;
    width: 30px;
    height: 30px;
    left: -50px;
}

.left_tab_talks .owl-nav .owl-prev img{width: 100%;}

.left_tab_talks .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    right: 0;
    width: 30px;
    height: 30px;
    right: -50px;
}

.left_tab_talks .owl-nav .owl-next img{width: 100%;}


.design_tabbing li.current {
    color: #fff;
    background: #EE3124;
    border-color: #EE3124;
}

.right_tab_cnt {
    width: 100%;
}

.left_tab_talks {
    padding-right: 6%!important;
}

.tab_data {
    width: 42.802083vw;
}

.tab_img {
    width: 42.125vw;
}

.benefit_slider {
    width: 90%;
    margin-left: 0;
}
.bc_inner {
    box-shadow: 0 3px 18px #00000029;
    padding: 5.125vw max(15px,3.5625vw) 4.34375vw;
    min-height: 32vw;
}
.bc_inner .number {
    position: absolute;
    top: -2.71875vw;
    left: 3.5625vw;
    background-color: #ee3124;
    width: max(40px,3.4375vw);
    height: max(40px,3.4375vw);
    line-height: normal;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.470833vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}



.fearured_right_main {
    flex-wrap: wrap;
}

.featured_left {
    width: 100%;
}

.featured_right {
    width: 100%;
    margin-top: 3.5625vw;
}

.featured_right .owl-nav.disabled+.owl-dots {
    margin-top: 1.78125vw;
}

.featured_left .number {
    top: -3.0625vw;
    left: 3.020834vw;
    width: 6.4375vw;
    line-height: 6.4375vw;
    z-index: 99;
}

.featured_left {
    margin-top: 20px;
}

.featured_left h3 {
    margin-top: 15px;
}

.host_system_img .main-heading {
    display: block;
}


.host_system_img .btn {
    display: block;
    text-align: left;
    margin-top: 30px;
    padding-left:0;
}

.analysts_left h5 {
    font-size: 17px;
}

.analysts_left .btn {
    margin-top: 4.458333vw;
}

.caseContent {
    margin-top: 30px;
}

.card {
    height: 49.739583vw;
}

.card a.btn-read {
    min-width: 19.754166vw;
    padding: 1.425vw 0 0 1.98125vw;
    font-size: 1.95vw;
    height: 6.541666vw;
}

.card a.btn-read {
    bottom: -9.0833vw;
}

.card a.btn-read:hover, .card:hover a.btn-read {
    bottom: -9.0833vw;
    min-width: 19.754166vw;
}
.card a.btn-read::after {
    width: 5.125vw;
    height: 6.4375vw;
    /* font-size: 71%; */
    background-size: 56%;
}
.card-title {
    font-size: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.card a.btn-read:hover::after, .card:hover a.btn-read::after {
    height: 6.4375vw;
    top: 0;
}

.card:hover .card-text {
    bottom: 12.116666vw;
}

.other_soft_main {
    margin-top: 30px;
}

.doftware_img img {
    width: 22.5vw!important;
}

.other_soft_left {
    background: #EEE;
    min-height: inherit;
    padding-left: 2.5625vw;
    padding-top: 3.864583vw;
    padding-bottom: 4.083333vw;
    padding-right: 3.083333vw;
}

.fearured_right_main {
    margin: 4.5625vw 4.041666vw 4.041666vw 2.041666vw;
    padding: 4.645833vw 4.125vw 4.645833vw 4.125vw;
    min-height: max(91.944vw);
}
.featured_slider_first .owl-carousel .owl-item {
    padding-right: 15px;
}

.fearured_right_main {
    flex-direction: column-reverse;
}

.featured_left {
    position: static;
}

.fearured_right_main {
    position: relative;
}

.morecontent span {
    display: none;
}

.morelink {
    color: #383838;
    text-decoration: underline;
}

.featured_right .owl-carousel .owl-stage-outer {
    display: flow-root;
}
section.breadcrumb_sectopn.breadcrumb_white.section-padding-hr.selfContainer {
    display: none;
}
.other_soft_left p {
    min-height: 10.833vw;
}
.bc_inner h3 {
    font-size: 20px;
    line-height: inherit;
    min-height: 8.333333vw;
}
.bc_inner p {
    line-height: inherit;
    font-size: 14px;
    min-height: 11.166vw;
}
.other_soft_left h2 {
    margin-bottom: 1.822916vw;
    font-size: 24px;
    line-height: initial;
    min-height: max(4.1875vw*2);
}
.host_system_img {
    padding-top:30px;
}

}



@media screen and (max-width: 767px){
    section.breadcrumb_sectopn.breadcrumb_white.section-padding-hr.selfContainer {
        display: none;
    }
    section.main.talks_hardware_sec {
        padding-bottom: 0;
    }
    .main-heading {
        line-height: max(11.38vw) !important;
    }
    .main-heading::before {
        height: 35px;
        width: 4px;
    }
.host_system_img .main-heading{display: block;}


.left_tab_talks .owl-nav .owl-next {
    top: 36%;
    width: 18px;
    height: 18px;
    right: -33px;
}

.left_tab_talks .owl-nav .owl-prev {
    top: 36%;
    width: 18px;
    height: 18px;
    left: -33px;
}


.left_tab_talks .owl-stage-outer {
    padding: 5px 0;
}


.cntent_tab {
    flex-wrap: wrap;
}

.tab_data {
    width: 100%;
    padding-right: 6%;
}

.tab_img {
    width: auto;
    margin-left: -6%;
    margin-right: 0;
}

.benefit_slider {
    width: 94%;
    margin-left: 0;
}

.bc_inner {
    box-shadow: 0 3px 20px #00000029;
    padding: 70px 4.04444vw 9.34375vw 8.03333vw;
    min-height: 90.229166vw;
    margin: 0;
    margin: 15px;
}

.bc_inner .number {
    top: -8.71875vw;
    left: 5.979166vw;
    width: 18.333vw;
    height: 18.333vw;
    line-height: 17.4375vw;
    font-size: 8.770833vw;
    border: 3px solid #fff;
}

.benefit_slider .owl-carousel .owl-stage-outer {
    padding: 16.645833vw 0.041666vw 15.55vw;
}
.benefit_slider .owl-nav {
    margin-top:0;
}
.benefit_slider .owl-nav.disabled+.owl-dots {
    margin-top:0;
}
.benefit_slider .owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
}
.bc_inner h3 {
    font-size: 6.666vw;
    color: #ee3124;
    line-height: 8.333vw;
}

.bc_inner p {
    line-height: 25px;
    font-size: 16px;
    margin-top: 30px;
}
.tabbing_slider {
    width: 80%;
    margin: 0 auto;
}
.left_tab_talks {
    margin-top: max(15px,4.166vw);
}
.design_tabbing li {
    font-size: 14px;
    /* padding: 2.541666vw 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: max(11.111vw);
}


.fearured_right_main {
    margin: 13.5625vw 3.041666vw 3.041666vw 3.041666vw;
    padding: 9.645833vw 7.125vw 7.645833vw 7.125vw;
    min-height: max(126.944vw);
}

.featured_right {
    width: 100%;
    margin-top: 7.5625vw;
}

.featured_right .owl-nav.disabled+.owl-dots {
    margin-top: 4.78125vw;
}

.featured_left h3 {
    margin-top: 0;
    font-size: max(6.666vw);
    line-height: max(8.333vw);
    min-height: max(16.66vw);
}

.featured_left p {
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
}

.featured_left .number {
    top: -10.0625vw;
    left: 7.020834vw;
    z-index: 99;
    width: 69px;
    height: 69px;
    line-height: 17.4375vw;
    font-size: 8.770833vw;
}

.featured_slider_first {
    margin-left: 0;
    width: auto;
}
.fearured_right_main {
    width: 92%;
    box-shadow: 0 0 16px rgba(112,112,112,.3);
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.analysts_bg_div {
    background: #f7f7f7;
    padding: 0;
    border-radius: 1.520833vw;
}


.analysts_left h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 21px;
}

.analysts_left .btn {
    margin-top: 21px;
}

.card {
    height: inherit;
}

.card:hover .card-text {
    position: inherit;
}

.card-body {
    padding: 29px 26px;
}

.card .card-text {
    position: inherit;
    opacity: 1;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    width: 100%;
    -webkit-line-clamp: 4;
    min-height: 88px;
}

.card a.btn-read {
    min-width: 176px;
    padding: 11px 0 0 11px;
    height: 55px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    bottom: 0;
}

.card:hover .card-title {
    top: 0;
}

.card:hover img {
    top: 0;
}

.card a.btn-read::after {
    width: 50px;
    height: 55px;
    background-size: auto;
}

.card a.btn-read:hover, .card:hover a.btn-read {
    bottom: 0;
    min-width: 176px;
}

.card a.btn-read:hover::after, .card:hover a.btn-read::after {
    height: 54px;
    top: 0;
}

.other_soft_left {
    padding: 25px 34px;
    min-height: max(473px,123.055vw);
}

.other_soft_left h2 {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 32px;
    min-height: 17.77vw;
}


.other_soft_left p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
}
.other_soft_left p {
    min-height: 32.833vw;
}

.other_soft_left a {
    font-size: 16px;
    line-height: 28px;
}
.other_soft_slider  .owl-nav.disabled+.owl-dots {
    margin-top: 12.777vw;
}

.doftware_img img {
    width: 50.5vw!important;
}

.doftware_img {
    margin-top: 15px;
}

.other_soft_left a::after {
    font-size: 22px;
}
.other_soft_left a::after {
    right: -3.78125vw;
}

.tab_data p {
    font-size: 16px;
    line-height: 20px;
}

.cntent_tab {
    margin-top: 10px;
}
.contactWrap .contact-left .main-heading br {
    display: none;
}
.host_system_img {
    padding-top: 40px;
}
.owl-carousel .owl-item .featured_image img {
    max-height: 31.94vw;
}
.featured_slider_first .owl-nav{
    margin-top: 3.78125vw; 
}
.featured_slider_first .owl-nav.disabled+.owl-dots {
    margin-top: 3.78125vw;
}

}





/* end media query */

