@charset "utf-8";

/*
Theme Name:irsame
Theme URI: https://dibapc.com
Version: 2.4
Description: پرتال ویژه شرکتی
Author: amir sheikhzadeh
Author URI: https://dibapc.com
*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Roboto-Regular.ttf');
    src: url('fonts/Roboto-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
        url('fonts/Roboto-Regular.ttf') format('truetype'), /* FF39+,Chrome36+, Opera24+*/
        url('fonts/Roboto-Regular.ttf') format('truetype'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
        background: #ffffff;

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {

    
    
                margin: 0;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #453628;
    text-align: left;
    direction: ltr;
    background: #ffffff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
text-align: justify !important;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-position: inside;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #3d749d !important;
    text-decoration: unset;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
section{
    width: 100%;
    float: right;
}
output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

header{
    width: 100%;
    float: right;
    direction: ltr;
}
.header{position: absolute;top:0px;width: 100%;background: #ffffff69;z-index: 1000;left: 0px;padding: 10px 15px;/* box-shadow: 0 0 10px rgb(0 0 0 / 25%); */padding: 15px 40px;}
header .logo{
    float: left;
    width: auto;
    padding: 0px 30px 0px 0;
}
header .logo img{
    width: 110px;
    transition: 0.5s all;
}
header .logo img:hover{
    transform:scale(0.9);
}
header nav{
    width: auto;
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .world{
    float:right;
    width: 60px;
    margin-top: 5px;
}
header .searchbox{
        float:right;
        width: 20;
        min-width: 30px;
        height: 26px;
        position: relative;
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 10px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu {
    width: auto;
    float: left;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 10px;
    margin-top: 20px;
}

.menu-mobile:after {
    font-size: 2.5rem;
    content: "";
    padding: 0;
    width: 40px;
    display: block;
    position: relative;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Crect y='3' style='fill:%233d749d;' width='50' height='2'/%3E%3Crect y='17' style='fill:%233d749d;' width='50' height='2'/%3E%3Crect y='31' style='fill:%233d749d;' width='50' height='2'/%3E%3C/svg%3E");
    height: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 10px;
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: left;
    padding: 20px 1em;
    /* background: #d3e7f7; */
    color: #807f7f;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    position: relative;
}

.menu>ul>li.menu-dropdown-icon:after {
    float: right;
    padding: 0;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
    position: absolute;
    right: -10px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 0px 10px;
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu>ul>li:hover>a {
    color: #0056b3;
    position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
    display: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0ad;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.33%;
    background: none;
    float: right;
}

.menu>ul>li>ul>li a {
    padding: .4em 0;
    width: 95%;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu>ul>li>ul>li :hover>a {
    color: #0056b3;
}
.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 215px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}
.menu>ul>li>ul.normal-sub>li a:hover{color:#3d749d;}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu {
        width: auto;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:after {
        display: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        border: none;
        margin: 0px;
    }
    .menu>ul>li a {
        padding: 0.5em 2em;
        width: 100%;
        display: block;
        color: #000;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 100;
        background: #fff;
        right: 0px;
        top: 72px;
        border-top: 1px solid #ccc;
    }
}
    #country-menu {
            float: right;
            list-style: none;
            padding: 0;
            margin-top: 2px;
        }
        #country-menu > li {
            position: relative;
        }
        #country-menu > li > a {
            text-decoration: none;
            display: flex;
            align-items: center;
            padding: 5px;
        }
        #country-menu svg {
            width: 24px;
            height: 24px;
            margin-right: 5px;
        }
        #country-dropdown {
            display: none;
            position: absolute;
            top: 40px;
            right: 0;
            background: #ffffffc9;
            box-shadow: 0 8px 16px rgb(0 0 0 / 44%);
            z-index: 1;
            list-style: none;
            padding: 0;
            width: 120px;
            border-radius: 15px;
            margin: 0;
        }
        #country-dropdown li {
            padding: 8px 16px;
        }
        #country-dropdown li a {
            color: #000;
        }
#country-dropdown li a:hover{color:#3d749d;text-decoration:none;}
.search-header-box{
    float: right;
    width: auto;
    border-radius: 10px;
    padding: 2px;
    position: relative;
    /* margin-top: 34px; */
    min-width: 38px;
}
.search-header {
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.search-header input {
    border: none;
    padding: 0px;
    border-radius: 5px;
    
    color: #888;
    width:0px;
    box-shadow: none;
    transition: .3s;
    background: url();
}
.search-header .show-input {
    width: 195px;
    margin-right: 0px;
    padding: 5px;
    border: 1px solid;
}
.search-header i {
    margin-left: 0!important;
    outline: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    float: left;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 2222;
}
.search-header i svg {
    width: 24px;
    height: 24px;
    stroke: #000000;
    fill: #000000;
    position: relative;
    z-index: 444;
}
.search-header .hidden {
    display: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.slider{
    width:100%;
    float:right;
    /* padding: 0px 15px; */
}
.silderbox{
    width:100%;
    float:right;
    /* border-radius: 0 0 15px 15px; */
    overflow: hidden;
}
.silderbox .slide-swiper{
    width: 100%;position: relative;float: right;
}
.silderbox .slide-swiper .swiper-slide video{
    width: 100%;
    height: 100%;
    float: right;
    width: 100vw !important;
    height: 100vh  !important;
    object-fit: cover;
}
.silderbox .slide-swiper .swiper-slide{width: 100%;height: 100vh;position: relative;}
.slider img{width:100%;background: #3c739a;}
.slider .box{position:absolute;padding: 50px;bottom: 0px;color: #fff;font-size: 2em;}
.slider .box h2{text-shadow: 0 0 20px rgb(0 0 0);color:#fff;font-size: 2.5em;}

.brands{
    width: 100%;
    float: right;
    background: rgb(60,115,154);
    background: linear-gradient(143deg, rgba(60,115,154,1) 33%, rgba(50,50,60,1) 100%);
    padding: 30px 0px;
}
.brands ul{
    width: 100%;
    list-style: none;
}
.brands ul li{
    float: right;
    text-align: center;
}
.brands ul li a{
    color: #fff;
    text-align: center;
}
.abouts{width:100%;float:right;background: #ededed;padding: 20px 0px;}
.abouts .title{
    text-align: center;
    width: 100%;
    float: right;
}
.abouts .title h1{
    text-align: center;
    width: fit-content;
    line-height: 2;
    border-bottom: 2px solid #3c739a;
    display: block;
    margin: 0 auto;
    color: #3c739a;
}
.abouts .text{
    width: 100%;
    padding-top: 15px;
    float: right;
}
.abouts .text p{
    text-align: justify;
}
.aboutsbox{
    width: 100%;
    float: right;
}
.rest {
    margin:0px;
    padding:0px;
}
.abouts .link .box1{
    padding: 0px 0 0 0.5%;
    width: 24.75%;
    float:right;
}
.abouts .link .box1 img:first-child{margin-bottom: 10px;}
.abouts .link .box2{
    padding: 0 0.5%;
    float:right;
    width: 50.5%;
}
.abouts .link .box3{
    padding: 0px 0.5% 0 0px;
    width: 24.75%;
    float:right;
}
.abouts .link{width: 100%;float: right;}
.abouts .link div{float:right;position:relative;}
.abouts .link div .link-info{position:absolute;bottom:10px;left:10px;color: #fff;}
.abouts .link img {width: 100%;float: right;/* margin-bottom: 8px; */border-radius: 10px;}
.prodact{
    background: #ebebeb;
    width: 100%;
    float: right;
    padding: 30px;
    position: relative;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom:30px;
}
.prodact .title{
    width: 100%;
    float: right;
}
.prodact .title h2{
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    border-bottom: 2px solid #2b85c6;
    color: #484848;
}
.prodact .text {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: right;
}
.prodact .text p{
    text-align: justify;
    color: #484848;
}
.prodact-more{
    width:100%;
    float:right;
    text-align:center;
    position:relative;
}
.prodact-more a{position:relative;width:320px;display: block;margin: 0 auto;color: #4f7c9d;}
.prodact-more a:after{content:"";width:100px;border-bottom: 3px solid #4f7c9d;position:absolute;right:0px;top: 10px;}
.prodact-more a:before{content:"";width:100px;border-bottom: 4px solid #4f7c9d;position:absolute;left:0px;top: 10px;}
.prodact .podact-list{
    width: 100%;
    float: right;
    position: relative;
    z-index: 50;
}
.prodact .podact-list ul {
    width: 100%;
    float: right;
    list-style: none;
}
.prodact .podact-list .swiper-slide{

    padding: 15px 15px 0px 15px;
    background: #fff;

    border-radius: 10px;
    box-shadow: 2px 2px 13px #ccc;
}
.prodact .podact-list .swiper-slide a{
    color: #858585;
    width: 100%;
    float: right;
}
.prodact .podact-list .swiper-slide img{display: block;margin: 0 auto;}
.prodact .podact-list .swiper-slide h3{
    font-size: 17px;
    text-align: center;
    line-height: 3;
    color: #000;
}

footer{
    width: 100%;
    float: right;
    position: revert;
    direction: rtl;
    padding-top: 0px;
    /* background: #f6f6f6; */
    /* margin-top: 50px; */
    /* border-top: 1px solid #3d739b; */
}
footer .logo{
    width: 150px;
    margin: 0 auto;
    float: left;
    margin-right: 15px;
}
    footer .logo img{width:100%;transition: 0.5s;}
    footer .logo img:hover{transform:scale(0.9)}

footer .footlogo{
    float: left;
    /* background: #ebebeb; */
    /* border-left: 3px solid #3c739a; */
    padding: 25px 20px 0px 20px;
    height: auto;
}
.footer-logo{
    width: 100%;
    float: right;
    padding: 0px 0px;
    /* border-top: 1px solid #3d739b; */
}
.copyright{width:100%;float:right;/* background: #3d739b; */direction: ltr;}
.copyright .copybox{color: #ffffff;padding-top: 5px;width: 100%;float: right;padding-bottom: 5px;background: #3d739b;/* border-radius: 15px 15px 0px 0px; */}
.copyright .copybox .boc{float:right;}
.footnav {float:left;}
.footnav ul{margin:0px;list-style:none;width:100%;}
.footnav ul li:first-child{padding-left:0px;}
.footnav ul li{float:left;padding: 5px 20px;}
.footnav ul li a{
    font-size: 14px;
    color: #ffffff;
    }
footer .footlogo img{width: 100%;float: right;display: block;}
footer .wightbox{float: left;/* border-radius: 0px 50px 0 0; */border-top: 1px solid #3d739b;padding-top: 40px;padding: 50px 0px;}
footer .wight{
    float: right;
    padding: 0px;
}
footer .wight .soial{width:100%;margin:0px;list-style:none;}
footer .wight ul.soial{display:flex;justify-content: center;flex-wrap: nowrap;direction: ltr;}
footer .wight .soial li{width: 100%;float: right;padding:8px;background: #f3f3f3;margin-right: 10px;border-radius: 5px;}
footer .wight .soial li img{width: auto;margin: 0px auto;list-style:none;height: 21px;display: block;}
footer .wight .soial li a{}
footer .wight .title{
    font-size: 17px;
    color: #3d739b;
    /* line-height: 2; */
    font-weight: 700;
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
footer .list{
    width: 70%;
    float: left;
    direction: ltr;
    box-sizing: border-box;
}
footer .list ul{list-style: none;line-height: 1.5;margin: 0px;}
footer .list ul li{
    color: #000000;
    font-size: 14px;
}
footer .list ul li a{
    color: #000000;
    font-size: 13px;
}
.copyright .text p{margin-bottom:0px;font-size: 14px;text-align: center !important;width: 100%;float: right;}
.copyright .text{
    color: #ffffff;
    line-height: 2;
    float: right;
    margin: 0px;
    width: 100%;
    text-align: center;
}
.copyright .soial{
    float: right;
}
.copyright .soial ul {
    list-style: none;
    margin: 0px;
    width: 100%;
    float: right;
}
.copyright .soial ul li{float: right;padding: 5px 10px;}
.copyright .soial ul li a{
    color: #a7a7a7;
}
.main-page-content{float:right;width:100%;}
.search-results-wrapper{float:right;width:100%;padding-top: 30px;}
.search-results-main{}
.search-result-box{
    width: 100%;
    float: right;
    display: block;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 20px;
}
.search-result-box h3 a{
    color: #000;
}
.search-result-box p{}
.search-result-box .read-more{
    float: right;
}
.search-result-box img{
    max-width: 100%;
    height: auto;
}
#content {
  position: relative;
  height: 21px;
  min-width: 30px;
  right: 0px;
}

#content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#content input:focus{
    border:0px;
}
#content input::placeholder{
    color:#fff;
}
#content input {
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  border: 2px solid #000000;
  background: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 400;
  top: 0px;
  float: right;
  right: 0px;
  outline: 0;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,    padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  /* -webkit-transform: translate(-100%, -50%); */
  -ms-transform: translate(-100%, -50%);
  /* transform: translate(-100%, -50%); */
  color: #000;
  /* background: #fff; */
}

.searcher {
  background: none;
  position: absolute;
  top: 0px;
  right: 0;
  height: 21px;
  width: 21px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  /* transition: 0.2s ease-in-out; */
  /* -webkit-transform: translate(-100%, -50%); */
  -ms-transform: translate(-100%, -50%);
  /* transform: translate(-100%, -50%); */
}

.search:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 9px;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search:focus{
    border:0px;
    outline:0px;
}
.close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.close:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  margin-top: -2px;
  margin-left: -13px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000000;
  margin-top: -2px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#content input.square:focus{
    border:2px solid #0a0a0a;
}
#content input.square::placeholder{
    color:#0b0a0a;
}
.square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  /* width: 300px !important; */
  /* height: 50px; */
  color: #fff !important;
  border: 4px solid #ffffff;
  font-size: 16px;
  border-radius: 0px !important;
  font-weight: 400;
  outline: 0;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  /* -webkit-transform: translate(-100%, -50%); */
  -ms-transform: translate(-100%, -50%);
  /* transform: translate(-100%, -50%); */
}
.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 132px;
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  line-height: 32px;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  border-radius: 3px;
  /* box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1); */
  width: 100%;
}

.dropdown-text:after {
  position: absolute;
  right: 6px;
  top: 15px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #3d739b transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
  color: #3d739b;
  text-shadow: 0 1px #fff;
}

.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: #ffffff00;
  text-indent: -10px;
  height: 34px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-content ul{list-style:none;margin: 0px;}
.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 20px;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 10px rgba(0,0,0,.27);
  opacity: 0;
  z-index: 999;
  visibility:hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 32px;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  width: 180px;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  background: #e8e8e8;
}


.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
  background-color: #e8e8e8;
}

.dropdown-toggle:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}
.pages{
    width:100%;
    float:right;
    padding-top: 90px;
}
.pages .page_title{
    width:100%;
    float:right;
    background: #f6f6f6;
    padding: 20px;
}
.pages .page_title .breadcrumbs {color: #262626;}
.pages .page_title .breadcrumbs a{color: #262626;}

.pages .titr{float:left;}
.pages .titr h1{font-size:17px;color: #3c759b;margin: 0px;font-size: 28px;}
.pages .page_meno{float:right;margin-top: 5px;}
.pages .page_meno ul{float:right;list-style:none;margin: 0px;}
.pages .page_meno ul li{float:left;}
.pages .page_cover .breadcrumbs{position:absolute;color:#fff;padding:10px;font-size: 13px;bottom: 10px;right: 20px;z-index: 20;}
.pages .page_cover .breadcrumbs a{color:#fff;}
.pages .page_cover.page_cover_contact {
    height: 420px;
    border-radius: 10px;
}
.pages .page_cover .page_info h1{
    font-size: 55px;
}
.pages .page_cover .breadcrumbs .pad{padding:0px 10px;}
.pages .page_meno ul li a{padding:10px;color: #232323;}
.pages .page_cover{width:100%;float:right;overflow: hidden;position: relative;margin-bottom: 30px;border-radius: 15px;}
.pages .page_cover:after{background: #0000007a;content:"";width:100%;position:absolute;height: 100vh;left: 0;z-index: 10;}
.pages .page_cover .page_info{position:absolute;bottom:30px;color:#fff;left:30px;z-index: 20;}
.pages .page_cover img{width:100%;position: relative;z-index: 9;}
.page_contact{width:100%;float:right;text-align: justify;padding-top:40px;}
.page_contact .imgcent{display:block;margin: 0 auto;}
.page_contact .page_rows{background:#f3f3f3;}
.page_contact  .wp-block-column{padding:15px;}
.page_contact  .wp-block-column img{width:100%;height:auto;}
body.single .pages.media .page_cover.page_cover_contact{
    height: 70vh;
}
.wysiwyg {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #393939;
    text-align: justify;
}
.pages.single .page_cover:after{
    background: #81818136;
}
.pages.media{padding-top:0px;}

.pages.media  .media_box{width:100%;float:right;overflow: hidden;position: relative;background-image: url(images/media.jpg);background-size: 100%;background-repeat: no-repeat;/* background-size: cover; */}
.pages.media  .media_box:after{background: #0000007a;content:"";width:100%;position:absolute;height: 100vh;left: 0;z-index: 10;}
.pages.media .page_cover.page_cover_contact{margin-top: 70px;height: 270px;}
.pages.media .page_cover:after{display: none;}
.pages.media  .page_cover .page_info{bottom: 0px;left: 0px;/* padding: 15px; */}
.pages.media .page_cover .breadcrumbs{right: 0px;}
.news{
    /* padding:50px 0; */
    /* margin: 50px 0; */
    text-align:justify;
    padding: 15px;
}

.search  .media_box{background-image: url(images/xse.jpg); }
.news  .last_news{}
.news  h2{}

.news  .last_news ul{
    float: left;
    list-style: none;
    width: 100%;
    text-align: left;
    direction: ltr;
}
.news  .last_news ul li:last-child{
        border-bottom: 0px solid #ccc;

}
.news  .last_news ul li{
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    text-align: left;
}
.news  .last_news ul li a{
    text-align: left;
    width: 100%;
}
.news  .last_news ul li h3{
    float: left;
    line-height: 3;
    margin: 0px;
}
.news  .last_news ul li time{float:right;color: #3d739b;font-size: 14px;line-height: 4;}
.news-list{float:left;width: 100%;margin-top: 60px;margin-bottom: 60px;}
.news .newsbox {    width: 100%;
    float: right;}
.news .newsbox .news-text{
    width: 100%;
    float: right;
    margin: 30px 0px;
}
.news .newsbox .news-text p{
    font-size: 16px;
    line-height: 2;
}
.news .newsbox h2{margin-bottom:30px;float: left;width: 100%;background: #e6e6e6;/* border-radius: 15px; */padding: 12px;font-size: 19px;}
.news .newsbox h3{font-size:16px;}
.news .newsbox p{font-size:14px;}
.news .newsbox img{width:100%;height: auto;margin-bottom: 15px;border-radius: 15px;}
.news .newsbox a{color:#000;text-align: center;}
.category {width:100%;}
.category .cover{width:100%;float:right;height: 270px;overflow:hidden;}
.category .cover img{width:100%;position: relative;top: -125px;z-index: -1;}
.category .cat-box{box-shadow: -15px 0 13px -15px #9a9a9a, 15px 0 13px -15px #9a9a9a;width: 100%;float: right;min-height: 100px;margin-top: -70px;background: #fff;}
.category .cat-box h1{
    width:100%;text-align:center;padding:20px 0;
}
.article{width:20%;margin:0 2.5%;float:left;background:#f6f6f6;padding: 20px;}
.article .article-img img{width:100%;}
.article .articalbox h2{font-size:16px;text-align: center;padding: 10px;}
.article .article-img{width:100%;}
.article .articalbox a{color:#323232;text-decoration:none;}
.form .page_.cover{margin-top:20px;}



.button-default {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
}
.button-default:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-default:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-download {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
}
.button-download:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-download:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-download:after {
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-download-primary.svg);
    height: 20px;
    top: -5px;
}
.button-pdf {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
    background: lime;
}
.button-pdf:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-pdf:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-solid-hollow {
    font-size: 1em;
    color: #ff7321;
    padding: 11px 17px 8px 19px;
    border: 1px solid #ff7321;
    display: inline-block;
    border-radius: 35px;
    background-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}
.button-solid-hollow:hover {
    background-color: #ff7321 !important;
    color: #fff;
    transition: 0.4s;
}
.button-border-outline {
    text-decoration: none;
    padding: 28px 95px 23px 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
}
.button-border-outline:after {
    content: "";
    height: 100%;
    width: 68px;
    display: block;
    top: 0;
    right: -1px;
    position: absolute;
    background-color: #fff;
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-arrow-right-primary.svg);
    background-size: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
}
.button-border-outline:hover {
    background-color: #fff;
    color: #ff7321;
    transition: 0.4s;
}
.button-border-outline:hover:after {
    right: -1px !important;
}
.button-border-solid {
    text-decoration: none;
    padding: 28px 95px 23px 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
    color: #453628;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.button-border-solid:after {
    content: "";
    height: 100%;
    width: 68px;
    display: block;
    top: 0;
    right: -1px;
    position: absolute;
    background-color: #fff;
    background-image: url(images/icons/icon-arrow-right-primary.svg);
    background-size: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
}
.button-border-solid:hover {
    background-color: #fff;
    color: #ff7321;
    transition: 0.4s;
}
.button-border-solid:hover:after {
    right: -1px !important;
}
.button-border-solid:after {
    background-color: #ff7321;
    background-image: url(images/icon-arrow-right-white.svg);
}
.button-border-solid:hover {
    background-color: #ff7321;
    color: #fff;
    box-shadow: 0;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .gridteasers {
        padding: 0 20px;
        width: calc(100% - 0px);
    }
}
.gridteasers > div {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px !important;
    display: block;
}
@media only screen and (max-width: 767px) {
    .gridteasers > div {
        padding: 0 !important;
    }
}
.gridteasers > div > .cmp-container > .container {
    margin-top: 30px;
    padding: 0px;
}
.gridteasers > div > .cmp-container .text {
    padding: 20px 0px;
}
.gridteasers > div > .cmp-container .text h1,
.gridteasers > div > .cmp-container .text h2,
.gridteasers > div > .cmp-container .text h3,
.gridteasers > div > .cmp-container .text h4,
.gridteasers > div > .cmp-container .text h5,
.gridteasers > div > .cmp-container .text h6 {
    font-size: 2.4em;
    margin-bottom: 20px;
    color: #3d739b;
    text-align: center;
}
.gridteasers > div > .cmp-container .text p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.gridteasers > div > .cmp-container .text p:last-of-type {
    margin-bottom: 0;
}
.gridteasers > div > .cmp-container > .button {
    margin-bottom: 20px;
    margin-top: 10px;
}
@media only screen and (min-width: 768px) {
    .gridteasers > div > .cmp-container > .container > .cmp-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 44px;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(1) .image-container {
        height: 360px;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(2) .inner {
        display: flex;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(2) .inner > .information-container {
        flex: 0 0 240px;
        order: 1;
        position: relative;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(2) .inner > .information-container .information-container-inner {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
    }
    .gridteasers > div > .cmp-container > .container > .cmp-container > div:nth-child(2) .inner .image-container {
        height: 240px;
        width: 100%;
        background-position: center top;
        order: 2;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}
.grid-teaser {
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .grid-teaser {
        margin-bottom: 20px;
    }
}
.grid-teaser > .inner .image-container {
    height: 210px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition:0.3s all;
}
.grid-teaser > .inner .image-container:hover{
filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.grid-teaser > .inner .image-container a {
    height: 58px;
    width: 58px;
    display: block;
    font-size: 0;
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url(images/icon-arrow-right-white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 20px;
    right: 20px;
    border-radius: 35px;
    border: 4px solid #fff;
    transition: 0.4s;
}
.grid-teaser > .inner .image-container a:hover {
    background-color: #fff;
    background-image: url(images/icon-arrow-right-primary.svg);
    transition: 0.4s;
}
.grid-teaser > .inner .information-container {
    margin: 20px;
}
.grid-teaser > .inner .information-container .information-container-inner {
    width: 100%;
}
.grid-teaser > .inner .information-container .information-container-inner h3 {
    font-size: 1.6em;
    margin-bottom: 8px;
    line-height: 1.25em;
}
.grid-teaser > .inner .information-container .information-container-inner blockquote {
    font-size: 1.15em;
    font-weight: 200;
    margin-bottom: 10px;
}
.grid-teaser > .inner .information-container .information-container-inner p {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 200;
    margin-bottom: 10px;
    text-align: left !important;
}
.grid-teaser > .inner .video-modal-container {
    z-index: -20;
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -10;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.4s;
}
.grid-teaser > .inner .video-modal-container.visible {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.4s;
}
.grid-teaser > .inner .video-modal-container > .modal-inner {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.grid-teaser > .inner .video-modal-container > .modal-inner > .video-position-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 60px;
}
@media only screen and (max-width: 767px) {
    .grid-teaser > .inner .video-modal-container > .modal-inner > .video-position-container {
        margin: 0 20px;
    }
}
.grid-teaser > .inner .video-modal-container > .modal-inner > .video-position-container > button {
    position: absolute;
    top: -30px;
    right: -30px;
    height: 20px;
    width: 20px;
    background-size: 18px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0;
    background-color: transparent;
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-close-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .grid-teaser > .inner .video-modal-container > .modal-inner > .video-position-container > button {
        top: -40px;
        right: 0;
    }
}
.grid-teaser > .inner .video-modal-container > .modal-inner > .video-position-container > video {
    max-width: 100%;
}
.grid-teaser > .inner.hasVideo .image-container a {
    background-color: #fff;
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-play-primary.svg);
    background-size: 12px;
}
.grid-teaser > .inner.hasVideo .image-container a:hover {
    background-color: #ff7321;
    background-image: url(../../../structure/basepage/clientlibs/resources/images/icons/icon-play-white.svg);
}
.grid-teaser.red {
    background-color: #ff384d;
}
.grid-teaser.red-dark {
    background-color: #a3212d;
}
.grid-teaser.blue {
    background-color: #48a8d0;
}
.grid-teaser.blue-dark {
    background-color: #19698b;
}
.grid-teaser.green {
    background-color: #adbe4a;
}
.grid-teaser.green-dark {
    background-color: #24945d;
}
.grid-teaser.purple {
    background-color: #775098;
}
.grid-teaser.purple-dark {
    background-color: #4d1654;
}
.grid-teaser.brown {
    background-color: #7a6455;
}
.grid-teaser.brown-dark {
    background-color: #51443d;
}
.grid-teaser.default {
    background-color: #ff7321;
}
.panel-teaser {
    height: 575px;
}
.panel-teaser > .inner {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    transition: 0.4s;
}
.panel-teaser > .inner > .image-container {
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: 0.4s;
}
.panel-teaser > .inner > .image-container a {
    text-decoration: none;
    padding: 28px 95px 23px 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
    padding: 25px 95px 25px 25px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    max-width: calc(100% - 160px);
}
.panel-teaser > .inner > .image-container a:after {
    content: "";
    height: 100%;
    width: 68px;
    display: block;
    top: 0;
    right: -1px;
    position: absolute;
    background-color: #fff;
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
}
.panel-teaser > .inner > .image-container a:hover {
    background-color: #fff;
    color: #ff7321;
    transition: 0.4s;
}
.panel-teaser > .inner > .image-container a:hover:after {
    right: -1px !important;
}
@media only screen and (max-width: 1000px) {
    .panel-teaser > .inner > .image-container a {
        padding: 25px 80px 25px 15px;
        max-width: calc(100% - 135px);
    }
}
.panel-teaser > .inner > .image-container:before {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    content: "";
    display: block;
    position: relative;
    background: transparent;
    transition: 0.4s;
}
.panel-teaser > .inner > .information-container {
    width: 100%;
    position: absolute;
    bottom: 140px;
    color: #fff;
    transition: 0.4s;
}
.panel-teaser > .inner > .information-container > div {
    padding: 0 20px;
    transition: 0.4s;
}
.panel-teaser > .inner > .information-container > div p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 0;
    opacity: 0;
    font-weight: 200;
    height: 0;
    overflow: hidden;
    transition: 0.2s;
}
.panel-teaser > .inner > .information-container > div p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
    .panel-teaser > .inner > .information-container > div h3 {
        font-size: 1.8em;
    }
}
.panel-teaser > .inner > .information-container > div blockquote {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.5em;
    opacity: 0;
    font-weight: 200;
    height: 0;
    overflow: hidden;
    transition: 0.2s;
}
.panel-teaser:hover > .inner {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    transition: 0.4s;
}
.panel-teaser:hover > .inner > .image-container a {
    bottom: 60px;
    left: 40px;
    transition: 0.4s;
}
.panel-teaser:hover > .inner > .information-container {
    bottom: 160px;
    transition: 0.4s;
}
.panel-teaser:hover > .inner > .information-container > div {
    padding: 0 40px;
    transition: 0.4s;
}
.panel-teaser:hover > .inner > .information-container p,
.panel-teaser:hover > .inner > .information-container blockquote {
    margin: 20px 0;
    height: 100%;
    opacity: 1;
    transition: 0.2s;
}
.panel-teaser.purple:hover > .inner > .image-container:before,
.panel-teaser.purple-dark:hover > .inner > .image-container:before {
    background-color: #775098;
    opacity: 0.65;
    opacity: 0.2s;
}
.panel-teaser.green:hover > .inner > .image-container:before,
.panel-teaser.green-dark:hover > .inner > .image-container:before {
    background-color: #adbe4a;
    opacity: 0.65;
    opacity: 0.2s;
}
.panel-teaser.blue:hover > .inner > .image-container:before,
.panel-teaser.blue-dark:hover > .inner > .image-container:before {
    background-color: #48a8d0;
    opacity: 0.65;
    opacity: 0.2s;
}
.panel-teaser.red:hover > .inner > .image-container:before,
.panel-teaser.red-dark:hover > .inner > .image-container:before {
    background-color: #ff384d;
    opacity: 0.65;
    opacity: 0.2s;
}
.panel-teaser.brown:hover > .inner > .image-container:before,
.panel-teaser.brown-dark:hover > .inner > .image-container:before {
    background-color: #7a6455;
    opacity: 0.65;
    opacity: 0.2s;
}



.button-default {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
}
.button-default:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-default:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-download {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
}
.button-download:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-download:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-download:after {
    background-image: url(../../structure/basepage/clientlibs/resources/images/icons/icon-download-primary.svg);
    height: 20px;
    top: -5px;
}
.button-pdf {
    font-size: 1em;
    color: #453628;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.4s;
    background: lime;
}
.button-pdf:after {
    height: 15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    content: "";
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.button-pdf:hover:after {
    right: -10px;
    transition: 0.4s;
}
.button-solid-hollow {
    font-size: 1em;
    color: #ff7321;
    padding: 11px 17px 8px 19px;
    border: 1px solid #ff7321;
    display: inline-block;
    border-radius: 35px;
    background-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}
.button-solid-hollow:hover {
    background-color: #ff7321 !important;
    color: #fff;
    transition: 0.4s;
}
.button-border-outline {
    text-decoration: none;
    padding: 28px 95px 23px 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
}
.button-border-outline:after {
    content: "";
    height: 100%;
    width: 68px;
    display: block;
    top: 0;
    right: -1px;
    position: absolute;
    background-color: #fff;
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
}
.button-border-outline:hover {
    background-color: #fff;
    color: #ff7321;
    transition: 0.4s;
}
.button-border-outline:hover:after {
    right: -1px !important;
}
.button-border-solid {
    text-decoration: none;
    padding: 28px 95px 23px 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
    color: #453628;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.button-border-solid:after {
    content: "";
    height: 100%;
    width: 68px;
    display: block;
    top: 0;
    right: -1px;
    position: absolute;
    background-color: #fff;
    background-image: url(images/icon-arrow-right-primary.svg);
    background-size: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
}
.button-border-solid:hover {
    background-color: #fff;
    color: #ff7321;
    transition: 0.4s;
}
.button-border-solid:hover:after {
    right: -1px !important;
}
.button-border-solid:after {
    background-color: #ff7321;
    background-image: url(images/icon-arrow-right-white.svg);
}
.button-border-solid:hover {
    background-color: #ff7321;
    color: #fff;
    box-shadow: 0;
    transition: 0.4s;
}




.full-width{width:100%;float:right;}
.two-col-66-33{/* padding:0px 15px; */}


.aem-AuthorLayer-Edit .home-page > .root > .aem-Grid > .responsivegrid > .aem-Grid > div:first-of-type.banner > div > div {
    height: 720px !important;
}
.banner > div > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .banner > div > div {
        height: 580px;
    }
}
.banner > div > div > div {
    background-size: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner > div > div > div > div {
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    margin-bottom: 20px;
    max-width: 1180px;
}
.banner > div > div > div > div:first-of-type {
    padding-top: 120px;
}
@media only screen and (max-width: 767px) {
    .banner > div > div > div > div:first-of-type {
        padding-top: 150px;
    }
}
.banner > div > div > div .text {
    margin-bottom: 20px;
}
.banner > div > div > div .text h1,
.banner > div > div > div .text h2,
.banner > div > div > div .text h3,
.banner > div > div > div .text h4,
.banner > div > div > div .text h5,
.banner > div > div > div .text h6,
.banner > div > div > div .text p {
    max-width: 460px;
    font-size: 2.5em;
    color: #fff;
}
.banner > div > div > div .cmp-text{
    width: 100%;
    float: left;
}
.banner > div > div > div .text p {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 200;
    width: 100%;
    float: left;
    max-width: 100%;
    text-align: left !important;
}
.banner > div > div > div .text ul {
    list-style: none;
    margin-left: 0 !important;
}
.banner > div > div > div .text ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.banner > div > div > div .text ul li a {
    font-size: 1em;
    color: #ff7321;
    padding: 11px 17px 8px 19px;
    border: 1px solid #ff7321;
    display: inline-block;
    border-radius: 35px;
    background-color: transparent;
    text-decoration: none;
    transition: 0.4s;
    margin-right: 0;
    margin-bottom: 0;
    color: #fff;
    border-color: #fff;
}
.banner > div > div > div .text ul li a:hover {
    background-color: #ff7321 !important;
    color: #fff;
    transition: 0.4s;
}
@media only screen and (max-width: 767px) {
    .banner > div > div > div .text ul li a {
        margin-right: 0;
        margin-bottom: 0;
    }
}
.banner > div > div > div .button {
    margin-top: 60px;
}
.banner > div > div > div .button a,
.banner > div > div > div .button button {
    background-color: transparent;
    border: 0;
}
.banner > div > div > div .button a:after,
.banner > div > div > div .button button:after {
    height: 68px;
    top: 0 !important;
    background-image: url(images/icon-arrow-right-primary.svg) !important;
}
@media only screen and (min-width: 768px) {
    .banner > div > div > div .button a,
    .banner > div > div > div .button button {
        text-decoration: none;
        padding: 10px 60px 10px 10px;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 35px;
        cursor: pointer;
        transition: 0.4s;
        /* bottom: 0px; */
        /* left: 30px; */
    }
    .banner > div > div > div .button a:after,
    .banner > div > div > div .button button:after {
        content: "";
        height: 100%;
        width: 45px;
        display: block;
        top: 0;
        right: -1px;
        position: absolute;
        background-color: #fff;
        background-image: url(images/icon-arrow-right-primary.svg);
        background-size: 22px !important;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 35px;
    }
    .banner > div > div > div .button a:hover,
    .banner > div > div > div .button button:hover {
        background-color: #fff;
        color: #ff7321;
        transition: 0.4s;
    }
    .banner > div > div > div .button a:hover:after,
    .banner > div > div > div .button button:hover:after {
        right: -1px !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner > div > div > div .button a,
    .banner > div > div > div .button button {
        font-size: 1em;
        color: #453628;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding-right: 45px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: 0.4s;
        color: #fff;
    }
    .banner > div > div > div .button a:after,
    .banner > div > div > div .button button:after {
        height: 15px;
        width: 30px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: calc(50% - 8px);
        content: "";
        background-image: url(images/icon-arrow-right-primary.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.4s;
    }
    .banner > div > div > div .button a:hover:after,
    .banner > div > div > div .button button:hover:after {
        right: -10px;
        transition: 0.4s;
    }
    .banner > div > div > div .button a:after,
    .banner > div > div > div .button button:after {
        background-color: transparent !important;
    }
}
.banner.intro-banner > div > div > div .button {
    height: auto !important;
}
@media only screen and (min-width: 768px) {
    .banner.intro-banner > div > div > div .button a:after {
        height: 68px !important;
    }
}
.banner > div > div {
    border-radius: 10px;
}
.banner.text-dark > div > div > div .text h1,
.banner.text-dark > div > div > div .text h2,
.banner.text-dark > div > div > div .text h3,
.banner.text-dark > div > div > div .text h4,
.banner.text-dark > div > div > div .text h5,
.banner.text-dark > div > div > div .text h6,
.banner.text-dark > div > div > div .text p {
    color: #453628;
}
.banner.text-dark > div > div > div .button button,
.banner.text-dark > div > div > div .button a {
    border-color: #453628;
    color: #453628;
}
.banner.text-dark > div > div > div .button button:after,
.banner.text-dark > div > div > div .button a:after {
        background-image: url(images/icon-arrow-right-white.svg) !important;
    background-color: #453628;
}
.banner.text-dark > div > div > div .button button:hover,
.banner.text-dark > div > div > div .button a:hover {
    background-color: #453628;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .banner.text-right > div > div > .inner > div {
        margin-left: calc(50%);
        min-width: calc(50% - 20px);
    }
}
.banner .white-heading h1,
.banner .white-heading h2,
.banner .white-heading h3,
.banner .white-heading h4,
.banner .white-heading h5,
.banner .white-heading h6 {
    color: #fff !important;
}
.home-page > .root > .aem-Grid > .responsivegrid > .aem-Grid > div:first-of-type.banner > div > div {
    height: 100vh;
}
.home-page > .root > .aem-Grid > .responsivegrid > .aem-Grid > div:first-of-type.banner > div > div > div {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .content-page > .root > .aem-Grid > .responsivegrid > .aem-Grid > div:first-of-type.banner {
        margin-bottom: 60px;
    }
}
.content-page > .root > .aem-Grid > .responsivegrid > .aem-Grid > div:first-of-type.banner > div > div {
    height: 400px;
}
.two-col-50-50 .banner > div > div > div > div,
.two-col-20-80 .banner > div > div > div > div,
.two-col-80-20 .banner > div > div > div > div,
.two-col-40-60 .banner > div > div > div > div,
.two-col-60-40 .banner > div > div > div > div,
.two-col-33-66 .banner > div > div > div > div,
.two-col-66-33 .banner > div > div > div > div,
.two-col-75-25 .banner > div > div > div > div,
.two-col-25-75 .banner > div > div > div > div,
.three-col-33-33-33 .banner > div > div > div > div,
.four-col-25-25-25-25 .banner > div > div > div > div {
    padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
    .two-col-50-50 .banner > div > div > div > div,
    .two-col-20-80 .banner > div > div > div > div,
    .two-col-80-20 .banner > div > div > div > div,
    .two-col-40-60 .banner > div > div > div > div,
    .two-col-60-40 .banner > div > div > div > div,
    .two-col-33-66 .banner > div > div > div > div,
    .two-col-66-33 .banner > div > div > div > div,
    .two-col-75-25 .banner > div > div > div > div,
    .two-col-25-75 .banner > div > div > div > div,
    .three-col-33-33-33 .banner > div > div > div > div,
    .four-col-25-25-25-25 .banner > div > div > div > div {
        padding: 0 20px;
    }
}
.two-col-66-33>.cmp-container{display:flex;gap: 20px;justify-content: center;margin-bottom: 50px;}
.two-col-66-33>.cmp-container>div{/* margin-right:40px; */flex:1;max-width: 49%;top: 0;opacity: 1;transition: .4s;transition-delay: .4s;}
@media only screen and (max-width:767px){.two-col-66-33>.cmp-container>div{max-width:100%}
}
.two-col-66-33>.cmp-container>div:first-of-type{flex:2;}
.two-col-66-33>.cmp-container>div:last-of-type{margin-right:0;flex:1}
.two-col-66-33>.cmp-container>div:nth-child(3){display:none}
@media only screen and (max-width:767px){.two-col-66-33>.cmp-container{display:block}
.two-col-66-33>.cmp-container>div{flex:none;margin-bottom:40px;margin-right:0}
.two-col-66-33>.cmp-container>div:last-of-type{margin-bottom:0}
}

.gf_stylespro.gf_stylespro_wrapper, .gf_stylespro_wrapper {
    padding: 1em 0 1em 2%;
    display: inline-block;
    width: 100%;
    padding: 0px 0px !important;
}
.gf_stylespro .chosen-choices, .gf_stylespro input, .gf_stylespro input[type=email], .gf_stylespro input[type=number], .gf_stylespro input[type=password], .gf_stylespro input[type=search], .gf_stylespro input[type=tel], .gf_stylespro input[type=text], .gf_stylespro input[type=url], .gf_stylespro select, .gf_stylespro textarea, .gfsp_icon {border-radius: 5px !important;}

.gf_stylespro .large {
    width: 100% !important;
    max-width: 100%;
}

.gf_stylespro .gform_footer {
   margin-top: 0.0em !important; 
   padding:0em 0 !important; 
  border-top: 0px solid #d6d6d6 !important;

}
.sp_flat .button, .sp_flat input[type=button], .sp_flat input[type=submit] {
    color: #3c759b !important;
    border: 1px solid #3c759b !important;
    border-bottom-color: #3c759b !important;
    border-right-color: #3c759b !important;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 1.5em !important;
}
.sp_flat .button:hover, .sp_flat input[type=button]:hover, .sp_flat input[type=submit]:hover {
    background: #3c759b !important;
    color: #fff !important;
}

@media only screen and (max-width: 480px) {
    .header{
    padding: 10px 20px;
}
header .logo{
    padding: 5px;
}
header nav{
    padding: 0px;
    margin-right: 0px;
}
.dropdown{width: 100px;margin-right: 10px;}
.dropdown-text{font-size: 13px;}
header .searchbox{
    margin-left: 5px;
}
.menu-mobile{padding: 0px 0px 0px 20px;}
    footer .wightbox{
    padding: 10px 10px;
}
    footer .wight{
    margin-bottom: 15px;
}
    footer .logo{/* width:100%; *//* padding-right: 70%; */margin-bottom: 15px;}
    footer .list{width:100%}
    .silderbox .slide-swiper .swiper-slide{    height: 35vh;}
    .abouts .title h1 {
    font-size: 26px;
}
.abouts .text p {
    font-size: 14px;
    padding: 0px 15px;
}
    .pages .page_cover .page_info h1{
    font-size: 45px;
        padding-left:10px
}

    .page_contact{padding:15px}

    .pages.media .media_box{
    background-size: cover;
}
    .pages.media .page_cover .page_info{padding:0px 15px}
    body.single .pages.media .page_cover.page_cover_contact{
    height: 160px;
    margin-top: 77px;
}
        body.single .pages.media .page_cover.page_cover_contact h2{font-size: 21px;padding-left: 10px;}
    .pages.media .page_cover .breadcrumbs{position:relative;float:right;right: 0px;width: 100%;}
}
.cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
    display: none !important;
}
.cky-revisit-hide {
    display: block !important;
}
.back-to-top img{
    width: 23px;
}
.back-to-top {position: fixed;bottom: 40px;right: 30px;z-index: 99;border: none;outline: none;background-color: #3d739b;color: white;cursor: pointer;padding: 10px;border-radius: 4px;}
.back-to-top:hover {
  background-color: #555;color:#Fff;text-decoration:none;
}

.mouse {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
}
.mouse a{width: 36px;position:relative;z-index: 999;}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}


.responsibility{
    width:100%;
    float:right;
    background: #ededed;
    padding: 30px 15px;
    margin-top: 50px;
    /* border-top: 1px solid #3d739b; */
}
.responsibility h2{
    color: #000;
    text-align: center;
}
.responsibility p{
    color: #0d0d0d;
}
.counter{padding-top: 30px !important;padding-bottom: 50px !important;/* background-image: url(images/cigar.webp) !important; */background-position: center !important;background-repeat: no-repeat !important;background-size: cover;margin: 30px 0px;color: #000;}
.counter .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.counter .counter-box{
    width: 33.333%;
}
.counter .counter-box .img:hover{
position: relative;
    transition: top 0.4s ease-in-out;
    top:10px;
}
.counter .counter-box .img{transition: top 0.4s ease-in-out;position: relative;top: -10px;}.counter .counter-box .img img{
    padding: 20px;
    max-width: 100%;
    background: #3d739b;
    border-radius: 20px;
}

.counter .value {
  font-size: 150px;
  display: block;
  font-weight: bold;
  color: #3d739b;
  font-size: 25px;
  margin-top: 10px;
}
.maps{position: relative;height: fit-content;margin-top: 50px;}
.maps iframe{
    width: 100%;
    float:right;
    height: 500px;
    bottom: 0px;
    left: 0px;
    margin-top: 50px;
}
@media (max-width: 480px) {
.slider .box{position:absolute;padding: 20px;bottom: 0px;color: #fff;font-size: 18px;}
.slider .box h2{text-shadow: 0 0 20px rgb(0 0 0 / 15%);color:#fff;font-size: 33px;}
    .counter .counter-box{
    width: 100%;
    margin-bottom: 30px;
}
    .counter .content{
    flex-wrap: wrap;
}
}