.blog_info a,
.sidebar ul li a,
body a {
    text-decoration: none
}
.sidebar li{line-break: auto !important;}

.footer_link:hover,
.sidebar ul li a:hover,
a.dl_line:hover,
header .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary_color)
}

header .navbar-nav .nav-item .nav-link,
html body {
    font-weight: var(--font_weight_regular);
    color: var(--dark_text_color)
}

.hero_content h4,
.hero_img {
    z-index: 2
}

.hero_content h1,
.section_heading {
    background: linear-gradient(90deg, var(--primary_color) 0, var(--secondary_color) 100%);
    -webkit-text-fill-color: transparent
}

.dev_serv_section,
.hero_content h4,
.hero_img,
.main,
.tab_img_inner,
.wc_box,
.wc_img,
header,
html body {
    position: relative
}

.hero_content,
.hero_img,
.strem_tabs,
.tab_body,
.tab_img,
.test_img,
.wc_img {
    display: flex
}

.dev_serv_section,
.testimonial_section {
    border-top: 1px solid var(--border_color)
}

.canvas_close_btn,
body .btn.btn-primary {
    text-shadow: 0 1px 1px var(--dark_color_25);
    white-space: nowrap
}

:root {
    --dark_text_color: #1F1F1F;
    --dark_text_color2: #231F20;
    --gray_text_color: #475569;
    --gray_text_color2: #455A64;
    --white_text_color: #fff;
    --white_border_color: #FFF;
    --black_text_color: #000;
    --_hue: 280;
    --_hue2: 4;
    --_hue3: 44;
    --_hue4: 0;
    --primary_color: hsl(var(--_hue), 85%, 50%);
    --primary_color_dark: hsl(var(--_hue), 100%, 35%);
    --primary_color_light: hsl(var(--_hue), 100%, 81%);
    --secondary_color: hsl(var(--_hue2), 94%, 63%);
    --tertiary_color: hsl(var(--_hue3), 99%, 50%);
    --dark_color_10: hsl(var(--_hue4), 0%, 0%, .10);
    --dark_color_25: hsl(var(--_hue4), 0%, 0%, .25);
    --box-shadow_color: #F1F5F9;
    --border_color: #E2E8F0;
    --fs_sm: 14px;
    --fs_md: 16px;
    --fs_lg: 18px;
    --fs_xl: 20px;
    --fs_xxl: 22px;
    --fs_xxxl: 24px;
    --font_weight_regular: 400;
    --font_weight_medium: 500;
    --font_weight_semibold: 600;
    --font_weight_bold: 700;
    --font_weight_extrabold: 700;
    --primary_font_family: Inter, sans-serif;
    --secondary_font_family: "Red Hat Display", sans-serif
}

html body {
    overflow-x: hidden;
    font-family: var(--primary_font_family);
    font-size: var(--fs_md)
}

.ds_box h4,
.faq_col h4,
.section_heading,
.sidebar ul li a,
.wc_box h4,
.whycus_box h4,
body h1 {
    font-family: var(--secondary_font_family)
}

html body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

html body::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

html body::-webkit-scrollbar-thumb {
    background-color: var(--primary_color)
}

body svg path {
    transition: .5s
}

body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body .container {
    max-width: 1200px
}

body .btn.btn-primary {
    background: var(--primary_color);
    background: linear-gradient(90deg, var(--primary_color) 0, var(--primary_color_dark) 100%);
    box-shadow: var(--dark_color_25) 0 1px 0 1px inset, var(--primary_color_light) 0 2px 0 1px;
    border: .5px solid var(--white_border_color);
    border-radius: 100px;
    font-size: var(--fs_md);
    font-weight: var(--font_weight_bold);
    padding: 5px 40px;
    width: fit-content;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s
}

.canvas_close_btn:hover,
body .btn.btn-primary:hover {
    transform: translateY(2px);
    box-shadow: var(--dark_color_25) 0 1px 0 1px inset
}

.canvas_close_btn:focus,
body .btn.btn-primary:focus {
    border: 0;
    outline: 0;
    box-sizing: none
}

.main:after,
.main:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(300px);
    z-index: 1
}

.main:after {
    top: -15%;
    right: 0;
    width: 500px;
    height: 500px;
    background: var(--tertiary_color);
    background: linear-gradient(90deg, var(--tertiary_color) 0, var(--primary_color_dark) 100%)
}

.main:before,
.work_box:after {
    background: var(--primary_color)
}

.main:before {
    top: -35%;
    left: -35%;
    width: 800px;
    height: 800px;
    background: linear-gradient(90deg, var(--primary_color) 0, var(--primary_color_dark) 100%)
}

.wc_box:after,
.wc_box:before {
    top: -70px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    filter: blur(100px);
    content: "";
    position: absolute
}

.wc_box:after,
.whycus_box:hover:after {
    left: 48px;
    background-color: var(--primary_color)
}

body .navbar-brand {
    max-width: 140px
}

header {
    z-index: 99
}

header .navbar-collapse {
    justify-content: flex-end;
    align-items: center
}

.strem_tabs,
header .navbar-nav {
    align-items: center
}

header .navbar-nav .nav-item .nav-link {
    font-size: var(--fs_sm);
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    position: relative;
    transition: .5s
}

header .navbar-nav .nav-item .nav-link::after {
    height: 2px;
    width: 100%;
    background: var(--primary_color);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.ds_box,
.faq_col,
.footer_link,
.whycus_box {
    transition: .5s
}

.footer_link:hover::after,
header .navbar-nav .nav-item .nav-link:hover::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

header .navbar-nav .btn.btn-primary {
    min-width: 164px;
    margin-left: 25px;
    padding: 5px 10px
}

.hero_section .container-fluid {
    max-width: 100%
}

.hero_section,
.hero_section .col-12,
.hero_section .container-fluid .hero_section .row {
    min-height: calc(100vh - 69px)
}

.hero_content {
    max-width: 530px;
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 15px
}

.hero_img {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0
}

.hero_content h4 {
    font-size: 24px;
    font-weight: var(--font_weight_medium);
    margin: 0 0 10px
}

.ds_box h4,
.hero_content h1,
.section_heading,
.wc_box h4 {
    font-weight: var(--font_weight_extrabold)
}

.hero_content h1 {
    font-size: 40px;
    -webkit-background-clip: text;
    margin: 0 0 30px
}

.ds_box h4,
.wc_box h4,
.whycus_box h4 {
    font-size: var(--fs_xxl)
}

.hero_content p {
    color: var(--gray_text_color)
}

.hero_content .btn {
    margin-top: 30px
}

.section_heading {
    font-size: 30px;
    -webkit-background-clip: text;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.4
}

.ds_box,
.test_box {
    background: #f1f5f9
}

.dev_serv_section,
.whychoose_section {
    padding: 100px 0
}

.row.whychoose_row {
    --bs-gutter-y: 1.5rem
}

.wc_box {
    padding: 35px 15px;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: var(--box-shadow_color) 0 4px 60px 0, var(--dark_color_10) 0 4px 4px -4px, var(--dark_color_10) 0 10px 15px -3px
}

.wc_box:before,
.whycus_box:hover:before {
    right: 48px;
    background-color: var(--secondary_color)
}

.wc_box_inner {
    max-width: 340px;
    text-align: center;
    margin: 0 auto
}

.ds_box_inner,
.whycus_box_inner {
    max-width: 300px;
    margin: 0 auto
}

.wc_img {
    width: 100%;
    justify-content: center;
    min-height: 190px;
    isolation: isolate
}

.wc_img img {
    max-width: 165px;
    height: fit-content;
    margin: 0 auto
}

.faq_top .section_heading,
.wc_box h4 {
    margin: 0 0 25px
}

.stm_table_inner h4,
.wc_box h4 {
    color: var(--dark_text_color2)
}

.wc_box p {
    margin: 0;
    color: var(--gray_text_color)
}

.dev_serv_section:after {
    content: "";
    position: absolute;
    background: #fff;
    background: linear-gradient(360deg, #fff 0, #e2e8f0 100%);
    width: 100%;
    height: 50%;
    top: 0;
    z-index: 1;
    opacity: 20%
}

.faq_col,
.footer_link,
.letstart_box,
.letstart_box_inner,
.tab_img,
.whycus_box,
.whycus_box_inner,
.work_box {
    position: relative
}

.row.ds_box_row,
.row.whycus_row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 25px;
    position: relative;
    z-index: 2
}

.ds_box {
    padding: 42px 15px;
    border: 1px solid var(--border_color);
    border-radius: 30px;
    box-shadow: var(--box-shadow_color) 0 4px 60px 0;
    background: linear-gradient(180deg, #f1f5f9 0, #fff 100%);
    height: 100%;
    min-height: 250px;position: relative;
}
.ds_link_btn{font-size: 16px;color: var(--primary_color);position: absolute;right: 1.2rem;bottom: 1.2rem;}
.ds_box i{animation: move45deg 2s infinite ease-in-out;}

@keyframes move45deg {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0, 0);
  }
}

.faq_col,
.whycus_box {
    border-radius: 30px
}

.whycus_box:hover:after,
.whycus_box:hover:before {
    content: "";
    top: -70px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    opacity: .5;
    position: absolute
}

.ds_box:hover {
    box-shadow: var(--box-shadow_color) 0 4px 40px 0, rgba(241, 245, 249, .9) 0 2px 1px 0, rgba(226, 232, 249, .6) 0 -79px 40px 0 inset, #e2e8f0 0 -36px 30px 0 inset, rgba(226, 232, 240, .15) 0 -23px 25px 0 inset
}

.ds_box h4 {
    margin: 0 0 18px;
    color: var(--dark_text_color2)
}

.ds_box p {
    color: var(--gray_text_color2);
    font-weight: var(--font_weight_bold);
    margin: 0
}

.whycus_box h4,
.whycus_box p,
.whycus_box_btm {
    color: var(--white_text_color)
}

.whycus_section {
    padding: 80px 0;
    background-color: #1f1f1f
}

.whycus_box {
    padding: 35px 15px;
    overflow: hidden;
    background: #292929;
    background: linear-gradient(180deg, #292929 0, #231f20 100%)
}

.strem_tabs .nav,
.strem_tabs .nav-pills .nav-link {
    background-color: var(--box-shadow_color)
}

.whycus_box_inner {
    z-index: 2
}

.faq_top p,
.whycus_box_btm {
    max-width: 800px;
    text-align: center
}

.whycus_box h4 {
    font-weight: var(--font_weight_extrabold);
    margin: 0 0 20px
}

.cb_left ul li,
.f_heading,
.faq_top p,
.strem_tabs .nav-pills .nav-link,
.whycus_box_btm {
    font-size: var(--fs_lg)
}

.f_heading,
.whycus_box p,
.whycus_box_btm {
    font-weight: var(--font_weight_bold)
}

.whycus_box p {
    opacity: .54;
    margin: 0
}

.whycus_box_btm {
    opacity: .6;
    margin: 40px auto 0
}

.faq_section {
    background-color: #f1f5f9;
    padding: 80px 0
}

.strem_tabs,
.testimonial_section .section_heading {
    margin: 0 0 50px
}

.faq_top p {
    color: var(--gray_text_color2);
    margin: 0 auto 50px
}

.faq_col h4,
.strem_tabs .nav-pills .nav-link {
    color: var(--dark_text_color2);
    font-weight: var(--font_weight_extrabold)
}

.faq_col {
    border: 1px solid var(--border_color);
    padding: 35px;
    background: #e2e8f0;
    background: linear-gradient(180deg, #e2e8f0 0, #fff 100%);
    box-shadow: #f0f5f9 0 -8px 16px 10px;
    min-height: 170px
}

.strem_tabs .nav,
.testimonial_section .item,
.wd_list span {
    border-radius: 30px
}

.faq_list .faq_col:first-child {
    z-index: 1
}

.faq_list .faq_col:nth-child(2) {
    z-index: 2;
    margin-top: -80px
}

.faq_list .faq_col:nth-child(3) {
    z-index: 3;
    margin-top: -80px
}

.faq_list .faq_col:nth-child(4) {
    z-index: 4;
    margin-top: -80px
}

.faq_list .faq_col:nth-child(5) {
    z-index: 5;
    margin-top: -80px
}

.faq_list .faq_col:hover {
    z-index: 6 !important
}

.faq_col h4 {
    font-size: var(--fs_xl);
    margin: 0 0 20px
}

.faq_col p,
.footer_link,
.stm_innr_text span,
.strem_tab_content p,
.test_box_inner p,
.wd_list span {
    color: var(--gray_text_color2)
}

.faq_col p {
    margin: 0;
    display: none
}

.faq_col:hover p,
.faq_list .faq_col:nth-child(5) p {
    display: block
}

.strem_section {
    padding: 75px 0;
    overflow: hidden
}

.strem_tabs {
    justify-content: center
}

.strem_tabs .nav-pills .nav-link {
    opacity: .5;
    padding: 13px 40px;
    border-radius: 30px;
    min-width: 200px
}

.strem_tabs .nav-pills .nav-link.active,
.strem_tabs .nav-pills .show>.nav-link {
    font-size: var(--fs_lg);
    font-weight: var(--font_weight_extrabold);
    color: var(--dark_text_color2);
    background: #f1f5f9;
    background: linear-gradient(90deg, #f1f5f9 0, #fff 100%);
    opacity: 1
}

.tab_body {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    min-height: 400px
}

.strem_tab_content {
    max-width: 470px;
    margin: 0 auto
}

.strem_tab_content p {
    font-size: var(--fs_xl);
    margin: 0 0 15px
}

.strem_tab_content a {
    margin: 30px 0 0
}

.tab_img {
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    min-height: 315px
}

.tab_img img:first-child {
    position: absolute;
    top: -10px;
    z-index: -1;
    right: 0;
    left: 0;
    transition: .5s;
    margin: 0 auto
}

.tab_img.move img:first-child {
    transform: rotate(-16deg)
}

.testimonial_section {
    padding: 80px 0 0;
    background: #fff;
    background: linear-gradient(360deg, #fff 0, #e2e8f0 100%);
    border-bottom: 1px solid var(--border_color)
}

.test_box {
    border: 1px solid var(--border_color);
    box-shadow: var(--box-shadow_color) 0 4px 60px 0;
    background: linear-gradient(180deg, #f1f5f9 0, #fff 100%);
    border-radius: 30px;
    padding: 40px 15px
}

.test_box_inner {
    max-width: 580px;
    margin: 0 auto
}

.test_box_inner p {
    font-style: italic
}

.test_box_inner h4,
.test_box_inner small,
.work_detail h4 {
    color: var(--dark_text_color2);
    font-family: var(--secondary_font_family)
}

.test_box_inner h4 {
    font-size: var(--fs_xl);
    font-weight: var(--font_weight_extrabold);
    margin: 0
}

.test_box_inner small {
    font-size: var(--fs_sm);
    font-weight: var(--font_weight_medium);
    margin: 0
}

.testimonial_section .owl-theme .owl-dots .owl-dot.active span,
.testimonial_section .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(90deg, var(--tertiary_color) 0, var(--primary_color_dark) 100%);
    box-shadow: var(--primary_color_light) 0 4px 4px 0
}

.testimonial_section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -20px
}

.test_img {
    align-items: flex-end;
    justify-content: center
}

.wd_list span,
.workbox_inner {
    align-items: center;
    display: flex
}

.testimonial_section .owl-stage {
    padding: 0 0 40px
}

.ourwork_section {
    padding: 100px 0 50px
}

.work_box {
    margin: 50px 0 0;
    backdrop-filter: blur(40px);
    border: 1px solid rgba(226, 232, 240, .6);
    background: #f1f5f9;
    background: linear-gradient(245deg, #f1f5f9 0, #fff 100%);
    border-radius: 30px;
    padding: 0 0 0 15px
}

.work_box:after,
.work_box:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: .6;
    z-index: -1
}

.work_box:after {
    background: linear-gradient(90deg, var(--tertiary_color) 0, var(--primary_color_dark) 100%);
    top: -100px;
    left: -100px;
    filter: blur(140px)
}

.work_box:before {
    filter: blur(300px);
    background: var(--primary_color);
    background: linear-gradient(90deg, var(--primary_color) 0, var(--primary_color_dark) 100%);
    bottom: -40px;
    right: -160px;
    filter: blur(140px)
}

.letstart_box:after,
.letstart_box:before {
    width: 256px;
    height: 256px;
    top: -128px;
    filter: blur(100px);
    opacity: .5;
    content: "";
    position: absolute
}

.work_img {
    margin-top: -70px;
    max-width: 600px
}

.workbox_inner {
    justify-content: space-between;
    gap: 15px
}

.work_detail {
    width: 50%;
    max-width: 415px;
    margin: 0 auto;
    padding: 20px 0
}

.work_detail h4 {
    font-size: 30px;
    font-weight: var(--font_weight_extrabold);
    margin: 0 0 45px;
    line-height: 1.3
}

.wd_list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.wd_list span {
    background: #f1f5f9;
    background: linear-gradient(90deg, #f1f5f9 0, #fff 100%);
    justify-content: center;
    border: 1px solid var(--border_color);
    font-weight: var(--font_weight_semibold);
    padding: 10px 20px
}

.letstart_box {
    background-color: #1f1f1f;
    border-radius: 30px;
    padding: 60px 15px;
    margin: 0;
    overflow: hidden
}

.letstart_box:after {
    border-radius: 50%;
    right: 30px;
    background-color: var(--secondary_color)
}

.letstart_box:before {
    border-radius: 50%;
    right: 200px;
    background-color: var(--primary_color)
}

.letstart_box_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1050px;
    margin: 0 auto;
    justify-content: space-between;
    z-index: 5
}

.letstart_box_inner .section_heading {
    font-size: 50px;
    margin: 0 0 25px;
    text-align: start
}

.letstart_box_inner p {
    color: var(--white_text_color);
    opacity: .54;
    font-size: var(--fs_xxxl);
    margin: 0
}

.lsb_detail {
    max-width: 600px
}

footer {
    padding: 70px 0 0
}

.detail_links,
.footer_list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer_link::after {
    height: 2px;
    width: 100%;
    background: var(--primary_color);
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.f_heading {
    color: var(--dark_text_color2);
    margin: 0 0 15px
}

.cb_left ul li,
.cb_right .form-control,
.f_heading span {
    font-weight: var(--font_weight_regular)
}

.stm_innr_text span,
.stm_table_inner h4 {
    font-size: var(--fs_md);
    font-weight: var(--font_weight_bold)
}

.row.detail_links_row {
    --bs-gutter-y: 2.5rem;
    --bs-gutter-x: 2.5rem
}

.detail_link_heading {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    gap: 16px;
    min-height: 40px
}

.detail_link_heading .f_heading {
    margin: 0
}

.detail_link_heading img {
    max-width: 35px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
    border-radius: 50%;
    object-fit: contain;
}

.dl_line {
    display: inline-flex;
    color: var(--gray_text_color2);
    transition: .5s
}

.dl_line .dl_icon {
    min-width: 35px
}

a.dl_line:hover svg path {
    stroke: var(--primary_color)
}

.copyright {
    background: #fff;
    background: linear-gradient(360deg, #fff 0, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    min-height: 150px;
    margin-top: 70px
}

.copyright p {
    text-align: center;
    color: var(--black_text_color);
    margin: 0
}

.tab_body .tab-content {
    width: 100%
}

.stm_table {
    overflow: auto;
    overflow-x: auto;
    --bs-gutter-x: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--primary_color) transparent
}

.stm_table_inner {
    max-width: 710px;
    min-width: 710px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    align-items: flex-end
}

.stm_table_inner ul:nth-child(2n) {
    background-color: #f6f8fb
}

.stm_table ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
    padding: 30px 0
}

.stm_table ul:first-child .stm_innr_text span {
    font-size: var(--fs_sm);
    font-weight: var(--font_weight_regular)
}

.contact_canvas.offcanvas {
    border: 0;
    background-color: #232021;
    min-height: 700px
}

.contact_canvas .offcanvas-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto
}

.contact_box {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.cb_left .section_heading {
    font-size: 50px;
    font-weight: var(--font_weight_extrabold);
    text-align: left;
    margin: 0 0 20px
}

.cb_left ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cb_left ul li {
    color: #949293;
    position: relative;
    padding: 0 0 0 30px
}

.cb_left ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../images/list_icon.svg);
    background-size: 16px;
    width: 16px;
    height: 16px
}

.cb_right {
    background: #292929;
    background: linear-gradient(150deg, #292929 0, #231f20 100%);
    padding: 40px;
    border-radius: 30px;
    box-shadow: #1c1c1c15 0 4px 0 0;
    max-width: 700px;
    position: relative
}

.cb_right .form-control {
    background-color: #323131;
    border-radius: 16px;
    border: 0;
    outline: 0 !important;
    min-height: 60px;
    padding: 20px 30px;
    font-size: var(--fs_md);
    color: var(--white_text_color)
}

.cb_right .form-control:focus {
    border: 1px solid var(--black_text_color);
    box-shadow: none;
    background-color: #00000025;
    color: var(--white_text_color);
    outline: 0 !important
}

.cb_right .form-control:focus-visible {
    outline: 0 !important
}

.cb_right .form-control::placeholder {
    color: #fff;
    opacity: .3
}

.cb_right textarea.form-control {
    min-height: 120px;
    max-height: 120px
}

.cb_right .btn {
    margin-top: 10px
}

.contact_canvas .offcanvas_inner {
    position: relative;
    padding: 60px 0
}

.contact_canvas .offcanvas-body {
    padding: 40px 20px
}

.canvas_close_btn {
    position: absolute;
    top: -38px;
    right: 28px;
    background: var(--primary_color);
    background: linear-gradient(90deg, var(--primary_color) 0, var(--primary_color_dark) 100%);
    box-shadow: var(--dark_color_25) 0 1px 0 1px inset, var(--primary_color_light) 0 2px 0 1px;
    max-width: 56px;
    max-height: 56px;
    min-width: 56px;
    min-height: 56px;
    border: .5px solid var(--white_border_color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s
}

.canvas_close_btn_res {
    display: none
}

.tab_img .shadow_img {
    position: absolute;
    bottom: -14px;
    right: 0;
    transition: .5s
}

.blog_card,
.emoji,
.hero-img,
.sidebar ul li {
    position: relative
}

.tab_img.move .shadow_img {
    left: 0
}

.carousal_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
    margin-top: 30px
}

.ourwork_section .carousel-inner {
    overflow: visible
}

.ourwork_section .carousel-control-next,
.ourwork_section .carousel-control-prev {
    background-color: var(--primary_color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.ourwork_section .carousel-control-next-icon,
.ourwork_section .carousel-control-prev-icon {
    width: 25px;
    height: 25px
}

.work_img img {
    max-width: 600px;
    max-height: 500px;
    object-fit: cover
}

.social_icons_new {
    display: flex;
    gap: 10px;
    margin: 12px 0 0;
    align-items: center
}

.social_icons_new a {
    font-size: 16px;
    color: #455a64;
    transition: .5s;
    cursor: pointer
}

.social_icons_new a i {
    transition: .5s;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--primary_color)
}

.social_icons_new a:hover i {
    transform: translateY(-2px);
    background-color: var(--primary_color_dark)
}

.blog_list .col:nth-child(2n) {
    margin-top: 2rem
}

.blog_card {
    margin-bottom: 2rem;
    transition: .3s
}

.blog_card:hover {
    transform: translateY(-5%)
}

.blog_img {
    height: 250px
}

.blog_img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog_info {
    padding: 1rem
}

.blog_date {
    font-size: small;
    color: var(--aly_sky);
    font-weight: 600;
    margin-bottom: .5rem
}

.blog_info a {
    color: var(--text_dark)
}

.empty_blog_card {
    text-align: center
}

.empty_blog_card .empty_blog_info {
    font-size: 25px;
    font-weight: 600
}

.blog_section {
    padding: 80px 0 0
}

.blog_details_section {
    padding: 0 0 20px
}

.hero-img {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat
}

.section-wrapper h2,
.section-wrapper h3,
.section-wrapper h4 {
    font-weight: 700
}

.section-wrapper {
    max-width: 900px;
    padding: 15px;
    margin: 0 auto
}

.emoji {
    z-index: 9;
    width: 85px;
    height: 85px;
    margin: -60px 0 20px -20px;
    background: #fff;
    padding: 1rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0
}

.emoji img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.backButton {
    margin: 0 0 10px
}

.blog-title {
    margin: 20px 0 0px 0px;
}

.section-wrapper_main p{margin: 0 0 1rem 0 !important;}
.section-wrapper_main h1,
.section-wrapper_main h5,
.section-wrapper_main h6 {
    margin: 0 0 1rem 0;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 700;color: #000000 !important;
    font-family: var(--secondary_font_family);
}
.section-wrapper_main h2,.section-wrapper_main h2 strong{
    font-family: var(--secondary_font_family);
    line-height: 1.2;
    font-size: 26px;
    margin: 1.5rem 0 1.5rem 0;
    font-weight: 700;color: #000000 !important;
}
.section-wrapper_main h3,.section-wrapper_main h3 strong{
    font-family: var(--secondary_font_family);
    line-height: 1.2;
    font-size: 22px;
    margin: 1rem 0 1rem 0;
    font-weight: 700;color: #000000 !important;
}
.section-wrapper_main h4,.section-wrapper_main h4 strong{
    font-family: var(--secondary_font_family);
    line-height: 1.2;
    font-size: 22px;
    margin: 1rem 0 1rem 0;
    font-weight: 700;color: #000000 !important;
}
.section-wrapper_main .faq_wrap ul {
    list-style-type: disc;
    padding: 0 0 0 1.3rem;
}
/*.section-wrapper_main ul li{line-break: anywhere;}*/

.blog-title p {
    margin: 0 0 10px;
    line-height: 1.5
}

.cmn_sec img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem
}

/*.cmn_sec .sec_gap {
    margin-top: 50px
}*/

.cmn_sec .sec_gap ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style-type: disc
}

.footer-blog {
    text-align: end;
    margin: 50px 10px 0
}

.prev-next-buttons {
    border-top: 1px solid var(--bs-border-color);
    margin-top: 2rem;
    padding: 1rem 0
}

.prev-next-buttons a,
.prev-next-buttons:hover a {
    color: var(--text_dark);
    text-decoration: none
}

.prev-next-buttons img {
    width: 100%;
    height: 150px;
    padding: 0 100px
}

.prev-next-buttons .nextBlog,
.prev-next-buttons .prevBlog {
    text-align: center;
    transition: .5s
}

.prev-next-buttons .nextBlog:hover,
.prev-next-buttons .prevBlog:hover {
    transform: translateY(-10px)
}

.prev-next-buttons strong {
    background-color: #fff;
    color: #191919;
    padding: 1rem;
    text-align: center;
    display: block
}
/*
@media screen and (max-width:1440px) {

    .section-wrapper_main h1,
    .section-wrapper_main h2,
    .section-wrapper_main h3,
    .section-wrapper_main h4,
    .section-wrapper_main h5,
    .section-wrapper_main h6 {
        font-size: 36px
    }
}

@media screen and (max-width:1200px) {

    .section-wrapper_main h1,
    .section-wrapper_main h2,
    .section-wrapper_main h3,
    .section-wrapper_main h4,
    .section-wrapper_main h5,
    .section-wrapper_main h6 {
        font-size: 32px
    }
}

@media screen and (max-width:991px) {

    .section-wrapper_main h1,
    .section-wrapper_main h2,
    .section-wrapper_main h3,
    .section-wrapper_main h4,
    .section-wrapper_main h5,
    .section-wrapper_main h6 {
        font-size: 28px
    }
}
*/
@media screen and (max-width:550px) {

    .prev-next-buttons .nextBlog a button,
    .prev-next-buttons .prevBlog a button {
        font-size: 13px;
        padding: 5px 25px
    }

    .prev-next-buttons img {
        width: 100%;
        padding: 0 70px
    }
}

@media screen and (max-width:375px) {

    .prev-next-buttons .nextBlog a button,
    .prev-next-buttons .prevBlog a button {
        font-size: 10px;
        padding: 5px 20px
    }

    .prev-next-buttons img {
        width: 100%;
        padding: 0 40px
    }
}

@media screen and (min-width:767px) {
    .prev-next-buttons .prevBlog {
        text-align: left
    }

    .prev-next-buttons .nextBlog {
        text-align: right
    }

    .prev-next-buttons img {
        width: 100%;
        padding: 0
    }
}

.section-wrapper_main {
    display: flex;
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px
}

.sidebar {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    height: fit-content;
    margin-top: 60px;
    top: 80px !important;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    box-shadow: 2px 4px 4px 0 rgba(180, 191, 205, .2);
    margin-bottom: 20px;
    border-radius: 10px;
    min-width: 320px
}

.sidebar ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.sidebar ul li {
    width: fit-content
}

.sidebar ul li a {
    margin: 0;
    border-bottom: 1px solid transparent;
    line-height: 1.2;
    font-size: 16px;
    padding: 0;
    color: #3d2323;
    transition: .5s;
    font-weight: 700
}

.sidebar ul li a:hover {
    border-bottom: 1px solid var(--primary_color)
}

.sidebar ul li:first-child {
    font-size: 18px;
    color: #3d2323;
    font-weight: 700;
    margin: 0 0 .5rem
}

/*.section-wrapper_main h2,
.section-wrapper_main h3,
.section-wrapper_main h4,
.section-wrapper_main h5 {
    padding: 10px 0 0
}*/

@media screen and (max-width:1200px) {
    .section-wrapper_main {
        gap: 1rem
    }

    .section-wrapper_main h1,
    .section-wrapper_main h2,
    .section-wrapper_main h3,
    .section-wrapper_main h4,
    .section-wrapper_main h5,
    .section-wrapper_main h6 {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    .section-wrapper_main {
        flex-direction: column;
        gap: 1rem
    }

    .sidebar {
        max-width: 100%;
        min-width: 100%;
        position: relative !important;
        margin: 25px 0 50px;
        top: 0 !important;
        padding: 15px
    }

    .sidebar ul li a {
        font-size: 14px
    }

    .emoji {
        margin: -45px 0 20px
    }

    .section-wrapper_main h1,
    .section-wrapper_main h2,
    .section-wrapper_main h3,
    .section-wrapper_main h4,
    .section-wrapper_main h5,
    .section-wrapper_main h6 {
        font-size: 22px
    }

    .section-wrapper {
        padding: 0
    }
}

.faq_section_new .container {
    max-width: 900px
}
.service_detail ul{gap: 30px !important;}
.faq_wrap ul{gap: 20px !important;}
.service_detail .accordion-item{background-color: #F5F5F5;}
.service_detail .faq_section_new .accordion-button{background-color: #F5F5F5;}
.faq_section_new .accordion-button:not(.collapsed){background-color: #F5F5F5;}
.faq_section_new .accordion-button {
    background-color: #fff;
    font-size: 1rem;
    border-radius: .75rem !important;
    transition: .3s;
    font-weight: 600;
    padding: 1rem
}

.faq_section_new .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: .75rem .75rem 0 0 !important;
    color: var(--text_dark);
    background-color: transparent
}

.faq_section_new .accordion-item {
    color: var(--text_dark);
    border-radius: .75rem;
    border: none;
    box-shadow: 0 7px 16px var(--aly_sky_100)
}

.faq_section_new .accordion-header {
    padding: 0
}

.accordion-button:not(.collapsed),
.faq_section_new .accordion-button:focus {
    color: var(--text_dark);
    font-weight: 600;
    z-index: 3;
    border-color: var(--aly_sky_100);
    outline: 0;
    box-shadow: 0 0 0 .25rem transparent
}

.faq_section_new .accordion-collapse .accordion-body {
    padding: 0 2rem 1.5rem;
    font-size: 1rem
}

.btn .spinner-border {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    color: #fff !important
}

.detail_links li a {
    color: var(--gray_text_color2);
}

.main {
    padding-top: 70px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999 !important;
}

.prev-next-buttons img {
    object-fit: cover;
}

.prev-next-buttons img {
    width: 100%;
    height: 190px;
    padding: 0 0px !important;
}

@media only screen and (max-width: 767px) {
    .emoji {
        margin: 0 !important;
        position: absolute !important;
        top: 12rem;
        left: 1rem;
        z-index: 999;
    }

    .sidebar {
        margin: 65px 0 0px 0 !important;
    }

    .contact_canvas.offcanvas {
        min-height: 100%;
        overflow: auto;
    }

    .hero-img {

        height: 155px;
    }

    .blog_img {
        height: 140px;
    }

    .blog_info h3 {
        font-size: 1.2rem;
    }

    .blog_card {
        margin-bottom: 1rem;
    }
}

/* ravi bagwan service page */
.inner_banner.service {
    background-image: url(https://hire-maui-developer.com/uploads/images/17_1715952509.png);
}

.inner_banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small_trainer_content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.small_trainer_content ul li {
    position: relative;
    line-height: 1;
    padding: 0 0 0 20px;
}

.small_trainer_content ul li:before {
    content: '';
    position: absolute;
    background-color: #a413ec;
    width: 13px;
    height: 13px;
    left: 0;
    top: 2px;
    border-radius: 50%;
}

.inr_bnr_tex {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 0 2rem;
    text-align: center;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

a.dropdown-item {
    font-size: 12px;
}
