/* Inner Pages */

#main-heading {
   background-image: url(images/inn-bnr-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 192px 0 0;
    text-align: center;
    position: relative;
    background-color: #000e1c;
}
.inn-bnr-blk{
    padding: 0 0 185px;
    position: relative;
}
.inn-bnr-blk::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0085c8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 40%;
}
.inn-bnr-stars{
    font-size: 0;
}
.inn-bnr-stars::before, .inn-bnr-stars::after {
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -11px;
    margin: auto;
    z-index: 1;
}
.inn-bnr-stars::before {
    right: -38px;
}
.inn-bnr-stars::after {
    left: -38px;
}
.inn-bnr-cont {
    position: relative;
    padding: 0 100px;
}
.inn-bnr-cont::before {
    position: absolute;
    content: "";
    background-image: url(images/triangle-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 117px;
    height: 123px;
    left: -20px;
    top: -30px;
    margin: auto;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
.inn-bnr-cont::after {
    position: absolute;
    content: "";
    background-image: url(images/cuboid-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 123px;
    bottom: -90px;
    /* right: 4%; */
    right: -2%;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title  {
    font-size: 70px;
    font-family: 'Geist';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #00a8ff;
    text-transform: uppercase;
    margin: 0 0 0px;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
#main-heading .inrpg-breadcrumbs .separator {
    position: relative;
    margin: 0px;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span a:hover {
    color: #00a8ff;
}
.hm-scroll-sec.inn-scroll-sec {
    bottom: 32px;
}

#post-content, #page-content {
    padding: 100px 0 0;
    background-color: #000e1c;
    position: relative;
    /* z-index: 1; */
}

.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
#single-column, #post-column, #page-column {
    width: 67%;
}
.sidebar-page, .sidebar-single {
    width: 28.5%;
    max-width: 420px;
}
#page-column.full-width,
.full-width {
    width: 100%;
}
#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6 {
    font-family: 'Geist';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #ffffff;
}

#page-column h1,
#page-column h2 {
    font-size: 67px;
}
#page-column h3 {
    font-size: 55px;
}
#page-column h4 {
    font-size: 46px;
    /* font-weight: 600; */
}
#page-column h5 {
    font-size: 35px;
}
#page-column h6 {
    font-size: 29px;
    /* font-weight: 600; */

}
#page-column h1 strong,
#page-column h2 strong,
#page-column h3 strong,
#page-column h4 strong,
#page-column h5 strong,
#page-column h6 strong{
    color: #00a8ff;
    font-weight: 500;

}
/* #page-column h6 strong */

#page-column p, #page-column li{
    font-family: 'Geist';
    font-size: 20px;
    line-height: 1.55;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}
#page-column ul li strong , #page-column li strong ,#page-column p strong{
    font-weight: 700;
}
#page-column li{
    display: table;
}
#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}
#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
#page-column ul li ,#page-column ol li{
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}
#page-column ul li:before {
    background: #ffffff;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 11px;
    border-radius: 50%;
}
#page-column a,
#page-column li a {
    color: #00a8ff;
}
#page-column a:hover, #page-column li a:hover {
    color: #ffffff;
}
#page-column a.cmn-btn{
    color: #ffffff;
}
#page-column ol {
    counter-reset: my-sec-counter;
    list-style-position: inside;
}
#page-column ol li {
    list-style: none;
    position: relative;
    padding-left: 24px !important;
}
#page-column ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) ".";
    color: #ffffff;
    left: 0px;
    top: 0px;
}
#page-column  ul li > ul li {
    list-style-type: none;
}
#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ul li:before {
    display: block;
}
#page-column  ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ol li:before {
    display: none;
}
#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}
.page-feature-img, .single-thumbnail,.inn-cmn-image {
    margin: 0 0 30px;
    height: 450px;
}
.page-feature-img img, .single-thumbnail img,.inn-cmn-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Sidebars */

.sidebar-page .widget h2,.sidebar-page .sidebar-item h2 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    padding: 0 0 25px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
  
.sidebar-page .widget{
    margin-bottom: 45px;
}
.sidebar-page .widget.sdbr-menu {
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
    padding: 20px;
}
.sidebar-page .widget.sdbr-menu h2 {
    margin: 0 10px 20px;
}
 
.sidebar-page .sidebar-menu-pa ul li a{
    font-family: 'Geist';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.58px;
    color: #ffffff;
    padding: 9px 40px 9px 35px;
    display: block;
}

.sidebar-page .sidebar-menu-pa ul li .drop {
    font-size: 0;
    position: absolute;
    right: 18px;
    top: 20px;
    width: 18px;
    height: 14px;
    background-color: transparent !important;
    background-image: url(images/sidbar-menu-dropdown-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 0px;
    cursor: pointer;
    transition: 0.3s;
}
 .sidebar-page .sidebar-menu-pa ul li .drop.open{
    transform: rotate(180deg);
 }
 
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 9px;
    height: 9px;
    top: 20px;
    left: 18px;
    border-radius: 100%;
}
.sidebar-page .sidebar-menu-pa ul li {
    width: 100%;
    display: block;
    padding: 0 0px;
    margin: 0 0px;
    position: relative;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open{
    padding: 8px 0 0 18px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul li a:hover ,.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a{
    background-color: #032139;
}
.sidebar-page .widget.sdbr-testi {
    background-color: #000e1c;
    background-image: inherit;
    padding: 40px 35px;
    margin: 0;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}

.sidebar-page .widget.sdbr-testi h2 {
    border: none;
    padding: 0;
    margin: 0 0 25px;
}
.sidebar-page .sdbr-testi-star {
    width: 139px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px auto 20px;
    background-image: url(images/hm-testi-star-rat.webp);
}

.sdbr-testi-blk.owl-carousel .owl-stage ,.sdbr-testi-blk.owl-carousel .owl-item{
    display: flex;
}
 
.sidebar-page .sdbr-testi-item p {
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px 0 25px;
    font-family: 'Geist';
    font-size: 20px;
    text-align: center;
}
.sidebar-page .sdbr-testi-item h5 {
    font-size: 30px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0 0px;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 1;
    color: #993648;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
 
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    width: 39px;
    height: 21px;
    font-size: 0 !important;
    transition: 0.5s;
}
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav button.owl-prev{
    background-image: url(images/sid-testie-pre-arrow.webp) !important;
}
 
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/sid-testie-next-arrow.webp) !important;
}
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/sid-testie-pre-arrow-hvr.webp) !important;
}
 
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/sid-testie-next-arrow-hvr.webp) !important;
}
 
.sidebar-page .sdbr-testi-item {
    position: relative;
    width: 100%;
    padding: 0 0 35px;
}
.widget.sdbr-testi .sdbr-testi-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin: 36px auto 0;
    width: 53.1%;
}
.widget.sdbr-testi::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 35px;
    left: 0;
    right: 0;
    bottom: 28px;
    margin: auto;
    background-image: url(images/sidebar-testi-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
 
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    font-size: 19px;
    font-weight: 500;
}
 
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 8px;
    height: 8px;
    top: 15px;
    left: 14px;
}


/* Inner Common Block  */
#page-column .cta-box{
    padding: 25px 40px 42px;
    background-image: url(images/cta-box-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000e1c;
    margin: 55px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#page-column .cta-box h2{
    font-size: 70px;
    text-align: center;
    margin: 0 auto 25px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    line-height: 1.38;
    width: fit-content;
}
#page-column .cta-box h2 strong{
    color: #575c89;
    font-weight: 400;
    display: block;
    border-bottom: 4px solid #575c89;

}

#page-column .cta-btn-lst{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
}

#page-column .cta-call-btn{
    position: relative;
    padding-left: 65px;
}
#page-column .cta-call-btn p{
    text-transform: uppercase;
    color: #575c89;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 5.1px;
    font-size: 17px;
}
#page-column .cta-call-btn p a{
    font-family: 'Geist';
    font-size: 35px;
    color: #ffffff;
    display: block;
    letter-spacing: 0;
}
#page-column .cta-call-btn p a:hover{
    color: #993648;
}
#page-column .cta-call-btn p a::before{
    content: "";
    width: 52px;
    height: 54px;
    background-image: url(images/cta-box-call-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page-column .cta-shedul-btn a.cmn-btn {padding: 23px 35px;}
#page-column .cta-box.scnd-cta-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 0 2px;
    background: linear-gradient( 90deg, rgb(111,31,45) 0%, rgb(153,54,72) 50%, rgb(111,31,45) 100%);
}
#page-column .cta-box.scnd-cta-box::before {
    content: "";
    width: 100%;
    height: 86%;
    background-image: url(images/second-cta-mg-bfr-image.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    left: 4px;
    top: -50px;
    bottom: 0;
    margin: auto;
    filter: drop-shadow(0 0 40px #000);
    z-index: -1;
    pointer-events: none;
}
#page-column .scnd-cta-lft-image{
    width: 44.3%;
}
#page-column .scnd-cta-lft-image img{
    width: 100%;
    display: block;
}

#page-column .scnd-cta-rite{
    width: 50.2%;
    padding: 0 0 20px;
}
#page-column .cta-box.scnd-cta-box h2 {
    font-size: 55px;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 16px;
}

#page-column .cta-box.scnd-cta-box .cta-call-btn{
    margin-bottom: 25px;
}
#page-column .cta-box.scnd-cta-box .cta-call-btn p{
    color: #ffffff;
}
#page-column .cta-box.scnd-cta-box .cta-call-btn p a:hover{
    color: #575c89;
}
#page-column .cta-box.scnd-cta-box .cta-call-btn p a::before{
    background-image: url(images/cta-box-call-icon-white.webp);
}
#page-column .cta-box.scnd-cta-box .cta-shedul-btn a.cmn-btn{
    background: #000e1c;
    border: 2px solid rgba(122, 137, 255, 0.3);
    padding: 21px 32px;
}
#page-column .cta-box.scnd-cta-box .cta-shedul-btn a.cmn-btn:hover{
    background: rgba(122, 137, 255, 1);

}



/* About Page */


.inn-cont-center{
    text-align: center;
}
.inn-cont-blk{
    margin: 0 0 45px;
}

.inn-cont-img-blk{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.inn-cont-lft {
    width: 47.5%;
}
.inn-cont-rite{
    width: 50.2%;
}
.abt-top-img-blk .inn-cont-rite{
    width: 51%;
}




.inn-cont-img img{
    display: block;
    width: 100%;
}

.inn-items-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}
.inn-item{
    width: 33%;
    padding: 35px 48px 55px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.inn-item-icon {
    margin: 0 0 15px;
    width: 85px;
}
#page-column .inn-item p{
    color: #aeaeae;
    margin: 0;
}


.abt-btm-img-blk .inn-cont-lft {
    width: 45.5%;
}
.abt-btm-img-blk .inn-cont-rite {
    width: 50%;
    padding-right: 40px;
}


.inn-cont-blk-btns {
    display: flex;
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
}
.hm-our-partners-sec.inn-partners {
    padding: 140px 0 190px;
    margin: 0px 0 0;
    background-image: url(images/inn-about-partners-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    background-color: #000e1c;
}
.hm-our-partners-sec.inn-partners::before {
    content: "";
    width: 1579px;
    height: 23px;
    background-image: url(images/inn-partners-sec-divider-line.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-our-partners-sec.inn-partners .hm-our-partners-sec-cnt{
    /* padding-bottom: 190px; */
}

.hm-marketing-sec.inn-marketing.abt-marketing{
    background-image: url(images/inn-about-markeing-sec-bg.webp);
}

/* .hm-our-partners-lst::before {
    content: "";
    width: 1500px;
    height: 1px;
    background-color: #0085c8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 40%;
}
.hm-our-partners-title-sec::before,.hm-our-partners-title-sec::after{
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -12px;
    margin: auto;
    z-index: 1;
}
.hm-our-partners-title-sec::before {
    right: 20px;
}
.hm-our-partners-title-sec::after {
    left: 20px;
} */






/* Blog Page */

.sidebar-blog {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    gap: 0 30px;
}
.sidebar-blog-item {
    width: 100%;
    margin: 0;
    position: relative;
}
.sidebar-blog-item .widget{
    margin: 0;
}
.sidebar-blog-item.blog_search{order: 3;}
.sidebar-blog-item.blog_archives{order: 2;}
.sidebar-blog-item.blog_categories{order: 1;}
.sidebar-blog .widget h2 {
    display: none;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select {
    padding: 22px 85px 23px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    font-size: 20px;
    font-family: 'Geist';
    font-weight: 500;
    color: #ffffff ;
    line-height: 120%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: #000e1c;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg,rgba(11, 24, 103, 1) 0%, rgba(8, 155, 255, 1) 30%, rgba(8, 155, 255, 1) 70%, rgba(11, 24, 103, 1) 100%);
    border-image-slice: 1;

}
.sidebar-blog .widget select {
    cursor: pointer;

}
.sidebar-blog input[type="search"]::-webkit-search-cancel-button{
-webkit-appearance: none;
  appearance: none;
}
 
.sidebar-blog-item .widget.widget_archive::before,.sidebar-blog-item .widget.widget_categories::before , .sidebar-item .widget.widget_categories::before,.sidebar-item .widget.widget_archive::before{
    content: "";
    width: 80px;
    height: 100%;
    background-image: url(images/blog-sidebar-dropdown.webp);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
 } 

 .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(images/blog-sidebar-search.webp) ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    width: 80px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    border-radius: 0 !important;
    color: #000000;
}




/* Single Blog Sidebar */

.sidebar-page.sidebar-single .sidebar-menu-pa ul li a {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    padding: 10px 10px 10px 35px;
    font-weight: 500;
}
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a::before { top: 22px; }

.sidebar-blog.blog-sidebar-itm.blog-sdbr-cate-archves{
    flex-direction: column;
    padding: 42px 30px ;
    background-color: #000e1c;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    gap: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    margin: 0 0 14px;
    text-align: left;
    border: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item .widget{margin-bottom: 0;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item {
    margin-bottom: 26px;
    position: relative;
    width: 100%;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item.sidebar_search,.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item.sidebar_archives{
    margin-bottom: 0;
}
.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select{
    font-size: 19px;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, rgba(11, 24, 103, 1) 0%, rgba(8, 155, 255, 1) 30%, rgba(8, 155, 255, 1) 70%, rgba(11, 24, 103, 1) 100%);
    border-image-slice: 1;
    padding: 23px 80px 22px 25px;
}
.sidebar-item .widget.widget_categories,.sidebar-item .widget.widget_archive{
    position: relative;
}
.blog-sidebar-itm .sidebar-item .widget.widget_categories::before,.blog-sidebar-itm .sidebar-item .widget.widget_archive::before{
    /* background-image: url(images/single-blog-dropdown-icon.webp); */
    width: 77px;
}

.sidebar-blog.blog-sidebar-itm .sidebar-item input.search-submit{
    /* background-image: url(images/single-blog-search-icon.webp); */
    width: 77px;
}




.single-pagination {
    margin:50px 0 0;
}
.single-pagination .nav-links a {
    font-family: 'Geist';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    padding: 22px 20px;
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid rgba(103 193 255 / 59%);
    position: relative;
    width: 180px;
    text-align: center;
}
.single-pagination .nav-links a:hover {
    /* background: linear-gradient( 90deg, rgb(111,31,45) 0%, rgb(153,54,72) 50%, rgb(111,31,45) 100%); */
    /* border-color: transparent; */
    background: #032139;
}





.post-column-full{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#post-content .posts-list {
    width: 32%;
    margin: 0 0.6% 2%;
    position: relative;
    background-color: transparent;
    padding: 0 0 65px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.blg-post-date {
    position: absolute;
    bottom: -24px;
    left: 35px;
    padding: 13px 34px;
    background-color: #333e49;
    font-family: 'Geist';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}
#post-content .posts-thumbnail {
    position: relative;
    /* border: 2px solid rgba(122, 137, 255, 0.3); */
    margin: -1px -1px 0;
    height: 245px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}

#post-content .posts-list:hover{
    background: linear-gradient( 90deg, #0f3d9f 0%, #0084dc 51%, #0f3d9f 100%);
    border-image-source: linear-gradient(90deg, rgba(103, 194, 255, 0.59));
}

#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
#post-content .posts-block{
    padding: 58px 32px 0;
    border-top: 1px solid transparent;
}
#post-content .posts-list:hover .posts-block{
    border-color:  rgba(103, 194, 255, 0.59);
}   
#post-content .posts-block h3 {
    margin: 0 0 30px;
    line-height: 0;
}

#post-content .posts-block h3 a {
    font-size: 36px;
    line-height: 1.25;
    color: #aeaeae;
}

#post-content .posts-readmore {
    position: absolute;
    bottom: 41px;
    line-height: 0;
    padding-left: 4px;
}
#post-content .posts-readmore a{
    font-family: 'Geist';
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4px;
    color: #0085d6;
    text-transform: uppercase;

}
#post-content .posts-list:hover .posts-readmore a{
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #ffffff;
}

#post-content .posts-list:hover .posts-block h3 a{
    color: #ffffff;
}



.post-column-full .post-pagination {
    width: 100%;
}
.post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0;
    flex-wrap: wrap;
    gap: 8px 0;
}
.post-column-full .nav-links .page-numbers {
    margin: 0 10px;
    padding: 5px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Geist';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-column-full .nav-links a.page-numbers:hover{
    color: #0085d6 !important;

}
.post-column-full .nav-links .page-numbers.current {
    background: linear-gradient( 90deg, #0f3d9f 0%, #0084dc 51%, #0f3d9f 100%);
    color: #fff !important;
    width: 65px;
    height: 65px;
}

.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/slide-left-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 47px;
    height: 23px;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
.post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/slide-right-arrow.webp);
}
.post-column-full .nav-links a.prev.page-numbers:hover {
    background-image: url(images/slide-left-arrow-hover.webp);
}
.post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/slide-right-arrow-hover.webp);
}




/* Accordion Stylings */
#page-column .single-profile-content .inn-accordion {
    margin: 0 0 30px;
}

#page-column .inn-accordion{
    margin: 0 0 40px;
}
#page-column .inn-accordion .accordion-section {
    width: 100%;
	margin: 0 0 15px ;
}
#page-column .inn-accordion .accordion-section h3{
	margin-bottom:0px;
    font-size: 25px;
}
#page-column .inn-accordion .accordion-section-title {
    width: 100%;
    padding: 18px 50px 18px 25px;
    transition: all linear 0s;
    position: relative;
    display: block;
    color: #ffffff;
    border: 2px solid #414986;
    background: #000e1c;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
#page-column .inn-accordion .accordion-section-title.active,
#page-column .inn-accordion .accordion-section-title:hover {
    background: linear-gradient(90deg, rgb(111, 31, 45) 0%, rgb(153, 54, 72) 50%, rgb(111, 31, 45) 100%);
    border-color: transparent;
}
#page-column .accordion-section-content {
    padding: 22px 0;
    display: none;
}
#page-column .inn-accordion .accordion-section p:last-child{
    margin-bottom: 0;
}
#page-column .inn-accordion .accordion-section-title:after {
    content: "";
    width: 21px;
    height: 11px;
    background-image: url(images/accordion-down-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 28px;
    margin: auto;
    transition: 0.3s;
}

#page-column .inn-accordion .accordion-section-title.active:after {
    transform: rotate(180deg);
}




 
/* Testimonials Page */

#page-column .inn-testi-itm {
    padding: 0 0 50px;
    margin: 0 0 55px;
    border-bottom: 1px solid #414986;
    position: relative;
}
#page-column .inn-testi-itm::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 28px;
    height: 24px;
    background-image: url(images/inn-testi-quotes-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#page-column .inn-testi-itm:last-child
 {
    margin: 0;
}
#page-column .inn-testi-itm h3 {
    font-size: 35px;
    margin: 0 0 10px;
}
#page-column .inn-testi-star-rat {
    background-image: url(images/inn-testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 137px;
    height: 23px;
    margin: 0 0 20px;
}
#page-column .inn-testi-itm h5 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 25px;
    color: #993648;
    text-transform: uppercase;
    margin: 0 0 10px;
}
#page-column .inn-testi-itm p:last-child {
    margin: 0px;
}

.search .post-column-full p,.search.search-no-results .post-column-full p {
    font-family: 'Geist';
    font-size: 18px;
    line-height: 1.55;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0 0 0px 0;
    font-weight: 400;
}
 
 
.hm-marketing-sec.inn-marketing {
    margin: 0;
    background-image: url(images/inn-marketing-sec-bg.webp);
    background-position: top center;
    padding: 180px 0 155px;
}

.hm-marketing-sec.inn-marketing::before, .hm-marketing-sec.inn-marketing::after {
    width: 38.7%;
    height: 67%;
    bottom: 13.5%;
}

/* Contact Page */

.ftr-form-sctn.inn-ftr-form{
    background-color: #000e1c;
}

.inn-contact-lst{
    display: flex;
    justify-content: space-between;
    
}
.inn-contact-item {
    border: 1px solid rgba(0, 133, 214, 0.6);
    padding: 58px 30px 75px;
    background: linear-gradient(-90deg, rgba(0, 132, 214, 0.2) 0%, #0084d600 100%);
    width: 31%;
    text-align: center;
    position: relative;
}
.inn-contact-item:hover {
    background-image: url(images/inn-contact-item-hover-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: right top;
    background-size: 100% 100% !important;
    background: linear-gradient(transparent);
}
#page-column .inn-contact-item h5 {
    text-transform: uppercase;
    padding-top: 70px;
    margin: 0 0 8px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
}
#page-column .inn-contact-item h5::before{
    content: "";
    width: 47px;
    height: 47px;
    background-image: url(images/inn-contact-call-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
#page-column .inn-contact-item:hover h5::before{
    background-image: url(images/inn-contact-call-icon-hover.webp);
}
#page-column .inn-contact-item.inn-cont-map h5::before{
    width: 32px;
    height: 48px;
    background-image: url(images/inn-contact-location-icon.webp);
}
#page-column .inn-contact-item.inn-cont-map:hover h5::before{
    background-image: url(images/inn-contact-location-icon-hover.webp);
}
#page-column .inn-contact-item.inn-cont-hours h5::before{
    background-image: url(images/inn-cont-follow-icon.webp);
}
#page-column .inn-contact-item.inn-cont-hours:hover h5::before{
    background-image: url(images/inn-cont-follow-icon-hover.webp);
}

#page-column .inn-contact-item h6 {
    font-size: 50px;
    margin: 0;
}
#page-column .inn-contact-item h6 a{
    color: #ffffff;
}
#page-column .inn-contact-item h6 a:hover{
    color: #00a8ff;
}
#page-column .inn-contact-item p {
    margin: 0;
    font-size: 23px;
}



.inn-cont-scl-links {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
    gap: 6px;
}
.inn-cont-scl-links a{
    font-size: 0;
    display: inline-block;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inn-cont-scl-links a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/fbscil-icn.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.inn-cont-scl-links a.insta::before{background-image: url(images/insta-scil-icn.webp);}
.inn-cont-scl-links a.linkedin::before{background-image: url(images/lnkd-scil-icn.webp);}
.inn-cont-scl-links a.youtube::before{background-image: url(images/utube-scil-icn.webp);}

.inn-cont-scl-links a::after{
    background: linear-gradient(90deg,rgba(11, 24, 103, 1) 0%, rgba(8, 155, 255, 1) 51%, rgba(11, 24, 103, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    scale: 0;
    z-index: -1;
    transition: 0.6s;
    border-radius: 50%;
}
.inn-cont-scl-links a:hover::after{
    scale: 1.2;
    border-radius: 20%;
}


 #page-content.contact-page{
    padding-bottom: 100px;
 }

 /* Inner FAQs Section */



 #page-column .inn-faq-accordion{
    counter-reset: myCounter 0;

}
 #page-column .inn-faq-accordion .accordion-section {
    max-height: max-content !important;
    border-bottom: 1px solid rgba(4, 135, 217, 0.2);
    counter-increment: myCounter;
}
 #page-column .inn-faq-accordion .accordion-section:last-child {
    border-bottom: none;
}
#page-column .inn-faq-accordion .accordion-section h3{
    margin: 0;
}
#page-column .inn-faq-accordion .accordion-section-title::before{
    font-family: 'Geist';
    font-weight: 700;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    content: counter(myCounter, decimal-leading-zero);
    left: 0;
    top: 10px;
    font-variant-numeric: lining-nums;
}
#page-column .inn-faq-accordion .accordion-section-title {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 22px 90px 22px 82px;
    cursor: pointer;
    width: 100%;
    background-image: url(images/plus-white-img.webp);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 26px right 35px;
    position: relative;
    display: block;
}
#page-column .inn-faq-accordion .accordion-section-content p,#page-column .inn-faq-accordion .accordion-section-content li{
    line-height: 1.77;
    color: rgba(255, 255, 255, 0.7);
}
#page-column .inn-faq-accordion .accordion-section-content p:last-child{
    margin-bottom: 0;
}
 #page-column .inn-faq-accordion .accordion-section-title.active{
    background-image: url(images/minus-img.webp);
}
#page-column .inn-faq-accordion .accordion-section-title.active::before {
    background-color: #00a8ff;
}
#page-column .inn-faq-accordion .accordion-section-content{
    padding: 0px 90px 20px 82px;
    display: none;
}
 #page-column .inn-faq-accordion .accordion-section-content.open{
    display: block;
}



.inn-faq-blk {
    display: flex;
    justify-content: start;
    padding-right: 0;
    gap: 120px;
    margin: 0 0 50px;
}
.inn-faq-lft {
    width: 60%; 
    padding: 35px 0 0;
}
.inn-faq-rite-image {
    width: 23.1%;
}
.inn-faq-rite-image img{
    display: block;
    width: 100%;
}

/* Legal Marketing Page */


.legal-mark-cont-blk{
    align-items: center;
}
.legal-mark-cont-blk .inn-cont-lft {
    width: 53.7%;
    position: relative;
    z-index: 1;
}
.legal-mark-cont-blk .inn-cont-lft::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00a8ff;
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 10%;
}

.legal-mark-cont-blk .inn-cont-rite {
    width: 46.2%;
}


#page-column .inn-tabs-blk {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #00a8ff;
    display: flex;
    justify-content: center;
    gap: 10px;

}
#page-column .inn-tabs-blk li {
    width: 24%;
    font-family: 'Geist';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0;
    border: 1px solid rgba(1, 131, 218, 0.23);
    padding: 17px 10px 18px;
    background-color: rgba(9, 65, 107, 0.3);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-column .inn-tabs-blk.inn-tabs-five li {
    width: 19.5%;
}
 #page-column .inn-tabs-blk.inn-tabs-four li{
    width: 24%;
 }

#page-column .inn-tabs-blk li a{
    color: #ffffff;
}
#page-column .inn-tabs-blk li::before{
    display: none;
}
#page-column .inn-tabs-blk li:hover, #page-column .inn-tabs-blk li.selected {
    border-color: rgba(103, 194, 255, 0.59);
    background: linear-gradient(90deg, #0f3d9f 0%, #0084dc 51%, #0f3d9f 100%);
}
#page-column .inn-tabs-blk li::before {
    content: "";
    width: 15px;
    height: 8px;
    background-color: #00a8ff;
    position: absolute;
    bottom: -22px;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: none;
    border-radius: 0;
}
#page-column .inn-tabs-blk li.selected::before {
    display: block;
}

#page-column .inn-tab-cont-blk {
    padding: 30px 80px;
    border-bottom: 1px solid #00a8ff;
}
#page-column .inn-tab-cont p{
    color: #d1d1d1;
}
#page-column .inn-tab-cont p:last-child {
    margin: 0;

}

.inn-btm-cta-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}




/* Services Single Page */

.inn-work-sec .hm-our-wrk-top .text-heading{
    font-size: 60px;
    margin: 0 0 40px;
}

.hm-marketing-sec .inn-marketing-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}
.inn-marketing-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: auto;
}

.inn-marketing-btns a.cmn-btn{
    min-width: 337px;
}
/* Industries Page */

.industry-img-blk{
    align-items: center;
}
#page-column .indstry-serve-blk h3 {
    text-align: center;
}
.indstry-serve-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
} 
.indstry-serve-itm {
    width: 25%;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    padding:40px 30px 50px 40px;
    position: relative;
    background-image: url(images/indstry-serv-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.indstry-serve-itm:before {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 40px);
    background-image: url(images/indstry-serv-itm-hvr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: none;
}
.indstry-serve-itm:hover:before {display: block;}
.indstry-serve-itm-blk {position: relative;z-index: 1;}
#page-column .indstry-serve-itm h4 {
    font-weight: 600;
    font-size: 30px;
    min-height: 69px;
    display: flex;
    align-items: center;
}
#page-column .indstry-serve-itm p {
    margin: 0;
    font-size: 18px;
    line-height: 1.47;
    color: #aeaeae;
}
.indstry-serve-img {
    width: 122px;
    background-image: url(images/indstry-serv-icn-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0 0 -10px;
}
.indstry-serve-img img {
    width: 100%;
    display: block;
}
#page-column .indstry-serve-itm:hover p {color: #fff;}

.indstry-serve-itm:hover .indstry-serve-img {
    background-image: inherit;
    transform: scale(1.4);
}
.indstry-serve-itm-link a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; 
    font-size: 0;
}
.what-bring-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}
.wht-bring-lft {
    width: 47.4%;
    z-index: 1;
    position: relative;
}
.wht-bring-img {
    width: 66.5%;
    margin: 0 -68px 0 -145px;
}
.wht-bring-img img {
    width: 100%;
    display: block;
}


/*Website Design Page*/

/* .website-pg-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.website-pg-lft {
    width:49.2%
}
.website-pg-rit {
    width: 65.3%;
    margin: 0 -170px 0 -30px;
    padding: 15px 0 0;
}
.website-pg-rit img {
    display: block;
    width: 100%;
}
 */
.webdesign-top-blk{
    align-items: center;
}

 .webdesign-top-blk .inn-cont-lft{
    width: 44%;

 }
  .webdesign-top-blk .inn-cont-rite{
    width: 55%;

 }



/* 
.web-site-process {
    text-align: center;
    padding: 0 0 60px;
} */
 
/* #page-column .web-site-process h3 {
    margin: 0 0 30px;
} */
.web-site-prcss-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 1.4%;
    margin: 0 0 35px;
}
.web-site-prcss-itm {
    width: 32.4%;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    background-color: #000e1c;
    position: relative;
    text-align: center;
    padding: 55px 50px 65px;
    counter-increment: my-counter;
}
.web-site-prcss-itm:before {
    position: absolute;
    content: "0" counter(my-counter);
    right: 25px;
    top: 15px;
    color: #fff;
    font-size: 65px;
    font-family: 'Geist';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.62px;
    line-height: 1;
    background: linear-gradient(180deg, rgb(22 180 255) 0%, rgb(22 180 255), rgb(48 122 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.web-site-prcss-img {
    width: 33.2%;
    margin: 0 auto 15px;
}
.web-site-prcss-img img {
    width: 100%;
    display: block;
}
/* #page-column .web-site-prcss-itm h5 {
    font-size: 28px;
} */
#page-column .web-site-prcss-itm p {
    color: #aeaeae;
    margin: 0;
}


.webdesign-scnd-img-blk .inn-cont-lft {
    width: 46.8%;
}
/* 
.we-build-blk {
    text-align: center;
    padding: 80px 0;
} */
.we-build-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
/* .we-build-lst:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #089cfe00 0%, rgba(8, 156, 254, 0.5) 45%, #089cfe00 100%);
    top: 50px;
    bottom: 0;
    margin: auto;
} */

.we-build-itm{
    border-bottom: 1px solid rgba(8, 156, 254, 0.5);
}
.we-build-itm:nth-child(5n),.we-build-itm:nth-child(6n),.we-build-itm:nth-child(7n),.we-build-itm:last-child{
    border-bottom: 0;
}
.we-build-itm {
    width: 25%;
    text-align: center;
    padding: 40px 32px 35px;
    position: relative;
    border-right-width: 1px;
    border-right-style: solid;
    border-image-source: linear-gradient(0deg, rgba(8, 156, 254, 0.5) 0%, #089cfe00 100%);
    border-image-slice: 1;
}
.we-build-itm:nth-child(4n) ,.we-build-itm:last-child {
    border-right: none;
}

.we-build-itm:nth-child(5n),.we-build-itm:nth-child(6n),.we-build-itm:nth-child(7n){
    border-image-source: linear-gradient(180deg, rgba(8, 156, 254, 0.5) 0%, #089cfe00 100%);
}
.we-build-img {
    width: 160px;
    background-image: url(images/indstry-serv-icn-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0 auto -12px;
}
.we-build-img img {
    width: 100%;
    display: block;
}
#page-column .we-build-itm h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
#page-column .we-build-itm p {
    font-size: 18px;
    color: rgba(191, 196, 201, 0.8);
    margin: 0;
}
#page-column .we-build-itm:hover p{
    color: #fff;
}
.we-build-itm:hover .we-build-img {background-image: url(images/we-build-icn-bg.webp);}
.we-build-itm:hover {
    background-image: url(images/we-build-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
/* .inn-cont-blk.wbst-dsgn-pg {
    padding: 0 0 60px;
} */


/* Portfolio Page*/


.load-more-btn.cmn-btn{
    cursor: pointer;
}
.porfolio-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 0;
    padding: 40px 0 60px;
}
.porfolio-item-image img {
    width: 100%;
    display: block;
}
.porfolio-item {
    position: relative;
    width: 33.3%;
}
.porfolio-item-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 5;
}

.portfolio-loadmore-btn{
    text-align: center;
    margin: 0 0 40px;
}




.inn-cont-center-block{
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    padding: 20px;
    text-align: center;
    margin: 25px 0;
}
#page-column .inn-cont-center-block p{
    margin: 0 0 12px;
}
#page-column .inn-cont-center-block p:last-child{
    margin: 0;
}


/* Quote Page */


.quote-form .gform_wrapper .gfield_label{
    font-family: 'Geist';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
}
.quote-form .gform_wrapper.gform-theme--foundation .gform_fields {
    gap: 15px 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.quote-form .gform_wrapper .gfield{
    width: 100%;
    position: relative;
}
.quote-form .gform_wrapper .gfield.quote-top-name-fields{
    width: 49%;
}
.quote-form .gform_wrapper .gfield_label .gfield_required{
    display: none;
}
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea {
    margin: 0px;
    width: 100% !important;
    color: #fff !important;
    outline: 0px;
    border: 2px solid rgb(0 133 214 / 60%) !important;
    position: relative;
    border-radius: 0;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 120% !important;
    font-size: 18px !important;
    padding: 19px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    background-color: transparent;
    background: linear-gradient(-90deg, rgb(0, 133, 214, 20%) 0%, rgba(0, 133, 214, 0) 100%);
}
.quote-form .gform_wrapper .gfield textarea{
    height: 145px !important;
    resize: none;
    margin: 0;
    margin: 0px;
    min-block-size: 0px !important;
}
.quote-form .gform_wrapper .gfield input::placeholder, .quote-form .gform_wrapper .gfield select::placeholder, .quote-form .gform_wrapper .gfield textarea::placeholder{
    color: rgba(255, 255, 255, 0.5) !important;

}


.quote-form .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block !important;
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
    outline: none !important;
    border: 1px solid rgb(103 193 255 / 59%) !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition-duration: 0.5s !important;
    font-family: 'Geist' !important;
    font-weight: 700 !important;
    width: 100% !important;
    color: #ffffff !important;
    font-size: 22px !important;
    padding: 18px 40px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
}





.quote-form .gform_wrapper .gform_footer input:hover {
    background: #032139 !important;
}


.quote-form .gform_validation_errors{
    display: none !important;
}
.quote-form .gfield_description{
    margin: 0px !important;
}

.quote-form .gfield_description.validation_message {
    position: absolute;
    bottom: 5px;
    right: 8px ;
    text-align: right;
    font-size: 13px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #ff0000;
    margin: 0 !important;
    pointer-events: none;
}
.quote-form .gfield_description.instruction.validation_message {
    bottom: 25px;
}

.quote-form .gform_wrapper .gform_footer {
    margin: 20px 0 0;
}


/* Services Page */



.inn-services-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 3%;
}
.inn-services-item {
    width: 31%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(150deg, rgba(0, 168, 255, 1) 0%, rgba(0, 168, 255, 1) 51%, rgba(0, 168, 255, 0) 100%);
    border-image-slice: 1;
    padding: 50px 20px 30px;
    position: relative;
    transition: 0.5s;
}
.inn-services-item:hover{
    border-image-source: linear-gradient(320deg, rgba(0, 168, 255, 1) 0%, rgba(0, 168, 255, 1) 51%, rgba(0, 168, 255, 0) 100%);
    background: linear-gradient(320deg, rgba(0, 168, 255, 0.25) 0%, rgba(0, 168, 255, 0) 100%);
}
.inn-services-item-img{
    width: 45%;
    margin: 0 auto 20px;
}
#page-column .inn-services-item h5{
    margin: 0;
}
#page-column .inn-services-item:hover h5{
    color: #00a8ff;
}
.inn-services-item-link a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    font-size: 0;
}


.inn-services-item:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 71px;
    height: 65px;
}
.inn-services-item.inn-serv-seo:after {
    background-image: url(images/hm-svr-search-icon.webp);
}
.inn-services-item.inn-serv-webdesign::after{
    background-image: url(images/hm-svr-website-icon.webp);
}
.inn-services-item.inn-serv-ggl-profile::after{
    background-image: url(images/hm-svr-google-profile-icon.webp);
}
.inn-services-item.inn-serv-scl-marketing::after{
    background-image: url(images/hm-svr-social-icon.webp);
}
.inn-services-item.inn-serv-dt-ads::after{
    background-image: url(images/hm-service-digital-paid-ads-icon.webp);
}











/* Responsive */

@media screen and (max-width:1900px) {}
@media screen and (max-width:1800px) {


    .hm-marketing-sec.inn-marketing::before, .hm-marketing-sec.inn-marketing::after { width: 37.5%; height: 65%; bottom: 13.3%; }

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


#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title {font-size: 65px;}
#main-heading .inrpg-breadcrumbs {font-size: 19px;}
#main-heading {padding: 182px 0 0;}
.inn-bnr-cont::before {width: 102px;height: 107px;left: -18px;top: -27px;}
.inn-bnr-cont::after {width: 118px;height: 110px;bottom: -84px;}
.inn-bnr-cont { padding: 0 88px; }
.inn-bnr-blk {padding: 0 0 170px;}
.hm-scroll-sec.inn-scroll-sec { bottom: 28px; }

#post-content, #page-content {padding: 90px 0 0;}
#page-column h1, #page-column h2 { font-size: 64px; }
#page-column h3 { font-size: 52px; }
#page-column h4 {font-size: 44px;}
#page-column h5 { font-size: 32px; }    
#page-column h6 {font-size: 27px;}
#page-column p, #page-column li { font-size: 19px; margin: 0 0 23px 0;}
.sidebar-page .widget h2 ,.sidebar-page .sidebar-item h2{font-size: 42px;padding: 0 0 21px;}
.sidebar-page .widget.sdbr-menu h2 { margin: 0 10px 18px; }

.sidebar-page .sidebar-menu-pa ul li a {font-size: 26px;letter-spacing: 0.5px;padding: 9px 38px 9px 32px;}

.sidebar-page .sidebar-menu-pa ul li a::before {top: 19px;left: 16px;}
.sidebar-page .sidebar-menu-pa ul li .drop {right: 16px;top: 18px;}


.hm-marketing-sec.inn-marketing { padding: 160px 0 135px; }

.hm-our-partners-sec.inn-partners {padding: 125px 0 170px;}
.hm-our-partners-sec.inn-partners::before {width: 1450px;height: 22px;}

#page-column .inn-faq-accordion .accordion-section-title {font-size: 23px;padding: 21px 82px 21px 75px;background-position: top 25px right 35px;}
#page-column .inn-faq-accordion .accordion-section-title::before {font-size: 43px;}

#page-column .inn-faq-accordion .accordion-section-content{padding: 0px 82px 20px 75px;}

.inn-work-sec .hm-our-wrk-top .text-heading { font-size: 56px; margin: 0 0 36px; }
.we-build-img { width: 150px; margin: 0 auto -12px; }
.we-build-itm {padding: 36px 30px 32px;}


#page-column .inn-tabs-blk li {font-size: 19px;padding: 16px 8px 17px;}
#page-column .inn-tab-cont-blk {padding: 28px 62px;}
#page-content.contact-page { padding-bottom: 90px; }
#page-column .inn-contact-item h5 { padding-top: 66px; margin: 0 0 8px; font-size: 37px; }
#page-column .inn-contact-item h6 {font-size: 46px;}
#page-column .inn-contact-item p {font-size: 21px;}
.inn-cont-scl-links a {width: 56px;height: 46px;}
#page-column .inn-contact-item h5::before {width: 44px;height: 44px;}
#page-column .inn-contact-item.inn-cont-map h5::before {width: 29px;height: 44px;}
.inn-contact-item {padding: 50px 28px 68px;}

#page-column .indstry-serve-itm h4 {font-size: 28px;min-height: 64px;}
#page-column .indstry-serve-itm p {font-size: 17px;}
.indstry-serve-itm {padding: 36px 28px 45px 36px;}
.indstry-serve-img { width: 114px; margin: 0 0 -9px; }

#post-content .posts-block h3 a {font-size: 34px;}
#post-content .posts-block { padding: 54px 30px 0; }
.blg-post-date {bottom: -22px;left: 31px;padding: 12px 32px;font-size: 19px;}
#post-content .posts-readmore a {font-size: 19px;letter-spacing: 3.8px;}
#post-content .posts-list {padding: 0 0 60px;}
#post-content .posts-readmore { bottom: 38px; padding-left: 3px; }
.post-column-full .nav-links .page-numbers.current { width: 60px; height: 60px; }
.post-column-full .nav-links .page-numbers {margin: 0 10px;padding: 4px;font-size: 28px;}
.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers {width: 43px;height: 21px;margin: 0 18px;}
#post-content .posts-thumbnail {height: 235px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select {padding: 21px 83px 21px 24px;font-size: 19px;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {width: 75px;}
.sidebar-blog-item .widget.widget_archive::before, .sidebar-blog-item .widget.widget_categories::before, .sidebar-item .widget.widget_categories::before, .sidebar-item .widget.widget_archive::before {width: 75px;}
#post-content .posts-block h3 {margin: 0 0 28px;}

.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { font-size: 18px; padding: 21px 78px 21px 23px; }
.sidebar-blog.blog-sidebar-itm .sidebar-item input.search-submit { width: 73px; }
.blog-sidebar-itm .sidebar-item .widget.widget_categories::before, .blog-sidebar-itm .sidebar-item .widget.widget_archive::before { width: 73px; }
.sidebar-blog.blog-sidebar-itm.blog-sdbr-cate-archves {padding: 38px 28px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item {margin-bottom: 25px;}
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a { font-size: 21px; letter-spacing: 0.3px; padding: 10px 9px 10px 32px; }
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a::before {top: 20px;}
.hm-marketing-sec .inn-marketing-text p {font-size: 17px;}
.inn-marketing-btns a.cmn-btn { min-width: 320px; }

.single-pagination .nav-links a {font-size: 19px;padding: 20px 18px;width: 170px;}
.single-pagination { margin: 44px 0 0; }

.quote-form .gform_wrapper .gfield_label {font-size: 19px;}
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea {font-size: 17px !important;padding: 17px 18px !important;}
.quote-form .gform_wrapper .gform_footer input[type="submit"]{font-size: 21px !important;padding: 17px 38px !important;}
}
@media screen and (max-width:1600px) {

#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 56px; }
#main-heading .inrpg-breadcrumbs { font-size: 17px; }
#main-heading { padding: 160px 0 0; }
.inn-bnr-cont::before { width: 90px; height: 94px; left: -15px; top: -22px; }
.inn-bnr-cont::after { width: 105px; height: 98px; bottom: -78px; } 
.inn-bnr-blk { padding: 0 0 152px; }
.inn-bnr-cont { padding: 0 76px; }
.hm-scroll-sec.inn-scroll-sec { bottom: 22px; }


#post-content, #page-content { padding: 75px 0 0; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6 {margin: 0 0 13px;}
#page-column p, #page-column li { font-size: 17px; margin: 0px 0 20px 0; }
#page-column h1, #page-column h2 { font-size: 55px; } 
#page-column h3 { font-size: 46px; }
#page-column h4 { font-size: 38px; }
#page-column h5 { font-size: 30px; }
#page-column h6 { font-size: 25px; }
#page-column ul li, #page-column ol li { padding-left: 16px; margin: 0 0 10px; }
#page-column ul li:before { width: 7px; height: 7px; top: 10px; }
#page-column ol li { padding-left: 22px !important; }
#page-column ol, #page-column ul { margin: 0 0 22px 0px;}
.sidebar-page .widget h2,.sidebar-page .sidebar-item h2 { font-size: 36px; padding: 0 0 18px; }
.sidebar-page .widget.sdbr-menu h2 { margin: 0 8px 15px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 23px; letter-spacing: 0.4px; padding: 9px 32px 9px 28px; }
.sidebar-page .sidebar-menu-pa ul li a::before { top: 18px; left: 13px; width: 8px; height: 8px; }
.sidebar-page .sidebar-menu-pa ul li .drop { right: 10px; top: 17px; width: 16px; height: 13px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a { font-size: 17px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before { width: 7px; height: 7px; top: 16px; left: 12px; }
.sidebar-page .widget { margin-bottom: 35px; }

.inn-bnr-stars::before, .inn-bnr-stars::after {width: 19px;height: 20px;bottom: -9px;}
.inn-bnr-stars::before { right: -26px; }
.inn-bnr-stars::after { left: -26px; }
.hm-marketing-sec.inn-marketing { padding: 130px 0 110px; }
.hm-marketing-sec.inn-marketing::before, .hm-marketing-sec.inn-marketing::after { width: 37.5%; height: 63%; bottom: 13.3%; }
.hm-our-partners-sec.inn-partners::before { width: 1350px; height: 20px; }
.hm-our-partners-sec.inn-partners { padding: 100px 0 140px; }

.inn-cont-blk { margin: 0 0 38px; }
.inn-items-list { margin: 0 0 38px; }
.inn-item {padding: 30px 42px 48px;}
.inn-cont-blk-btns { gap: 12px; }
.inn-item-icon { margin: 0 0 12px; width: 80px; }

#page-column .inn-faq-accordion .accordion-section-title { font-size: 21px; padding: 20px 70px 20px 66px; background-position: top 23px right 32px; background-size: 16px; }
#page-column .inn-faq-accordion .accordion-section-title::before { font-size: 39px; top: 10px; }
#page-column .inn-faq-accordion .accordion-section-content { padding: 0px 70px 20px 66px; }
.inn-faq-blk { gap: 100px; margin: 0 0 42px; }
.inn-faq-lft { padding: 30px 0 0; }
.inn-work-sec .hm-our-wrk-top .text-heading { font-size: 52px; margin: 0 0 32px; }

.web-site-prcss-itm:before { right: 22px; top: 14px; font-size: 61px; letter-spacing: -1.4px; }
.web-site-prcss-itm {padding: 50px 45px 58px;}

#page-column .we-build-itm p {font-size: 16px;}
#page-column .we-build-itm h4 {font-size: 20px;}
.we-build-itm {padding: 30px 24px 28px;}
.we-build-img { width: 135px; margin: 0 auto -10px; }

#page-column .inn-tabs-blk li { font-size: 17px; padding: 14px 7px 15px; }

#page-column .inn-tabs-blk {padding: 0 0 17px;}
#page-column .inn-tabs-blk li::before {width: 13px;height: 7px;bottom: -18px;}
#page-column .inn-tab-cont-blk { padding: 25px 60px; }

#page-column .inn-contact-item h5 { padding-top: 60px; font-size: 32px; }
#page-column .inn-contact-item h5::before { width: 38px; height: 38px; } 
#page-column .inn-contact-item.inn-cont-map h5::before { width: 25px; height: 38px; }
#page-column .inn-contact-item h6 { font-size: 40px; }
#page-column .inn-contact-item p { font-size: 19px; }
.inn-cont-scl-links a { width: 50px; height: 42px; }
.inn-contact-item { padding: 44px 25px 62px; }
#page-content.contact-page { padding-bottom: 75px; }

#page-column .indstry-serve-itm h4 { font-size: 25px; min-height: 58px; }
.indstry-serve-itm { padding: 32px 26px 40px 32px; }
.indstry-serve-img { width: 102px; margin: 0 0 -9px; }
.indstry-serve-itm:before {width: calc(100% + 24px);height: calc(100% + 32px);left: -12px;} 
#page-column .indstry-serve-itm p { font-size: 16px; }

.indstry-serve-lst { margin: 40px 0; }

#post-content .posts-block h3 { margin: 0 0 24px; }
#post-content .posts-block h3 a { font-size: 31px; }
#post-content .posts-block { padding: 44px 26px  0; }
.blg-post-date { bottom: -19px; left: 27px; padding: 11px 27px; font-size: 17px; }
#post-content .posts-list { padding: 0 0 54px; }
#post-content .posts-readmore a { font-size: 17px; letter-spacing: 3.2px; }
#post-content .posts-readmore { bottom: 34px; padding-left: 3px; }
#post-content .posts-thumbnail { height: 220px; }
.sidebar-blog input.search-field, .sidebar-blog .widget select { padding: 19px 76px 19px 22px; font-size: 17px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { width: 67px; }
.sidebar-blog-item .widget.widget_archive::before, .sidebar-blog-item .widget.widget_categories::before, .sidebar-item .widget.widget_categories::before, .sidebar-item .widget.widget_archive::before {width: 67px;}
.sidebar-blog { margin: 0 0 32px; gap: 0 24px; }
.post-column-full .nav-links {margin: 16px 0px 0;}
.post-column-full .nav-links .page-numbers.current { width: 55px; height: 55px; }
.post-column-full .nav-links .page-numbers { margin: 0 10px; padding: 3px; font-size: 24px; }
.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers {width: 39px; height: 18px; margin: 0 16px; }

.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { font-size: 17px; padding: 19px 75px 19px 20px; }
.sidebar-blog.blog-sidebar-itm .sidebar-item input.search-submit { width: 68px; }
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a { font-size: 19px; letter-spacing: 0.3px; padding: 9px 8px 9px 30px; }
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a::before { top: 17px; }
.sidebar-blog.blog-sidebar-itm.blog-sdbr-cate-archves { padding: 30px 22px; }
.blog-sidebar-itm .sidebar-item .widget.widget_categories::before, .blog-sidebar-itm .sidebar-item .widget.widget_archive::before { width: 68px; }

.porfolio-list { gap: 34px 0; padding: 32px 0 48px; }
.hm-marketing-sec .inn-marketing-text p {font-size: 16px;}
.inn-marketing-btns { gap: 15px; }
.inn-marketing-btns a.cmn-btn { min-width: 280px; }
.single-pagination .nav-links a { font-size: 17px; padding: 17px 16px; width: 155px; }
.single-pagination { margin: 38px 0 0; }

.inn-btm-cta-btns{gap: 16px;}

.page-feature-img, .single-thumbnail, .inn-cmn-image { margin: 0 0 25px; height: 420px; }

.quote-form .gform_wrapper .gfield_label { font-size: 18px;margin: 0 0 8px; }
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea { font-size: 16px !important; padding: 16px 17px !important; }
.quote-form .gform_wrapper .gfield textarea {height: 130px !important;}
.quote-form .gform_wrapper .gform_footer input[type="submit"] { font-size: 19px !important; padding: 16px 36px !important; }


.inn-services-item {padding: 45px 18px 28px;}
.inn-services-item:after {top: 13px;right: 13px;width: 60px;height: 55px;}
.inn-services-item-img { margin: 0 auto 18px; }

}

@media screen and (max-width:1500px) {}
@media screen and (max-width:1440px) {



#main-heading { padding: 145px 0 0; }
.inn-bnr-blk { padding: 0 0 130px; }
#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 52px; }
#main-heading .inrpg-breadcrumbs { font-size: 16px; }
.inn-bnr-cont::before { width: 68px; height: 71px; left: -8px; top: -12px; }
.inn-bnr-cont::after { width: 75px; height: 70px; bottom: -70px; right: 0; }
.inn-bnr-cont { padding: 0 56px; }

.hm-scroll-sec.inn-scroll-sec { bottom: 20px; }

#post-content, #page-content { padding: 60px 0 0; }

#page-column p, #page-column li { font-size: 16px; margin: 0px 0 18px 0; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6 { margin: 0 0 12px; }
#page-column h1, #page-column h2 { font-size: 51px; }
#page-column h3 { font-size: 43px; }
#page-column h4 { font-size: 36px; } 
#page-column h5 { font-size: 28px; }
#page-column h6 { font-size: 24px; }

#page-column ul li, #page-column ol li { padding-left: 15px; margin: 0 0 9px; }
#page-column ul li:before { top: 9px; }
#page-column ol li { padding-left: 20px !important; }
.sidebar-page .widget h2,.sidebar-page .sidebar-item h2 { font-size: 33px; padding: 0 0 14px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 21px; letter-spacing: 0.3px; padding: 8px 26px 8px 24px; }
.sidebar-page .sidebar-menu-pa ul li a::before { top: 18px; left: 9px; width: 7px; height: 7px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a { font-size: 16px; }
.sidebar-page .sidebar-menu-pa ul li .drop { right: 8px; top: 15px; width: 14px; height: 12px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before { width: 6px; height: 6px; top: 15px; left: 11px; }
.sidebar-page .sidebar-menu-pa .sub-menu.open { padding: 6px 0 0 14px; }
.sidebar-page .widget.sdbr-menu { padding: 16px; }
.sidebar-page .widget { margin-bottom: 30px; }
.hm-marketing-sec.inn-marketing::before, .hm-marketing-sec.inn-marketing::after { width: 35%; height: 62%; bottom: 12.2%; }
.hm-marketing-sec.inn-marketing { padding: 105px 0 90px; }
.inn-bnr-blk::before {width: 92%;}
.inn-bnr-stars::before { right: 8px; }
.inn-bnr-stars::after { left: 8px; }
.inn-bnr-stars::before, .inn-bnr-stars::after { width: 17px; height: 17px; bottom: -7px; }

.inn-cont-blk { margin: 0 0 32px; }
.inn-item { padding: 28px 36px 42px; }
.inn-item-icon { width: 72px; }

.hm-our-partners-sec.inn-partners { padding: 85px 0 130px; }
.hm-our-partners-sec.inn-partners::before { width: 1200px; height: 18px; }
.abt-btm-img-blk .inn-cont-rite { padding-right: 25px; }

#page-column .inn-faq-accordion .accordion-section-title { font-size: 20px; padding: 18px 60px 18px 62px; background-position: top 21px right 26px; background-size: 14px; } 
#page-column .inn-faq-accordion .accordion-section-title::before { font-size: 35px; top: 9px; }
#page-column .inn-faq-accordion .accordion-section-content { padding: 0px 60px 18px 62px; }
.inn-faq-blk { gap: 90px; margin: 0 0 35px; }


.inn-work-sec .hm-our-wrk-top .text-heading { font-size: 46px; margin: 0 0 25px; } 
.web-site-prcss-itm:before { right: 20px; top: 12px; font-size: 54px; letter-spacing: -1.2px; }
.web-site-prcss-itm { padding: 45px 40px 48px; }
.web-site-prcss-lst { margin: 0 0 30px; }

#page-column .we-build-itm p { font-size: 15px; }
#page-column .we-build-itm h4 { font-size: 18px; }
.we-build-img { width: 120px; margin: 0 auto -8px; }
.we-build-itm { padding: 28px 22px 26px; }

#page-column .inn-tabs-blk li { font-size: 16px; padding: 12px 6px 13px; }
#page-column .inn-tabs-blk { padding: 0 0 15px;gap: 8px; }
#page-column .inn-tabs-blk li::before { width: 12px; height: 7px; bottom: -17px; }
#page-column .inn-tab-cont-blk { padding: 22px 52px; }
#page-column .inn-contact-item h5 { padding-top: 55px; font-size: 30px; }
#page-column .inn-contact-item h5::before { width: 35px; height: 35px; }
#page-column .inn-contact-item.inn-cont-map h5::before { width: 23px; height: 35px; }
#page-column .inn-contact-item h6 { font-size: 37px; }
#page-column .inn-contact-item p { font-size: 18px; }
.inn-cont-scl-links a {width: 48px;height: 40px;}
.inn-contact-item { padding: 42px 23px 55px; }
#page-content.contact-page { padding-bottom: 60px; }

.indstry-serve-itm { padding: 28px 22px 34px 26px; }
#page-column .indstry-serve-itm h4 { font-size: 23px; min-height: 52px; }
#page-column .indstry-serve-itm p { font-size: 15px; }
.indstry-serve-img { width: 95px; margin: 0 0 -8px; }
.indstry-serve-itm:before { width: calc(100% + 18px); height: calc(100% + 24px); left: -9px; }

.indstry-serve-lst { margin: 35px 0; }

.sidebar-blog input.search-field, .sidebar-blog .widget select { padding: 18px 70px 18px 20px; font-size: 16px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {width: 64px;}
.sidebar-blog-item .widget.widget_archive::before, .sidebar-blog-item .widget.widget_categories::before, .sidebar-item .widget.widget_categories::before, .sidebar-item .widget.widget_archive::before {width: 64px;}
.sidebar-blog { margin: 0 0 28px; gap: 0 18px; }

#post-content .posts-block h3 a { font-size: 29px; }
#post-content .posts-block { padding: 40px 24px 0; }
#post-content .posts-readmore a { font-size: 16px; letter-spacing:2.5px; }
#post-content .posts-block h3 { margin: 0 0 20px; }
#post-content .posts-list { padding: 0 0 50px; }
#post-content .posts-readmore { bottom: 30px; padding-left: 2px; }
.blg-post-date {bottom: -18px; left: 24px; padding: 10px 24px; font-size: 16px; } 
#post-content .posts-thumbnail { height: 205px; } 
.post-column-full .nav-links { margin: 14px 0px 0; }

.post-column-full .nav-links .page-numbers.current { width: 52px; height: 52px; } 
.post-column-full .nav-links .page-numbers { margin: 0 8px; padding: 3px; font-size: 21px; } 
.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers { width: 36px; height: 18px; margin: 0 14px; }

.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { font-size: 16px; padding: 17px 70px 17px 18px; }
.sidebar-blog.blog-sidebar-itm .sidebar-item input.search-submit { width: 62px; }
.blog-sidebar-itm .sidebar-item .widget.widget_categories::before, .blog-sidebar-itm .sidebar-item .widget.widget_archive::before { width: 62px; }
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a { font-size: 18px; letter-spacing: 0.2px; padding: 9px 8px 9px 26px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item { margin-bottom: 22px; }
.sidebar-blog.blog-sidebar-itm.blog-sdbr-cate-archves { padding: 26px 20px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 12px;} 
.porfolio-list { gap: 30px 0; padding: 28px 0 40px; }

.hm-marketing-sec .inn-marketing-text p {font-size: 15px;}
.inn-marketing-btns a.cmn-btn { min-width: 250px; }

.single-pagination .nav-links a { font-size: 15px; padding: 14px 14px; width: 142px; }
.single-pagination { margin: 32px 0 0; }

.inn-btm-cta-btns{gap: 14px;}
.page-feature-img, .single-thumbnail, .inn-cmn-image { margin: 0 0 22px; height: 380px; }



.quote-form .gform_wrapper .gfield_label { font-size: 17px; } 
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea { font-size: 15px !important; padding: 15px 15px !important; }
.quote-form .gform_wrapper.gform-theme--foundation .gform_fields {gap: 12px 0;} 
.quote-form .gform_wrapper .gfield textarea { height: 112px !important; }
.quote-form .gform_wrapper .gform_footer input[type="submit"] { font-size: 18px !important; padding: 15px 30px !important; } 
.quote-form .gform_wrapper .gform_footer { margin: 16px 0 0; }
.inn-services-item { padding: 40px 17px 26px; }
.inn-services-item-img { margin: 0 auto 16px; }
.inn-services-item:after { top: 12px; right: 12px; width: 52px; height: 48px; }
.inn-services-blk { gap: 25px 3%; }

}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1240px) {

#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 45px; }
#main-heading .inrpg-breadcrumbs { font-size: 14px; }
.inn-bnr-cont::before { width: 50px; height: 53px; left: -4px; top: -14px; }
.inn-bnr-cont::after {width: 52px;height: 48px;bottom: -60px;} 
.inn-bnr-cont { padding: 0 50px; }
#main-heading { padding: 125px 0 0; } 
.inn-bnr-blk { padding: 0 0 120px; }
.hm-scroll-sec.inn-scroll-sec { bottom: 16px; }
.inn-bnr-stars::before, .inn-bnr-stars::after { width: 15px; height: 15px; bottom: -7px; }

#post-content, #page-content { padding: 45px 0 0; }
#page-column p, #page-column li { font-size: 15px; margin: 0px 0 15px 0; }
#page-column h1, #page-column h2 { font-size: 44px; } 
#page-column h3 { font-size: 37px; }
#page-column h4 { font-size: 32px; } 
#page-column h5 { font-size: 25px; }
#page-column h6 { font-size: 21px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6 { margin: 0 0 10px; }

#page-column ul li, #page-column ol li { padding-left: 14px; margin: 0 0 7px; }
#page-column ul li:before { top: 8px; width: 6px; height: 6px; }

#page-column li ul {padding: 13px 0 0 8px;}
#page-column ol, #page-column ul { margin: 0 0 20px 0px; }

.sidebar-page .widget h2 ,.sidebar-page .sidebar-item h2{ font-size: 28px; padding: 0 0 12px; }
.sidebar-page .widget.sdbr-menu h2 { margin: 0 4px 10px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 19px; letter-spacing: 0.2px; padding: 8px 22px 8px 20px; }
.sidebar-page .widget.sdbr-menu { padding: 12px; }
.sidebar-page .sidebar-menu-pa ul li a::before { top: 16px; left: 8px; width: 6px; height: 6px; }
.sidebar-page .sidebar-menu-pa ul li .drop { right: 6px; top: 14px; width: 12px; height: 12px; }

.sidebar-page .sidebar-menu-pa .sub-menu li a { font-size: 14px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before { width: 5px; height: 5px; top: 14px; left: 8px; }


.inn-cont-blk { margin: 0 0 28px; }
.inn-item { padding: 24px 22px 28px; }
.inn-item-icon { margin: 0 0 10px; width: 64px; }
.inn-items-list { margin: 0 0 30px; }

.hm-our-partners-sec.inn-partners::before { width: 892px; height: 13px; }
.hm-our-partners-sec.inn-partners { padding: 70px 0 100px; }
#page-column .inn-faq-accordion .accordion-section-title { font-size: 18px; padding: 16px 50px 16px 52px; background-position: top 20px right 24px; background-size: 12px; }
#page-column .inn-faq-accordion .accordion-section-title::before { font-size: 30px; top: 10px; }
#page-column .inn-faq-accordion .accordion-section-content { padding: 0px 50px 15px 52px; }
.inn-faq-blk { gap: 70px; margin: 0 0 30px; }


.inn-work-sec .hm-our-wrk-top .text-heading { font-size: 35px; margin: 0 0 23px; }
.web-site-prcss-itm:before { right: 16px; top: 10px; font-size: 42px; letter-spacing: -1px; }
.web-site-prcss-itm { padding: 38px 25px 38px; }
.web-site-prcss-lst {gap: 16px 1.4%;}


#page-column .we-build-itm p { font-size: 14px; }
.we-build-itm { padding: 24px 18px 22px; }
#page-column .we-build-itm h4 { font-size: 17px; }
.we-build-img { width: 110px; margin: 0 auto -8px; }

#page-column .inn-tabs-blk li { font-size: 15px; padding: 10px 5px 11px; }
#page-column .inn-tab-cont-blk { padding: 18px 32px; }


#page-column .inn-contact-item h5 { padding-top: 46px; font-size: 25px; margin: 0 0 6px; }
#page-column .inn-contact-item h6 { font-size: 30px; }
#page-column .inn-contact-item p { font-size: 16px; }
.inn-cont-scl-links a { width: 44px; height: 37px; }
#page-column .inn-contact-item h5::before { width: 28px; height: 28px; }
#page-column .inn-contact-item.inn-cont-map h5::before {width: 19px;height: 28px; }
.inn-contact-item { padding: 35px 16px 45px; }
#page-content.contact-page { padding-bottom: 45px; }

#page-column .indstry-serve-itm h4 { font-size: 20px; min-height: 48px; }
.indstry-serve-img { width: 85px; margin: 0 0 -8px; } 
#page-column .indstry-serve-itm p { font-size: 14px; }
.indstry-serve-itm { padding: 24px 15px 28px 20px; }
.indstry-serve-itm:before { width: calc(100% + 10px); height: calc(100% + 20px); left: -5px; }
.indstry-serve-lst { margin: 30px 0; }

#post-content .posts-block h3 a { font-size: 24px; }
#post-content .posts-block h3 { margin: 0 0 16px; }
#post-content .posts-readmore a { font-size: 14px; letter-spacing: 2px; }
#post-content .posts-block { padding: 32px 20px 0; }
.blg-post-date { bottom: -16px; left: 20px; padding: 9px 22px; font-size: 14px; }
#post-content .posts-list { padding: 0 0 42px; }
#post-content .posts-readmore { bottom: 25px; padding-left: 1px; }
#post-content .posts-thumbnail { height: 165px; }


.sidebar-blog input.search-field, .sidebar-blog .widget select { padding: 15px 62px 15px 18px; font-size: 15px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { width: 57px; }
.sidebar-blog-item .widget.widget_archive::before, .sidebar-blog-item .widget.widget_categories::before, .sidebar-item .widget.widget_categories::before, .sidebar-item .widget.widget_archive::before { width: 57px; }
.sidebar-blog { margin: 0 0 25px; gap: 0 15px; }
.post-column-full .nav-links .page-numbers.current { width: 45px; height: 45px; }
.post-column-full .nav-links .page-numbers { margin: 0 7px; padding: 3px; font-size: 19px; }
.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers { width: 34px; height: 17px; margin: 0 14px; }

.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { font-size: 15px; padding: 15px 60px 15px 14px; }
.sidebar-blog.blog-sidebar-itm .sidebar-item input.search-submit { width: 55px; }
.sidebar-blog.blog-sidebar-itm.blog-sdbr-cate-archves { padding: 20px 15px; }
.blog-sidebar-itm .sidebar-item .widget.widget_categories::before, .blog-sidebar-itm .sidebar-item .widget.widget_archive::before { width: 55px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item { margin-bottom: 18px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 10px;}
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a { font-size: 16px; letter-spacing: 0.2px; padding: 8px 6px 8px 20px; }
.sidebar-page.sidebar-single .sidebar-menu-pa ul li a::before { top: 15px; }
.porfolio-list { gap: 25px 0; padding: 25px 0 32px; }

.hm-marketing-sec .inn-marketing-text p {font-size: 14px;}
.inn-marketing-btns a.cmn-btn { min-width: 220px; }

.single-pagination .nav-links a { font-size: 14px; padding: 12px 12px; width: 130px; }
.single-pagination { margin: 28px 0 0; }

.sidebar-page .widget { margin-bottom: 24px; } 
.inn-faq-lft { padding: 20px 0 0; width: 65%; }
.inn-cont-center-block { padding: 12px; margin: 18px 0; }
.page-feature-img, .single-thumbnail, .inn-cmn-image { margin: 0 0 18px; height: 340px; }

.quote-form .gform_wrapper .gfield_label { font-size: 15px; }
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea { font-size: 15px !important; padding: 13px 12px !important; border-width: 1px !important; }
.quote-form .gform_wrapper .gfield textarea { height: 95px !important; }
.quote-form .gform_wrapper .gform_footer input[type="submit"] { font-size: 16px !important; padding: 13px 26px !important; }

.inn-services-item { padding: 35px 15px 24px; }
.inn-services-item:after { top: 10px; right: 10px; width: 45px; height: 41px; }
.quote-form .gfield_description.validation_message {font-size: 11px;bottom: 3px;}
.quote-form .gfield_description.instruction.validation_message { bottom: 22px; }


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

.inn-bnr-cont { padding: 0 40px; }
#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 40px; margin: 0 0 5px; }
#main-heading { padding: 50px 0 0; border-bottom: 1px solid rgba(0, 133, 200, 0.4); }
.inn-bnr-cont::before { width: 40px; height: 42px; left: -2px; top: -10px; }
.inn-bnr-blk { padding: 0 0 60px; }
.inn-bnr-cont::after { width: 40px; height: 37px; bottom: -40px; }
.hm-scroll-sec.inn-scroll-sec { bottom: 0; position: relative; padding: 0 0 10px; }

.inn-bnr-blk::before{display: none;}
.inn-bnr-stars::before, .inn-bnr-stars::after{display: none;}

#post-content, #page-content { padding: 40px 0 0; }
#single-column, #post-column, #page-column { width: 100%;margin: 0 0 30px; }
#page-column.full-width, .full-width{ margin: 0; }
.sidebar-page, .sidebar-single { width: 100%; max-width: 300px; margin: 0 auto; }
.hm-marketing-sec.inn-marketing { padding: 70px 0 40px; }
#page-column h1, #page-column h2 { font-size: 38px; }
#page-column h3 { font-size: 32px; }
#page-column h4 { font-size: 28px; }
#page-column h5 { font-size: 23px; }
#page-column h6 { font-size: 20px; }

.inn-items-list { margin: 0 0 30px; flex-wrap: wrap; justify-content: center; gap: 20px 4%; }
.inn-item { padding: 24px 22px 28px; width: 48%; }

.inn-cont-blk { margin: 0 0 30px;  }
.inn-cont-img-blk { flex-direction: column; justify-content: center; align-items: center; }
.inn-cont-lft { width: 100%;margin: 0 0 25px; text-align: center;}
.inn-cont-rite { width: 100%;text-align: center; }
.abt-top-img-blk .inn-cont-rite { width: 100%; }
.inn-cont-img{width: 100%;max-width: 450px;margin: 0 auto;}

.webdesign-scnd-img-blk .inn-cont-lft { width: 100%; }

.abt-btm-img-blk .inn-cont-lft { width: 100%; }
.abt-btm-img-blk .inn-cont-rite { padding-right: 0; width: 100%; }

#page-column h1 br, #page-column h2 br, #page-column h3 br, #page-column h4 br, #page-column h5 br, #page-column h6 br{ display: none; }
.inn-cont-blk-btns { gap: 12px; justify-content: center; }
.hm-our-partners-sec.inn-partners::before{display: none;} 
.hm-our-partners-sec.inn-partners { padding: 40px 0; }

.inn-work-sec .hm-our-wrk-top .text-heading { font-size: 32px; margin: 0 0 20px; }

.inn-faq-blk { gap: 0; margin: 0 0 30px; flex-direction: column-reverse; align-items: center; }
.inn-faq-lft { padding: 0; width: 100%; }
.inn-faq-rite-image { width: 100%; max-width: 300px;margin: 0 0 25px; }

.webdesign-top-blk .inn-cont-lft { width: 100%; }
.webdesign-top-blk .inn-cont-rite { width: 100%; }


.web-site-prcss-itm { padding: 38px 30px 38px; width: 49%; }
.we-build-itm, .we-build-itm:nth-child(4n), .we-build-itm:nth-child(5n), .we-build-itm:nth-child(6n), .we-build-itm:nth-child(7n), .we-build-itm:last-child { padding: 25px 20px 22px; width: 48%; border-right-width: 1px; border-left-width: 1px; border-left-style: solid; border-right-style: solid; border-image-source: linear-gradient(0deg, rgba(8, 156, 254, 0.5) 0%, #089cfe00 100%); border-image-slice: 1; border-bottom: 1px solid rgba(8, 156, 254, 0.5); }
.we-build-lst { gap: 15px; }



#page-column .inn-tabs-blk{flex-wrap: wrap;padding: 0 0 12px;}
#page-column .inn-tabs-blk.inn-tabs-five li ,#page-column .inn-tabs-blk.inn-tabs-four li,#page-column .inn-tabs-blk li{ width: 48%; }
#page-column .inn-tabs-blk li.selected::before{display: none;}
#page-column .inn-tab-cont-blk {
padding: 18px 26px;
}
.legal-mark-cont-blk .inn-cont-rite { width: 100%; }

.legal-mark-cont-blk .inn-cont-lft {width: 100%;}


.inn-contact-lst { justify-content: center; flex-wrap: wrap; gap: 15px; }
.inn-contact-item { padding: 35px 16px 45px; width: 100%; max-width: 350px; }
#page-content.contact-page { padding-bottom: 40px; }

.indstry-serve-itm { padding: 24px 15px 28px 20px; width: 50%; }
#page-column .indstry-serve-itm p { font-size: 15px; }
#page-column .indstry-serve-itm h4 { font-size: 22px; min-height: 50px; }


#post-content .posts-list { padding: 0 0 42px; width: 47%; margin: 0 1.5% 20px; }
.sidebar-blog { gap: 12px; flex-direction: column; width: 100%; margin: 0 auto 20px; max-width: 300px; }
#post-content .posts-thumbnail { height: 180px; } 
.porfolio-item { width: 50%; }

.hm-marketing-sec .inn-marketing-text p br{display: none;}
/* .inn-marketing-text { width: 80%; margin: 0 auto; } */

.hm-marketing-sec.inn-marketing.inn-marketing-mbl::before, .hm-marketing-sec.inn-marketing.inn-marketing-mbl::after{ display: none; }
.sidebar-page .widget { margin-bottom: 20px; }


.inn-btm-cta-btns{gap: 10px;}
.quote-form .gform_wrapper.gform-theme--foundation .gform_fields { gap: 10px 0; }

.quote-form .gform_wrapper .gform_footer input[type="submit"] { font-size: 15px !important; padding: 12px 24px !important; }

.quote-pg-cont  p br{
    display: none;
}

.inn-cont-img-blk.inn-cont-img-rite-blk{
    flex-direction: column-reverse;
}
.inn-cont-img-blk.inn-cont-img-rite-blk .inn-cont-lft{
    margin: 0;
}
.inn-cont-img-blk.inn-cont-img-rite-blk .inn-cont-rite{
    margin: 0 0 25px;
}
.inn-services-item { padding: 35px 15px 24px; width: 48%; }


}

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



#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 36px;line-height: 1.12; }
#main-heading {padding: 40px 0 0;}
.inn-bnr-blk { padding: 0 0 50px; }
.inn-bnr-cont::before { width: 32px; height: 34px; left: -2px; top: -8px; }
.inn-bnr-cont::after { width: 34px; height: 32px; bottom: -34px; }
.inn-bnr-cont { padding: 0 35px; }

#post-content, #page-content { padding: 35px 0 0; }

#page-column h1, #page-column h2 { font-size: 35px; }
#page-column h3 { font-size: 31px; }
#page-column h4 { font-size: 27px; }
#page-column h5 { font-size: 22px; }
#page-column h6 { font-size: 19px; }

.inn-item { padding: 24px 22px 28px; width: 100%; text-align: center; }
.inn-item-icon { margin: 0 auto 10px; width: 64px; }
.hm-our-partners-sec.inn-partners { background-image: url(images/inn-about-partners-bg-mbl.webp); border-bottom: 1px solid rgb(0 133 200 / 40%); }

.web-site-prcss-itm { padding: 38px 30px 38px; width: 100%; max-width: 320px; }
.web-site-prcss-img { width: 100%; margin: 0 auto 15px; max-width: 90px; }

.we-build-itm, .we-build-itm:nth-child(4n), .we-build-itm:nth-child(5n), .we-build-itm:nth-child(6n), .we-build-itm:nth-child(7n), .we-build-itm:last-child {padding: 25px 20px 22px;width: 100%;max-width: 330px;}
#page-content.contact-page { padding-bottom: 35px; }

#post-content .posts-list { width: 100%; margin: 0 1.2% 18px; max-width: 330px; }
#post-content .posts-block h3 a { font-size: 23px; }


.porfolio-item { width: 100%; max-width: 400px; }
.porfolio-list {gap: 20px 0;}
.inn-marketing-btns a.cmn-btn { min-width: 200px; }

.hm-marketing-sec .inn-marketing-text p { font-size: 14px; line-height: 1.4; }

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

        
    
.hm-marketing-sec.inn-marketing::before, .hm-marketing-sec.inn-marketing::after { width: 27%; height: 52%; bottom: 20%; }
.hm-marketing-sec.inn-marketing { padding: 60px 0 45px; }

#main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 32px; }
#main-heading .inrpg-breadcrumbs { font-size: 13px; }
.inn-bnr-blk { padding: 0 0 35px; }
#main-heading {padding: 35px 0 0;}

.inn-bnr-cont::before { width: 20px; height: 21px; left: -2px; top: -25px; }
.inn-bnr-cont::after { width: 20px; height: 19px; bottom: -27px; }
.inn-bnr-cont { padding: 0 0px; }

#page-column .inn-faq-accordion .accordion-section-title { font-size: 17px; padding: 14px 40px 14px 42px; background-position: top 17px right 14px; background-size: 11px; }
#page-column .inn-faq-accordion .accordion-section-title::before { font-size: 25px; top: 10px; }
#page-column .inn-faq-accordion .accordion-section-content { padding: 0px 40px 15px 42px; }
#page-column .inn-tabs-blk.inn-tabs-five li ,#page-column .inn-tabs-blk.inn-tabs-four li,#page-column .inn-tabs-blk li{ width: 100%; }
#page-column .inn-tabs-blk { padding: 0 0 10px; gap: 6px; }
#page-column .inn-tab-cont-blk { padding: 12px 0px; }
.indstry-serve-itm {  width: 100%; max-width: 400px; }
.post-column-full .nav-links .page-numbers.current { width: 42px; height: 42px; }
.post-column-full .nav-links .page-numbers { margin: 0 6px; padding: 3px; font-size: 18px; }
.post-column-full .nav-links a.prev.page-numbers, .post-column-full .nav-links a.next.page-numbers { width: 32px; height: 16px; margin: 0 12px; }
.post-column-full .nav-links { margin: 10px 0px 0; }

.inn-marketing-btns { gap: 10px; flex-direction: column; }
/* .inn-marketing-text { width: 100%; margin: 0 auto; } */
.hm-marketing-img.inn-marketing.inn-marketing-mbl { width: 60%; }

.sidebar-page .widget h2, .sidebar-page .sidebar-item h2 { font-size: 26px; padding: 0 0 12px; }
     
#page-column .inn-faq-accordion .accordion-section-content p {line-height: 1.5;}
#page-column .inn-cont-center-block p{ margin: 0 0 8px; }


.alignright,.alignleft ,.aligncenter{ width: 100% !important; margin: 0 0 20px; }

.page-feature-img, .single-thumbnail, .inn-cmn-image { height: 300px; }

.quote-form .gform_wrapper .gfield.quote-top-name-fields { width: 100%; }
.inn-services-item { padding: 33px 14px 20px; width: 100%; max-width: 285px; }
.inn-services-blk { gap: 15px; }
.inn-services-item-img { margin: 0 auto 15px; width: 100%; max-width: 120px; }
.inn-services-item:after { width: 40px; height: 38px; }

.seo-genarate-page #csg-body { flex-direction: column; }
.seo-genarate-page #csg-sidebar{width: 100%;}
.seo-genarate-page #csg-main{width: 100%;}
.seo-genarate-page #csg-header-logo {

    flex-direction: column;
}
.seo-genarate-page #csg-header {
    height: auto;
    padding-bottom: 10px;
}
.seo-genarate-page #csg-empty-state{
    position: relative;
}
}

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



    #page-column h1, #page-column h2 { font-size: 28px; }
    #page-column h3 { font-size: 25px; }
    #page-column h4 { font-size: 23px; }
    #page-column h5 { font-size: 20px; }
    #page-column h6 { font-size: 18px; }


    #page-column p, #page-column li { font-size: 14px; margin: 0px 0 12px 0; }
    #page-column ul li, #page-column ol li { padding-left: 13px; margin: 0 0 5px; }
    #page-column ul li:before {top: 7px;}
    #page-column li ul { padding: 10px 0 0 6px; }



    #main-heading h1, #main-heading h2 ,#main-heading .inn-banner-title { font-size: 25px; }

    .inn-item { padding: 22px 18px 25px; }




#page-column .inn-faq-accordion .accordion-section-title { font-size: 15px; padding: 12px 26px 12px 28px; background-position: top 16px right 10px; background-size: 10px; }
#page-column .inn-faq-accordion .accordion-section-title::before { font-size: 17px; top: 12px; }
#page-column .inn-faq-accordion .accordion-section-content { padding: 0px 0px 12px 28px; }


.web-site-prcss-itm:before { right: 14px; top: 9px; font-size: 36px; letter-spacing: -0.6px; }
.web-site-prcss-itm { padding: 30px 20px 26px; }

.we-build-itm, .we-build-itm:nth-child(4n), .we-build-itm:nth-child(5n), .we-build-itm:nth-child(6n), .we-build-itm:nth-child(7n), .we-build-itm:last-child {padding: 22px 17px 20px;}
.we-build-img { width: 105px; margin: 0 auto -6px; }
#page-column .inn-tabs-blk li { font-size: 14px; padding: 9px 5px 10px; }

#page-column .inn-contact-item h5 { padding-top: 40px; font-size: 20px; margin: 0 0 5px; }
#page-column .inn-contact-item h5::before { width: 25px; height: 25px; } 
#page-column .inn-contact-item.inn-cont-map h5::before { width: 17px; height: 25px; }
#page-column .inn-contact-item h6 { font-size: 27px; }
#page-column .inn-contact-item p { font-size: 15px; }
.inn-cont-scl-links a { width: 42px; height: 35px; }
.inn-contact-item {padding: 26px 12px 32px;}

.indstry-serve-itm { padding: 20px 13px 24px 18px; } 
.indstry-serve-img { width: 80px; margin: 0 0 -6px; }
#page-column .indstry-serve-itm p { font-size: 14px; }
#page-column .indstry-serve-itm h4 {font-size: 21px;}

#post-content .posts-block h3 a { font-size: 21px; } 
#post-content .posts-block { padding: 26px 16px 0; }
#post-content .posts-readmore a { font-size: 13px; letter-spacing: 2px; }
.blg-post-date { bottom: -14px; left: 16px; padding: 8px 19px; font-size: 13px; }
#post-content .posts-list {padding: 0 0 38px;margin: 0 0 15px;}
.post-column-full { flex-direction: column; align-items: center; }
#post-content .posts-readmore { bottom: 22px; }

.sidebar-blog input.search-field, .sidebar-blog .widget select { padding: 14px 58px 14px 16px; font-size: 14px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { width: 53px; }
.sidebar-blog-item .widget.widget_archive::before, .sidebar-blog-item .widget.widget_categories::before, .sidebar-item .widget.widget_categories::before, .sidebar-item .widget.widget_archive::before { width: 53px; }

.single-pagination .nav-links a { font-size: 13px; padding: 11px 8px; width: 110px; }
.single-pagination { margin: 24px 0 0; }
.inn-marketing-btns { width: 100%; margin: auto; }
.inn-cont-center-block { padding: 10px; margin: 15px 0; }

.page-feature-img, .single-thumbnail, .inn-cmn-image { margin: 0 0 15px; height: 280px; }
.quote-form .gform_wrapper .gfield input, .quote-form .gform_wrapper .gfield select, .quote-form .gform_wrapper .gfield textarea { font-size: 14px !important; padding: 10px 9px !important; }
.quote-form .gform_wrapper .gfield_label { font-size: 14px;margin: 0 0 5px; }
.quote-form .gform_wrapper.gform-theme--foundation .gform_fields { gap: 8px 0; }
.quote-form .gform_wrapper .gform_footer input[type="submit"] { font-size: 14px !important; padding: 10px 24px !important; }
.quote-form .gform_wrapper .gfield textarea { height: 85px !important; }



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

    .page-feature-img, .single-thumbnail, .inn-cmn-image { height: 260px; }


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

#post-content .posts-thumbnail { height: 170px; }



}





