.hm-form-sec.inner-pages {
    display: none;
}

.page_bnr {
    background-image: url(../images/inner-pg-bnr.webp);
    background-size: cover;
    padding: 220px 0 110px 0;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_title {
    padding: 0 0 35px 0;
    position: relative;
}
.page_title::before{
    content: '';
    position: absolute;
    background-image: url(../images/inr-title-bfr.webp);
    background-repeat: no-repeat;
    width: 192px;
    height: 21px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.page_title h1,
.page_title h2 {
    font-family: 'Gloock';
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    position: relative;
    margin: 0 0 10px 0;
}
.inrpg-breadcrumbs {
    font-family: 'Sora';
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}
.inrpg-breadcrumbs span.breadcrumb_last {
    color: #fff;
}
.page_default {
    padding: 130px 0;
    position: relative;
}
.page_content {
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 64%;
}
.genpg-rite.full-width {
    width: 100%;
}
.genpg-lft {
    width: 32.7%;
    max-width: 490px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: 'Gloock';
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}
h1 strong,
h2 strong{
    font-weight: 400;
    color: #ff400d;
}
h1,
h2,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 64px;
}
h3 {
    font-size: 50px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 35px;
}
h6 {
    font-size: 30px;
}
p,
li {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.4px;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite a {
    color: #ff400d;
    text-decoration: none;
}
.page_default .genpg-rite li {
    padding-left: 35px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    position: absolute;
    content: "";
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -112px;
    width: 27px;
    height: 25px;
    left: 0;
    top: 3px;
    margin: auto;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: #ff400d;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #000;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
.genpg-lft {
    display: flex;
    flex-direction: column;
}
.page-navi {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
}
.page_default .genpg-rite a.single-blg-btn {
    display: inline-block;
    font-family: 'Sora';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #ff400d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 4px;
    border: 1px solid #ff400d;
    position: relative;
}
.page_default .genpg-rite .page-navi-block.page-navi-nxt  a.single-blg-btn {
    background-color: #fff;
    border: 1px solid #ff400d;
    color: #000;
}
.page_default .genpg-rite .page-navi-block.page-navi-nxt  a.single-blg-btn:hover {
    color: #fff;
    background-color: #ff400d;
}
.page_default .genpg-rite a.single-blg-btn:hover{
    background-color: #fff;
    border: 1px solid #ff400d;
    color: #000;
}
/*  SearchPage Styles */
.search-no-results article.post .entry-header {
    margin: 0;
}
.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}
/* Sidebar Styles */
.genpg-lft .widget {
    background-color: #f8e9da;
    padding: 40px 40px;
    border-radius: 40px;
    margin: 0 0 50px 0;
}
.genpg-lft .widget h4.widget-title {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 25px;
    border: 0;
}
.genpg-lft .widget h4.widget-title::before {
    position: absolute;
    content: "";
    background-color: #dabda2;
    width: 100%;
    height: 1px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.genpg-lft .widget ul {
    margin: 0;
}
.genpg-lft .widget ul li a {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-left: 37px;
    position: relative;
}
.genpg-lft .widget ul li {
    margin: 0 0 25px 0;
    position: relative;
    border: 0;
    padding: 0;
}
.genpg-lft .widget ul li a::before {
    position: absolute;
    content: "";
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -112px;
    width: 27px;
    height: 25px;
    left: 0;
    top: 5px;
    margin: auto;
}
.genpg-lft .widget ul li a:hover::before {
    background-position: -13px -146px;
}
.genpg-lft .widget ul li:last-child {
    margin: 0;
}
.genpg-lft .widget ul li a:hover {
    color: #f73e0d;
}
.genpg-lft .widget ul.sub-menu {
    display: none;
    padding: 10px 0 0 0;
}
.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}
.genpg-lft .menu-item-has-children>button {
    font-family: var(--bodyFont);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}
.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 60px;
    top: -10px;
    position: relative;
}
.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}
.genpg-lft .widget ul.sub-menu li a {
    font-size: 25px;
}
/* Table Content */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
}
.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}
.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #1e90ff !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}
.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}
.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}
/* SideBar testimonials */
.genpg-lft .widget.sd-testi {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 40px 40px 50px;
    z-index: 1;
}
.genpg-lft .widget.sd-testi::before {
    content: "";
    background-color: #ff400d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
    transform: rotate(1deg);
}

.genpg-lft .widget.sd-testi::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
}


.genpg-lft .sdb-testi-item{position: relative; padding: 0 0 50px;}

.genpg-lft .sdb-testi-item::before {
    content: "";
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -192px;
    width: 62px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 8px;
    right: 0;
    margin: auto;
}
.genpg-lft .widget.sd-testi h4.widget-title {
    margin: 0 0 45px;
    padding: 0;
    z-index: 1;
}
.genpg-lft .widget.sd-testi h4.widget-title::before {
    display: none;
}
.genpg-lft .widget.sd-testi .star-rat {
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -220px -112px;
    width: 129px;
    height: 25px;
    margin: 0 auto 30px;
}
.sidebar-testi {
    text-align: center;
    position: relative;
    z-index: 1;
}
.genpg-lft .widget.sd-testi .sidebar-testi p {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.95;
    color: #000;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 30px;
}
.genpg-lft .widget.sd-testi h5 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #ff400d;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.genpg-lft .widget.sd-testi h5 .testi-client {
    font-weight: 400;
    display: block;
    color: #8a8a8a;
    font-size: 20px;
    padding: 10px 0 0;
    text-transform: capitalize;
}
.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
}
.sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 150px;
}
.sidebar-testi .slick-next, .sidebar-testi .slick-prev {
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -96px -192px;
    width: 49px;
    height: 35px;
    top: unset;
    bottom: 15px;
    transform: scale(0.8);
    left: 130px;
}
.sidebar-testi .slick-prev{
    right: 75px;
}
.sidebar-testi .slick-next {
    background-position: -165px -192px;
}
.sidebar-testi .slick-next:before, .sidebar-testi .slick-prev:before{
    display: none;
}
.sidebar-testi .slick-prev:hover {
    background-position: -96px -234px;
}
.sidebar-testi .slick-next:hover {
    background-position: -165px -234px;
}
/* Blog Sidebar */
blockquote {
    border: 0;
}
.widget-title {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 55px;
    text-align: center;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #000;
    position: relative;
    padding: 0;
    border: 0;
}
.widget.widget_custom_html {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    order: 3;
}
.widget.widget_custom_html h6 {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #3b2618;
    margin: 0 0 22px;
}
.blg-fm input,
.blg-fm textarea {
    width: 100% !important;
    padding: 20px 30px !important;
    border: 1px solid #e0ccb8 !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    margin-bottom: 13px !important;
}
.blg-fm textarea {
    width: 100% !important;
    padding: 18px 30px !important;
    border: 1px solid #e0ccb8 !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    resize: none;
    height: 153px;
}
.blg-fm p {
    margin: 0;
}
.blg-fm .form-links a,
.blg-fm .gchoice label {
    display: inline-block !important;
    text-decoration: none !important;
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #3b2618 !important;
    margin: 0 !important;
}
.blg-fm .form-links {
    width: 100%;
}
.blg-fm .form-links a:hover {
    color: #ff400d !important;
}
.blg-fm input[type=checkbox] {
    width: auto !important;
    padding: 0 !important;
    margin: -3px 3px 0 0 !important;
}
.genpg-lft .widget.widget_custom_html h4.widget-title {
    padding: 0;
}
.wpcf7-form .blg-fm .gchoice label .blg-fm .wpcf7-not-valid-tip {
    position: absolute;
    top: 12px;
    right: 5px;
}
.wpcf7-form .blg-fm .gchoice {
    margin: 0 0 22px;
}
.blg-fm .submit-btn input[type=submit] {
    display: inline-block;
    font-family: 'Sora' !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #fff !important;
    background-color: #ff400d !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 20px 60px 20px 35px !important;
    border-radius: 4px !important;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
}
.blg-fm .submit-btn input[type=submit]:hover {
    background-color: #000 !important;
}
.blg-fm .submit-btn {
    position: relative;
}
.widget.widget_custom_html .blg-fm .submit-btn::before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -166px -21px;
    width: 24px;
    height: 19px;
    top: 0;
    bottom: 36px;
    right: 90px;
    margin: auto;
    z-index: 1;
}
.blg-fm .wpcf7-not-valid-tip {
    position: absolute;
    top: 10px;
    right: 5px;
}
.blg-fm input::placeholder,
.blg-fm textarea::placeholder,
.blg-fm input,
.blg-fm textarea {
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #626262 !important;
    margin: 0 0 17px !important;
}
.blg-fm .wpcf7-list-item {
    margin: 0;
}
.blg-fm .form-links a,
.blg-fm .gchoice label {
    display: inline !important;
    text-decoration: none !important;
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #3b2618 !important;
    margin: 0 !important;
    width: 100%;
}
.genpg-lft .blog-archives {
    padding: 50px 35px 70px;
    background-color: #ff400d;
    position: relative;
    border-radius: 35px;
    margin: 0 0 50px;
}
.genpg-lft .blog-archives .widget {
    margin: 0 0 42px 0;
    background-color: transparent;
    padding: 0;
    position: relative;
}
.genpg-lft .blog-archives .widget:last-child {
    margin: 0px;
}
.genpg-lft .blog-archives .widget input,
.genpg-lft .blog-archives .widget select {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #555952;
    padding: 23px 30px !important;
    background-color: #fff !important;
    width: 100% !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url(../images/blg-search-icn.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 92% 56%;
    border-radius: 5px;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
}
.genpg-lft .blog-archives .widget select {
    background-image: url(../images/blg-drp-dwn.webp);
}
.genpg-lft .blog-archives .widget .search-field {
    cursor: text;
    background-image: none;
}
.genpg-lft .blog-archives .widget select option {
    color: #000000;
}
.genpg-lft .blog-archives .widget h4.widget-title:before,
.widget_custom_html .widget-title:before {
    display: none;
}
.genpg-lft .blog-archives .widget h4.widget-title {
    text-align: left;
    color: #fff;
    padding: 0;
    border: 0;
}
.genpg-lft .blog-archives .widget .search-submit {
    font-size: 0px;
    background-image: url(../images/in-sprites.webp);
    background-position: -462px -104px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 40px;
    bottom: 0;
    margin: auto;
    padding: 0px;
    border: none;
}
/*  Testimonials Page */
.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}
.testimonials-page .in-testi-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 40px 40px 50px;
    border-radius: 40px;
    margin: 0 0 40px;
}

.testimonials-page .in-testi-item:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
}
    
.testimonials-page .in-testi-item::before {
    content: "";
    background-color: #ff400d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: 0;
    transform: rotate(1deg);
}
    
.main-testi-item {
    position: relative;
    z-index: 1;
}
.testimonials-page .main-testi-item::before {
    content: "";
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -192px;
    width: 62px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 34px;
    margin: auto;
}
.testimonials-page .in-testi-item .star-rat {
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -220px -112px;
    width: 129px;
    height: 25px;
    margin: 0 0 30px;
}
.testimonials-page .in-testi-item p {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9;
    color: #000;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 30px;
}
.testimonials-page .in-testi-item h3 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #ff400d;
    text-transform: uppercase;
    margin: 0;
}
.testimonials-page .in-testi-item h3 span {
    font-weight: 400;
    display: block;
    color: #8a8a8a;
    font-size: 20px;
    padding: 10px 0 0;
    text-transform: capitalize;
}
/* Blog Page */
.blog-srv-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.blog-srv-list .srv-item {
    width: 31.7%;
}
.blog-srv-list .srv-item h5 a {
    font-family: 'Gloock';
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
}
.blog-srv-list .srv-item:hover h5 a {
    color: #fff;
}
.blog-srv-list .srv-img img {
    height: 460px;
    object-fit: cover;
}
.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
.page-links span {
    margin: 0;
    color: #000;
    border: 0;
    font-size: 35px;
}
.page_default.blog_pg .oceanwp-pagination {
    width: 100%;
    padding: 20px 0 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li::before {
    display: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-family: 'Sora';
    font-size: 25px;
    background: #fff;
    border: 1px solid #ff400d;
    color: #000;
    margin: 0;
    box-shadow: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {
    background: #ff400d;
    color: #fff;
}
.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}
.page_default.blog_pg .pagination a.next.page-numbers::before,
.page_default.blog_pg .pagination a.prev.page-numbers::before {
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}
/* Single Blog Page */
.blog-post-img {
    margin-bottom: 20px;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover {
    background-color: #000;
    color: #fff;
}
.single-post-thumbnail, .cmn-blk-img{
    border-radius: 30px;
    margin: 0 0 30px;
}
.single-post-thumbnail img, .cmn-blk-img img{
    width: 100%;
    display: block;
    border-radius: 30px;
}
.page_default {
    background-image: url(../images/inn-contact-pg-bg.webp);
    background-repeat: repeat;
    background-size: 100% auto;
}
.cmn-img {
    margin: 0 0 20px;
}
 
/* Contact Page */
.page_default .genpg-rite .cntpg-frmadrs {
    background: #f6f6f6;
    border-top: 8px solid #3584f0;
    padding: 60px 95px;
    text-align: center;
    position: relative;
}
.page_default .genpg-rite .cntfrm {
    width: 50%;
    float: right;
    padding: 0 0 0 30px;
}
.cntadrs {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}
.page_default .genpg-rite .cntadrs h3 {
    background: #e5b21b;
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin: 0;
    padding: 21px 30px;
}
.page_default .genpg-rite .cntpg-adrs {
    background: #03152b;
    padding: 40px 150px 40px 50px;
}
.page_default .genpg-rite .cntadrs ul {
    margin: 0;
}
.page_default .genpg-rite .cntadrs ul li {
    list-style: none;
    color: #fff;
    padding: 0 0 0px 95px;
}
.page_default .genpg-rite .cntadrs ul li:before {
    width: 65px;
    height: 65px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: #fff;
}
.page_default .genpg-rite .cntadrs ul li strong {
    font-weight: 400;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.page_default .genpg-rite .cntadrs .ftr-socil {
    padding: 0 0 20px 95px;
}
.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #3584f0;
    transition: 1s;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper li {
    margin: 0px 0 10px 0;
    padding: 0;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
    display: none;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
    font-size: 15px !important;
    padding: 10px 15px !important;
    outline: 0 !important;
    border: 1px solid #b7b7b7 !important;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
    margin: 0 0 -30px 0;
}
.page_default .genpg-rite .contpg-frm .gform_legacy_markup_wrapper .gform_footer {
    text-align: right;
    padding: 0;
}
.page_default .genpg-rite .contpg-frm input {
    --placeholdercolor: #000;
}
.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.page-content form.search-form label {
    width: 100%;
}
.page-content form.search-form input[type="submit"] {
    width: 100%;
    padding: 17px;
    background: #d9262c;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
}
.page_default .genpg-rite .cntpg-fm {
    display: flex;
    justify-content: space-between;
    margin: 0 0 91px;
}
.page_default .genpg-rite .contpg-frm {
    width: 45.5%;
}
.page_default .genpg-rite .cntpg-rgtsec {
    width: 45.6%;
    background-color: #fcf9f6;
    padding: 84px 20px 0;
    text-align: center;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.page_default .genpg-rite .cntpg-rgtsec:before {
    content: "";
    background-color: #ff400d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
    transform: rotate(-1deg);
}
.page_default .genpg-rite .cntpg-rgtsec:after {
    content: "";
    background-color: #fcf9f6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: 0;
}
.page_default .genpg-rite .contpg-frm .text-heading {
    text-align: center;
    text-transform: none;
    line-height: 1.2;
    padding: 0 0 43px !important;
    margin: 0 0 20px;
}
.page_default .genpg-rite .contpg-frm .text-heading strong {
    display: block;
    color: #ff400d;
}
.page_default .genpg-rite .contpg-frm h6 {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #3b2618;
    margin: 0 0 28px;
}
.page_default .genpg-rite .contpg-frm textarea {
    width: 100% !important;
    padding: 18px 30px !important;
    border: 1px solid #e0ccb8 !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    margin-bottom: 10px !important;
    resize: none;
    height: 206px;
}
.page_default .genpg-rite .contpg-frm .form-links a,
.contpg-frm .gchoice label {
    display: inline-block !important;
    text-decoration: none !important;
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #3b2618 !important;
    margin: 0 !important;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks h5 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-top: 95px;
    margin-bottom: 8px;
}
.form-blocks {
    margin: 0 0 45px;
    position: relative;
    z-index: 1;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks h5::before {
    content: "";
    background: url(../images/inn-sprites.webp);
    background-position: -13px -13px;
    width: 63px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks.contact h5::before {
    width: 66px;
    height: 73px;
    background-position: -91px -13px;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks.soc-icn h5::before {
    width: 66px;
    height: 64px;
    background-position: -173px -13px;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks p {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks a {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
}
.page_default .genpg-rite .cntpg-rgtsec .form-blocks a:hover {
    color: #ff400d;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons a {
    font-size: 0;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons a {
    display: inline-block;
    font-size: 0;
    width: 36px;
    height: 36px;
    background: url(../images/inn-sprites.webp);
    background-position: -256px -13px;
    background-repeat: no-repeat;
    opacity: 50%;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons a:hover {
    background-position: -256px -54px;
    opacity: 100%;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons .insta:hover {
    background-position: -300px -55px;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons .link:hover {
    background-position: -344px -54px;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons .insta {
    background-position: -300px -14px;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons .link {
    background-position: -344px -13px;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 300px;
    margin: auto;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons::before {
    content: "";
    background-color: #b6a89b;
    width: 27px;
    height: 1px;
    position: absolute;
    left: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .cntpg-rgtsec .ftr-soc-icons::after {
    content: "";
    background-color: #b6a89b;
    width: 27px;
    height: 1px;
    position: absolute;
    right: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-pg-iframe .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
/* Inner Page Services Page */
.in-srv-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}
.in-srv-list .srv-item {
    width: 31.7%;
}
.pg-iframe iframe {
    height: 580px;
}
/* Inner Page ShortCode Block */
.cmn-blk {
    padding: 70px 20px;
    border: 1px solid #ff400d;
    border-radius: 35px;
    background-image: url(../images/cmn-blk-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 50px 0;
}
.cmn-blk .text-head {
    font-family: 'Gloock';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
}
.cmn-blk .text-head .sub-text-head {
    font-size: 90px;
    color: #f83e0d;
    text-transform: capitalize;
}
.cmn-blk-btns {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.page_content a.cmn-btn {
    color: #fff !important;
}
.cmn-blk-btns .call p a {
    color: #000;
}
.cmn-blk-btns .call p a:hover {
    color: #ff400d;
}
/*
* Masonry Gallery - projects page
*/



.masonry-gallery-block select  {
	max-width: 425px;
	    margin: 0 auto 30px;
    display: block;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #555952;
    padding: 20px 30px !important;
    background-color: #fff !important;
    width: 100% !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border :1px solid #e0ccb8;
    background-image: url(../images/blg-drp-dwn.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 92% 56%;
    border-radius: 5px;
    height: auto !important;
    opacity: 1 !important;
}

h2.gallery-heading {
    text-align: center;
}

.masonry-gallery-block,
.masonry-gallery-container {
    width: 100%;
}
.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 4px;
    background: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #000000;
    margin: 10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.button:active,
.button.is-checked {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
}
.button-group {
    margin: 20px 0;
    text-align: center;
}
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.grid article {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 1%;
    width: 23%;
}
.masonry-gallery-block .button {
    display: inline-block;
    font-family: 'Sora';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #ff400d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 4px;
    position: relative;
}
.masonry-gallery-block .button:hover, .masonry-gallery-block .button.is-checked {
    background-color: #000;
}
@media (max-width: 1024px) {
    .grid article {
        width: 31.3%;
    }
}
@media (max-width: 767px) {
    .grid article {
        width: 48%;
    }
}
@media (max-width: 479px) {
    .grid article {
        margin: 2% 0;
        width: 100%;
    }
}
/*
* Masonry Gallery - projects page
*/