/* font_inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Inter", sans-serif;
}
html {
    scroll-behavior: smooth;
}
:root {
    --primary-color:#202020;
    --secondary-color: #888888;
    --drak-gold-color: #b3a206;
    --gold-800: #DFCA08;
    --green-800: #41B362;
    --green-700: #49C378;
    --gray-800:#585858;
    --red-800: #DD5848;
    --orange-700:#ff9A00;
    --blue-800:#00A9FF;
    --dark-violet-600:#AD00FF;
}
button, a{
    font-family: "Inter", sans-serif;
}
.container_xl{
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 11.25px;
    font-family: "Inter", sans-serif;
}
.container_xxl{
    width: 100%;
    max-width: 1343px !important;
    margin-inline: auto;
    padding-inline: 11.25px;
    font-family: "Inter", sans-serif;
}
.mb-zero{
    margin-bottom: 0px !important;
}
.flex_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_padding{
    padding-block: 120px;
}
.headings{
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 55px;
}
.page_wrapper{
    position: relative;
    overflow: hidden;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.sticky_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999999999;
}
.sticky_header.show {
    background-color: #fff;
    box-shadow: 0 -5px 15px #086ad84a;
    height: 94px;
}
.logo{
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    cursor: pointer;
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 178.75px;
}
.logo img{
    width: 100%;
    max-width: 63px;
}
.logo span{
    color: #49C378;
}
.nav_list{
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 27px;
}
.nav_links a{
    text-decoration: none;
    font-size: 16px;
    padding: 37px 18px;
    display: block;
    color: #202020;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    transition: all 0.2s;
    position: relative;
}
.active_link{
    position: relative;
}
.active_link::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    background-color: var(--green-700);
}
.header_btn_container{
    width: 193.75px;
    display: flex;
    justify-content: end;
}
.download_resume_wrapper{
    width: 16.6666666667%;
    display: flex;
    justify-content: end;
    padding-inline: 11.25px;
    margin-right: 11px;
}
.download_resume_btn{
    padding: 15px 20px;
    padding-left: 25px;
    border-radius: 40px;
    background-color: var(--green-700);
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132.16px;
    height: 54px;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
}
.download_resume_btn:hover{
    background-color: #41b362;
}
.download_resume_btn img{
    width: 18px;
    height: 21px;
}
/* hero_section_started */
.header_wrapper {
    height: 94px;
}
.hero_wrapper{
    position: relative;
    z-index: 999;
    padding-top: 56px;
}
.hero_left{
    padding-inline: 11.25px;
    margin-top: -9px;
}
.hero_right{
    padding-inline: 11.25px;
}
.hero_container{
    background: #fff;
    height: 940px;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero_inner_container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.padding-x{
    padding-inline: 0px !important;
}
.shape_bg_1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.shape_bg_2{
    position: absolute;
    left: 60%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.shape_bg_3{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.line_shape_1{
    position: absolute;
    left: 0;
    bottom: 0;
}
.line_shape_1 img{
    max-width: 100%;
    vertical-align: middle;
}
.line_shape_2{
    position: absolute;
    top: 0;
    right: 0;
}

.hero_left, .hero_right{
    width: 50%;
}
.hero_span{
    font-size: 50px;
    color: #b3a206;
    display: block;
}
.hero_title{
    color: var(--primary-color);
    font-size: 72px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.hero_sub_title{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: var(--green-700);
    margin-bottom: 20px;
}
.hero_desc{
    color: var(--gray-800);
    margin: 0;
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 30px;
    padding-right: 10px;
    text-align: justify;
}
.hire_me_btn{
    width: 159.84px;
    height: 54px;
    background-color: var(--green-700);
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    padding-left: 27px;
    border: 0;
    border-radius: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.5s ease-out;
    cursor: pointer;
}
.hire_me_btn img{
    width: 16px;
    height: 21px;
}
.hire_me_btn:hover{
    background: var(--green-800);
}
.hero_right{
    display: flex;
    justify-content: end;
}
.hero_thumb_wrapper{
    width: 100%;
    max-width: 600px;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    right: -31px;
}
.main_thumb_img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
}
.icons_thumb_img{
    width: 110px;
    height: 110px;
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
.icons_thumb_img, .complete_project{
    animation: bounce 10s linear infinite;
}
@keyframes bounce {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(-20px);
    }
    100%{
        transform: translateX(0px);
    }
}
  
.icons_thumb_img img{
    width: 100%;
    height: 100%;
}

.icon_one{
    left: 0;
    top: 20%;
}
.icon_two{
    right: 0px;
    top: 20%;
}
.complete_project{
    height: 95px;
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 10px 20px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
.complete_project img{
    width: 50px;
}
.complete_proj_num{
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1.1em;
}
.complete_title{
    font-size: 15px;
    color: var(--gray-800);
    line-height: 1.8em;
}
.icon_three{
    position: absolute;
    bottom: 0;
    right: 60px;
}
.navbar{
    flex: 0 0 auto;
    width: 66.6666666667%;
    display: flex;
    justify-content: center;
    max-width: 842.5px;
    padding-inline: 12px;
}
.navbar-toggler{
    background-color: #59C378;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-toggler .icon-bar{
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
}
.mobail-menu{
    display: none;
}
.last-angle{
    margin-bottom: 0px !important;
}

/* about_section_css */
.about_section{
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
    z-index: 1;
}
.about_conaitner_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_desc_para{
    font-size: 16px;
    line-height: 1.8em;
    color: var(--secondary-color);
}
.about_left{
    width: 41.6666666667%;
    position: relative;
    padding-inline: 11.25px;
}
.padding-x-0{
    padding-inline: 0px !important;
}
.about_exprience{
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
    -webkit-box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
    border-radius: 10px;
    padding: 50px;
    max-width: 350px;
    text-align: center;
    padding-bottom: 180px;
}
.about_exprience h2{
    font-size: 140px;
    font-weight: 700;
    color: #dfca08;
    line-height: 1.2;
    margin-bottom: 7.5px;
}
.about_desc{
    font-size: 18px;
    color: #585858;
    line-height: 1.5;
}
.clients_satisfections{
    position: absolute;
    width: 294px !important;
    height: 93.69px;
    bottom: 43px;
    right: 70px;
    border-radius: 12px;
    z-index: 9999;
    background: linear-gradient(90deg, rgb(223 223 235) 37%, rgba(255, 255, 255, 0.5242471988795518) 100%);
}
.clients_satisfections_inner{
    width: 290px !important;
    height: 90.69px;
    position: absolute;
    background: #ffffff;
    opacity: 1;
    z-index: -1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    top: 1.5px;
    left: 2px;
}
.Satisfections_total{
    font-weight: 700;
    font-size: 45px;
    line-height: 28px;
    color: var(--green-700);
    flex-basis: 50%;
    margin-bottom: 0;
    margin-right: 10px;
}
.Clients_desc{
    font-size: 16px;
    color: var(--gray-800);
    line-height: 1.8em;
}
.about_desc_typo_styles{
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 1.8em;
    margin-bottom: 15px;
}

.skills_cards_wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:0px 18px;
    margin-top: 40px;
}
.skill_card{
    max-width: 189.09px;
    width: 22.3333%;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 230, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}
.skill_card_two{
    background: linear-gradient(180deg, rgba(89, 195, 120, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}
.skills_inner{
    padding: 40px 5px;
    max-width: 146.63px;
    height: 161.13px;
    text-align: center;
    background-color: #fff;
    /* margin-inline: auto; */
    margin-top: 3px;
    border-radius: 12px;
    margin-inline: 3px;
}
.skill_full span{
    font-size: 35px;
    color: var(--primary-color);
    line-height: 1.1em;
    font-weight: 700;
}
.skill_99 span{
    font-size: 35px;
    color: var(--primary-color);
    line-height: 1.1em;
    font-weight: 700;
}
.skill_name{
    margin-top: 10px;
    font-size: 16px;
    color: var(--gold-800);
    line-height: 20px;
    font-weight: 400;
}
.skill_name_two{
    color: #4ec656 !important;
}
.skill_card_three{
    background: linear-gradient(180deg, rgba(221, 88, 79, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}
.skill_name_three{
    color: #dd584f99 !important;
}
.skill_card_four{
    background: linear-gradient(180deg, rgba(255, 154, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}

.skill_card_five{
    background: linear-gradient(180deg, rgba(0, 169, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}
.skill_card_six{
    background: linear-gradient(180deg, rgba(158, 0, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
}
.skill_name_four{
    color: #ffe60099 !important;
}
.skill_name_five{
    color: #00a9ff99 !important;
}
.skill_name_six{
    color: #9e00ff99 !important;
}
.about_right{
    width: 50%;
    padding-inline: 11.25px;
    padding-right: 0px !important;
}
.ab_shape{
    position: absolute;
    left: 0;
    bottom: -95%;
    z-index: -1;
}
.ab_shape_s2{
    position: absolute;
    right: -10%;
    bottom: -90%;
    z-index: -2;
    top: 0;
}
.ab_shape_s2 svg{
    width: 100%;
    height: 1005;
}
.line_shape_11{
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}
.line_shape_22{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* service_section */
.service_section{
    background: #fffbfb;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 90px !important;
}
.service_heading{
    text-align: center;
    margin-top: 10px;
}
.service_desc{
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 1.8em;
    width: 100%;
    max-width: 624.5px;
    margin-inline: auto;
    text-align: center;
}
.filter_service{
    margin-top: 60px;
}
.filter_button_group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-inline: 11.25px;
}
.filter_service_btn{
    width: auto;
    padding-inline: 30px;
    height: 65px;
    background: transparent;
    text-align: center;
    border-radius: 38px;
    line-height: 65px;
    color: #202020;
    border: 2px solid #dddbdb;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.checked_btn{
    border: 2px solid #59C378;
    color: #fff;
    background: #59C378;
}
.service_card_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 65px;
}
.service_card_outer{
    padding-inline: 11.25px;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.service_card{
    background: #fff;
    border: 2px solid #e7e2e2;
    border-radius: 12px;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 30px;
}
.icon{
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
.icon:hover{
    background-color: var(--green-700);
}
.icon img{
    width: 100%;
    max-width: 60px;
}
.service_title{
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    letter-spacing: -0.6px;
}
.service_card_desc, .experience_desc{
    color: var(--secondary-color);
    margin: 25px 0;
    line-height: 1.8em;
}
.service_card_desc{
    font-size: 16px;
    color: #888888;
    line-height: 1.8em;
    letter-spacing: 0.1px;
    margin-bottom: 27px;
    min-height: 115px;
}
.card_link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: 3px;
}
.card_link svg{
    width: 22px;
    height: 22px;
    transition: all .3s ease-in-out;
    transform: translateX(-18px);
}
.card_link:hover{
    color: var(--gold-800);
}
.card_link:hover svg{
    stroke: var(--gold-800);
    transform: translateX(-10px);
    position: relative;
}
.service_shape{
    position: absolute;
    left: 0;
    top: -60%;
    z-index: -1;
}
/* work_experience */
.experience_section{
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.experience_heading{
    text-align: center;
    margin-top: 10px;
}
.experience_desc{
    max-width: 637.5px;
    width: 100%;
    text-align: center;
    margin-inline: auto !important;
    width: 100%;
    font-size: 18px !important;
    line-height: 1.8em !important;
}
.experience_wrapper{
    margin-top: 60px;
}
.work_items{
    padding: 20px 70px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
.work_items:hover{
    border: 1px solid #494949;
}
.work_items_wrapper{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.margin-b-0{
    margin-bottom: 0px !important;
}
.exp_date{
    flex-basis: 20%;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: var(--primary-color);
}
.exp_logo{
    flex-basis: 15%;
}
.logo_exp{
    width: 82px;
    height: 82px;
    border-radius: 100%;
    overflow: hidden;
}
.logo_exp img{
    width: 100%;
    height: 100%;
}
.exp_position{
    flex-basis: 30%;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--primary-color);
}
.exp_position span{
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    color: #DD584F;
}
.exp_link{
    flex-basis: 18%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.exp_link a{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 12px;
}
.exp_link svg{
    width: 22px;
}
.exp_link a:hover{
    color: var(--gold-800);
}
.exp_link:hover svg{
    stroke: var(--gold-800);
    left: 5px;
    position: relative;
}
.bg_col_work_exp{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg_col_work_exp svg{
    width: 100%;
    height: 100%;
}
/* recent_work_section */
.recent_work_section{
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
    z-index: 1;
    overflow: hidden;
    /* 280 */
}
.recent_work_desc{
    max-width: 745px;
    text-align: left;
    width: 100%;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1.8em;
}
.recent_work_inner_section{
    position: relative;
}
.recent_work_header_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.recent_icon{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px dashed #dfca08;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent_icon_inner{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #faf8e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.recent_icon_inner img{
   width: 80px;
}
.splide__arrows{
    display: none;
}
/* .slider_arrows_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -120px;
    gap: 15px;
} */
.home_slider_container .splide__arrows{
    display: flex !important;
}
.home_slider_contain{
    width: 100%;
}
.home_slider_container .splide__arrow {
    width: 50px !important;
    height: 50px !important;
    background-color: transparent !important;
    border: 1px solid #59C378 !important;
    color: #59C378 !important;
    transform: translateY(0) !important;
}
.home_slider_container .splide__arrow--prev{
    left: unset !important;
}
.home_slider_container .splide__arrow--next {
    right: unset !important;
    margin-left: unset !important;
}
.home_slider_container .splide__arrows{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    left: unset !important;
    position: absolute;
    gap: 4px;
}
.home_slider_container .splide__track--draggable{
        padding-bottom: 70px !important;
}
.home_slider_container .splide__arrow {
    top: unset !important;
    bottom: unset !important;
    position: relative;
}
.recent_work_arrow{
    border: 1px solid var(--green-700) !important;
}
.recent_work_arrow svg{
    width: 16px !important;
    height: 16px !important;
}
.recent_work_arrow:hover{
    background-color: var(--green-700);
}
.recent_work_arrow:hover svg{
    stroke: #fff;
}
/* slider */
.blog_slider{
    position: relative;
}
.slider_container {
    width: 100%;
    height: auto !important;
    position: relative !important;
}
.sliderCard {
    max-width: auto;
    margin-right: 30px !important;
    height: 100% !important; 
    overflow: hidden;
    border-radius: 0px;
}
.sliderCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    transform: scale(1);
}
.splide__arrows{
    bottom: -40px !important;
    left: 50% !important;
}
.sliderCard:hover img {
    transform: scale(1.03);
}

.splide__pagination {
    display: none !important;
}
.splide__arrow{
    width: 50px !important;
    height: 50px !important;
    background-color: transparent !important;
    border: 1px solid #59C378 !important;
    color: #59C378 !important;
    transform: translateY(0) !important;
}
.splide__arrow--next {
    right: 45.7% !important;
    margin-left: 7px !important;
}
.splide__arrow--prev{
    left: 45.7% !important;
    margin-right: 7px !important;
}
.splide__arrow svg {
    fill: #59C378 !important;
}
.slider_image{
    width: 100%;
    height: 412.5px;
    overflow: hidden;
}
.splide__arrow {
    top: unset !important;
    bottom: -90px !important;
}
.slider_image{
    width: 100%;
}
.content_inner{
    padding-top: 30px;
}
.cards_titles{
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: var(--primary-color);
    transition: all 0.2s;
    cursor: pointer;
    margin-bottom: 7.5px;
}
.proj_slider_card:hover .cards_titles{
    color: var(--green-700);
}
.cards_info{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--secondary-color);
}
.link_dec_none{
    text-decoration: none;
}
.recent_bg_1{
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.recent_bg_lines-1{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.recent_bg_lines-1 img{
    width: 100%;
}
.recent_bg_lines-2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.recent_bg_lines-2 img{
    width: 100%;
}
.blog_arrows_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: absolute;
    width: 100%;
    top: 15%;
}
.blog_arrow{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(14, 29, 44, 0.15);
    background: #fff;
    box-shadow: 0 2px 10px rgba(14, 29, 44, 0.15);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_arrow svg{
    width: 27.85px;
    height: 27.85px;
}
.blog_arrow_prev{
    left: -100px !important;
    position: relative;
    transform:  rotate(325deg);
}
.blog_arrow_forward{
    right: -100px !important;
    position: relative;
    transform: rotate(325deg);
}
/*testimonial_section*/
.testimonial_section{
    position: relative;
    background-color: #fff;
}

.testimonial_wrap{
    position: relative;
    z-index: 91;
}
.testimonial_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial_left_container{
    flex: 0 0 auto;
    width: 50%;
}
.testimonial_left{
    position: relative;
    width: 474px;
    height: 469px;
    z-index: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.testimonial_left_inner{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.slider_img{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
}
.slider_img img{
    width: 100%;
    height: 100%;
}
.side_img_1{
    position: absolute;
    left: -35px;
    top: -25%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.side_img_co{
    overflow: hidden;
}
.side_img_co img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side_img_2{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    top: auto;
    left: -120px;
    bottom: 0;
    position: absolute;
}
.side_img_3{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    top: auto;
    left: 45%;
    right: 1px;
    bottom: -104px;
     position: absolute;
}
.side_img_4{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    top: auto;
    left: auto;
    right: -85px;
    bottom: 0;
     position: absolute;
}
.side_img_5{
    width: 80px;
    height: 80px;
    left: auto;
    right: -120px;
    top: -18%;
    position: absolute;
    overflow: hidden;
}
.side_img_5 img{
    border-radius: 100%;
}
.border_s1{
    position: absolute;
    left: -14%;
    top: -16%;
    width: 130%;
    height: 130%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: -1;
}
.border_s2{
    position: absolute;
    left: -28%;
    top: -30%;
    width: 160%;
    height: 160%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: -1;
}
.border_s3{
    position: absolute;
    left: -42%;
    top: -45%;
    width: 190%;
    height: 190%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: -1;
}
.side_shap_t{
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.testimonal_bg_left_shape{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 110%;
    background: #e9e9e9;
    top: -70px;
    z-index: 9;
    -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
}
.testi_right_bg{
    position: absolute;
    right: 0px;
    bottom: -4px;
}
.testi_right_bg img{
    width: 100%;
    height: 100%;
}
.testimonial_right_container{
    flex: 0 0 auto;
    width: 50%;
    padding-inline: 11.25px;
    margin-top: -40px;
    position: relative;
}
.testimonial_right_container .slider_review_slide{
    width: 100% !important;
}
.testimonial_right_container .splide__arrows {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
    width: 100% !important;
    left: unset !important;
    position: absolute;
    gap: 4px;
    bottom: 0px !important;
}
.testimonial_right_container .splide__arrow {
    top: unset !important;
    bottom: unset !important;
    position: relative;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.testimonial_right_container  .splide__arrow--prev {
    left: unset !important;
}
.testimonial_right_container .splide__arrow--next {
    right: unset !important;
    margin-left: unset !important;
}
.testimonial_right_container .splide__arrow svg {
    fill: #000 !important;
}
.testimonial_right_container .splide__slide {
    height: auto !important;
    max-height: fit-content;
}
.testimonial_text h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 52px;
    color: #202020;
    margin-bottom: 20px;
}
.testimonial_desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}
.from_desc{
    margin-top: 30px;
}
.from_desc h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}
.from_desc span{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--secondary-color);
    display: block;
    position: relative;
    top: 3px;
    margin-top: 4px;
}
.arrow_forward, .arrow_prev{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.arrow_forward svg{
    width: 14px;
    height: 14px;
}
.arrow_prev svg{
    width: 14px;
    height: 14px;;
}
/* lastest_new_section/Blog_section */
.blog_section {
    padding-bottom: 270px !important;
    position: relative;
    overflow: hidden;
}
.blog_heading{
    text-align: center;
    margin-top: 10px;
}
.blog_desc{
    width: 100%;
    max-width: 518.13px;
    margin-inline: auto;
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--secondary-color);
    line-height: 1.8em;
}
.blog_img{
    width: 100%;
    height: 267.57px;
    overflow: hidden;
}
.blog_content_sec{
    padding: 30px 30px 30px 0px;
}
.blog_content_sec span{
    color: #fff;
    padding: 5px 10px;
    background: #3C3C3C;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}
.blog_title{
    margin-bottom: 20px;
    margin-top: 15px;
}
.blog_title a{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    transition: all 0.2s;
}
.blog_title a:hover{
    color: #3faf60;
}
.details_link{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: all 0.2s;
    text-decoration: none;
    color: var(--primary-color);
    margin-left: 14px;
}
.details_link svg{
    width: 16px;
    transition: all 0.2s;
    transform: translateX(-14px);
}
.details_link:hover svg{
    color: var(--gold-800);
    transform: translateX(-7px);
}
.details_link:hover{
    color: var(--gold-800);
}
.blog_bg_shade{
    position: absolute;
    bottom: -75%;
    right: 0;
    z-index: -1;
}
/* footer_section */
.footer_section {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 67px;  
    background: rgb(17,17,18);
    background: linear-gradient(90deg, rgba(32,32,32,1) 17%, rgba(20,56,20,1) 43%, rgba(32,32,32,1) 87%)
}
.contact_banner{
    position: absolute;
    width: 100%;
    top: -305px;
    z-index: 10;
    background: #FF4155;
    padding: 80px 165px;
    position: relative;
    z-index: 9999;
    padding-left: 0;
    height: 347px;
    background-image: url(./images/footer_contact_bg.png);
}
.contact_banner::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./images/footer-before-img.png);
    background-color: #ff4155;
    left: -40%;
    top: 0;
    content: "";
    background-size: cover;
    z-index: -1;
}
.inner_contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_contents h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    max-width: 555px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.footer_contact_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #202020;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 15px 15px;
    border: none;
    width: 185.8px;
    height: 54px;
    cursor: pointer;
    transition: .3s ease;
}
.footer_contact_btn:hover{
    background-color: #2b2a2a;
}
.footer_contact_btn svg{
    width: 18px;
}
.container_left{
    width: 100%;
}
.footer_inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: -175px;
    overflow: hidden;
    position: relative;
    top: -28px;
}
.footer_about{
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-right: 75px;
    position: relative;
    top: -12px;
}
.footer_about::after{
    content: "";
    background: #ffffff0d;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 9999;
}
.footer_logo{
    margin-bottom: 11px;
}
.site_logo{
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 1px;
}
.site_logo span{
    color: #49C378;
}
.footer_about_desc{
    margin-bottom: 0.8em;
    line-height: 1.9em;
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
    letter-spacing: 0.09px;
}
.footer_social_icon_wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    position: relative;
    top: 3px;
}
.footer_icons svg{
    width: 16px;
    height: 16px;
    transition: all 0.2s;
    fill: #fff;
}
.footer_icons:hover svg{
    fill: var(--gold-800);
}
.link_col_one{
    flex: 0 0 auto;
    width: 33.3333%;
    padding-inline: 11.25px;
    padding-left: 100px;
}
.widget-title{
    margin-bottom: 30px;
}
.widget-title h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.4px;
    line-height: 1.2;
}
.link_wrapper{
    list-style: none;
}
.link_wrapper li{
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 17px;
    line-height: 1.5;
}
.link_wrapper li:hover::before{
    background-color: #59C378;
}
.link_wrapper li::before{
    content: "";
    background-color: #fff;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link_wrapper li a{
    font-size: 16px;
    color: #fff;
    transition: all 0.2s;
    text-decoration: none;
}
.link_wrapper li a:hover{
    color: #59C378;
}

.link_col_three{
    flex: 0 0 auto;
    width: 33.333%;
    padding-inline: 11.25px;
    padding-left: 17.25px;
}
.new_desc{
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 1.8em;
    color: #fff;
    margin-bottom: 25px;
}
.footer_input_wrapper{
    position: relative;
}

.input_mail input{
    width: 100%;
    max-width: 307.5px;
    background-color: #232925;
    height: 50px;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #222623;
    box-shadow: none;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    outline: none;
}
.submit_icon{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.submit_icon button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.submit_icon button img{
    width: 24px;
}
.footer_bottom_inner{
    height: 72px;
    padding-block: 20px;
    border-top: 1px solid #ffffff0d;
}
.footer_bottom{
    background-color: var(--primary-color);
}
.footer_bottom_inner p{
    padding-top: 9px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
/* mobile-nav */
.mobile_menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 99999;
    background-color: #1e1e1e;
    display: none;
    opacity: 0;
    transform: translateX(-100%);
}
.toggle_nav {
    transform: translateX(0);
    opacity: 1;
    display: block;
    transition: .4s ease-in-out;
}
.sm_menu_header{
    padding: 30px;
    display: flex;
    justify-content: end;
}
.close_btn{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: end;
    cursor: pointer;
}
.close_btn svg{
    width: 24px;
    height: 24px;
}
.sm_menu_list{
    list-style:none;
}
.sm_menu_links{
    padding: 15px 30px;
    cursor: pointer;
}
.sm_menu_links:hover{
    background-color: #49C378;
}
.sm_menu_links a{
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

/* scroll_top */
.scroll_top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
    outline: none;
    background-color: #59c378b3;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .5s;
    border: 2px solid #59C378;
}
.scroll_top:hover{
    background-color: #59c378b3;
}
.scroll_top img{
    width: 18px;
    height: 18px;
}
/* contact_page */
.contact_bg_img{
    background: url(./images/drak_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 352px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin-top: 92px;
}
.header_contact{
    background-color: #fff;
    height: 92px;
    box-shadow: 0 -5px 15px #086ad84a;
}
.contact_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact_title{
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 900;
}
.proj_title{
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: center;
    max-width: 992px;
}
.inner_link a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding-inline: 5px;
}
.link_home{
    transition: all .3s;
}
.link_home:hover{
    color: var(--green-700);
}
.inner_link span{
    color: #fff;
    font-size: 20px;
}
.contact_cards_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_cards{
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-inline: 11.25px;
}
.contact_info{
    text-align: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 40px;
    background: #fffbfb;
}
.info_icon{
    width: 85px;
    height: 85px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
.info_icon img{
    width: 35px;
    height: 35px;
}
.contact_card_container_padding{
    padding-bottom: 100px !important;
}
.card_title{
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
    color: var(--primary-color);
    line-height: 36px;
    text-align: center;
}
.card_desc{
    font-size: 16px;
    color: #888888;
    line-height: 1.8em;
    width: 100%;
    max-width: 260px;
    margin-inline: auto;
}
.emial_link{
    display: flex;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    color: #888888;
    line-height: 1.8em;
    width: 100%;
    transition: .3s ease;
}
.emial_link:hover{
    color: #49C378;
}
.contact_form_title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px !important;
    line-height: 41.999px;
    letter-spacing: 1px;
}
.form_desc{
    width: 100%;
    max-width: 440px;
    text-align: center;
    margin-inline: auto;
    font-size: 16px;
    color: #888888;
    line-height: 1.8em;
    margin-bottom: 50px;
}
.form_area{
    padding: 50px;
    background: #fffbfb;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 99;
    max-width: 1077.5px;
    width: 100%;
    margin-inline:auto;
}
.form_area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form_area input{
    background: transparent;
    width: 97%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
    color: #888888;
    margin-bottom: 25px;
    font-family: "Inter", sans-serif;
}
.form_area input:focus{
    outline: 1px solid var(--green-700);
}
.input_wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0px 30px;
}
.text_area{
    width: 100%;
}
.text_area textarea{
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding: .375rem .75rem;
    border: 1px solid #ebebeb;
    color: #888888;
    height: 180px;
    width: 100%;
}
.submit_contact_btn{
    background: #59C378;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-inline: auto;
    margin-top: 25px;
    cursor: pointer;
}
.submit_contact_btn img{
    width: 21px;
}
.submit_contact_btn:hover{
    background-color: #46bc69;
}
.container{
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.container_bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.map_area{
    width: 100%;
    margin-top: -132px;
}
.services_dropdown{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.services_dropdown img{
    position: absolute;
    top: 21%;
    right: 20px;
    width: 16px;
    cursor: pointer;
}
.services_dropdown select{
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
    color: #888888;
    margin-bottom: 25px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}
.services_dropdown select:focus{
    outline: 1px solid var(--green-700);
}
.input_wrapper{
    width: 100%;
}
select {
    appearance: none;
}
.container_contact{
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 0px !important;
}
.brand_logo_h_img{
    height: 50px;
    margin-right: 180px;
}
.barnd_logos_sec{
    padding-bottom: 100px;
    padding-top: 40px;
}

/* mediaQuery_start */
@media (max-width: 1536px){
    .hero_right {
        justify-content: end;
    }
    .hero_thumb_wrapper {
        right: 0px;
    }
    .blog_arrow_prev {
        left: -20px !important;
    }
    .blog_arrow_forward {
        right: -20px !important;
    }
}
@media (max-width: 1440px){
    .nav_links a {
        padding: 32px 15px;
    }
    .header_wrapper {
        height: auto;
        padding-left: 11.25px;
    }
    .hero_right {
        justify-content: center;
    }
    .sticky_header.show {
        height: auto;
    }
    .blog_title a{
        font-size: 22px;
    }
    .hero_thumb_wrapper {
        right: 10px;
    }
    .testimonial_left{
        left: -6px;
    }
}
@media (max-width:1399px){
    .container_xl{
        max-width: 1164px;
        padding-inline: 0px;
    }
    .container_xxl{
        max-width: 1187px !important;
    }
    .hero_thumb_wrapper {
        max-width: 500px;
        height: 500px;
        right: 0px;
    }
    .download_resume_btn {
        width: 122.16px;
        height: 44px;
        gap: 9px;
    }
    .skill_card {
        width: 30.333333%;
    }
    .skills_inner {
        max-width: 173.09px;
        margin-top: 2px;
    }
    .testimonial_left {
        width: 358px;
    }
    .cards_titles{
        font-size: 22px;
    }
}
@media (max-width:1220px){
    .blog_arrow_prev {
        left: -10px !important;
    }
    .blog_arrow_forward {
        right: -5px !important;
    }
}
@media (max-width:1199px){
    .container_xl{
        max-width: 960px;
        padding-inline: 0;
    }
    .container_xxl{
        max-width: 983px !important;
    }
    .hero_thumb_wrapper {
        max-width: 450px;
        height: 450px;
    }
    .skills_inner {
        padding: 30px 20px;
        max-width: 100%;
        margin: 3px 3px 0 3px;
    }
    .skill_card {
        width: 33.3333333%;
        max-width: 128.34px;
    }
    .about_desc_typo_styles{
        padding-right: 14px;
    }
    .clients_satisfections {
        bottom: 45px;
        right: 17px;
    }
    .about_conaitner_wrapper {
        align-items: center;
    }
    .service_card {
        padding: 30px 20px;
    }
    .service_title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .service_card_desc, .experience_desc{
        margin: 15px 0;
        font-size: 14px;
    }
    .card_link{
        font-size: 15px;
    }
    .exp_date {
        font-size: 20px;
    }
    .exp_position {
        font-size: 20px;
    }
    .footer_about{
        padding-inline: 11.25px;
    }
    .link_col_1{
        padding-left: 20px;
    }
    .inner_contents h2 {
        font-size: 36px;
        line-height: 50px;
        max-width: 428px;
        padding-left: 12px;
        letter-spacing: 1px;
    }
    .contact_banner {
        top: -331px;
        height: auto;
        width: 98.9%;
    }
    .testimonial_left {
        width: 301px;
    }
    .blog_arrow_prev {
        left: -9px !important;
    }
    .blog_arrow_forward {
        right: -9px !important;
    }
    .hero_container{
        height: 878px;
    }
    .nav_links a {
        padding: 32px 10px;
    }
    .hero_title{
        font-size: 65px;
        margin-bottom: 10px;
        line-height: 75px;
    }
    .hero_sub_title {
        font-size: 28px;
    }
    .icon_three {
        right: 40px;
    }
    .hero_span {
        font-size: 45px;
    }
    .download_resume_wrapper {
        margin-right: 8px;
    }
    .cards_titles{
        font-size: 20px;
        line-height: 30px;
    }
    .contact_cards{
        width: 50%;
        margin-bottom: 30px;
    }
    .contact_cards_wrapper{
        justify-content: unset;
    }
    .container_contact{
        max-width: 800px !important;
    }
    .contact_card_container_padding{
        padding-bottom: 70px;
    }
    .about_left{
        top: 7px;
    }
    .skills_inner{
        height: 142.13px;
    }
    .skill_name{
        margin-top: 12px;
    }
    .service_heading{
        font-size: 35px;
    }
    .headings{
        font-size: 35px;
    }
    .experience_inner{
        padding-inline: 11.25px;
    }
    .sliderCard{
        width: 292.5px;
        max-width: 292.5px !important;
    }
    .slider_image{
        height: 292.5px !important;
    }
    .slider_container{
        padding-inline: 11.25px;
    }
    .blog_section .sliderCard{
        width: 50% !important;
        max-width: 50% !important;
    }
    .blog_desc{
        max-width: 378px;
    }
    .blog_img{
        height: 294px;
    }
    .footer_inner{
        top: -23px;
    }
    .link_col_three, .link_col_one{
        padding-left: 11.25px;
    }
    .footer_about::after{
        display: none;
    }
    .link_col_there{
        padding-left: 0px !important;
    }
    .submit_icon button img{
        width: 20px;
        height: 20px;
    }
    .footer_section{
        padding-top: 50px;
    }
    .blog_section{
        padding-bottom: 360px;
    }
    .input_mail input{
        max-width: 100%;
    }
    .contact_bg_img {
        min-height: 348px;
    }
    .card_desc{
        max-width: 100%;
    }
    .contact_card_container_padding {
        padding-bottom: 70px !important;
    }
    .footer_section_contact{
        padding-top: 24px !important;
    }
    .footer_contact_inner{
        padding-top: 64px !important;
    }
    .site_logo {
        font-size: 38px;
    }
    .work_items {
        padding: 30px 20px;
    }
}
@media (max-width: 1040px){
    .testimonial_inner {
        flex-direction: column;
    }
    .testimonal_bg_left_shape{
        display: none;
    }
    .testimonial_left_container {
        width: 100%;
    }
    .testimonial_right_container {
        width: 100%;
        margin-top: 40px;
    }
    .testimonial_left {
        width: 100%;
    }
    .testimonial_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testimonial_section{
        overflow: hidden;
    }
    .hero_wrapper {
        padding-top: 52px;
    }
    .hero_thumb_wrapper {
        right: 3px;
    }
    .icon_three {
        right: 45px;
    }
    .hero_left {
        margin-top: -51px;
    }
    .clients_satisfections{
        padding-right: 70px;
    }
    .about_left{
       top: 0px
    }
    .service_desc{
        width: 50%;
    }
    .experience_desc{
        max-width: 50%;
    }
    .recent_work_desc{
        max-width: 600px;
    }
    .recent_work_header_wrapper{
        padding-inline: 11.25px;
    }
    .barnd_logos_sec{
        padding-bottom: 40px;
    }
}
@media (max-width: 1023px){
    .blog_arrow_forward {
        right: 0px !important;
    }
    .blog_arrow_prev {
        left: 0px !important;
    }
    .about_desc_typo_styles{
        padding-right: 0px;
    }
}
@media (max-width:991px){
    .header{
        padding-block: 11.95px;
    }
    .full_w_sm{
        max-width: 100% !important;
    }
    .container_xl{
        max-width: 720px;
        padding-inline: 11.25px;
    }
    .container_xxl{
        max-width: 743px !important;
    }
    .hero_thumb_wrapper {
        max-width: 450px;
        height: 450px;
    }
    .navbar{
        display: none;
    }
    .hero_wrapper{
        flex-direction: column;
    }
    .hero_container {
        height: 950px;
    }
    .hero_left, .hero_right {
        text-align: center;
        width: 100%;
    }
    .hero_thumb_wrapper, .hire_me_btn{
        margin-inline: auto;
    }
    .hero_span{
        font-size: 35px;
        line-height: 45px;
    }
    .hero_title{
        font-size: 45px;
        line-height: 45px;
    }
    .hero_sub_title{
        font-size: 22px;
        line-height: 39px;
    }
    .hero_desc{
        width: 100%;
        max-width: 697.5px;
        margin-inline: auto;
    }
    .hire_me_btn{
        width: 100%;
        max-width: 167.31px;
        height: 57px;
        font-size: 18px;
    }
    .icon_one{
        top: 15%;
    }
    .icon_two{
        top: 15%;
    }
    .icon_three{
        right: 0;
        bottom: 40px !important;
    }
    .download_resume_btn {
        width: 129.92px;
        height: 47px;
    }
    .hero_wrapper{
        padding-top: 140px;
    }
    .about_conaitner_wrapper {
        align-items: unset;
        flex-direction: column;
    }
    .about_left {
        width: 100%;
        max-width: 480px;
        margin-bottom: 50px;
    }
    .about_right {
        width: 100%;
        margin-left: unset;
    }
    .skill_card {
        width: 23.33%;
        max-width: unset;
    }
    .skills_cards_wrapper {
        gap:0px 15px;
    }
    .service_card_outer {
        width: 50%;
    }
    .service_card_wrapper {
        justify-content: unset;
    }
    .filter_button_group {
        gap: 20px;
    }
    .filter_service_btn{
        padding-inline: 20px;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
    }
    .exp_date {
        font-size: 16px;
    }
    .exp_position {
        font-size: 16px;
    }
    .exp_position span{
        font-size: 14px;
        margin-top: 5px;
    }
    .exp_link {
        gap: 5px;
    }
    .exp_link a {
        font-size: 14px;
        white-space: nowrap;
    }
    .footer_about {
        flex: 0 0 auto;
        width: 50%;
        padding-inline: 11.25px;
        margin-bottom: 75px;
    }
    .link_col_one {
        width: 50%;
        padding-inline: 11.25px;
        margin-bottom: 70px;
    }
    .link_col_1{
        padding-left: 160px;
    }

    .link_col_three{
        width: 50%;
        padding-inline: 11.25px;
        margin-bottom: 70px;
    }
    .contact_banner{
        display: none;
    }
   
    .mobail-menu{
        display: block;
    }
    .recent_work_header_wrapper{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .recent_icon{
        margin-top: 20px;
        background-color: #fdfcf1;
        margin-inline: auto;
    }
    .recent_work_heading, .recent_work_desc{
        text-align: center;
    }
    .section_padding {
        padding-block: 90px;
    }
    .download_resume_wrapper {
        margin-right: 0px;
    }
    .download_resume_wrapper {
        padding-inline: 0px;
    }
    .download_resume_wrapper{
        width: unset;
    }
    .logo{
        margin-left: 37px;
    }
    .blog_arrow_forward {
        right: -20px !important;
    }
    .blog_arrow_prev {
        left: -20px !important;
    }
    .blog_section {
        padding-bottom: 177px !important;
    }
    .contact_card_container_padding{
        padding-bottom: 60px !important;
    }
    .scroll_top{
        width: 35px;
        height: 35px;
    }
    .footer_section{
        padding-top: 0px;
    }
    .download_resume_btn{
        font-size: 18px;
        padding-right: 20px;
        gap: 5px;
    }
    .logo {
        margin-left: 53px;
        width: unset;
    }
    .hero_thumb_wrapper{
        width: 384px;
        height: 384px;
    }
    .hero_wrapper {
        padding-top: 115px;
        gap: 30px 10px;
    }
    .icons_thumb_img {
        width: 95px;
        height: 95px;
        padding: 15px;
        border-radius: 15px;
    }
    .hero_thumb_wrapper {
        right: 0px;
    }
    .complete_proj_num{
        text-align: left;
    }
    .clients_satisfections{
        right: 0;
    }
    .about_right{
        padding-right: 11.25px !important;
    }
    .service_desc{
        width: 100%;
        max-width: 697px;
        padding-inline: 11.25px;
    }
    .experience_desc, .recent_work_desc, .recent_work_desc{
        max-width: 100%;
    }
    .experience_inner{
        padding-inline: 0px;
    }
    .sliderCard{
        width: 50% !important;
        max-width: 333.75px !important;
    }
    .slider_image{
        height: 216px !important;
    }
    .slider_container{
        padding-inline: 0px;
    }
    .blog_desc{
        max-width: 100%;
    }
    .blog_img{
        height: 216px;
    }
    .footer_section{
        background: linear-gradient(182deg, rgb(35 49 32 / 94%) 17%, rgb(34 41 34) 43%, rgb(33 29 29) 87%);
        padding-bottom: 23px;
    }
    .footer_inner{
        padding-top: 90px;
        top: 0;
    }
    .padding-sm-0{
        padding-inline: 0px !important;
    }
    .footer_bottom_inner p{
        padding-block: 10px;
    }
    .blog_bg_shade{
        display: none;
    }
    .home_slider_container .splide__track--draggable {
        padding-bottom: 55px !important;
    }
    .recent_work_section{
        padding-bottom: 120px !important;
    }
}
@media (max-width:767px){
    .container_xl{
        max-width: 540px;
        padding-inline: 11.25px;
    }
    .container_xxl{
        max-width: 563px !important;
    }
    .hero_wrapper {
        gap: 20px 10px;
    }
    .hero_thumb_wrapper {
        max-width: 400px;
        height: 400px;
    }
    .hire_me_btn {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        max-width: 140.36px;
        height: 45px;
        padding-inline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }
    .hero_desc {
        max-width: 517px;
        padding-right: 0px;
    }
    .download_resume_btn {
        width: 99.39px;
        height: 41px;
        font-size: 14px;
    }
    .logo {
        font-size: 24px;
    }
    .clients_satisfections {
        bottom: 38px;
        right: 13px;
    }
    .headings {
        font-size: 35px;
    }
    .service_card_outer {
        width: 100%;
    }
    .filter_service_btn {
        min-width: 160px;
        height: 53px;
        line-height: 14px;
        font-size: 14px;
        padding-inline: 20px;
    }
    .filter_button_group{
        gap: 10px;
    }
    .service_card_wrapper {
        margin-top: 35px;
    }
    .exp_date {
        flex-basis: 50%;
    }
    .exp_logo{
        flex-basis: 50%;
        display: flex;
        justify-content: end;
    }
    .exp_position{
        flex-basis: 50%;
    }
    .exp_link{
        flex-basis: 50%;
        display: flex;
        justify-content: end;
    }
    .work_items_wrapper {
        flex-wrap: wrap;
    }
    .footer_about {
        width: 100%;
        margin-bottom: 0px;
    }
    .link_col_one {
        width: 100%;
        margin-bottom: 60px;
    }
    .link_col_1{
        padding-left: 0px;
    }

    .link_col_three{
        width: 100%;
        margin-bottom: 60px;
    }
    .border_s1 {
        left: -11%;
        top: -11%;
        width: 122%;
        height: 122%;
    }
    .border_s2 {
        left: -24%;
        top: -24%;
        width: 147%;
        height: 147%;
    }
    .border_s3 {
        left: -36%;
        top: -36%;
        width: 170%;
        height: 170%;
    }
    .testimonial_left {
        left: 0px;
        height: 311px;
    }
    .side_img_5 {
        right: -41px;
    }
    .side_img_2 {
        left: -51px;
    }
    .testimonial_left_inner{
        width: 180px;
        height: 180px;
    }
    .slider_img {
        width: 100%;
        height: 100%;
    }
    .side_img_1 {
        width: 60px;
        height: 60px;
    }
    .side_img_2, .side_img_5 {
        width: 60px;
        height: 60px;
    }
    .side_img_3, .side_img_4 {
        width: 40px;
        height: 40px;
    }
    .side_img_3{
        bottom: -59px;
    }
    .side_img_4 {
        right: -43px;
    }
    .section_padding {
        padding-block: 80px;
    }
    .blog_arrows_wrapper{
        display: none;
    }
    .hero_inner_container{
        justify-content: unset;
        align-items: unset;
    }
    .hero_container{
        height: 1054px;
    }
    .shape_bg_2{
        top: 56%;
    }
    .download_resume_btn img {
        height: 16px;
    }
    .headings {
        font-size: 32px;
        line-height: 32px;
    }
    .testimonial_text h4 {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }
    .testimonial_desc{
        text-align: center;
    }
    .from_desc h3{
        justify-content: center;
    }
    .pricing_price {
        padding-bottom: 0px;
    }
    .blog_title a {
        font-size: 20px;
    }
    .footer_about{
        margin-bottom: 60px;
    }
    .widget-title h3 {
        font-size: 22px;
    }
    .link_wrapper li a {
        font-size: 14px;
    }
    .footer_section{
        padding-bottom: 10px !important;
    }
    .contact_cards {
        width: 100%;
        margin-bottom: 30px;
    }
    .container_contact{
        max-width: 540px !important;
    }
    .submit_contact_btn{
        margin-bottom: 25px;
        padding: 12px 18px;
    }
    .contact_bg_img {
        min-height: 250px;
        margin-top: 82px;
    }
    .contact_title, .proj_title{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .inner_link a{
        font-size: 18px;
    }
    .form_desc{
        margin-bottom: 30px;
    }
    .contact_card_container_padding{
        padding-bottom: 30px !important;
    }
    .sticky_header.show {
       height: 82px;
       display: flex;
       align-items: center;
    }
    .hero_left {
        margin-top: 0px;
    }
    .adventage_title{
        font-size: 35px !important;
    }
    .filter_service{
        margin-top: 40px;
    }
    .service_section{
        padding-bottom: 50px !important;
    }
    .experience_wrapper{
        margin-top: 40px;
    }
    .sliderCard{
        width: 100% !important;
        max-width: 517.5px !important;
    }
    .slider_image{
        height: auto !important;
    }
    .recent_work_header_wrapper{
        margin-bottom: 30px;
    }
    .testimonial_right_container .slider_arrows_testimonial{
        display: none !important;
    }
    .blog_section .sliderCard{
        width: 100% !important;
        max-width: 100% !important;
    }
    .blog_img{
        height: auto !important;
    }
    .blog_desc{
        margin-bottom: 40px;
        padding-inline: 4px;
    }
    .blog_section .splide__pagination{
        display: none !important;
    }
    .blog_section {
        padding-bottom: 167px !important;
    }
    .footer_logo, .widget-title{
        margin-bottom: 20px;
    }
    .footer_social_icon_wrapper{
        top: 0;
        padding-top: 8px;
    }
    .site_logo{
        font-size: 32px;
        line-height: 38px;
    }
    .footer_icons svg{
        width: 14px;
        height: 14px;
    }
    .link_wrapper li::before{
        top: 11px;
    }
    .link_wrapper li{
        margin-bottom: 14px;
    }
    .widget-title{
        margin-bottom: 19px;
    }
    .link_col_one, .link_col_two{
        margin-bottom: 45px;
    }
    .input_mail input{
        max-width: 100%;
    }
    .submit_icon button img {
        width: 24px;
        height: 24px;
        right: 4px;
        position: relative;
    }
    .footer_contact_inner{
        padding-top: 56px !important;
    }
    .skill_card {
        width: 31.33%;
        max-width: unset;
    }
    .barnd_logos_sec{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .testimonial_right_container .splide__arrows{
        display: none !important;
    }
    .testimonial_right_container  .splide__pagination{
        display: flex !important;
        bottom: -44px !important;
    }
    .testimonial_right_container .splide__pagination__page{
        width: 15px !important;
        height: 5px !important;
        border-radius: 0px !important;
        margin-right: 5px !important;
    }
    .testimonial_right_container .splide__pagination__page.is-active{
        background: var(--green-700) !important;
        transform: scale(1) !important;
        z-index: 1;
        width: 15px !important;
        height: 5px !important;
    }
    .from_desc span{
       text-align: center;
    }
}
@media (max-width: 600px){
    .input_wrapper {
        flex-direction: column;
    }
    .form_area{
        padding: 50px 30px 30px;
    }
}
@media (max-width:575px){
    .container_xl {
        max-width: 100%;
        padding-inline: 11.25px;
    }
    .container_xxl{
        max-width: 100% !important;
    }
    .hero_wrapper {
        gap: 88px 10px;
        padding-top: 0px;
    }
    .hero_thumb_wrapper {
        max-width: 300px;
        height: 300px;
    }
    .icons_thumb_img{
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }
    .complete_proj_num {
        font-size: 20px;
        text-align: left;
    }
    .complete_project img {
        width: 100%;
        max-width: 40px;
    }
    .skill_card {
        width: 45.33%;
        max-width: unset;
    }
    .about_exprience {
        padding: 30px;
        padding-bottom: 160px;
    }
    .about_exprience h2 {
        font-size: 90px;
    }
    .about_desc_typo_styles {
        margin-bottom: 40px;
    }
    .service_card_outer {
        padding-inline: 0px;
    }
    .filter_button_group {
        flex-wrap: wrap;
        gap: 5px 10px;
    }
    .hero_left{
        padding-top: 115px;
    }
    .skills_cards_wrapper{
        justify-content: center;
    }
    .headings {
        font-size: 22px;
        line-height: 26px;
    }
    .contact_form_title{
        font-size: 25px !important;
    }
    .icon_one, .icon_two {
        top: 10% !important;
    }
    .complete_project{
        height: 80px;
    }
    .icon_three {
        bottom: 25px !important;
    }
    .hero_container {
        height: 999px;
    }
    .service_card_wrapper{
        padding-inline: 11.25px;
    }
    .splide__pagination__page{
        width: 12px !important;
        height: 12px !important;
        background-color: #efefef !important;
        margin: 5px !important;
    }
    .splide__pagination{
        display: flex !important;
        top: 54px !important;
        position: relative !important;
    }
    .splide__pagination__page.is-active {
        width: 9px !important;
        height: 9px !important;
        background-color: var(--green-700) !important;
    }
    .footer_inner{
        padding-top: 80px;
    }
    .footer_section {
        background: #202020;
    }
    .hero_wrapper {
        gap: 51px 10px;
    }
    .header_wrapper{
        padding-left: 0px;
    }
    .filter_service_btn{
        width: 100%;
        max-width: 190px;
    }
    .home_slider_container .splide__arrows{
        display: none !important;
    }
    .home_slider_container .splide__track--draggable {
        padding-bottom: 0px !important;
    }
}
@media (max-width:530px){
    .hero_span {
        font-size: 25px;
        line-height: 35px;
    }
    .hero_title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    .hero_sub_title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .hero_desc {
        font-size: 15px;
        line-height: 28px;
    }
    .icon_one {
        left: 0;
        top: 20%;
    }
    .clients_satisfections {
        bottom: 38px;
        right: 0px;
    }
    .header {
        padding-block: 10px;
    }
}
@media (max-width:500px){
    .clients_satisfections {
        right: 15.25px;
        bottom: 42px;
    }
}

@media (max-width: 450px){
    .exp_date{
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .exp_logo {
        flex-basis: 100%;
        justify-content: center;
    }
    .exp_position {
        flex-basis: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .exp_link {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .download_resume_btn{
        gap: 2px;
    }
    .logo {
        margin-left: 18px;
    }
}
@media (max-width:412px){
    .filter_service_btn{
        width: 100%;
        max-width: 340px;
    }
}
@media (max-width: 403px){
    .hero_wrapper {
        gap: 60px 10px;
    }
    .skill_card {
        width: 44.33%;
    }
    .splide__pagination{
        top: 44px !important;
    }
    @keyframes bounce {
        0%{
            transform: translateX(0px);
        }
        50%{
            transform: translateX(-5px);
        }
        100%{
            transform: translateX(0px);
        }
    }
}
@media(max-width:374px){
    .logo{
        font-size: 20px;
    }
}
