.logo {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.logo a {
    position: static;
}
.logo img{
    width: 100%;
}
.biglogo-wrapper {
    position: absolute;
    top: 0px;
}
.header-main .biglogo-wrapper .big-logo {
    display: none
}
.header-main .biglogo-wrapper .smal-logo {
    display: none;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li {
    padding: 0 20px 0 0;
    position: relative;
}
.main-menu ul li.indus {
    padding: 0;
}
.main-menu ul li:nth-child(3) {
    padding-right: 20px;
    position: relative;
}
.main-menu>ul>li:last-child {
    padding-right: 0px;
}

.main-menu>ul>li:before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #71787e;
    left: 0px;
    top: 30%;
}

.main-menu>ul>li:first-child:before {
    display: none;
}

.main-menu ul li a {
    font-family: var(--secondary-font-family);
    font-size: 16px;
    color: #5b6b7f;
    font-weight: 400;
    text-transform: capitalize;
}

.main-menu>ul>li.active>a,
.main-menu>ul>li>a.active {
    color: #363945;
    font-weight: 500;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a:focus {
    color: #363945;
}

.ctop {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctop li {
    display: block;
    text-align: center;
}
.ctop li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
}
.btn-main {
    color: #fff;
    box-shadow: 0px 0px 35px #b9b9b978;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21caa8+0,20cb99+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    background: #241451;
    border-radius: 8px;
    padding: 14px 40px;
    background: -moz-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: -webkit-linear-gradient(left, #241451 0%, #f67c02 90%);
    background: linear-gradient(to right, #e02a97 0%, #241451 90%);
}
.btn-main:hover {
    color: #fff !important;
}
.ctop li:last-child .btn-main {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin-left: 10px;
}
.inner-pages .ctop li.num a {
    color: #000;
}
.header-main .btn-main {
    color: #fff !important;
}
.header-main.fixed .btn-main {
    color: #fff !important;
}
.homepg .btn-main:hover {
    color: #fff !important;
}
/**** banner *****/
.home-banner-content .analyzeform .dtf textarea.header{
    padding: 16px 25px;
}

ul.pointslist {
    background: #fcfdfd;
    width: 85%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 30px;
}

ul.pointslist li {
    text-align: center;
    color: #fff;
    margin: 0 30px;
    flex: 0 0 15%;
}

ul.pointslist li h3 {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #241451;
}

ul.pointslist li p {
    padding: 0;
    color: #fff;
    color: #000;
    margin: 0;
}

.analyzeform form .wrap {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.analyzeform form .dtf{
    width: 33.33%;
    margin-bottom: 10px;
}
/**** explainer sec ****/
.why_explainer_sec {
    padding: 50px 0 20px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.why_explainer_box_text{
    margin-left: 20px;
}
.why_explainer_box {
    display: flex;
    align-items: center;
    margin: 60px 0 0;
}
.why_explainer_box_text p {
    font-size: 14px;
    color: #5c5c5c;
    margin: 0;
    padding: 0;
}
.case_studies_btn_box.order-chat {
    width: max-content;
    margin: 60px auto 0;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
}
.case_studies_btn_box.order-chat a{
    display: block;
}
/**** portfoliolist sec ****/
.portfoliolist {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
/**** case studies sec ****/
.case_studies_slider{
    margin-top: 60px;
}
.case_studies_brif {
    padding: 0;
}
.case_studies_video .case_logo {
    position: absolute;
    top: 50px;
    left: -50px;
	width: unset;
}
.case_studies_btn_box {
    margin: 50px 0 0;
    display: flex;
}
.case_studies_btn_box a {
    margin: 0 15px;
    display: block;
}

.testimonial-content-main{
    display: flex;
    align-items: center;
}
.finesttestimonial .testwrap .cir {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 8px 11px 25px #00000017;
    display: flex;
    align-items: center;
    justify-content: center;
}
.finesttestimonial .testwrap .cir h3 {
    font-size: 30px;
    color: #241451;
    line-height: 1;
    display: inline-block;
    padding: 0;
    margin: 0;
}

img.contact-form {
    /* margin-top: 100px; */
    width: 100%;
}
/*** other pages banner ***/
.inner-banner {
    overflow: hidden;
    width: 100%;
    padding: 40px 0 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tabbing-links {
    width: 100%;
    text-align: center;
    margin: 0px auto 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.tabbing-links li {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 16px 25px;
    cursor: pointer;
    font-size: 14px;
    /* box-shadow: 0px 0px 20px #0000001a; */
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    font-family: var(--primary-font-family);
    color: #000;
    margin-right: 10px;
}
.tab-custom.sample .tabbing-links li {
    margin-bottom: 20px;
    color: #223235;
    width: max-content;
}
.contact-form-pg{
    margin-top: 80px;
}
.ap-sec {
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.process-banner-video video{
    margin-top: 30px;
}
.anim-hlp-pg figure img{
    object-fit: cover;
    width: 100%;
}
.testimonial-faq-sec{
    text-align: center;
}
h2.title.title_blk.cn.wow.bounceInUp.pricing {
    text-align: center !important;
    margin: 0 auto;
    color: #fff;
}
h2.title.title_blk.cn.wow.bounceInUp.pricing:after {
    background-color: #ff2424 !important;
}

.title_blk:after {
    content: "";
    background-color: #0274ff;
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0px;
    margin: auto;
}
.testimonial-faq-sec .faqs-box{
    text-align: left;
}
@media (max-width: 1199px){
    .main-menu ul li a{
        font-size: 14px;
    }
    .ctop li a{
        font-size: 14px;
    }
    .ctop li:last-child .btn-main{
        padding: 0 8px;
    }
    .home-banner-content h1{
        font-size: 40px;
    }
    .home-banner-content .subtitle{
        font-size: 20px;
    }
    .title_blk{
        font-size: 45px;
    }
    .why_explainer_box_text h3 {
        margin: 0;
    }
    .portsect h2{
        font-size: 45px;
    }
    .portsect p{
        font-size: 20px;
    }
    ul.pointslist{
        width: 100%;
    }
    ul.pointslist li{
        flex: 0 0 17%;
        margin: 0 15px;
    }
    .bg_title{
        font-size: 70px;
        padding: 15px 0 10px 50px;
    }
    .bg_title:before{
        width: 340px;
    }
    .case_studies_brif h3{
        font-size: 45px;
    }
    .case_studies_brif p{
        font-size: 19px;
        margin: 15px 0 0;
    }
    .red_btn{
        font-size: 16px;
        padding: 12px 30px;
    }
    .yellow_btn{
        font-size: 16px;
        padding: 12px 30px;
    }
    .case_studies_btn_box{
        margin: 35px 0 0;
    }
    .finesttestimonial .testwrap .wrap h6{
        font-size: 30px;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box h3{
        font-size: 24px;
    }
    .footer-main p{
        margin: 0;
    }
    .types_of_videos_box{
        margin-top: 30px;
    }
    .inner-banner-content h2{
        font-size: 55px;
    }
    .inner-banner-content h6{
        font-size: 24px;
    }
    .inner-banner-content p{
        font-size: 20px;
    }
    .btn-secondary{
        padding: 10px 25px;
    }
    .inner-banner .buttonwrapper h6{
        margin-left: 5px;
        font-size: 16px;
    }
    .listsec .wrap ul li{
        padding: 30px 15px;
    }
    .listsec .wrap ul li p{
        margin: 0;
    }
    .inner-pages .main-text-wrapper h2{
        max-width: 100%;
        width: 100%;
    }
    .listsec h2{
        font-size: 40px;
    }
    .inner-pages .main-text-wrapper p{
        max-width: 100%;
    }
    .listsec p{
        font-size: 20px;
    }
    .inner-pages .inner-banner{
        margin-top: 68px;
    }
}
@media (max-width: 991px){
    .hiddenmob{
        display: none;
    }
    ul.pointslist{
        flex-flow: wrap;
    }
    ul.pointslist li{
        flex: 0 0 25%;
        margin: 0 15px 30px;
    }
    .case_studies_sec .slick-slide img{
        margin: 40px 0 0;
    }
    .faqs-sec{
        padding: 50px 0;
    }
    .case_studies_video .case_logo{
        display: none;
    }
    .case_studies_slider .testwrap .item{
        padding: 0 10px;
    }
    .banner-form{
        float: none;
        margin: 30px auto;
    }
    .listsec .wrap ul li.br{
        border: unset;
    }
    .listsec .wrap ul li.bb{
        border: unset;
    }
    .listsec .wrap ul li{
        width: 50%;
        border: 1px solid #BBBECC !important;
        padding: 20px 15px;
    }
    .ap-sec p{
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
        padding: 0;
    }
    .ap-sec h2{
        font-size: 45px;
    }
    .servicescart-sec h2{
        font-size: 30px;
    }
    .connect-sec h2{
        font-size: 45px;
    }
    .connect-sec p{
        font-size: 18px;
    }
    .howwewrapper h3{
        font-size: 45px;
    }
    .howwewrapper p{
        font-size: 18px;
    }
}
@media (max-width: 768px){
    ul.pointslist li{
        margin: 0 15px 10px;
    }

}
@media (max-width: 767px){
    .it_work_sec .it_work_box_up:before{
        content: unset;
    }
    .it_work_box_down:before{
        content: unset;
    }
    .home-banner-content .analyzeform .dtf textarea.header{
        height: 90px;
    }
    .why_explainer_boxes{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .why_explainer_box{
        margin: 10px 0 0;
    }
    .why_explainer_box_img img{
        width: 70px;
    }
    .portsect h2{
        font-size: 35px;
    }
    .portsect p{
        font-size: 18px;
    }
    .home-banner-content h1{
        font-size: 35px;
    }
    .home-banner-content .subtitle{
        font-size: 18px;
    }
    .bg_title{
        font-size: 45px;
    }
    .bg_title:before{
        width: 235px;
    }
    .case_studies_slider{
        margin-top: 40px;
    }
    .case_studies_brif h3{
        font-size: 35px;
    }
    .case_studies_brif p{
        font-size: 18px;
        margin: 0;
    }
    .case_studies_btn_box{
        margin: 10px 0 0;
    }
    .case_studies_brif p{
        font-size: 16px;
    }
    .bg_title{
        padding: 15px 0 10px 30px;
    }
    .yellow_btn{
        font-size: 14px;
        padding: 5px 25px;
    }
    .yellow_btn:before{
        height: 35px;
    }
    .red_btn{
        font-size: 14px;
        padding: 5px 25px;
    }
    .red_btn:before{
        height: 35px;
    }
    .finesttestimonial .testwrap .wrap h6{
        font-size: 20px;
    }
    .finesttestimonial .testwrap .cir{
        width: 60px;
        height: 60px;
    }
    .finesttestimonial .testwrap .cir h3{
        font-size: 22px;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box h3{
        margin: 10px 0 15px 0;
    }
    .footer-main p{
        font-size: 12px;
        padding: 0;
    }
    .footer-nav2 {
        margin: 0 auto;
        padding: 0;
    }
    .footer-nav2 li a{
        font-size: 12px;
    }
    .flogo {
        padding: 30px 0 15px;
    }
    .analyzeform form .dtf{
        width: 100%;
        margin-bottom: 10px;
    }
    .home-banner-content h3{
        font-size: 14px;
    }
    .home-banner-content a{
        font-size: 14px;
    }
    .para_title:after{
        bottom: -56px;
    }
    .listsec h2{
        text-align: center;
        font-size: 35px;
    }
    .listsec p{
        text-align: center;
    }
    .listsec h5{
        padding: 10px 10px;
    }
    .ap-sec h2{
        font-size: 35px;
    }
    .connect-sec h2{
        font-size: 35px;
    }
    .howwewrapper .bannerBullets{
        width: max-content;
        margin: 0 auto;
        text-align: left;
    }
    .howwewrapper h3{
        font-size: 35px;
    }
    .howwewrapper .buttonwrapper{
        margin-top: 15px;
    }
}
@media (max-width: 560px){
    .listsec h2{
        font-size: 25px;
    }
    .listsec p{
        font-size: 16px;
    }
    .contactpg .inner-content p{
        padding: 0;
        margin: 0;
    }
    .footer-bottom p{
        text-align: center;
    }
    .footer-nav2{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        float: none;
    }
}
@media (max-width: 480px){
    .mobile-nav-btn{
        top: -2px;
    }
    .form-box-main form label.field-txt{
        font-size: 16px;
    }
    .form-box-main form input[type="text"], .form-box-main form input[type="email"], .form-box-main form input[type="number"], .form-box-main form input[type="tel"], .form-box-main form textarea{
        line-height: 2.2;
    }
    .form-box-main form textarea{
        height: 120px;
    }
    /* .form-box-main form .col-md-6,
    .form-box-main form .col-md-12 {
        padding: 0 0 10px;
    } */
    .home-banner-content h5{
        padding: 10px 15px 8px 30px;
        margin-bottom: 12px;
    }
    .home-banner-content .subtitle{
        padding-bottom: 15px;
    }
    .inner-banner-content h2{
        font-size: 35px;
        margin: 0;
    }
    .inner-banner-content h6{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .inner-banner-content p{
        font-size: 18px;
    }
    .inner-banner{
        padding: 20px 0 20px;
    }
    .listsec .wrap ul li{
        padding: 20px 5px;
    }
    .listsec .wrap ul li p{
        padding-left: 20px;
        text-align: start;
    }
    .tab-custom.sample .tabbing-links li {
        width: 45%;
        padding: 15px 0;
    }
    .ap-sec h2{
        font-size: 30px;
    }
    .ap-sec h5{
        font-size: 18px;    
        padding: 5px 40px;
    }
    .servicescart-sec .servic-left{
        margin-bottom: 20px;
    }
    .servicescart-sec h2{
        font-size: 25px;
    }
    .connect-sec h2{
        font-size: 30px;
    }
    .portsect h2{
        font-size: 30px;
    }
}
@media (max-width: 460px){
    .home-banner{
        padding-top: 80px;
    }
    .case_studies_brif h3{
        font-size: 30px;
    }
    .case_studies_brif p{
        font-size: 14px;
    }
    .port_name_box2 h3{
        padding: 0;
        margin-bottom: 30px;
        margin-right: -30px;
        font-size: 22px;
    }
    .finesttestimonial .testwrap .wrap h6{
        padding-bottom: 10px;
        font-size: 18px;
    }
    .finesttestimonial .testwrap h5{
        font-size: 18px;
    }
    .finesttestimonial .testwrap .cir{
        width: 55px;
        height: 55px;
    }
    .bg_title{
        font-size: 35px;
    }
    .bg_title:before{
        width: 175px;
    }
    .case_studies_slider{
        margin-top: 30px;
    }
    .para_title{
        font-size: 14px;
    }
    .howhelp-sec h2{
        margin: 0;
    }
    .howhelp-sec p{
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box h3{
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .flogo figure img{
        width: 150px;
    }
    .listsec .wrap ul li{
        width: 100%;
    }
}
@media (max-width: 414px){
    .home-banner-content h1{
        font-size: 30px;
    }
    .home-banner-content h5{
        font-size: 12px;
    }
    .home-banner-content h3{
        line-height: 1;
    }
    .portsect h2{
        font-size: 18px;
    }
    .portsect p{
        font-size: 16px;
    }
    .address-main ul{
        padding-left: 0 !important; 
    }
    .form-box-main form input[type="submit"]{
        padding: 10px 35px;
    }
    .mobile-nav-btn{
        top: -4px;
    }
    .listsec h2{
        font-size: 18px;
    }
    .listsec p{
        font-size: 16px;
    }
    .contact-form-pg{
        margin-top: 65px;
    }
}
@media (max-width: 375px){
    .mobile-nav-btn{
        top: -8px;
    }
    .why_explainer_box_img img{
        width: 60px;
    }
    .types_of_videos_sec{
        padding: 30px 0 10px;
    }
    .why_explainer_sec{
        padding: 30px 0 20px;
    }
    .cta2{
        padding: 30px 0 !important;
    }
    .howhelp-sec h2{
        font-size: 30px;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box h3{
        font-size: 16px;
    }
    .faqs-boxwrapper .faqs-textwrap .faqs-box p{
        font-size: 14px;
    }
    .faqs-sec{
        padding: 30px 0;
    }
    .inner-banner-content h2{
        font-size: 30px;
    }
    .inner-banner{
        padding: 0px 0 20px;
    }
    .inner-banner-content h6{
        font-size: 16px;
    }
    .inner-banner-content p{
        font-size: 16px;
    }
    .banner-form h3{
        font-size: 25px;
    }
    .ap-sec p{
        font-size: 16px;
    }
}