/*
Theme Name: HexaView
Theme URI: https://www.mytheme.com/themes/hv/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The hv theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hv
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
/*----------intial declartaion of css----------*/
*{margin:0;padding:0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, hvall, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
html {-webkit-text-size-adjust: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
hvall{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none; cursor:pointer; }
button:focus{outline:none !important}
/* remember to define focus styles! */
:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img { border:0 none; max-width:100%; }
a{ outline:none; cursor:pointer;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;text-decoration: none;color:#000;}
a:hover{text-decoration: none;color:#315569;}
a:focus{-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important}
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
ol, ul{margin-left: 20px;margin-bottom:20px;}
ol li, ul li{color:#000000;}

/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
.cf{*zoom:1;clear: both}
/* For IE 6/7 (trigger hasLayout) */
.wrapper{overflow: hidden;}
strong{font-weight: 700;}
p{ font-size:16px; line-height:1.5;color:#333333; font-weight: 400;font-family: "Lato", serif;}
h1{font-size:30px;font-weight:300;margin-bottom:0; color:#ffffff;font-family: "Lato", serif;}
h2{font-size:30px;font-weight:300;margin-bottom: 20px;line-height:1.2;color:#333333;font-family: "Lato", serif;    letter-spacing: 0.005em;}
h3{font-size:30px;margin-bottom: 20px;font-weight: 300;color:#333333;font-family: "Lato", serif;}
h4{font-size:24px;margin-bottom: 20px;font-weight: 400;color:#333333;}
h5{font-size:20px;margin-bottom: 20px;font-weight: 400;color:#333333;}
h6{font-size:18px;margin-bottom: 20px;font-weight: 400;color:#333333;}
body {margin: 0; padding: 0;font-weight:400;font-size:18px;font-family: "Lato", serif;}

.btn{padding: 9px 29px;font-size: 18px;font-weight: 700;display: inline-block;outline:none}
.btn-primary{color: #06357A;border:1px solid #06357A;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;}
.btn-primary:hover, .btn-primary:focus{background-color:#06357A;color:#fff;}
.btn-secondary{color: #fff;border:1px solid #06357A;background:#06357A;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;}
.btn-secondary:hover, .btn-primary:focus{background-color:transparent;color:#06357A;}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="password"]{width:100%;height:42px;line-height: 42px;font-size:14px; font-weight:400;color:#000;padding:0 15px;border:1px solid transparent;}
textarea{width: 100%;font-size: 14px;color:#315569;font-weight: 400;border:none;resize:none;padding:15px;height: 140px;border:1px solid transparent;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus{border:1px solid #315569}
textarea:focus{border:1px solid #315569;}
.grecaptcha-badge{display: none !important}

::-webkit-input-placeholder {color:#6fbb44;opacity:1;}
:-moz-placeholder {color:#6fbb44;opacity:1;}
::-moz-placeholder {color:#6fbb44;opacity:1;}
:-ms-input-placeholder {color:#6fbb44;opacity:1;}
label{ font-size:22px;color:#000;display: block;}
/*button{padding:5px 20px !important;background-color:#BA980B !important;color:#fff !important;font-size:24px !important;font-family: 'Adobe Arabic';font-weight: 400 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;border:none !important;}
button:focus, button:hover{background-color: #000 !important;color:#fff !important;border:none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important}*/
.wrapper{position: relative;overflow: hidden;}
.title-heading{width:100%;text-align: center;}
.top-title-heading{width: 100%;text-align: center;}
.top-title-heading h3{color:#315569;}
.top-title-heading h6{text-transform: uppercase;font-size:18px;color:#1A8898;margin-bottom: 0;font-weight:700}
.full-col{display: -webkit-box;display: -ms-flexbox;display: flex;}
.half-col{width:49%;margin-right: 10px;}
.half-col:last-child{margin-right: 0}
.container {max-width: 1780px;width: 100%;padding: 0 50px;margin: 0 auto;}
.mid-container{max-width:1060px;width:100%;padding:0 15px;margin: 0 auto}
.siteloader{display: block; position: fixed;width:100%;height:100%;z-index:11;background-color:rgba(0,0,0,0.95); top: 0;}
.siteloader .loader-content{width: 100%; display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;height: 100%;}
.site-header{background: #f2f6fa;height: 127px}
.header-main{position: fixed;top:0;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;width:100%;left:0;right:0;z-index:999;background:#f2f6fa;}
.header-main .header-top-bar{-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;opacity: 1;visibility: visible;background:#fff;}
.header-main.fixed .header-top-bar{opacity:0;visibility:hidden;height: 0;padding: 0}
.header-wrap .logo a{display: inline-block;font-size: 0}
.form-control{border:none;padding: 0;background-color: transparent;margin-bottom: 15px;}
.form-control ul{margin: 0}
.form-control ul li{list-style: none;}

.header-top-bar{padding:10px 0 9px}
.top-bar-wrap{display:flex;justify-content:space-between;align-items:center;} 
.top-left {width:50%;text-align:left;} 
.top-left a{text-transform: uppercase;font-size: 11px;font-weight: 700;display: inline-block;vertical-align: middle;color:#76859C;}
.top-left a:hover{color:#06357A;}
.top-left a i{font-size: 26px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.top-right{width:50%; text-align:right;} 
ul.social-listing {display: flex;align-items:center;justify-content:flex-end;margin:0;} 
ul.social-listing li{list-style:none;margin-right:6px;}
ul.social-listing li a{background:#F2F6FA;width:27px;height:27px;border-radius:50%;line-height: 27px;font-size:14px;text-align: center;display: block;color:#06357A;letter-spacing: 0.6px}
ul.social-listing li a i{color:#06357A;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;font-weight: 700}
ul.social-listing li a:hover{background:#06357A;color:#fff;}
ul.social-listing li a:hover i{color:#fff;}

.header-wrap{background:#f2f6fa;padding:28px 0;}
/* Error page section style start here */
.error-main{text-align: center;width: 100%;padding:55px 0}
.error-main h1{color:#1A8898;line-height: 1}
/* Error page section style ends here */

/* Custom select box style start*/
.sbHolder{color:#315569;background-color:transparent;border: 1px solid rgba(0,0,0,0.5); box-sizing: content-box;  font-size: 18px; font-weight: 600; height: 44px; margin: 0; position: relative;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.sbToggle{background: rgba(0, 0, 0, 0) url("assets/images/select-icon.svg") no-repeat center center;display: block; height: 17px; outline: medium none; position: absolute; right: 10px;width: 25px;top:53%;transform: translateY(-50%);}
.sbToggle.sbToggleOpen{transform:rotate(180deg);right:10px;top:25%;}
.sbSelector{display: block;height:44px;left:0;line-height:44px;outline:medium none;overflow:hidden;position:absolute;text-align:left;text-indent:20px; top: 0; width: 100%; color: #023e59;cursor:pointer;} 
.sbOptions {position:absolute; width: 100%;background-color:#fff;box-sizing:content-box;left:0;margin:10px 0 0;padding:10px 0;overflow:auto;z-index:11;-webkit-box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;height:82px;} 
.sbOptions li{padding:0 5px } 
.sbOptions a{border-bottom: 1px solid rgba(0, 0, 0, 0.2);display: block; outline: medium none; padding: 14px 12px 5px; text-align: left; color: #315569;font-size: 16px; font-weight: 600;}
.sbOptions li:first-child a{padding: 8px 12px;}
.sbOptions li:last-child a{border-bottom:none;}
.sbOptions a:hover{color:#1A8898;}
/* Custom select box style ends*/

.hero-banner{min-height: 650px;background-position: center center;background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;}
.banner-cont h1{color:#fff;margin-bottom: 0}
.two-col-cont {display: flex;align-items: center;max-width: 960px;width: 100%;}
.left-title{width:50%;padding-right: 10px}
.right-title{width:50%}
.right-title h4 {font-size: 60px;color: #fff;font-weight: 400;margin-bottom: 0;line-height:1}

/* Search bar section style start here */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Header Section Start */

.main-header {
    background-color: #76bf44;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-header .container .project-heading {
    float: left;
    width: 50%;
}

.main-header .container  .logo {
    float: left;
    width: 50%;
    text-align: right;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.pagination  .pagination-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 57px;
}

.pagination .pagination-number a {
    margin: 0 4px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: var(--dark-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    color: #6fbb44;
}

.pagination .page-link-blank{opacity: 0.5;pointer-events:none;}

.pagination .pagination-number a.active, .pagination .pagination-number a:hover {
    background-color: #6fbb44;
    color: #ffffff;
}
/* Login Section Start */

.login-block {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.grid-list-short .sort-list {
    margin-left: 20px;
    max-width: 217px;
    width: 100%;
}
.login-block .login-form-container {
    max-width: 540px;
    padding: 59px 90px 68px 88px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 5px;
}

.login-block .login-form-container .login-logo {
    text-align: center;
    margin-bottom: 34px;
}


.login-form-container form p label {
    display: none;
}

.login-form-container form p input {
    width: 100%;
    background-color: transparent;
    font-size: 24px;
    font-weight: 300;
    font-family: "Lato", serif;
    border-bottom: 1px solid #cccccb;
    padding: 0;
    color: #333333;
    padding: 0px 10px 9px 0;
}
.login-form-container form p input::-webkit-input-placeholder {color:#333333;opacity:1;}
.login-form-container form p input:-moz-placeholder {color:#333333;opacity:1;}
.login-form-container form p input::-moz-placeholder {color:#333333;opacity:1;}
.login-form-container form p input:-ms-input-placeholder {color:#333333;opacity:1;}


.login-form-container form p input:focus {
    border: none;
    border-bottom: 1px solid #cccccb;
}

.login-form-container form p {
    margin-bottom: 23px;
}


.login-form-container form .login-submit input#wp-submit {
    width: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #6fbb44;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 26px;
    border: none;
    border-radius: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.login-form-container form .login-submit {
    text-align: center;
    margin-top: 43px;
}

.login-form-container form .login-submit input#wp-submit:hover, .login-form-container form .login-submit input#wp-submit:focus {
    background-color: #333333;
}


/* Project Section Style Start */


.project-section {
    padding-top: 94px;
    padding-bottom: 70px;
}

.project-section .project-search-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 44px;
}

.project-section .project-search-short .project-search {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.project-section .project-search-short .grid-list-short {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.project-search-short .grid-list-short .list-block {
    margin-left: 37px;
}

.project-search-short .grid-list-short  a {
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #001f2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
}

.project-search-short .grid-list-short a i {
    color: #76bf44;
    font-size: 18px;
    margin-left: 8px;
}

.project-full-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}

.project-full-block .project-block-wrap {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 74px;
        text-align: left;
}

.project-full-block .project-block-wrap .project-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 23px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 232px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.project-full-block .project-block-wrap .project-img img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.project-full-block .project-block-wrap h2 {
    margin-bottom: 27px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-full-block .project-block-wrap  .project-g-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-full-block .project-block-wrap a.project-links:hover h2 {
    color: #6fbb44;
}
.project-full-block .project-block-wrap .project-g-icons a {
    font-size: 18px;
    color: #6fbb44;
    font-weight: 700;
    margin-right: 37px;
    text-transform: uppercase;
}

.project-full-block .project-block-wrap .project-g-icons a:hover {
    color: #cccccb;
}

.project-full-block .project-block-wrap .project-g-icons a i {
    margin-left: 5px;
}
.project-full-block .project-block-wrap a.project-links:hover .project-img {
    -webkit-box-shadow: 0 -21px 38px rgba(0, 0, 0, 0.30), 0 15px 22px rgba(0, 0, 0, 0.22);
            box-shadow: 0 -21px 38px rgba(0, 0, 0, 0.30), 0 15px 22px rgba(0, 0, 0, 0.22);
}
.project-full-block.list-view {
    margin: 102px auto 0;
}

.project-full-block.list-view .project-block-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 21px;
    padding-bottom: 21px;
    border-bottom:1px solid #cccccb;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 8px;
}

.project-full-block.list-view .project-block-wrap .project-img {
    display: none;
}

.project-full-block.list-view .project-block-wrap h2 {
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 0.01em;
}


.project-full-block.list-view .project-block-wrap .project-g-icons a {
    margin-right: 0;
    margin-left: 37px;
}

.project-full-block.list-view .project-block-wrap .project-g-icons a:first-child {
    margin-left: 0;
}
.project-full-block.list-view .project-block-wrap a.project-links {
    padding-right: 30px;
}
.project-section .project-search-short .project-search lable {
    color: #001f2e;
    font-size: 24px;
    font-weight: lighter;
    font-family: "Open Sans", serif;
    margin-right: 12px;
}

.project-section .project-search-short .project-search input {
    max-width: 250px;
    font-size: 24px;
    padding: 10px 10px 0 0;
    border: none !important;
    border-bottom: 1px solid #cccccb !important;
    font-weight: 300 !important;
    font-family: "Open Sans", serif;
}

.project-section .project-search-short .project-search i {margin-left: 14px;color: #76bf44;margin-bottom: 5px;}
.dropdown {
    position: relative;
    width: 100%;
}

.dropdown-toggle {
    cursor: pointer;
    text-align: right;
    background-color: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #001f2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-weight: 300;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
    z-index: 1000;
    max-width: 320px;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 10px;
}

.dropdown-menu li {
        padding: 10px 20px;
        cursor: pointer;
        color: #fff;
        font-size: 24px;
        font-weight: 300;
}
.dropdown-menu li:first-child:after {
    content: "";
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #76bf44;
    font-size: 19px;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li:hover {
    background-color: #76bf44;
}


.grid-list-short .dropdown button:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    color: #76bf44;
    font-size: 19px;
}


/* Category Section Start */
section.category-main {
    padding-top: 97px;
    width: 100%;
    padding-bottom: 78px;
}
 .header {
    background-color: #7AC142;
    color: white;
    padding: 20px;
    font-size: 24px;
}
.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 17px;
}
.status span {
    margin-left: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #001f2e;
    font-family: "Open Sans", serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}
.status span i {
    margin-left: 5px;
    font-size: 15px;
}
.status .approved {
    color: #7AC142;
}
.status .in-review {
    color: #F5A623;
}
.status .rejected {
    color: #D0021B;
}
.category {
    margin-bottom: 52px;
    border-bottom: 1px solid #cccccb;
    padding-bottom: 5px;
}
.category h2 {
    font-size: 48px;
    margin-bottom: 26px;
    letter-spacing: 0.00em;
}
.category-main .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}
.category-main h3 {
    margin-bottom: 40px;
}
.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 24px);
}
.card-container .card {
        overflow: hidden;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s, color 0.3s;
    transition: box-shadow 0.3s, color 0.3s;
    transition: box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    margin-bottom: 22px;
    height: 232px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.card-container:hover .card {
    -webkit-box-shadow: 0 -21px 38px rgba(0, 0, 0, 0.30), 0 15px 22px rgba(0, 0, 0, 0.22);
    box-shadow: 0 -21px 38px rgba(0, 0, 0, 0.30), 0 15px 22px rgba(0, 0, 0, 0.22);
}
.card-container:hover h3 {
    color: #6fbb44;
}
.card .status-icon {
    position: absolute;
    bottom: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.status-icon.approved {
    background-color: #7AC142;
}
.status-icon.in-review {
    background-color: #F5A623;
}
.status-icon.rejected {
    background-color: #D0021B;
}
.card-title {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.card-title.green {
    color: #7AC142;
}
.category-main .container .category:last-child {
    border: none;
}

/* Single Details Page Style */

section.single-project {
    background-color: rgba(51, 51, 51, 0.85);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0 10px;
    z-index: 111;
        top: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    opacity: 1;
}
section.single-project.single-slid{
        top: -200px;
    opacity: 0;
}
.header-scroll section.single-project {
    top: 0;
    opacity: 1;
}

section.single-project .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.single-project .top-wrap .heading-text {
    float: left;
    width: 30%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.single-project .top-wrap .status-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 21px;
}

section.single-project .top-wrap .pagination-div {
    width: 40%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.single-project .top-wrap .pagination-div span, section.single-project .top-wrap .pagination-div a {
    color: #fff;
    padding: 0 17px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Open Sans", serif;
}
section.single-project .top-wrap .pagination-div span i, section.single-project .top-wrap .pagination-div a i {
    color: #6fbb44;
    font-size: 18px;
    padding: 0 1px;
    position: relative;
    top: -2px;
}
section.single-project .top-wrap .comment-wrap {
    width: 30%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.top-wrap .comment-wrap .comment-box {
    position: relative;
}

.top-wrap .comment-wrap .comment-box a.comment-btn, .top-wrap .comment-wrap .gallary a {
    font-size: 24px;
    font-weight: 300;
    font-family: "Open Sans", serif;
    color: #fff;
    margin-left: 39px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.top-wrap .comment-wrap .comment-box a.comment-btn i, .top-wrap .comment-wrap .gallary a i {
    font-size: 19px;
    font-weight: 300;
    margin-left: 4px;
    color: #6fbb44;
}

.top-wrap .comment-wrap .comment-box .comment-form {
    position: absolute;
    width: 396px;
    top: 100%;
    background-color: rgba(51, 51, 51, 0.85);
    padding: 20px 20px 22px 15px;
    top: 50px;
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.top-wrap .comment-wrap .comment-box .comment-form.active {
    visibility: visible;
    opacity: 1;
}

.top-wrap .comment-wrap .comment-box .comment-form form .status-options label { 
    color: #fff;
    font-weight: 300;
    font-family: "Lato", serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 7px;
}

.top-wrap .comment-wrap .comment-box .comment-form form p input, .top-wrap .comment-wrap .comment-box .comment-form form p textarea {
    background-color: transparent;
    color: #6fbb44;
    font-size: 20px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #cccccb;
    font-weight: 300;
    font-family: "Lato", serif;
}

.top-wrap .comment-wrap .comment-box .comment-form form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* color: #fff; */
    margin-bottom: 13px;
}

.top-wrap .comment-wrap .comment-box .comment-form form p input[type="radio"] {
}

.top-wrap .comment-wrap .comment-box .comment-form form button.submit-comment {
    float: right;
    background-color: #6fbb44;
    border: none;
    color: #fff;
    font-family: "Lato", serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    padding: 11px 25px 11px 25px;
    margin-top: 26px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-wrap .comment-wrap .comment-box .comment-form form button.submit-comment:hover {
    color: #6fbb44;
    background-color: #ffffff;
}
section.single-project .top-wrap .pagination-div span {
    opacity: 0.5;
}
section.single-project .top-wrap .pagination-div a:hover {
    color: #6fbb44;
}

.top-wrap .comment-wrap .comment-box a.comment-btn:hover, .top-wrap .comment-wrap .gallary a:hover {
    color: #6fbb44;
}
section.single-project .top-wrap .comment-wrap .right-logo {
    max-width: 45px;
    margin-left: 44px;
    width: 100%;
}
section.single-project .top-wrap .comment-wrap .right-logo img {
    width: 100%;
}
.single-img {
    width: 100%;
}

.single-img img {
    width: 100%;
}
.thanks-box{max-width: 250px; width: 100%; margin: 0 auto; text-align: center; padding: 120px 0;}
.thanks-box p { color: #6fbb44; font-size: 20px; line-height: 1.2; font-weight: 300;}
.thanks-box p span { display: block; color: #fff; margin-bottom: 0; font-weight: 500; }
/* Styling for the container */
.status-options {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 -7px 0;
    padding-top: 6px;
}

/* Styling for each label */
.status-options label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Hide the default radio input */
.status-options input[type="radio"] {
    display: none;
}

/* Circle design */
.status-options .radio-circle {
    width: 20px; /* Circle size */
    height: 20px;
    border: 1px solid #fff; /* Border color */
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px; /* Space between the circle and text */
    position: relative;
    background-color: transparent; /* Default background */
    transition: all 0.3s ease;
}

/* Green fill for checked radio */
.status-options input[type="radio"]:checked + .radio-circle:before {
    background-color: #6fbb44;
    /* box-shadow: 0 0 5px rgba(0, 255, 0, 0.8); */
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.thanks-box + div#project-loader {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*Loader CSS */
div#project-loader {
    margin: 0 auto;
}
.loader {
  position: relative;
  width: 40px;
  height: 45px; 
    margin: 0 auto;    
}

.loader div {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  animation: loader-color-change 1.2s infinite ease-in-out;
}

.loader div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.loader div:nth-child(2) {
  top: 24%;
  left: 82%;
  transform: translate(-50%, -50%);
  animation-delay: 0.15s;
}

.loader div:nth-child(3) {
  top: 54%;
  left: 100%;
  transform: translate(-50%, -50%);
  animation-delay: 0.3s;
}

.loader div:nth-child(4) {
  top: 84%;
  left: 84%;
  transform: translate(-50%, -50%);
  animation-delay: 0.45s;
}

.loader div:nth-child(5) {
  top: 97%;
  left: 49%;
  transform: translate(-50%, -50%);
  animation-delay: 0.6s;
}

.loader div:nth-child(6) {
  top: 83%;
  left: 16%;
  transform: translate(-50%, -50%);
  animation-delay: 0.75s;
}

.loader div:nth-child(7) {
  top: 54%;
  left: 0%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
}

.loader div:nth-child(8) {
  top: 24%;
  left: 17%;
  transform: translate(-50%, -50%);
  animation-delay: 1.05s;
}

@keyframes loader-color-change {
  0%, 100% {
    background-color: #00ff00; /* Green */
  }
  50% {
    background-color: #fff; /* White */
  }
}
.project-full-block div#project-list {
    text-align: center;
    line-height: 1.2;
    color: #333333;
    font-family: "Lato", serif;
    letter-spacing: 0.005em;
        width: 100%;
}
.project-full-block div#project-loader {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-header .logo img {
    width: 50px;
}
.mfp-gallery .mfp-image-holder .mfp-figure:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: rgba(51, 51, 51, 1);
    top: 0;
}

.mfp-gallery .mfp-image-holder button.mfp-arrow {
    top: 20px;
    z-index: 11111;
    position: fixed;
    opacity: 1;
    margin: 0;
    margin-top: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 37px;
    margin: 0;
    padding: 0;
    width: 90px;
        transform: inherit !important;
}

.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left{
    left: calc(50% - 110px);
}
.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left::after {
    content: "Previous";
    background-color: transparent;
    border: none;
    opacity: 1;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: "Open Sans", serif;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left:before {
    content: "\f0a8";
    border: none;
    margin: 0;
    position: relative;
    top: 6px;
    font-family: "Font Awesome 6 Pro";
    color: #6fbb44;
    font-size: 18px;
    opacity: 1;
    right: 0;
    left: -25px;
}

.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right{
    right: calc(50% - 110px);
}


.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right::after {
    content: "Next";
    background-color: transparent;
    border: none;
    opacity: 1;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: "Open Sans", serif;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right:hover::after, .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left:hover::after{
    color: #6fbb44;
}

.mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right:before {
    content: "\f0a9";
    border: none;
    margin: 0;
    position: relative;
    top: 6px;
    font-family: "Font Awesome 6 Pro";
    color: #6fbb44;
    font-size: 18px;
    opacity: 1;
    right: -59px;
    left: inherit;
}
.single .mfp-container {
    padding: 0;
}
.single .mfp-image-holder .mfp-close, .single .mfp-iframe-holder .mfp-close {
    right: 120px;
    padding: 0;
    text-align: center;
    height: auto;
    opacity: 1;
    top: 34px;
    font-size: 0;   
    width: auto;
    line-height: 1;
    z-index: 2222222;
    position: fixed;
    cursor: pointer;
}
.single .mfp-container {
    padding: 0;
}

.single .mfp-title {color: #ffffff;font-size: 30px;font-weight: 300;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-family: "Lato", serif;line-height: 1.1;}

.single .mfp-bottom-bar {
    top: 30px;
    z-index: 1111111;
    width: 35%;
    left: 50px;
    margin-top: 0 !important;
    position: fixed;
}

.single .mfp-bottom-bar .mfp-counter {
    display: none;
}

.single .mfp-image-holder .mfp-close:before {
    content: "\e195";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 28px;
    color: #6fbb44;
    cursor: pointer;
}
.single .mfp-image-holder .mfp-close:after {
    content: "Gallery";
    position: fixed;
    font-size: 24px;
    z-index: 11;
    right: 144px;
    color: #fff;
    top: 34px;
    font-weight: 300;
    font-family: "Open Sans", serif;
    padding-right: 13px;
}
.mfp-gallery .mfp-image-holder figure img.mfp-img {
    padding-top: 90px;
}
.single .mfp-image-holder figure:before {
    content: "";
    background-image: url(./assets/images/HexaGroup_Mark_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 45px;
    display: inline-block;
    height: 50px;
    font-size: 0;
    position: fixed;
    right: 50px;
    top: 21px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: auto !important;
}
/* Responsive Style */

@media screen and (max-width: 1640px) {
    .top-wrap .comment-wrap .comment-box a.comment-btn, .top-wrap .comment-wrap .gallary a {
        font-size: 22px;
        margin-left: 25px;
    }
    section.single-project .top-wrap .heading-text {
        font-size: 28px;
    }
    section.single-project .top-wrap .pagination-div span, section.single-project .top-wrap .pagination-div a {
        padding: 0 15px;
        font-size: 22px;
    }
    .project-full-block.list-view {
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 1440px) {
    
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 28px;
    }
    .category h2 {
        font-size: 42px;
    }
    .project-full-block .project-block-wrap .project-g-icons a {
        font-size: 16px;
    }
    .project-full-block .project-block-wrap {
        margin-bottom: 40px;
    }
    .container {
        padding: 0 30px;
    }
    .pagination .pagination-number a {
        margin: 0 3px;
        width: 48px;
        height: 48px;
        font-size: 26px;
    }
}

@media screen and (max-width: 1366px) {

    section.single-project .top-wrap .comment-wrap {
        width: 70%;
    }
    section.single-project .top-wrap .pagination-div {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .project-full-block.list-view .project-block-wrap a.project-links {
    padding-right: 30px;
        width: calc(100% - 240px);
    }
    .single .mfp-title {        
        font-size: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .project-full-block .project-block-wrap {        
        width: 33.33%;
    }
    .pagination .pagination-number {
        margin-top: 30px;
    }
    .project-section .project-search-short .project-search lable {        
        font-size: 20px;
    }
    .project-section .project-search-short .project-search input {
        max-width: 200px;
        font-size: 20px;
        padding: 10px 10px 6px 0;
    }
    .project-search-short .grid-list-short a {        
        font-size: 20px;
    }
    .grid-list-short .sort-list {     
        max-width: 187px;        
    }
    .dropdown-toggle {
        font-size: 20px;
    }
    .dropdown-menu li {
        padding: 8px 17px;
        font-size: 20px;
    }
    .project-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .card-container {
        width: calc(33.33% - 24px);
    }
    .status span {
        margin-left: 30px;
        font-size: 20px;
    }
    .status span i {     
        font-size: 10px;
    }
    .category {
        margin-bottom: 40px;
    }
    section.category-main {
        padding-top: 60px;     
        padding-bottom: 40px;
    }
    section.single-project .top-wrap .comment-wrap .right-logo {
        max-width: 40px;
        margin-left: 25px;     
    }
    .top-wrap .comment-wrap .comment-box a.comment-btn, .top-wrap .comment-wrap .gallary a {
        font-size: 18px;
        margin-left: 18px;
    }
    .top-wrap .comment-wrap .comment-box a.comment-btn i, .top-wrap .comment-wrap .gallary a i {
        font-size: 14px;
    }
    section.single-project .top-wrap .heading-text {
        font-size: 22px;
    }
    section.single-project .top-wrap .status-icon {
        width: 12px;
        height: 12px;     
        margin-left: 13px;
    }
    section.single-project .top-wrap .pagination-div {        
        left: -60px;
    }
    section.single-project .top-wrap .pagination-div span, section.single-project .top-wrap .pagination-div a {    
        font-size: 18px;
    }
    section.single-project .top-wrap .pagination-div span i, section.single-project .top-wrap .pagination-div a i {        
        font-size: 15px;
        top: 0;
    }
    .top-wrap .comment-wrap .comment-box .comment-form {
        top: 46px;
        left: -88px;
    }
}



@media screen and (max-width: 991px) {
    .project-full-block .project-block-wrap {        
        width: 50%;
        margin-bottom: 30px;
    }
    .container {
        padding: 0 20px;
    }
    .pagination .pagination-number a {        
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .card-container {
        width: calc(50% - 15px);
    }
    .category-main .grid {
        gap: 30px;
    }
    .category-main h3 {
        margin-bottom: 20px;
    }
    .category {
        margin-bottom: 22px;
    }
    .category h2 {
        font-size: 34px;
    }
    .single .mfp-title {        
        font-size: 24px;
    }
    .single .mfp-image-holder .mfp-close, .single .mfp-iframe-holder .mfp-close {
        right: 81px;
        font-size: 0;
        top: 24px;
        background-color: transparent;
    }
    .single .mfp-image-holder figure:before {
        width: 45px;        
        height: 46px;
        right: 23px;
        top: 15px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow {
        top: 13px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right::after, .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left::after {
        font-size: 21px;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure:before {
        height: 76px;
    }
    .single .mfp-bottom-bar {                
        width: 55%;
        left: 23px;
        box-sizing: inherit;
        background-color: transparent;
        bottom: initial;
        padding: 0;
        top: 21px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left {
        left: calc(55% - 110px);
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right {
        right: calc(45% - 110px);
    }
    .single .mfp-image-holder .mfp-close:after {
        right: 103px;
        top: 26px;
        font-size: 21px;
    }
    .mfp-gallery .mfp-image-holder figure img.mfp-img {
        padding-top: 69px;
    }
}

@media screen and (max-width: 767px) {
    .project-full-block .project-block-wrap h2 {
        margin-bottom: 20px;
    }
    h2, h3 {
        font-size: 26px;
    }
    .project-section .project-search-short .project-search {        
        width: 100%;
    }
    .project-full-block {
        width: 100%;
    }
    .project-section .project-search-short .project-search {        
        width: 100%;
        margin-bottom: 20px;
    }
    .project-section .project-search-short {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
    }
    .project-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.category-main {
        padding-top: 40px;
        padding-bottom: 20px;
    }
     section.single-project .top-wrap .heading-text {        
        width: 100%;
        text-align: center;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    section.single-project .top-wrap .comment-wrap {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    section.single-project {
        width: 100%;
        padding: 9px 0 40px;
    }
    section.single-project .top-wrap .pagination-div {        
        left: 0;
        bottom: 13px;
        width: 100%;
    }
    .top-wrap .comment-wrap .comment-box a.comment-btn, .top-wrap .comment-wrap .gallary a {
        font-size: 18px;
        margin-left: 13px;
    }
    .top-wrap .comment-wrap .comment-box .comment-form {
        top: 76px;
        left: -58px;
    }
    .top-wrap .comment-wrap .comment-box .comment-form form p textarea {
        height: 100px;
    }
    .top-wrap .comment-wrap .comment-box .comment-form form p input, .top-wrap .comment-wrap .comment-box .comment-form form p textarea {
        font-size: 18px;
    }
    .login-block .login-form-container {
        max-width: 450px;
        padding: 50px 50px 50px 50px;
    }
    .project-full-block.list-view .project-block-wrap h2 {        
        font-size: 22px;
    }
    .project-full-block.list-view {
        margin: 0 auto 0;
    }
    .project-section .project-search-short .grid-list-short {        
        width: 100%;
         -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left:before {        
        font-size: 16px;
        left: -22px;
        top: 7px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right:before {
        font-size: 16px;
        right: -45px;
        top: 8px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left::after, .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right::after {
        font-size: 18px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left {
        left: calc(55% - 90px);
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right {
        right: calc(45% - 80px);
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow{
        width: 90px;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure:before {
        height: 70px;
    }
}


@media screen and (max-width: 640px) {
    .project-full-block .project-block-wrap {     
        width: 100%;
        padding: 0 0;
        margin-bottom: 30px;
    }
    h2, h3 {
        font-size: 24px;
    }
    .project-full-block {
        margin: 0 0;
    }
    .project-full-block .project-block-wrap .project-img {
        margin-bottom: 13px;
    }
    .status span {
        margin-left: 7px;
        font-size: 16px;
    }
    .status span i {
        font-size: 6px;
    }
    .status {
        margin-bottom: 30px;
    }
    .category h2 {
        font-size: 30px;
    }
    .card-container .card {
        margin-bottom: 15px;
    }
    .card .status-icon {
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
    }
    .project-full-block.list-view .project-block-wrap h2 {
        width: 100%;
        font-size: 20px;
    }
    .project-full-block.list-view .project-block-wrap {
        display: block;
    }
    .project-full-block .project-block-wrap .project-g-icons {
        margin-top: 15px;
    }
    .project-full-block.list-view .project-block-wrap a.project-links {
        padding-right: 0;
        width: 100%;     
    }
    .single .mfp-title {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 17px;
    }
    .single .mfp-bottom-bar {                
        width: 100%;
        left: 0;
        padding: 0;
        top: 14px;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure:before {
        height: 81px;
    }    
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left {
        left: 38px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right {
        right: inherit;
        left: 124px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right:before {
        right: inherit;
        top: 8px;
        left: 49px;
    }
    
    .single .mfp-image-holder .mfp-close:after {
        right: 75px;
        top: 31px;
        font-size: 16px;
    }
    .single .mfp-image-holder .mfp-close:before {
        font-size: 23px;
    }
    .single .mfp-image-holder .mfp-close, .single .mfp-iframe-holder .mfp-close {
        right: 61px;
        top: 32px;
    }
    .single .mfp-image-holder figure:before {
        width: 35px;
        height: 35px;
        right: 20px;
        top: 24px;
    }
    .single .mfp-image-holder .mfp-close:before {
        width: 23px;
        height: 21px;
    }
    .single .mfp-image-holder .mfp-close:before {
        width: 19px;
        height: 14px;
        font-size: 18px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow {
        top: 38px;
    }
}



@media screen and (max-width: 480px) {
    .pagination .pagination-number a {
        margin: 0 2px;
        width: 33px;
        height: 33px;
        font-size: 14px;
    }
    .project-search-short .grid-list-short .list-block {
        margin-left: 18px;
    }
    .project-search-short .grid-list-short a {    
        font-size: 18px; 
    }
    .dropdown-toggle {
        font-size: 18px;
    }
    .grid-list-short .sort-list {
        margin-left: 10px;
        max-width: 163px;
        float: right;
    }
    .project-section .project-search-short .grid-list-short {        
        width: 100%;       
    }
    .dropdown-menu li {
        padding: 8px 9px;
        font-size: 18px;
    }
    .project-section .project-search-short .project-search lable {
        font-size: 18px;
    }
    .project-section .project-search-short .project-search input {
        font-size: 18px;
    }
    h1 {
        font-size: 26px;
    }
    .pagination .pagination-number {
        margin-top: 15px;
    }
    .card-container {
        width: 100%;
    }
    .login-form-container form p input {
        font-size: 20px;
    }
    .login-form-container form .login-submit {     
        margin-top: 30px;
        margin-bottom: 0;
    }
    .login-form-container form p {
        margin-bottom: 20px;
    }
    .login-block .login-form-container .login-logo {
        text-align: center;
        margin-bottom: 25px;
    }
    .login-block .login-form-container {        
        padding: 30px 30px 30px 30px;
    }    
    .single .mfp-title {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 17px;
        font-size: 18px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left {
        left: 38px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right {
        right: inherit;
        left: 108px;
    }
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right:before {
        right: inherit;
        top: 8px;
        left: 42px;
    }    
    .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-left::after, .mfp-gallery .mfp-image-holder button.mfp-arrow.mfp-arrow-right::after {
        font-size: 16px;
    }
    
}