body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #7c7c7c;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a, a:hover {
    text-decoration: none;
    color: #f5a526;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #171827;
    font-weight: 700;
    margin: 0 0 15px;
    clear: both;
    line-height: 1.1;
}
h1,.h1 {
    font-size: 48px
}
h2,.h2 {
    font-size: 40px
}
h3,.h3 {
    font-size: 34px;
}
h4,.h4 {
    font-size: 28px
}
h5,.h5 {
    font-size: 24px
}
h6,.h6 {
    font-size: 22px
}
p {
    margin: 0 0 15px
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
input:focus, textarea:focus, select:focus, button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.form_group {
    position: relative;
    margin-top: 15px;
} 
.form_group label {
    font-size: 0.875rem;
    color: #323232;
    display: block;
    position: relative;
}
.form_group input, .form_group textarea, .form_group select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ffe2b9;
    background-color: transparent;
    padding: 15px 20px;
    outline: none;
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    font-weight: 700;
    border-radius: 10px;
    line-height: normal;
    min-height: auto !important;
} 
input[type=text], input[type=email], input[type=password] {
    min-height: 3.5rem;
}
.form_group_chechbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
}
.form_group_chechbox input {
    width: 30px;
    height: 30px;
}
.form_group_btns {
    margin-top: 1rem;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    text-decoration: none;
}
video {
    height: auto;
    max-width: 100%;
}
.button_main_bg {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 30px;
    background-color: #f5a526;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    outline: none;
    text-decoration: none;
    display: inline-block;
}
.button_main_bg:hover {
    color: #FFFFFF !important; 
}
section {
    padding: 100px 0;
    position: relative;
}


.header_main_wrapp {
    position: relative;
    z-index: 999;
}
.header_main_wrapp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 325px;
    background-color: #171827;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
    z-index: 2;
}
.header_shape_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-image: url('../imgs/header_shape_left.png');
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1;
}
.header_top_wrapp {
    position: relative;
    background-color: #ffffff;
    padding-right: 85px;
    padding-left: 355px;
}
.header_top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 30px;
    padding: 15px 0;
}
.header_top_left ul, 
.header_top_right ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header_top_left ul li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.header_top_left ul li a {
    color: #7c7c7c;
}
.header_top_left ul li span {
    font-size: 12px;
    margin-right: 2px;
    color: #f5a526;
    display: inline-block;
}
.header_top_right ul li a {
    font-size: 14px;
    color: #171827;
    transition: all 0.5s linear;
}
.header_wrapp {
    background-color: #f5a526;
    width: 100%;
    padding-right: 85px;
    padding-left: 65px;
    position: relative;
    display: block;
}
.header_shape_right_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-image: url('../imgs/header_shape_right.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.header_main {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 0;
}
.header_brand {
    z-index: 5;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 302px;
    padding: 27px 0;
    margin-top: -60px;
}
.header_brand a img {
    width: 180px;
}
.header_brand .mobile_logo {
    display: none;
}
.menu_bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 35px;
}
.menu_bar ul li {
    padding: 30px 0;
    position: relative;
}
.menu_bar ul li a {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.header_search, 
.header_cart, 
.mobile_icon .call_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(23 24 39 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4f4f4;
    transition: all 400ms ease;
    margin-left: 15px;
    cursor: pointer;
}
.header_search:hover, 
.header_cart:hover, 
.mobile_icon .call_icon:hover {
    background-color: rgb(23 24 39);
}
.header_search span, 
.header_cart span {
    font-size: 18px;
}
.header_contact {
    position: relative;
    margin-left: 25px;
    margin-right: 105px;
    display: grid;
    grid-template-columns: 60px 1fr;
    justify-content: center;
    align-items: center;
}
.header_contact .call_icon {
    width: 40px;
    height: 40px;
    background-color: #171827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a526;
    font-size: 16px;
}
.header_contact_title span {
    line-height: 1;
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #7c7c7c;
}
.header_contact_title a {
    color: #171827;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.main_wrpper {
    position: relative;
    z-index: 9;
}

.hero_wrapp {
    padding: 0;
}
.hero_slider {
    background-color: #171827;
    position: relative;
    z-index: 3;
    padding-top: 170px;
    padding-bottom: 200px;
}
.hero_slider_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    transition: transform 7000ms ease, opacity 7000ms ease;
}
.hero_slider_img:after {
    background-image: linear-gradient(91deg, rgb(23, 24, 39) 58%, rgba(23, 24, 39, 0) 91%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
} 
.owl-item.active .hero_slider .hero_slider_img {
    transform: scale(1.15);
}

.hero_slider_shape_left {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-200px);
    z-index: 1;
}
.owl-item.active .hero_slider .hero_slider_shape_left {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
} 
.hero_slider_shape_right {
    position: absolute;
    right: -30px;
    top: 0;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(300px);
    z-index: 1;
}
.owl-item.active .hero_slider .hero_slider_shape_right {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1400ms;
}
.hero_content_main {
    position: relative;
    z-index: 1;
}
.hero_content_main h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    letter-spacing: -2px;
    margin: 0 0 28px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}
.owl-item.active .hero_slider .hero_content_main h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}
.hero_content_main p {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: rgb(255 255 255 / 90%);
    background-color: rgb(23 24 39 / 50%);
    border-left: 4px solid #f5a526;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 28px;
    padding: 15px 25px 17px 39px;
    max-width: 629px;
    border-radius: 4px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}
.owl-item.active .hero_slider .hero_content_main p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1300ms;
}
.hero_content_main .button_main_bg {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    padding: 15px 40px;
    font-size: 18px;
}
.owl-item.active .hero_slider .hero_content_main .button_main_bg {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1500ms;
}
.heroslidercarousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 55px;
    z-index: 99;
    width: 1170px;
    gap: 10px;
    transform: none;
}
.heroslidercarousel .owl-dots button span {
    position: relative;
    z-index: 1;
    width: 12px !important;
    height: 12px !important;
    cursor: pointer;
    opacity: 1;
    background-color: transparent !important;
    transition: all 500ms ease !important;
    transform: none;
    margin: 0 !important;
    outline: none;
    border: 2px solid rgb(255 255 255 / 20%);
}
.heroslidercarousel .owl-dots button.active span {
    background-color: #f5a526 !important;
}

.about_imgs {
    position: relative;
}
.about_imgs img {
    border-radius: 20px;
}
.about_shape_bg {
    position: absolute;
    left: -175px;
    bottom: 0;
}
.about_shape_bg img {
    animation: float-bob-x 3s infinite linear;
}    
.about_experience {
    position: absolute;
    left: 114px;
    bottom: -38px;
    height: 197px;
    width: 197px;
    background-color: #171827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    animation: rotatedsmall 5s infinite linear;
}
.about_experience h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}
.about_experience p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #f5a526;
    margin: 0;
}
.about_content .main_heading {
    padding-left: 40px;
} 
.main_heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}
.main_heading .sub_heading {
    position: relative;
    font-size: 18px;
    color: #f5a526;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.main_heading p {
    font-size: 17px;
    line-height: 27.4px;
    font-weight: 500;
}

.about_box_bg {
    z-index: 2;
    background-color: #f4f4f4;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 45%, rgba(244, 244, 244, 1) 45%);
    border-radius: 10px 10px 0 0;
    margin-left: -165px;
    position: relative;
    padding: 20px 0 0 20px;
}
.about_box_img {
    padding-right: 20px;
}
.about_box_img img {
    border-radius: 10px;
    width: 100%;
    height: 413px;
    object-fit: fill;
}
.about_counter {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 0 15px;
    padding: 10px 0;
}
.count_icon {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #f5a526;
    border-bottom: 1px solid #f5a526;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count_icon span {
    font-size: 50px;
    color: #f5a526;
}
.count_item h3 {
    margin: 0 0 5px;
}
.count_item .count_text {
    font-size: 16px;
    color: #7c7c7c;
}
.about_box_content .about_list {
    margin-top: 40px;
    margin-bottom: 20px;
}
.about_list li {
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.about_list li span {
    padding-right: 10px;
    color: #f5a526;
}

.service_section {
    position: relative;
    position: relative;
    background-color: #f4f4f4;
}
.main_heading_center {
    text-align: center;
}
.service_section_bg1 {
    background-image: url('../imgs/service_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 490px;
    position: absolute;
    left: 0;
    top: 0;
}
.service_section_bg {
    background-image: url('../imgs/service_bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 471px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service_section_bg:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(245 165 38 / 90%);
}
.service_main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
.service_card {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    transition: all 500ms ease;
    width: 100%;
}
.service_icon {
    font-size: 58px;
}
.service_card_content {
    padding: 45px 40px;
    position: relative;
}
.service_icon {
    font-size: 44px;
    width: 80px;
    height: 80px;
    background-color: rgb(245 165 38 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    place-content: center;
    line-height: 0;
    text-align: center;
    color: #f5a526;
}
.service_card_content h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 25px 0 20px;
}
.service_card_content .button_main_bg {
    margin-top: 17px;
}
.service_card_content .button_main_bg span {
    padding-left: 10px;
}
.service_card_imgs img {
    width: 100%;
}

.testimonial_seaction {
    padding-top: 0;
}
.testimonial_seaction_bg {
    background-image: url('../imgs/testimonial_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    width: 100%;
    height: 100%;
}
.testimonial_box {
    text-align: center;
    padding: 60px 0px 0px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    z-index: 2;
}
.quote_icon {
    width: 51px;
    height: 51px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #171827;
    font-size: 19px;
    margin: auto;
}
.rating_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f5a526;
    letter-spacing: 7px;
    margin: 30px auto 25px;
}
.testimonial_author {
    margin-top: 40px;
}
.testimonial_author h6 {
    margin-bottom: 5px;
}
.author_imgs > span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 1;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    transition: 500ms ease;
    margin: auto;
    border: 5px solid #f5a526;
}
.author_imgs > span img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonialcarousel .owl-prev, 
.testimonialcarousel .owl-next {
    position: absolute;
    top: 42%;
    width: 51px;
    height: 51px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #9d9ea4 !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    color: #ffffff !important;
    transition: 500ms ease;
    border: none !important;
    outline: none;
}
.testimonialcarousel .owl-prev:hover, 
.testimonialcarousel .owl-next:hover {
    background-color: #f5a526 !important;
}
.testimonialcarousel .owl-prev {
    left: -25px;
}
.testimonialcarousel .owl-next  {
    right: -25px;
}
.team_section {
    padding-top: 40px;
}
.team_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0;
}
.team_card .team_imgs {
    position: relative;
}
.team_card .team_imgs img {
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.team_title {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 50px 50px;
    padding: 21px 18px 26px 20px;
    transform: rotate(180deg);
    background-color: #171827;
    overflow: hidden;
    white-space: nowrap;
    writing-mode: vertical-rl;
    min-height: 170px;
}
.team_card .team_title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #f5a526;
    transition: all 500ms ease;
    z-index: -1;
}
.team_card:hover .team_title:before {
    height: 100%;
}
.team_title h6 {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0 3px;
}
.team_title p {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: all ease 0.3s;
    color: #7c7c7c;
}
.team_card:hover .team_title p {
    color: #ffffff;
}
.team_share_icon {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    cursor: pointer;
}
.team_share_icon>span {
    width: 35px;
    height: 35px;
    background-color: #171827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.4s linear;
}
.team_share_icon:hover>span {
    background-color: #f5a526;
}
.team_share_icon .shere_icon {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    background-color: #171827;
    margin: 0;
    padding: 5px 11.5px 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    transform-origin: top center;
    border-radius: 30px;
}
.team_share_icon:hover .shere_icon {
    opacity: 1;
    transform: scaleY(1);
}
.shere_icon ul li a {
    color: #ffffff;
    font-size: 12px;
    transition: all 500ms ease;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.shere_icon ul li:last-child a {
    border: none;
}

.choose_section {
    background-color: #171827;
    padding: 0;
}
.choose_section_imgs {
    background-image: url('../imgs/choose_bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
}
.choose_content_main {
    position: relative;
    padding: 120px 0;
}
.choose_content_main .main_heading h2 {
    color: #FFFFFF;
    margin-bottom: 25px;
}
.choose_content_card {
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px 0 0 35px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
    gap: 20px;
}
.choose_content_bottom {
    border-top: 1px solid #f5a526;
    position: relative;
}
.choose_content_text h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.choose_content_imgs img {
    border-radius: 0px 10px 10px 0px;
}
.choose_content_icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #f5a526;
    margin: 0px 0 0 -30px;
}
.choose_content_right {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.choose_content_bg {
    background-image: url('../imgs/choose-shape1.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 800px;
    z-index: 1;
    text-align: right;
    margin-left: auto;
    height: 100%;
}
.choose_content_bg img, 
.choose_shape_img img {
    height: 100%;
    object-fit: fill;
}
.choose_shape_img {
    position: absolute;
    top: 0;
    left: -170px;
    bottom: 0;
    z-index: 9;
    background: rgb(17, 18, 34);
    background: linear-gradient(90deg, rgba(17, 18, 34, 1) 50%, rgba(17, 18, 34, 0) 100%);
}
.get_section {
    background-image: url('../imgs/get_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}
.get_section {
    padding: 60px 0;
}
.tabs_section {
    padding-top: 0;
    padding-bottom: 250px;
}
.tabs_header {
    text-align: center;
    margin-top: -30px;
    position: relative;
}
.tabs_header .nav {
    justify-content: center;
    gap: 5px;
}
.tabs_header .nav .nav-item .nav-link {
    transition: all 500ms ease;
    position: relative;
    background-color: #e9e9e9;
    border-radius: 100px;
    padding: 20px 40px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.tabs_header .nav .nav-item .nav-link.active {
    background-color: #f5a526;
}
.tabs_header .nav .nav-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0;
}
.tabs_header .nav .nav-item .nav-link.active h5 {
    color: #ffffff;
}
.tabs_body_wrapp {
    margin-top: 60px;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #ffe2b9;
    box-shadow: 26px 23px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px 50px;
}
.form_group #balanceLimit {
    padding: 0 !important;
}
.get_from {
    padding-right: 30px;
}
.get_rught_content img {
    border-radius: 10px;
    margin-bottom: 15px;
}
.feature_section {
    background-image: url('../imgs/feature_bg.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    background-attachment: fixed;
    padding-top: 0;
}
.feature_section:after {
    content: '';
    background-color: rgb(23 24 39 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.feature_main {
    position: relative;
    top: -150px;
}
.feature_card {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: 2px solid #ffe2b9;
    border-radius: 20px;
    box-shadow: 26px 23px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 500ms ease;
    text-align: center;
}
.feature_content {
    padding: 25px 20px 0;
}
.feature_content h3 {
    font-size: 24px;
}
.feature_content .feature_icon {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #ffffff;
    background-color: #171827;
    border-radius: 50%;
    font-size: 44px;
    margin: 0 auto -45px;
    position: relative;
    color: #ffffff;
    z-index: 1;
    transition: all 0.4s ease;
}
.feature_imgs img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.feature_bottom_content {
    border-top: 1px solid #6a6a6a;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding-top: 50px;
}
.feature_bottom_card p {
    margin-bottom: 5px;
}
.feature_bottom_card h4 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
}
.blog_card {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 4px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
.blog_card_content {
    position: relative;
    z-index: 1;
    padding: 25px 40px;
}
.blog_card_meta {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #ffe2b9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.blog_card_meta li {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
}
.blog_card_meta li span {
    color: #f5a526;
    font-size: 16px;
    padding-right: 10px;
}
.blog_card_content .blog_tiitle {
    font-size: 24px;
    line-height: 32px;
}
.blog_card_content .blog_tiitle a {
    color: #171827;
}
.blog_card_content:hover .blog_tiitle a {
    color: #f5a526;
}
.blog_card_imgs {
    position: relative;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    flex-shrink: 0;
    max-width: 300px;
    margin-left: auto;
}
.blog_date {
    position: absolute;
    width: 77px;
    height: 78px;
    left: 0;
    bottom: 0;
    background-color: #f5a526;
    border-radius: 0 10px 0px 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-direction: column;
    z-index: 3;
}
.blog_date .daet {
    font-size: 22px;
    font-weight: 900;
}
.blog_card_right {
    margin-top: 30px;
    position: relative;
}
.blog_card_right .blog_card_imgs {
    max-width: max-content;
    border-radius: 10px;
}
.blog_card_right .blog_card_content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    max-width: 440px;
    border-top-left-radius: 10px;
}
.blog_card_right .blog_card_imgs .blog_date {
    right: 0;
    left: unset;
    bottom: unset;
    top: 0;
    border-bottom-left-radius: 10px;
}

.footer_wrapp {
    background-color: #171827;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.footer_bg_imgs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.footer_bg_imgs1 {
    background-image: url('../imgs/footer_shape1.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: 0.3;
}
.footer_bg_imgs2 {
    background-image: url('../imgs/footer_shape2.png');
    position: absolute;
    right: 5%;
    top: 75px;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: 0.3;
}
.footer_card {
    position: relative;
    z-index: 1;
}
.footer_heading {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 20px;
}
.newsletter_from {
    margin: 30px 0;
}
.newsletter_from .form_group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter_from .form_group input {
    background-color: #242533;
    border: none !important;
    border-radius: 10px 0 0 10px;
}
.newsletter_from .form_group button {
    width: 56px;
    height: 48px;
    background-color: #f5a526;
    border-radius: 0 10px 10px 0;
    font-size: 35px;
    border: none;
    outline: none;
    transition: all 300ms ease;
    color: #fff;
}
.footer_info ul li {
    display: inline-block;
    padding-right: 10px;
}
.footer_info ul li a {
    width: 36px;
    height: 36px;
    background-color: rgb(142 143 155 / 15%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.footer_info ul li:hover a {
    background-color: #f5a526;
}
.footer_menu {
    padding-left: 30px;
}
.footer_menu ul li {
    display: inline-block;
    margin: 5px 0;
    width: 100%;;
}
.footer_menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #9D9EA4;
}
.footer_menu ul li:hover a {
    color: #f5a526;
}

.gallery_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    border-radius: 15px;
}
.gallery_main .gallery_card img {
    border-radius: 10px;
}
.footer_gallery .footer_copyright {
    display: none;
}

.footer_address {
    position: relative;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 20px;
}
.footer_address ul {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.footer_address ul li {
    width: 100%;
    padding: 15px 40px;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.footer_address ul li:last-child {
    border-top: 1px solid;
}
.footer_address .logo {
    padding: 20px 60px 10px;
    display: inline-block;
}
.footer_address ul li span.fa-solid {
    width: 40px;
    height: 40px;
    background-color: #171827;
    color: #f5a526;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}
.footer_address ul li div a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.footer_copyright {
    font-size: 14px;
    margin-top: 20px;
}

.service_page_right {
    padding-left: 30px;
}
.service_page_right .service_card, 
.service_page_card {
    box-shadow: 4px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    text-align: center;
}
.service_page_right .service_card .service_card_content, 
.service_page_card .service_card_content {
    padding: 20px;
}
.service_page_right .service_card_content h6, 
.service_page_card h6 {
    font-size: 18px;
    margin: 15px 0 0;
}
.service_page_right .service_icon {
    margin: 0 auto;
}
.service_call_section {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}
.service_call_left {
    text-align: center;
    position: relative;
}
.service_call1 {
    width: 300px;
    height: 300px;
    display: inline-block;
    border: 2px solid #e0e4e8;
    border-radius: 50%;
    position: relative;
}
.service_call2 {
    width: 240px;
    height: 240px;
    display: inline-block;
    border: 2px solid #e0e4e8;
    border-radius: 50%;
    position: relative;
    top: 30px;
}
.service_call3 {
    width: 160px;
    height: 160px;
    display: inline-block;
    border: 2px solid #e0e4e8;
    border-radius: 50%;
    position: relative;
    top: 40px;
}
.service_call4 {
    font-size: 28px;
    width: 100px;
    height: 100px;
    background-color: rgb(245 165 38 / 10%);
    border-radius: 50%;
    line-height: 100px !important;
    text-align: center;
    color: #f5a526;
    border: 2px solid #e0e4e8;
    position: relative;
    margin-top: 27px;
}
.service_call_number {
    background-color: #f5a526;
    top: 70px;
    left: 0;
    max-width: 182px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    position: absolute;
    border-radius: 10px;
    right: 0;
    margin: 0 auto;

    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.service_call_number:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #f5a526;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service_call_number a {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 0;
    display: inline-block;
}
.service_call_right .main_heading {
    margin-bottom: 20px;
}
.service_call_right .button_main_bg {
    margin-top: 15px;
}
.service_page_card {
    text-align: left;
}
.service_page_card h6 {
    margin: 15px 0 20px;
    text-align: center;
}
.service_page_card p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.service_page_card .service_card_content .service_icon {
    margin: 0 auto;
}
.service_page_card .service_card_content .service_icon img {
    width: 50px;
}

.page_banner_wrapp {
    background-image: url(../imgs/service_bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.page_banner_wrapp:after {
    background-image: linear-gradient(91deg, rgb(23, 24, 39) 58%, rgba(23, 24, 39) 91%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
}
.banner_main {
    position: relative;
    z-index: 1;
}
.banner_main h1 {
    color: #fff;
}
.breadcrumb_content ul {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
.breadcrumb_content ul li {
    font-size: 18px;
    color: #c5c5c5;
}

.contact_page_from {
    background-color: #f2f5f9;
    border-radius: 10px;
    padding: 20px 20px 30px;
}
.contact_page_from .form_group {
    margin: 5px 0 25px;
}
.conatct_page_info ul li span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: rgb(245 165 38 / 20%);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #f5a526;
    margin: 0 auto;
}
.conatct_page_info ul li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    word-wrap: break-word;
    background-color: #f2f5f9;
    padding: 10px 15px;
    border-radius: 10px;
}
.contact_info_card {
    background-color: #f2f5f9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.contact_info_card .call_icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
    background-color: rgb(245 165 38 / 10%);
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #f5a526;
    margin: 0 auto;
}
.contact_info_card .call_number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.map_section {
    margin-top: 90px;
}
.map_section iframe {
    width: 100%;
    height: 400px;
}
.conatct_page_info ul {
    margin-top: 40px;
}
.owl-dots {
    padding: 0 30px;
}