
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,500&display=swap');

:root {
    --lightgrey: #cbcbcb;
    --lgrey:#eaeaea;
    --white: #ffffff;
    --black: #000;
    --footerblack: #1a1a1a;
    --grey:#808080;
    --socialicon: #353535;
    --fontgrey: #8d8d8d;
    --lillight:#f8f8f8;
    --navy: #000080;
    --lilorange: #ffc86e78;
    --red: #ff0000;
    --purple: #ad68ff;
    --blue: #0080ff;
    --olive: #00deff;
    --orange: #ffb100;
    --lyellow:#fff000;
    --yellow: #ffe400;
    --pink: #ff4c6b;
    --ftbg: #fafafa;
    --green: #567C04;
    --lightred: #ff00009e;
    --lightpurple: #9d00ff9e;
    --lightgreen: #00ff6f9e;
    --lightgreenback: #00ff0824;
    --lightblue: #0016ff9e;
    --blue: #003dc6;
    --theme2: #9e1b1f;
    --theme3: #009093;
    --fee:#78009e;
    --cardpadding: 20px;
    --globalshadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --w100: 100%;
    --mt50: 50px
  }
a, ::placeholder, p, strong, h1, h2, h3, h4, h5, h6, li, label, input, span, div{
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none !important;
}

body{
    background-image: url(../images/new-img-left-pattern.png),url(../images/new-img-right-pattern.png);
    background-repeat: repeat-y,repeat-y;
    background-position: left top,right top;
}

/* common css end */


/* home page css start */


#home_page_banner .row{
    height: 85vh;
}

.achieve_card img{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -1;
}

.home_page_banner_content h1, .who_we_content h3, .who_we_content h2, .achieve_card h4,
.service_head h2{
    font-weight: 600;
    font-size: 42px;
    color: var(--footerblack);
    line-height: 1.2;
    margin-bottom: 0px;
}

.home_page_banner_content a, .who_we_content a{
    display: block;
    border: 2px solid var(--black);
    width: fit-content;
    color: var(--black);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

.home_page_banner_content p, .who_we_content p, .service_head p{
    font-size: 16px;
    line-height: 1.7;
    color: var(--fontgrey);
}

.s1:hover{
    background: #ff9e0026;
}

.s2:hover{
    background: #239CFB15;
}

.s3:hover{
    background: #8223FB10;
}

.s4:hover{
    background: #FBEE2325;
}

.s5:hover{
    background: #EE23FB15;
}

.s1 .ss_icon i{
    color: var(--orange);
}

.s2 .ss_icon i{
    color: var(--blue);
}

.s3 .ss_icon i{
    color: var(--purple);
}

.s4 .ss_icon i{
    color: var(--yellow);
}

.s5 .ss_icon i{
    color: var(--pink);
}

.ss_content h4{
    font-size: 18px;
    color: var(--black);
    margin-bottom: 0px;
}

.ss_content p{
    font-size: 14px;
    color: var(--fontgrey);
    font-weight: 300;
    margin-bottom: 0px;
}



.ss_icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    box-shadow: var(--globalshadow);
}

.dropdown-mega .dropdown-menu a{
    display: block;
}

.ss_icon i{
    font-size: 24px;
}


.navbar-nav a.nav-link{
    color: var(--black);
    padding: 10px 15px !important;
}

.dropdown-mega .dropdown-menu{
    width: 65%;
    right: 50px;
    position: absolute;
    top: 75px;
    left: auto;
}

.dropdown-mega .dropdown-menu .mega-content ul{
    display: flex;
    flex-wrap: wrap;
}

.dropdown-mega .dropdown-menu .mega-content ul li{
    list-style: none;
    width: 50%;
}

.dropdown-mega .dropdown-menu .mega-content ul hr{
    width: 100%;
}

.dropdown-mega .dropdown-menu .mega-content ul li.vvs_wrap{
    width: 100%;
    text-align: center;
}

.dropdown-mega .dropdown-menu .mega-content ul li.vvs_wrap a{
    color: var(--black);
}

.achieve_card{
    max-width: 354px;
    height: 415px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #f4f4f4;
    position: relative;
    margin: 0 auto;
}

.achieve_card p{
    font-size: 24px;
    line-height: 1.4;
}


.achieve_card .title{
    padding: 40px 40px 0;
}

#who_wrapper .col-md-6 .row .col-md-6:nth-child(even){
    padding-top: 25px;
}

#who_wrapper{
    position: relative;
}

.who_we_content{
    position: sticky;
    top: 100px;
}

.service_head h3{
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}

.service_head{
    max-width: 840px;
    margin: auto;
}

.service_head p{
    color: var(--fontgrey);
}

.service_card{
    height: 315px;
    border: 2px solid #f4f4f4;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.service_card img{
    width: 100px;
}

.service_content a{
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    display: block;
}

.service_content h3 i{
    font-size: 18px;
}

.browse_service a{
    background: var(--black);
    color: var(--white);
    padding: 15px 25px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
}

.technology_tab li button{
    font-size: 16px;
    color: var(--footerblack);
}

.technology_tab .tab-content{
    margin: 50px 0px;
}

.technology_tab .tab-content a{
    color: var(--black);
    font-size: 16px;
}

.post-meta li{
    list-style: none;
    color: var(--fontgrey);
    font-size: 14px;
}

.blog-inner-box img{
    width: 100%;
    height: 260px;
}

.blog-lower-content h4 a{
    font-size: 22px;
    color: var(--black);
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-lower-content p{
    color: var(--fontgrey);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.blog-lower-content p a{
    color: var(--black);
}


footer{
    background: var(--ftbg);
}


.footer-widget ul{
    padding-left: 0px;
}

.footer-widget li{
    list-style: none;
    line-height: 25px;
}

.footer-widget li a{
    color: var(--black);
    font-size: 16px;
}

.footer-widget  h4{
    margin-bottom: 20px;
    font-size: 18px;
}

.foot-column hr{
    border: 1px solid var(--black);
    opacity: 1;
    margin: 30px 0px;
}

.foot_social_media ul li a i{
    font-size: 20px;
    margin-right: 10px;
}

.cmm_cta{
    padding: 100px;
    border-top: 3px solid var(--lillight);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    background: var(--yellow);
}

.cmm_cta a{
    font-weight: 600;
    color: var(--white);
    font-size: 18px;
    text-decoration: underline !important;
}

.cmm_cta:hover{
    background: var(--white);
}

.cmm_cta:hover a{
    color: var(--yellow);
}

.copyright a{
    color: var(--black);
}

#home_page_banner{
    margin-top: 20px;
}

.blog-title, .page-title{
    background: var(--black);
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-title .content h1, .page-title .content h1{
    color: var(--white);
}


.rating-content ul li{
    list-style: none;
    color: var(--yellow);
    font-size: 18px;
    margin-right: 5px;
}

.rating-content span{
    font-size: 14px;
    font-weight: 500;
}

.rating-wrap .logo{
    padding: 8px;
    border-radius: 43px;
    box-shadow: var(--globalshadow);
}

.rating-wrap .logo img{
    width: 50px;
}

.service_list ul{
    line-height: 40px;
    list-style-image: url('../images/icon-right-up.png');
}

.service_list ul li{
    font-size: 14px;
}

.service_list h3{
    font-size: 28px;
}

#ccm .modal-dialog{
    max-width: 850px;
}

#ccm {
    background: rgba(0, 0, 0, 0.77);
}

.ccm_content {
    background-color: var(--lgrey);
    padding: 20px;
    border-radius: 7px;
}

.ccm_content h4 {
    font-size: 32px;
    color: var(--black);
}

.ccm_content p {
    color: var(--fontgrey);
    font-size: 14px;
}

.ccm_content .carousel-indicators [data-bs-target] {
    background-color: var(--black);
}

.ccm_review_card {
    background-color: var(--socialicon);
    padding: 20px;
    border-radius: 15px;
}

#ccmreview img.quote_img {
    position: absolute;
    z-index: 10;
    width: 40px;
    left: 20px;
    opacity: 0.3;
    top: -4px;
}

.ccm_review_card p {
    color: var(--white);
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
}

.review_user .user_img img {
    width: 40px;
    height: 38px;
    border-radius: 30px;
}

.review_user .user_details h4 {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 0px;
}

.review_user .user_details span {
    font-size: 12px;
    color: var(--fontgrey);
    display: block;
}

.ccm_form {
    position: relative;
}

.ccm_form h3 {
    font-size: 22px;
}

.ccm_form p {
    font-size: 11px;
}

.ccm_form .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ccm_form form label{
    font-size: 14px;
    color: var(--black);
}

.ccm_form form input{
    background: var(--lillight);
    border: 1px solid var(--lillight);
}

.ccm_form form button{
    background: var(--black);
    color: var(--white);
    width: 100%;
    font-size: 18px;
}

.ccm_form form input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid var(--lgrey);
}

#msgSubmit h3{
    display: none;
}

.service_page_banner .home_page_banner_content a{
    background: var(--black);
    color: var(--white);
}

.ccm_form form input::placeholder{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.ccm_content .carousel-indicators {
    bottom: -50px;
}

header .nav-link.spl_btn {
    background: var(--white);
    padding: 8px 20px !important;
    color: var(--black);
    border: 2px solid var(--black);
}

header .nav-link.spl_btn:hover{
    background: var(--black);
    color: var(--white);
}

#our_strategy .accordion-item{
    width: 100%;
    margin: 5px 0px;
    border: none;
    background: var(--lillight);
}

#our_strategy .accordion{
    padding: 25px;
    background: #f9f9f9;
}

#our_strategy .accordion-item .accordion-button{
    background: var(--black);
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
}

#our_strategy .accordion-item .accordion-button.collapsed{
    color: var(--black);
    background: var(--lillight);
}

#our_strategy .accordion-body{
    background: var(--white);
    font-size: 18px;
}

.flex-wrap{
    flex-wrap: wrap;
}

.area_sub_mark span{
    display: block;
    background: var(--lilorange);
    padding: 8px 15px;
    border-radius: 30px;
    margin: 10px 0px;
    font-weight: 500;
    width: fit-content;
}

.service_area_card{
    background: var(--lillight);
}

.area_content h3{
    color: var(--black);
    font-weight: 600;
    font-size: 24px;
}

.area_content a{
    color: var(--theme2);
    font-weight: 500;
    display: block;
    margin: 10px 0px;
}

#about_banner{
    background: var(--black);
}

.about_banner_content h1{
    color: var(--white);
    font-size: 42px;
}

.about_banner_content h1 span{
    color: var(--yellow);
}

.about_banner_content p{
    color: var(--lightgrey);
    font-size: 16px;
}

.breadcrumb-item a{
    color: var(--yellow);
}

.location_card h4{
    font-size: 16px;
    font-weight: 400;
}

.location_card p{
    font-size: 18px;
}

.contact_form .ccm_form{
    background: #d0d0d0;
    padding: 30px;
}

.location_list li{
    width: 33%;
    margin: 10px 0px;
}

.location_list li a{
    color: var(--fontgrey);
}

.btn.book-now {
    /* background: #25D366; */
    background: linear-gradient(to right, #11998e, #00b243);
    z-index: 10000;
    font-size: 18px;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 40px;
    top: 25%;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 210px;
}

.btn.pack-now {
    /* background: #25D366; */
    background: linear-gradient(to right, #eb04ef, #be02c1);
    z-index: 10000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 40px;
    top: 40%;
    position: fixed;
    left: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: bottom left;
    width: 165px;
}

.client_port li{
    width: 20%;
    list-style: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px dashed var(--lgrey);
}

.client_port li img{
    max-width: 100%;
    width: max-content;
    height: -webkit-fill-available;
}

#portfolio_wrapper .nav-tabs .nav-link{
    color: var(--black);
}

#portfolio_wrapper .nav-tabs .nav-link.active{
    background: var(--black);
    color: var(--white);
}


.contact_form.blog_detail .ccm_form {
    background: var(--yellow);
}

.page-wrapper{
    position: relative;
}

header#cch{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    /* border-bottom: 1px solid grey; */
}

.contact_form.blog_detail{
    position: sticky;
    top: 70px;
}

.sidebar-page-container .row{
    position: relative;
}

.brief_head h3{
    font-size: 20px;
    font-weight: 400;
}

.brief_head h2{
    color: var(--black);
    font-size: 42px;
    font-weight: 600;
    max-width: 90%;
}

.brief_head h2 span{
    color: var(--theme2);
}

.row.brief_card_warpper{
    border-top: 1px solid #d9d9dd;
}

.row.brief_card_warpper .col-md-6{
    transition: all ease .5s;
    position: relative;
    width: 50%;
    list-style-type: none;
    float: left;
    padding: 60px;
    border-bottom: 1px solid #d9d9dd;
}

.row.brief_card_warpper .col-md-6:nth-child(odd){
    border-left: 1px solid #d9d9dd;
    border-right: 1px solid #d9d9dd;
}

.row.brief_card_warpper .col-md-6:nth-child(even){
    border-right: 1px solid #d9d9dd;
}


.row.brief_card_warpper .col-md-6::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: 0 0;
    transition: all ease .5s;
    z-index: 1;
}

.row.brief_card_warpper .col-md-6 .brief_card{
    position: relative;
    z-index: 1;
}


.row.brief_card_warpper .col-md-6:hover:before{
    background: linear-gradient(93deg, var(--theme3) 6.17%, #55004d 148.14%);
    transform: scale(1.04) !important;
}

.row.brief_card_warpper .col-md-6:hover .brief_card p, .row.brief_card_warpper .col-md-6:hover .brief_card h4{
    color: var(--white);
}

.brief_card h4{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--theme3);
}

.brief_card p{
    color: var(--black);
    font-size: 16px;
    margin-bottom: 0px;
}



#testimonial_slider .carousel-inner .carousel-item-end,
#testimonial_slider .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

#testimonial_slider{
    background: var(--lillight);
    padding: 50px 0px;
}

.testimonial_content{
    max-width: 350px;
}

.testimonial_content h3{
    font-size: 36px;
    font-weight: 500;
    color: var(--theme);
}

#testimonial_slider .carousel-control-prev{
    background: var(--footerblack) !important;
    width: 40px;
    padding: 6px;
    opacity: 1;
    position: inherit;
}

#testimonial_slider .carousel-control-next{
    background: var(--black) !important;
    width: 40px;
    padding: 6px;
    opacity: 1;
    position: inherit;
}

#recipeCarousel .card{
    padding: var(--cardpadding);
    /* box-shadow: var(--globalshadow); */
    margin: 10px;
    border: none;
}

#recipeCarousel .testimonial_name_icon span{
    background: var(--lightpurple);
    padding: 10px 16px;
    display: block;
    width: fit-content;
    border-radius: 50%;
    color: var(--white);
    margin-right: 10px;
    font-size: 16px;
}
#recipeCarousel .testimonial_name_icon{
    font-weight: 600;
}

#recipeCarousel .testimonial_name_icon p i{
    color: var(--orange);
}

#recipeCarousel  {
    color: var(--fontgrey);
    font-size: 14px;
}

#recipeCarousel .carousel-item.active .card{
    margin-left: 0px;
    min-height: 292px;
}

.carousel-inner .carousel-item.active{
    display: flex;
}

.carousel-item{
    max-height: 300px;
}

#recipeCarousel .card1 .testimonial_name_icon span.ico{
    background: var(--blue);
}

#recipeCarousel .card2 .testimonial_name_icon span.ico{
    background: var(--green);
}

#recipeCarousel .card3 .testimonial_name_icon span.ico{
    background: var(--grey);
}

#recipeCarousel .card4 .testimonial_name_icon span.ico{
    background: var(--lightpurple);
}

#recipeCarousel .card5 .testimonial_name_icon span.ico{
    background: var(--yellow);
}

#recipeCarousel .card6 .testimonial_name_icon span.ico{
    background: var(--red);
}

#recipeCarousel .card7 .testimonial_name_icon span.ico{
    background: var(--olive);
}

#recipeCarousel .card8 .testimonial_name_icon span.ico{
    background: var(--lilorange);
}

#recipeCarousel .testimonial_name_icon p span {
    background: none;
    color: #9d9d9d;
    padding: 0px;
    font-weight: 300;
    font-size: 10px;
}

.rating-content p {
    font-size: 12px;
}

.spl_btn {
    background: var(--yellow);
    padding: 8px 20px !important;
    color: var(--theme);
    border-radius: 6px;
        display: block;
    width: fit-content;
}

.serv_des{
    background: var(--theme3);
}

.serv_des h3, .serv_des ul li{
    color: var(--white);
}

.serv_des h3, .serv_brief h4, .key_client_head{
    font-size: 22px;
}

.key_client_head a{
    font-size: 16px;
    border: 2px solid var(--theme2);
    color: var(--theme2);
    padding: 4px 10px;
    border-radius: 8px;
}

.serv_brief h4, .key_client_head{
    color: var(--navy);
}

.serv_cat_card img{
    width: 120px;
    height: 120px;
}

.serv_cat_card h4{
    font-size: 18px;
    color: var(--black);
}

.serv_cat_card p{
    font-size: 14px;
    color: var(--socialicon);
}

.serv_cat_card{
    border-radius: 4px;
    border: 2px solid var(--theme3);
    margin-bottom: 20px;
}

.serv_cat_card:hover{
    box-shadow: var(--globalshadow);
}

.ssc_head h2{
    font-size: 24px;
    color: var(--socialicon);
    font-weight: 600;
}

.serv_cat_card a{
    display: block;
    background: var(--theme2);
    border: 2px solid var(--theme2);
    width: fit-content;
    margin: auto;
    color: var(--white);
    padding: 4px 20px;
    border-radius: 25px;
    transition: 0.8s;
}

.serv_cat_card a:hover{
    background: var(--white);
    color: var(--theme2);
    transform: scale(0.95);
}

.ss-jus{
    text-align: justify;
    font-size: 14px;
    color: var(--fontgrey);
}

.who_we_content h2{
    font-size: 36px;
}

.serv_brief h3{
    font-size: 18px;
}

#home_page_banner.service_page_banner .row{
    height: auto;
}

#locate-wrapper ul li{
    width: 33.33%;
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

#locate-wrapper ul li a{
  color: var(--footerblack);
}


.blog-lower-content img{
    width: 100% !important;
    height: auto !important;
}

.cta-fee-wrap{
    background: var(--fee);
    border-radius: 15px;
    /* padding: 40px; */
    margin: 50px 0px;
}

.cta-fee-wrap .fee-form{
    padding: 40px 40px 0px 40px;
}

.cta-fee-wrap h3{
    color: var(--lyellow);
    font-size: 32px;
    font-weight: 600;
}

.cta-fee-wrap p{
    font-size: 14px;
    color: var(--white);
}

.cta-fee-wrap #contactForm label{
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.cta-fee-wrap #contactForm label span{
    color: var(--red);
}

.cta-fee-wrap button{
    background:var(--lyellow);
    border-radius: 0px;
    font-weight: 600;
    padding: 8px 40px;
    font-size: 22px;
}

input:focus{
    box-shadow: none !important;
}

.cta-fee-wrap #contactForm input{
    background: inherit;
    border: none;
    border-bottom: 1px solid var(--white);
    border-radius: 0px;
    color: var(--white);
}

.cta-fee-wrap input::placeholder {
  color: var(--white);
  opacity: 1; /* Firefox */
}

.fee-app-card p{
    font-size: 14px;
    color: var(--fontgrey);
}

.fee-app-card img{
    width: 64px;
}

.fee-app-wrapper h2{
    font-size: 32px;
    font-weight: 600;
}

.process-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.process-box:hover {
  transform: translateY(-5px);
}

.step-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
}
.step-blue {
  background: var(--black); /* Dark Blue */
}
.step-yellow {
  background: var(--yellow); /* Yellow */
}

#recent-portfolio ul li{
        width: 33%;
        list-style: none;
        padding: 20px;
        
}

#recent-portfolio ul li img{
    object-fit: cover;
    box-shadow: var(--globalshadow);
}



/***********************media query start********************
************************************************************/

@media(max-width: 768px){

    #recent-portfolio ul li {
    width: 100%;
    list-style: none;
    padding: 10px;
}

    #our_service .col {
        flex: none;
        width: 50% !important;
    }
    .service_card{
        margin-top: 20px;
    }
    #who_wrapper .row.list-card-s .col-md-6{
        width: 50%;
    }

    .achieve_card{
        background-color: #fff;
        height: 275px;
    }

    .achieve_card .title{
        padding: 15px 15px 0;
    }

    .achieve_card p{
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
    }

    .achieve_card .ss-jus{
        display: none;
    }

    .achieve_card img{
        z-index: 2;
    }

    
}

@media(max-width: 997px){

    .btn.pack-now{
        top: 60%;
        right: 0px;
        left: auto;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    }

    .cta-fee-wrap h3{
        font-size: 24px;
    }

    .cta-fee-wrap button{
        width: 100%;
    }
    
    #home_page_banner .row{
        height: auto !important;
    }

    .service_area_card, .main-footer{
        padding: 10px !important;
    }

    .brief_head h2, .testimonial_content h3{
        font-size: 24px;
    }


    .brief_head h3{
        font-size: 14px;
    }

    .row.brief_card_warpper .col-md-6{
        width: 100%;
        padding: 25px;
    }
    
    #our_strategy .accordion{
        padding: 0px;
    }

    #our_strategy .accordion-item .accordion-button, #our_strategy .accordion-body{
        font-size: 16px;
    }
    

    .client_port li{
        width: 50%;
    }

    #our_strategy .accordion-item{
        width: 100%;
    }

    .ccm_content {
        display: none;
    }

    .cmm_cta{
        padding: 20px;
    }
    
    #our_service .row .col{
        width: 100%;
    }
    
    .technology_tab .row .col-md-2{
        width: 50%;
    }
    
    .service_head h3{
        font-size: 18px;
    }
    
    .who_we_content h3, .achieve_card h4, .service_head h2{
        font-size: 24px;
    }

    .home_page_banner_content h1{
        font-size: 34px;
    }
    .who_we_content h2 {
    font-size: 28px;
}

    .technology_tab .nav-tabs .nav-link{
        font-size: 14px;
        padding: 10px;
    }
    
    .blog-inner-box{
        margin-top: 20px;
    }
}




