/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('../css/owl-carousel.css');
@import url('../css/glightbox.min.css');
@import url('../css/home-page.css');
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/animate.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: "akhand-regular";
    src: url('../fonts/Akhand-Regular/Akhand-Regular.woff2') format('woff2'),
        url('../fonts/Akhand-Regular/Akhand-Regular.woff') format('woff'),
        url('../fonts/Akhand-Regular/Akhand-Regular.ttf') format('truetype'),
        url('../fonts/Akhand-Regular/Akhand-Regular.otf') format('opentype'),
        url('../fonts/Akhand-Regular/Akhand-Regular.eot') format('embedded-opentype'),
        url('../fonts/Akhand-Regular/Akhand-Regular.svg') format('svg');
}

@font-face {
    font-family: "akhand-bold";
    src: url('../fonts/Akhand-Bold/Akhand-Bold.woff2') format('woff2'),
        url('../fonts/Akhand-Bold/Akhand-Bold.woff') format('woff'),
        url('../fonts/Akhand-Bold/Akhand-Bold.ttf') format('truetype'),
        url('../fonts/Akhand-Bold/Akhand-Bold.otf') format('opentype'),
        url('../fonts/Akhand-Bold/Akhand-Bold.eot') format('embedded-opentype'),
        url('../fonts/Akhand-Bold/Akhand-Bold.svg') format('svg');
}

@font-face {
    font-family: "helvetica-neue-regular";
    src: url('../fonts/HelveticaNeueRegular/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular/HelveticaNeueRegular.woff') format('woff'),
        url('../fonts/HelveticaNeueRegular/HelveticaNeueRegular.ttf') format('truetype'),
        url('../fonts/HelveticaNeueRegular/HelveticaNeueRegular.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRegular/HelveticaNeueRegular.svg') format('svg');
}

/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    box-sizing: border-box;
}


/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
    font-family: "akhand-regular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}



a {
    font-family: "akhand-bold", sans-serif;
    text-decoration: none;
    color: #072843;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.style-btn a {
    font-family: 'akhand-bold', sans-serif;
    font-size: 15px;
    line-height: 20px;
    width: 201px;
    height: 41px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.style-btn a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 100px;
    z-index: -1;
    transition: .3s;
}

.orange-btn a::after {
    background-color: #FF6C0E;
}

.blue-btn a::after {
    background-color: #072843;
}

.style-btn a:hover::after {
    transform: scale(1.05);
}


input,
select,
button {
    font-family: "akhand-regular", sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.list-number li span,
p,
li {
    position: relative;
    margin: 0px;
    font-family: "akhand-regular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
    color: #072843;
}

.auto-container {
    position: static;
    max-width: 1540px;
    padding: 0px 20px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #FF6C0E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "akhand-bold", sans-serif;
    position: relative;
    background: none;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 15px;
    color: #072843;
}

h1 {
    font-size: 60px;
    line-height: 50px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
}

h3 {
    font-size: 32px;
    line-height: 36px;
}

h4 {
    font-size: 25px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear-fix {
    clear: both;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


/*** 
 
====================================================================
flex-css
====================================================================
 
***/
.dy-flex {
    display: flex;
    flex-wrap: wrap;
}
.bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/****** 
====================================================================
Wordpress Core 
====================================================================
******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 6px 4px 4px 4px;
    text-align: center;
}

.sticky .post-title {
    padding-left: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/****** Comments ******/

#respond ul {
    list-style-type: none;
}

#respond .logged-in {
    margin: 0 0 12px 0
}

#commentform input[type="text"],
#commentform .input-comments {
    width: 198px;
    float: left;
    margin-right: 13px;
}

#commentform label {
    display: block;
}

#commentform .url-comments {
    margin-right: 0px !important;
}

#commentform li.middle {
    margin-right: 0px !important;
}

.comments-closed {
    margin: 40px 0 40px 0;
}

ol.commentlist {
    list-style: none;
}

ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 10px 0px 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ol.commentlist li div.commentmetadata {
    padding: 8px 0 14px 0;
}

ol.commentlist li div.comment-meta {
    font-size: 14px;
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a,
ol.commentlist li div.comment-meta a:visited {
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a:hover {
    color: var(--color-secondary);
}

ol.commentlist li div.reply {
    font-size: 14px;
    padding: 0px 0 40px 0;
    font-weight: 700;
}

ol.commentlist li ul.children {
    list-style: none;
    margin: 10px 0 0;
}

ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 35px;
}

ol.commentlist li.pingback {
    margin: 0 0 40px 0;
}

.clearfix {
    clear: both;
    padding-bottom: 20px;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 1px solid #000000b9;
    padding: 12px 20px;
}


table tr:hover {
    background-color: #000;
}

table tr:hover td {
    color: #fff;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #000;
    color: #fff;
}

ul {
    margin: 0px 0px 20px 30px;
}

ul li {
    list-style-type: disc;
}

ol {
    margin: 0px 0px 20px 30px;
}

ol li {
    list-style-type: decimal;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
    position: relative;
}

::placeholder {
    color: var(--color-text);
}


form label.gfield_label.gform-field-label,
form span label.gform-field-label,
form legend.gfield_label {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 12px;
    display: block;
    margin: 0px;
}

form input,
form select,
form textarea {
    color: #637C8C !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    font-family: "akhand-regular", sans-serif !important;
    border-radius: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    outline: none !important;
    background: transparent !important;
    margin-bottom: 30px !important;
    outline: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #637C8C !important;
    padding-bottom: 0px !important;
}

form select option {
    padding: 10px 20px !important;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form input.file,
form select {
    width: 100%;
}

input[type="submit"] {
    border: 0px !important;
    background: #FF6C0E !important;
    padding: 0px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    font-family: "akhand-bold", sans-serif !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: .3s;
    color: #ffffff !important;
    border-radius: 100px !important;
    width: 189px !important;
    height: 41px !important;
    outline: 0px !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}

.gform_fields.top_label {
    gap: 50px !important;
    row-gap: 0px !important;
}

input[type="submit"]:hover {
    background: #072843 !important;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: none;
    border-color: #072843 !important;
    color: #072843 !important;
}

form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url('../images/arrow-select.svg') right center no-repeat !important;
    cursor: pointer;
    background-position: 99.6% 48% !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    position: relative;
}

form select option {
    padding-left: 10px;
    cursor: pointer;
}

form textarea {
    height: 108px;
    resize: none;
}

form button,
form input[type="submit"],
form .theme-btn {
    position: relative;
    display: inline-block;
    margin: 0;
}

form .radio-block {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}


/*** 

====================================================================
	About Css
====================================================================

***/

.default-content-box {
    padding-bottom: 50px;
    padding-top: 60px;
}

section.sample-page {
    padding-top: 50px;
}

/* about--sec */
.same-about-typo h3 {
    text-transform: uppercase;
    padding-bottom: 40px;
}

.same-about-typo p {
    padding-bottom: 0px;
    color: #072843;
}

.same-padding {
    padding: 90px 0px 58px;
}

.bg-blue h2,
.bg-blue p,
.bg-dark h2,
.bg-dark p {
    color: #fff;
}

.row-gap.dy-flex {
    gap: 3.4%;
    row-gap: 30px;
}

.col-two-colum {
    width: 48.3%;
}

.b-padding {
    padding-top: 70px;
}

.b-padding p {
    margin-bottom: 0px;
}

.col-three-colum {
    width: 31%;
}

.col-half-colum {
    width: 31%;
}

.col-half-second-colum {
    width: 65.5%;
}

.three-reverse-colum .row-gap.dy-flex {
    flex-direction: row-reverse;
}

.col-four-colum {
    width: 22.43%;
}

.grey {
    border-radius: 12px;
}

.grandiant-blue {
    background: linear-gradient(180deg, rgba(99, 124, 140, 1) 0%, rgba(7, 40, 67, 1) 100%);
    border-radius: 12px;
    margin-bottom: 30px;
}

.full-blue {
    background-color: #072843;
    border-radius: 12px;
    margin-bottom: 30px;
}





.grandiant-orange {
    background: linear-gradient(180deg,rgba(241, 171, 126, 1) 0%, rgba(255, 108, 14, 1) 100%);
    border-radius: 12px;
    margin-bottom: 30px;
}

.full-orange {
    background-color: #FF6C0E;
    border-radius: 12px;
    margin-bottom: 30px;
}





.b-dark-bg {
    background-color: #000;
}


.full-orange h3,
.full-orange p,
.grandiant-orange h3,
.grandiant-orange p,
.grandiant-blue h3,
.grandiant-blue p,
.full-blue h3,
.full-blue p {
    color: #fff;
}

.same-about-typo .style-btn {
    margin-top: 33px;
}




.quote-sec h2 {
    text-align: center;
    max-width: 1283px;
    margin: auto;
    text-transform: uppercase;
    padding-bottom: 0px;
    color: #FF6C0E;
}

.quote-sec h5 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 22px;
}
blockquote {
    font-size: 32px;
    line-height: 36px;
    font-family: 'akhand-bold';
    text-align: center;
    max-width: 1290px;
    margin: auto;
    color: #637C8C;
}
.quote-sec img {
    width: 70px !important;
    margin: auto;
}

.quote-sec {
    padding-top: 104px;
}

.popups-default {
    display: flex;
    gap: 20px;
}

.popups-default a {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    text-transform: capitalize;
}

.popups-default a:hover {
    color: #000;
    background-color: transparent;
}

.iframe-video .modal-contents {
    width: 85%;
    height: 85vh;
}

div#iframe-video iframe,
div#iframe-video .video-frame {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-contents span.close {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 17px;
    transition: .3s;
}

.modal-contents span.close:hover {
    rotate: 180deg;
}

.light-box.daefault {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}




body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.bread-crumbs ul {
    margin: 0px;
    display: flex;
    gap: 20px;
}

.bread-crumbs ul li {
    list-style: none;
}

.bread-crumbs ul a {
    color: #637C8C;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-family: "akhand-bold", sans-serif;
    position: relative;
}

.bread-crumbs ul a:hover {
    color: #072843;
}

.bread-crumbs ul a::after {
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: -10px;
    background-color: #637C8C;
}

.bread-crumbs ul li:last-child a::after {
    display: none;
}

.bread-crumbs ul li:last-child a {
    pointer-events: none;
    color: #072843;
}

.about-banner h1 {
    padding-bottom: 16px;
}


.about-banner {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 36%, rgba(241, 171, 126, 1) 100%);
    padding: 150px 0px 87px;
    border-radius: 12px;
    /* mask-image: url(https://gesb.bevindesignhouse.com/wp-content/uploads/2025/10/shape-banner-about.png);
    -webkit-mask-image: url(https://gesb.bevindesignhouse.com/wp-content/uploads/2025/10/shape-banner-about.png);
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat; */
}


.first-box {
    padding-top: 0px;
}


.row--site {
    padding: 30px 0px;
}
.col-heading {
    width: 30%;
}
.col-links-site {
    width: 70%;
}
.col-links-site ul {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
}
.col-links-site li {
    width: 34%;
    list-style: none;
}
.bullet-icon a {
    padding-left: 15px;
}
.col-links-site li a {
    font-size: 14px;
    line-height: 17px;
    font-family: "akhand-regular", sans-serif;
    color: #475361;
    position: relative;
}
.col-links-site ul {
    list-style: none;
    margin: 0;
}
.bullet-icon a::after {
    content: '>';
    position: absolute;
    width: 6px;
    height: 16px;
    /* background-image: url('../images/angleaa.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
    left: 0px;
    top: 0;
}
.row--site {
    border-bottom: 1px solid #475361;
}
.site-map,
.error-sec {
    padding: 0px 0px 60px;
}
.site-map h2 {
    padding-bottom: 30px;
}
section.about-banner.error {
    padding-bottom: 11px;
}

.filter-select a.clear-btn {
    text-decoration: underline;
    margin-top: 20px;
}