@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Georama:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Georama", sans-serif;
font-family: "Anek Bangla", system-ui; */

/* CSS Document */

tp {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif;    /* 1 */
    -ms-text-size-adjust: 100%;    /* 2 */
    -webkit-text-size-adjust: 100%;    /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {

    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {
    display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;    /* 1 */
    text-decoration: underline;    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */

/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace;    /* 1 */
    font-size: 1em;    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;    /* 1 */
    height: 0;    /* 1 */
    overflow: visible;    /* 2 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {

    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {

    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {

    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    /* 1 */
    color: inherit;    /* 2 */
    display: table;    /* 1 */
    max-width: 100%;    /* 1 */
    padding: 0;    /* 3 */
    white-space: normal;    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    /* 1 */
    padding: 0;    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label, legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #0A1F5B;
    font-family: "Anek Bangla", system-ui;
    font-weight: 400;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder, select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder, select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl, ol, ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt, dd, li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input, textarea, select, fieldset {
    margin-bottom: 1rem;
}

input:last-child, textarea:last-child, select:last-child, fieldset:last-child {
    margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 1.4rem;
}

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {
    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;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }

}

.clearfix {
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body, html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #FFF;
    color: #09090A;
    font-family: "Georama", sans-serif;
}

h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.02em;
}

h4 {
    font-size: 22px;
    line-height: 29px;
    font-family: "Anek Bangla", system-ui;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    line-height: 28px;
    font-family: "Anek Bangla", system-ui;
    font-weight: 700;
    color: #501C36;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #EDE7E1;
}

p, li {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    font-family: "Georama", sans-serif;
    color: #193780;
}

p > span {
    color: #2C59E0;
}

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

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #EE4C29;
    text-align: center;
    color: #FFF;
    border: 1px solid #EE4C29;
    padding: 15px 54px 12px 54px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: calc(100% - 15px) !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: "Georama", sans-serif;
    font-weight: 400;
}

html, body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-family: "Georama", sans-serif;
}

/*form*/
.gform_validation_errors {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.gfield_validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #fff !important;
}

.gform_validation_errors h2 {
    color: #fff !important;
}

.gfield_error input {
    border-color: #c02b0a !important;
}

search .search-no-results .search form {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.search-no-results .search input {
    margin-bottom: 0;
    border: 1px solid #182c61 !important;
    border-radius: 0 !important;
    height: 50px;
    transition: all 0.5s ease-in-out;
    padding: 0.6rem 1rem;
    width: 100%;
}

.search-no-results .search input#searchsubmit {
    width: 160px;
    height: 50px;
    background-color: #182c61;
    border: 0 none;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

/*pagination*/
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    font-size: 20px;
    border: 1px solid #001347;
    color: #001347;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 5px;
    font-weight: 600;
}

.pagination .next.page-numbers {
    min-width: 80px;
}

.pagination .page-numbers:hover {
    background: #001347;
    color: #fff;
}

/*article.search-entry*/
article.search-entry {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(33.33% - 20px);
}

article.search-entry h2 {
    font-size: 20px;
}

article.search-entry a {
    background-color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
    padding: 20px 30px;
    display: block;
}

article.search-entry a:hover {
    background-color: #b7bcf3;
}

article.search-entry a:hover .search-entry-type {
    color: #000;
}

.search-entry-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    /* justify-content: space-between; */
    margin: 40px -20px;
}

.default-layout h1, .default-page h1 {
    text-align: center;
}

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}


.two_column::nth-child(even) .row .right_column .img{
    margin-left: 0;
}

.listing-team.layout-columns-4 {
    display: flex;
    margin: 0 -20px;
    justify-content: center;
}

.listing-team.layout-columns-4 .team_col {
    width: 30%;
    padding: 0 20px;
}

.modal-toggle:hover h4{
    color: #00B0F0;
}

.modal-toggle h4{
    margin-bottom: 0;
}

.modal-toggle .text p{
    margin: 0 0 10px 0;
    color: #00B0F0;
    text-transform: uppercase;
    font-size: 15px;
}

.team_img {
    max-width: 310px;
    overflow: hidden;
    border-radius: 24px;
    max-height: 340px;
    margin-bottom: 30px;
}

.about_block_section .wrap p b{
    color: #2C59E0;
    font-weight: 500;
}

/* .sub-container {
max-width: 1180px;
height: auto;
display: block;
margin: 0 auto;
clear: both;
box-sizing: border-box;
width: 100%;
padding: 0 20px;
} */
section {
    position: relative;    /* margin-bottom: 110px; */
}

/*----- Wrapper Part ------*/

/* header */
.header_wrap {
    padding: 7px 0;
}

.header_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.header_menu ul li {
    margin: 0 36px 0 0px;
}

.header_menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.header_menu ul li a:hover{
    color: #2C59E0;
}

.header_menu ul li>.sub-menu{
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.header_menu ul li>.sub-menu li a{
    color: #000;
}

.header_menu ul li>.sub-menu li a:hover{
    color: #2C59E0;
}

.header_menu ul li.show_submenu>.sub-menu{
    display: block !important;
}
.header_menu ul li.show_submenu .sub_arrow img {
    transform: rotate(180deg);
}

.header_menu span.sub_arrow img {
    position: relative;
    top: -3px;
    transition: 0.3s;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 4px 9.9px rgba(182, 179, 179, 0.25);
}

header .primary_btn {
    min-width: 167px;
    min-height: 65px;
}

header .primary_btn:hover{
        background: #0070c0;
        color: #fff;
}

.header_link .primary_btn:nth-child(1) {
    margin-right: 12px;
}

/* banner_section */
.banner_section {

    padding-bottom: var(--space-70);
}

.banner_section .banner-img {
    position: relative;
    width: 100%;
    height: 820px;
    z-index: 0;
    object-fit: cover;
}

.banner_section .item .text_content {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 99;
    right: 0;
}

.banner_section h1 {
    color: var(--white);
    max-width: 850px;
    text-shadow: 0px 4px 11.2px rgba(0, 0, 0, 0.45);
}

.banner_section .text_content p {
    font-size: var(--font-25);
    color: var(--white);
    margin: 0 0 30px;
    line-height: 33px;
    font-weight: 500;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}

.slick-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url(../img/slider_arrow.svg) no-repeat center / 40px;
    outline: 0;
    border: 0;
    font-size: 0;
    z-index: 99;
}

.slick-slider button.slick-next.slick-arrow {
    margin-top: 60px !important;
    transform: translateY(-50%) rotate(-90deg) rotateX(180deg);
}

.slick-slider button.slick-arrow {
    transform: translateY(-50%) rotate(-270deg) rotateX(180deg);
    filter: invert(1) brightness(5);
}

.banner_section .wrapper, .banner_section .item {
    height: 100%;
    position: relative;
}

.banner_section .item:before{
    background: linear-gradient(258.82deg, rgba(0, 0, 0, 0) 42.16%, rgba(0, 0, 0, 0.4) 86.11%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.sub_title {
    color: #002145;
    font-family: "Georama", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    background: rgba(0, 176, 240, 0.10);
    padding: 5px 10px;
    display: inline-flex;
    margin-bottom: 15px;
}

.block_head h2 {
    margin-bottom: 0;
}

.product_section .right_col img {
    width: 300px;
    max-width: 100%;
}

.product_sub_list .item {
    width: 25%;
    padding: 0 10px;
}

.product_sub_list .item .img {
    aspect-ratio: 4/4.3;
    object-fit: cover;
    width: 100%;
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 42px;
    display: flex;
    align-items: center;    
    overflow: hidden;
}

.product_sub_list .item a:hover .img img{
    transform: scale(1.1);
}


.product_sub_list .item .img img {
    width: 100%;
    height: 212px;
    object-fit: contain;
    transform: scale(1.0);
    transition: 0.3s;
}

.categ, .categ li {
    color: var(--blue);
    font-family: "Anek Bangla", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 101%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}

.product_sub_list .item h3 {
    color: var(--Dark, #0A1F5B);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
    font-family: "Anek Bangla", system-ui;
}

.product_sub_list .item p {
    color: var(--Dark, #0A1F5B);
    margin-bottom: 10px;
    margin-top: 0;
}

.arrow_link {
    color: #0A1F5B;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-family: "Georama", sans-serif;
    transition: 0.3s;
}

.product_sub_list .item a:hover .arrow_link{
    color: var(--blue);
}

.product_sub_list {
    margin: 0 -10px;

}

.arrow_link img {
    margin-left: 6px;
}

.product_sub_list .item a {
    display: block;
}

section.who_we_are_section {
    background: url(../img/bg_layer.png) no-repeat right bottom / cover;
}

.who_we_are_section p, .who_we_are_section h2, .who_we_are_section .sub_title {
    color: #FFF;
}

.who_we_are_section .sub_title {
    background: rgba(255, 255, 255, 0.10);
}

.who_we_are_section .text_content {
    max-width: 500px;
}

.who_we_are_section .img {
    max-width: 500px;
    margin: 0 auto;
}

.who_we_are_section .img img {
    border-radius: 30px;
    width: 100%;
}

.benefit_section .item {
    background: url(../img/li_check.svg) no-repeat left top 4px / 30px;
    width: 25%;
}

.benefit_section .item p {
    margin: 0;
    padding-left: 55px;
    color: #000;
    font-size: 17px;
}

section.case_study_section {
    background: #FAFBFC;
}

.case_study_section .primary_btn {
    float: right;
    margin-right: 147px;
    margin-top: -80px;
    position: relative;
    z-index: 9;
    background: #F0F0F0;
    color: #0A1F5B;
}

.case_study_section .primary_btn:hover{
    background: #0070c0;
    color: #fff;
}

.case_study_slider .slick-slide.slick-center .img {
    transform: scale(1.1);
    position: relative;
    z-index: 8;
}

.case_study_slider .slick-slide .img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    padding: 25px 0 0;
}

.case_study_slider .slick-slide {
    padding-top: 0;
}

.case_study_slider .item .text>span {
    color: var(--blue);
    font-family: "Anek Bangla", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 101%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}

.case_study_slider .item h3 {
    color: var(--Dark, #0A1F5B);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
    font-family: "Anek Bangla", system-ui;
}

.case_study_slider .item p {
    color: var(--Dark, #0A1F5B);
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 140%;
}

.case_study_slider .text {
    transform: translateY(40px);
    opacity: 0;
    margin-top:40px;
    display: none;
}

.case_study_slider .slick-slide.slick-current .text{
    display: block;
}

.case_study_slider .slick-slide.slick-center .text {
    transform: translateY(0px);
    opacity: 1;
}

.header-logo a {
    display: flex;
}

.case_study_slider .slick-slide.item {
    margin-top: 30px;
}

.case_study_slider button.slick-arrow {
    filter: none;
    margin-top: 0px !important;
    left: 120px !important;
    top: auto !important;
    
    transform: translateY(-50%) rotate(-180deg) rotateX(180deg);
    position: absolute;
    bottom: 0 !important;
        
}

.case_study_slider button.slick-next.slick-arrow {
    left: 70px !important;
    margin-top: 60px !important;
    transform: translateY(-50%) rotate(0deg) rotateX(0deg);
}

.industries_section .block_head {
    max-width: 718px;
}

.industries_section .item p {
    color: var(--Dark, #0A1F5B);
    font-family: "Anek Bangla";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;     /* 71.8px */
    margin: 0;
}

.industries_section .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00B0F0;
    width: calc(33.33% - 30px);
    padding-bottom: 20px;
    margin: 0 15px 20px;
}

.industries_section .item img {
    margin-right: 10px;
    width: 35px;
    object-fit: cover;
}

.text_section .wrapper h4 b{
    color: #2C59E0;
    font-weight: 500;
}


.header_menu ul li.current-menu-item a{
    color: #2C59E0;
    font-weight: 600;
}

.industries_section .wrapper.row {
    margin: 0 -15px;
}

section.industries_section {
    background: #EAF6FF;
}

.our_story_section .wrapper {
    max-width: 717px;
    margin: 0 auto;
}

.our_story_section .wrapper iframe {
    width: 100%;
    height: 414px;
}

.standard_product_section .block_head {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.standard_product_section .wrapper a {
    color: var(--Dark, #0A1F5B);
    font-family: "Anek Bangla";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%; /* 19.68px */
    display: flex;
    align-items: center;
    background: #FFF;
    padding-left: 25px;
    position: relative;
}

.standard_product_section .wrapper a:hover{
    background: var(--blue);
    color: var(--white);
}

.standard_product_section .wrapper a img {
    width: 54px;
    margin-right: 10px;
    transform: scale(1.3);
    margin-left: -25px;
}

.standard_product_section .wrapper {
    max-width: 717px;
    margin: 0 auto;
    gap: 30px;
}

.standard_product_section .wrapper .item {
    max-width: calc(50% - 20px);
    margin-left: 5px;
}

.standard_product_section .wrapper a:before {
    content: "";
    border: 1px solid var(--06, #CAE9FF);
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    bottom: 0;
}

section.tesimonial_section {
    /* background: #F3F4F7; */
}

.tesimonial_section .right_col {
    width: 50%;
}

.tesimonial_section .right_col .text_content p {
    margin: 0 0 0;
    color: #0A1F5B;
}

.tesimonial_section .right_col .text_content h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    font-family: "Georama", sans-serif;
    color: #193780;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.tesimonial_section .text_content {
    max-width: 570px;
}

.tesimonial_section .left_col {
    width: 50%;
}

.tesimonial_section .slides-numbers {
    color: var(--Dark, #0A1F5B);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: 0.15px;
    text-transform: uppercase;
    background: rgba(0, 176, 240, 0.10);
    display: inline-block;
    width: auto;
    padding: 7px;
    margin-bottom: 30px;
}

.slick-slide .item {
    cursor: pointer;
}

.tesimonial_slider {
    max-width: 570px;
}

.tesimonial_slider button.slick-arrow {
    filter: none;
    transform: translateY(-50%) rotate(0deg) rotateX(180deg);
    left: -60px;
    right: auto;
}

.tesimonial_slider button.slick-next.slick-arrow {
    margin-top: 0px !important;
    transform: translateY(-50%) rotate(180deg) rotateX(180deg);
    right: -60px;
    left: auto;
}

.slick-slider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.tesimonial_section .block_head img {
    max-width: 54px;
}

.tesimonial_section .block_head h2 {
    margin-bottom: 15px;
}

.accordion-wrapper button {
    color: #0A1F5B;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    border: 0;
    position: relative;
    padding:0;
    width: 100%;
    text-align: left;
    background: transparent;
    padding-right: 30px;
}

.accordion-wrapper .btn-wrapper button:before {
    background:url(../img/plus_icon_white.svg) no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 0;
    
}

.accordion-wrapper.active .btn-wrapper button:before{
    background:url(../img/minus_icon_white.svg) no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 0;
    
}

.accordion-wrapper .btn-wrapper button:after {
    transform: rotate(90deg);
    opacity: 1;
}

.accordion-wrapper.active button:after {
    transform: rotate(180deg);
    opacity: 0;
}

.accordion-wrapper {
    border: 1px solid var(--06, #CAE9FF);
    background: #FFF;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 22px 26px;
}
.accordion-wrapper.active  .collepsing-div{
    display: block;
}

.accordion-wrapper .collepsing-div {
    padding: 0 20px 20px 20px;
    display: none;
}

.accordion-wrapper .collepsing-div p {
    margin-top: 0;
    font-weight: 500;
}



.accordion-wrapper .btn-wrapper {
    position: relative;
}

footer {
    padding: 60px 0 70px;
    background: url(../img/footer_bg.svg) no-repeat center right / cover;
}

footer .copyright {
    width: 100%;
    margin-top: 37px;
}

.footer_bottom_text  p,
.footer_bottom_text  a{
    text-align:right;
    font-size: 13px;
    line-height: 14px;
    color:#fff;
}
.footer_bottom_text  a:hover{
    color:#0A1F5B;
}

footer .top_block p, footer .top_block a, footer .top_block ul li {
    color: #FFF;
    font-family: "Georama", sans-serif;
    margin: 0;
}

footer .top_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .top_block ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
}

footer .top_block .copyright ul li {
    margin-left: 32px;
}

footer .top_block ul li:nth-child(1) {
    margin-left: 0px;
}

footer .top_block .copyright ul li {
    font-size: 13px;
    border-right: 1px solid rgba(254,254,254,0.2);
    margin-left: 0;
    padding: 0 16px;
    line-height: 14px;
}

footer .top_block .copyright ul li:first-child {
    padding-left: 0;
}

footer .top_block .copyright ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer_bottom_text p {
    margin-top: 24px;
}

footer .top_block a {
    font-size: 15px;
    transition: 0.3s;
}

footer .top_block a:hover {
    color: #0A1F5B;
}

.social_link li a:hover img {
    opacity: 0.8;
}

.social_link ul {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .right_column {
    max-width: 660px;
    margin-left: auto;
}

footer .contact_address {
    max-width: 180px;
}

footer .contact_info {
    display: flex;
    flex-direction: column;
    max-width: 260px;
}

section.inner_banner {
    /*background: url(../img/about_bg.jpg) no-repeat center / cover;*/
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background-size: cover !important;
    width: 100%;
    position: relative;
}

section.inner_banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(143, 143, 143, 0.5), rgba(143, 143, 143, 0.5));
}

section.inner_banner h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 11.2px rgba(0, 0, 0, 0.45);
    margin: 0 0px 0;
    position: relative;
    max-width: 593px;
    margin: 0 auto;
}

section.text_section h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    font-family: "Georama", sans-serif;
    margin-bottom: 41px;
}

section.text_section .wrapper {
    max-width: 796px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

section.text_section img {
    max-width: 237px;
}

section.about_block_section {
    background: #EAF6FF;
}

section.about_block_section .wrap h2 {
    color: #0B0B0B;
}

section.about_block_section .wrap p {
    color: #0B0B0B;
}

section.about_block_section .wrap {
    max-width: 550px;
}

.two_column ul li, .two_column p, .two_column h2 {
    color: #0B0B0B;
}

.two_column ul li {
    margin-bottom: 0;
    list-style: none;
    position: relative;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #0B0B0B; 
    font-family: "Georama", sans-serif;
}

.two_column ul li:before{
    width: 6px;
    height:6px;
    position: absolute;
    left: 0;
    background: #00B0F0;
    content: "";
    top: 9px;
    border-radius: 50%;  
}

.two_column h4 {
    color: #2C59E0;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    font-family: "Georama", sans-serif;
}

.two_column .text_content {
    max-width: 580px;
}

.two_column .row {
    margin-bottom: 70px;
    align-items: center;
}

.two_column  .row .right_column .img {
    width: 100%;
    height: 375px;
    max-width: 100%;
    border-radius: 25px;
    overflow: hidden;
    margin-left: auto;
}

.two_column .row .right_column .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.text_section {
    background: url(../img/iso_bg.png)repeat center top / 640px;
}

section.text_section:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 64%);
    position: absolute;
}

section.text_section p{
    margin-top: 0;
}

.product_section h2 {
    max-width: 500px;
}

.postid-226 .industries_listing .item p{
    color: #0A1F5B;
}

section.text_section p b{
    color: #2C59E0;
    display: block;
    font-weight: 500;
}

section.text_section .sub-container {
    position: relative;
}

section.two_column .row:nth-child(even) {
    flex-direction: row-reverse;
}

section.two_column .row:nth-last-child(1) {
    margin-bottom: 0;
}

section.two_column .row:nth-child(even) .text_content {
    max-width: 580px;
    margin-left: auto;
}

section.two_column .row:nth-child(even) .right_column .img {
    margin-left: 0;
}

section.about_block_section .item:nth-child(even) .wrap {
    margin-left: auto;
}

section.our_tem_section {
    background: #eaf6ff;
}

section.our_tem_section .block_head {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.our_tem_section .wrapper.row {
    max-width: 680px;
    margin: 0 auto;
}

.our_tem_section .wrapper.row .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.our_tem_section .wrapper.row .item h4 {
    color: #0A1F5B;
    font-size: 25px;
    font-weight: 600;
    line-height: 150%; /* 37.5px */
    margin: 0 0 5px;
}

.our_tem_section .wrapper.row .item p {
    color: rgba(0, 176, 240, 0.70);
    font-family: "Anek Bangla", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 101%; /* 15.15px */
    text-transform: uppercase;
    margin: 0 0 10px;
}

.our_tem_section .wrapper.row .item .image {
    margin-bottom: 20px;
    border-radius: 25px;
    background: #D9D9D9;
    overflow: hidden;
    display: flex;
}

.our_tem_section .wrapper.row .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries_listing .item h3 {
    color: #0A1F5B;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 6px;
    display: flex;
    font-feature-settings: 'liga' off;
}

.industries_listing .item p {
    color: #0B0B0B;
    margin: 0;
}

.industries_listing .item {
    margin-bottom: 76px;
}

.industries_listing .item .img {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    overflow: hidden;
}

.grid-layout.column-4 .item a:hover .img img {
    transform: scale(1.1);
}


.grid-layout.column-4 .item a .img{
    transition: 0.3s;
}

.grid-layout.column-4 .item a:hover .img {
    filter: drop-shadow(0px 4px 21.6px rgba(0, 0, 0, 0.45));
}

.industries_listing .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: 0.3s;
}

.industries_listing .item h3 img {
    max-width: 20px;
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

.industries_listing .block_head p {
    color: #000;
    font-feature-settings: 'liga' off;
    margin-bottom: 68px;
}

.industries_listing .block_head {
    max-width: 1140px;
}

.breadcumb ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 13px;
    flex-wrap: wrap;
}

.breadcumb ul a {
    color: #B9B9B9;
    font-family: "Georama", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.breadcumb.container li {
    margin: 0;
    color: #B9B9B9;
}


.breadcumb.container li:nth-last-child(1) {
    pointer-events: none;
}

section.text_section.single .wrapper {
    max-width: 630px;
}

.our_tem_section .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 10;
}
.our_tem_section .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    max-width: 1218px;
    border-radius: 0.5rem;
    width: 100%;
    padding: 95px 95px 95px 135px;
    overflow-y: scroll;
    max-height: 650px;
}

.our_tem_section .modal-content::-webkit-scrollbar {
  display: none;
}


.our_tem_section .close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  position: absolute;
  top: 30px;
  right: 33px;
  
}
.our_tem_section .modal-content p{
    font-size: 17px;
    margin-top: 0;
}

.our_tem_section .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.team_main {
    display: flex;
    flex-wrap: wrap;
}

.team_left {
    max-width: 420px;
    width: 100%;
}

.team_left img{
    width: 100%;
    display: block;
    border-radius: 25px;
}

.team_right {
    width: calc(100% - 420px);
    padding-left: 64px;
}

.team_right h3 {
    margin-bottom: 0;
    color: #0A1F5B;
    font-size: 25px;
    font-weight: 600;
}

.team_right .title{
    color: rgba(0, 176, 240, 0.7);
    font-weight: 400;
    font-size: 15px;
    line-height: 101%;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    margin-bottom: 13px;
    display: inline-block;
}

.top_header {
    background: #0A1F5B;
    padding: 6px 0;
}

.top_header .top_main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_header .top_main ul {
    display: flex;
    align-items: center;
}

.top_header .top_main ul li {
    color: #fff;
    border-right: 2px solid #fff;
    list-style: none;
    padding: 0 15px;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.top_header .top_main ul li a {
    color: #fff;
}

.product_section a.primary_btn:hover {
    background: #0070c0;
    color: #fff;
}

.top_header .top_main ul li a:hover{
    color: var(--blue);
}

.single-industrie .header_menu ul li.menu-item-488 a{
     color: #2C59E0;
}

.top_header .top_main ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.product_content{
    padding: 60px 0 120px;
}

.product_content .products_main {
    display: flex;
}

.product_content  .product-pagination { display: flex; justify-content: center; flex-wrap: wrap; padding-top:100px }
.product_content  .product-pagination .page-numbers { font-size: 16px; color: rgb(0 0 0 / 50%); display: inline-flex; align-items: center; justify-content: center; margin: 5px; font-weight: 400; text-decoration: none; line-height: 23px; }
.product_content  .product-pagination a.page-numbers, .product_content  .product-pagination span.page-numbers { padding: 0px 14px; margin: 0px; position: relative; }
.product_content  .product-pagination a.page-numbers:after, .product_content  .product-pagination span.page-numbers:after { content: ""; position: absolute; width: 1px; height: 100%; background-color: rgb(0 0 0 / 50%); left: 0; top: 0; }
.product_content  .product-pagination .next.page-numbers:after { display: none; }
.product_content  .product-pagination a.prev.page-numbers:after { display: none; }
.product_content  .product-pagination a.prev.page-numbers + .page-numbers:after { display: none; }
.product_content  .product-pagination span.page-numbers:first-child:after { display: none; }
.product_content  .product-pagination span.page-numbers.current { position: relative; }
.product_content  .product-pagination span.page-numbers.current:before { content: ""; position: absolute; width: 11px; height: 1px; bottom: -3px; background-color: var(--Charcoal-grey); left: 53%; transform: translate(-50%, 0px); }
.product_content  .product-pagination ul li { padding: 0px; background-image: none; margin-bottom: 0px; }
.product_content  .product-pagination .next.page-numbers { min-width: 80px; }
.product_content  .product-pagination .page-numbers:hover { color: #000; }
.product_content  .product-pagination span.page-numbers.current { color: #000; }


.product_sidebar{
    max-width: 290px;
    width: 100%;
}

.product_right{
    width: calc(100% - 290px);
    padding-left: 145px;
}

.product_right h5{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -12px 0;
    }

.product_box {
    width: 33.33%;
    padding: 0 12px 24px;
}

.product_desc {
    background: #F0F0F0;
    display: inline-block;
    width: 100%;
    padding: 25px 25px;
    height: 100%;
}

.product_desc:hover img{
    transform: scale(1.1);
}

.product_desc h6{
    margin: 0 0 25px;
    font-size: 19px;
    font-family: "Anek Bangla", system-ui;
    font-weight: 600;
    color: #0A1F5B;
    max-width: 187px;
}

.product_desc img{
    margin: 0 auto;
    display: block;
    transform: scale(1.0);
    transition: 0.3s;
    height: 180px;
    object-fit: contain;
}

.header-spacer{
    height: 115px;
}

section.inner_banner.product_banner {
    height: 215px;
    width: 100%;
    background-size: cover !important;
}

section.inner_banner.product_banner:before{
    display: none;
}

section.inner_banner.product_banner  h1{
    margin-top: 0;
    color: #0A1F5B;
    text-shadow: none;
}

.product_content .product_sub_list .item{
    width: 33.33%;
}

.product_content .product_sub_list .item .img{
    padding: 30px 0;
}

.category ul{
    margin: 0;
    padding: 0;
}

.category ul li{
    list-style: none;
    width: 100%;
    margin-bottom:6px;
    position: relative;
}

a.view_all {
    background: rgba(202, 233, 255, 0.15);
    width: 100%;
    display: inline-block;
    margin-bottom: 6px;
    padding: 10px 21px;
    font-size: 17px;
    color: #000;
    font-family: "Anek Bangla", system-ui;
    font-weight: 400;
}

.category ul li.menu-item-children a{
    color: #0A1F5B;
    font-size: 18px;
    font-weight: bold;
    background: rgba(202, 233, 255, 0.7);
    padding: 6px 21px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.category ul li.menu-item-children.active a:after{
    background: url(../img/minus_icon.svg) no-repeat right center;
}

.category ul li.menu-item-children.active >ul.sub_category li >a:after{
    display: none;
}

.dopdown_ico {
    position: absolute;
    right: 15px;
    top: 6px;
}



.category ul li.menu-item-children a:after{
    background: url(../img/plus_icon.svg) no-repeat right center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 16px;
    content: "";
    top: 10px;
}

.category ul li.menu-item-children >ul.sub_category li a:after{
    display: none;
}


li.menu-item-children.main.active .dopdown_ico {
    position: absolute;
    right: 5px;
    top: 13px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.category ul li.menu-item-children >ul.sub_category li>.sub-menu li a:aftre{
    display: none;
}

.category ul li.menu-item-children >ul.sub_category {
    background: rgba(202, 233, 255, 0.15);
    margin: 6px 0;
}


.category ul li.menu-item-children >ul.sub_category li a {
    background: transparent !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: "Anek Bangla", system-ui;
}


.category ul li.menu-item-children >ul.sub_category li>.sub-menu{
    padding-left: 20px;
}

.category ul li.menu-item-children >ul.sub_category li>.sub-menu a{
    color: #727272;
    font-weight: 400 !important;
}


.category ul li.menu-item-children >ul.sub_category li>.sub-menu a:after{
    display: none;
}

.product_signle .single_main {
    text-align: center;
    max-width: 875px;
    margin: 0 auto;
}

img.label_icon {
    position: absolute;
    top: 50px;
    right: -39px;
    width: 83px;
    height: 83px;
    object-fit: cover;
    z-index: 2;
    border-radius: 50%;
    transform: rotate(-9.923deg);
}

.single_desc img {
    height: 232px;
    object-fit: contain;
}

.product_signle .single_list{
    display: flex;
    flex-wrap: wrap;
    margin: 66px -12px 0;
    position: relative;
}

.product_signle .single_box{
    width: 33.33%;
    padding: 0 12px;
    position: relative;
}

.product_signle .single_desc{
    background: #F0F0F0;
    padding: 50px 0 31px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: max-content;
    margin: 70px auto 0;
}

.btn_main a {
    border: 1px solid #CAE9FF;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-weight: 700;
    padding-right: 11px;
}

.btn_main a:hover{
    color: #00B0F0;
}



a.doanLoad_btn {
    padding: 0 11px 0 51px;
    height: 50px;
    border: 1px solid #CAE9FF;
    display: flex;
    align-items: center;
    color: #0A1F5B;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

a.doanLoad_btn:hover{
    background: var(--blue);
    color: var(--white);
}


.btn_main img {
    position: absolute;
    left: -12px;
    top: -12px;
    margin-right: -40px;
    z-index: 1;
    width: 64px;
    height: 73px;
    object-fit: cover;
}

section.range_section {
    background: #EAF6FF;
    text-align: center;
}

section.range_section ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 66px;
}

section.range_section li {
    width: calc(50% - 12px);
    list-style: none;
    margin-right: 12px;
    position: relative;
}

section.range_section li:before{
    background: #00B0F0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    left: 20px;
    top: 15px;
    position: absolute;
}

section.range_section li:nth-child(2n+0){
    margin-right: 0;
    width: 50%;
}

.range_main {
    max-width: 947px;
    margin: 0 auto;
}

section.range_section li{
    display: inline-block;
 
    background: #fff;
    padding: 5px 40px;
    color: #000;
    border-radius: 2px;
}

.product_slider .slick-slide .slick_item img {
    display: block;
    width: 100%;
    height: 601px;
    object-fit: cover;
}

.product_s_main{
    max-width: 950px;
    margin: 0 auto;
}

.slider.slider-nav.slick-initialized.slick-slider {
    margin-top: 23px;
}

.product_top{
    max-width: 950px;
    margin: 0 auto 70px;
    text-align: center;
}

.slider.product_thumb {
    margin-top: 23px;
}

ul.slick-dots {
    display: none !important;
}

.slider.product_thumb button.slick-arrow{
    transform: translateY(-50%);
    right: auto;
    position: absolute;
}

.slider.product_thumb .slick-track {
    justify-content: space-between;
    display: flex;
    gap: 12px;
}

.slider.product_thumb  button.slick-next.slick-arrow{
    background: #4169E1 url(../img/arrrow_s_right.svg) no-repeat center !important;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    filter: none;
    right: -12px;
    margin-top: 0 !important;
}

.slider.product_thumb button.slick-prev.slick-arrow{
    background: #4169E1 url(../img/arrrow_s_left.svg) no-repeat center !important;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    filter: none;
    left: -12px;
}

.product_thumb .slick_thumb img{
    opacity: 0.3;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    height: 117px;
}

.product_thumb .slick-slide.slick-current.slick-active .slick_thumb img {
    opacity: 1;
    
}

.header_spacer {
    height: 115px;
}

.project_list{
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.project_box{
    width: 50%;
}

.project_two_main {
    display: flex;
    align-items: center;
}

.two_left {
    width: 50%;
}

.two_left img{
    width: 100%;
    display: block;
}

.two_right {
    width: 50%;
    padding-left: 60px;
}

.project_box{
    width: calc(50% - 63px);
}

.project_box {
    width: calc(50% - 74px);
    border-bottom: 1px solid #2C59E0;
    padding-bottom: 25px;
    margin-right: 63px;
}

.project_box h5{
    margin-bottom: 0;
    color: #0A1F5B;
}

.project_box span.title {
    color: rgba(0, 176, 240, 0.7);
    font-weight: 400;
    font-size: 13px;
    line-height: 101%;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.solution_section .solution_main {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.quote_main {
    max-width: 717px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.quote_main p {
    margin-top: 0;
}

.quote_main p:last-child{
    text-transform: uppercase;
}

.quote_right {
    padding-right: 60px;
}

.quote_main img {
    margin-right: 35px;
}

.contact_section .contact_main {
    display: flex;
}

.contact_section .contact_left {
    width: 50%;
}

.contact_section .contact_left h2{
   color: #0b0b0b;;
}

.contact_section .contact_right {
    width: 50%;
}

.contact_section .address_box {
    display: flex;
    margin-bottom: 16px;
}
.contact_section .address_box .icon{
    width: 26px;
    height: 26px;
    background: #CAE9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

.contact_section .address_box  a{
    color: #0B0B0B;
    font-size: 16px;
}

.contact_section .right_part a{
    color: #959595;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "Georama", sans-serif;
}

.contact_section .right_part .title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}   

.contact_section .address_box p{
    margin: 0;
    color: #0B0B0B;
}

.contact_section iframe {
    width: 100%;
    height: 364px;
    border-radius: 25px;
}

.contact_form .form_left{
    width: 50%;
    padding-right: 144px;
}

.contact_form .form_left h2{
    color: #0b0b0b;
}

.contact_form .form_right{
    width: 50%;
    padding-top: 80px;
}

.contact_form  .form_main {
    display: flex;
}

a.search-icon {
    display: flex;
}

.search-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #2C59E0;
    padding-bottom: 22px;
 
}   

.filter-section {
    position: absolute;
    background: #fff;
    width: 100%;
    filter: drop-shadow(0px 4px 30.5px rgba(204, 204, 204, 0.25));
    padding: 60px 0;
    z-index: 1;
}

.filter-section .filter_main{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.search-section {
    position: relative;
    margin-bottom: 48px;
}

.filter-section .filter-radio{
    width: 33.33%;
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon span.title, .search-main a.all_btn {
    position: relative;
    color: #4B4B4B;
    font-size: 16px;
    font-family: "Georama", sans-serif;
}

.search-icon span.title:before{
    position: absolute;
    right: -17px;
    left: auto;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../img/down_b_arrow.svg) no-repeat right center;
    top: 8px;
    transition: 0.3s;
}
.search-icon.active span.title:before {
    transform: rotate(178deg);
}

.filter-section [type="radio"]:checked,
.filter-section [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter-section[type="radio"]:checked + label,
.filter-section[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #0A1F5B;
    font-size: 16px;
    
}
.filter-section [type="radio"]:checked + label:before, .filter-section [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #2C59E0;
    border-radius: 100%;
    background: #fff;
}
.filter-section [type="radio"]:checked + label:before{
    background: #2C59E0;
}

.filter-section [type="radio"]:checked + label:after, .filter-section [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter-section [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter-section [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-section .filter-radio label{
    padding-left: 26px;
    cursor: pointer;
}

.toggle_menu, .toggle_close{
    display: none;
}
.slick-vertical .slick-slide {
    width: 100% !important;
}

.slick-vertical .slick-slide > div{
    width: 100%;
}

.banner_link {
    display: flex;
    gap: 15px;
    margin-top: 67px;
    flex-wrap: wrap;
}

.banner_link .link_btn {
    background: #2C59E0;
    padding: 14px 20px;
    border-radius: 12px;
    max-width: 252px;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_link .link_btn:hover{
    background: #fff;
    
} 

.banner_link .link_btn:hover span{
    color: #000;
}

.banner_link .link_btn img{
    margin-right: 9px;
}

.banner_link .link_btn span{
    color: #fff;
    max-width: 134px;
    width: 100%;
    transition: 0.3s;
}

.banner_section .slides-numbers {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
}

.banner_section  .slick-slider button.slick-next.slick-arrow{
    margin-top: 75px !important;
}

.banner_section  span.active {
    color: #fff;
    font-size: 15px;
}

.banner_section  span.total {color: #0070C0;font-size: 15px;}

.banner_primary {
    display: flex;
    justify-content: center;
    margin-top: 84px;
}

.faq_section .row{
    gap: 20px;
}

.fixed-header .top_header {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

.page-id-404 .excerpt-short {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* Adjust based on line height */
    line-height: 1.5em; 
}

.page-id-404 .excerpt-full {
    display: none
}

.page-id-404 .read-more {
    color: #0073e6; /* Customize the link color */
    cursor: pointer;
    text-decoration: underline;
}

.admin-bar header {
    top: 32px;
}

.faq-container {
    display: flex;
    gap: 20px;

}

.accordion_left {
    width: 50%;
}

.accordion_right {
    width: 50%;
}

.page-id-353 .breadcrumb.container.pt-30.pb-40 {
    display: none;
}

.project_btn {
    display: flex;
    justify-content: flex-end;
}

.project_btn .primary_btn {
    background: #F0F0F0;
    color: #0A1F5B;
    padding: 0 32px;
    min-width: auto;
    height: 65px;
    min-height: 65px;

}

.project_btn .primary_btn:hover{
    background: var(--blue);
    color: #fff;
}

.page-id-435 .breadcrumb{
    display: none;
}

.form_right .ginput_container input {
    border-radius: 24px;
    border: 1px solid #D3E2F0 !important;
    padding: 0 24px !important;
    height: 62px;
}

.form_right .ginput_container textarea {
    height: 209px !important;
    border-radius: 24px;
    border: 1px solid #D3E2F0 !important;
    padding: 24px !important;
    resize: none;
}

.form_right .ginput_container input:focus, .form_right .ginput_container textarea:focus{
    outline: none;
    box-shadow: none;
}

.form_right  .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.form_right  .gform_footer input.gform_button  {
    max-width: max-content;
    font-size: 15px;
    line-height: 1.2;
    background: var(--blue) url(../img/bnt_icon_white.svg) no-repeat right 26px top 23px;
    color: var(--white);
    padding: 5px 20px;
    min-width: 149px;
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid var(--brown);
    transition: all 0.5s ease-in-out;
 
    min-height: 68px;
    border-radius: 32px;
    font-weight: 500;
    padding: 0 32px !important;
    text-align: left;
}

.form_right  .gform_footer input.gform_button:hover{
    background: #0070c0 url(../img/bnt_icon_white.svg) no-repeat right 26px top 23px;
    color: #fff;
}

.form_right .gfield_validation_message{
   color: #c02b0a !important;
    padding-left: 20px !important;
    font-size: 14px !important; 
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    margin: 0;
    padding: 0;
    display: none;
}

.contact_info a {
    font-weight: 600;
}

a.read-more-toggle {
    color: #0B0B0B;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: underline;
}

a.read-more-toggle:hover{
   color: var(--blue);
}

.grid-layout.column-3 .item a .img{
    overflow: hidden;
}

.grid-layout.column-3 .item a .img img{
    transform: scale(1.0);
    transition: 0.3s;
}

.grid-layout.column-3 .item a:hover .img img{
    transform: scale(1.1);
}

.project_listing_section .grid-layout.column-4 .item {
    width: calc(33.33% - 20px) !important;
}

.project_two_coloum h2{
    color: #0b0b0b;
}

.single-product .header_menu ul li.menu-item-486 a{
    color: #2C59E0;
}

.slick-slider .slick-arrow.slick-disabled{
    opacity: 1;
}

.listing-team.layout-columns-4 .team_col h4 {
    font-weight: 600;
    color: #0A1F5B;
    margin-bottom: 5px;
    font-size: 25px;
}

.listing-team.layout-columns-4 .team_col a:hover .arrow_link{
    color: var(--blue);
}

.form_right p, .form_left p{
    color: #000;
}

.home section.our_story_section.bg-pink-light{
    background: transparent !important;
}

.sub_category img{
    cursor: pointer;
}

.sub_category img.minus_icon {
    display: none;
    position: relative;
    top: 12px;
}

 .sub_category .menu-item-children.active img.plus_icon{
    display: none;
}

 .sub_category .menu-item-children.active img.minus_icon{
    display: block;
} 

 


.category ul li.menu-item-children a.remove_icon_after:after {
    background: none;
}




@media(max-width:1199px){
    .grid-layout.column-4 .item {
        width: calc(33.33% - 20px);
       
    }

    .banner_link .link_btn{
        padding: 5px 12px;
    }

    .grid-layout{
        margin: 0;
    }

    section.two_column .row:nth-child(even) .left_column {
        padding-left: 30px;
        padding-right: 0;
    }

    .two_column .left_column {
        padding-right: 30px;
    }

    .benefit_section .item{
        width: 33.33%;
        margin-bottom: 30px;
    }

    .tesimonial_section .text_content{
        padding-right: 50px;
    }

    .tesimonial_slider button.slick-next.slick-arrow{
        right: 0;
    }

    .product_right{
        padding-left: 40px;
    }

    img.label_icon{
        right: -30px;
    }
}

@media only screen and (max-width:991px) {
    .listing-team.layout-columns-4 .team_col {
        width: 50%;
    }
    header span.sub_arrow {
        padding: 0;
        height: 27px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: absolute;
        top: 2px;
        right: 15px;
        left: auto;
    }

    .product_box{
        width: 50%;
    }

    .header-spacer {
        height: 92px;
    }

    .banner_link{
        display: none;
    }

    header .header-menu ul ul.sub-menu {
        padding: 0;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 10px;
        position: relative;
        opacity: 1;
        top: 0;
        display: none;
    }

    .header-logo {
        width: 220px;
    }

    .header_spacer {
        height: 92px;
    }
   

    header .header-menu li.menu-item-has-children.show_submenu ul.sub-menu {
        display: block;
    }
    .toggle_menu{
        width: 35px;
        height: 35px;
        display: block;
    }

    .toggle_close img{
        width: 35px;
        display: block;
    }

   .toggle_close{
        position: absolute;
        width: 35px;
        height: 35px;
        display: block;
        right: 20px;
        top: 20px;
    }

    .toggle_menu img{
        width: 35px;
        display: block;
    }

    .header_menu{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        right: 0;
        transition: 0.3s;
        opacity: 0;
        flex-direction: column;
        top: 0;
        align-items: flex-start;
        padding: 100px 20px 50px;
    }

    .show_menu .header_menu{
        transform: translateX(0);
        opacity: 1;
    }

    .header_menu ul{
        flex-direction: column;
        width: 100%;
    }

    .header_menu ul li {
        margin: 0 0 10px 0px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        position: relative;
    }

    .header_menu ul li>.sub-menu {
        position: static;
        background: transparent;
        padding: 20px 0 0;
        border-radius: 0 0 10px 10px;
    }

    .header_menu ul li>.sub-menu li{
        border-bottom: 0;
        margin-bottom: 0;
    }

    .header_menu ul li>.sub-menu:last-child{
        margin-bottom: 0;
    }

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

    .pt-130{
        padding-top: 60px;
    }
    .pb-130{
        padding-bottom: 60px;
    }



    .mb-50{
        margin-bottom: 30px;
    }

    .header_menu ul li:last-child{
        border-bottom: 0;
    }

    .product_sub_list .item {
        width: 50%;
        padding: 0 10px 30px;
    }

    .our_tem_section .modal{
        z-index: 99;
    }

    .our_tem_section .modal-content{
        top: 0;
        left: 0;
        transform: none;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    .team_left{
        width: 50%;
        max-width: 100%;
    }

    .team_right{
        width: 50%;
        padding-left: 30px;
    }

    .our_tem_section .modal-content{
        padding: 60px;
    }

    .grid-layout.column-4 .item {
        width: calc(50% - 20px);
       
    }

    img.label_icon{
        right: 0;
        top: -32px;
    }

    section.range_section li a{
        font-size: 13px;
    }

    .product_content .product_sub_list .item{
        width: 50%;
    }

    .filter-section .filter_main{
        max-width: 700px;
    }

    .filter-section .filter-radio{
        width: 50%;
    }

    .project_list{
        gap: 20px;
    }

    .two_right{
        padding-left: 30px;
    }

    .project_box{
        width: 47%;
    }

    .project_two_main{
        align-items: flex-start;
    }

    .case_study_section .primary_btn{
        margin-right: 30px;
        margin-top: -80px;
    }

}

@media(max-width:767px){
     section.case_study_section{
        padding-bottom: 200px;
    }
    .case_study_section .primary_btn {
        margin-right: 30px;
        margin-top: 40px;
        margin: 0 auto;
        float: none;
        transform: translate(-50%);
        text-align: center;
        position: absolute;
        left: 50%;
    }

    .case_study_section .slick-slide img{
        width: 100%;
    }

    .who_we_are_section .left_column .primary_btn img{
        margin: 0 0 0 12px;
    }

    .banner_section .slick-slide .header_link img{
        width: auto;
    }


    .project_listing_section .grid-layout.column-4 .item {
    width: calc(50% - 20px) !important;
}




        .benefit_section .item{
        width: 100%;
        margin-bottom: 15px;

    }

    .project_two_main{
        flex-direction: column;
    }

    .two_column .text_content {
        max-width: 100%;
    }

    .two_left{
        width: 100%;
    }

    .two_right{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .filter-section{
        padding: 30px;
    }

    .filter-section .filter-radio{
        width: 100%;
    }

    section.range_section li a{
        font-size: 16px;
    }

    .product_content .products_main{
        flex-direction: column;
    }

    .product_sidebar{
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .product_right{
        width: 100%;
        padding-left: 0;
    }

    .two_column .left_column{
        padding-right: 0;
    }

    .tesimonial_slider {
        max-width: 100%;
    }

    .tesimonial_section .text_content {
        max-width: 100%;
    }

    .tesimonial_section .block_head h2 br{
        display: none;
    }

    .product_sub_list .item .img{
        margin-bottom: 20px;
    }

    section.two_column .row:nth-child(even) .left_column{
        padding-left: 0;
        padding-top: 30px;
    }

    .banner_section .slides-numbers {
        position: absolute;
        right: 24px;
        top: 31%;
        transform: translateY(-50%);
    }

    .industries_listing .item h3{
        font-size: 17px;
    }

    .team_main{
        flex-direction: column;
    }

    .two_column .row .right_column .img{
        max-width: 100%;
    }

    section.two_column .row:nth-child(even) .text_content{
        max-width: 100%;
    }

    section.about_block_section .wrap {
        max-width: 100%;
    }

    .team_right{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .right_column.w-50 {
        margin-top: 30px;
    }

    .left_column {
        width: 100%;
    }

    .left_column img {
        margin: 0 auto 30px;
        display: block;
    }

    .our_tem_section .wrapper.row{
        flex-direction: row;
    }

    .benefit_section .item p br {
        display: none;
    }

    .wrapper.row.case_study_slider.slick-initialized.slick-slider{
        width: 100%;
    }

    .slick-slider button.slick-arrow{
        top: 28%;
        right: 20px;
    }
    

    .industries_section .item{
        width: 100%;
        margin: 0;
        padding: 10px 15px;
    }

    .tesimonial_slider button.slick-next.slick-arrow{
        right: 0;
        left: auto;
        position: relative;
        margin-top: 20px !important;
        transform: translateY(0%) rotate(180deg) rotateX(180deg);
    }

    .tesimonial_slider button.slick-arrow {
        filter: none;
        transform: translateY(0) rotate(0deg) rotateX(180deg);
        left: 0;
        right: auto;
        position: static;
        margin-bottom: 20px;
    }
    .standard_product_section .wrapper{
        flex-direction: column;
    }

    .standard_product_section .wrapper .item{
        max-width: 100%;
        width: 100%;
    }

    h2{
        font-size: 30px;
    }

   
    .product_sub_list{
        flex-direction: row;
    }

    .tesimonial_section .left_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .tesimonial_section .right_col {
        width: 100%;
    }

    .product_sub_list .item{
        width: 50%;
    }

    .who_we_are_section .text_content {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .w-50{
        width: 100%;
    }

    .accordion-wrapper{
        max-width: calc(100% - 20px);
    }

    .faq-container{
        flex-direction: column;
    }

    .accordion_left {
        width: 100%;
    }

    .accordion_right {
        width: 100%;
    }

   
    footer .top_block{
        flex-direction: column;
    }

    footer .contact_info{
        text-align: center;
        margin-bottom: 30px;
    }

    footer .top_block ul{
        justify-content: center;
    }

    footer .top_block .copyright ul li{
        margin-left: 0;
    }

    footer{
        padding: 60px 0 30px;
    }


    .contact_section .contact_main, .contact_form .form_main{
        flex-direction: column;
    }
    .contact_section .contact_left, 
    .contact_section .contact_right{
        width: 100%;
    }

    .contact_section .contact_left{
        margin-bottom: 30px;
    }

    .contact_form .form_left{
        width: 100%;
        padding-right: 0;
    }

    .contact_form .form_right{
        width: 100%;
        padding-top: 30px;
    }

    footer .right_column {
        max-width: 100%;
        margin: 0 auto;
    }

    .two_column .row{
        margin: 0;
    }

    .about_block_section .item {
        margin-bottom: 40px;
    }
    
    .about_block_section .item:last-child {
        margin-bottom: 0;
    }

    .product_content{
        padding-bottom: 60px;
        padding-top: 0;
    }

    .top_header{
        display: none;
    }

    .header-spacer{
        height: 60px;
    }

    section.range_section li{
        width: 100%;
        margin-right: 0;
    }

    section.range_section li:nth-child(2n+0){
        width: 100%;
    }

    section.range_section ul{
        margin-top: 50px;
    }

    .faq_section .row{
        gap: 0;
    }

    .slider.product_thumb.slick-slider button.slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .product_slider .slick-slide .slick_item img{
        height: 450px;
    }

    .header_spacer {
        height: 60px;
    }

    .breadcumb {
        padding-bottom: 0 !important;
    }

    .quote_main{
        flex-direction: column;
    }

    .quote_right{
        padding-top: 30px;
        padding-right: 0;
    }
}

@media(max-width:600px){
    .listing-team.layout-columns-4{
        flex-wrap: wrap;
    }
     .listing-team.layout-columns-4 .team_col {
        width: 100%;
        margin-bottom: 40px;
    }
    .product_sub_list .item{
        width: 100%;
        padding-bottom: 30px;
    }

    .pb-40{
        padding-bottom: 0 !important;
    }


    .project_listing_section .grid-layout.column-4 .item {
    width:100% !important;
}

    .product_slider .slick-slide .slick_item img {
        height: 350px;
    }

    .project_box {
        width: 100%;
    }

    .product_content .product_sub_list .item{
        width: 100%;
    }

    .product_signle .single_box{
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }

    img.label_icon{
        top: 0;
    }

    .breadcumb ul a{
        font-size: 14px;
    }

    .grid-layout.column-4 .item{
        width: 100%;
        margin: 0 0 30px;
    }

    .team_main {
        padding-top: 44px;
    }

    .team_left{
        width: 100%;
    }

    .our_tem_section .modal-content {
        padding: 30px;
    }   

    .our_tem_section .wrapper.row .item{
        width: 100%;
    }

    .our_tem_section .wrapper.row{
        flex-direction: column;
    }

    .banner_section .primary_btn{
        width: 100%;
        margin-bottom: 15px;
    }

    .banner_section .primary_btn.white_btn{
        margin-bottom: 0;
    }

    .product_sub_list .item:last-child{
        padding-bottom: 0;
    }

    h1 {
        font-size: 39px;
        line-height: 42px;
    }

    .banner_section .text_content p{
        font-size: 18px;
        line-height: 24px;
    }

    .block_head{
        flex-direction: column;
        align-items: flex-start;
    }

    

}

@media(max-width:500px){
    .case_study_slider .slick-slide.slick-center .text{
        padding:20px;
    }

    .product_box{
        width: 100%;
    }
}

p#breadcrumbs, 
p#breadcrumbs a, 
p#breadcrumbs span{
    font-family:Georama;
    color: #B9B9B9;
    font-size:16px;
    line-height:160%;
}
p#breadcrumbs a:hover{
    color: #000000;
}
