/* home page css start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
body {
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
}
:focus {
    outline: none;
}
button:focus {
    outline: none;
}
.form-control:focus {
    color: #3b3b3b;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    line-height: 28px;
    font-family: "Outfit", sans-serif;
}
p {
    margin-bottom: 0;
}
/* navbar banner slider */
.navbar_banner_slider {
    position: relative;
    height: 100%;
}
.navbar-banner-overlay {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
.navbar_banner_slider .item {
    height: 100vh;
}
.navbar_banner_slider .owl-item .item img {
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5000ms linear;
    -moz-transition: all 5000ms linear;
    -ms-transition: all 5000ms linear;
    -o-transition: all 5000ms linear;
    transition: all 5000ms linear;
}
.navbar_banner_slider .owl-item.active .item img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5000ms linear;
    -moz-transition: all 5000ms linear;
    -ms-transition: all 5000ms linear;
    -o-transition: all 5000ms linear;
    transition: all 5000ms linear;
}
.navbar_banner_slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
}
.navbar_banner_slider.owl-theme .owl-nav [class*=owl-] {
    height: 70px;
    width: 70px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    transition: all 0.5s ease 0s;
}
.navbar_banner_slider.owl-theme .owl-prev:hover,
.navbar_banner_slider.owl-theme .owl-next:hover {
    background: #f7128b;
    transition: all 0.5s ease 0s;
}

.navbar_banner_slider.owl-carousel .owl-nav .owl-prev .bi,
.navbar_banner_slider.owl-carousel .owl-nav .owl-next .bi {
    color: #fff;
    font-size: 36px;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.navbar_banner_slider .item .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.navbar_banner_slider .item .navbar-banner-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
.navbar_banner_slider .item .navbar-banner-content label {
    font-size: 18px;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.navbar-banner-content h2 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 900;
    line-height: 52px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 10px;
}
.navbar-banner-content p {
    font-size: 24px;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    font-family: "Outfit", sans-serif;
}
.navbar-banner-content p span {
    margin-right: 20px;
}
.navbar-banner-content p span:last-child {
    margin-right: 0;
}
.navbar-banner-content p .span1 {
    color: #e99d0d;
}
.navbar-banner-content p .span2 {
    color: #0bcfb4;
}
.navbar-banner-content p .span3 {
    color: #88ED24;
}
.navbar-banner-content .navbar-banner-content-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: #f7128b;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.navbar-banner-content .navbar-banner-content-btn .btn_shadow {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #222831;
    opacity: 0.20;
    z-index: 0;
    transform: skewX( -22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.navbar-banner-content .navbar-banner-content-btn span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 19px 50px 16px;
    z-index: 1;
}
.navbar-banner-content .navbar-banner-content-btn:hover {
    background: #222831;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.navbar-banner-content .navbar-banner-content-btn:hover .btn_shadow {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX( 0deg);
}
/* services section css */
.section_heading {
    margin-bottom: 40px;
    text-align: center;
}
.section_heading p {
    color: #f7128b;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 70px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.section_heading h4 {
    font-size: 30px;
    text-align: center;
    color: #2F3838;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.section_heading p::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #f7128b;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home_services_section {
    padding: 40px 0;
    position: relative;
    background-color: #fff;
}
.service_card1 {
    background-color: #FFFAE8;
    border-radius: 5px 0 0 5px;
}
.service_card2 {
    background-color: #FFEBEB;
}
.service_card3 {
    background-color: #E3DAF8;
}
.service_card4 {
    background-color: #F0EEFB;
    border-radius: 0 5px 5px 0;
}
.services_card {
    position: relative;
    padding: 30px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.services_card .services_icon {
    margin-bottom: 20px;
}
.services_card .services_icon img {
    max-width: 100%;
}
.services_card .services_content .services_heading {
    font-size: 20px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}
.services_card .services_content .services_para {
    color: #656565;
    margin-bottom: 15px;
}
.services_card .services_content .service_card_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C57D2;
    font-weight: 700;
}
.services_card .services_content .service_card_btn:hover {
    color: #f7128b;
}
.services_card .services_content .service_card_btn .bi {
    margin-left: 5px;
    font-size: 26px;
}
/* our services new 2nd section start */
.homeservicessection {
    padding-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
    background-color: #fff;
}
.servicescard {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    display: block;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}
.servicescard .servicesicon {
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08);
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    /* background: radial-gradient(circle,rgba(240, 221, 229, 1) 0%, rgba(228, 233, 240, 1) 100%); */
}
.servicescard .servicesicon img {
    max-width: 100%;
    max-height: 100%;
}
.servicescard .servicescontent .servicesheading {
    font-size: 20px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}
.servicescard .servicescontent .servicespara {
    color: #656565;
    margin-bottom: 15px;
}
.servicescard .servicescontent .servicecardbtn {
    display: inline-block;
    background-color: #F0EEFB;
    color: #000000;
    padding: 6px 25px;
    border-radius: 5px;
}
.servicescard .servicescontent .servicecardbtn:hover {
    background-color: #f7128b;
    color: #fff;
}
/* our services new 2nd section end */
/* services section2 css */
.home_services_section2 {
    padding-top: 40px;
    position: relative;
    background-color: #212331;
    overflow: hidden;
}
.home_services_section2 .section_heading h4 {
    color: #fff;
}
.home_services_section2 .row {
    align-items: center;
}
.services_section2_left {
    text-align: right;
}
.services_section2_left h2 {
    font-size: 30px;
    color: #fff;
    z-index: 99;
    position: relative;
}
.services_section2_left h2 span {
    font-size: 80px;
    font-weight: 800;
    left: -60%;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.services_section2_left h2 .number1 {
    color: #f7128b;
}
.services_section2_left h2 .number2 {
    color: #0bcfb4;
}
.services_section2_left h2 .number3 {
    color: #e99d0d;
}
.services_section2_left h2 .number4 {
    color: #88ED24;
}
.services_section2_center {
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    height: 200px;
    width: 200px;
}
.services_section2_center img {
    border: 10px solid rgba(255, 255, 255, .1);
    border-radius: 100%;
    max-width: 100%;
    max-height: 100%;
}
.services_section2_center::after {
    background-image: url(../images/icons/direction_arrow.png);
    background-repeat: no-repeat;
    bottom: -92px;
    content: "";
    display: block;
    height: 140px;
    position: absolute;
    right: -30px;
    width: 34px;
}
.order-lg-2 .services_section2_center::after {
    background-image: url(../images/icons/direction_arrow2.png);
    left: -30px;
    right: auto;
}
.home_services_section2 .row:last-child .services_section2_center::after {
    content: none;
}
.services_section2_right p {
    color: #fff;
    font-size: 15px;
}
.order-lg-1 .services_section2_right {
    text-align: right;
}
.order-lg-3 .services_section2_left {
    text-align: left;
}
.order-lg-3 .services_section2_left h2 span {
    left: 52%;
}


/* feature section css */

.home_features_section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background-color: #f5f7f9;
}

.home_features_sec_content {
    text-align: center;
    margin-bottom: 30px;
}

.home_features_sec_content h1 {
    margin-bottom: 10px;
    font-size: 20px;
}

.home_features_sec_left span {
    font-size: 72px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 83px;
}

.home_features_sec_left h2 .span1 {
    color: #3c3950;
}

.home_features_sec_left h2 .span2 {
    color: #636881;
}

.home_features_sec_left h2 .span3 {
    color: #a0a1b5;
}

.home_features_sec_right p {
    margin-bottom: 30px;
}

.home_features_sec_right .home_features_sec_btn {
    display: block;
    border: 2px solid #e99d0d;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 30px;
    white-space: nowrap;
    color: #e99d0d;
    width: max-content;
    border-radius: 5px;
    font-weight: 700;
}

.home_features_sec_right .home_features_sec_btn:hover {
    background-color: #e99d0d;
    color: #fff;
}


/* feature section2 css */

.home_feature_section2 {
    padding: 40px 0;
    position: relative;
    background-color: #212331;
    overflow: hidden;
}

.home_feature_section2 .section_heading h4 {
    color: #fff;
}

.home_feature_section2 .feature_sec2_left_card {
    margin-bottom: 46px;
}

.home_feature_section2 .feature_sec2_left_card:last-child {
    margin-bottom: 0;
}

.feature_sec2_left_card h4 {
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 20px;
}

.home_feature_section2 .feature_sec2_left_card p {
    color: #ccc;
    padding-left: 50px;
}

.home_feature_section2 .feature_sec2_left_card span {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    position: absolute;
    left: 0;
}

.feature_sec2_left_card .feature_num1 {
    background-color: #f7128b;
}

.feature_sec2_left_card .feature_num2 {
    background-color: #0bcfb4;
}

.feature_sec2_left_card .feature_num3 {
    background-color: #e99d0d;
}

.feature_sec2_right_card {
    background-color: #f5f7f9;
    padding: 20px 15px;
    border-radius: 5px;
}

.feature_sec2_right_card h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.feature_sec2_right_card p {
    margin-bottom: 20px;
}

.feature_progress_bar .progress-wrap {
    width: 100%;
    margin-bottom: 16px;
}

.feature_progress_bar .progress-wrap:last-child {
    margin-bottom: 0;
}

.progress-wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.feature_progress_bar .progress {
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #222831;
    overflow: visible;
    border-radius: 5px;
}

.feature_progress_bar .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: visible;
    border-radius: 5px;
}

.feature_progress_bar .progress-bar.color-1 {
    background-color: #f7128b;
    width: 97%;
}

.feature_progress_bar .progress-bar.color-2 {
    background-color: #0bcfb4;
    width: 94%;
}

.feature_progress_bar .progress-bar.color-3 {
    background-color: #e99d0d;
    width: 98%;
}

.feature_progress_bar .progress-bar.color-4 {
    background-color: #88ED24;
}

.feature_progress_bar .progress-bar span {
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.feature_sec2_right_card .feature_chart_img {
    display: flex;
    align-items: center;
}

.feature_sec2_right_card .feature_chart_img img {
    max-width: 100%;
}


/* testimonials section css */

.home_testimonials_section {
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
    background: url(../images/banner/testimonials_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.home_testimonials_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #e3f6f5;
}

.testimonials_container {
    position: relative;
}

.testimonials_container .testimonials_slider {
    position: relative;
    background-color: #fff;
    border-radius: 60px;
    padding: 50px;
}

.testimonials_container::after {
    position: absolute;
    content: "";
    bottom: -50px;
    right: 10%;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
}

.testimonials_slider .testimonials_content {
    margin-bottom: 30px;
    position: relative;
}

.testimonials_slider .client_name {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 3px;
    color: #0bcfb4;
}

.testimonials_slider .client_position {
    margin-bottom: 20px;
}

.testimonials_slider.owl-carousel .owl-dots {
    text-align: center;
}

.testimonials_slider.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ccc;
    margin-right: 10px;
}

.testimonials_slider.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonials_slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: #0bcfb4;
    width: 20px;
    border-radius: 10px;
}

.testimonials_slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    transform: translateY(-45%);
}

.testimonials_slider.owl-theme .owl-nav [class*=owl-] {
    height: 45px;
    width: 45px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0bcfb4;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}

.testimonials_slider.owl-carousel .owl-nav .owl-prev .bi,
.testimonials_slider.owl-carousel .owl-nav .owl-next .bi {
    color: #fff;
    font-size: 28px;
}

.testimonials_slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
}

.testimonials_slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
}


/* counter section css */

.home_counter_section {
    position: relative;
    background-color: #212331;
    padding-top: 70px;
    padding-bottom: 40px;
}

.home_counter_section .counter_container {
    z-index: 999;
    position: relative;
}

.counter_container .counter_card {
    text-align: center;
    position: relative;
}

.counter_container .counter_card .counter_icon {
    height: 120px;
    width: 120px;
    border: 2px dashed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: rotate(45deg);
}

.counter_container .counter_card .counter_icon .bi {
    font-size: 70px;
    transform: rotate(-45deg);
}

.counter_container .counter_card .icon_1 {
    border-color: #f7128b;
}

.counter_container .counter_card .number_1,
.counter_container .counter_card .icon_1 .bi {
    color: #f7128b;
}

.counter_container .counter_card .icon_2 {
    border-color: #0bcfb4;
}

.counter_container .counter_card .number_2,
.counter_container .counter_card .icon_2 .bi {
    color: #0bcfb4;
}

.counter_container .counter_card .icon_3 {
    border-color: #e99d0d;
}

.counter_container .counter_card .number_3,
.counter_container .counter_card .icon_3 .bi {
    color: #e99d0d;
}

.counter_container .counter_card .icon_4 {
    border-color: #88ED24;
}

.counter_container .counter_card .number_4,
.counter_container .counter_card .icon_4 .bi {
    color: #88ED24;
}

.counter_container .counter_card h4 {
    font-size: 45px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin: 60px 0 15px 0;
}

.counter_container .counter_card .counter-label {
    font-size: 16px;
    color: #fff;
}


/* inquery form section css */

.home_inquery_section {
    position: relative;
    padding: 40px 0;
    background: url(../images/banner/inquiry-banner.webp) no-repeat scroll center 0;
    background-size: cover;
    width: 100%;
    z-index: 99;
}

.home_inquery_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.94;
    background-color: #f5f7f9;
}

.home_inquery_section .container {
    position: relative;
}

.home_inquery_section .inquiry_content p {
    margin-bottom: 40px;
}

.inquiry_content .inquiry_contact_icon {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
}

.inquiry_content .inquiry_contact_icon:last-child {
    margin-bottom: 0;
}

.inquiry_content .inquiry_contact_icon .bi {
    font-size: 22px;
    position: absolute;
    left: 0;
}

.inquiry_content .inquiry_contact_icon h6 {
    font-size: 16px;
    color: #1c273c;
    font-weight: 600;
}

.home_inquiry_form {
    position: relative;
}

.home_inquiry_form .form-group {
    margin-bottom: 20px;
    border-radius: 5px;
}

.home_inquiry_form .form-group .form-control {
    background-color: transparent;
    border-radius: 5px;
    height: 50px;
    color: #1c273c;
    border: 1px solid #1c273c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home_inquiry_form input.form-control[type='text']::-webkit-input-placeholder {
    color: #1c273c;
}

.home_inquiry_form input.form-control[type='email']::-webkit-input-placeholder {
    color: #1c273c;
}

.home_inquiry_form .nice-select {
    background-color: transparent;
    border: 1px solid #1c273c;
    color: #1c273c;
    font-size: 16px;
    height: 50px;
    margin-bottom: 37px;
    font-weight: 600;
}

.home_inquiry_form .nice-select:after {
    border-bottom: 2px solid #1c273c;
    border-right: 2px solid #1c273c;
}

.home_inquiry_form .nice-select .list {
    z-index: 1000;
}

.home_inquiry_form .nice-select .list li {
    color: #3b3b3b;
}

.home_inquiry_form .btn.submit-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #f7128b;
    color: #fff;
    float: right;
    height: 50px;
    font-size: 16px;
}


/* home blog section css */

.home_blog_section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #212331;
}

.home_blog_section .section_heading h4 {
    color: #fff;
}

.home_blog_section .home_blog_card {
    position: relative;
    border: 1px solid #3c3c3c;
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
}

.home_blog_card .home_blog_img {
    height: 146px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.home_blog_card .home_blog_img img {
    max-width: 100%;
    border-radius: 5px;
}

.home_blog_card .home_blog_content {
    position: relative;
}

.home_blog_card .home_blog_content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    max-height: 90px;
    overflow: hidden;
    color: #c69b5e;
    font-weight: 500;
}

.home_blog_card .home_blog_content h4 .blog_date {
    margin-right: 5px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.home_blog_content .content_info {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.home_blog_content .content_info .fa {
    margin-right: 3px;
    color: #7f7f7f;
    font-size: 15px;
}

.home_blog_content .content_info .blog_lable {
    color: #7f7f7f;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
}

.home_blog_content .blog_para {
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #7f7f7f;
}

.home_blog_content .view_blog_btn {
    display: flex;
    align-items: center;
    border: 2px solid #555;
    width: fit-content;
    padding: 5px 25px;
    transition: none;
    border-radius: 5px;
}

.home_blog_content .view_blog_btn:hover {
    border-color: #c69b5e;
}

.home_blog_content .view_blog_btn h6 {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    transition: none;
}

.home_blog_content .view_blog_btn:hover h6 {
    color: #c69b5e;
}


/* faq section css */

.home_faq_section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.home_faq_section .faq_image_container {
    height: 518px;
}

.home_faq_section .faq_image_container img {
    max-width: 100%;
    height: 100%;
}

.home_faq_section .section_heading {
    text-align: left;
}

.home_faq_section .section_heading h4 {
    text-align: left;
}

.home_faq_section .section_heading p {
    margin: inherit;
    margin-bottom: 10px;
}

.home_faq_accordion .card {
    border: 0;
    border-bottom: 2px solid #efefef;
    border-radius: 0;
    background-color: transparent;
}

.home_faq_accordion .card:last-child {
    border-bottom: 0;
}

.home_faq_accordion .card .card-header {
    border: 0;
    background-color: transparent;
    padding: 5px 0;
    border-radius: 0;
    z-index: 99;
}

.home_faq_accordion .card .card-header a {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_faq_accordion .card .card-header .btn {
    color: #e99d0d;
}

.home_faq_accordion .card .card-header .collapsed.btn {
    color: #2F3838;
}

.home_faq_accordion .card .card-header .btn::after {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 14px;
    content: "\f068";
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #e99d0d;
    transition: all .3s ease 0s;
    box-shadow: 0 14px 40px 0 #e99d0d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_faq_accordion .card .card-header .collapsed.btn::after {
    content: "\f067";
    background-color: transparent;
    box-shadow: none;
    color: #2F3838;
}


/* home page css end */


/* about page css start */


/* page banner section */

.page_banner_section {
    position: relative;
    width: 100%;
    height: 390px;
}

.page_banner_section.ABOUT {
    background: url(../images/banner/aboutusbanner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: top;
}

.page_banner_section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.page_banner_section .page_banner_content {
    position: absolute;
    height: 100px;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_banner_section .page_banner_content h2 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 52px;
}


/* about section1 css */

.about-section1 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.about-section1 .abt_sec1_img {
    position: relative;
}

.about-section1 .abt_sec1_img img {
    max-width: 100%;
}

.about-section1 .abt_sec1_content {
    padding-left: 30px;
}

.abt_sec1_content .heading_label {
    color: #f7128b;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 70px;
    font-weight: 600;
    text-transform: capitalize;
}

.abt_sec1_content .heading_label::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #f7128b;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.abt_sec1_content h4 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    line-height: 40px;
    text-transform: uppercase;
}

.abt_sec1_content .abt_sec1_para {
    margin-bottom: 30px;
}

.abt_year_box {
    align-self: center;
}

.abt_year_box h5 {
    display: inline;
    color: #f7128b;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
}

.abt_year_box h6 {
    display: inline;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}


/* about section2 css */

.about-section2 {
    padding: 40px 0;
    position: relative;
    background-color: #212331;
    overflow: hidden;
}

.about-section2 .abt-sec2_img {
    position: relative;
    /* -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 5s;
    animation-duration: 5s */
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

.about-section2 .abt-sec2_img img {
    max-width: 100%;
    float: right;
}

.abt_sec2_content .abt_sec2_header {
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding: 15px 0 20px 0;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.abt_sec2_content .abt_sec2_header .abt_sec2_icon {
    position: absolute;
    right: 20px;
}

.abt_sec2_header .hr_center_line {
    margin-bottom: 0;
}

.abt_sec2_header .sec_center_heading {
    margin-bottom: 0;
    color: #fff;
}

.abt_sec2_header .hr_center_line::before {
    background-color: #fff;
}

.sec_left_heading {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}

.hr_left_line {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.hr_left_line::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 105px;
    height: 1px;
}

.hr_left_line::after {
    position: absolute;
    content: "";
    background-color: #f7128b;
    width: 40px;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.abt_sec2_content .abt_sec2_para {
    color: #ccc;
    background-color: #2d3045;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}


/* about section3 css */

.about_section3 {
    padding: 40px 0;
    position: relative;
    background: url(../images/banner/workprocess_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
}

.about_section3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background-color: #f5f7f9;
}

.sec_center_heading {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #2F3838;
    position: relative;
}

.hr_center_line {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.hr_center_line::before,
.hr_center_line::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hr_center_line::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #2F3838;
    width: 105px;
    height: 1px;
}

.hr_center_line::after {
    position: absolute;
    content: "";
    background-color: #f7128b;
    width: 40px;
    height: 3px;
    bottom: -1px;
}


/* work process css */

.work_process_container .div_relative {
    position: relative;
}

.work_process_container .process-box {
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.work_process_container .process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}

.work_process_container .process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}

.work_process_container .process-step {
    background-color: #0bcfb4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 10px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.work_process_container .process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #0bcfb4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 43px;
    left: -63px;
}

.work_process_container .process-point-right:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}

.work_process_container .process-point-left {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #0bcfb4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 44px;
    right: -63px;
}

.work_process_container .process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;
}

.work_process_container .process-last:before {
    display: none;
}

.work_process_container .process-box h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.work_process_container .process-box p {
    z-index: 9;
    font-size: 15px;
    line-height: 22px;
}

.work_process_container .process-step p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.work_process_container .process-step h2 {
    font-size: 40px;
    font-weight: 800;
    -webkit-text-stroke: 2px #1c273c;
    color: transparent;
    transition: 0.4s ease-in-out;
}

.process-box:hover .process-step h2 {
    transform: translateY(5px);
    transition: 0.4s ease-in-out;
    color: #1c273c;
}

.work_process_container .process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #16a693;
    border-left: 8px solid #04889800;
    border-right: 8px solid #16a693;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.work_process_container .process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #16a693;
    border-left: 8px solid #16a693;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.work_process_container .process-line-l {
    background-color: #0bcfb4;
    height: 2px;
    position: absolute;
    width: 113px;
    right: -135px;
    top: 65px;
    z-index: 9;
}

.work_process_container .process-line-r {
    background-color: #0bcfb4;
    height: 2px;
    position: absolute;
    width: 113px;
    left: -135px;
    top: 65px;
    z-index: 9;
}


/* about section4 css */

.about_section4 {
    padding: 40px 0;
    position: relative;
    background-color: #212331;
    overflow: hidden;
}

.about_section4 .sec_center_heading {
    color: #fff;
}

.about_section4 .hr_center_line::before {
    background-color: #fff;
}

.cmp_team1_container .member_image_border {
    padding: 30px 15px 30px 45px;
    position: relative;
}

.member_image_border .member_img {
    position: relative;
    border: 5px solid rgba(255, 255, 255, .3);
    height: 400px;
}

.member_image_border .member_img img {
    position: absolute;
    right: -20px;
    top: -25px;
}

.cmp_team1_container .member_info {
    position: relative;
    padding-top: 30px;
}

.cmp_team1_container .member_info .mem_name {
    color: #0bcfb4;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cmp_team1_container .member_info .mem_deg {
    color: #a2a4af;
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.cmp_team1_container .member_info .mem-about {
    color: #fff;
    margin-bottom: 25px;
}

.cmp_team1_container .member_info .contact_links {
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #5f727f;
}

.cmp_team1_container .member_info .contact_links .bi {
    margin-right: 15px;
}

.cmp_team1_container .member_info .contact_links .bi.mail {
    font-size: 25px;
}

.cmp_team1_container .member_info .social_icon_div {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.cmp_team1_container .member_info .social_icon_div .social_links {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #6b7682;
    transition: all 0.3s ease;
}

.cmp_team1_container .member_info .social_icon_div .social_links:hover {
    background-color: #0bcfb4;
    transition: all 0.3s ease;
}

.cmp_team1_container .member_info .social_icon_div .social_links:last-child {
    margin-right: 0;
}

.cmp_team1_container .member_info .social_icon_div .social_links .bi {
    color: #1c273c;
    font-size: 20px;
}

.cmp_team1_container.container_2 .member_image_border .member_img img {
    position: absolute;
    right: auto;
    top: -25px;
    left: -20px;
}

.cmp_team1_container.container_2 .member_image_border {
    padding: 30px 45px 30px 15px;
}

.cmp_team2_container {
    margin-top: 30px;
    position: relative;
}

.cmp_team2_container .cmp_team2_card {
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    border-bottom: 5px solid #0bcfb4;
}

.cmp_team2_card .team2_img {
    margin: 0 auto;
    height: 130px;
    width: 130px;
    margin-bottom: 15px;
    border-radius: 100%;
}

.cmp_team2_card .team2_img img {
    border-radius: 100%;
}

.team2_content h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

.team2_content p {
    color: #a2a4af;
    margin-bottom: 5px;
}

.team2_content .team2_phn {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #0bcfb4;
    margin-bottom: 5px;
}

.team2_content .team2_mail .bi {
    font-size: 30px;
    color: #5f727f;
}


/* about section5 css*/

.about_section5 {
    padding: 40px 0;
    position: relative;
}

.about_section5 .hr_center_line {
    margin-bottom: 40px;
}

.clients_slider .item img {
    max-width: 100%;
    width: initial;
    margin: 0 auto;
}

.clients_slider .item {
    border: 5px solid #eee;
    background-color: #f5f7f9;
    padding: 15px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* about page css end */


/* blogs page css start */

.page_banner_section.BLOGS {
    background: url(../images/banner/blog_banner.webp) no-repeat scroll center 0;
    background-size: cover;
}

.blogs_section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #ffff;
}

.blog_container_left .Blog_Card {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border-bottom: 3px solid #959595;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
}

.blog_container_left .Blog_Card .Blog_Img {
    height: 200px;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

.blog_container_left .Blog_Card .Blog_Img img {
    max-width: 100%;
    /* width: 100%;
    height: 100%; */
    border-radius: 5px 5px 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blog_container_left .Blog_Card:hover .Blog_Img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog_container_left .Blog_Card .Blog_Content {
    padding: 20px;
}

.Blog_Card .Blog_Content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.Blog_Card .Blog_Content .blogs_para {
    font-size: 15px;
    margin-bottom: 10px;
    max-height: 30px;
    overflow: hidden;
}

.Blog_Card .Blog_Content .blogs_para p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Blog_Card .Blog_Content .Blog_Date {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.Blog_Content .Blog_Date .Date_Label {
    font-size: 15px;
}

.Blog_Content .Blog_Date .bi {
    font-size: 18px;
    margin-right: 5px;
    color: #f7128b;
}

.blog-details_btn {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
}

.blog-details_btncircle {
    height: 35px;
    width: 35px;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
    display: inline-block;
    transition: 0.5s;
}

.blog-details_btn:hover .blog-details_btncircle {
    border-color: #f7128b;
}

.blog-details_btn .arrrow1 {
    font-size: 24px;
    color: #9b9b9b;
    height: 8px;
    line-height: 8px;
    margin-left: -10px;
    transition: 0.5s;
    background-color: #fff;
}

.blog-details_btn .blog-details_btntext {
    font-size: 14px;
    font-weight: 700;
    color: #9b9b9b;
    text-transform: uppercase;
    margin-left: 8px;
    margin-right: 5px;
    background: #fff;
    transition: 0.5s;
}

.blog-details_btn .arrrow2 {
    font-size: 24px;
    color: #9b9b9b;
    height: 8px;
    line-height: 8px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    margin-left: -30px;
}

.blog-details_btn:hover .arrrow1 {
    opacity: 0;
    visibility: hidden;
}

.blog-details_btn:hover .arrrow2 {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    color: #f7128b;
}

.blog-details_btn:hover .blog-details_btntext {
    margin-left: -28px;
    color: #f7128b;
}

.blogs_section .pagination {
    margin-bottom: 30px;
}

.page-link:focus {
    box-shadow: none;
}

.blogs_section .page-item .page-link {
    color: #141414;
}

.blogs_section .page-item.active .page-link {
    background-color: #0bcfb4;
    border-color: #0bcfb4;
    color: #fff;
}

.blog_container_right .blog_category_div,
.blog_container_right .blog_recent_posts,
.blog_container_right .blog_news_letter {
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px rgb(34 25 25 / 40%);
    box-shadow: 0 1px 3px rgb(34 25 25 / 40%);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog_news_letter .Newsletter_form {
    position: relative;
}

.blog_news_letter .Newsletter_form input {
    background-color: #f7f8fd;
    border: 0;
    height: 44px;
    padding: 0 35px 0 15px;
    border-radius: 5px !important;
    width: 100%;
}

.blog_news_letter .Newsletter_form .submit-btn {
    color: #f7128b;
    width: 40px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.blog_container_right .blog_right_label {
    margin-bottom: 5px;
}

.blog_container_right .blog_right_label h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.blog_right_label .border_animate {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #f7128b;
    top: -5px;
}

.blog_right_label .border_animate::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    bottom: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    -webkit-animation: borderanimate 2s linear infinite;
    animation: borderanimate 2s linear infinite;
}

@-webkit-keyframes borderanimate {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@keyframes borderanimate {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

.blog_category_div .blog_category_content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    color: #141414;
    position: relative;
    margin-bottom: 10px;
}

.blog_category_div .blog_category_content a:last-child {
    margin-bottom: 0;
}

.blog_category_div .blog_category_content a::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    background-color: #7a7a7a;
}

.blog_category_div .blog_category_content a p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    font-size: 15px;
}

.blog_recent_posts .recent_post_div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog_recent_posts .recent_post_div:last-child {
    margin-bottom: 0;
}

.blog_recent_posts .recent_post_div .post_img {
    width: 80px;
    height: 53px;
    border-radius: 5px;
}

.blog_recent_posts .recent_post_div .post_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.blog_recent_posts .recent_post_div a {
    display: block;
    width: calc(100% - 80px);
    overflow: hidden;
    height: 48px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    color: #1c273c;
}

.blog_recent_posts .recent_post_div a:hover {
    color: #f7128b;
}

.blog_container_right .grow_business_card {
    padding: 30px;
    border-radius: 5px;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../images/img/growbusiness.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.blog_container_right .grow_business_card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #f7128b;
    border-radius: 5px;
}

.grow_business_card .grow_business_content {
    position: relative;
    text-align: center;
}

.grow_business_card .grow_business_content h4 {
    font-size: 26px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: left;
}

.grow_business_card .grow_business_content .bi {
    color: #fff;
    font-size: 42px;
    -webkit-animation-name: animation-pulse;
    animation-name: animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* blogs page css end */


/* blog page css start */

.blog_container_left .Blog_details_card .Blog_Img {
    height: 300px;
}

.blog_container_left .Blog_details_card .Blog_info_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 0 20px;
}

.Blog_details_card .Blog_info_div p {
    display: flex;
    align-items: center;
}

.Blog_details_card .Blog_info_div p .bi {
    margin-right: 5px;
    color: #f7128b;
}

.Blog_details_card .Blog_Content h4 {
    max-height: inherit;
    overflow: visible;
}

.Blog_details_card .Blog_Content p {
    max-height: inherit;
    overflow: visible;
    margin-bottom: 10px;
}

.Blog_details_card .Blog_Content p:last-child {
    margin-bottom: 0;
}

.blogs_section .blog_back_btn {
    margin-bottom: 30px;
    border: 2px solid #9b9b9b;
    padding: 15px 20px;
    border-radius: 5px;
    width: 206px;
}

.blogs_section .blog_back_btn:hover {
    border-color: #f7128b;
}

.blog_back_btn .arrrow1 {
    margin-left: -15px;
}


/* blog page css end */


/* contact us page css start */

.page_banner_section.CONTACT {
    background: url(../images/banner/contactus_banner.webp) no-repeat scroll center 0;
    background-size: cover;
}

.contact_section1 {
    position: relative;
    padding: 40px 0;
    background-color: #fff;
}

.contact_section1 .contact_sec1_card {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #f5f7f9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
}

.contact_section1 .contact_sec1_card .bi {
    font-size: 70px;
    margin-bottom: 20px;
    display: block;
}

.contact_section1 .contact_sec1_card.Call {
    border: 5px solid #0bcfb4;
}

.contact_section1 .contact_sec1_card.Address {
    border: 5px solid #f7128b;
}

.contact_section1 .contact_sec1_card.Mail {
    border: 5px solid #e99d0d;
}

.contact_section1 .contact_sec1_card.Call .bi {
    color: #0bcfb4;
}

.contact_section1 .contact_sec1_card.Address .bi {
    color: #f7128b;
}

.contact_section1 .contact_sec1_card.Mail .bi {
    color: #e99d0d;
}

.contact_section1 .contact_sec1_card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.contact_section1 .contact_sec1_card p {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.contact_section1 .contact_sec1_card p:last-child {
    margin-bottom: 0;
}

.contact_section1 .contact_sec1_card p a {
    color: #7f7f7f;
}

.contact_section1 .contact_sec1_card p .bi {
    position: absolute;
    left: 0;
    margin-bottom: 0;
    font-size: 22px;
}


/* contact section2 css */

.contact_section2 {
    position: relative;
    height: 100%;
}

.contact_section2 .contact_map_container {
    height: 100%;
    width: 100%;
}

.contact_section2 .contact_map_container iframe {
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
}


/* contact section3 css */

.contact_section3 {
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
    background-color: #212331;
}

.contact_section3 .sec_center_heading {
    color: #fff;
}

.contact_section3 .hr_center_line::before {
    background-color: #fff;
}

.contact_section3 .contact_sec3_address {
    background-color: #121221;
    margin-bottom: 30px;
    border-radius: 5px;
}

.contact_branches_card {
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

.contact_branches_card .branches_location_icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212331;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact_branches_card .branches_location_icon .bi {
    color: #0bcfb4;
    font-size: 36px;
}

.contact_branches_card h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 24px;
}

.contact_branches_card p {
    color: #99a9b5;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.contact_branches_card p:last-child {
    margin-bottom: 0;
}

.contact_branches_card p .bi {
    color: #99a9b5;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 0;
}


/* contact section4 css */

.contact_section4 {
    position: relative;
    padding: 40px 0;
}

.contact_section4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
}

.contact_section4::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background-color: #f5f7f9;
    z-index: -1;
}

.contact_section4 .contact_team_person {
    text-align: center;
    position: relative;
}

.contact_team_person .contact_person_img {
    border-radius: 100%;
    margin-bottom: 20px;
}

.contact_team_person .contact_person_img img {
    border-radius: 100%;
    max-width: 100%;
    max-height: 100%;
}

.contact_team_person h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.contact_team_person label {
    font-size: 14px;
    color: #5f727f;
    margin-bottom: 10px;
}

.contact_team_person p {
    margin-bottom: 10px;
}

.contact_team_person .social_icon_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.contact_team_person .social_icon_div .social_links {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.contact_team_person .social_icon_div .social_links:hover {
    background-color: #0bcfb4;
    transition: all 0.3s ease;
}

.contact_team_person .social_icon_div .social_links:last-child {
    margin-right: 0;
}

.contact_team_person .social_icon_div .social_links .bi {
    color: #fff;
    font-size: 20px;
}

.contact_team_person .social_icon_div .social_links.facebook {
    background-color: #4e64b5;
}

.contact_team_person .social_icon_div .social_links.mail {
    background-color: #db514f;
}

.contact_team_person .social_icon_div .social_links.instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.contact_form_section {
    position: relative;
    padding-left: 110px;
}

.contact_form_section .contactus-form .form-group {
    margin-bottom: 20px;
}

.contact_form_section .contactus-form .form-group .form-control {
    color: #2F2956;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 46px;
}

.contact_form_section .contactus-form select {
    color: #2F2956;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 46px;
    width: 100%;
    padding: 10px;
}

.contactus-form input.form-control[type='text']::-webkit-input-placeholder {
    color: #1c273c;
}

.contactus-form input.form-control[type='email']::-webkit-input-placeholder {
    color: #1c273c;
}

.contact_form_section .contactus-form .contact-btn {
    text-align: center;
    background-color: #f7128b;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}


/* contact us page css end */


/* seo page css start */

.services_banner_section {
    position: relative;
    width: 100%;
    height: 330px;
}

.services_banner_section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.89);
}

.services_banner_section.SEO {
    background: url(../images/banner/seo_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}

.services_banner_section .services_banner_content {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    padding-top: 30px;
}

.services_banner_section.SEO .services_banner_content {
    padding-top: 50px;
}

.services_banner_content h2 {
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 60px;
}

.services_banner_content p {
    color: #f5f7f9;
    font-size: 18px;
}


/* seo section1 */

.seo_section1 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.seo_section1 .seo_sec1_img {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.seo_section1 .seo_sec1_img img {
    max-width: 100%;
    animation: floatrl infinite 10000ms;
}

@-webkit-keyframes floatrl {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes floatrl {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.seo_section1 .seo_sec1_content {
    margin-bottom: 30px;
}

.seo_sec1_content .sec_center_heading {
    text-align: left;
    margin-bottom: 30px;
}

.seo_section1 .seo_sec1_content p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 11px;
}

.seo_section1 .seo_sec1_content .seo_sec1_p {
    padding-left: 0;
}

.seo_section1 .seo_sec1_content .row .col-sm-12:nth-child(9) p {
    margin-bottom: 0;
}

.seo_section1 .seo_sec1_content .row .col-sm-12:last-child p {
    margin-bottom: 0;
}

.seo_section1 .seo_sec1_content .bi {
    position: absolute;
    left: 0;
    top: 0;
}

.seo_section1 .seo_sec1_bttom {
    text-align: center;
}

.seo_section1 .seo_sec1_bttom .parra1 {
    margin-bottom: 30px;
}

.seo_section1 .seo_sec1_bttom h4 {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.seo_section1 .seo_sec1_bttom .mobile_app_sec2_btn {
    padding: 15px 40px;
    overflow: hidden;
}


/* seo section2 css */

.seo_section2 {
    position: relative;
    padding: 40px 0;
    background-color: #000000;
    overflow: hidden;
}

.seo_sec2_container .div_relative {
    position: relative;
}

.seo_section2 .sec_center_heading {
    color: #fff;
}

.seo_section2 .hr_center_line::before {
    background-color: #fff;
}

.seo_sec2_container .process-box {
    background-color: #101010;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.seo_sec2_container .process-left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #101010;
    border-bottom: 25px solid transparent;
    display: inline-grid;
    position: absolute;
    right: -25px;
    top: 20px;
    z-index: 1;
}

.seo_sec2_container .process-right:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #101010;
    border-bottom: 25px solid transparent;
    display: inline-grid;
    position: absolute;
    left: -25px;
    bottom: 20px;
    z-index: 1;
}

.process-box .seo_process_num {
    background-color: #101010;
    color: #c69b5e;
    height: 65px;
    width: 65px;
    position: absolute;
    left: 10px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 800;
    border-radius: 100%;
}

.process-box .seo_process_img {
    margin-bottom: 15px;
}

.process-box .seo_process_img img {
    max-width: 100%;
    max-height: 100%;
}

.seo_sec2_container .process-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.seo_sec2_container .process-box p {
    font-size: 14px;
    color: #ccc
}

.seo_sec2_container .process-point-right {
    height: 100%;
    width: 4px;
    background-color: #c69b5e;
    display: inline-grid;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    top: 32px;
}

.seo_sec2_container .process-point-right::before {
    content: "";
    background-color: #c69b5e;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #101010;
    box-shadow: 0 0 0px 4px #c69b5e;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}

.seo_sec2_container .process-point-right::after {
    content: "";
    background-color: #c69b5e;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #101010;
    box-shadow: 0 0 0px 4px #c69b5e;
    position: absolute;
    bottom: 94px;
    transform: translateX(-50%);
    left: 50%;
}

.seo_sec2_container .process-line-l {
    background-color: #101010;
    height: 4px;
    position: absolute;
    width: 66px;
    right: -90px;
    top: 43px;
    z-index: 9;
}

.seo_sec2_container .process-line-r {
    background-color: #101010;
    height: 4px;
    position: absolute;
    width: 66px;
    left: -90px;
    bottom: 43px;
    z-index: 9;
}

#Show_More_btn {
    width: fit-content;
    padding: 20px 45px;
    transition: none;
    border-radius: 40px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    background-color: #101010;
    color: #c69b5e;
    margin-top: 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}


/* seo section3 css */

.seo_section3 {
    padding: 40px 0;
    position: relative;
    background-color: #e3f6f5;
}

.seo_dropdown_tab {
    width: 100%;
    display: flex;
}

.seo_dropdown_tab .tab-content {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.seo_dropdown_tab .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
    border: none;
    height: 100%;
    margin-right: 30px;
}

.seo_dropdown_tab .card {
    border: none;
    height: 100%;
    background-color: transparent;
}

.seo_dropdown_tab .card .card-header {
    border: none;
    background-color: transparent;
}

.seo_dropdown_tab .card .collapse {
    display: block;
}

.seo_dropdown_tab .nav-tabs .nav-item {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.seo_dropdown_tab .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.seo_dropdown_tab .nav-tabs .tab-link {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    color: #141414;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.seo_dropdown_tab .nav-tabs .tab-link.active {
    color: #0c2deb;
}

.seo_dropdown_tab .nav-tabs .tab-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}

.seo_dropdown_tab .nav-tabs .tab-link.active::before {
    opacity: 1;
}

.seo_dropdown_tab .tab-content .tab_link_content .seo_sec3_seo_para {
    color: #141414;
    font-size: 15px;
    margin-bottom: 15px;
}

.seo_dropdown_tab .tab_link_content .seo_list_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tab_link_content .seo_sec3_seo_list .seo_list_flex:last-child {
    margin-bottom: 0;
}

.seo_dropdown_tab .tab_link_content .seo_list_flex p {
    color: #141414;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
}

.seo_dropdown_tab .tab_link_content .seo_list_flex .seo_list_left {
    width: 50%;
}

.seo_dropdown_tab .tab_link_content .seo_list_flex .seo_list_right {
    width: 50%;
}

.seo_dropdown_tab .tab_link_content .seo_list_flex p .bi {
    position: absolute;
    left: 0;
    top: 0;
}

.tab_link_content .seo_sec3_seo_img {
    text-align: right;
}

.tab_link_content .seo_sec3_seo_img img {
    max-height: 100%;
    max-width: 100%;
}

.seo_dropdown_tab .card .card-header {
    display: none;
    cursor: pointer;
    padding: 10px 20px;
}

.seo_dropdown_tab .card .card-body .order-lg-1 p.last {
    margin-bottom: 0;
}


/* seo section4 css */

.seo_section4 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.seo_section4 .seo_sec4_card {
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #efefef;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #f5f7f9;
}

.seo_section4 .seo_sec4_card h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.seo_sec4_card .seo_sec4_card_list {
    list-style: none;
    margin-bottom: 30px;
}

.seo_sec4_card .seo_sec4_card_list li {
    color: #565b73;
    margin-bottom: 15px;
}

.seo_sec4_card .seo_sec4_card_list li:last-child {
    margin-bottom: 0;
}

.seo_sec4_card .seo_sec4_card_btn {
    padding: 15px 20px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    background-color: #0bcfb4;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.seo_sec4_card .seo_sec4_card_btn:hover {
    background-color: #079481
}

.seo_sec4_card .seo_sec4_circle {
    position: absolute;
    bottom: -40px;
    right: -50px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #b6cefa;
    z-index: -1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.seo_sec4_card .seo_sec4_circle::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 42px #cadcfa, 0 0 0 84px #e1e9f7;
    box-shadow: 0 0 0 42px #cadcfa, 0 0 0 84px #e1e9f7;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.seo_sec4_card.card_center {
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    background-color: #0bcfb4;
}

.seo_sec4_card.card_center h4 {
    color: #000;
}

.seo_sec4_card.card_center .seo_sec4_card_list li {
    color: #000;
}

.seo_sec4_card.card_center .seo_sec4_card_btn {
    background-color: #000000;
    color: #0bcfb4;
}

.seo_sec4_card.card_center .seo_sec4_circle {
    background-color: #0d917e;
}

.seo_sec4_card.card_center .seo_sec4_circle::before {
    -webkit-box-shadow: 0 0 0 42px #199e8c, 0 0 0 84px #1bb39e;
    box-shadow: 0 0 0 42px #199e8c, 0 0 0 84px #1bb39e;
}


/* quote section start */

.quote_section {
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
    background: url(../images/banner/quotes_banner.webp) no-repeat scroll center 0;
    background-attachment: fixed;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.quote_section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
}

.quote_section .quote_container {
    position: relative;
}

.quote_section .quote_container h2 {
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 44px;
}

.quote_section .quote_container h2 span {
    color: #e99d0d;
}

.quote_section .quote_container p {
    color: #f5f7f9;
    font-size: 15px;
}

.quote_section .inner_inq_form {
    position: relative;
    padding-left: 150px;
}

.inner_inq_form .inq_form_header {
    background-color: #0bcfb4;
    border-radius: 20px 20px 0 0;
}

.inner_inq_form .inq_form_header h4 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    color: #000;
    font-size: 20px;
}

.inner_inq_form .inq_form_body {
    padding: 25px;
    border-radius: 0 0 20px 20px;
    background-color: #f5f7f9;
}

.inner_inq_form .form-group .form-control {
    height: 50px;
}

.inner_inq_form .nice-select {
    height: 50px;
}

.inner_inq_form .inq_form_body .form-group textarea {
    min-height: 70px;
}

.inner_inq_form .inq_form_body .form-group textarea[type='text']::-webkit-input-placeholder {
    color: #3b3b3b;
}

.inner_inq_form .inq_form_section .submit-btn {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    height: 52px;
}


/* quote section end */


/* quote bottom section */

.quote_bottom_section {
    position: relative;
    background-color: #fff;
}

.quote_bottom_section .quote_bottom_container {
    margin-top: -50px;
    padding: 40px 30px;
    background-color: #0bcfb4;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}

.quote_bottom_container .quote_link_div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.quote_bottom_container .quote_link_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    position: relative;
    background-color: #000000;
    border-radius: 100%;
}

.quote_link_div .quote_link_icon .bi {
    font-size: 30px;
    color: #0bcfb4;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

.quote_bottom_container .quote_animation_line1,
.quote_bottom_container .quote_animation_line2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #5555;
    border-radius: 100%;
    animation: fade 2.4s linear 0s infinite;
    -webkit-animation: fade 2.4s linear 0s infinite;
    -ms-animation: fade 2.4s linear 0s infinite;
    -o-animation: fade 2.4s linear 0s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.quote_bottom_container .quote_animation_line2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes fade {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.24);
        opacity: 1;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.24);
        opacity: 1;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.quote_bottom_container .quote_bottom_content h4 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

.quote_btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.quote_bottom_container .quote_btn {
    background-color: #000000;
    border-radius: 50px;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.quote_bottom_container .quote_btn:hover {
    background-color: #fff;
    color: #000000;
}


/* seo page css end */


/* web desgin page css start */

.services_banner_section.WEB-DESIGN {
    background: url(../images/banner/web-design-banner.webp) no-repeat scroll center 0;
    background-size: cover;
}


/* web design sec1 css */

.web_design_sec1 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.web_design_sec1 .web_des_sec1_img {
    position: relative;
    text-align: left;
    /* -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; */
}

.web_design_sec1 .web_des_sec1_img img {
    max-width: 100%;
    max-height: 100%;
}

.web-design_sec1_content h4 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.web-design_sec1_content p {
    margin-bottom: 15px;
}

.web-design_sec1_content p:last-child {
    margin-bottom: 0;
}

.web-design_sec1_btm_content {
    margin-top: 20px;
    margin-bottom: 15px;
}

.web-design_sec1_btm_content p {
    color: #141414;
}

.web-deg_sec1_list {
    position: relative;
}

.web-design_sec1_list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.web-deg_sec1_list h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.web-design_sec1_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.web-design_sec1_list li:last-child {
    margin-bottom: 0;
}

.web-design_sec1_list li .fa {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #0bcfb4;
}


/* web design sec2 css */

.web_design_sec2 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.web_dropdown_tab .card .card-header {
    display: none;
    cursor: pointer;
    padding: 10px 20px;
}

.web_dropdown_tab .card .collapse {
    display: block;
}

.web_dropdown_tab .nav-tabs {
    display: flex;
    align-items: center;
    border: none;
    height: 100%;
    margin-bottom: 30px;
}

.web_dropdown_tab .nav-tabs .nav-item {
    border-radius: 5px;
    background-color: #fff;
    width: 19%;
}

.web_dropdown_tab .nav-tabs .tab-link {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    color: #141414;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
    text-align: center;
}

.web_dropdown_tab .nav-tabs .tab-link img {
    margin-bottom: 5px;
}

.web_dropdown_tab .nav-tabs .tab-link.active {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
}

.web_dropdown_tab .nav-tabs .tab-link::before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid #fff;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.web_dropdown_tab .nav-tabs .tab-link.active::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.web_dropdown_tab .tab-content .card {
    border: 1px solid #f5f7f9;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
    padding: 30px 50px;
}

.tab_link_content .webdes_sec2_img img {
    max-height: 100%;
    max-width: 100%;
}

.web_dropdown_tab .tab-content .tab_link_content h4 {
    color: #1c273c;
}

.web_dropdown_tab .tab-content .tab_link_content p {
    color: #141414;
    font-size: 15px;
    margin-bottom: 15px;
}

.web_dropdown_tab .tab-content .tab_link_content p:last-child {
    margin-bottom: 0;
}


/* web design sec3 css */

.web_design_sec3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #212331;
    overflow: hidden;
}

.web_design_sec3 .sec_center_heading {
    color: #fff;
}

.web_design_sec3 .hr_center_line::before {
    background-color: #fff;
}

.web_des_sec3_card {
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.web_des_sec3_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #0bcfb4;
    border-radius: 100%;
    background-color: #2d3045;
    width: 124px;
    height: 124px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 40px;
    position: relative;
}

.web_des_sec3_card .webdes_sec3_title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.web_des_sec3_icon .web_des_sec3arrow {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.web_des_sec3_icon .web_des_sec3arrow span {
    width: 70px;
    height: 1px;
    position: relative;
    background-color: #0bcfb4;
    display: block;
}

.web_des_sec3_icon .web_des_sec3arrow span::before {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 0;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 7px solid #0bcfb4;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}


/* web design sec4 css */

.web_design_sec4 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #212331;
}

.web_design_sec4 .sec_center_heading {
    color: #fff;
}

.web_design_sec4 .hr_center_line::before {
    background-color: #fff;
}

.web_des_sec4_tech {
    text-align: center;
    position: relative;
}

.web_des_sec4_tech .web_des_sec4_tech_ul {
    margin-bottom: 0px;
    overflow: hidden;
    color: slategrey;
    padding-left: 0;
    display: flex;
    list-style: none;
}

.web_des_sec4_tech_ul .tech1::before {
    content: "1";
}

.web_des_sec4_tech_ul .tech2::before {
    content: "2";
}

.web_des_sec4_tech_ul .tech3::before {
    content: "3";
}

.web_des_sec4_tech_ul .tech4::before {
    content: "4";
}

.web_des_sec4_tech_ul li {
    width: 25%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.web_des_sec4_tech ul li span {
    display: block;
    width: 93%;
    background-color: #2d3045;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}

.web_des_sec4_tech .web_des_sec4_tech_ul li span {
    margin-top: 30px;
}

.web_des_sec4_tech_ul li::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #2d3045;
    border-radius: 100%;
    margin: 0 auto 0 auto;
    font-weight: 700;
}

.web_des_sec4_tech_ul li::after {
    content: "";
    width: 100%;
    height: 15px;
    background-color: #2d3045;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
}

.web_des_sec4_tech_ul span::after {
    content: "";
    width: 5px;
    height: 30px;
    background-color: #2d3045;
    z-index: 1;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.web_des_sec4_tech_ul li img {
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.web_des_sec4_tech_ul li span h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.web_des_sec4_tech_ul li span p {
    color: #ccc;
    margin-bottom: 20px;
}

.web_des_sec4_tech_ul .web_deg_sec4_btn {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    width: 100px;
    padding-bottom: 5px;
}

.web_des_sec4_tech_ul .web_deg_sec4_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_des_sec4_tech_ul .web_deg_sec4_btn:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_des_sec4_tech_ul .web_deg_sec4_btn .fa {
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_des_sec4_tech_ul .web_deg_sec4_btn:hover .fa {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* form wizard css end */


/* case study section css */

.case_study_section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.case_study_section .case_study_card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.case_study_section .case_study_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.case_study_section .case_study_card img {
    max-width: 100%;
    border-radius: 5px;
}

.case_study_card .case_img_content {
    background-color: #000000;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.case_study_card .case_img_content .case_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    color: #0bcfb4;
    margin-bottom: 5px;
}

.case_study_card .case_img_content .case_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.case_study_card .case_hover_link {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    display: flex;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_study_card:hover .case_hover_link {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_hover_link .case-details_btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0bcfb4;
    border-radius: 5px;
    padding: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_hover_link .case-details_btn:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_hover_link .case-details_btn .bi {
    color: #fff;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_hover_link .case-details_btn:hover .bi {
    color: #0bcfb4;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* web desgin page css end */


/* ui-ux design page css start */

.services_banner_section.UI_UX {
    background: url(../images/banner/ui-ux_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* ui-ux sec1 css */

.UI_UX .web_des_sec1_img {
    text-align: right;
}

.UI_UX .web-design_sec1_list li .bi {
    font-size: 16px;
    top: 5px;
}


/* ui-ux sec2 css */

.UI_UX_sec2 {
    padding: 40px 0;
    position: relative;
    background-color: #212331;
    overflow: hidden;
}

.UI_UX_sec2 .sec_center_heading {
    color: #fff;
}

.UI_UX_sec2 .hr_center_line::before {
    background-color: #fff;
}

.UI_UX_sec2 .ui_ux_colborder {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.ui_ux_sec2col {
    background-color: #2d3045;
    border-radius: 5px;
    position: relative;
}

.ui_ux_sec2col .ui_ux_sec2_colimg img {
    max-width: 100%;
}

.ui_ux_sec2col .ui_ux_sec2_colcontent {
    padding: 15px;
}

.ui_ux_sec2col .ui_ux_sec2_colcontent h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.ui_ux_sec2col .ui_ux_sec2_colcontent p {
    color: #ccc;
}

/* ui-ux design page css end */


/* web development page css start */

.services_banner_section.WEB_DEVELOPMENT {
    background: url(../images/banner/web_dev_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* web dev sec2 css */

.web_dev_sec2 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.web_dev_tabs .nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 20px;
}

.web_dev_tabs .nav-tabs .nav-item {
    width: 33.33%
}

.web_dev_tabs .nav-tabs .tab-link {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.web_dev_tabs .nav-tabs .tab-link.active::after {
    position: absolute;
    content: "";
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f7128b;
}

.web_dev_tabs .nav-tabs .tab-link.active {
    color: #1c273c;
}

.web_dev_tabs .nav-tabs .tab-link .m-view {
    display: none;
}

.web_dev_tabs .tab-content {
    border-top: 2px solid #ccc;
    padding-top: 40px;
    padding-bottom: 0;
}

.web_dev_tabs .tab-content .web_dev_tab_img {
    text-align: right;
}

.web_dev_tabs .tab-content .web_dev_tab_img img {
    max-width: 100%;
    max-height: 100%;
}

.web_dev_tabs .web_dev_tab_content h4 {
    margin-bottom: 22px;
    font-size: 26px;
}


/* web dev sec3 css */

.web_dev_sec3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #212331;
    overflow: hidden;
}

.web_dev_sec3 .sec_center_heading {
    color: #fff;
}

.web_dev_sec3 .hr_center_line::before {
    background-color: #fff;
}

.web_dev_sec3 .web_dev_sec3_card {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #2d3045;
}

.web_dev_sec3 .web_dev_sec3_icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.web_dev_sec3 .web_dev_sec3_icon .bi {
    font-size: 36px;
    color: #fff;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON1 {
    background-color: #f7128b;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON2 {
    background-color: #88ED24;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON2 .bi {
    color: #000;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON3 {
    background-color: #0bcfb4;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON4 {
    background-color: #e99d0d;
}

.web_dev_sec3 .web_dev_sec3_icon.ICON4 .bi {
    color: #000;
}

.web_dev_sec3 .web_dev_sec3_card h4 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.web_dev_sec3 .web_dev_sec3_btn {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    width: 100px;
    padding-bottom: 5px;
}

.web_dev_sec3 .web_dev_sec3_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_dev_sec3 .web_dev_sec3_btn .fa {
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_dev_sec3 .web_dev_sec3_btn:hover .fa {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.web_dev_sec3 .web_dev_sec3_btn:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* web development page css end */


/* e-commerce page css start */

.services_banner_section.E_COMMERCE {
    background: url(../images/banner/e_commerce_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* e-commerce sec1 css */

.e_com_sec1 .web-design_sec1_list .bi {
    font-size: 18px;
    top: 5px;
}

.e_com_sec1 .web_des_sec1_img {
    text-align: right;
}


/* e-commerce sec2 css */

.e_commerce_sec2 .big-commerce img {
    -webkit-filter: brightness(1000);
    filter: brightness(1000);
}

.e_commerce_sec2 .web_dev_sec3_card h4 {
    margin-bottom: 15px;
}

.e_commerce_sec2 .web_dev_sec3_card p {
    color: #ccc;
    margin-bottom: 20px;
}


/* e-commerce sec3 css */

.e_commerce_sec3 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.e_commerce_sec3 .e_commerce_price_card {
    position: relative;
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 5px;
    background-color: #f5f7f9;
}

.e_commerce_sec3 .e_commerce_price_card h4 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.e_commerce_price_card .e_com_price_list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.e_commerce_price_card .e_com_price_list li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0 8px 25px;
    font-weight: 600;
}

.e_commerce_price_card .e_com_price_list li .bi {
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 10px;
}

.e_commerce_price_card .e_com_price_btn {
    background-color: #0bcfb4;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 auto;
    width: 130px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.e_commerce_price_card .e_com_price_btn .fa {
    margin-right: 5px;
}


/* e-commerce page css end */


/* mobile app page css start */

.services_banner_section.MOBILE_APP {
    background: url(../images/banner/mobile_app_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* mobile app sec1 css */

.mobile_app_sec1 .web_des_sec1_img {
    text-align: left;
}

.mobile_app_sec1 .web-design_sec1_list li .bi {
    font-size: 15px;
    top: 7px
}


/* mobile app sec2 css */

.mobile_app_sec2 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/banner/mobile_app_banner2.webp) no-repeat scroll center 0;
    background-position: bottom;
    width: 100%;
}

.mobile_app_sec2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212331;
    opacity: 0.9;
}

.mobile_app_sec2 .mobile_app_sec2_header {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.mobile_app_sec2 .mobile_app_sec2_header h4 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mobile_app_sec2 .mobile_app_sec2_header p {
    color: #fff;
    font-size: 18px;
}

.mobile_app_sec2 .mobile_app_sec2_card {
    position: relative;
    padding: 10px 50px 20px 50px;
    text-align: center;
}

.mobile_app_sec2 .mobile_app_sec2_card h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.mobile_app_sec2 .mobile_app_sec2_card p {
    color: #fff;
    margin-bottom: 30px;
}

.mob_app_sec2_border {
    border-right: 3px solid #fff;
    position: relative;
}

.mobile_app_sec2_btn {
    position: relative;
    display: block;
    padding: 10px 16px;
    background-color: #0bcfb4;
    color: #000;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    z-index: 0;
    border-radius: 5px;
    font-weight: 600;
    overflow: hidden;
}

.mobile_app_sec2_btn:hover {
    color: #fff;
}

.mobile_app_sec2_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    z-index: -1;
    border-radius: 4px;
    background-color: #191C26;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.mobile_app_sec2_btn:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}


/* mobile app sec3 css */

.mobile_app_sec3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #f5f7f9;
}

.mobile_app_sec3 .mobile_app_sec3_card {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    margin-bottom: 30px;
}

.mobile_app_sec3_card .mob_app_sec3_card_icon {
    margin-bottom: 30px;
}

.mobile_app_sec3_card h5 {
    margin-bottom: 5px;
    font-size: 20px;
}


/* mobile app page css end */


/* customize software page css start */

.services_banner_section.CUSTOMIZE_SOFTWARE {
    background: url(../images/banner/cus_sof_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* cus sof sec1 css */

.cus_sof_sec1 .web_des_sec1_img {
    text-align: right;
}

.cus_sof_sec1 .web-design_sec1_list li .bi {
    font-size: 16px;
    top: 6px;
}


/* cus sof sec3 css */

.cus_sof_sec3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #f5f7f9;
}

.cus_sof_sec3 .cus_sof_sec3_card {
    border-radius: 5px;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    margin-bottom: 30px;
    text-align: center;
    padding: 15px;
}

.cus_sof_sec3 .cus_sof_sec3_card .bi {
    font-size: 36px;
    margin-bottom: 10px;
}

.cus_sof_sec3 .cus_sof_sec3_card h6 {
    font-size: 16px;
}


/* customize software page css end */


/* bulk sms page css start */

.services_banner_section.BULK_SMS {
    background: url(../images/banner/bulk_sms_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* bulk sms sec1 css */

.bulk_sms_sec1 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #fff5e5;
}

.bulk_sms_ranchi_sec1 {
    background-color: #ffff;
}

.bulk_sms_sec1 .bulk_sms_sec1_card {
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.bulk_sms_sec1 .bulk_sms_sec1_card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.bulk_sms_sec1 .bulk_sms_sec1_card p {
    color: #565b73;
}

.bulk_sms_sec1 .bulk_sms_sec1_card .fa {
    position: absolute;
    top: 4px;
    left: 0;
    color: #0c2deb;
    font-size: 22px;
}


/* bulk sms sec2 css */

.bulk_sms_sec2 {
    background-color: #e3f6f5;
    overflow: visible;
}

.bulk_sms_sec2 .bulk_sms_tabs .nav-tabs {
    justify-content: inherit;
    border-radius: 50px;
    background-color: #000000;
    width: fit-content;
    padding: 12px;
    margin: 0 auto;
    margin-top: -72px;
    margin-bottom: 40px;
}

.bulk_sms_tabs .nav-tabs .nav-item {
    width: inherit;
    border-radius: 50px;
}

.bulk_sms_tabs .nav-tabs .nav-item .tab-link {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    color: #fff;
}

.bulk_sms_tabs .nav-tabs .nav-item .tab-link .tab_link_mobile {
    display: none;
}

.bulk_sms_tabs .nav-tabs .tab-link.active {
    color: #000;
    background-color: #e99d0d;
}

.bulk_sms_tabs .nav-tabs .tab-link.active::after {
    display: none;
}

.bulk_sms_tabs .tab-content {
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bulk_sms_tabs .web_dev_tab_content {
    padding-left: 0;
}

.bulk_sms_tabs .web_dev_tab_content h4 {
    font-size: 26px;
}

.bulk_sms_tabs .web_dev_tab_content ul {
    margin-bottom: 0;
    list-style-type: decimal;
    padding-left: 25px;
}

.bulk_sms_tabs .web_dev_tab_content ul li {
    margin-bottom: 20px;
    font-weight: 600;
}

.bulk_sms_tabs .web_dev_tab_content ul li:last-child {
    margin-bottom: 0;
}

.bulk_sms_tabs .tab-content .web_dev_tab_img {
    text-align: right;
}

.bulk_sms_tabs .tab-content .web_dev_tab_img img {
    text-align: right;
    border-radius: 5px;
}


/* bulk sms sec3 css */

.bulk_sms_sec3 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.bulk_sms_sec3 .bulk_sms_sec3_img img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.bulk_sms_sec3 .bulk_sms_sec3_card {
    display: flex;
}

.bulk_sms_sec3_card .bulk_sms_sec3_left {
    margin-right: 30px;
    position: relative;
    padding-bottom: 70px;
}

.bulk_sms_sec3 .bulk_sms_sec3_card:last-child .bulk_sms_sec3_left {
    padding-bottom: 0;
}

.bulk_sms_sec3 .bulk_sms_sec3_icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c2deb;
    border-radius: 100%;
    position: relative;
}

.bulk_sms_sec3 .bulk_sms_sec3_icon .bi {
    font-size: 36px;
    color: #ffff;
}

.bulk_sms_sec3 .bulk_sms_sec3_icon .icon_number {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #e99d0d;
    color: #0c2deb;
    font-weight: 700;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bulk_sms_sec3_left .bulk_left_vl {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
    border: 1px dashed #0c2deb;
    opacity: 0.4;
}

.bulk_sms_sec3_card .bulk_sms_right h4 {
    font-size: 18px;
    margin-bottom: 8px;
}


/* bulk sms sec4 css */

.bulk_sms_sec4 {
    padding-top: 40px;
    padding-bottom: 76px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.bulk_sms_sec4 .web-deg_sec1_list {
    text-align: left;
}

.bulk_sms_sec4 h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.bulk_sms_sec4 p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}


/* bulk sms sec5 css */

.bulk_sms_sec5 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.bulk_sms_sec5_img {
    text-align: right;
}

.bulk_sms_sec5_img img {
    max-width: 100%;
    max-height: 100%;
}

.bulk_sms_sec5 .bulk_sms_sec5_content h3 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    line-height: 54px;
    margin-bottom: 15px;
}

.bulk_sms_sec5 .bulk_sms_sec5_content h3 span {
    color: #0c2deb;
}

.bulk_sms_sec5 .bulk_sms_sec5_content p {
    font-size: 15px;
    margin-bottom: 30px;
}

.bulk_sms_sec5_content .mobile_app_sec2_btn {
    padding: 15px 40px;
    margin: inherit;
    overflow: hidden;
}

.bulk_sms_ranchi_sec4 {
    padding-bottom: 40px;
}

.bulk_sms_ranchi_sec4 p {
    text-align: center;
}

.bulk_sms_ranchi_sec4 .web-deg_sec1_list h4 {
    text-align: center;
}

.bulk_sms_ranchi_sec3 {
    background-color: #f5f7f9;
    padding-top: 40px;
    padding-bottom: 10px;
}

.bsms_ranchi_card {
    border-radius: 5px;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.bsms_ranchi_card .bi {
    font-size: 36px;
    margin-bottom: 10px;
    color: #0c2deb;
}

.bsms_ranchi_card img {
    margin-bottom: 10px;
    max-width: 100%;
}

.bsms_ranchi_card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.STATE_WISE_BANNER {
    height: 550px;
}

.STATE_WISE_BANNER .services_banner_content {
    width: 100%;
    padding-top: 70px;
    text-align: left;
}

.STATE_WISE_BANNER .services_banner_content p {
    margin-bottom: 42px;
}

.banner_call_btn {
    display: inline-block;
    background-color: #e99d0d;
    border: 1px solid #e99d0d;
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
}

.banner_call_btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.wdr_sec4 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}

.wdr_sec4_card {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    border: 1px solid #e5e8ed;
    padding: 20px;
    border-radius: 5px;
}

.wdr_sec4_card img {
    max-width: 100%;
    margin-bottom: 10px;
}

.wdr_sec4_card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}


/* innner faq section css */

.innner_faq_section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.inner_faq_accordion .card {
    border: 2px solid #d1d1d1;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.inner_faq_accordion .card:last-child {
    margin-bottom: 0;
}

.inner_faq_accordion .card .card-header {
    border: none;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.inner_faq_accordion .card .card-header a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_faq_accordion .card .card-header .btn {
    color: #2F3838;
}

.inner_faq_accordion .card .card-header .btn.collapsed {
    color: #2F3838;
}

.inner_faq_accordion .card .card-header .collapsed.btn::after {
    content: "\f107";
    background-color: transparent;
    color: #d1d1d1;
    font-size: 26px;
    line-height: 26px;
}

.inner_faq_accordion .card .card-header .btn::after {
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 22px;
    content: "\f106";
    line-height: 22px;
    transition: all .3s ease 0s;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F3838;
    color: #fff;
    border-radius: 5px;
}


/* bulk sms page css end */


/* email marketing page css start */

.services_banner_section.EMAIL_MARKETING {
    background: url(../images/banner/email_marketing_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* email marketing page css end */


/* voice sms page css start */

.services_banner_section.VOICE_SMS {
    background: url(../images/banner/voice_sms_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}

.voice_sms_sec4 .web-design_sec1_list li:last-child {
    margin-bottom: 10px;
}

.bulk_sms_sec4.voice_sms_sec4 {
    padding-bottom: 66px;
}


/* voice sms page css end */


/* smo page css start */

.services_banner_section.SMO {
    background: url(../images/banner/smo_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: top;
}


/* smo section1 css */

.smo_section1 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.smo_section1 .smo_sec1_content {
    margin-bottom: 30px;
}

.smo_sec1_content .sec_center_heading {
    text-align: left;
}

.smo_sec1_flip_card {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    height: 250px;
}

.smo_sec1_flip_card .card {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 10px;
    transform: translateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.smo_sec1_flip_card:hover>.front-face {
    transform: rotateY(-180deg);
}

.smo_sec1_flip_card .card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.smo_sec1_flip_card .back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
    background-color: #0bcfb4;
    padding: 20px;
    text-align: center;
}

.smo_sec1_flip_card .back-face h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.smo_sec1_flip_card .back-face p {
    color: #000;
}

.smo_sec1_flip_card:hover>.back-face {
    transform: rotateY(0deg);
}


/* smo section2 css */

.smo_section2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #212331;
}

.smo_section2 .sec_center_heading {
    color: #fff
}

.smo_section2 .hr_center_line::before {
    background-color: #fff;
}

.smo_section2 .smo_sec2_card {
    background-color: #2d3045;
    padding: 30px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.smo_sec2_card .smo_sec2_card_icon {
    margin-bottom: 30px;
    height: 80px;
    width: 80px;
    border-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    z-index: 99;
    background: -webkit-linear-gradient( 270deg, #0bcfb4, #f7128b, #0bcfb4, #f7128b, #0bcfb4, #f7128b);
    background: linear-gradient( 270deg, #0bcfb4, #f7128b, #0bcfb4, #f7128b, #0bcfb4, #f7128b);
    background-size: 1000% 1000%;
    -webkit-animation: linear_bg 10s infinite;
    animation: linear_bg 10s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes linear_bg {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.smo_sec2_card .smo_sec2_card_icon img {
    max-width: 100%;
    max-height: 100%;
}

.smo_sec2_card h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.smo_sec2_card p {
    color: #f5f7f9;
}


/* smo section3 css */

.smo_section3 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 0;
}

.smo_section3 .smo_sec3_card {
    border: 1px solid #d1d1d1;
    background-color: #f5f7f9;
    position: relative;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}

.smo_sec3_card .smo_sec3_card_icon {
    margin-bottom: 30px;
}

.smo_sec3_card .smo_sec3_card_icon img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.smo_sec3_card h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.smo_sec3_card h4 span {
    font-weight: 600;
    font-size: 18px;
}

.smo_sec3_btm_content {
    position: relative;
}

.smo_sec3_btm_content .sec_center_heading {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.smo_sec3_btm_content .sec_center_heading span {
    color: #e99d0d;
}

.smo_sec3_btm_content .smo_sec3_para {
    margin-bottom: 30px;
    text-align: center;
}

.smo_sec3_btm_content_left .smo_sec3_list {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}

.smo_sec3_btm_content_left .smo_sec3_list:last-child {
    margin-bottom: 0;
}

.smo_sec3_list .list_number {
    position: absolute;
    left: 0;
    font-size: 90px;
    font-weight: 600;
    color: rgba(0, 0, 0, .07);
    z-index: -1;
    font-family: "Outfit", sans-serif;
    line-height: 40px;
}

.smo_sec3_btm_img img {
    max-width: 100%;
    max-height: 100%;
}


/* smo section4 css */

.smo_section4 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background-color: #fff5e5;
}

.smo_section4 .sec_center_heading .smo_you {
    text-transform: capitalize;
    margin-right: 5px;
}

.smo_section4 .sec_center_heading .smo_tube {
    text-transform: capitalize;
    background-color: #cc181e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
}

.smo_section4 .smo_sec4_img {
    margin-bottom: 30px;
}

.smo_section4 .smo_sec4_img img {
    max-height: 100%;
    max-width: 100%;
}

.smo_section4 .smo_sec4_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}

.smo_section4 .smo_sec4_content .sec_center_heading {
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: left;
}

.smo_sec4_btm_content .sec_center_heading {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.smo_sec4_btm_content .sec_center_heading span {
    color: #cc181e;
}

.smo_sec4_btm_content .smo_sec4_list {
    list-style: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 0;
    margin: 0;
}

.smo_sec4_btm_content .smo_sec4_list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 10px 10px 40px;
    position: relative;
}

.smo_sec4_btm_content .smo_sec4_list li strong {
    margin-right: 5px;
}

.smo_sec4_btm_content .smo_sec4_list li:last-child {
    border-bottom: none;
}

.smo_sec4_btm_content .smo_sec4_list li .fa {
    position: absolute;
    left: 10px;
    top: 17px;
    font-size: 16px;
    color: #cc181e;
}


/* smo page css end */


/* google adword page css start */

.services_banner_section.GOOGLE_ADWORD {
    background: url(../images/banner/ppc_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* google adword sec1 css */

.ppc_sec1 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.ppc_sec1_cont_top {
    text-align: center;
    margin-bottom: 40px;
}

.ppc_sec1_cont_top h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 800;
    color: #e99d0d;
}

.ppc_sec1_cont_top .sec_center_heading {
    font-weight: 600;
    text-transform: capitalize;
}

.ppc_sec1_cont_btm .ppc_sec1_card {
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #efefef;
    padding: 25px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
}

.ppc_sec1_card h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.ppc_sec1_card h4 .bi {
    font-size: 20px;
    margin-right: 5px;
    color: #e99d0d;
}

.ppc_sec1_card .mobile_app_sec2_btn {
    margin: inherit;
    background-color: #e99d0d;
    color: #fff;
    padding: 8px 20px;
}


/* google adword sec2 css */

.ppc_sec2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    background: url(../images/img/ppc_sec2.webp) no-repeat scroll center 0;
    background-color: #212331;
    background-size: 48%;
    background-position: right top;
}

.ppc_sec2_content {
    margin-bottom: 30px;
}

.ppc_sec2_content p {
    color: #fff;
}

.ppc_sec2 .ppc_sec2_btm_content {
    background-color: #2d3045;
    border-radius: 10px;
    padding: 20px;
}

.ppc_sec2_btm_content h4 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.ppc_sec2_btm_icon {
    position: relative;
}

.ppc_sec2_btm_icon .ppc_sec2_iconn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0bcfb4;
    border-radius: 5px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70px;
}

.ppc_sec2_iconn .bi {
    font-size: 30px;
}

.ppc_sec2_btm_icon h6 {
    text-align: center;
    color: #fff;
}

.ppc_sec2_btm_icon .arrow_right {
    position: absolute;
    right: -20px;
    top: 18%;
    color: #0bcfb4;
    font-size: 30px;
}


/* google adword sec3 css */

.ppc_sec3 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff5e5;
}

.ppc_sec3_img img {
    max-height: 100%;
    max-width: 100%;
}

.ppc_sec3_content h4 {
    color: #2F3838;
}

.ppc_sec3_content .hr_left_line::before {
    background-color: #2F3838;
}

.ppc_sec3_content p {
    margin-bottom: 20px;
}

.ppc_sec3_content ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.ppc_sec3_content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.ppc_sec3_content ul li:last-child {
    margin-bottom: 0;
}

.ppc_sec3_content ul li .bi {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #0bcfb4;
}


/* google adword page css end */


/* sms application page css start */

.services_banner_section.SMS_APPLICATION {
    background: url(../images/banner/sms_applicationbanner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* sms app sec1 css */

.sms_app_sec1 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.sms_app_sec1 .sec_center_heading {
    margin-bottom: 5px;
}

.sms_app_sec1 .sec_heading_lebel {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.sms_app_sec1_content {
    text-align: center;
}


/* sms app sec2 css */

.sms_app_sec2 {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background-color: #212331;
}

.sms_app_sec2 .sms_app_sec2_img {
    text-align: right;
}

.sms_app_sec2 .sms_app_sec2_img img {
    max-width: 100%;
}

.sms_app_sec2 h2 {
    color: #e99d0d;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.sms_app_sec2 h4 {
    color: #ffff;
    margin-bottom: 15px;
    font-size: 24px;
}

.sms_app_sec2 p {
    color: #f5f7f9;
    margin-bottom: 30px;
}

.sms_app_sec2 .mobile_app_sec2_btn {
    margin: inherit;
    padding: 10px 30px;
}


/* sms app sec3 css */

.sms_app_sec3 {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background-color: #fff5e5;
}

.sms_app_sec3 .sms_app_sec3_ulcard {
    margin-bottom: 30px;
}

.sms_app_sec3 .sms_app_sec3_ulcard:last-child {
    margin-bottom: 0;
}

.sms_app_sec3_ulcard h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.sms_app_sec3_ulcard ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sms_app_sec3_ulcard ul li {
    position: relative;
    margin-bottom: 8px;
    padding: 5px 5px 5px 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sms_app_sec3_ulcard ul li:last-child {
    margin-bottom: 0;
}

.sms_app_sec3_ulcard ul li .bi {
    position: absolute;
    left: 5px;
    top: 11px;
}


/* sms app sec4 css */

.sms_app_sec4 {
    position: relative;
    padding: 40px 0 10px 0;
    overflow: hidden;
    background-color: #f5f7f9;
}

.sms_app_sec4 .sms_app_sec4_card {
    position: relative;
    text-align: center;
    box-shadow: 2px 2px 7px 0 #00000057;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffff;
}

.sms_app_sec4_card .bi {
    font-size: 60px;
    margin-bottom: 15px;
    color: #0c2deb;
}

.sms_app_sec4_card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #0c2deb;
}

.sms_app_sec4_card p {
    line-height: 24px;
    color: #565b73;
}


/* sms application page css end */


/* lead generation page css start*/

.services_banner_section.LEAD_GENERATION {
    background: url(../images/banner/lead_generation_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* lead gen sec1 css */

.lead_gen_sec1 {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.lead_gen_sec1_img {
    text-align: right;
    margin-bottom: 30px;
}

.lead_gen_sec1_img img {
    max-width: 100%;
}

.lead_gen_sec1_content {
    margin-bottom: 30px;
}

.lead_gen_sec1_content .sec_left_heading {
    color: #2F3838;
}

.lead_gen_sec1_card {
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    margin-bottom: 40px;
}

.lead_gen_sec1_card::before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-image: linear-gradient(100deg, #e99d0d, #e99d0d);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: rotate(2deg) translateX(-5px) translateY(16px);
    -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
    -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.lead_gen_sec1_card .bi {
    font-size: 60px;
    margin-bottom: 10px;
    color: #e99d0d;
}

.lead_gen_sec1_card p {
    font-size: 18px;
}


/* lead gen sec2 css */

.lead_gen_sec2 {
    background: none;
    background-color: #212331;
    background-size: 100%;
    background-position: inherit;
}

.lead_gen_sec2 .sec_center_heading {
    color: #fff;
}

.lead_gen_sec2 .hr_center_line::before {
    background-color: #fff;
}

.lead_gen_sec2 .ppc_sec2_content p {
    text-align: center;
}

.lead_gen_sec2 .ppc_sec2_btm_content {
    padding: 40px 0;
}


/* lead gen sec3 css */

.lead_gen_sec3 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff5e5;
}

.lead_gen_sec3_content .sec_left_heading {
    color: #2F3838;
}

.lead_gen_sec3_content .hr_left_line::before {
    background-color: #2F3838;
}

.lead_gen_sec3_img img {
    max-width: 100%;
}


/* lead generation page css end*/


/* election campaign page css start */

.services_banner_section.ELEC_CAMPAIGN {
    background: url(../images/banner/election_camp_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}


/* elec campaign sec2 css */

.elec_campaign_sec2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #212331;
}

.elec_campaign_sec2 .sec_center_heading {
    color: #fff;
}

.elec_campaign_sec2 .hr_center_line::before {
    background-color: #fff;
}

.elec_campaign_sec2 .smo_sec3_card {
    background-color: transparent;
    padding: 0 15px;
}

.elec_campaign_sec2 .smo_sec3_card .smo_sec3_card_icon {
    padding-top: 30px;
}

.elec_campaign_sec2 .smo_sec3_card h4 {
    color: #0bcfb4;
    padding: 30px 0;
    border-top: 1px dashed rgba(255, 255, 255, .3);
}


/* election campaign page css end */


/* 404 error page css start */

.error_page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: url(../images/banner/404_error.webp) no-repeat scroll center 0;
    background-size: cover;
    background-attachment: fixed;
}

.error_page .error_container {
    max-height: 400px;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 5px;
}

.error_page .error_content_div {
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .5);
    padding: 15px;
    border-radius: 5px;
}

.error_page .error_content_div h2 {
    color: #ccc;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.error_page .error_content_div h4 {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.error_page .error_content_div p {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.error_page .error_content_div .home_page_btn {
    display: block;
    background-color: #0bcfb4;
    cursor: pointer;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 15px;
}

.error_page .error_content_div a:hover {
    color: #000000;
}

.error_page .error_content_div .copyright_text {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}

.error_page .error_content_div .copyright_text a {
    color: #0bcfb4;
}

.error_page .error_content_div .copyright_text a:hover {
    color: #0bcfb4;
}


/* 404 error page css end */


/* service provide css start */

.service_provider_container {
    background-color: #f5f7f9;
    padding: 40px 0;
}

.service_provide_slider .item a {
    display: block;
    color: #333;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    padding: 5px;
    font-size: 18px;
}


/* service provide css end */


/* services page css start */

.services_banner_section.SERVICE {
    background: url(../images/banner/service_banner.webp) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}

.services_sec1 {
    padding: 40px 0;
    position: relative;
}

.services_sec1 .contact_form_section {
    padding-left: 0;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    box-shadow: 0px 5px 10px 0px rgb(3 27 78 / 8%);
    padding: 20px;
    border-radius: 5px;
}


/* services sec2 css */

.services_sec2 {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #f5f7f9;
    position: relative;
}

.services_sec2 .services_sec2_card {
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: -30px 30px 50px rgb(20 74 133 / 10%);
    box-shadow: -30px 30px 50px rgb(20 74 133 / 10%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.services_sec2_card .services_sec2_icon {
    margin-bottom: 15px;
    position: relative;
}

.services_sec2_card .services_sec2_icon .bi {
    font-size: 50px;
    color: #0c2deb;
}

.services_sec2_card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

.services_sec2_card p {
    margin-bottom: 15px;
    position: relative;
}

.services_sec2_card .service-buttons {
    overflow: hidden;
    position: relative;
}

.services_sec2_card .service-buttons a:last-child {
    opacity: 0;
    visibility: hidden;
}

.services_sec2_card .service-buttons:hover .service-btn-plus {
    opacity: 0;
    visibility: hidden;
}

.services_sec2_card .service-buttons:hover .service-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(-56px);
}

.services_sec2_card .service-btn {
    height: 46px;
    border: 1px solid #0c2deb;
    color: #0c2deb;
    text-align: center;
    padding: 0 20px;
    line-height: 48px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    padding-left: 18px;
    transition: all 0.6s;
    transform: translateX(-154px);
    align-items: center;
}

.services_sec2_card .service-btn:hover {
    background: #0c2deb;
    color: #fff;
    border-color: #0c2deb;
}

.services_sec2_card .service-btn .bi {
    font-size: 18px;
    color: #0c2deb;
    margin-right: 10px;
    line-height: 48px;
    transition: 0.3s;
}

.services_sec2_card .service-btn:hover .bi {
    color: #fff;
}

.services_sec2_card .service-btn-plus {
    height: 46px;
    border: 1px solid #0c2deb;
    text-align: center;
    padding: 0 20px;
    line-height: 48px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    transition: all 0.5s;
    padding-left: 18px;
    align-items: center;
}

.services_sec2_card .service-btn-plus .bi {
    font-size: 18px;
    color: #0c2deb;
    line-height: 48px;
    transition: 0.3s;
}

.services_sec2_card .service-box-shape {
    position: absolute;
    top: -95px;
    left: -55px;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}


/* services page css end */


/* adclust logo page css start */

.Adclust_logo_container {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 15px;
}

.Adclust_logo_container .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #191C26;
}

.Adclust_logo_container .container img {
    max-width: 100%;
}


/* adclust logo page css end */


/* sitemap page css start */

.services_banner_section.SITEMAP {
    background: url(../images/banner/sitemap_banner.jpg) no-repeat scroll center 0;
    background-size: cover;
    background-position: center;
}

.sitemap_sec1 {
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    background-color: #f5f7f9;
}

.sitemap_page_links h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.sitemap_page_links .page_links {
    display: block;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #e5e8ed;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 100%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 100%);
    margin-bottom: 30px;
}

.sitemap_page_links .page_links a {
    display: block;
    position: relative;
    padding-left: 25px;
}

.sitemap_page_links .page_links a .bi {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
}


/* sitemap page css end */


/* case study page css start */

.services_banner_section.CASE-STUDY {
    background: url(../images/banner/case-study-banner.webp) no-repeat scroll center 0;
    background-size: cover;
}

.case_study_sec1 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}

.case_study_sec1 .web_dev_tabs .nav-tabs .nav-item {
    width: 200px;
    background-color: #0bcfb4;
    margin-right: 10px;
    border-radius: 5px;
}

.case_study_sec1 .web_dev_tabs .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.case_study_sec1 .web_dev_tabs .nav-tabs .tab-link {
    color: #000;
    font-size: 16px;
}

.case_study_sec1 .web_dev_tabs .nav-tabs .tab-link.active::after {
    content: none;
}

.case_study_sec1 .web_dev_tabs .nav-tabs {
    margin-bottom: 0;
}

.case_study_sec1 .web_dev_tabs .tab-content {
    border-top: none;
}

.case_study_sec1 .web_dev_tabs .nav-tabs .tab-link.active {
    background-color: #f7128b;
    border-radius: 5px;
    color: #fff;
}

.case_study_sec1 .case-study-card {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.case_study_sec1 .case-study-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.case_study_sec1 .case-study-card .case-study-img {
    border-radius: 5px;
    max-width: 100%;
}

.case-study-card .case_inner_card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 80px);
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(100% - 80px);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.case-study-card.multiple .case_inner_content h1,
.case-study-card.multiple .case_inner_content h2,
.case-study-card.multiple .case_inner_content h3,
.case-study-card.multiple .case_inner_content h4,
.case-study-card.multiple .case_inner_content h5,
.case-study-card.multiple .case_inner_content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #141414;
}

.case_inner_card img {
    max-width: 100%;
    margin-bottom: 20px;
}

.case_inner_card h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.case_inner_card .case_inner_content {
    max-height: 55px;
    overflow: hidden;
    margin-bottom: 20px;
}

.case_inner_card .case_inner_btn {
    display: block;
    color: #0c2deb;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 100px;
    padding-bottom: 3px;
    margin: 0 auto;
    text-align: left;
}

.case_inner_card .case_inner_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #0c2deb;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_inner_card .case_inner_btn:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_inner_card .case_inner_btn .fa {
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.case_inner_card .case_inner_btn:hover .fa {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* case study page css end */


/* project details page css start */

.project_details_sec1 {
    position: relative;
    padding: 40px 0;
}

.project_details_container .project_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.project_details_container .project_content h1,
.project_details_container .project_content h2,
.project_details_container .project_content h3,
.project_details_container .project_content h4,
.project_details_container .project_content h5,
.project_details_container .project_content h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.project_details_container .project_content {
    margin-bottom: 30px;
}

.project_details_container .project_content p {
    margin-bottom: 15px;
}

.project_details_container .project_content p:last-child {
    margin-bottom: 0;
}

.project_right_container .project_logo_container {
    border: 1px solid #dbdada;
    border-bottom: 2px solid #0bcfb4;
    margin-bottom: 30px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.project_right_container .project_web_link {
    display: block;
    background-color: #fff;
    border: 1px solid #0bcfb4;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #0bcfb4;
    letter-spacing: 1.29px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.project_right_container .project_web_link:hover {
    background-color: #0bcfb4;
    color: #000000;
}


/* project details page css end */


/* navbar page css start */


/* navbar css */

.navbar-banner-section {
    position: relative;
}

.navbar-banner-section .navbar-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    padding: 15px 0;
}

.navbar-banner-section .navbar-section.navbar-black {
    background-color: #191C26;
    transition: all 0.5s ease;
    z-index: 9999;
}

.navbar-banner-section .navbar-section .container {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-section .container .navbar-menu {
    width: calc(100% - 300px);
}

.navbar-section .logo-container {
    width: 150px;
    z-index: 9999;
    position: relative;
}

.navbar-section .logo-container img {
    max-width: 100%;
}

.navbar-section .logo-container a {
    display: block;
}

.navbar-menu .nav .nav-item {
    z-index: 999;
    margin-right: 32px;
}

.navbar-menu .nav .right_link {
    margin-left: auto;
}

.navbar-menu .nav .nav-item .nav-dropdown-menu {
    display: none;
    position: fixed;
    padding: 40px 0 15px 0;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    z-index: -1;
    white-space: normal;
}

.navbar-menu .nav .last_dropdown_item .nav-dropdown-menu {
    background-color: transparent;
    min-width: 250px;
    right: auto;
    left: auto;
    top: 76px;
    padding: 0;
}

.last_dropdown_item .nav-dropdown-menu .nav_dropdown_container {
    padding: 0;
}

.last_dropdown_item .nav_dropdown_container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.last_dropdown_item .nav_dropdown_container ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.last_dropdown_item .nav_dropdown_container ul li:last-child {
    border-bottom: none;
}

.last_dropdown_item .nav_dropdown_container ul li a {
    padding: 10px 25px;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #fff;
}

.last_dropdown_item .nav_dropdown_container ul li a:hover {
    background-color: #f7128b;
}
.last_dropdown_item .nav_dropdown_container ul li a .bi {
    margin-right: 10px;
    font-size: 22px;
    color: #f7128b;
}
.last_dropdown_item .nav_dropdown_container ul li a .bi-dot {
    display: none;
}
.last_dropdown_item .nav_dropdown_container ul li a:hover .bi {
    color: #fff;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.navbar-banner-section .navbar-section .nav-dropdown-menu .container {
    display: block;
}

.nav-dropdown-menu .nav_dropdown_container {
    background-color: #393E46;
    border-radius: 5px;
    padding: 40px 30px;
    border-radius: 0 0 5px 5px;
}

.nav-dropdown-menu .nav_dropdown_container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.nav-dropdown-menu .nav_dropdown_container::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

.nav_dropdown_container h4 {
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.nav_dropdown_container h4 .bi {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -3px;
}
/* dropdown tab css start */
.message_box {
    position: fixed;
    top: 61px;
    right: 10px;
    z-index: 99;
}
.message_box .alert {
    border-radius: 3px;
    margin-bottom: 0;
    padding: 8px;
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
    .call_me_tab .tab-content>.tab-pane {
        display: none !important;
    }
    .call_me_tab .tab-content>.active {
        display: block !important;
    }
    .Tab_Content1 .tab-pane.active .card-header {
        background-color: #f7128b;
        color: #fff;
    }
    .Tab_Content2 .tab-pane.active .card-header {
        background-color: #f7128b;
        color: #fff;
    }
}


/* dropdown tab css end */


/* tab content css start */

.tab-content .tab_link_content h4 {
    font-weight: 700;
    color: #ccc;
    font-size: 22px;
    margin-bottom: 15px;
}

.tab-content .tab_link_content p {
    color: #ccc;
    font-size: 15px;
    margin-bottom: 30px;
}

.tab_link_content .tab_link_btn {
    position: relative;
    display: block;
    text-transform: uppercase;
    background-color: #0bcfb4;
    color: #000;
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #0bcfb4;
    padding: 15px 50px;
    white-space: nowrap;
}

.tab_link_content .tab_link_btn:hover {
    background-color: #0bcfb4;
}


/* tab content css end */

.navbar-menu .nav .nav-item:last-child {
    margin-right: 0;
    display: flex;
    align-items: center;
    line-height: 30px;
    border: 1px solid #ffff;
    padding: 3px;
    border-radius: 3px;
}

.navbar-menu .nav .nav-item .nav-link {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 8px 0;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-family: 'Barlow Condensed', sans-serif;
}
.navbar-menu .nav .nav-item .nav-link .ms-auto {
    display: none;
}

.navbar-menu .nav .right_link .nav-link {
    font-weight: 400;
}

.navbar-menu .nav .right_link_last .nav-link {
    font-weight: 500;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 10px;
    font-size: 15px;
    border: 1px solid #ffff;
    border-radius: 3px;
}

.navbar-menu .nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: #fff;
    top: 16px;
    right: -16px;
}

.navbar-menu .nav .nav-item .before_none::before {
    content: none;
}

.navbar-menu .nav .nav-item:last-child .nav-link::before {
    content: none;
}

.navbar-menu .nav .nav-item .nav-link::after,
.navbar-menu .nav .nav-item .nav-link.active::after {
    position: absolute;
    transition: 1s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 2px;
    background-color: #f7128b;
}

.navbar-menu .nav .right_link .nav-link::after,
.navbar-menu .nav .right_link_last .nav-link::after {
    content: none;
}

.navbar-menu .nav .nav-item .nav-link:hover::after,
.navbar-menu .nav .nav-item .nav-link.active::after {
    width: 100%;
    left: 0;
}


/* navbar toggle menu */

.navbar_toggle_menu {
    cursor: pointer;
    z-index: 999;
    display: none;
    position: relative;
    height: 45px;
    width: 45px;
}

.navbar_toggle_menu span::before,
.navbar_toggle_menu span::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: absolute;
    width: 32px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar_toggle_menu span {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    font-family: "Outfit", sans-serif;
    position: absolute;
    top: 8px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-align: right;
}

.navbar_toggle_menu.rotate span {
    top: 20px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar_toggle_menu span:before {
    top: 0;
}

.navbar_toggle_menu span:after {
    bottom: 0;
}

.navbar_toggle_menu.rotate span:before {
    top: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar_toggle_menu.rotate span:after {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-section .navbar_backdrop {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.navbar-section .navbar_backdrop.active {
    visibility: visible;
    opacity: 1;
}


/* footer css */

.home_footer_section {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(../images/banner/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.home_footer_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.footer_container1 {
    position: relative;
    background-color: #191C26;
    padding: 30px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 30px;
}

.footer_container1 .ftr_cmp_logo {
    width: 150px;
    display: flex;
    align-items: center;
    height: 100%;
}

.footer_container1 .ftr_cmp_logo img {
    max-width: 100%;
}

.home_footer_section .footer_container1 p {
    margin-bottom: 0;
    font-size: 16px;
    color: #99a9b5;
    padding: 0 30px;
}

.footer_container1 .footer_social_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footer_social_links .social_links_list .fa {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
    font-size: 22px;
    transition: all 0.3s ease-out 0s;
}

.footer_social_links .social_links_list .fa:hover {
    -webkit-animation-name: animation-pulse;
    animation-name: animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animation-pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}

@keyframes animation-pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}

.footer_social_links .social_links_list:last-child .fa {
    margin-right: 0;
}

.footer_social_links .social_links_list .fa-facebook {
    background-color: #3B5998;
}

.footer_social_links .social_links_list .fa-linkedin {
    background-color: #1a73e8;
}

.footer_social_links .social_links_list .fa-quora {
    background-color: #B92B27;
}

.footer_social_links .social_links_list .fa-twitter {
    background-color: #56d7fe;
}

.footer_social_links .social_links_list .fa-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.footer_flex_div1,
.footer_flex_div2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_letter_form {
    margin-bottom: 0;
}

.footer_news_letter {
    margin-bottom: 30px;
    position: relative;
}

.footer_news_letter p {
    padding-right: 45px;
}

.news_letter_form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    height: 44px;
    padding-left: 10px;
    position: relative;
    border: 1px solid #394050;
    width: 95%;
}

.news_letter_form .input-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(100% - 70px);
}

.news_letter_form .input-group .input-icon .form-control {
    margin-bottom: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #99a9b5;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 0;
}

.news_letter_form .input-group .input-icon input.form-control[type='email']::-webkit-input-placeholder {
    color: #99a9b5;
}

.news_letter_form .input-group .btn--primary {
    border-radius: 0 !important;
    height: 42px;
    outline: none;
    background-color: #394050;
    border: none;
    padding: 0 25px;
    margin: 0 !important;
    color: #99a9b5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.news_letter_form .input-group .btn--primary:hover {
    background-color: #e99d0d;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.news_letter_form .input-group .btn--primary .fa {
    font-size: 22px;
}

.news_letter_form .input-group .btn--primary:hover .fa {
    color: #fff;
}

.home_footer_section .footer_heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.home_footer_section p {
    font-size: 15px;
    color: #99a9b5;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.home_footer_section .footer_links {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
}

.home_footer_section .footer_links .cmp_link_list a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #99a9b5;
    font-family: 'Open Sans', sans-serif;
}

.home_footer_section .footer_links .cmp_link_list a:hover {
    color: #e99d0d;
}

.home_footer_section .footer_links li {
    margin-bottom: 21px;
}

.home_footer_section .footer_links li:last-child {
    margin-bottom: 0;
}

.home_footer_section .footer_links li .fa {
    position: absolute;
    left: 0;
    top: 6px;
}

.footer_info_container {
    margin-bottom: 25px;
}

.footer_info_container p {
    margin-bottom: 14px;
}

.home_footer_section .contact_list .list_info {
    position: relative;
    padding-left: 30px;
}

.home_footer_section .contact_list .list_info .bi {
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #99a9b5;
    top: 0;
}

.home_footer_section .contact_list .list_info .phone_icon {
    -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
    animation: phone-icon-animate 1s ease-in-out infinite;
}

@keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        transform: rotate(20deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.home_footer_section .contact_list .list_info:last-child p {
    margin-bottom: 0;
}

.home_footer_section .footer_copyright {
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_footer_section .footer_copyright p {
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
}

.home_footer_section .footer_copyright p a {
    color: #f7128b;
}

.bottom_copyright_container {
    background-color: #191C26;
    position: relative;
}

.footer_fixed_container {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #191C26;
    z-index: 999;
}

.footer_fixed_container a {
    display: block;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
}

.footer_fixed_container a:last-child {
    border-right: 0;
}

.footer_fixed_container a .bi {
    font-size: 22px;
    color: #e99d0d;
}

.footer_fixed_container a .phone_icon {
    -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
    animation: phone-icon-animate 1s ease-in-out infinite;
}


/* whatsapp icon */

.whatsapp_icon {
    background-color: #25D366;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 10px;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 20%);
}

.whatsapp_icon .bi {
    font-size: 30px;
    color: #fff;
}


/* inquiry icon */

.inquiryform_div {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.inquiryform_div .inquiry_icon {
    background-color: #0bcfb4;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 20%);
}

.inquiryform_div .inquiry_icon .bi {
    font-size: 30px;
    color: #fff;
}

.inq_form_container {
    display: none;
    position: fixed;
    width: 370px;
    right: 5px;
    bottom: 5px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
    border-radius: 10px;
    z-index: 9999;
}

.inq_form_container .inq_form_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0bcfb4;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.inq_form_container .inq_form_header h4 {
    font-size: 24px;
    color: #000000;
}

.inq_form_container .inq_form_header .close_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    border-radius: 5px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.inq_form_container .inq_form_header .close_icon .bi {
    font-size: 26px;
    color: #000000;
}

.inq_form_container .inq_form_body {
    background-color: #f5f7f9;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.inq_form_container .inq_form_body .inq_form_section {
    background-color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
}

.inq_form_container .inq_form_body .inq_form_section p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3b3b3b;
}

.inq_form_section .form-group {
    margin-bottom: 20px;
}

.inq_form_section .form-group .form-control {
    border-radius: 5px;
    color: #3b3b3b;
    font-size: 15px;
    height: 44px;
    letter-spacing: 1px;
    font-weight: 500;
}

.inq_form_section .submit-btn {
    text-align: center;
    background-color: #e99d0d;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 44px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.inq_form_section .form-group .form-control:focus {
    border: 1px solid #e99d0d;
    background: #fff;
    color: #3b3b3b;
}

.inq_form_section input.form-control[type='text']::-webkit-input-placeholder {
    color: #3b3b3b;
}

.inq_form_section input.form-control[type='email']::-webkit-input-placeholder {
    color: #3b3b3b;
}

.inq_form_container .g-recaptcha>div {
    margin: 0 auto;
}


/* call me modal start */

.call_me_tab .nav-tabs .nav-item {
    width: 32%;
}

#callMe .modal-header {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
}

#callMe .modal-body {
    padding: 0;
}

#callMe .modal-content {
    background-color: #f5f7f9;
    padding: 15px 30px 30px 30px;
}

.call_me_tab .nav-tabs .tab-link {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
    text-align: center;
}

.call_me_tab .nav-tabs .tab-link .bi {
    font-size: 26px;
}

.call_me_tab .tab_link_content {
    text-align: center;
}

.call_me_tab .tab-content .card {
    padding: 10px;
}

.call_me_tab .tab-content .tab_link_content h4 {
    margin-bottom: 30px;
}

.call_me_tab .tab-content .tab_link_content form .form-group {
    margin-bottom: 20px;
}

.call_me_tab .tab-content .tab_link_content form textarea {
    margin-bottom: 20px;
}

.call_me_tab .tab-content .tab_link_content .form-group .form-control {
    color: #2F2956;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 46px;
}

.call_me_tab .tab-content .tab_link_content .submit-btn {
    text-align: center;
    background-color: #0bcfb4;
    width: 100%;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.call_me_tab .tab-content .tab_link_content .call_me_message {
    text-align: center;
    font-size: 13px;
    color: #5f727f;
    margin-bottom: 10px;
}

.call_me_tab .tab-content .tab_link_content .expert_number {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.call_me_tab form .prefix_form_group {
    display: flex;
}

.call_me_tab form .prefix_form_group .form-select {
    width: 100px;
    border-radius: 5px 0 0 5px;
    background-color: #f5f7f9;
}

.call_me_tab .tab-content .tab_link_content .form-group .form-control.PHONE {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.modal {
    z-index: 9999;
}

.form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #ced4da;
}

.call_me_tab .nav-tabs .tab-link .m-view {
    display: none;
}
/* call me modal end */
/* navbar page css end */
/* navbar page media query start */

@media screen and (max-width: 1200px) {
    .navbar-section .container .navbar-menu {
        width: calc(100% - 170px);
    }
    .navbar-menu .nav .nav-item {
        margin-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    .navbar_toggle_menu {
        display: block;
    }
    .navbar-section .container .navbar-menu {
        display: none;
        background-color: #191C26;
        width: 280px;
        position: fixed;
        top: 76px;
        left: 0;
        height: 100%;
        z-index: 9999;
        overflow-x: hidden;
        opacity: 1;
        white-space: nowrap;
        padding-left: 0;
    }
    .navbar-section .container .navbar-menu .nav {
        display: block;
    }
    .navbar-menu .nav .nav-item {
        margin-right: 0;
    }
    .navbar-menu .nav .nav-item .nav-link::before {
        content: none;
    }
    .navbar-menu .nav .nav-item .nav-link::after,
    .navbar-menu .nav .nav-item .nav-link.active::after {
        content: none;
    }
    .navbar-menu .nav .right_link_last .nav-link {
        border: none;
        padding: 15px 20px;
        font-weight: 500;
        border-radius: 0;
    }
    .navbar-menu .nav .nav-item .nav-link {
        padding: 20px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .navbar-menu .nav .right_link .nav-link {
        font-weight: 500;
    }
    .nav_dropdown_container h4 .bi {
        top: 0;
    }
    .nav_dropdown_container h4 {
        margin-bottom: 30px;
    }
    .footer_container1 .ftr_cmp_logo {
        margin-bottom: 10px;
    }
    .home_footer_section .footer_container1 p {
        margin-bottom: 10px;
        padding: 0;
    }
    .footer_container1 .footer_social_links {
        justify-content: flex-start;
    }
    .news_letter_form .input-group {
        width: 100%;
    }
    #callMe .modal-content {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .home_footer_section .footer_copyright {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .bottom_copyright_container {
        background-color: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }
    .footer_fixed_container {
        display: flex;
    }
    .inquiryform_div {
        display: none;
    }
    .home_footer_section {
        padding-bottom: 48px;
    }
    .footer_container1 {
        padding: 15px;
    }
    .footer_container1 .ftr_cmp_logo {
        margin: 0 auto;
    }
    .home_footer_section .footer_container1 p {
        text-align: center;
        font-size: 15px;
    }
    .footer_container1 .footer_social_links {
        justify-content: center;
    }
}


/* navbar page media query end */


/* media query */

@media screen and (max-width: 1200px) {
    .navbar-banner-content h2 {
        font-size: 62px;
    }
    .navbar_banner_slider .item .navbar-banner-content {
        width: 62%;
    }
    .home_feature_section2 .feature_sec2_left_card {
        margin-bottom: 20px;
    }
    .feature_progress_bar .progress-wrap {
        margin-bottom: 34px;
    }
    .home_blog_content .view_blog_btn {
        padding: 5px 12px;
    }
    .home_blog_content .view_blog_btn h6 {
        font-size: 14px;
    }
    .section_heading h4 {
        font-size: 28px;
        line-height: 40px;
    }
    .services_section2_left h2 {
        font-size: 30px;
    }
    .services_section2_left h2 span {
        left: -56%;
    }
    .services_section2_center::after {
        right: 0;
    }
    .order-lg-2 .services_section2_center::after {
        left: 0;
    }
    .home_faq_section .section_heading {
        margin-bottom: 30px;
    }
    .home_features_sec_left span {
        font-size: 65px;
        line-height: 90px;
    }
    .home_features_sec_left span {
        line-height: 72px;
        font-size: 62px;
    }
    .home_features_sec_left {
        margin-bottom: 20px;
    }
    /* about us page css */
    .page_banner_section .page_banner_content h2 {
        font-size: 47px;
        line-height: 47px;
    }
    .work_process_container .process-point-right:before {
        height: 106px;
        transform: rotate( 26deg);
        left: -30px;
        top: 11px;
    }
    .work_process_container .process-point-left:before {
        height: 107px;
        transform: rotate( -27deg);
        left: 30px;
        top: 12px;
    }
    .work_process_container .process-line-r {
        width: 83px;
        left: -105px;
    }
    .work_process_container .process-line-l {
        width: 83px;
        right: -105px;
    }
    .member_image_border .member_img {
        border: none;
        height: auto;
    }
    .member_image_border .member_img img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: auto;
        right: auto;
        border: 5px solid rgba(255, 255, 255, .3);
    }
    .cmp_team1_container.container_2 .member_image_border .member_img img {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
    }
    .cmp_team1_container .member_image_border {
        padding: 30px 0 30px 45px;
    }
    .cmp_team1_container.container_2 .member_image_border {
        padding: 30px 45px 30px 0;
    }
    /* contact us page css */
    .contact_section1 .contact_sec1_card {
        padding: 25px;
    }
    /* web design page css */
    .web_des_sec3_icon .web_des_sec3arrow {
        right: -55px;
    }
    .web_des_sec3_icon .web_des_sec3arrow span {
        width: 55px;
    }
    .case_study_card .case_img_content span {
        font-size: 18px;
    }
    /* web development page css */
    .web_dev_tabs .nav-tabs .tab-link {
        font-size: 18px;
    }
    /* ui-ux page css */
    .ui_ux_sec2col .ui_ux_sec2_colcontent {
        padding-left: 0;
    }
    /* mobile app page css */
    .mobile_app_sec2 .mobile_app_sec2_card {
        padding: 10px 30px 20px 30px;
    }
    /* customize software page css */
    .cus_sof_sec3 .cus_sof_sec3_card {
        padding: 15px 8px;
    }
    /* bulk sms page css */
    .bulk_sms_sec5 .bulk_sms_sec5_content h3 {
        font-size: 34px;
        line-height: 48px;
    }
    /* seo page css */
    .services_banner_content h2 {
        font-size: 47px;
        line-height: 47px;
    }
    .services_banner_content p {
        font-size: 16px;
    }
    .quote_section::before {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .quote_section .inner_inq_form {
        padding-left: 70px;
    }
    .quote_section .quote_container p {
        margin-bottom: 0px;
    }
    /* smo page css */
    .smo_sec1_flip_card {
        height: 208px;
    }
}

@media screen and (max-width: 992px) {
    .navbar_banner_slider .item .navbar-banner-content {
        width: 80%;
    }
    .navbar-menu .nav .nav-item .nav-dropdown-menu {
        position: relative;
        top: 0;
        background-color: #000000;
        z-index: 9999;
    }
    .nav-dropdown-menu .nav_dropdown_container {
        border-radius: 0;
    }
    .last_dropdown_item .nav_dropdown_container ul li a {
        padding: 8px 8px 8px 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .navbar-menu .nav .nav-item .nav-link .ms-auto {
        display: block;
    }
    .last_dropdown_item .nav_dropdown_container ul li a .icon-dblock {
        display: none;
    }
    .last_dropdown_item .nav_dropdown_container ul li a .bi-dot {
        display: block;
        color: #fff;
        margin-right: 5px;
    }
    .services_section2_left {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
    .services_section2_left h2 span {
        font-size: 70px;
        top: 0;
        left: 50px;
    }
    .order-lg-3 .services_section2_left h2 span {
        left: -50px;
    }
    .services_section2_center {
        margin-bottom: 15px;
    }
    .services_section2_right p {
        text-align: center;
    }
    .services_section2_center::after {
        content: none;
    }
    .order-lg-1 .services_section2_right {
        text-align: center;
    }
    .home_features_sec_left {
        text-align: center;
    }
    .home_features_sec_right {
        text-align: center;
    }
    .home_features_sec_right .home_features_sec_btn {
        margin: 0 auto;
    }
    .services_section2_right {
        margin-bottom: 40px;
    }
    .feature_sec2_right_card .feature_chart_img {
        margin-bottom: 20px;
    }
    .home_feature_section2 .feature_sec2_left_card:last-child {
        margin-bottom: 30px;
    }
    .feature_progress_bar .progress-wrap {
        margin-bottom: 15px;
    }
    .home_counter_section {
        padding-bottom: 0;
    }
    .counter_container .counter_card {
        padding: 0;
        margin-bottom: 50px;
    }
    .home_inquery_section .inquiry_content p {
        margin-bottom: 30px;
    }
    .inquiry_content .inquiry_contact_icon {
        margin-bottom: 30px;
    }
    .inquiry_content .inquiry_contact_icon:last-child {
        margin-bottom: 30px;
    }
    .home_inquiry_form .form-group {
        margin-bottom: 25px;
    }
    .home_inquiry_form .form-group .form-control {
        height: 46px;
    }
    .home_inquiry_form .nice-select {
        margin-bottom: 25px;
        height: 46px;
    }
    .home_inquiry_form .btn.submit-btn {
        height: 46px;
    }
    .home_blog_section {
        padding-bottom: 10px;
    }
    .home_faq_section .faq_image_container {
        display: none;
    }
    .home_faq_section .section_heading {
        margin-bottom: 40px;
        text-align: center;
    }
    .home_faq_section .section_heading h4 {
        text-align: center;
    }
    .home_faq_section .section_heading p {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .home_faq_accordion .card .card-header a {
        font-size: 15px;
    }
    .testimonials_container::after {
        right: 13%;
    }
    /* about us page css */
    .page_banner_section .page_banner_content h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .about-section1 .abt_sec1_img {
        margin-bottom: 30px;
    }
    .about-section1 .abt_sec1_content {
        padding-left: 0;
    }
    .about-section2 .abt_sec2_content {
        padding-right: 0;
        padding-top: 0;
    }
    .about-section2 .abt-sec2_img {
        margin-bottom: 30px;
    }
    .about-section2 .abt-sec2_img img {
        float: none;
    }
    .work_process_container .div_relative {
        display: none;
    }
    .work_process_container .process-line-r {
        display: none;
    }
    .work_process_container .process-line-l {
        display: none;
    }
    .work_process_container .process-left:after {
        display: none;
    }
    .work_process_container .process-right:after {
        display: none;
    }
    .work_process_container .process-box {
        margin-bottom: 40px;
    }
    .work_process_container .row.row:last-child .col-sm-12 .process-box {
        margin-bottom: 0;
    }
    .cmp_team1_container {
        margin-bottom: 30px;
    }
    .cmp_team1_container .member_info {
        padding-top: 15px;
    }
    .cmp_team1_container .member_image_border {
        padding: 0;
    }
    .cmp_team1_container .member_info .mem_name {
        margin-bottom: 10px;
    }
    .cmp_team1_container .member_info .mem_deg {
        margin-bottom: 15px;
    }
    .cmp_team1_container.container_2 .member_image_border {
        padding: 0;
    }
    .cmp_team2_container .cmp_team2_card {
        margin-bottom: 30px;
    }
    .cmp_team2_container .row .col-sm-12:last-child .cmp_team2_card {
        margin-bottom: 0;
    }
    .work_process_container .process-step {
        padding-bottom: 10px;
    }
    /* contact us page css */
    .contact_section1 .contact_sec1_card {
        padding: 20px;
        margin-bottom: 30px;
    }
    .contact_section1 .row .col-sm-12:last-child .contact_sec1_card {
        margin-bottom: 0;
    }
    .contact_branches_card {
        margin-bottom: 30px;
    }
    .contact_section3 .row .col-sm-12:last-child .contact_branches_card {
        margin-bottom: 0;
    }
    .contact_section4::before {
        top: auto;
        width: 100%;
        height: 51%;
    }
    .contact_form_section {
        padding-left: 0;
    }
    .contact_section4::after {
        bottom: auto;
        width: 100%;
        height: 49%;
    }
    .contact_section4 .contact_team_person {
        margin-bottom: 30px;
    }
    /* web design page css */
    .web_design_sec1 .web_des_sec1_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .web_des_sec3_icon .web_des_sec3arrow {
        display: none;
    }
    .web_des_sec3_icon {
        margin-bottom: 15px;
    }
    .web_des_sec3_card .webdes_sec3_title br {
        display: none;
    }
    .web_dropdown_tab .nav-tabs {
        display: none;
    }
    .call_me_tab .nav-tabs {
        display: flex;
    }
    .web_dropdown_tab .card .card-header {
        display: block;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 20px;
        border-radius: 5px 5px 0 0;
        font-weight: 600;
    }
    .web_dropdown_tab .tab-content .card {
        padding: 0;
        margin-bottom: 15px;
        box-shadow: none;
        border-radius: 5px;
    }
    .web_dropdown_tab .tab-content .card:last-child {
        margin-bottom: 0;
    }
    .web_dropdown_tab .tab-content .card .card-body {
        -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
        box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
        padding: 30px;
        border-radius: 0 0 5px 5px;
    }
    .web_dropdown_tab .card .collapse {
        display: none;
    }
    .web_dropdown_tab .card .collapse.show {
        display: block;
        border-radius: 0 0 5px 5px;
    }
    .tab_link_content .webdes_sec2_img img {
        margin-bottom: 15px;
    }
    .web_dropdown_tab .tab-content .tab_link_content p {
        margin-bottom: 15px;
    }
    .case_study_section .case_study_card {
        margin-bottom: 30px;
    }
    .case_study_section .row .col-sm-12:last-child .case_study_card {
        margin-bottom: 0;
    }
    .case_study_card .case_img_content span {
        font-size: 20px;
    }
    .web_des_sec4_tech .web_des_sec4_tech_ul {
        display: block;
    }
    .web_des_sec4_tech_ul li {
        width: 100%;
    }
    .web_des_sec4_tech_ul li::after {
        width: 15px;
        height: 100%;
        top: 0;
        left: 15px;
    }
    .web_des_sec4_tech .web_des_sec4_tech_ul li span {
        margin-top: 0;
    }
    .web_des_sec4_tech ul li span {
        width: auto;
        margin-left: 80px;
    }
    .web_des_sec4_tech_ul li::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .web_des_sec4_tech_ul span::after {
        width: 35px;
        height: 5px;
        left: -35px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* ui-ux page css */
    .UI_UX_sec2 .ui_ux_colborder {
        border-right: none;
    }
    .ui_ux_colborder .ui_ux_sec2col {
        margin-bottom: 30px;
    }
    .ui_ux_sec2col .ui_ux_sec2_colcontent {
        padding-top: 40px;
    }
    /* web development page css */
    .web_dev_tabs .nav-tabs .tab-link .d-view {
        display: none;
    }
    .web_dev_tabs .nav-tabs .tab-link .m-view {
        display: block;
    }
    .web_dev_tabs .tab-content>.tab-pane {
        display: none !important;
    }
    .web_dev_tabs .tab-content.fade:not(.show) {
        opacity: 0 !important;
    }
    .web_dev_tabs .tab-content>.active {
        display: block !important;
    }
    .web_dev_tabs .tab-content .web_dev_tab_img {
        text-align: center;
        margin-bottom: 20px;
    }
    /* e-commerce page css */
    .e_commerce_sec3 .e_commerce_price_card {
        margin-bottom: 30px;
    }
    .e_commerce_sec3 .row .col-sm-12:last-child .e_commerce_price_card {
        margin-bottom: 0;
    }
    /* mobile app page css */
    .mobile_app_sec2 .mobile_app_sec2_header h4 {
        line-height: 40px;
    }
    .mobile_app_sec2 .mobile_app_sec2_card {
        padding: 10px 20px 20px 20px;
    }
    /* customize software page css */
    .cus_sof_sec3 .cus_sof_sec3_card {
        padding: 15px;
    }
    /* bulk sms page css */
    .innner_faq_section #accordion2 {
        margin-bottom: 3px;
    }
    .bulk_sms_tabs .tab-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bulk_sms_sec3 .bulk_sms_sec3_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .bulk_sms_sec5_img {
        margin-bottom: 20px;
        text-align: center;
    }
    .bulk_sms_sec5 .bulk_sms_sec5_content h3 {
        font-size: 28px;
        line-height: 38px;
    }
    /* seo page css */
    .services_banner_section .services_banner_content {
        width: 85%;
    }
    .seo_section1 .seo_sec1_img {
        text-align: center;
    }
    .seo_sec2_container .process-left:after,
    .seo_sec2_container .process-right:after {
        display: none;
    }
    .seo_sec2_container .process-line-l,
    .seo_sec2_container .process-line-r {
        display: none;
    }
    .seo_sec2_container .div_relative {
        display: none;
    }
    #Show_More_btn {
        margin-top: 0;
    }
    .seo_dropdown_tab .nav-tabs {
        display: none;
    }
    .seo_dropdown_tab .card .card-header {
        display: block;
        background-color: #2d3045;
        color: #fff;
        border-radius: 5px;
        font-size: 20px;
    }
    .seo_dropdown_tab .card {
        height: auto;
        margin-bottom: 15px;
    }
    .seo_dropdown_tab .card:last-child {
        margin-bottom: 0;
    }
    .seo_dropdown_tab .card .collapse {
        display: none;
    }
    .seo_dropdown_tab .card .card-body {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }
    .seo_dropdown_tab .card .collapse.show {
        display: block;
        border-radius: 0 0 5px 5px;
    }
    .seo_dropdown_tab .card.active .card-header {
        border-radius: 5px 5px 0 0;
    }
    .seo_dropdown_tab .tab-content {
        background-color: transparent;
        box-shadow: none;
    }
    .tab_link_content .seo_sec3_seo_img {
        text-align: center;
        margin-bottom: 15px;
    }
    .services_banner_content h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .seo_section4 .seo_sec4_card {
        margin-bottom: 30px;
    }
    .seo_section4 .row .col-sm-12:last-child .seo_sec4_card {
        margin-bottom: 0;
    }
    .quote_bottom_section .quote_bottom_container {
        padding: 30px 10px;
    }
    .quote_bottom_container .quote_btn {
        padding: 10px 25px;
    }
    .quote_bottom_container .quote_bottom_content h4 {
        font-size: 24px;
    }
    .quote_bottom_container .quote_bottom_content p {
        font-size: 14px;
    }
    .quote_section .quote_container {
        margin-bottom: 20px;
    }
    .quote_section .inner_inq_form {
        padding-left: 0;
    }
    /* smo page css */
    .smo_section1 {
        padding: 40px 0 10px 0;
    }
    .smo_sec1_flip_card {
        margin-bottom: 30px;
        height: 236px;
    }
    .smo_sec3_btm_img {
        margin-bottom: 30px;
    }
    .smo_section4 .smo_sec4_content {
        display: block;
        height: auto;
        margin-bottom: 30px;
    }
    /* google adword page css */
    .ppc_sec1 {
        padding: 40px 0 10px 0;
    }
    .ppc_sec1_cont_btm .ppc_sec1_card {
        margin-bottom: 30px;
    }
    .ppc_sec2 {
        background: none;
        background-color: #212331;
        background-size: 100%;
    }
    .ppc_sec2_btm_icon .arrow_right {
        display: none;
    }
    .ppc_sec2_btm_icon {
        margin-bottom: 20px;
    }
    .ppc_sec2 .ppc_sec2_btm_content {
        padding: 20px 20px 0 20px;
    }
    .ppc_sec3_img {
        margin-bottom: 20px;
    }
    /* sms application css */
    .sms_app_sec2 .sms_app_sec2_img {
        text-align: left;
        margin-bottom: 30px;
    }
    /* lead generation css */
    .lead_gen_sec1_img {
        text-align: left;
    }
    .lead_gen_sec3_img {
        margin-bottom: 30px;
    }
    .project_details_container .backblogspage_btn {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .navbar_banner_slider.owl-theme .owl-nav {
        display: none;
    }
    .navbar_banner_slider .item .navbar-banner-content {
        width: 85%;
    }
    .navbar-banner-content h2 {
        font-size: 48px;
    }
    .navbar_banner_slider {
        height: 550px;
    }
    .navbar_banner_slider .item {
        height: 550px;
    }
    .services_section2_left h2 span {
        font-size: 55px;
        left: 45px;
    }
    .feature_progress_bar .progress-wrap {
        margin-bottom: 16px;
    }
    .testimonials_slider.owl-theme .owl-nav [class*=owl-] {
        height: 35px;
        width: 35px;
    }
    .testimonials_slider.owl-carousel .owl-nav .owl-prev {
        left: -5px;
    }
    .testimonials_slider.owl-carousel .owl-nav .owl-next {
        right: -5px;
    }
    .home_blog_section {
        padding-bottom: 40px;
    }
    .home_features_sec_left span {
        line-height: 60px;
        font-size: 54px;
    }
    /* about us page css */
    .page_banner_section .page_banner_content {
        width: 80%;
    }
    .page_banner_section .page_banner_content h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .sec_center_heading {
        font-size: 26px;
    }
    .page_banner_section {
        height: 350px;
    }
    .abt_sec1_content h4 {
        font-size: 26px;
    }
    .sec_left_heading {
        font-size: 26px;
    }
    .abt_year_box h5 {
        font-size: 40px;
    }
    .abt_year_box h6 {
        font-size: 22px;
    }
    .work_process_container .process-box {
        text-align: center;
    }
    /* contact us page css */
    .contact_section4::after {
        height: 42%;
    }
    .contact_section4::before {
        height: 58%;
    }
    /* web design page css */
    .web-design_sec1_content h4 {
        font-size: 26px;
    }
    .web_dev_sec3 .web_dev_sec3_card h4 br {
        display: none;
    }
    .case_study_card .case_img_content span {
        font-size: 24px;
    }
    /* ui-ux page css */
    .ui_ux_sec2col .ui_ux_sec2_colcontent {
        padding-top: 30px;
    }
    .ui_ux_sec2col {
        padding: 30px;
        text-align: center;
    }
    /* mobile app page css */
    .mob_app_sec2_border {
        border-right: none;
    }
    .mobile_app_sec2 .mobile_app_sec2_header {
        margin-bottom: 30px;
    }
    .mobile_app_sec2 .mobile_app_sec2_card {
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        margin-bottom: 30px;
    }
    .mobile_app_sec2 .col-lg-10 .row .col-sm-12:last-child .mobile_app_sec2_card {
        margin-bottom: 0;
    }
    /* bulk sms page css */
    .bulk_sms_tabs .nav-tabs .nav-item .tab-link .tab_link_mobile {
        display: block;
    }
    .bulk_sms_tabs .nav-tabs .nav-item .tab-link .tab_link_desktop {
        display: none;
    }
    .bulk_sms_sec5 .bulk_sms_sec5_content h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .quote_section .quote_container h2 {
        font-size: 26px;
        line-height: 42px;
    }
    /* seo page css */
    .services_banner_section .services_banner_content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .services_banner_content h2 {
        font-size: 30px;
    }
    .services_banner_content p {
        font-size: 16px;
    }
    .seo_section1 .seo_sec1_content h4 {
        line-height: 36px;
    }
    .seo_section1 .seo_sec1_content p {
        margin-bottom: 8px;
    }
    .seo_section1 .seo_sec1_content .row .col-sm-12:nth-child(9) p {
        margin-bottom: 8px;
    }
    .seo_section1 .seo_sec1_content {
        margin-bottom: 15px;
    }
    .quote_bottom_container .quote_link_icon {
        margin-bottom: 30px;
    }
    .quote_bottom_container .quote_bottom_content {
        text-align: center;
        margin-bottom: 20px;
    }
    .quote_bottom_container .quote_bottom_content p {
        font-size: 16px;
    }
    .quote_bottom_container .quote_btn {
        padding: 12px 40px;
    }
    /* smo page css */
    .smo_sec1_flip_card {
        height: 250px;
    }
    /* sms application */
    .sms_app_sec3_ulcard ul li:last-child {
        margin-bottom: 8px;
    }
    .sms_app_sec3 .sms_app_sec3_ulcard {
        margin-bottom: 22px;
    }
    .sms_app_sec3 {
        padding: 40px 0 32px 0;
    }
    .case_study_sec1 .web_dev_tabs .nav-tabs .nav-item {
        width: 33.33%;
    }
    .case_study_sec1 .web_dev_tabs .nav-tabs {
        flex-wrap: inherit;
    }
}
@media screen and (max-width: 576px) {
    .navbar_banner_slider {
        height: 450px;
    }
    .navbar_banner_slider .item {
        height: 450px;
    }
    .navbar_banner_slider .item .navbar-banner-content {
        padding-top: 50px;
    }
    .tab_link_content .tab_link_btn {
        padding: 15px 15px;
        white-space: inherit;
        text-align: center;
    }
    .home_features_sec_left span {
        line-height: 54px;
        font-size: 45px;
    }
    .services_card .services_content .services_heading {
        font-size: 18px;
    }
    .services_card .services_content .services_para {
        line-height: 24px;
    }
    .servicescard {
        padding: 15px;
    }
    .servicescard .servicesicon {
        height: 100px;
    }
    .servicescard .servicescontent .servicesheading {
        font-size: 18px;
    }
    .servicescard .servicescontent .servicespara {
        line-height: 24px;
    }
    .services_section2_left h2 {
        font-size: 20px;
    }
    .services_section2_left h2 span {
        font-size: 40px;
    }
    .services_section2_left {
        margin-bottom: 15px;
        height: auto;
    }
    .services_section2_center {
        height: 170px;
        width: 170px;
    }
    .order-lg-3 .services_section2_left h2 span {
        left: -45px;
    }
    .home_features_sec_content h1 {
        font-size: 18px;
    }
    .feature_sec2_left_card h4 {
        font-size: 18px;
    }
    .home_feature_section2 .feature_sec2_left_card p {
        line-height: 24px;
    }
    .contact_section4::after {
        height: 43%;
    }
    .contact_section4::before {
        height: 57%;
    }
    .testimonials_slider .client_position {
        margin-bottom: 10px;
    }
    .testimonials_slider .client_name {
        margin-bottom: 0px;
    }
    .testimonials_container .testimonials_slider {
        padding: 15px 50px;
    }
    .testimonials_slider .testimonials_content {
        margin-bottom: 15px;
    }
    .testimonials_container::after {
        bottom: -29px;
        border-top: 30px solid #fff;
        border-right: 30px solid transparent;
    }
    /* blog page css */
    .blog_container_left .Blog_details_card .Blog_Img {
        height: 100%;
    }
    /* web design page css */
    .web-design_sec1_content h4 {
        font-size: 24px;
    }
    /* web development page css */
    .web_dev_tabs .web_dev_tab_content h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .web_dev_tabs .nav-tabs .tab-link {
        padding: 8px 5px;
    }
    .web_dev_tabs .web_dev_tab_content p {
        margin-bottom: 15px;
    }
    /* bulk sms page css */
    .bulk_sms_tabs .nav-tabs .tab-link {
        font-size: 18px;
    }
    /* 404 error page css */
    .error_page .error_container {
        max-width: 440px;
    }
    .call_me_tab .tab-content .card .card-body {
        padding: 20px;
    }
    .call_me_tab .tab-content .tab_link_content h4 {
        font-size: 20px;
    }
    .counter_container .counter_card .counter_icon {
        height: 80px;
        width: 80px;
    }
    .counter_container .counter_card .counter_icon .bi {
        font-size: 42px;
    }
    .counter_container .counter_card h4 {
        font-size: 32px;
        margin: 35px 0 15px 0;
    }
    .counter_container .counter_card .counter-label {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .navbar_banner_slider .item .navbar-banner-content {
        width: 100%;
        text-align: center;
    }
    .navbar_banner_slider .item .navbar-banner-content label {
        margin-bottom: 10px;
        font-weight: 500;
    }
    .navbar-banner-content h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .navbar-banner-content p {
        font-size: 19px;
    }
    .navbar-banner-content p span {
        margin-right: 15px;
    }
    .section_heading h4 {
        font-size: 24px;
    }
    .section_heading p {
        white-space: nowrap;
    }
    .progress-wrap h3 {
        margin-bottom: 5px;
    }
    .testimonials_container::after {
        right: 18%;
    }
    .home_features_sec_left span {
        line-height: 54px;
        font-size: 44px;
    }
    /* about us page css */
    .page_banner_section .page_banner_content {
        width: 90%;
    }
    .page_banner_section {
        height: 300px;
    }
    .sec_center_heading {
        font-size: 24px;
    }
    .work_process_container .process-step h2 {
        font-size: 36px;
    }
    .cmp_team1_container .member_info .mem_name {
        font-size: 22px;
    }
    .cmp_team1_container .member_info .mem_deg {
        font-size: 18px;
    }
    .cmp_team1_container .member_info .contact_links {
        font-size: 18px;
    }
    .cmp_team1_container .member_info .contact_links {
        font-size: 16px;
    }
    .sec_left_heading {
        font-size: 24px;
    }
    /* contact us page css */
    .contact_section1 .contact_sec1_card h4 {
        font-size: 22px;
    }
    .contact_section1 .contact_sec1_card .bi {
        font-size: 56px;
    }
    .contact_branches_card h4 {
        font-size: 22px;
    }
    /* web design page css */
    .case_study_card .case_img_content span {
        font-size: 20px;
    }
    .web_des_sec4_tech_ul li::after {
        width: 10px;
        left: 13px;
    }
    .web_des_sec4_tech_ul li::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .web_des_sec4_tech ul li span {
        margin-left: 50px;
    }
    .web_des_sec4_tech_ul span::after {
        left: -15px;
        width: 15px;
    }
    /* web development page css */
    .web_dev_tabs .nav-tabs .tab-link {
        font-size: 16px;
        padding: 0;
    }
    /* e-commerce page css */
    .e_commerce_price_card .e_com_price_list li {
        font-weight: 500;
    }
    /* mobile app page css */
    .mobile_app_sec2 .mobile_app_sec2_header h4 {
        font-size: 24px;
    }
    /* bulk sms page css */
    .bulk_sms_tabs .nav-tabs .tab-link {
        font-size: 16px;
        padding: 8px 5px;
    }
    .bulk_sms_sec4 p {
        font-size: 15px;
    }
    .bulk_sms_sec4 {
        padding-bottom: 65px;
    }
    .bulk_sms_tabs .web_dev_tab_content {
        padding-top: 10px;
        padding-left: 0;
    }
    .bulk_sms_sec3 .bulk_sms_sec3_icon {
        height: 60px;
        width: 60px;
    }
    .bulk_sms_sec3 .bulk_sms_sec3_icon .bi {
        font-size: 28px;
    }
    .bulk_sms_sec3 .bulk_sms_sec3_icon .icon_number {
        height: 20px;
        width: 20px;
        font-size: 14px;
    }
    .bulk_sms_sec3_card .bulk_sms_sec3_left {
        margin-right: 25px;
        padding-bottom: 140px;
    }
    .bulk_sms_sec5 .bulk_sms_sec5_content h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .quote_section .quote_container h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .quote_section .quote_container p {
        font-size: 15px;
    }
    .inner_faq_accordion .card .card-header a {
        font-size: 15px;
    }
    /* seo page css */
    .seo_sec1_content .sec_center_heading {
        margin-bottom: 15px;
    }
    .seo_section1 .seo_sec1_content h4 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 36px;
    }
    .seo_section1 .seo_sec1_bttom h4 {
        font-size: 20px;
    }
    .seo_sec2_container .process-box h4 {
        font-size: 18px;
    }
    #Show_More_btn {
        padding: 15px 45px;
        font-size: 18px;
    }
    .seo_dropdown_tab .tab_link_content .seo_list_flex {
        display: block;
        margin-bottom: 0;
    }
    .seo_dropdown_tab .tab_link_content .seo_list_flex p {
        margin-bottom: 5px;
    }
    .seo_dropdown_tab .seo_sec3_seo_list .seo_list_flex:last-child p:last-child {
        margin-bottom: 0;
    }
    .seo_dropdown_tab .seo_sec3_seo_list .seo_list_flex .seo_list_right {
        width: 100%;
    }
    .seo_dropdown_tab .tab_link_content .seo_list_flex .seo_list_left {
        width: 100%;
    }
    .quote_bottom_container .quote_bottom_content p {
        font-size: 14px;
    }
    /* smo page css */
    .smo_sec1_content .sec_center_heading {
        line-height: 32px;
    }
    /* 404 error page css */
    .error_page .error_container {
        max-width: 440px;
    }
    .error_page .error_content_div h2 {
        font-size: 42px;
        line-height: 32px;
    }
    .error_page .error_content_div h4 {
        font-size: 22px;
    }
    #callMe .modal-content {
        padding: 15px;
    }
    .case_study_sec1 .web_dev_tabs .nav-tabs .tab-link {
        padding: 8px 5px;
    }
    .PlaceHolder::before {
        content: attr(placeholder) !important;
    }
    .PlaceHolder:focus::before,
    .PlaceHolder:valid::before {
        content: "";
    }
    .call_me_tab .nav-tabs .tab-link .m-view {
        display: block;
    }
    .call_me_tab .nav-tabs .tab-link .d-view {
        display: none;
    }
}