@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    overflow-x: hidden;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    color: var( --e-global-color-8b6b7e4 );
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*comman-area*/

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
b, strong{
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.container {
    max-width: 1314px;
}

.container,
.container-fluid {
    padding: 0 20px;
}

.mobile-section{
    display: none;
}

.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-left: auto;
}

/***********************/
.main-button {
    display: inline-block;
}
.main-button  .btn {
    font-weight:600;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.27px;
    border-radius: 0px 8px 8px 0px;
    padding: 14px 20px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    text-align: center;
    border: none;
}
.main-button .btn-primary {
    color: var(--e-global-color-8b6b7e4);
    background-color: var( --e-global-color-778c722 );
}
.main-button .btn-primary:hover {
    background-color: var( --e-global-color-41bc399 );
    color: var( --e-global-color-8b865e4 );
}

.main-button .btn-bluelight-grey {
    background-color: #EAF1F6;
    color: #595C5D;
}
.main-button .btn-bluelight-grey:hover {
    background-color: #595C5D;
    color: #EAF1F6;
}

.main-button .btn-redlight-main {
    background-color: #F2EEE7;
    color: #595C5D;
}
.main-button .btn-redlight-main:hover {
    background-color: #595C5D;
    color: #EAF1F6;
}

.main-button .btn-redlight-red {
    background-color: #F2EEE7;
    color: #595C5D;
}
.main-button .btn-redlight-red:hover {
    background-color: #AD5530;
    color: #F2EEE7;
}

.main-button .btn-red-redlight {
    background-color: #AD5530;
    color: #F2EEE7;
}
.main-button .btn-red-redlight:hover {
    background-color: #F2EEE7;
    color: #AD5530;
}



.main-button .btn-bluelight-blue {
    background-color: #EAF1F6;
    color: #595C5D;
}
.main-button .btn-bluelight-blue:hover {
    background-color: #294A6A;
    color: #EAF1F6;
}

.main-button .btn-white-blue {
    background-color: #FFFFFF;
    color: #595C5D;
}
.main-button .btn-white-blue:hover {
    background-color: #294A6A;
    color: #EAF1F6;
}

.main-button .btn-white-main {
    background-color: #FFFFFF;
    color: #595C5D;
}
.main-button .btn-white-main:hover {
    background-color: #595C5D;
    color: #E5E5E5;
}

.main-button .btn-white-red {
    background-color: #FFFFFF;
    color: #595C5D;
}
.main-button .btn-white-red:hover {
    background-color: #AD5530;
    color: #F2EEE7;
}

.main-button .btn-white-green {
    background-color: #FFFFFF;
    color: #595C5D;
}
.main-button .btn-white-green:hover {
    background-color: #186767;
    color: #E4F1F1;
}

.main-button .btn-greenlight-green {
    background-color: #E4F1F1;
    color: #595C5D;
}
.main-button .btn-greenlight-green:hover {
    /* background-color: #186767; */
    background-color: var(--e-global-color-41bc399);
    color: var(--e-global-color-8b865e4);
}
.main-button .btn-green-greenlight {
    background-color: #186767;
    color: #E4F1F1;
}
.main-button .btn-green-greenlight:hover {
    background-color: #E4F1F1;
    color: #186767;
}


.main-button .btn-lightgrey-main {
    background-color: #E5E5E5;
    color: #595C5D;
}
.main-button .btn-lightgrey-main:hover {
    background-color: #595C5D;
    color: #E5E5E5;
}

.mega_btn {
    display: block;
}
.mega_btn .btn {
    display: block;
    border-radius: 0px;
    font-size: 20px;
    padding: 12px 20px;
}


/* Navigation */
.top-closebar,
.mobile{
    display: none;
}

.header {
    z-index: 1111;
    position: static;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
}


/* .blog .header,.category .header,.single-post .header,.page-id-1294 .header,.page-id-1437 .header,.page-id-1667 .header,.page-id-1742 .header{
    position: static;
} */
.home .header,.page-id-301 .header,.page-id-917 .header,.page-id-1309 .header,.page-id-1490 .header,.page-id-1148 .header,.page-id-315 .header,.page-id-1778 .header {
    position: fixed;
}

body .header.fixed{
  position: fixed!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}

.home header.header {
    display: none;
}

.home header.header.fixed {
    display: block;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.navbar-toggler {
    padding: 0!important;
    background-color: transparent!important;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #595C5D;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    /* min-height: 82px; */
    min-height: 72px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
    border-bottom: 0;
    border-bottom: 0.5px solid #E5E5E5;
}
.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.navbar-brand img{
    width: 100%;
    max-width: 65px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 ;
    padding: 0;
}
.navbar-expand-lg .top-header-menu .navbar-nav .nav-item{
    margin: 0 16px 0 0;
    padding: 0;
}
.navbar-expand-lg .top-header-menu .navbar-nav .nav-link {
    padding: 4px;
    border: none;
    color: #595C5D;
    font-family: var( --e-global-typography-c8a86e6-font-family ), Sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: normal;
    letter-spacing: 0%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}
.navbar-expand-lg .top-header-menu .navbar-nav .nav-link:hover,
.navbar-expand-lg .top-header-menu .navbar-nav .active .nav-link{
    color: #D1A45D;
}
.offcanvas{
    padding: 0 0 0 40px;
}
.top-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 2px 0;
    border-bottom: 0.5px solid #9EA09D;
}
.head-social-media ul{
    margin: 0;
    padding: 0 0 4px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.head-social-media ul li{
    margin: 0 8px 0 0;
}
.head-social-media ul li:last-child{
    margin: 0;
}
.head-social-media ul li a{
    display: block;
}
.head-social-media ul li a img{
    height: 21px;
    object-fit: contain;
}

.bottom-header{
}
.bottom-header-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navbar-expand-lg .bottom-header-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .bottom-header-links ul li{
    margin: 0 46px 0 0;
}
.navbar-expand-lg .bottom-header-links ul li a{
    display: block;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #595C5D;
    padding: 7px 4px;
}
.dropdown-toggle::after {
    display: none;
}
.bottom-header-links h6{
    font-family: var( --e-global-typography-c8a86e6-font-family ), Sans-serif!important;
    font-weight: 300!important;
    font-size: 23px!important;
    line-height: normal!important;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #595C5D!important;
}
.bottom-header-links h6 a{
    color: #595C5D;
    font-family: 'Montserrat', sans-serif;
    font-size:20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    border: none;
    border-radius: 0;
    margin: 0 0 0 0;
}
.navbar-expand-lg .bottom-header-links ul.dropdown-menu li{
    margin: 0;
}
.navbar-expand-lg .bottom-header-links ul.dropdown-menu li a{
    padding: 9.5px 14px;
    display: block;
    text-align: center;
    color: #595C5D;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
}

.navbar-nav .dropdown{
    position: relative;
}

.navbar-nav .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-expand-lg .bottom-header-links .navbar-nav .menu-blue .nav-link:hover,
.navbar-expand-lg .bottom-header-links .navbar-nav .menu-blue .nav-link.show,
.bottom-header-links .menu-blue ul.dropdown-menu li a:hover,
.bottom-header-links .menu-blue ul.dropdown-menu li a.active{
    background-color: var( --e-global-color-4e5b294 );
    color: var( --e-global-color-964c9e8 );
}
.navbar-expand-lg .bottom-header-links .navbar-nav .menu-red .nav-link:hover,
.navbar-expand-lg .bottom-header-links .navbar-nav .menu-red .nav-link.show,
.bottom-header-links .menu-red ul.dropdown-menu li a:hover,
.bottom-header-links .menu-red ul.dropdown-menu li a.active {
    background-color: var( --e-global-color-d4fa9f0 );
    color: var( --e-global-color-b800755 );
}
.navbar-expand-lg .bottom-header-links .navbar-nav .menu-green .nav-link:hover,
.navbar-expand-lg .bottom-header-links .navbar-nav .menu-green .nav-link.show{
    background-color: var( --e-global-color-13c47c3 );
    color: var( --e-global-color-c2362ce );
}
.bottom-header-links .menu-green ul.dropdown-menu li a:hover,
.bottom-header-links .menu-green ul.dropdown-menu li a.active{
    color: var( --e-global-color-c2362ce );
    background-color: var(--e-global-color-13c47c3);
}





/******************/
.testimonial-slider {
    border: 1px solid #9EA09D;
}
.testimonial-slider .swiper-slide {
    padding: 29px 34px 25px 34px;
    /* border: 1px solid #9EA09D; */
}
.testimonial-slider .testimonial_desc {
    color: var( --e-global-color-primary );
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 3.8rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.53;
    letter-spacing: 0.028em;
}
.testimonial-slider .testimonial_by {
    font-weight: 700;
    color: var( --e-global-color-primary );
    margin-top: 27px;
    padding-left: 5px;
}
.testimonial_inner {
    position: relative;
}
.testimonial_inner .slide-button-prev,
.testimonial_inner .slide-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial_inner .testimonial-button-prev {
    left: -40px;
}
.testimonial_inner .testimonial-button-next {
    right: -40px;
}


/****************/
.accreditations-wrap .accreditations_inner {
    border: 0.5px solid #9EA09D;
    padding: 66px 36px;
    position: relative;
}
.accreditations-wrap .accreditations_img {
    text-align: center;
}
.accreditations-wrap .accreditations_img img {
    margin: 0  auto;
}

.accreditations_inner .slide-button-prev,
.accreditations_inner .slide-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.accreditations_inner .accreditations-button-prev {
    left: -40px;
}
.accreditations_inner .accreditations-button-next {
    right: -40px;
}

/**********************/
.team-block-wrap {}
.team-block-wrap .member_photo {
    margin-bottom: 26px;
}
.team-block-wrap .member_photo img {
    max-width: 168px;
    aspect-ratio: 1;
    object-fit: cover;
}
.team-block-wrap .member_role {
    font-weight: 600;
    font-size: 20px;
}
.team-block-wrap .member_name {
    font-weight: 600;
    font-size: 20px;
}

/*************************/
/* .blog-archive-wrap .blog-post h2 a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
  }
  .blog-archive-wrap .blog-post .post-meta {
    margin-bottom: 10px;
    color: #777;
  }
  .sidebar h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .sidebar ul {
    list-style: none;
    padding-left: 0;
  }
  .sidebar ul li a {
    text-decoration: none;
    color: #555;
  } */

 /******** Blog Single ************/
 /* .post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .post-navigation a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
  }
  .post-navigation a:hover {
    text-decoration: underline;
  } */

/***********************/
.footer_main_wrap {}
.footer_main_wrap .menu {
    list-style-type: none;
}
.footer_main_wrap .menu li.menu-item {
    margin-top: 8px;
}
.footer_main_wrap .menu li.menu-item a {
    color: var( --e-global-color-41bc399 );
}
.footer_main_wrap .menu li.menu-item a:hover {
    color: var( --e-global-color-8b6b7e4 );
}

.foot-social-media .elementor-social-icon {
    font-size: 16px!important;
    width: 22px!important;
    height: 22px!important;
}






.blog-section{
    padding: 69px 0 11.7rem 0;
}
.inside-title {
    margin: 0 0 7.9rem 0;
}
.inside-title h1{
    margin: 0 0 0 0;
    color: #9EA09D;
}
.blog-main{
    padding: 0 166px 0 0;
}
.blog-main img{
    width: 100%;
}
.sidebar{
    position: sticky;
    top: 130px;
    padding: 0 0 0 14px;
}
.post-title{
    font-weight: 300!important;
    letter-spacing: 0%!important;
    text-transform: uppercase!important;
    margin: 39px 0 24px 0;
    padding: 0 0 24px 0;
    position: relative;
    color: #9EA09D;
}
.post-title a{
    color: #9EA09D;
}
.post-title::before{
    content: "";
    width: 465px;
    height:1px ;
    background-color: transparent;
    border-bottom: 0.5px solid #9EA09D;
    left: 0;
    bottom: 0;
    position: absolute;
}
.blog-main .blog-post{
    margin: 0 0 9rem 0;
}
.post-meta{
    color: #595C5D;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    margin: 0;
}
ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.post-categories li{
    display: block;
    margin: 0 10px 0 0;
}
ul.post-categories li a{
    display: block;
    color: #595C5D;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    padding: 0 0 0 13px;
    position: relative;
}
ul.post-categories li a::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #595C5D;
    border-radius: 100px;
    position: absolute;
    left: 00;
    top: 9px;
}

body #load-more-posts{
    background-color: #E5E5E5;
    color: #595C5D;
    border: none;
    padding: 14px 20px;
}
body #load-more-posts:hover{
    background-color: #595C5D;
    color: #E5E5E5;
}

.search-form{
    position: relative;
}
.search-form label{
    width: 100%;
}
.search-form input{
    width: 100%;
    padding: 0 0 15px 0;
    color: #595C5D;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border: none;
    border-radius: 0;
    opacity: 1;
    box-shadow: none!important;
    outline: none!important;
    border-bottom: 1px solid #E3DFDF;
}
.search-form input::placeholder{
    color: #595C5D;
    opacity: 1;
}
.search-form .search-submit{
    background-image: url('../images/search-icon.svg');
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 17px;
    height: 17px;
    padding: 0;
    position: absolute;
    bottom: 21px;
    right: 0;
    background-color: transparent!important;
}

.sidebar .widget{
    margin: 0 0 25px 0;
}
.sidebar .widget h5{
    margin: 0 0 17px 0;
    color: #595C5D;
}

.categories-list ul li {
    margin-bottom: 7px;
}
.categories-list ul li a{
    display: block;
    line-height: normal;
    color: #595C5D;
}
.sidebar .categories-list h5{
    margin-bottom: 10px;
}

.related-posts ul,.categories-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts h5 {
    margin-bottom: 10px;
}
.related-posts ul li{
    margin: 0 0 26px 0;
}
.related-posts ul li span{
    font-weight: 700;
    font-size: 16px;
    line-height:1.4;
    color: #595C5D;
    margin: 18px 0 0 0;
    font-family: "Poppins", Sans-serif;
    display: block;
}
.related-posts ul li img{
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.blog-detail-section{
    padding: 0 0 63px 0;
}
.blog-detail-image img{
    width: 100%;
    height: 855px;
    object-fit: cover;
}
.blog-swiper-pagination {
    position: absolute;
    left: 0!important;
    width: 100%!important;
    text-align: center!important;
    z-index: 11!important;
    bottom: 40px!important;
}
.blog-swiper-pagination .swiper-pagination-bullet {
    width: 17px!important;
    background-color: #FFFFFF!important;
    height: 17px!important;
    opacity: 1!important;
    margin: 0 7px !important;
}
.blog-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #9EA09D!important;
    opacity: 1!important;
}
.blog-detail-section .post-meta{
    margin: 0 0 67px 0;
}
.blog-detail-section .post-meta strong{
    font-weight: bold;
}
.blog-detail-section .post-meta a{
    color: #595C5D;
}
.blog-detail-wrapper{
    margin-bottom: 56px;
}


.blog_content_wrap{
    display: flex;
    flex-wrap: wrap;
}
body .blog_content{
    width: calc(100% - 311px);
    padding: 0 181px 0 0;

}
.blog_content_text{
    min-height: 433px;
}
.blog_content_text a {
    color: #D1A45D;
}
.blog_content_text a:checked,
.blog_content_text a:visited {
    color: #9EA09D;
}

.blog_sidebar{
    width: 311px;
}
body .blog_content h1{
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0%;
    margin: 0 0 50px 0;
    text-transform: inherit;
}
body .blog_content h1 strong{
    font-weight: bold;
}
.post-navigation{
    padding: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.prev-post,.next-post{
    color: #595C5D;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "Poppins", Sans-serif;
}
.prev-post a,.next-post a{
    color: #595C5D;
}
.prev-post strong,.next-post strong{
    font-weight: bold;
}

.blog_sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog_sidebar ul li{
    line-height: normal;
    color: #595C5D;
    margin-bottom: 25px;
}
.blog_sidebar ul li strong{
    font-weight: bold;
}


.breadcrumb-section{
    padding: 24px 0 43px 0;
}
.breadcrumb-block{
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #9EA09D;
    letter-spacing: 0%;
}
.breadcrumb-block a{
    color: #9EA09D;
}
.breadcrumb-block strong{
    font-weight: bold;
    margin: 0 5px;
}


.site-form{
    padding: 33px  21px;
    border: 0.5px solid #9EA09D
}
.site-form p{
    margin: 0!important;
}
.site-form h5{
    margin: 0 0 15px 0;
}
label{
    margin: 0 0 8px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    color: #595C5D;
}
.form-group{
    margin: 0 0 21px 0;
}
.form-control{
    width: 100%;
    height: 27px;
    border: 0.5px solid #9EA09D;
    background-color: #fff;
    padding-left: 10px;
    color: #595C5D;
    border-radius: 0;
    outline: none!important;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none!important;
}
.form-control::placeholder{
    color: #595C5D;
}
textarea.form-control{
    height: 120px;
    padding-top: 10px;
}
.wpcf7-checkbox.site-checkbox .wpcf7-list-item {
    display: table;
    margin: 0 0 3px 0;
}
.wpcf7-checkbox.site-checkbox .wpcf7-list-item label{
    margin: 0;
}
.site-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.site-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 25px;
}

.site-checkbox .wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #595C5D;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-checkbox input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #595C5D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.site-form .form-control{
    background-color: transparent;
}

.site-form .form-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.site-form .form-group label{
    width: 113px;
    margin: 0;
}
.site-form .form-group .form-wrap{
    width: calc(100% - 113px);
    padding: 0 0 0 0;
}
.site-form .width-full label,
.site-form .width-full .form-wrap{
    width: 100%;
}
.form-wrap-left{
    padding: 0 78px 0 0;
}
.form-wrap-right{
    padding: 0 0 0 1px;
}
.form-textarea{
    margin: 0 0 34px 0;
}
.form-check-upload h6{
    margin: 0 0 5px 0;
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: normal!important;
    letter-spacing: 0%!important;
    color: #595C5D;
}
.form-check-upload h6 span{
    font-weight: 300;
    display: block;
}
.form-check-upload{
    display: flex;
    flex-wrap: wrap;
}
.form-check-uploadc-left{
    width: 50%;
}
.form-check-uploadc-right{
    width: 50%;
}
.form-check-uploadc-right h6{
    margin-bottom: 20px;
}
.file-btn{
    position: relative;
    background-color: #FFFFFF;
    color: #595C5D;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    padding: 9.5px 20.5px;
    text-transform: uppercase;
    border-radius: 0px 8px 8px 0px;
    transition: all 0.5s ease;
    display: table;;
}
.file-btn:hover{
    background-color: #595C5D;
    color: #E5E5E5;
}
.file-btn .wpcf7-form-control-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.file-btn .wpcf7-form-control-wrap input{
    width: 100%;
}
.wpcf7-submit {
    border: none;
}

.accordion-block .e-n-accordion-item-title-header{
    position: relative;
    padding-left: 29px;
}
.accordion-block .e-n-accordion-item-title-header::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/info.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 0;
}
.ac-red .e-n-accordion-item-title-header::before{
    background-image: url('../images/info-red.svg');
}


.form-top-check{
    margin: 0 0 43px 0;
}
.form-top-check label{
    margin: 0 10px 0 0;
}
.form-top-check p{
    display: flex;
    align-items: flex-start;
}
.form-top-check .wpcf7-checkbox {
    display: flex;
}
.form-top-check .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 15px 0 0;
}
.contact-form textarea.form-control{
    height: 257px;
}
.contact-form .form-check-uploadc-right,
.contact-form .form-check-uploadc-left{
    width: auto;
}
.contact-form .form-check-upload{
    justify-content: space-between;
}
.contact-form .form-check-uploadc-right h6{
    margin-bottom: 5px;
}
.contact-form .file-btn,.form-button .wpcf7-submit{
    background-color: #E5E5E5!important;
    color: #595C5D!important;
}
.contact-form .file-btn:hover,.form-button .wpcf7-submit:hover{
    background-color: #595C5D!important;
    color: #E5E5E5!important;
}
.form-button-group h6{
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: normal!important;
    letter-spacing: 0%!important;
    margin: 0 0 15px 0!important;
}
.form-button-group h6 span{
    font-weight: 300!important;
    display: block;
}
.file-wrap{
    display: flex;
    align-items: flex-start;
}
.file-text{
    padding: 0 18px;
    width: 100%;
    max-width: 330px;
}
.file-text p img{
    display: inline-block;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.form-button{
    margin: 0 0 0 auto;
}
.form-button .wpcf7-submit {
    margin: 0 0 0 auto;
}
.form-button .wpcf7-spinner{
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-button-group{
    padding: 30px 0 0 0;
}
.thankyou-block{
    min-height: 606px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    padding: 50px;
    text-align: center;
}
.thankyou-block-text{
    max-width: 879px;
    width: 100%;
    margin: 0 auto;
}
.thankyou-block-text h4{
    margin: 0 0 5rem 0;
}

.basic-section{
    padding: 50px 0;
}
.basic-text h1{
    margin-bottom: 30px;
}
.basic-text h3 a,
.basic-text p a{
    color: #595C5D;
}


/* error-section */
.error-section{
    padding: 8rem 0;
}
.error-text{
    text-align: center;
}
.error-text h3{
    margin: 20px 0;
}
.error-text img{
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
}

/************/
.portfolio_main {
    padding-bottom: 29px;
}
  .grid-container {
    display: grid;
    grid-template-columns: 304px 304px 627px 627px;
    grid-template-columns: repeat(4, 1fr); /* base layout */
    gap:0px;
    justify-content: start;
    margin: 0 -10px;
  }

  /* Place images explicitly using grid area or column/row placement */
  .item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 304px;
    height: 310px;
  }

  .item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 304px;
    height: 310px;
  }

  .item3 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 3;
    width: 627px;
    height: 930px;
  }

  .item4 {
    grid-column: 1 / span 2;
    grid-row: 2 / 3;
    width: 627px;
    height: 310px;
  }

  .item5 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 3;;
    width: 627px;
    height: 930px;
  }

  .item6 {
    grid-column: 3 / span 2;
    grid-row: 4 / 5;
    width: 627px;
    height: 310px;
  }

  .item7 {
    grid-column: 3 / span 2;
    grid-row: 5;
    width: 627px;
    height: 310px;
  }



.portfolio_item {
    width: 100%;
    display: flex;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    padding: 10px;
  }

.portfolio_item .portfolio_link {
    position: relative;
    width: 100%;
  }
  .portfolio_item img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  .portfolio_item .portfolio_detail {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(89, 92, 93, 0.5);
    left: 0px;
    top: 0px;
    flex-direction: column;
    padding: 24px 34px;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
}
.portfolio_item .portfolio_link:hover .portfolio_detail {
    opacity: 1;
}

.portfolio_item .portfolio_type ,
.portfolio_item .portfolio_title {
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(229, 229, 229, 1);
}
.loadmore_btn_wrap {
    text-align: center;
}
.loadmore_btn_wrap .load_more_btn {
    margin: 50px 0px;
}

.portfolio_main .heading_h1 {
    margin-bottom: 30px;
}
.file-doors-archive-wrap .heading_h1 {
    color: #AD5530;
}
.facades-archive-wrap .heading_h1 {
    color: #186767;
}
.construction-archive-wrap .heading_h1 {
    color: #294A6A;
}
.footer-address a {
    color: #595C5D !important;
}
@media (max-width: 1024px) {
    .grid-container {
      display: flex;
      flex-wrap: wrap;
    }

    .portfolio_item {
      width: 50%;
      height: auto !important;
    }
  }

@media (max-width: 600px) {
.grid-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.portfolio_item {
    width: 100%;
}

}

@media(min-width: 1024px) and (max-width: 1200px) {
    .footer_main_wrap .elementor-icon-list-text {
        font-size: 14px;
    }
    .footer_main_wrap .footer-address{
        font-size: 14px;
    }
    .footer_main_wrap .footer-logo img{
        width:100px !important;
    }
    .navbar {
        min-height: 65px;
    }
}

.pagination {
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
}
.pagination .page-numbers {
    color: #595C5D;
}
.pagination .current {
    font-weight: bold;
}

/**************/
.codedropz-upload-inner h3{
    font-size: 20px!important;
    margin: 0!important;
}
.cd-upload-btn{
    color: #595C5D;
}
body .file-remove{
    background-color: transparent!important;
    border: none!important;
    padding: 10px;
    display: block;
    cursor: pointer;
    display: none;
}

body.logged-in .header{
    margin-top: 32px;
}

.sticky-block{
    position: sticky !important;
    top: 76px !important;
    z-index: 9 !important;
    background: #fff !important;
}

.logged-in .sticky-block {
    top: 100px !important;
}

.fire-door h4{
    font-size: 4.5rem !important;
}

.page-template-default .default_page ul {
    padding-left: 2.5em;
}