.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7-not-valid-tip {
direction: rtl;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
right: 1em;
}
.wpcf7-list-item {
margin: 0 1em 0 0;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}
html {
height: 100%;
overflow-x: hidden;
position: relative;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
overflow-x: hidden;
position: relative;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
display: block;
}
video,
audio,
progress,
canvas {
vertical-align: baseline;
}
video {
background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
display: none;
}
audio:not([controls]) {
height: 0;
}
iframe {
max-width: 100%;
}
abbr,
address,
progress {
display: inline-block;
text-decoration: none;
}
abbr:not([class]),
acronym {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
#middle ul:after,
#bottom ul:after,
#middle ol:after,
#bottom ol:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow: hidden;
}
dl {
display: block;
overflow: hidden;
}
dt {
display: block;
font-weight: bold;
overflow: hidden;
}
dd {
display: block;
overflow: hidden;
}
q:before,
q:after {
content: none;
}
del {
text-decoration: line-through;
}
table {
width: 100%;
}
img {
display: inline-block;
color: transparent;
height: auto;
font-size: 0;
vertical-align: middle;
max-width: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: auto;
-ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
font-size: 1em;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
img {
border: 0;
}
figure {
background-image: none !important;
}
fieldset {
margin: 25px 2px 30px;
padding: 1.5em 1em .5em;
border-width: 0;
border-style: solid;
}
fieldset legend {
padding: 3px 10px;
margin-top: -25px;
}
input {
line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
textarea {
resize: vertical;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
optgroup {
font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=submit],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type=text]::-ms-clear {
display: none;
}
p:empty {
display: none;
}
:focus {
outline: 0;
}
pre,
code,
kbd,
samp {
background-color: transparent;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px;
}
pre {
white-space: pre-wrap;
}
pre a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
}
code {
display: inline-block;
}
code a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
}
svg:not(:root) {
overflow: hidden;
}
sub,
sup,
small {
font-size: 75%;
}
sub,
sup {
line-height: 0;
position: relative;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
b,
strong {
font-weight: bold;
}
th,
td,
caption {
font-weight: normal;
}
dfn {
font-style: italic;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000000;
}
.sticky,
.bypostauthor,
.screen-reader-text {
outline: none;
}html[lang="en-US"] .etihad-community .wpcf7-form h1{
flex-direction: revert;
}
html[lang="en-US"] .cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_but{
float: left;
}
html[lang="en-US"] .cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list{
text-align: left;
}
html[lang="en-US"] select.wpcf7-form-control.wpcf7-select{
text-align: left;
background-position-x: right;
}
p#favorite {
padding-top: 25px;
padding-bottom: 0 !important;
}
.single-project .wp-post-image {
display: inline-block !important;
}
.etihad-community sup {
color: #16999e;
}
.mc4wp-alert {
text-align: center;
width: 100%;
}
.englishnews .post.cmsms_post_masonry .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info, .englishnews .post.cmsms_post_masonry .cmsms_post_cont .cmsms_post_cont_info, .englishnews .post .cmsms_post_header .cmsms_post_title a{
text-align: left;
}
.listwithmail{
display: block !important;
}
.englishnews .post .cmsms_post_cont_info > span:first-child{
color: #16999e;
}
.rtl #cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-bar-message {
text-align: right;
}
.cmsms_search h2{
color: #16999e;
}
.rtl .cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
margin: 0 0 0 5px !important;
}
span.page-numbers.current:hover{
color: white !important;
}
.cmsms_wrap_pagination ul li .page-numbers:hover{
color: white;
background: #4ecdc7 !important;
}
.rtl a.next.page-numbers{
transform: scaleX(-1);
}
.rtl a.prev.page-numbers {
transform: scaleX(-1);
}
h3.cmsms_search_post_title a,  {
color: #16999e !important;
}
.rtl .contact-us input.wpcf7-form-control.wpcf7-text{
text-align: right;
}
.rtl .blog.columns{
transform: scaleX(-1);
}
.rtl .blog.columns .post{
float: left !important;
}
.rtl .blog.columns .cmsms_post_cont {
transform: scaleX(-1);
}
.rtl .cli-tab-header a:before{
transform: rotate(135deg) !important;
margin-left: 10px;
margin-right: 0 !important;
}
.rtl .cli-tab-header{
padding: 12px 13px !important;
}
.rtl .cli-tab-header.cli-tab-active .cli-nav-link:before{
transform: rotate(45deg) !important; 
}
.rtl .cli-switch .cli-slider:after{
left: 50px !important;
right: auto !important;
text-align: left !important;
}
abbr.published.cmsms_post_date.cmsms-icon-calendar-2{
color: #16999e !important;
}
.search-no-results .search_bar_wrap {
margin: 0 auto 40px;
width: 300px;
max-width: 100%;
display: block;
}
.header_bot_inner #navigation > li.current-menu-item > a > span.nav_bg_clr{
background-color: #4ecdc5 !important;
}
.AllNews{
box-shadow: 2px 2px 2px #4ecdc6 !important;
}
a.page-numbers, a.page-numbers:hover {
transition: all 0.3s ease !important;
}
a.cmsms_project_filter_but.cmsms-icon-menu.button, ul.cmsms_project_filter_list a.button{
color: white;
border: 1px solid;
transition: all 0.3s ease;
}
a.cmsms_project_filter_but.cmsms-icon-menu.button:hover, ul.cmsms_project_filter_list a.button:hover{
color: white;
background: #4ecdc6;
border: 1px solid;
transition: all 0.3s ease;
}
ul.cmsms_project_filter_list li.current a {
color: white;
background: #4ecdc6;
}
a.next.page-numbers:hover, span.page-numbers.dots:hover {
background-color: #4ecdc6 !important;
transition: all 0.3s ease;
}
span.page-numbers.current{
color: white;
background-color: #4ecdc6 !important;
}
.menu-item.current_page_item a span{
background-color: #4ecdc6 !important;
line-height: 25px !important;
}
.blog.columns .post .cmsms_post_header .cmsms_post_title a{
-webkit-line-clamp: 2;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
word-break: break-word;
}
.home .cmsms_slider_project_content.entry-content p{
-webkit-line-clamp: 3;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
word-break: break-word;
padding: 0;
height: fit-content;
}
.rtl.home .cmsms_slider_project_content.entry-content p, .rtl .blog.columns .post .cmsms_post_header .cmsms_post_title a{
white-space: break-spaces;
}
.home .project .slider_project_inner, .single-project .project .slider_project_inner{
height: 159px;
}
.post .cmsms_post_header .cmsms_post_title a{
color: #16999e !important;
}
.header_mid_inner .logo .logo_retina {
width: auto !important;
}
.contact-us .wpcf7-submit{
border: 1px solid #16999e !important;
border-radius: 3px !important;
padding: 10px !important;
box-shadow: 2px 2px 2px #4ecdc6;
font-size: 22px;
color: white !important;
background-color: #16999e;
}
.contact-us .wpcf7-submit:hover{
background-color: white !important;
color: #16999e !important;
border: 1px solid #16999e !important;
}  .contact-us input.wpcf7-form-control{
margin-bottom: 5px;
}
.contact-us form.wpcf7-form p:nth-child(8) {
text-align: center;
margin-top: 40px;
}
.cmsms_posts_slider .project{
padding-bottom: 20px !important;
}
.contact-us .wpcf7-spinner{
position: absolute !important;
left: 0;
}
.rtl .contact-us .wpcf7-spinner{
position: absolute !important;
left: auto;
right: 0;
}
.contact-us .wpcf7-form-control-wrap{
top: 10px;
}
.contact-us form.wpcf7-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-us form.wpcf7-form p {
width: 49%;
}
.contact-us form.wpcf7-form p:not(:nth-child(8)){
padding: 0 0 40px;
}
.contact-us form.wpcf7-form p:nth-child(8){
width: 100%;
}
.AllNews{
border: 1px solid #4ecdc6;
transition: all 0.3s ease !important;
background-color: white !important;
color: #16999e !important;
padding: 10px;
border-radius: 3px;
}
.AllNews:hover {
background: #16999e !important;
border: 1px solid white;
color: white !important;
transition: all 0.3s ease;
}
.btnMoreProjects{
border: 1px solid #16999e;
}
.btnMoreProjects:hover {
border: 1px solid #16999e;
background: transparent;
color: #16999e !important;
}
.cmsms_posts_slider .owl-controls{
width: 100%;
right: 0 !important;
}
.owl-buttons{
position: relative !important;
right: 0 !important;
}
.owl-buttons .owl-prev{
position: absolute !important;
left: 15px;
}
.owl-buttons .owl-next{
position: absolute !important;
right: 15px;
}
.rtl .cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat {
border-right: 27px solid #16999e !important;
display: flex;
align-items: center;
justify-content: center;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat {
border-left: 27px solid #16999e !important;
display: flex;
align-items: center;
justify-content: center;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap{
line-height: 23px !important;
padding-bottom: 15px;
}
#slide_top {
background: #4ecdc6 !important;
transition: all 0.3s ease !important;
left: 20px;
right: auto !important;
border-color: transparent !important;
}
#slide_top:hover {
background: white !important;
transition: all 0.3s ease !important;
border-color: #16999e !important;
color: #4ecdc6 !important;
}
.mobile-partners-slider, .partners-gallery{
display: none !important;
}
.mobile-partners-slider.owl-carousel .owl-controls.clickable{
top: -18px !important;
position: relative !important;
}
.mobile-partners-slider .owl-prev, .mobile-partners-slider .owl-next{
border-radius: 50% !important;
}
a.responsive_nav{
transition: all 0.3s ease !important;
}
a.responsive_nav:hover, a.responsive_nav.active {
color: #16999e !important;
transition: all 0.3s ease !important;
}
ul#navigation .current-menu-item a, ul#navigation .menu-item a{
color: white !important;
}
ul#navigation .menu-item a{
background-color: #16999e !important;
}
html #page #header nav .menu-primary-navigation-english-container #navigation > li.current-menu-item > a,html #page #header nav .menu-primary-navigation-english-container #navigation > li > a:hover, html #page #header nav .menu-primary-navigation-english-container #navigation > li > a:hover span.nav_bg_clr, html #page #header nav .menu-primary-navigation-container #navigation > li.current-menu-item > a,html #page #header nav .menu-primary-navigation-container #navigation > li > a:hover span.nav_bg_clr, html #page #header nav .menu-primary-navigation-container #navigation > li > a:hover{
background-color: #4ecdc5 !important;
}
.responsive_nav, .footer_bg{
box-shadow: none !important;
}
.header_mid_inner .logo img{
padding: 10px 0 !important;
}
#header .social_wrap_inner :hover {
color: rgb(22 153 158);
}
div#aboutetihad p:last-child {
padding: 0;
}
.rtl.home .cmsms_posts_slider .post{
padding: 0 15px !important;
}
.responsive_nav:hover{
font-size: 20px !important;
}
.header_mid_inner .logo img{
height: 120px !important;
width: auto !important;
}
.header_mid .header_mid_inner .logo_wrap {
width: 120px !important;
}
.footer_bg a.logo img {
width: 120px;
height: auto;
}
.footer_inner .social_wrap .social_wrap_inner a::before{
font-size: 45px !important;
}
.footer_inner .social_wrap .social_wrap_inner a{
width: 45px !important;
height: 45px !important;
color: white;
}
.footer_inner .social_wrap .social_wrap_inner a:hover{
color: #000000 !important;
}
.otgs-development-site-front-end{
display: none;
} .footer_inner .social_wrap{
margin-bottom: 20px !important;
top: 10px;
position: relative;
}
.footer_inner{
height: 415px !important;
padding: 65px 20px !important;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#resources .UrlLink{
border-radius: 3px !important;
box-shadow: 2px 2px 2px #4ecdc6;
border: 1px solid transparent;
}
#resources .UrlLink:hover{
border: 1px solid white;
background: transparent;
color: white !important;
text-decoration: none !important;
}
.single-post .UrlLink{
margin: 10px !important;
}
.ls-v5 .ls-bottom-slidebuttons a{
background-image: url(//wp-content/uploads/2022/07/skin.png) !important;
}
.rtl .contact-us .wpcf7 form .wpcf7-response-output{
margin: 2em 0 1em auto !important;
}
.contact-us form.wpcf7-form p:nth-child(6) {
width: 100%;
text-align: center;
}
.contact-us .wpcf7 form .wpcf7-response-output, .contact-us .wpcf7-form label{
color: #16999e !important;
}
.menu-item.menu-item-type-custom.projects > a > span.active, 
.menu-item.menu-item-type-custom.news > a > span.active{
background-color: #4ecdc5 !important;
line-height: 25px;
width: -webkit-fill-available;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link > span, .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link > span{
display: none;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link, .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link{
display: inline-block !important;
width: 100% !important;
height: 100% !important;
}
.resources-blog-posts .cmsms_slider_post_cont{
background: white !important;
}
.resources-blog-posts .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link{
display: none !important;
}
.resources-blog-posts .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link{
display: inline-block;
width: 100% !important;
height: 100% !important;
right: 0 !important;
left: auto !important;
opacity: 0 !important;
}
.resources-blog-posts .owl-controls .owl-buttons .owl-prev:hover .cmsms_prev_arrow:before, .resources-blog-posts .owl-controls .owl-buttons .owl-next:hover .cmsms_next_arrow:before, .resources-blog-posts .owl-controls .owl-buttons .owl-prev:hover .cmsms_prev_arrow:after, .resources-blog-posts .owl-controls .owl-buttons .owl-next:hover .cmsms_next_arrow:after, .resources-blog-posts .owl-controls .owl-buttons .owl-prev:hover, .resources-blog-posts .owl-controls .owl-buttons .owl-next:hover{
border-color: white !important;
}
.resources-blog-posts .owl-controls .owl-buttons .owl-prev, .resources-blog-posts .owl-controls .owl-buttons .owl-next{
border-color: rgba(219, 222, 225, 1) !important;
}
.resources-blog-posts .owl-controls .owl-buttons .owl-prev .cmsms_prev_arrow, .resources-blog-posts .owl-controls .owl-buttons .owl-next .cmsms_next_arrow{
background-color: white !important;
}
.resource-section{
border-top: 1px solid white;
}
.resource-section p:last-child{
padding: 0 !important;
}
.digital-advocacy .cmsms_slider_post_header{
height: 56px;
}
.current-menu-ancestor:hover{
z-index: 203 !important;
}
.current-menu-ancestor span {
background: #4ecdc7;
line-height: 25px;
width: 104%;
}
.current-menu-ancestor .sub-menu span {
background: #16999e;
line-height: 25px;
}
#navigation .current-menu-ancestor .sub-menu .menu-item a:hover, #navigation .current-menu-ancestor .sub-menu .menu-item a:hover span{
background-color: #4ecdc5 !important;
transition: all 0.3s ease;
}
#navigation .current-menu-ancestor .sub-menu .current-menu-item a, #navigation .current-menu-ancestor .sub-menu .current-menu-item span{
background-color: #4ecdc5 !important;
}
#navigation .current-menu-ancestor{
background: #4ecdc7;
}
.single-post footer.cmsms_slider_post_footer.entry-meta{
display: none !important;
}
.sub-menu .menu-item{
transition: all 0.3s ease;
}
#navigation .sub-menu .menu-item:hover a{
background-color: #4ecdc5 !important;
transition: all 0.3s ease;
}
.rtl .social_wrap_inner {
direction: initial;
}
.resources-filters{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 25px;
padding-bottom: 40px; }
.resources-filters .select-wrapper{
display: flex;
flex-direction: column;
margin-bottom: 20px;
width: 25%;
position: relative;
}
.resources-filters .placeholder{
padding: 10px 10px;
width: 100%;
background: #16999e;
color: white;
cursor: pointer;
box-shadow: 2px 2px 2px #4ecdc6 !important;
border-radius: 3px;
}
.resources-filters .dropdown-select{
display: none;
border-width: 1px;
border-style: solid;
border-color: white rgb(22, 153, 158) rgb(22, 153, 158);
border-image: initial;
list-style: none;
position: absolute;
top: 45px;
z-index: 10;
width: calc(100% - 20px);;
box-shadow: 2px 2px 2px #4ecdc6 !important;
}
.rtl .resources-filters .select-wrapper:nth-child(1){
padding-left: 0;
}
.rtl .resources-filters .select-wrapper:nth-child(2){
padding-left: 10px;
padding-right: 10px;
}
.rtl .resources-filters .select-wrapper:nth-child(3){
padding-left: 10px;
padding-right: 10px;
}
.rtl .resources-filters .select-wrapper:nth-child(4){
padding-right: 20px;
}
.rtl .resources-filters .select-wrapper:nth-child(1) .dropdownarrow{
left: 12px !important;
}
.rtl .resources-filters .select-wrapper:nth-child(2) .dropdownarrow, .rtl .resources-filters .select-wrapper:nth-child(3) .dropdownarrow{
left: 23px !important;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(1){
padding-right: 20px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(2){
padding-left: 10px;
padding-right: 10px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(3){
padding-left: 10px;
padding-right: 10px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(4){
padding-left: 20px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(1) .dropdownarrow{
right: 33px !important;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(2) .dropdownarrow, html[lang="en-US"] .resources-filters .select-wrapper:nth-child(3) .dropdownarrow{
right: 23px !important;
}
.resources-filters ul li, .resources-filters ul li:nth-child(1){
background: #16999e;
padding: 10px 25px;
color: white;
transition: all 0.3s ease;
cursor: pointer;
}
.resources-filters ul li:not(:last-of-type){
border-bottom: 1px solid white;
}
.resources-filters ul li:hover{
background: #4ecdc6;
transition: all 0.3s ease;
}
.resources-filters ul li:before{
display: none;
}
.select-wrapper.ngos .dropdown-select{
height: 513px;
overflow-y: scroll !important;
border-radius: 3px;
} .resources-filters ::-webkit-scrollbar {
background: white;
} .resources-filters ::-webkit-scrollbar-track {
border-radius: 3px;
} .resources-filters ::-webkit-scrollbar-thumb {
background: #16999e; 
border-radius: 3px;
border-left: 1px solid white;
}
.rtl .resources-filters ::-webkit-scrollbar-thumb {
border-right: 1px solid white;
}
.resourcesitems-list th.toprow-title{
width: 15%;
font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 16px;
}
td.info, td.info a {
color: #16999e;
font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-weight: 500;
font-size: 16px;
}
td.info a:hover {
color: #4ecdc7;
}
.filtered-resources .pagination li::before{
display: none;
}
.filtered-resources .pagination{
display: flex;
justify-content: center;
}
.filtered-resources .pagination li{
padding: 0 0 3px 3px;
width: fit-content;
padding-right: 3px !important;
}
.filtered-resources .pagination li span.page-numbers, .filtered-resources .pagination li a.page-numbers{
line-height: 32px;
display: block;
min-width: 32px;
height: 32px;
position: relative;
text-align: center;
}
.filtered-resources .pagination li a.page-numbers:hover{
color: white;
background-color: #4ecdc6 !important;
}
.filtered-resources .pagination .cmsms_next_arrow{
left: 5px !important;
}
.filtered-resources .pagination .cmsms_prev_arrow{
right: 5px !important;
}
.resources-pagination{
margin: 60px 0;
}
.filters-area{
display: block;
width: 100%;
}
.filters-wrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.filters{
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 90%;
row-gap: 10px;
}
.filter-card {
padding: 10px 10px;
margin-right: 10px;
width: 200px;
background: #4ecdc6;
color: white;
cursor: pointer;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: space-between;
}
.filter-card span.value-text {
width: calc(100% - 15px);
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
span.value-delete {
background-image: url(//wp-content/uploads/2022/08/icons8-close-1.svg);
cursor: pointer;
width: 17px !important;
height: 17px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}
a.clear-btn {
font-size: 16px;
text-transform: uppercase;
}
a.clear-btn:hover {
color: black;
}
.rtl .resources-filters .dropdown-select{
padding-right: 0 !important;
}
.mobile-partners-slider img{
height: 250px !important;
width: 250px !important;
object-fit: contain;
}
.partners-gallery .owl-item .item {
text-align: center;
}
.cmsms_slider_post_meta_info abbr {
color: #169398 !important;
}
.rtl .blog-section .cmsms_post_meta_info {
text-align: left !important;
}
.tablet-home-slider .ls-wp-container, .mobile-home-slider .ls-wp-container{
max-width: 100% !important;
width: 100% !important;
}
.mobile-slider .cmsms_row_inner, .tablet-slider .cms_row_inner{
padding: 0 !important;
}
.resource-items tr.tablerow{
cursor: pointer;
}
.etihad-community p{
font-size: 20px;
color: black !important;
padding-bottom:25px !important;
}
p.etihad-conditions{
padding-right: 25px;
padding-bottom: 15px !important;
}
p.etihad-after-conditions{
padding-right: 45px;
padding-top: 15px !important;
} .etihad-community a {
font-size: 20px;
font-family: 'Roboto Condensed';
}
.etihad-community a:hover{
color: #4ecdc6;
}
span.wpcf7-list-item.agree, span.wpcf7-list-item.disagree{
display: flex;
justify-content: center;
align-items: center;
}
span.wpcf7-list-item.agree label, span.wpcf7-list-item.disagree label{
display: flex;
font-size: 20px;
font-family: 'Roboto Condensed';
}
span.wpcf7-list-item.agree span.wpcf7-list-item-label, span.wpcf7-list-item.disagree span.wpcf7-list-item-label{
padding: 0 25px;
}
.agree span.wpcf7-list-item-label:before, .disagree span.wpcf7-list-item-label:before {
display: block;
content: '';
box-sizing: border-box;
width: 17px;
height: 17px;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
border-radius: 1px;
text-align: center;
left: auto;
right: 0;
background-color: rgba(248, 250, 251, 1);
border-color: rgba(219, 222, 225, 1);
}
.agree span.wpcf7-list-item-label:after, .disagree span.wpcf7-list-item-label:after{
position: absolute;
top: -2px;
left: auto;
right: 3px;
color: #16999e;
display: block;
content: '\ea85';
font-size: 14px;
font-weight: bold;
font-family: 'fontello';
opacity: 0;
transition: all 0.3s ease;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after, .cmsms-form-builder .check_parent input[type="checkbox"] + label:after{
top: -2px !important;
}
.agree input[type="checkbox"], .disagree input[type="checkbox"] {
position: absolute;
top: 0;
left: auto;
right: 0;
float: right;
opacity: 0;
}
.agree input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, .disagree input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
opacity: 1;
transition: all 0.3s ease;
}
.etihad-community p, .etihad-community li{
font-family: 'Roboto Condensed';
font-size: 20px;
line-height: 25px;
}
.join-card ul li{
display: flex;
padding-right: 15px !important;
}
p.info-use{
padding-right: 40px;
margin-top: -15px;
}
.info-use-bullets li{
right: 60px
}
.info-use-bullets li:before{
color: white;
content: '\2022';
top: 10px !important;
font-size: 30px;
border: 1px solid black;
border-radius: 100%;
width: 7px !important;
height: 7px;
}
p.no-share{
padding-right: 70px !important; 
}
.join-card ul li:before{
content: '\2022';
top: -5px;
font-size: 30px;
width: auto;
}
.conditions-list-agreement br {
display: none;
}
.etihad-community p:nth-child(2) .wpcf7-form-control-wrap{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.etihad-community span.wpcf7-form-control.wpcf7-checkbox {
margin-bottom: 10px;
}
.etihad-community .wpcf7-form h1 {
color: black;
display: flex;
flex-direction: row-reverse;
column-gap: 8px;
margin-bottom: 10px;
margin-top: 20px;
}
.etihad-community h3{
color: #16999e;
font-size: 18px;
}
input.wpcf7-form-control.telling-person{
margin-bottom: 15px;
}
.rtl input.wpcf7-form-control.wpcf7-text {
background: transparent;
text-align: right;
font-size: 18px;
}
input.wpcf7-form-control.wpcf7-text:focus, select.wpcf7-form-control.wpcf7-select:focus{
border: 1px solid rgba(219, 222, 225, 1);
}
.etihad-community label {
color: black !important;
}
.etihad-community .wpcf7-not-valid-tip{
top: 10px;
position: relative;
font-size: 22px;
}
html.csstransitions .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after {
color: #16999e;
}
.rtl select.wpcf7-form-control.wpcf7-select {
direction: rtl;
line-height: 18px !important;
}
select.wpcf7-form-control.wpcf7-select {
text-align: right;
border-radius: 0;
background-color: transparent;
background-image: url(//wp-content/uploads/2022/08/down-arrow-svgrepo-com-2.svg) !important;
position: relative;
background-size: 15px;
background-origin: content-box;
background-position-x: unset;
padding: 11px 11px 11px 11px !important;
}
.partners-gallery .content_slider, .single-project .content_slider{
margin-bottom: 0 !important;
padding-bottom: 40px !important;
}
.contact-etihad-conditional input.wpcf7-form-control.has-spinner.wpcf7-submit{
border: 1px solid #4ecdc6;
transition: all 0.3s ease !important;
font-size: 22px !important;
background-color: rgba(22, 153, 158, 1);
color: white !important;
border-radius: 3px;
box-shadow: 2px 2px 2px #4ecdc7;
padding: 10px;
top: 25px;
position: relative;
}
.contact-etihad-conditional input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
background: transparent !important;
border: 1px solid #16999e !important;
color: #16999e !important;
transition: all 0.3s ease;
}
.contact-etihad-conditional .wpcf7-response-output {
margin: 3em 0 1em auto !important;
width: fit-content;
}
.contact-etihad-conditional .wpcf7-spinner{
position: absolute !important;
left: 0;
}
.rtl .contact-etihad-conditional .wpcf7-spinner{
position: absolute !important;
left: 0;
right: auto;
}
.cmsms_contact_form .wpcf7-response-output.showwpcf7response{
display: block !important;
}
.cmsms_contact_form .wpcf7-response-output.hidewpcf7response{
display: none !important;
}
.wpcf7 form .wpcf7-response-output{
border-color: transparent;
}
.header_mid_inner .social_wrap a{
color: #16999e !important;
}
.header_mid_inner .social_wrap a:hover{
color: #000000 !important;
}
.dropdownarrow{
position: absolute;
left: auto;
right: 13px;
width: 15px;
height: auto;
top: 10px;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.rtl .dropdownarrow {
position: absolute;
left: 13px;
right: auto;
width: 15px;
height: auto;
top: 10px;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.filterby-title{
padding-top: 60px;
color: #16999e;
margin-bottom: 0;
}
.rotate {
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
transform:rotate(180deg);
}
.about-us-section{
border-top: 1px solid white;
}
.etihadnumbers, #partners{
border-top: 1px solid #16999e;
}
.digital-advocacy .cmsms_slider_post_cont{
border-color: rgba(219, 222, 225, 1) !important;
}
.rtl #aboutetihad p{
color: white !important;
}
.resource-section{
border-top: 1px solid #16999e;
} #arprojects{
border-top: 30px solid #16999e;
margin-top: -2px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox.agree-disagree{
display: flex;
flex-direction: column;
align-items: center;
}
.newsletter{
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 2px solid white;
width: 100%;
padding-bottom: 10px;
}
#footer.cmsms_footer_default .footer_inner{
padding-left: 0 !important;
padding-right: 0 !important;
}
.footer_inner .logo{
margin-bottom: 0 !important;
}
.newsletter input[type="email"] {
background-color: transparent !important;
border: 1px solid white !important;
width: 35%;
}
.mc4wp-form{
width: 85%;
}
.mc4wp-form-fields{
text-align: center;
}
.newsletter input[type="email"]::placeholder{
color: white !important;
font-size: 15px;
}
.newsletter input[type="submit"]{
border: 1px solid #4ecdc6;
transition: all 0.3s ease !important;
background-color: white !important;
color: #16999e !important;
padding: 10px;
border-radius: 3px;
font-size: 22px;
box-shadow: 2px 2px 2px #4ecdc6 !important;
top: 2px;
position: relative;
transition: all 0.3s ease;
}
.newsletter input[type="submit"]:hover{
transition: all 0.3s ease;
background-color: transparent !important;
color: white !important;
border-color: white !important;
}
.footer_inner{
align-items: center;
padding: 30px 20px !important;
padding-bottom: 20px !important;
}
.footer_inner a.logo{
width: fit-content;
}
.newsletter .latestnews{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.single-project header.cmsms_project_header.entry-header {
display: none;
}
.rtl .projectspage .portfolio.grid, .rtl .projectspage .portfolio.grid .project_outer{
transform: scaleX(-1);
}
.rtl .projectspage .portfolio.grid .project_outer .entry-title a{
word-break: break-all;
}
.fixed-position {
position: fixed;
}
.rtl a.cmsms_project_filter_but.cmsms-icon-menu.button{
float: right !important;
}
.projectslider .content_slider_wrap{
margin: auto;
}
.rtl .projects-page-section .cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list{
text-align: right !important;
}
.projectssection .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link{
display: none !important;
}
.projectssection .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link{
left: 0 !important;
right: 0% !important;
}
.single-post a.UrlLink{
position: relative;
transition: all 0.3s ease;
}
.rtl.single-post a.UrlLink:nth-child(1):before {
content: '\2794';
position: absolute;
font-size: 17px;
top: 14px;
right: -13px;
transition: all 0.3s ease;
}
.rtl.single-post a.UrlLink:nth-child(2):after {
content: '\2794';
position: absolute;
font-size: 17px;
top: 14px;
left: -13px;
rotate: 180deg;
transition: all 0.3s ease;
}
a.UrlLink:hover:before {
transform: translateX(5px);
transition: all 0.3s ease;
}
a.UrlLink:hover:after {
transform: translateX(5px);
transition: all 0.3s ease;
}
.mobile-etihad-button {
padding-bottom: 10px;
padding-top: 20px;
text-align: center;
}
.social_wrap .mobile-etihad-button a{
font-size: 18px !important;
background-color: #16999e;
color: white !important;
border-radius: 3px;
box-shadow: 2px 2px 2px #4ecdc6;
padding: 10px;
width: fit-content;
margin: auto;
}
.social_wrap .mobile-etihad-button a:hover{
border: 1px solid #16999e;
background: transparent;
color: #16999e !important;
}
.single-post article .cmsms_post_content.entry-content .cmsms_row:nth-child(n-1) p{
text-align: right;
display: block; flex-direction: row;
justify-content: space-between;
margin: 0 20px;
}
.single-post hr{
margin-bottom: 20px !important;
} .arabic-news-slider.cmsms_posts_slider{
transform: scaleX(-1);
} 
.arabic-news-slider .owl-carousel{
direction: rtl;
transform: scaleX(1);
}
.arabic-news-slider .owl-wrapper-outer.autoHeight {
transform: scale3d(-1, -1, 1);
} .arabic-news-slider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item{
transform: scaleX(-1);
}
.arabic-news-slider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .cmsms_slider_post_date:before{
margin-left: 0px !important;
}
.resources-filters .select-wrapper.subjects{
order: 3;
}
.resources-filters .select-wrapper.ngos{
order: 2;
}
.resources-filters .select-wrapper.resources_categories{
order: 1;
}
.resources-filters .select-wrapper.languages{
order: 4;
}
.resources-filters .filters-area{
order: 5;
}
.home .cmsms_img img{
width: 150px;
}
.single-post figure.cmsms_img_rollover_wrap.preloader {
margin-bottom: 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_header{
min-height: 60px;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner{
min-height: 115px;
display: flex;
flex-direction: column;
justify-content: start;
}
.cmsms-icon-twitter-circled:before{
border-radius: 50%;
content: '' !important;
background-color: #16999e;
background-image: url(https://etihad-mena.org/wp-content/uploads/2023/12/logo-white-2.svg) !important;
background-repeat: no-repeat;
background-position: center;
width: 24px;
height: 24px;
top: 3px;
position: relative;
transition: .3s ease;
}
.cmsms-icon-twitter-circled:hover:before{
background-color: rgba(186, 192, 198, 1);
}
.cmsms-icon-twitter-squared:before{
border-radius: 5px;
content: '' !important;
background-color: #16999e;
background-image: url(https://etihad-mena.org/wp-content/uploads/2023/12/logo-white-6.svg) !important;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
transition: .3s ease;
}
.cmsms-icon-twitter-squared:hover:before{
background-color: #000000 !important;
}
#footer .cmsms-icon-twitter-squared:before{
background-color: #fff;
background-image: url(https://etihad-mena.org/wp-content/uploads/2023/12/logo-green.svg) !important;
width: 39px;
height: 39px;
top: 3px;
left: 4px;
position: relative;
}
body.rs-safari .arabic-news-slider .owl-carousel{
direction: ltr !important;
transform: scalex(-1);
}
body.rs-safari .arabic-news-slider .owl-wrapper-outer.autoHeight{
transform: scale3d(-1, 1, 1) !important;
}
body.rs-safari .arabic-news-slider .cmsms_owl_slider .owl-controls .owl-prev{
right: 15px;
left: auto;
transform: rotate(180deg);
}
body.rs-safari .arabic-news-slider .cmsms_owl_slider .owl-controls .owl-next{
left: 15px;
right: auto;
transform: rotate(180deg);
}
@media(min-width:1024px){
.mobile-etihad-button{
display: none !important;
}
.rtl .resources-filters .select-wrapper:nth-child(1){
padding-left: 0 !important;
}
}
@media(min-width: 993px){
.rtl .resources-filters .select-wrapper:nth-child(1){
padding-right: 10px;
}
}
@media(max-width:817px){
.projectspage .portfolio .project .project_outer .project_inner{
height: 87px !important;
}
}
@media(max-width:646px){
.projectspage .portfolio .project .project_outer .project_inner{
height: 115px !important;
}
}
@media(max-width:588px){
.projectspage .portfolio .project .project_outer .project_inner{
height: 87px !important;
}
}
@media(max-width:587px){
.desktophomepageprojects{
display: none;
}
.mobilehomepageprojects{
display: block !important;
}
}
@media(min-width:587px){
.desktophomepageprojects{
display: block;
}
.mobilehomepageprojects{
display: none !important;
}
} @media(max-width:575px){
.navigation.fixed{ overflow-y: scroll !important;
}
#page #header .header_bot nav{
position: fixed;
width: 100%;
height: auto;
left: 0%;
top: 220px;
right: auto;
bottom: 0;
z-index: 2000;
overflow: scroll;
transition: none !important;
}
html[lang="en-US"] #page #header .header_bot nav{
position: fixed;
width: 100%;
height: auto;
left: 0%;
top: 176px;
right: auto;
bottom: 0;
z-index: 2000;
overflow: scroll;
transition: none !important;
}
body.hideoverflow{
height: 100%;
overflow: hidden;
}
html.hideoverflowhtml{
height: 100%;
overflow: hidden;
}
}
@media(min-width:827px){
.tablet-singleprojectslider, .mobile-singleprojectslider, .minimobile-singleprojectslider{
display: none !important;
}
.tabletremovetoppadding .cmsms_row_outer_parent, .mobileremovetoppadding .cmsms_row_outer_parent, .minimobileremovetoppadding .cmsms_row_outer_parent{
padding-bottom: 0 !important;
}
}
@media(max-width:827px){
.tablet-singleprojectslider{
display: block !important;
}
.desktop-singleprojectslider, .mobile-singleprojectslider, .minimobile-singleprojectslider{
display: none !important;
}
.desktopremovetoppadding .cmsms_row_outer_parent, .mobileremovetoppadding .cmsms_row_outer_parent, .minimobileremovetoppadding .cmsms_row_outer_parent{
padding-bottom: 0 !important;
}
}
@media(max-width:627px){
.mobile-singleprojectslider{
display: block !important;
}
.desktop-singleprojectslider, .tablet-singleprojectslider, .minimobile-singleprojectslider{
display: none !important;
}
.desktopremovetoppadding .cmsms_row_outer_parent, .tabletremovetoppadding .cmsms_row_outer_parent, .minimobileremovetoppadding .cmsms_row_outer_parent{
padding-bottom: 0 !important;
}
}
@media(max-width:427px){
.minimobile-singleprojectslider{
display: block !important;
}
.desktop-singleprojectslider, .tablet-singleprojectslider, .mobile-singleprojectslider{
display: none !important;
}
.desktopremovetoppadding .cmsms_row_outer_parent, .tabletremovetoppadding .cmsms_row_outer_parent, .mobileremovetoppadding .cmsms_row_outer_parent{
padding-bottom: 0 !important;
}
}
@media(min-width:1024px){
.footer_inner{
width: 1000px !important;
}
}
@media(min-width:1440px){
.blog-section article:nth-child(odd) {
padding-right: 20px !important;
-left: 30px !important;
}
.blog-section article:nth-child(even) {
padding-left: 30px !important;
padding-right: 20px !important;
}
.blog-section .post .cmsms_post_cont figure, .blog-section .post .preloader .full-width{
height: 175px !important;
}
.footer_inner{
width: 1240px !important;
}
}
@media(min-width:1024px) and (max-width:1440px){
.cmsms_stat_inner .cmsms_stat_title{
font-size: 17px !important;
}
.rtl .cmsms_stat_inner .cmsms_stat_title{
font-size: 30px !important;
}
}
@media(min-width:1025px){
.rtl #navigation > li > a > span{
padding: 10px 3px !important;
}
}
@media(min-width:1024px){
.rtl nav > div > ul > li.minwidth{
min-width: 120px;
text-align: center;
}
.rtl .sub-menu li{
text-align: right !important;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(1){
padding-left: 20px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(2){
padding-left: 10px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(3){
padding-right: 10px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(4){
padding-right: 20px;
}
.cmsms_stat_wrap.one_fourth:nth-child(1){
padding-right: 20px;
}
.cmsms_stat_wrap.one_fourth:nth-child(2){
padding-right: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(3){
padding-left: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(4){
padding-left: 20px;
}
.responsive-partners, .mobile-partners{
display: none;
}
}
@media(min-width:769px){
.newsletter input[type="submit"]{
margin-left: 10px;
}
}
@media(min-width:768px){
.tablet-home-slider{
display: none !important;
}
.main-home-slider{
display: block !important;
}
.rtl .newsletter input[type="submit"]{
margin-right: 10px;
}
}
@media(min-width:500px){
.mobile-slider{
display: none !important;
}
.mobile-partners .cmsms_img, .responsive-partners .cmsms_img, .desktop-partners .cmsms_img {
border: 1px solid rgba(219, 222, 225, 1);
padding: 20px;
margin-bottom: 50px;
}
}
@media(max-width:1440px){
.arabic-news-slider.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_header{
height: 56px;
}
.projectspage .project:nth-of-type(odd) {
padding-right: 15px !important;
}
.projectspage .project:nth-of-type(even) {
padding-left: 15px !important;
}
.blog-section .blog.columns .post{
padding-left: 17px !important;
}
.rtl nav > div > ul > li.minwidth{
min-width: 85px !important;
}
.rtl #navigation > li > a > span {
padding: 10px 10px !important;
}
}
@media(max-width:1024px){
.about-section-title{
overflow: visible !important;
}
.about-section-title h1{
line-height: initial !important;
}
.projectspage .project:nth-of-type(odd) {
padding-right: 10px !important;
}
.projectspage .project:nth-of-type(even) {
padding-left: 10px !important;
padding-right: 17px !important;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(1){
padding-left: 10px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(2){
padding-right: 10px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(3){
padding-left: 10px;
}
.rtl .cmsms_stat_wrap.one_fourth:nth-child(4){
padding-right: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(1){
padding-right: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(2){
padding-left: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(3){
padding-right: 10px;
}
.cmsms_stat_wrap.one_fourth:nth-child(4){
padding-left: 10px;
}
.desktop-partners, .mobile-partners{
display: none !important;
}
.responsive-partners{
display: block;
}
.sub-menu .menu-item:nth-child(1){
border-top: 1px solid white !important;
border-bottom: 1px solid white !important;
} .secondborder .sub-menu .opportunities.menu-item:nth-child(2){
border-bottom: 0 !important;
}
html[lang="ar"] .wpml-ls-item{
border-top: 0 !important;
}
.partnersarabic{
border-bottom: 0.05px solid !important;
}
.resourcesarabic{
border-top: 0.05px solid !important;
}
.contactenglish{
border-top-width: 0.05px !important;
}
}
@media(max-width:1024px) and (min-width:851px){
.blog.columns .post {
padding-left: 15px !important;
padding-right: 9px !important;
}
}
@media(max-width:876px) and (min-width:865px){
h3.cmsms_slider_post_title.entry-title {
height: 84px;
}
}
@media(max-width:992px){
.rtl .resources-filters .select-wrapper:nth-child(1){
padding-left: 20px;
}
.rtl .resources-filters .select-wrapper:nth-child(1) .dropdownarrow {
left: 33px !important;
}
.sub-menu .menu-item:nth-child(1){
border-top: 0.05px solid white !important;
border-bottom: 0.05px solid white !important;
} .resources-filters .select-wrapper{
width: 50% !important;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(2){
padding-right: 0 !important;
padding-left: 20px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(3){
padding-left: 0 !important;
padding-right: 20px;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(2) .dropdownarrow{
right: 13px !important;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(3) .dropdownarrow{
right: 33px !important;
}
html[lang="ar"] .resources-filters .select-wrapper:nth-child(2){
padding-right: 20px;
padding-left: 0 !important;
}
html[lang="ar"] .resources-filters .select-wrapper:nth-child(3){
padding-left: 20px;
padding-right: 0 !important;
}
html[lang="ar"] .resources-filters .select-wrapper:nth-child(2) .dropdownarrow{
left: 13px !important;
}
html[lang="ar"] .resources-filters .select-wrapper:nth-child(3) .dropdownarrow{
left: 33px !important;
}
.current-menu-ancestor a span:nth-child(2){
padding: 13px 30px 13px 45px !important;
}
html #page #header nav .menu-primary-navigation-container #navigation > li.current-menu-ancestor > a{
padding: 0 !important;
} .removemenuitempadding{
padding: 0 !important;
}
.addmenuitempadding{
padding: 13px 45px 13px 45px !important;
}
.home h3.cmsms_slider_project_title.entry-title, .home h3.cmsms_slider_project_title.entry-title a{
line-height: 22px !important;
}
.home .project .slider_project_inner, .single-project .project .slider_project_inner{
height: 165px;
}
}
@media(max-width:865px){
h3.cmsms_slider_post_title.entry-title {
height: 56px;
}
}
@media(max-width:851px){
.blog-section article:nth-child(odd) {
padding-right: 12px !important;
}
.blog-section article:nth-child(even) {
padding-left: 12px !important;
}
.blog.columns .post .cmsms_post_header .cmsms_post_title a{
height: 68px;
}
}
@media(max-width:768px){
.mobile-partners{
display: block !important;
}
.responsive-partners{
display: none;
}
.mobile-partners .cmsms_row_margin {
display: flex;
}
.resourcesitems-list th.toprow-title, td.info{
width: 50% !important;
}
.resourcesitems-list tr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
border-bottom: 10px solid #4ecdc7;
}
.etihad-community .wpcf7-form h1{
font-size: 22px !important;
}
.etihad-community h2{
font-size: 26px;
}
.join-card p{
width: 75% !important;
}
.mc4wp-form-fields p{
display: flex;
flex-direction: column;
align-items: center;
}
.newsletter input[type="submit"]{
margin-top: 10px;
}
.newsletter input[type="email"]{
width: 250px !important;
}
.footer_inner{
height: 440px !important;
}
}
@media(max-width:702px){
.project .project_inner {
height: 87px;
}
}
@media(max-width:650px){
.contact-us form.wpcf7-form p {
width: 100%;
}
}
@media(max-width: 1025px){
.rtl #navigation > li > a > span{
text-align: right;
}
}
@media(max-width:1024px){
.resp_nav_wrap_inner {
display: flex !important;
align-items: center;
justify-content: space-between;
margin: 0 20px;
}	
.logo_wrap .lazyloaded{
width: auto !important;
height: 80px !important;
}
.logo_wrap img.logo_retina{
display: none !important;
}
.header_mid_inner .social_wrap {
float: none;
margin: 0 5%;
padding: 15px 0 10px;
clear: both;
}
#header .header_mid_inner .social_wrap .social_wrap_inner{
margin: auto;
height: auto !important;
}
.hide-etihad-mobile{
display: none !important;
}
.header_mid .header_mid_outer .header_mid_inner .social_wrap{
float: none;
margin: 0 5%;
padding: 15px 0 10px;
clear: both;
}
.mobile-etihad-button{
display: block !important;
}
.englishpartners{
border-top-width: 0 !important;
}
}
@media(max-width:587px){
.projectspage .portfolio.large_gap .project {
position: relative !important;
width: 100% !important;
top: auto !important;
left: auto !important;
height: auto !important;
padding-left: 21px !important;
padding-right: 21px !important;
transform: none !important;
}
}
@media(max-width:584px){
.digital-advocacy .cmsms_slider_post_header{
height: 20px !important;
}
}
@media(max-width:571px){
.blog-section article:nth-child(odd) {
padding-right: 15px !important;
}
.blog-section article:nth-child(even) {
padding-left: 15px !important;
}
.blog.columns .post .cmsms_post_header .cmsms_post_title a{
height: auto;
}
}
@media(max-width:541px){
.cmsms_stat_wrap.one_fourth{
padding: 0 !important;
}
}
@media(max-width:500px){
.mobile-partners{
display: none !important;
}
.mobile-partners-slider, .partners-gallery{
display: block !important;
}
.partners-gallery .content_slider_wrap{
margin: auto;
}
.tablet-slider{
display: none !important;
}
.join-card p{
width: 100% !important;
}
}
@media(max-width:446px){
.project .project_inner {
height: 115px;
}
}
@media(max-width:455px){
.resources-filters .select-wrapper{
width: 100% !important;
padding: 0 !important;
}
html[lang="en-US"] .resources-filters .select-wrapper:nth-child(3) .dropdownarrow, html[lang="en-US"] .resources-filters .select-wrapper:nth-child(1) .dropdownarrow{
right: 13px !important;
}
html[lang="ar"] .resources-filters .select-wrapper:nth-child(3) .dropdownarrow, html[lang="ar"] .resources-filters .select-wrapper:nth-child(1) .dropdownarrow{
left: 13px !important;
}
.resources-filters .dropdown-select{
width: 100% !important;
}
.mobile-etihad-button{
font-size: 17px !important;
}
}
@media(max-width:416px){
.projectspage .project:nth-of-type(odd) {
padding-right: 20px !important;
}
.projectspage .project:nth-of-type(even) {
padding-left: 20px !important;
}
.project .project_inner {
height: auto;
}
.portfolio.large_gap .project{
padding-right: 20px !important;
}
.digital-advocacy .cmsms_slider_post_header{
height: 30px !important;
}
}