.innerBanner {
    /* background-image: url(../images/InnerpagesBanner/innerBanner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* padding-top: 268px;
    padding-bottom: 156px; */
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
}
.innerBanner.blogsBanner{
    background-image: url(../images/InnerpagesBanner/inner-banner2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_banner_bg {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
}
.inner_banner_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innerBanner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ee4223ab 0%, #00000000 68%);
    top: 0;
    left: 0;
    z-index: -1;
}
.sidebar_menu {
    list-style: none;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.sidebar_menu_item a {
    background: var(--color1);
    padding: 10px 12px 10px 24px;
    display: block;
    margin: 18px 0;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: var(--color2);
    font-size: 18px;
    transition: 0.3s;
}
.sidebar_menu_item a:hover{
    background: var(--color3);
    color: var(--color1);
}
.sidebar_menu_item a:hover i{
    background: var(--color1);
    color: var(--color3);
}
.sidebar_menu_item i {
    background: var(--color3);
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color1);
    transition: 0.3s;
}
.sidebar_title_box {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 14px;
    background-image: url(../images/backdrop2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar_title_box .sidebar_titel {
    font-size: 23px;
    color: var(--color1);
}
.main_service .side_box{
    background-image: url(../images/home-images/ecommerce.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.main_service .side_box h6{
    color: var(--color1);
    font-size: 34px;
}
.main_service .side_box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ab 0%, #00000000 68%);
    top: 0;
    left: 0;
    z-index: -1;
}
.inner_content_title {
    font-size: 35px;
    margin-bottom: 17px;
    font-weight: 400;
}
.inner_content_subtitle {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 17px;
}
.main_service .col-right{
    padding-left: 4rem;
}
.spacer{
    height: 34px;
}
.inner_content_subtitle2 {
    font-size: 22px;
    font-weight: 400;
}
/* ------- about us css start ------- */
.aboutUs-section .container {
    width: 76%;
    box-shadow: 0 4px 27px 0 #e2e2e2bd;
    border-radius: 30px;
    overflow: hidden;
}
.aboutUs-section .about_image{
    height: 540px;
}
.aboutUs-section .about_image img{
    height: 100%;
    object-fit: cover;
}
.company_value{
    background-image: url(../images/backdrop1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_listBox {
    display: flex;
    flex-wrap: wrap;
}
.about_list {
    width: 46%;
    box-shadow: rgba(186, 186, 186, 0.55) 0px 3px 16px -4px;
    display: flex;
    align-items: center;
    background: var(--color1);
    padding: 22px;
    border-radius: 20px;
    margin: 10px 9px;
    gap: 25px;
    transition: 0.3s;
}
.about_list .aboutList_title{
    font-size: 18px;

}
.about_icon {
    width: 47px;
}
.what-we-do .common_img{
    height: 670px;
}
.what-we-do .common_img img{
    position: sticky;
    top: 70px;
}
/* ------- about us css end ------- */

/*===== form start =====  */
.contact_section .container {
    /* background: var(--color5); */
    /* padding: 60px; */
    /* border-radius: 30px; */
    margin-top: 70px;
}
.phone_input .iti{
    width: 100%;
}
.phone_input{margin-bottom: 33px;}
.form2 .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 33px;
    color: grey;
}
.form2 .form-control::placeholder{
    color: grey;
}
.row.form_box {
    border-radius: 30px;
    box-shadow: 0 4px 29px 0 #d2d2d26b;
    position: relative;
    background: var(--color1);
    isolation: isolate;
}
#bannerforms {
    padding: 52px 124px 52px 52px;
}
.form_title h3 {
    font-size: 39px;
    margin-bottom: 35px;
}
.form_row {
    display: flex;
    gap: 22px;
}
.contact_info_sec {
    background-color: var(--color3);
    padding: 33px 40px 8px;
    border-radius: 25px 0 0 25px;
    color: var(--color1);
    /* height: 429px; */
}
.info_single{
    margin: 20px 0px;
}
.info_single a, .info_single span{
    color: white;
}
.info_single i {
    margin-right: 15px;
}
.right_conatct_social_icon {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 236px !important;
   background: linear-gradient(204deg,rgba(9, 41, 84, 1) 0%, rgba(2, 15, 32, 1) 68%);

    z-index: -1;
}
.socil_item_inner a {
    color: #fff;
    margin: 0px 15px 18px;
    font-size: 23px;
}
button.submut_btn {
    background: var(--color3);
    border: oldlace;
    padding: 10px 47px;
    color: var(--color1);
    margin-top: 20px;
    border-radius: 6px;
}
.multiple_adr_box {
    padding: 30px;
    border-radius: 10px;
    background: #f8f8f8;
    margin-bottom: 26px;
}
.multiple_map{
    height: 200px;
    border: 1px solid var(--color3);
    margin-top: 20px;
}
.multiple_map iframe{
    width: 100%;
    height: 100%;
}
.multiple_adr_box .address {
    font-size: 17px;
}
.muitiple_phone {
    margin: 10px 0 0;
    display: inline-block;
    font-weight: 500;
    color: var(--color3);
    margin-right: 20px;
}
/*===== form end =====  */

/*===== pricing start =====  */
.price_table {
    background: white;
    box-shadow: 0px 4px 16px 0 #e2dede;
    padding: 39px 50px;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}
.price_duration{
    position: relative;
    isolation: isolate;
    color: white;
}
.price_duration::before {
    position: absolute;
    content: "";
    height: 51px;
    width: 282px;
    left: -50px;
    background: var(--color3);
    z-index: -1;
    bottom: -14px;
}
.durationbg_grey::before {
    position: absolute;
    content: "";
    height: 51px;
    width: 282px;
    left: -50px;
    background: var(--color3);
    z-index: -1;
    bottom: -14px;
}
.durationbg_grey{
    color: var(--color1);
}
.price_duration h5 {
    font-size: 20px;
    margin-bottom: 28px;
}
.price{
    font-size: 33px;
    margin: 20px 0;
}
.price_includeList {
    padding: 0;
    list-style: none !important;
    margin-top: 20px;
    margin-bottom: 23px;
}
.price_includeList li{
    margin-bottom: 12px;
}
.price_includeList li i{
    margin-right: 10px
}
.price_includeList .include_item i{
    color: rgb(6, 165, 6);
}
.price_includeList .notinclude_item i{
    color: red;
}
.price_benifit_box {
    padding: 39px 50px 0;
    background-image: url(../images/backdrop2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price_benifit_box .content{
    color: var(--color1);
}
.price_benifit_box .content span{
    font-size: 29px;
}
.price_benifit_box .content .price_benifitDescr{
    font-size: 16px;
}
.price_benifit_box .content h5{
    font-size: 42px;
    margin-bottom: 8px;
}
.price_benifit_box .content p{
    color: var(--color1);
}
.price_benifit_img {
    height: 243px;
    object-fit: contain;
}
.pricing_btn {
    background: var(--color3);
    color: var(--color1);
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
}
/*===== pricing end =====  */

/*===== blog start =====  */
.blog_btn {
    font-size: 20px;
    color: var(--color3);
}
.blog_style1 {
    box-shadow: 0 6px 16px 0 #e5e5e591;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 24px;
}
.blog_style1 .blog_img {
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}
.blog_style1 .blog_content {
    padding: 15px 10px;
}
/*===== blog end =====  */

/* ======= coming soon css start ======= */
section.coming_soon {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    position: relative;
    isolation: isolate;
}
.coming_logo{
    width: 35%;
    margin-bottom: 40px;
}
section.coming_soon .content {
    width: 50%;
    padding-left: 100px;
}
section.coming_soon .content .red_title {
    color: var(--color3);
}
section.coming_soon h1 {
    font-size: 89px;
    margin-bottom: 40px;
    line-height: 1em;
}
section.coming_soon .coming_img {
    width: 50%;
    height: 100%;
}
section.coming_soon .coming_img img{
    height: 100%;
    object-fit: cover;
}
@media (max-width:767px){
section.coming_soon .content {
    width: 100%;
    padding-left: 20px;
}
section.coming_soon .content h1{
    font-size: 60px;
    color: var(--color1);
}
section.coming_soon .content .red_title {
    color: var(--color1);
}
section.coming_soon .coming_img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
section.coming_soon::after{
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ee42237a;
    top: 0;
    z-index: -1;
}
.coming_logo {
    display: none;
}
}

/* ======= coming soon css end ======= */

/* ====== side bar toggle css start ====== */

.sidebar_menu.active{
    height: auto;
    overflow: hidden;
    padding: 8px;
    transition: 0.3s;
}
.sidebar_togglebtn{
    display: none;
}
/* ====== side bar toggle css end ====== */
li.sidebar_menu_item.active a {
    background-color: var(--color3);
    color: var(--color1);
}
li.sidebar_menu_item.active a i {
    background: var(--color1);
    color: var(--color3);
}