@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

.cabson_container h1, 
.cabson_container h2, 
.cabson_container h3, 
.cabson_container h4, 
.cabson_container h5, 
.cabson_container h6{
	font-family: 'Poppins', sans-serif;
}
.cabson_container {font-size: 16px;color:#fff; font-weight: 300;line-height: 1.6;background-color: #060026;}


.page-template-cabson  header {font-family: 'Poppins', sans-serif;}
.page-template-cabson .header_type_2 .ganpatiji.header-ganpati-icon img{object-position: -37px 0px;}
.page-template-cabson  .menu ul li a {color: #fff;}
.page-template-cabson  #menu-header-sub-menu li.touch_btn a {border-color: #fff;color: #fff;}
.page-template-cabson  .nav-icon3 span {background-color: #fff;}
.page-template-cabson  .corporate-video a span svg path.circular-icon {fill: #fff;}
.page-template-cabson  #menu-header-sub-menu li.touch_btn a:hover {background: transparent;color: #fff;}
.page-template-cabson  header .ganpatiji img {object-position: -37px -100px;}
.page-template-cabson  .header_type_2 .schedule-call a svg path {fill: #fff;}
.page-template-cabson  .darkHeader.header_type_2 .schedule-call a svg path {fill: #fff;}
.page-template-cabson .shshowcancel header {background-color: transparent;}
.page-template-cabson .shshowcancel .header_type_2 .schedule-call a svg path {fill: #fff;}
.page-template-cabson  .header_type_2 .logo_white_cool{
    display: inline-block;
}
.page-template-cabson  .header_type_2 .logo_black_cool {
    display: none;
}
.page-template-cabson  .darkHeader.header_type_2 #menu-header-sub-menu li.touch_btn a,
.page-template-cabson .shshowcancel .header_type_2 #menu-header-sub-menu li.touch_btn a{
	color: #fff;
	background-color: transparent;
}
.page-template-cabson  .darkHeader.header_type_2 #menu-header-sub-menu li.touch_btn a:hover,
.page-template-cabson .shshowcancel .header_type_2 #menu-header-sub-menu li.touch_btn a:hover{
	color: #fff;
	background-color: #FF570D;
}
.wow.animated {
    animation-iteration-count: inherit;
}
.section_gap{
	padding: 130px 0; 
    position: relative;
}
.section_gap_small{
	padding: 90px 0;
}
.section_gap p{
    margin-bottom: 30px;
}
.section_gap p:last-child{
    margin-bottom: 0px;
}
.bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
p, *{
	margin: 0;
	padding: 0;
}
.cabson_container p{
    font-size: 24px;
}
.texttransform{
    text-transform: uppercase;
}
/* equal height */
.equal_height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal_height > .equal_height_container {
    display: flex;
}
.equal_height > .equal_height_container > div{
    width: 100%;
}

/**/
.title {
    display: inline-block;
    margin-bottom: 60px;
    border: 2px dashed #fff;
    border-radius: 80px;
    padding: 28px 70px;
    color: #41D5FB;
    font-weight: 500;
    font-size: 40px;
    position: relative;
}
.title:after {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    right: 102px;
    background: #FDC800;
    animation: slide-x infinite 4s linear;
}
.title:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -6px;
    left: 102px;
    background: #8CD1D1;
    animation: slide-x2 infinite 4s linear;
}
.sub_title{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px !important;
}
.theme_text{
    color: #FDC800;
}

/* Banner section */
.banner_section {
    width: 1500px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 120px;
}
.bannerbg {
    background-image: url(../../images/case-study/cabson/banner-bg.webp);
    padding: 60px 100px;
    border-radius: 80px;
    position: relative;
}
.floating_car {
    position: absolute;
    bottom: 10px;
    right: -90px;
    max-height: 860px;
    max-height: 90%;
}
.banner_title{
    font-size: 90px;
    padding: 14px 60px;
}


/**/
.init_sec {
    position: relative;
    padding: 150px 0 250px;
}
.init_sec .container{
    position: relative;
}
.init_sec .half_width_fixdiv{
    left: -55px;
    top: 160px;
}
.fixdiv_wrapper{
    position: relative;
}
.half_width_fixdiv {
    width: 50%;
    position: absolute;
    top: 310px;
    z-index: 1;
}
.init_sec p {
    margin-bottom: 40px;
}
.carbg{
    background-image: url(../../images/case-study/cabson/car-bg.webp);
    height: 700px;
    background-attachment: fixed;
}

/**/
.about_box_wrapper {
    display: flex;
}
.about_box_wrapper .box {
    padding: 0px 33px;
    width: 33%;
    position: relative;
}
.about_box_wrapper .box_img_wrapper {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.about_box_wrapper p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.8;
}
.about_box_wrapper .lineconnector {
    position: absolute;
    top: 36px;
    right: -120px;
    max-width: 230px;
}
.about_box_wrapper .line2 {
    top: 50px;
    right: -100px;
}
/**/
.approch_sec {
    padding: 200px 0;
}
.approch_sec .half_width_fixdiv {
    top: auto;
    bottom: -40px;
    right: 50%;
    text-align: right;
}

/**/
.singlestep_wrapper {
    width: 82%;
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    border: 4px solid;
    border-right-width: 0;
    border-radius: 270px 0 0px 270px;
    position: relative;
}
.singlestep_wrapper:last-child{
    margin-bottom: 0;
}
.step_counter {
    background-color: rgb(236 247 255 / 10%);
    height: 270px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 160px;
    font-weight: 600;
    color: inherit;
}
.step_img {
    padding: 0 60px 0 100px;
    position: relative;
    z-index: 2;
}
.step_img img {
    animation: rotate20 infinite 3s linear;
}
.step_content {
    width: calc(100% - 550px);
    padding: 0px 40px;
    position: relative;
    z-index: 2;
}
.step_content h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
.step_content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 200;
}
.singlestep_wrapper:nth-child(2n) {
    flex-direction: row-reverse;
    margin-left: auto;
    border-radius: 0px 270px 270px 0;
    border-left-width: 0;
    border-right-width: 4px;
}
.singlestep_wrapper:nth-child(2n) .step_img {
    padding: 0 100px 0 60px;
}
.singlestep_wrapper:nth-child(2n) .step_content {
    text-align: right;
}
.step_section {
    background-color: #090134;
}
.float_dot {
    position: absolute;
    right: -40px;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    animation: scale infinite 4s linear;
}
.singlestep_wrapper.step1 {
    color: #81C8FF;
}
.singlestep_wrapper.step1 .float_dot{
    background-color: #81C8FF;
}
.singlestep_wrapper.step2 {
    color: #9981FF;
}
.singlestep_wrapper.step2 .float_dot{
    background-color: #9981FF;
    right: auto;
    left: -40px;
}
.singlestep_wrapper.step3 {
    color: #A5D88E;
}
.singlestep_wrapper.step3 .float_dot{
    background-color: #A5D88E;
}
.singlestep_wrapper.step4 {
    color: #E781FF;
}
.singlestep_wrapper.step4 .float_dot{
    background-color: #E781FF;
    right: auto;
    left: -40px;
}
.singlestep_wrapper:nth-child(2n+1):after {
    position: absolute;
    height: calc(100% + 8px);
    width: 53%;
    right: -2px;
    display: inline-block;
    content: "";
    top: -4px;
    background-color: #090134;
    z-index: 1;
    border: 4px dashed;
    border-left-width: 0;
    border-radius: 0 270px 270px 0;
}
.singlestep_wrapper:nth-child(2n+1):before {
    position: absolute;
    height: calc(100% + 8px);
    width: 40%;
    right: -2px;
    display: inline-block;
    content: "";
    top: -4px;
    background-color: #090134;
    z-index: 1;
}
.singlestep_wrapper:nth-child(2n):after {
    position: absolute;
    height: calc(100% + 8px);
    width: 53%;
    left: -2px;
    display: inline-block;
    content: "";
    top: -4px;
    background-color: #090134;
    z-index: 1;
    border: 4px dashed;
    border-right-width: 0;
    border-radius: 270px 0px 0 270px;
}
.singlestep_wrapper:nth-child(2n):before {
    position: absolute;
    height: calc(100% + 8px);
    width: 40%;
    left: -2px;
    display: inline-block;
    content: "";
    top: -4px;
    background-color: #090134;
    z-index: 1;
}

/**/
.cartrackbg{
    background-image: url(../../images/case-study/cabson/car-track-bg.webp);
    height: 700px;
    background-attachment: fixed;
}

/**/
.solution_wrapper.with_img {
    position: relative;
}
.solution_imgbox {
    width: 50%;
    text-align: center;
    right: 0;
    position: absolute;
}
.solution_imgbox img {
    max-height: 800px;
    position: relative;
    z-index: 1;
}
.firstpera {
    padding: 100px 0;
    position: relative;
    margin-top: 120px;
}
.firstpera .rounded_block {
    height: 220px;
    width: 220px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 17%);
    position: absolute;
    top: 0;
    left: -110px;
}
.solution_wrapper .head {
    margin-bottom: 40px;
}
.firstpera .head {
    color: #41D5FB;
}
.secondpera .head {
    color: #3EE8B9;
}
.solution_wrapper {
    margin-bottom: 80px;
}
.solution_wrapper:last-child {
    margin-bottom: 0px;
}
.solution_wrapper.with_img.solution_wrapper_reverse .solution_imgbox {
    right: auto;
    left: 0;
}
.solution_wrapper.with_img.solution_wrapper_reverse .firstpera, .solution_wrapper.with_img.solution_wrapper_reverse .secondpera {
    text-align: right;
}
.solution_wrapper.with_img.solution_wrapper_reverse .firstpera .rounded_block, .solution_wrapper.solution_wrapper_right .firstpera .rounded_block {
    left: auto;
    right: -110px;
}
.solution_imagbox_circle {
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
}
.solution_imagbox_circle:after {
    display: inline-block;
    content: "";
    height: 500px;
    width: 500px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: scale infinite 4s linear;
}
.solution_imagbox_circle:before {
    display: inline-block;
    content: "";
    height: 700px;
    width: 700px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: scale infinite 4s linear;
}


/* Application Info section */
.appinfo_section{
    position: relative;
}
.appinfo_section:after{
    background-image: url(../../images/case-study/cabson/banner-bg.webp);
    display: inline-block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    filter: blur(50px);
    top: 0;
    z-index: 0;
}
.appinfo_section .container {
    position: relative;
    z-index: 2;
}
.top_appinfo_img img {
    transform: translateY(200px);
    position: relative;
    z-index: 1;
    margin-top: -200px;
}
.appinfo_section {
    padding-top: 200px;
}
.appinfo_section .sub_title {
    margin-bottom: 0 !important;
}

/**/
.app_feature_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.app_feature_wrapper .appfeature_box {
    margin: 0 40px;
    text-align: center;
}
.app_feature_wrapper .appfeature_box .iconbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    width: 190px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 17%);
    margin: 0 auto 35px;
}

/**/
.app_feature_counter_wrapper {
    margin-top: 100px;
}
.app_feature_counter {
    margin-top: 0px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    position: relative;
}
.app_feature_counter:nth-child(2n) .counterdesc {
    text-align: right;
}
.app_feature_counter .counterbox {
    position: relative;
}
.app_feature_counter .counterbox h3 {color: #F1F1F1;opacity: 0.07;font-size: 500px;line-height: 1;font-family: 'Roboto';}
.app_feature_counter .counterbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app_feature_counter .counterdesc {
    padding-top: 220px;
}
.app_feature_counter .counterdesc h4 {
    color: #FDC800;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-bottom: 30px;
}
.app_feature_counter .counterdesc h4:after {
    display: inline-block;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 3px;
}
.app_feature_counter .counterdesc ul {
    font-size: 24px;
}
.app_feature_counter_wrapper .counterimg {
    padding-top: 140px;
    text-align: right;
    margin-left: 40px;
    width: 51%;
}
.app_feature_counter_wrapper .counterimg img {
    max-height: 370px;
}
.app_feature_counter .counterdesc ul li:before {
    display: inline-block;
    content: ">";
    margin-right: 5px;
}
.app_feature_counter:nth-child(2n) .counterdesc ul li:before{
    display: none;
}
.app_feature_counter:nth-child(2n) .counterdesc ul li:after {
    display: inline-block;
    content: "<";
}
.app_feature_counter:nth-child(2n) {
    flex-direction: row-reverse;
}
.app_feature_counter:nth-child(2n) .counterimg {
    text-align: left;
    margin-left: 0;
    margin-right: 40px;
}
.app_feature_counter:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 300px;
    position: absolute;
    bottom: -80px;
    background-color: #dedede;
    left: 45%;
    transform: rotate(36deg);
}
.app_feature_counter:nth-child(2n):after {
    left: auto;
    right: 39%;
    transform: rotate(-30deg);
}
.app_feature_counter:last-child:after{
    display: none;
}

/* Application Screenshot section */
.app_screenshot{
    background-image: url(../../images/case-study/cabson/banner-bg1.webp);
}
.app-screen-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}
.app-screen-item{
    background-image: url(../../images/case-study/cabson/frame.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.app-screen-item:nth-child(1),
.app-screen-item:nth-child(3){
    transform: scale(0.85);
}
/*.app-design-slider:after {
    content: url(../../images/case-study/cabson/frame.webp);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(calc(-50% - 11px), -50%) scale(0.78);
    transform: translate(calc(-50% - 11px), -50%) scale(0.78); 
}
.app_screenshot .swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}
.app_screenshot .swiper-slide.swiper-slide-active img {
    border-radius: 40px;
}*/
.app_screenshot img{
    border-radius: 60px;
    padding: 15px;
}

/* Technoly stack */
.tech_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.techimg {
    width: 170px;
    height: 170px;
    background: rgb(255 255 255 / 7%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.techbox {
    margin: 60px 20px 0px;
}
.techbox p {
    font-size: 18px;
    font-weight: 200;
}
.techimg.techimg1 {
    background: rgb(222 142 47 / 7%);
}
.techimg.techimg2 {
    background-color: rgb(255 87 34 / 7%);
}
.techimg.techimg3 {
    background-color: rgb(114 190 79 / 7%);
}
.techimg.techimg4 {
    background-color: rgb(35 94 225 / 7%);
}
.techimg.techimg5 {
    background-color: rgb(239 83 63 / 7%);
}
.techimg.techimg6 {
    background-color: rgb(34 155 255 / 7%);
}
.techimg.techimg7 {
    background-color: rgb(255 202 40 / 7%);
}
.techimg.techimg8 {
    background-color: rgb(143 194 78 / 7%);
}
.techimg.techimg9 {
    background-color: rgb(97 129 182 / 7%);
}
.techimg.techimg10 {
    background-color: rgb(241 102 42 / 7%);
}
.techimg.techimg11 {
    background-color: rgb(240 219 79 / 7%);
}

/* Feature Section */
.feature_sec {
    background-color: #090136;
}
.feature_wrapper {
    text-align: center;
}
.feature_title {
    margin-bottom: 60px;
    color: #41D5FB;
    font-weight: 500;
    font-size: 40px;
    position: relative;
    padding: 0 !important;
}
.featurebox {
    width: calc(50% - 80px);
    margin: 10px 15px;
    background: transparent linear-gradient(91deg, rgb(255 255 255 / 7%) 0%, rgb(128 128 128 / 7%) 100%) 0% 0% no-repeat padding-box;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    text-align: left;
}
.featurebox .featureimg {
    width: 50px;
    margin-right: 20px;
}

/**/
.cta_section .footer-title {
    font-size: 48px;
    font-weight: 500;
    color: #FDC800;
    font-style: italic;
}

.cta_section a.footer-link {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
.cta_section .lets-talk-section{
    border-top: none;
}


/* animation effect */
@-webkit-keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}
@keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(-px);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@-webkit-keyframes slide-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@keyframes slide-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@-webkit-keyframes slide-x2 {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@keyframes slide-x2 {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform:rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform:rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform:rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotate20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform:rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform:rotateX(20deg);
        transform: rotateX(20deg);
    }
	50% {
        -webkit-transform:rotateX(60deg);
        transform: rotateX(60deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform:rotateX(20deg);
        transform: rotateX(20deg);
    }
	50% {
        -webkit-transform:rotateX(60deg);
        transform: rotateX(60deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
.wave{
    -webkit-animation: wave infinite 2s linear;
    animation: wave infinite 2s linear;
}
@keyframes scale {
    0% {
        transform: scale(0.8) translate(-60%, -50%);
        opacity: 0;
    }
    50% {
        transform: scale(0.9) translate(-55%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}

.js-tilt-glare-inner {
    background: none !important;
}
.wow.animate__infinite {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* responsive css */
@media (min-width: 1400px) {	
	.container {
	    max-width: 1320px;
	}	
}

@media (min-width:1921px){
    .init_sec .container,
    .solution_wrapper.with_img .container {
        position: relative;
    }

    .init_sec .half_width_fixdiv{
        width: auto;
    }

    .solution_imgbox {
        right: -150px;
    }

    .solution_wrapper.with_img.solution_wrapper_reverse .solution_imgbox {
        left: -150px;
    }

    .approch_sec.fixdiv_wrapper .container{
        position: relative;
    }

    .approch_sec .half_width_fixdiv{
        left: -200px;
        bottom: -240px;
        width: 70%;
    }
}

@media (max-width: 1660px){
    .banner_title {
        font-size: 60px;
    }
}
@media (max-width: 1399px){
	.section_gap{
		padding: 100px 0;
	}
    .title, .feature_title {
        font-size: 30px;
        padding: 25px 60px;
    }   
    .banner_title {
        font-size: 50px;
        padding: 18px 70px;
    }  
    .half_width_fixdiv {
        top: 360px;
    }  
    .approch_sec {
        padding: 100px 0;
    }
    .step_counter {
        height: 240px;
        width: 240px;
        font-size: 120px;
    }  
    .step_content {
        width: calc(100% - 470px);
    }   
    .step_img {
        padding: 0 40px 0 80px;
    }  
    .singlestep_wrapper:nth-child(2n) .step_img {
        padding: 0 80px 0 40px;
    }  
    .top_appinfo_img img {
        transform: translateY(70px);
        margin: 0;
    }   
    .app_feature_wrapper .appfeature_box .iconbox{
        height: 170px;
        width: 170px;
    }   
    .app_feature_counter .counterbox h3 {
        font-size: 330px;
    } 
    .app_feature_counter .counterbox img {
        max-height: 130px;
    }   
    .app_feature_counter .counterdesc {
        padding-top: 130px;
    }   
    .app_feature_counter .counterdesc h4 {
        font-size: 40px;
    }
    .app_feature_counter_wrapper .counterimg{
        width:45%;
    }
    .app_feature_counter:after {
        width: 220px;
    }  
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.7);
    }   
    .techimg {
        width: 140px;
        height: 140px;
    } 
    .carbg, .cartrackbg {
        height: 540px;
    }
	.init_sec .half_width_fixdiv{
        left: -40px;
        top: 200px;
    }

    .app_screenshot img{
        border-radius: 55px;
    }
}

@media (max-width: 1199px){
	.section_gap {
		padding: 80px 0;
	}
    .section_gap_small{
        padding: 60px 0;
    }
    .cabson_container p {
        font-size: 18px;
        line-height: 1.5;
    }
    .title{
        font-size: 28px;
        padding: 21px 45px;
        margin-bottom: 30px;
    }
    .bannerbg {
        padding: 50px 40px;
    }
    .banner_title {
        margin-bottom: 50px;
        padding: 16px 50px;
        font-size: 40px;
    }   
    .floating_car {
        right: -30px;
        bottom: 10px;
    }  
    .init_sec {
        padding: 80px 0;
    }  
    .about_box_wrapper .lineconnector {
        max-width: 150px;
        right: -80px;
    }
    .about_box_wrapper .line2 {
        right: -58px;
    } 
    .half_width_fixdiv {
        top: 220px;
    }
    .about_box_wrapper .box {
        padding: 0 15px;
    }
    .approch_sec {
        padding: 80px 0;
    }
    .singlestep_wrapper {
        margin-bottom: 60px;
        border-radius: 200px 0 0px 200px;
        width: 90%;
    }
    .singlestep_wrapper:nth-child(2n) {
        border-radius: 0px 200px 200px 0;
    }
    .step_counter {
        width: 220px;
        height: 220px;
    }
    .step_img {
        padding: 0 20px 0 60px;
    }
    .singlestep_wrapper:nth-child(2n) .step_img {
        padding: 0 60px 0 20px;
    }
    .step_content {
        width: calc(100% - 380px);
    }
    .step_content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .carbg, .cartrackbg {
        height: 430px;
    }
    .solution_imagbox_circle:before {
        height: 500px;
        width: 500px;
    }
    .solution_imagbox_circle:after {
        height: 400px;
        width: 400px;
    }
    .solution_imgbox img {
        max-height: 520px;
    }
    .firstpera .rounded_block {
        height: 120px;
        width: 120px;
        left: -60px;
    }
    .firstpera {
        padding: 50px 0;
        margin-top: 30px;
    }
    .solution_wrapper .head {
        margin-bottom: 14px;
    }
    .solution_wrapper.with_img.solution_wrapper_reverse .firstpera .rounded_block, .solution_wrapper.solution_wrapper_right .firstpera .rounded_block {
        right: -60px;
    }
    .top_appinfo_img img {
        max-height: 300px;
    }
    .app_feature_wrapper .appfeature_box .iconbox {
        height: 120px;
        width: 120px;
        margin-bottom: 15px;
    }
    .app_feature_wrapper .appfeature_box .iconbox img {
        max-height: 55px;
    }
    .app_feature_counter .counterdesc ul {
        font-size: 18px;
    }
    .app_feature_counter .counterbox img {
        max-height: 100px;
    }
    .app_feature_counter .counterdesc h4 {
        font-size: 30px;
    }
    .app_feature_counter .counterbox h3 {
        font-size: 290px;
    }
    .app_feature_counter:after {
        width: 180px;
    }
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.56);
    }
    .tech_wrapper{
        justify-content: center;
    }
    .techbox {
        margin: 30px 10px 0px;
        width: 130px;
    }
    .techimg {
        height: 120px;
        width: 120px;
    }
    .techimg img {
        max-height: 55px;
    }
    .feature_title {
        font-size: 28px;
    }
    .featurebox {
        font-size: 20px;
        width: calc(50% - 40px);
    }
    .init_sec .half_width_fixdiv{
        top: 100px;
    }
    .app_screenshot img{
        border-radius: 55px;
    }
    .app_screenshot img {
        border-radius: 47px;
        padding: 12px;
    }
}

@media (max-width: 991px){
	.page-template-cabson  .header_type_2 .mobile_icon ul li a {
	    color: #fff;
	}

    .sub_title {
        width: 100%;
        margin-bottom: 30px !important;
    }
    .init_sec p {
        margin-bottom: 15px;
    }
    .init_sec p:last-child {
        margin-bottom: 0;
    }
    .half_width_fixdiv {
        top: 260px;
    }   
    .carbg, .cartrackbg {
        height: 300px;
        background-attachment: scroll;
    }  
    .about_box_wrapper .box {
        padding: 0 10px;
    }  
    .about_box_wrapper .lineconnector {
        display: none;
    }
    .about_box_wrapper .box_img_wrapper {
        height: auto;
        margin-bottom: 20px;
    }
    .about_box_wrapper .box_img_wrapper img {
        max-height: 100px;
    }   
    .about_box_wrapper p {
        font-size: 16px;
    }  
    .approch_sec {
        padding: 50px 0;
    }   
    .approch_sec .half_width_fixdiv {bottom: 0;}  
    .singlestep_wrapper {
        width: 100%;
    }  
    .step_counter {
        width: 180px;
        height: 180px;
    } 
    .step_img {
        padding: 0 0px 0 40px;
    }
    
    .step_img img {
        max-height: 40px;
    }
    
    .step_content {
        width: calc(100% - 270px);
    }
    .step_content h3 {
        font-size: 20px;
    }
    .step_content p {
        font-size: 16px;
    }
    .float_dot {
        display: none;
    }
    .singlestep_wrapper:nth-child(2n) .step_img {
        padding: 0 40px 0 0px;
    }
    .solution_wrapper .head {
        font-size: 24px;
    }
    .app_feature_counter .counterbox h3 {
        font-size: 200px;
    }
    .app_feature_counter .counterbox img {
        max-height: 60px;
    }
    .app_feature_counter .counterdesc {
        padding-top: 80px;
    }
    .app_feature_counter:after {
        display: none;
    }
    .app_feature_counter_wrapper .counterimg {
        padding-top: 100px;
    }
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.49);
    }
    .app_screenshot .swiper-slide.swiper-slide-active img {
        border-radius: 25px;
    }
    .section_gap_small {
        padding: 40px 0;
    }
    .feature_title {
        margin-bottom: 30px;
    }
    .featurebox {
        font-size: 16px;
        padding: 10px 20px;
    }
    .init_sec .half_width_fixdiv {
        top: 130px;
    }
    .app_screenshot img {
        border-radius: 32px;
        padding: 8px;
    }
}
@media (max-width: 767px){
    .title:after {
        right: 20px;
    }
    .title:before {
        left: 20px;
    }


	.page-template-cabson {
		font-size:16px;
	}
	.section_gap{
		padding:60px 0;
	}

    .title {
        font-size: 22px;
        padding: 17px 20px;
    }  
    .bannerbg {
        border-radius: 40px;
    }  
    .banner_title {
        font-size: 34px;
        padding: 10px 20px;
    }
    .init_sec {
        padding: 60px 0;
    } 
    .init_sec .half_width_fixdiv {
        display: none;
    }
    .init_sec p {
        text-align: center;
    }
    .cabson_container p {
        font-size: 16px;
    }
    .sub_title {
        margin-bottom: 15px !important;
    }
    .approch_sec.fixdiv_wrapper .half_width_fixdiv {
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        width: 70%;
        margin-bottom: 60px;
    }
    .singlestep_wrapper .step_img {
        display: none;
    }
    .step_content {
        width: calc(100% - 170px);
        padding: 10px;
    }
    .step_counter {
        width: 170px;
        height: 170px;
    }
    .singlestep_wrapper {
        margin-bottom: 30px;
    }
    .solution_imgbox {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
    .solution_imgbox img {
        max-height: 380px;
    }
    .solution_imagbox_circle:before {
        height: 350px;
        width: 350px;
    }
    .solution_imagbox_circle:after {
        height: 250px;
        width: 250px;
    }
    .solution_wrapper {
        margin-bottom: 0px;
    }
    .solution_wrapper.with_img.solution_wrapper_reverse .firstpera, .solution_wrapper.with_img.solution_wrapper_reverse .secondpera {
        text-align: left;
    }
    .solution_wrapper.with_img.solution_wrapper_reverse .firstpera .rounded_block, .solution_wrapper.solution_wrapper_right .firstpera .rounded_block {
        right: auto;
        left: -40px;
    }
    .firstpera .rounded_block {
        height: 80px;
        width: 80px;
        left: -40px;
    }
    .firstpera {
        padding: 30px 0;
    }
    .solution_wrapper .head {
        font-size: 22px;
    }
    .top_appinfo_img img {
        max-height: 190px;
        transform: translateY(30px);
    }
    .app_feature {
        padding-bottom: 0;
    }
    .app_feature_wrapper .appfeature_box {
        margin: 20px 10px 0;
    }
    .app_feature_wrapper .appfeature_box .iconbox {
        height: 80px;
        width: 80px;
    }
    .app_feature_wrapper .appfeature_box .iconbox img {
        max-height: 30px;
    }
    .app_feature_counter {
        flex-wrap: wrap;
        margin-bottom: 40px;
        align-items: center;
    }
    .app_feature_counter .counterdesc {
        padding: 0;
    }
    .app_feature_counter .counterdesc ul {
        font-size: 16px;
    }
    .app_feature_counter .counterdesc h4 {
        font-size: 19px;
    }
    .app_feature_counter_wrapper .counterimg {
        padding: 0;
        margin-left: 15px;
        width: 30%;
    }
    .app_feature_counter_wrapper .counterimg img {
        max-height: 160px;
    }
    .app_feature_counter:nth-child(2n) .counterimg {
        margin-right: 15px;
    }
    .app_feature_counter:nth-child(2n) .counterbox {
        margin-left: 15px;
    }
    .techimg {
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }
    .techbox {
        width: 70px;
        margin: 30px 7px 0;
    }
    .techimg img {
        max-height: 45px;
    }
    .feature_title {
        font-size: 22px;
    }
    .featurebox {
        width: 80%;
        margin: 0 0 12px;
    }
    .cta_section .footer-title {
        font-size: 34px;
    }
    .cta_section a.footer-link {
        font-size: 20px;
    }

    .app_screenshot .container {
        max-width: 540px;
    }
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.34);
    }
    .app-screen-wrapper{
        column-gap: 30px;
    }
    .app_screenshot img {
        border-radius: 25px;
        padding: 6px;
    }
}
@media (max-width: 575px){
    .title {
        font-size: 20px;
        padding: 10px 20px;
    }
    .banner_section {
        max-width: calc(100% - 24px);
    }
    .floating_car {
        max-height: 60%;
        right: -10px;
    }
    .bannerbg {
        padding: 40px 20px 30px;
    }
    .banner_title {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .about_box_wrapper {
        flex-wrap: wrap;
    } 
    .about_box_wrapper .box {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .about_box_wrapper .box_img_wrapper {
        margin-bottom: 15px;
    }   
    .section_gap p {
        margin-bottom: 15px;
    }   
    .singlestep_wrapper {
        flex-direction: column !important;
        align-items: flex-start;
    }  
    .singlestep_wrapper:before, .singlestep_wrapper:after {
        display: none !important;
    }  
    .singlestep_wrapper {border-radius: 30px !important;border-width: 2px !important;padding: 25px;}
    .step_counter {
        height: 70px;
        width: 70px;
        font-size: 34px;
        margin-bottom: 15px;
    }  
    .step_content {
        width: 100%;
        padding: 0;
        text-align: left !important;
    }
    .solution_wrapper .head{font-size:20px;}
    .app_feature_wrapper .appfeature_box {
        margin: 20px 8px 0;
    }
    .app_feature_wrapper .appfeature_box p {
        font-size: 14px;
    } 
    .app_feature_counter_wrapper .counterimg {
        /* width: 100%; */
        /* margin: 0 0 15px !important; */
        /* text-align: center !important; */
        /* order: 1; */
        display: none;
    }   
    .app_feature_counter .counterbox {
        order: 2;
        margin-right: 15px;
        margin-top: -18px;
    }  
    .app_feature_counter .counterdesc {
        order: 3;
    }   
    .app_feature_counter_wrapper .counterimg img {
        max-height: 310px;
    }
    .app_feature_counter {
        align-items: flex-start;
    } 
    .app_feature_counter .counterbox h3 {
        font-size: 110px;
        line-height: 1;
    }
    .app_feature_counter .counterbox img {
        max-height: 40px;
    }
    .app_screenshot .container {
        max-width: 420px;
    }
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.42);
    }
    .app_screenshot .swiper-slide.swiper-slide-active img {
        border-radius: 18px;
    } 
    .cabson_container p {
        font-size: 14px;
    } 
    .feature_title {
        font-size: 20px;
    }
    .featurebox .featureimg img {
        max-height: 30px;
    }
    .featurebox .featureimg {
        width: 40px;
        margin-right: 10px;
    } 
    .featurebox {
        width: 100%;
        padding: 10px 12px;
    }
    .carbg, .cartrackbg {
        height: auto;
        padding: 21% 0;
    }
    .app_screenshot img {
        border-radius: 18px;
        padding: 4px;
    }
}
@media (max-width:420px){
    .app_screenshot .container{
        max-width: 300px;
    }
    .app-design-slider:after {
        transform: translate(calc(-50% - 0px), -50%) scale(0.28);
    }

    .bannerbg, .singlestep_wrapper {
        border-radius: 20px !important;
    }
    .step_counter {
        height: 40px;
        width: 40px;
        font-size: 22px;
    }   
    .singlestep_wrapper {
        padding: 15px;
        margin-bottom: 15px;
    }  
    .app_feature_wrapper .appfeature_box .iconbox {
        height: 60px;
        width: 60px;
    } 
    .cta_section .footer-title {
        font-size: 28px;
    }
    .cta_section .lets-talk-section {
        margin: 0;
    }
    .app-screen-wrapper{
        column-gap: 10px;
    }
    .app_screenshot img {
        border-radius: 14px;
        padding: 3px;
    }
}