/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5.1649998124
Updated: 2022-04-15 04:48:44

*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,700;1,400&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

/* html {
  scroll-behavior: smooth;
} */
::selection {
    background-color: red;
    color: #fff;
}

a:focus {
    color: inherit !important;
}

.site-main {
    padding: 0px;
}

#pum-16432 {
    display: none !important;
}

.primary-navigation a:hover {
    text-decoration: none !important;
    text-decoration-style: unset !important;
}

.custom_header-style #masthead {
    padding: 0px;
}

.custom_header-style {
    background-color: #ffffff;
    box-shadow: 0px 8px 18px 0px rgb(154 154 154 / 16%);
    /*line-height: 70px;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.custom_header-style #masthead .site-logo img {
    max-width: 210px;
}

.custom_header-style nav#site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    position: relative;
    transition: all 0.3s ease-out;
    padding-top: 37px;
    padding-bottom: 37px;
}

.custom_header-style.sticky #masthead .primary-navigation>div>.menu-wrapper li a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li a:hover {
    color: #ff1e27;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent;
    outline: none;
    text-decoration: none;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button {
    margin-left: 15px;
    align-items: center;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a,
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-11>a {
    display: inline-block;
    font-size: 14px;
    background-color: #ff1e27;
    padding: 14px 12px;
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a:hover,
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-11>a:hover {
    box-shadow: 0px 6px 40px 0px rgb(0 0 0 / 20%);
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a:after,
#mega-menu-primary li#mega-menu-item-11 a.mega-menu-link:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: #333;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a:hover:after,
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-11>a:hover:after {
    opacity: .3;
    transform-origin: 100px 100px;
    transform: scale(1) translate(-10px, -70px);
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li ul.sub-menu::before,
.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li ul.sub-menu::after {
    display: none;
}

.custom_header-style .primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    border: none;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu {
    border-top: 2px solid #ff1e27 !important;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background: #fff;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li {
    border: none;
    text-align: left;
    left: 0;
    top: auto;
    transition: all .2s ease;
    z-index: 99;
    background-color: #f8f9fa !important;
    width: 315px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li:hover {
    background-color: #fff !important;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li a,
.custom_header-style.sticky #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.5;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li a {
    text-transform: capitalize !important;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.04);
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
    display: block;
    height: auto;
    width: auto;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    position: relative;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    position: relative;
    border-bottom: 1px solid transparent;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li:hover {
    background-color: #fff !important;
}

/*.primary-navigation > div > .menu-wrapper li.current-menu-item a {
  color: #ff1e27 !important;
  text-decoration: none;
}*/
/* .custom_header-style #masthead .primary-navigation > div > .menu-wrapper li .sub-menu li.current-menu-item a {  background: #fff; color: #ff1e27;} */
.custom_header-style #masthead .primary-navigation>div>.menu-wrapper>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,
.custom_header-style #masthead .primary-navigation>div>.menu-wrapper>li>.sub-menu>li.current-menu-item>a,
.custom_header-style #masthead .primary-navigation>div>.menu-wrapper>li>.sub-menu>li.current-menu-parent>a {
    background: #fff;
    color: #ff1e27;
}

.custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button.current-menu-item a {
    color: #fff !important;
    text-decoration: none;
}

.custom_footer-style {
    background-color: #000000;
    position: relative;
}

.custom_footer-style .widgettitle,
.custom_footer-style .widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.custom_footer-style .widget ul li a {
    text-decoration: none;
    color: #a0a2a6;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.custom_footer-style .widgettitle:before,
.custom_footer-style .widget-title:before {
    content: "";
    height: 2px;
    width: 15px;
    background-color: #fe9094;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}

.custom_footer-style .widgettitle:after,
.custom_footer-style .widget-title:after {
    content: "";
    height: 2px;
    width: 34px;
    background-color: #ff1e27;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}

.custom_footer-style nav {
    margin-top: 0;
}

.custom_footer-style .widget ul li a:hover {
    color: #ff1e27;
}

.custom_footer-style .widget-area {
    display: flex;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
}

.entry-footer {
    display: none;
}

.custom_footer-style .widget-area .widget_block {
    width: 18%;
}

.contact_add h4 {
    color: #a0a2a6;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact_add ul li {
    text-decoration: none;
    color: #a0a2a6;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    line-height: 2.6;
}

.custom_footer-style::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 400px;
    width: 400px;
    background: url(/wp-content/uploads/2023/02/map-2-1-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.contact_add ul li {
    padding-left: 30px;
}

.contact-number.whatsapp-number {
    background: url(/wp-content/uploads/2023/01/whatsapp-icon-footer.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left;
}

.office-address {
    background: url(/wp-content/uploads/2023/01/office-2-1.png);
    background-repeat: no-repeat;
}

.contact-number {
    background: url(/wp-content/uploads/2023/01/call-1-1.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.email_address {
    background: url(/wp-content/uploads/2022/05/email.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.website_address {
    background: url(/wp-content/uploads/2022/04/web-1.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.site-footer {
    position: relative;
    padding-bottom: 0;
}

.site-footer .site-info::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #0e0e0e;
    /*z-index: -1;*/
    opacity: 0.8;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 10% 100%);
}

.site-info {
    margin: 0px;
}

.custom_footer-style_2 {
    background: #000;
}

.custom_footer-style_2 .site-name,
.custom_footer-style_2 .powered-by {
    z-index: 1;
}

.custom_footer-style_2 .site-footer>.site-info {
    padding: 0px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_footer-style_2 .powered-by {
    color: #fff;
    font-size: 13px;
    margin: 0 !important;
}

.custom_footer-style_2 .powered-by a {
    color: #ff1e27 !important;
    text-decoration: none;
}

.services:before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 10px;
    content: "";
    height: 2px;
    width: 0;
    border-bottom: 1px dashed #ff1e27;
    transition: all 0.35s ease-in-out;
    z-index: 1;
}

.services:hover::before {
    width: 92% !important;
}

.services:hover .elementor-image-box-title {
    color: #ff1e27 !important;
}

.services .elementor-image-box-title {
    transition: all 0.35s ease-in-out;
}

.services {
    /*     background: #f5faff; */
    transition: all 0.35s ease-in-out;
}

/*.services:hover {
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}
.services .elementor-widget-container:hover::after {
    width: 100%;
}
.services .elementor-image-box-title {transition: all 0.35s ease-in-out;}
.services:hover .elementor-image-box-title {color: #ff1e27 !important;}
.services .elementor-widget-container::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0px;
    border-bottom: 1px dashed #ff1e27;
    transition: all 0.35s ease-in-out;
} */
.view-all a {
    transition: all 0.35s ease-in-out;
}

.view-all a:hover {
    color: #ff1e27;
}

.happy-client .elementor-container {
    margin-top: -65px;
    background: #fff;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 35px;
    box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);
}

.happy-client .elementor-counter {
    padding: 25px 0;
}

.happy-client .elementor-counter-number {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 40px;
    margin: 5px 0 5px 0;
    font-family: 'Barlow', sans-serif;
}

.elementor-section.happy-client .elementor-counter-title {
    color: #6a7c92 !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

#header-widget-area {
    margin: 0;
    padding: 0;
    column-gap: unset;
    grid-template-columns: auto;
    width: 100%;
    max-width: none;
    background: #1a1a1a;
}

.top-contact.text-left {
    position: relative;
    float: left;
    line-height: 35px;
}

.top-contact.ttm-highlight-left {
    margin-right: 15px;
    /* padding-right: 5px; */
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: flex;
    position: relative;
}

.text-left {
    text-align: left !important;
}

.top-contact li:first-child {
    padding-left: 0px !important;
}

.top-contact li:last-child {
    padding-right: 22px !important;
}

.top-contact li {
    position: relative;
    z-index: 1;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.top-contact li svg {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-right: 6px;
}

.top-contact.ttm-highlight-left:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
    background-color: #f71735;
}

.topbar-right {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 79%;
}

.site-header.has-logo.has-menu #site-navigation {
    /* max-width: 65%; */
    width: calc(100% - 210px);
}

.site-header.has-logo.has-menu .site-branding {
    width: 210px;
}

.custom_header-style #masthead {
    max-width: 1240px;
    width: 100%;
    padding: 0 15px;
}

.topbar-right.text-right .social-icons li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.text-right {
    text-align: right !important;
}

.custom_wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
    padding-top: 5px;
    padding-left: 0 !important;
    padding-right: 13px;
}

.social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, .09);
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 35px;
}

.ttm-social-links-wrapper {
    margin: 0;
    position: relative;
    padding-left: 13px;
}

.top-contact li a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.top-contact i {
    margin-right: 9px;
    color: #fff;
}

.sticky {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.breadcrumb_type6 .breadcrumb__list {
    padding: 0px;
}

.breadcrumb_type6 .breadcrumb__list li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.breadcrumb_type6 .breadcrumb__list li a.r-link {
    color: #fff;
}

.breadcrumb_type6 .breadcrumb__list li .breadcrumb__point {
    color: #f71735;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.contact_form {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form li {
    list-style: none;
    margin-bottom: 15px;
    width: 49.5%;
    line-height: normal;
}

ul.contact_form.partner-with li {
    width: 100%;
}

.contact_form .country-list li {
    width: auto;
    font-size: 14px;
}

.contact_form .country-list,
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    width: 100%;
}

.contact_form li.w-100 {
    width: 100%;
    font-family: 'Poppins';
}

.contact_form li input.wpcf7-form-control,
.contact_form li textarea.wpcf7-form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7e7;
    margin: 0 0px;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact_form li .wpcf7-form-control.wpcf7-select {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin: 0 0px;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact_form li textarea.wpcf7-form-control.textareaCustom {
    height: 120px;
}
.contact_form li input.wpcf7-form-control:focus,
.contact_form li textarea.wpcf7-form-control:focus,
.contact_form li .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:focus {
    outline: none;
    border-color: #ff1e27;
}

.wpcf7-not-valid-tip {
    font-size: .7em;
}

.contact_form li .wpcf7-submit {
    background-color: #ff1e27 !important;
    text-transform: uppercase;
    color: #fff !important;
}

.contact_form li .wpcf7-submit:hover {
    background-color: #1a1a1a !important;
}

.font-14 {
    font-size: 14px;
}

.contact_form li .wpcf7-checkbox .wpcf7-list-item {
    margin: 0px;
    font-family: 'Poppins', Sans-serif;
}

.contact_form li .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    border-width: 1px;
    width: 20px;
    height: 20px;
}

.contact_form li .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 8px;
}

.contact_form li .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    font-weight: 400;
}

.powerhouse-listing ul {
    padding-left: 18px;
}

.powerhouse-listing ul li,
.listing_country ul li {
    font-family: "Poppins", Sans-serif !important;
}

.bg-number {
    display: block;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    opacity: 0.1;
    margin-bottom: 0px !important;
    text-align: end;
}

.listing_country ul {
    padding-left: 15px;
}

.listing_country ul li {
    font-size: 15px;
    color: #666;
    position: relative;
}

.listing_country ul li a:hover,
.listing_country ul li a:focus {
    color: #ff1e27;
}

.min-height-250 {
    min-height: 250px;
}

.item-img::before {
    content: "";
    height: 60px;
    width: 60px;
    background-color: transparent;
    position: absolute;
    bottom: 70px;
    left: -36px;
    border-radius: 50%;
    border: 5px solid #fa360a;
    filter: blur(4px);
}

.item-img::after {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 80px;
    right: -12px;
    transform: rotate(-30deg);
    filter: blur(4px);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 55px solid #fa360a;
}

.item-img img {
    height: 60vh !important;
    object-fit: cover;
}

.dual-citizenship {
    background-color: rgb(6 46 94 / 52%);
    padding: 40px 0px 50px 0px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    border: none;
    box-shadow: 0px 0px 14px rgb(231 231 231 / 56%) inset;
}

.dual-citizenship a {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
}

.dual-citizenship:hover {
    background-color: rgb(27 74 133);
}

.dual-citizenship:hover:after,
.dual-citizenship:hover:before {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.dual-citizenship:after {
    content: '';
    width: 80px;
    height: 40px;
    position: absolute;
    border-color: #ff1e27;
    border-width: 2px 2px 0 0;
    border-style: solid;
    top: 10px;
    right: 10px;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.dual-citizenship:before {
    content: '';
    width: 80px;
    height: 40px;
    position: absolute;
    border-color: #ff1e27;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    bottom: 10px;
    left: 10px;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.theme-font ul li,
.theme-font ol li {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
}

.increased_section .elementor-widget-container:before {
    background: url(/wp-content/uploads/2022/04/border.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 113%;
    position: absolute;
    right: 67px;
    top: -6%;
    width: 85%;
    z-index: 1;
}

.data-table-fund td {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.on-hover-effect a {
    padding: 35px 20px 35px 20px;
    display: block;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #ff1e27;
}

.on-hover-effect a:hover {
    color: #fff !important;
    box-shadow: inset 450px 0 0 0 #ff1e27;
    ;
}

.main-theme-color ul li a {
    color: #ff1e27;
}

.get-to-know__content {
    position: absolute;
    right: -300px;
    top: 0;
    max-width: 300px;
    width: 100%;
    background-color: #ff1e27;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 58px;
    padding-right: 56px;
}

.get-to-know__left {
    position: relative;
    display: block;
}

.get-to-know__img-box {
    position: relative;
    display: block;
    margin-left: -460px;
    margin-right: 260px;
}

.get-to-know__img {
    position: relative;
    display: block;
}

.get-to-know__img img {
    width: 100%;
}

.get-to-know__icon svg {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    fill: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.get-to-know__text-1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: 40px;
    padding-top: 23px;
    padding-bottom: 25px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.get-to-know__text-2 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #fff;
    background-color: #ff1e27;
    padding: 11px 40px 11px;
    color: #fff;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: #fff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    z-index: -1;
}

.get-to-know__btn:hover {
    color: #ff1e27 !important;
}

.thm-btn:hover:after {
    width: 100%;
    opacity: 1;
}

.get-to-know__text-2 {
    color: #fff;
    margin: 0;
    padding-bottom: 123px;
}

.b-info_w-decor {
    margin-right: 5px;
    padding-top: 68px;
    padding-right: 12%;
    padding-bottom: 35px;
    text-align: right;
    position: relative;
    z-index: 10;
    background-image: url('/wp-content/uploads/2022/05/cta-1.png');
    background-color: #fff;
    visibility: visible;
    transform: translateY(0) scale(1);
    opacity: 1;
    box-shadow: 0px 8px 18px 0px rgb(154 154 154 / 16%);
}

.ui-title-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.27;
    font-family: 'Barlow', sans-serif;
}

.b-info-1__text {
    margin-bottom: 23px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    display: inline-flex;
    font-family: "Poppins", Sans-serif;
    justify-content: end;
}

.b-info_w-decor:after {
    position: absolute;
    z-index: 20;
    top: 85px;
    right: -75px;
    width: 110px;
    height: 3px;
    content: '';
    background-color: #222;
}

.b-info-1__text svg {
    width: 30px;
    height: 30px;
}

.b-info-2 {
    margin-left: 5px;
    padding: 70px 20% 70px 12%;
    /*     background-color: #ff1e27; */
    background-image: url('/wp-content/uploads/2022/05/cta-1.png');
}

.b-info-2__text {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    margin: 15px 0;
    color: #fff;
}

.b-info-2__title {
    color: #fff;
}

.btn.btn-theme.btn-theme_mrg-top {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 11px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    padding: 4px 0 0;
    text-align: left;
    color: #fff;
    border: none;
    background-color: transparent;
    margin-top: 8px;
}

.btn.btn-theme.btn-theme_mrg-top:before {
    padding-right: 10px;
    padding-left: 2px;
    content: '\\\\';
}

.btn.btn-theme.btn-theme_mrg-top:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%;
}

.btn.btn-theme.btn-theme_mrg-top:hover:after {
    -webkit-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0;
}

.ui-title-block strong {
    font-weight: 700;
}

.ui-title-block.ui-title-block_semibold {
    font-size: 30px;
}

.status-publish .entry-content {
    margin-bottom: 0px;
}

.custom_footer-style .widget-area #block-4.widget_block {
    width: 18%;
}

.custom_footer-style aside.widget-area section.widget:nth-child(2) {
    width: 18%;
}

.custom_footer-style aside.widget-area section.widget:nth-child(3) {
    width: 26%;
}

.custom_footer-style .widget-area #block-6.widget_block {
    width: 26%;
}

.site .button:focus,
button:focus {
    outline: none;
}

.tab-section {
    background-image: url('/wp-content/uploads/2023/02/dubai-skyline-sunset-time-united-arab-emirates-scaled-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6% 0;
    position: relative;
    z-index: 1;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.tab-section:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tab-section.icon_box_2 {
    background-image: url('/wp-content/uploads/2022/05/Turkey-scaled.jpg');
    animation: gradient 15s ease infinite;
}

.tab-section.icon_box_3 {
    background-image: url('/wp-content/uploads/2022/05/London-scaled.jpg');
    animation: gradient 15s ease infinite;
}

.tab-section.icon_box_4 {
    background-image: url('/wp-content/uploads/2022/05/Hong-Kong-1-scaled.jpg');
}

.tab-section.icon_box_5 {
    background-image: url('/wp-content/uploads/2022/05/Beijing-scaled.jpg');
}

.tab-section.icon_box_6 {
    background-image: url('/wp-content/uploads/2022/05/Shanghai-1-scaled.jpg');
}

.tab-section.icon_box_7 {
    background-image: url('/wp-content/uploads/2022/05/Guangzhou-scaled.jpg');
}

.tab-section.icon_box_8 {
    background-image: url('/wp-content/uploads/2022/05/Shenzhen-scaled.jpg');
}

.tab-section.icon_box_9 {
    background-image: url('/wp-content/uploads/2022/05/Lagos-Nigeria-scaled.jpg');
}

.tab-section.icon_box_10 {
    background-image: url('/wp-content/uploads/2022/05/Accra-Ghana-scaled.jpg');
}

.tab-section.icon_box_11 {
    background-image: url('/wp-content/uploads/2022/05/Caribbean-scaled.jpg');
}

.img-text-2,
.img-text-3,
.img-text-4,
.img-text-5,
.img-text-6,
.img-text-7,
.img-text-8,
.img-text-9,
.img-text-10,
.img-text-11,
.img-text-12 {
    display: none;
}

.tab-icon-desing .icon-a-1 .icon_style {
    position: relative;
    z-index: 1;
}

.page-id-12 .tab-icon-desing .icon-a-1 .icon_style.icon_deisgn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 0px 5px rgb(255 255 255);
    border-radius: 50%;
    transition: 0.38s ease-in-out 0s all;
}

.teb-sec-design {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tab-icon-desing ul li {
    width: 50px;
}

.tab-icon-desing.address-sec ul li {
    width: inherit;
}

.tab-text h6 {
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 14px;
    font-weight: 600;
}

.tab-icon-desing {
    width: 20%;
    display: flex;
    margin-right: 50px;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

.tab-icon-desing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-icon-desing ul li {
    margin: 10px;
}

.tab-icon-desing ul:last-child() {
    padding-bottom: 0;
}

.tab-img-design ul {
    padding: 0;
    list-style: none;
}

.tab-img-design>div ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 4px 0;
}

.tab-img-design>div h2 {
    font-size: 36px;
    font-weight: 600;
    transition: 0.38s ease-in-out 0s all;
    position: relative;
}

.tab-img-design>div h2:after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #ff1e27;
}

.tab-img-design {
    margin: 0 50px;
}

.tab-img-design>div,
.tab-img-design>div ul li a {
    color: #fff !important;
}

.icon-a-1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tab-section {
    width: 65%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease-in-out 0s all;
}

.page-id-3734 .tab-section {
    padding: 2.5% 0%;
    width: 50%;
    margin-right: 100px;
    height: 415px;
}

.page-id-3734 .teb-sec-design {
    align-items: center;
}

.foot_2design .foot_2 {
    width: 100%;
    padding-bottom: 40px;
}

.foot_2_landmark {
    width: 49%;
    display: inline-block;
}

.foot_2design {
    display: flex;
    padding: 30px 0;
    margin-right: auto;
    flex-wrap: wrap;
}

.foot_2 ul li br {
    display: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle:focus {
    outline: none !important;
}

.primary-navigation .current-menu-item>a:first-child,
.primary-navigation .current_page_item>a:first-child {
    text-decoration: none !important;
}

table {
    overflow: auto;
    display: block;
}

.icon-plus,
.icon-minus {
    visibility: hidden !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
}

.custom_footer-style .widget-column.footer-widget-1 {
    display: flex;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
    max-width: var(--responsive--alignwide-width);
    margin-left: auto;
    margin-right: auto;
    column-gap: calc(2 * var(--global--spacing-horizontal));
}

.teb-sec-design .address-sec {
    width: 34%;
}

.teb-sec-design .address-sec ul li {
    padding: 7px 25px;
    border: 1px solid #F00000;
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    transition: 0.38s ease-in-out 0s all;
}

.tab-icon-desing.address-sec ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #F00000;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.address-sec .icon_style:hover {
    color: #fff;
}

.tab-icon-desing.address-sec .icon_style.icon_deisgn {
    background: #F00000;
    color: #fff;
}

.tab-icon-desing.address-sec ul li:hover:after {
    width: 100%;
    transition: 0.38s ease-in-out 0s all;
}

.tab-img-design ul li i {
    padding-right: 8px;
    color: #ff1e27;
    font-size: 17px;
}

.address_sec_design {
    padding: 8% 0;
}

ul#menu-1-7a45b45 li {
    display: block;
    margin: 0;
}

.tab-icon img {
    width: 60px;
    margin: auto;
    margin-bottom: 7px;
    border-bottom: 1px solid #F00000;
    padding-bottom: 10px;
}

.canada-tabs-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
}

.tab-icon h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.tab-box {
    width: 35%;
    box-shadow: 2px 2px 20px 0px rgb(205 205 205 / 66%);
    padding: 15px;
    margin: 20px;
    border-radius: 4px;
    transition: 0.38s ease-in-out 0s all;
    background: #f3f3f3;
    cursor: pointer;
    border: 1px solid transparent;
}

.canada-tabs-left .tab-box:nth-child(2) {
    margin-top: 100px;
}

.canada-tabs-left .tab-box:nth-child(3) {
    margin-top: -50px;
}

.canada-tabs-section {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.canada-tabs-right .tab-content h2:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #F00000;
    position: absolute;
    left: 5px;
    bottom: -17px;
    border-radius: 10px;
}

.canada-tabs-right .tab-content h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}

.canada-tabs-right .tab-content ul,
.canada-tabs-right .tab-content ul li {
    margin: 0;
    color: #fff;
    list-style: none;
    position: relative;
}

.canada-tabs-right {
    width: 35%;
    background: url(assets/images/popup-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    box-shadow: 2px 2px 20px 0px rgb(205 205 205 / 66%) inset;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.canada-tabs-right .tab-content {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s all;
    transform: translateX(-10px);
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
}

.canada-tabs-right .tab-content.current {
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 9;
}

.canada-tabs-right .tab-content ul li:after {
    content: '';
    width: 7px;
    height: 1px;
    background: red;
    position: absolute;
    left: -18px;
    top: 15px;
}

.canada-tabs-right .tab-content ul li a {
    font-size: 15px;
    color: #fff;
}

.canada-tabs-right .tab-content ul {
    padding-left: 20px;
}

.canada-tabs-right .tab-content ul li {
    line-height: 1.2;
    margin-bottom: 10px;
}

.tab-box.current {
    border: 1px solid red;
    border-radius: 0px;
    transform: translateY(-5px);
}

.tab-box:hover {
    transform: translateY(-5px);
}

.canada-tabs-right {
    width: 35%;
}

.custom_footer-style .widget ul li a:focus {
    color: #fff !important;
}

.main-modal-style {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.main-modal-style .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    width: 658px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.main-modal-style .modal-content iframe {
    width: 100% !important;
}

.main-modal-style .close-button {
    cursor: pointer;
    background-color: #F95124;
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
}

.close-button:hover {
    background-color: #000;
}

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

.modal-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 45px;
    position: relative;
}

.modal-content h4:after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: red;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.digital-img:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/07/Vector-Smart-Object-copy-6-1.png);
    background-repeat: no-repeat;
    background-size: 230px auto;
    background-position: top right;
    width: 546px;
    height: 240px;
    z-index: -1;
}

.digital-img:after,
.visa-img:after {
    -webkit-animation: linear bt-leftRight-20 2.5s infinite;
    animation: linear bt-leftRight-20 5s infinite;
}

.digital-img.visa-img:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/01/Vector-Smart-Object-copy-6-1-2.png);
    background-repeat: no-repeat;
    background-size: 230px auto;
    background-position: top right;
    width: 546px;
    height: 240px;
    z-index: -1;
}

span.elementor-icon-list-icon {
    display: block;
    position: absolute;
    top: 9px;
    left: -14px;
}

@keyframes bt-leftRight-20 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translatey(-30px);
    }

    100% {
        transform: translate3d(0);
    }
}

.resort-design ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -23px;
    background-image: url(/wp-content/uploads/2022/07/checkp-icon.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: bottom;
}

.resort-design ul {
    list-style: none;
}

.passport-img.panama-passport:after {
    background-image: url(/wp-content/uploads/2022/08/panama-1.png);
}

.passport-img.malta-passport:after {
    background-image: url(/wp-content/uploads/2023/01/malta.png);
}

.passport-img.usa-passport:after {
    background-image: url(/wp-content/uploads/2023/01/us-passport-1.png);
}

.passport-img.greece-passport:after {
    background-image: url(/wp-content/uploads/2023/01/greece.png);
}

.passport-img.program-malta-passport:after {
    background-image: url(/wp-content/uploads/2023/01/malta.png);
}

.passport-img.program-stkitts-passport:after {
    background-image: url(/wp-content/uploads/2023/01/st-kitty-and.png);
}

.passport-img:after {
    content: '';
    width: 350px;
    height: 350px;
    background-image: url(/wp-content/uploads/2022/08/passport-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 0;
    opacity: 1;
    animation: linear bt-leftRight-20 5s infinite;
    z-index: -1;
}

.passport-img.anguila-passportimage:after {
    background-image: url(/wp-content/uploads/2023/01/angula.png);

}

.passport-img.turkishpassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/turkey-passport-images.png);

}

.passport-img.portugalpassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/protgal.png);

}

.passport-img.bulgariapassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/bulgariya.png);

}

.passport-img.irelandpassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/ireland.png);

}

.passport-img.cypruspassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/cpy.png);

}

.passport-img.uspassport-image:after {
    background-image: url(/wp-content/uploads/2023/01/us-passport.png);

}

.passport-img.passpoer-img_1:after {
    background-image: url(/wp-content/uploads/2022/07/greece.png);
    opacity: 1;
}

.img-animation {
    animation: linear bt-leftRight-20 5s infinite;
}

.video-section {
    display: none;
}

.video-animation-design:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -40px;
    right: 0;
    background-color: rgb(0 0 0 / 21%);
    z-index: -1;
    border-radius: 50%;
    animation: linear bt-leftRight-10 10s infinite;
}

.video-animation-design:before {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: rgb(161 175 179 / 26%);
    z-index: -1;
    border-radius: 50%;
    animation: linear circle-rotate 7s infinite;
}

@keyframes circle-rotate {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translatey(200px);
    }

    100% {
        transform: translate3d(0px);
    }
}

@keyframes bt-leftRight-10 {
    0% {
        transform: translatex(-150px);
    }

    50% {
        transform: translatex(0px);
    }

    100% {
        transform: translatex(-150px);
    }
}

.banner-passport-img {
    transition: 0.38s ease-in-out 0s all;
    animation: banner-img 7s infinite;
}

@keyframes banner-img {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.custom-model-main,
.custom-model-main1 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: block;
}

.custom-model-inner,
.custom-model-inner1 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 685px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap,
.custom-model-wrap1 {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner,
.model-open .custom-model-inner1 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn,
.close-btn1 {
    position: absolute;
    top: -10px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
}
.get_a_free {
    padding-bottom: 20px;
    position: relative;
}
.get_a_free:after {
    content: '';
    width: 103px;
    height: 2px;
    border-radius: 10px;
    background: red;
    position: absolute;
    bottom: 12px;
    left: 2px;
}
.wa-chat-bubble-close-btn img {
    filter: invert(10);
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: auto !important;
    height: 50px;
    border-radius: 12px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}
.ttm-social-links-wrapper.list-inline .social-icons {
    visibility: hidden;
}
.gtranslate_wrapper .gt_switcher_wrapper {
    right: 5% !important;
    top: 0px !important;
    position: absolute !important;
	z-index: 0 !important;
}
.gtranslate_wrapper .gt_switcher_wrapper a {
    border-bottom: 2px solid #ff0000 !important;
    padding: 8px 5px !important;
}
.page-id-8342 .custom_header-style,
.page-id-8342 #header-widget-area {
    display: none;
}
.price_icon_design {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ADADAD;
    border-radius: 50%;
    padding: 10px;
    background-color: #efefef;
    width: 80px;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
}

figure.effect-ming {
    background: #030c17;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgb(255 255 255 / 20%);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.box img {
    height: 220px !important;
    object-fit: cover;
}

.box {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: right;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.box:before,
.box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1e27c7;
    opacity: 0.5;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.box:before {
    -webkit-transform: skew(30deg) translateX(80%);
    transform: skew(30deg) translateX(80%);
}

.box:after {
    -webkit-transform: skew(-30deg) translateX(70%);
    transform: skew(-30deg) translateX(70%);
}

.box:hover:before,
.box.hover:before {
    -webkit-transform: skew(30deg) translateX(30%);
    transform: skew(30deg) translateX(30%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.box:hover:after,
.box.hover:after {
    -webkit-transform: skew(-30deg) translateX(20%);
    transform: skew(-30deg) translateX(20%);
}

.outer-box:hover .box:before {
    -webkit-transform: skew(30deg) translateX(30%);
    transform: skew(30deg) translateX(30%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    background-color: #ff1e27c7;
}

.outer-box:hover .box:after {
    -webkit-transform: skew(-30deg) translateX(20%);
    transform: skew(-30deg) translateX(20%);
    background-color: #ff1e27c7;
}

.read-morebutton a.btn.btn-theme.btn-theme_mrg-top {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    padding-top: 0px;
    color: #f00;
}

.center-benifits {
    position: relative;
}

.ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: LtoR 2s ease-in-out infinite alternate;
    animation: LtoR 2s ease-in-out infinite alternate;
}

@-webkit-keyframes LtoR {
    0% {
        transform: translateX(0px);
    }

    50% {
        width: 50px;
        height: 50px;
    }

    100% {
        transform: translateX(200px);
        background-color: #F00;
    }
}

@keyframes LtoR {
    0% {
        transform: translateX(0px);
    }

    50% {
        width: 50px;
        height: 50px;
    }

    100% {
        transform: translateX(200px);
        background-color: #F00;
    }
}

.container1 {
    transform: rotate(12deg);
}

.container1 .ball {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.container2 {
    transform: rotate(24deg);
}

.container2 .ball {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 {
    transform: rotate(36deg);
}

.container3 .ball {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container4 {
    transform: rotate(48deg);
}

.container4 .ball {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container5 {
    transform: rotate(60deg);
}

.container5 .ball {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container6 {
    transform: rotate(72deg);
}

.container6 .ball {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container7 {
    transform: rotate(84deg);
}

.container7 .ball {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container8 {
    transform: rotate(96deg);
}

.container8 .ball {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container9 {
    transform: rotate(108deg);
}

.container9 .ball {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container10 {
    transform: rotate(120deg);
}

.container10 .ball {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.container11 {
    transform: rotate(132deg);
}

.container11 .ball {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container12 {
    transform: rotate(144deg);
}

.container12 .ball {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.container13 {
    transform: rotate(156deg);
}

.container13 .ball {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
}

.container14 {
    transform: rotate(168deg);
}

.container14 .ball {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.container15 {
    transform: rotate(180deg);
}

.container15 .ball {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.container16 {
    transform: rotate(192deg);
}

.container16 .ball {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

.container17 {
    transform: rotate(204deg);
}

.container17 .ball {
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
}

.container18 {
    transform: rotate(216deg);
}

.container18 .ball {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.container19 {
    transform: rotate(228deg);
}

.container19 .ball {
    -webkit-animation-delay: -1.9s;
    animation-delay: -1.9s;
}

.container20 {
    transform: rotate(240deg);
}

.container20 .ball {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.container21 {
    transform: rotate(252deg);
}

.container21 .ball {
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
}

.container22 {
    transform: rotate(264deg);
}

.container22 .ball {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
}

.container23 {
    transform: rotate(276deg);
}

.container23 .ball {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s;
}

.container24 {
    transform: rotate(288deg);
}

.container24 .ball {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.container25 {
    transform: rotate(300deg);
}

.container25 .ball {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

.container26 {
    transform: rotate(312deg);
}

.container26 .ball {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
}

.container27 {
    transform: rotate(324deg);
}

.container27 .ball {
    -webkit-animation-delay: -2.7s;
    animation-delay: -2.7s;
}

.container28 {
    transform: rotate(336deg);
}

.container28 .ball {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
}

.container29 {
    transform: rotate(348deg);
}

.container29 .ball {
    -webkit-animation-delay: -2.9s;
    animation-delay: -2.9s;
}

.container30 {
    transform: rotate(360deg);
}

.container30 .ball {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

.switcher .selected a {
    border-top: 3px solid #dd3333 !important;
    padding: 3px 5px;
    width: 152px;
}

.intro-agent li.elementor-icon-list-item {
    align-items: flex-start;
}

.intro-agent i.fas.fa-check-double {
    margin-top: 9px;
}

.news-banner {
    position: relative;
}

.effect-body.ice_effect.ice_effect_design {
    padding: 0;
}

.effect-body.ice_effect {
    background-image: url(/wp-content/uploads/2022/12/ice01.png), url(/wp-content/uploads/2022/12/ice02.png);
    animation: snow 20s linear infinite;
    padding: 17% 0;
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

.images-box {
    width: 356px;
    height: 310px;
    right: -40px;
    bottom: -81px;
    border: 4px solid rgba(221, 221, 221, 0.4);
    position: absolute;
}

li.usa-from-radio-btn input:checked,
li.usa-from-radio-btn input {
    border: 1px solid #000;
    width: 16px;
    height: 16px;
}

li.usa-from-radio-btn input:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
}

li.usa-from-radio-btn input:focus {
    outline: none !important;
}

.usa-from-radio-btn .wpcf7-list-item-label {
    font-size: 14px;
    font-family: 'Poppins';
}

.usa-from-radio-btn label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    font-family: 'Poppins';
    padding: 8px;
    text-align: center;
    border: 2px solid #ff1e27;
}

.primary-navigation-open .primary-navigation>.primary-menu-container {
    /* position: inherit; */
}

.menu-wrapper>li>.sub-menu>li.menu-item-has-children:before {
    content: '';
    width: 9px;
    height: 1px;
    position: absolute;
    top: 20px;
    z-index: 999;
    right: 5px;
    background-color: #000;
    border-radius: 10px;
}

.menu-wrapper>li>.sub-menu>li.menu-item-has-children:after {
    content: '';
    width: 1px;
    height: 9px;
    position: absolute;
    top: 16px;
    right: 9px;
    border-radius: 10px;
    background-color: #000;
    display: block;
}

.menu-wrapper>li>.sub-menu>li.menu-item-has-children.arrowClass:after {
    display: none;
}

.primary-navigation>div>.menu-wrapper li .sub-menu li>.sub-menu {
    border-top: 2px solid red;
    margin-bottom: 10px;
}

.icon-plus,
.icon-minus {
    visibility: visible !important;
}

li#menu-item-10661>.sub-menu {
    left: 188px;
    position: absolute;
    top: 0;
    display: none;
}

li#menu-item-10661:hover>.sub-menu {
    display: block;
}

.social-whatsapp-icons li.elementor-icon-list-item {
    padding-left: 12px;
}

/* Header Search bar Css  */

.searchModalStyle {
    -webkit-transition: .3s ease-in-out 0s all;
    -o-transition: .3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 12%;
    background-color: rgba(0, 0, 0, .9);
    flex-wrap: wrap;
    overflow-x: hidden;
}

.formGroupSearch input.wp-block-search__input {
    background-color: #fff0;
    min-height: 60px;
    font-size: 20px;
    color: #fff;
    padding: 12px;
    border: 2px solid #fff;
    width: 100%;
}

.formGroupSearch input.wp-block-search__input:focus {
    border-color: #fff;
    color: #fff;
}

.formGroupSearch label.wp-block-search__label {
    color: #fff !important;
}

.formGroupSearch button.wp-block-search__button.wp-element-button {
    display: none;
}

.formGroupSearch form.wp-block-search__button-outside {
    width: 100%;
    max-width: 100%;
}

.searchModalStyle.modal {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.innerSearchModal {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.closeModalSearch {
    position: absolute;
    top: 10%;
    right: -10%;
    cursor: pointer;
}

.formGroupSearch {
    width: 100%;
}

.formGroupSearch input.form-control {
    background-color: #fff;
    min-height: 60px;
    font-size: 20px;
    color: #212529;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #c1c1c1;
}

.closeModalSearch>i {
    color: #fff;
}

.searchModalStyle {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.openBoxSearch .searchModalStyle {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}



.usa-form-content .contact_form li .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    -webkit-appearance: checkbox;
    position: relative;
    width: auto;
    height: auto;
}

.usa-form-content .contact_form li .wpcf7-checkbox .wpcf7-list-item input:after {
    display: none !important;
}

.usa-form-content .select_box {
    width: 100%;
}

span.wpcf7-list-item.first {
    margin-right: 20px !important;
}

.features-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FF1E27;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

.features-inner:hover:before {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.features-inner:hover {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
    box-shadow: 0px 0px 20px 0px #dddddd36;
    border-color: transparent;
}

.features-inner:hover h2 a {
    color: #FF1E27 !important;
}

.features-inner {
    border: 1px solid #ff6a6a91;
}



/* custompost-homepage start */
.watch-post-one img {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100% !important;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.watch-post {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.custom-type {
    width: 100%;
}

.watch-post-one {
    width: calc(33.3% - 20px);
    margin: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%) !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-color: #fff !important;
}

.watch-post-one .tit {
    padding: 8px;
    letter-spacing: 0.1px;
    position: absolute;
    background: #ff1e27;
    color: #fff;
    width: 74px;
    height: 74px;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%)rotate(45deg);
    text-align: center;
}

.tit h3 {
    transform: rotate(-45deg);
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
    position: absolute;
    left: 8px;
    top: 16px;
}

.tit p {
    display: none;
}

.news_para h3,
.news_para h3>a {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}

.newspara-content p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 1%;
}

.news_para {
    padding: 25px 15px 3px 15px;
}

.read-morelinks {
    padding: 0px 15px 70px;
}

.single-pagedominica svg {
    position: absolute;
    display: block;
    top: 11px;
    left: -18px;
}

.read-morelinks span {
    color: #ff1e27;
    font-size: 16px;
    font-weight: 600;
}

.read-morelinks h3 {
    display: none;
}

.image-news-featured {
    height: 280px;
}

.watch-post-one:hover img {
    transform: rotate(-1deg) scale(1.08);
    transition: all 0.4s ease;
}

.watch-post-one img {
    transition: all 0.4s ease;
}

.readmore-icon svg {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 11px;
}

.readmore-icon {
    position: absolute;
    bottom: 15px;
}

.image-class {
    padding: 8% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h2.banner-title {
    max-width: 1166px;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5% 0;
}

.product_title .banner-title {
    text-align: left;
}

.container-news {
    max-width: 1166px;
    margin: auto;
    padding: 30px 0px 10px 0px;
}

.container-news.date-pick {
    padding-top: 0px;
}

.side-content-one,
.sidebar {
    margin-left: 2%;
}

.d-flex {
    display: flex;
}

.product_image img {
    width: 100%;
    border-radius: 10px;
}

.recent-posts SVG {
    width: 27px;
    height: 22px;
}

.recent-posts p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.publish-date {
    display: flex;
    padding: 3px 0;
}

.side-content p,
.banner-description {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    padding-top: 1%;
    font-weight: 400;
    text-align: justify;
}

.side-content h2 {
    color: #1A1A1A;
    font-size: 30px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 0px;
}

.main-content,
.side-content {
    width: 100%;
}

.side-content {
    margin-bottom: 50px;
}

.main-content {
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding: 80px 0;
    align-items: center;
}

.recent-posts {
    width: 97%;
    border-bottom: 1px solid #dee2e6;
}

.main-content .product_title,
.main-content .product_image {
    width: 50%;
}

.product_title .banner-title {
    color: #333;
}

/* custompost-homepage end */
.STYLE-CORPORATE .elementor-widget-container img {
    width: 70% !important;
}

.product_title {
    margin-right: 2%;
}

.flag-container span.country-name {
    display: none;
}

.dominca-slider .wpr-grid-slider-dots {
    display: none !important;
}

.medical-schools span.elementor-icon-list-text {
    margin-left: 1%;
}

.primary-navigation>div>.menu-wrapper {
    /* display: flex; */
    justify-content: flex-start;
    flex-wrap: inherit !important;
    list-style: none;
    /* margin-left: -45px !important; */
    margin-right: 25px;
}

.search-result-count.default-max-width {
    display: none;
}

.search-results div#content {
    max-width: 1250px;
    width: 100%;
    margin: auto;
}

.search-results .nav-links {
    margin-bottom: 40px;
}

.search-results .site-main>* {
    margin: 30px 0;
}

.search-results .default-max-width,
.search-results .entry-content p {
    max-width: none !important;
}

.search-results header.entry-header a {
    font-size: 32px;
    font-family: 'Barlow', sans-serif;
}

.search-results .entry-content p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
}

.search-results header.page-header.alignwide h1 {
    font-size: 62px;
    font-family: 'Barlow';
    padding-top: 55px;
}

.search-results header.page-header.alignwide {
    padding-bottom: 20px;
}

.designed-mispl h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}

.search-btn-header {
    z-index: 9;
}

.cstm_blogs_designs .wpr-grid.elementor-clearfix.grid-images-loaded .wpr-grid-item .wpr-grid-media-wrap img {
    height: 427px;
    width: 410px !important;
    object-fit: cover;
}

.cstm_blogs_designs .wpr-grid-item-inner .wpr-grid-media-wrap .wpr-cv-inner {
    padding: 20px;
}

.cstm_blogs_designs .wpr-grid-item-inner .wpr-grid-media-wrap .wpr-cv-container {
    height: auto;
    bottom: 0;
    top: auto;
}

.cstm_blogs_designs .wpr-grid-media-hover.wpr-animation-wrap {
    background: linear-gradient(180deg, #FB004400 46%, #183e6b 100%);
}

.elementor-11836 .elementor-element.elementor-element-0600d1e .wpr-grid-media-hover-bg {
    background: linear-gradient(180deg, #FB004400 46%, #ff1e27 100%);
}

.widget ul li span.rpwwt-post-title {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #242323;
    font-weight: 500;
}

.recent_post_section .rpwwt-post-date {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    color: #062e5e;
}

.rpwwt-widget [aria-label="Recent Posts"] ul li img {
    margin: 0 10px 0 0;
}

.widget [aria-label="Recent Posts"] ul li {
    line-height: 1;
    background-color: rgb(150 144 162 / 10%);
    padding: 10px;
    border-radius: 2px;
    /* box-shadow: 0 0 8px 2px rgb(49 157 137 / 6%); */
    margin-bottom: 12px;
}

.elementor-11836 .elementor-element.elementor-element-0600d1e .wpr-grid-tax-style-1 .inner-block a,
.elementor-11836 .elementor-element.elementor-element-0600d1e .wpr-grid-tax-style-1 .inner-block a:hover {
    color: #e3e3e3;
}

.iconResizeDesign figure.elementor-image-box-img {
    max-width: 30px;
    height: auto;
}

.bannerContainer > .elementor-container.elementor-column-gap-default{
	background:url(https://whinchesterpowerhouse.co.uk/wp-content/uploads/2024/02/whinchester-banner-png.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:6em 0em 6em 0em;
}

/* ul#menu-dominica-landing-page>li a {
    text-wrap: nowrap;
} */







/* ***media-query*** */
/* ***media-query*** */
@media (min-width:1025px) {
    ul.menu-wrapper>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
        position: absolute;
        left: calc(100% - 12px);
        top: 0;
    }

    ul.menu-wrapper>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
        position: absolute;
        left: calc(100% - 12px);
        top: 0;
    }

    ul.menu-wrapper>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
        display: block;
    }

    ul.menu-wrapper>li>ul.sub-menu>li:hover>ul.sub-menu {
        display: block;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li {
        width: 200px;
    }

    .menu-wrapper>li>.sub-menu>li.menu-item-has-children:before,
    .menu-wrapper>li>.sub-menu>li.menu-item-has-children:after {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .primary-navigation>div>.menu-wrapper>li>.sub-menu {
        left: 130px;
        margin: 0;
        min-width: max-content;
        position: absolute;
        top: 0px;
        padding-top: 3px;
        transition: all 0.5s ease;
        z-index: 88888;
    }
.page__section {
    padding-left: 12px;
   }
    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li {
        width: 358px;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li>.sub-menu li {
        width: 345px;
    }

    .watch-post-one {
        min-height: 630px !important;
    }

    .custom_header-style.sticky #masthead .primary-navigation>div>.menu-wrapper li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a {
        padding: 14px 28px;
    }

    .watch-post-one .tit {
        top: 36% !important;
    }

    .custom_footer-style .widget-area {
        margin-left: 20px;
    }

    .site-footer {
        margin-left: 20px;
    }

    .site-footer .site-info .custom-logo-link img {
        width: 225px;
    }

    .Goldenvisa-br br {
        display: none;
    }
}


@media (min-width: 1025px) and (max-width: 1240px) {
    .topbar-right {
        width: 70%;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button a {
        font-size: 12px;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li a {
        padding-left: 9px;
        padding-right: 8px;
        font-size: 12px;
    }

    /* .primary-navigation {
    margin-left: 50px !important;
} */
    .primary-navigation>div>.menu-wrapper {
        flex-wrap: unset !important;
    }

    section#block-13 ul li a {
        word-break: break-all;
    }

    .watch-post-one .tit {
        top: 43% !important;
    }

    .custom_footer-style .widget-area .widget {
        width: 45% !important;
        margin-left: 0px !important;
    }
	.page__section {
    padding-left: 12px;
   }

}

@media screen and (max-width:1024px) {

    .chw-widget-area {
        display: none;
    }
	.page__section {
    padding-left: 12px;
   }

    .tab-icon-desing ul li {
        margin: 15px;
    }

    .tab-icon-desing {
        margin-right: 0px;
    }

    .tab-section {
        padding: 12% 0;
    }
    .b-info_w-decor:after {
        right: -41px;
        width: 70px;
    }
    .teb-sec-design {
        flex-wrap: wrap;
    }
    .primary-navigation .primary-menu-container {
        height: 100vh;
        z-index: 499;
        overflow-x: hidden;
        overflow-y: auto;
        border: 2px solid transparent;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transition: all 0.15s ease-in-out;
        transform: translateY(var(--global--spacing-vertical));
    }
    .primary-navigation {
        position: inherit;
        /* 		left: 0; */
    }
    .menu-button-container {
        display: block;
        position: inherit;
        padding: 0px;
    }
    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li a {
        font-size: 14px;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .primary-navigation>div>.menu-wrapper {
        display: block;
    }
    .custom_footer-style .widget-area .widget {
        width: 45% !important;
        margin-left: 0px !important;
    }
    .widget.widget_block nav {
        width: 300px;
    }

    /*     .custom_header-style #masthead {
    	padding: 0 15px;
    } */
    /* .custom_header-style #masthead {
    	width: 100%;
	} */
    .tab-icon-desing {
        width: 30%;
    }
    .teb-sec-design .address-sec {
        width: 40%;
    }
    .page-id-3734 .tab-section {
        margin-right: 20px;
    }
    .passport-img:after {
        width: 250px;
    }
    #gtranslate_wrapper {
        right: 100px !important;
        top: 25px !important;
    }
    .custom_footer-style .widget-area {
        max-width: 100%;
        padding-right: 10px;
    }
    .passport-img:after {
        top: -60px;
    }
	.bannerContainer .flagImgCol {
		max-width: 400px;
		margin: auto;
	}
	.bannerContainer > .elementor-container.elementor-column-gap-default{
		padding:3em 0em 3em 0em;
		background-position:left;
	}
	.gtranslate_wrapper .gt_switcher_wrapper {
    	right: 10% !important;
		top: 22px !important;align-content
	}

}

@media screen and (max-width:767px) {
    .custom_header-style #masthead .site-logo img {
        max-width: 170px;
    }
	.page__section {
    padding-left: 12px;
    }
	.newsletter_recent_post_section.recent_post_section.cstm-newsletter .recent-posts-widget-with-thumbnails ul li {
    width: 100% !important;
    }

    .home_passport .passport-img:after {
        top: 0px;
        width: 250px;
    }

    .passport-img:after {
        top: -240px;
        width: 250px;
        left: 130px;
    }

    .chw-widget-area {
        display: none;
    }

    .b-info_w-decor:after {
        display: none;
    }

    .get-to-know__content {
        max-width: 100%;
        position: relative;
        right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .get-to-know__img-box {
        margin-left: 0;
        margin-right: 0;
    }

    .get-to-know__text-2 {
        padding-bottom: 35px;
    }

    .b-info_w-decor {
        margin-right: 0px;
        padding-top: 30px;
        padding-right: 12%;
        padding-left: 12%;
        padding-bottom: 30px;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li a {
        padding: 15px 0;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li.custom-header-button {
        margin-left: 0;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li {
        width: 100%;
    }

    .custom_header-style #masthead .primary-navigation>div>.menu-wrapper li .sub-menu li a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .primary-navigation>div>.menu-wrapper>li>.sub-menu {
        margin-left: 0;
        display: none;
    }

    .primary-navigation>div>.menu-wrapper .sub-menu-toggle {
        position: absolute;
        top: 14px;
        right: 0;
    }

    .primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=false] .icon-minus {
        display: none;
    }

    .primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
        display: none;
    }

    .primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
        display: flex !important;
    }

    .custom_footer-style .widget-area .widget_block,
    .custom_footer-style .widget-area #block-4.widget_block,
    .custom_footer-style .widget-area #block-6.widget_block {
        width: 100%;
    }

    .custom_footer-style .widget-area {
        display: block;
        z-index: 9;
        position: relative;
    }

    .custom_footer-style_2 .site-footer>.site-info {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .menu-button-container {
        display: flex;
    }

    .primary-navigation .primary-menu-container {
        height: 100vh;
        z-index: 499;
        overflow-x: hidden;
        overflow-y: auto;
        border: 2px solid transparent;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transition: all 0.15s ease-in-out;
        transform: translateY(var(--global--spacing-vertical));
    }

    /* .primary-navigation {
		position:;
		left: 100px;
    } */
    /* .custom_header-style #masthead {
		margin: 0 15px;
	} */
    .site-branding {
        margin-top: 0;
    }

    .primary-navigation>div>.menu-wrapper li {
        display: block;
        position: relative;
        width: 100%;
    }

    .primary-navigation>div>.menu-wrapper>li>.sub-menu {
        position: relative;
        top: 0;
    }

    .primary-navigation .primary-menu-container>ul>.menu-item {
        display: block;
    }

    .address-sec .icon_style.icon_deisgn {
        background-color: red;
    }

    .teb-sec-design.address-sec ul li:after {
        display: none !important;
    }

    .tab-icon-desing {
        margin-right: 0px;
    }

    .tab-img-design {
        margin-left: 10px;
    }

    .dual-citizenship {
        padding: 25px 0px 35px 0px;
    }

    .custom_header-style #masthead {
        /* max-width: fit-content; */
        width: 100%;
    }

    .custom_footer-style .widget-area .widget {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .passport-img.passpoer-img_1:after {
        display: none;
    }

    .switcher .option {
        width: 125px !important;
    }

    #gtranslate_wrapper {
        right: 120px !important;
        top: 25px !important;
        width: 120px;
    }

    .switcher {
        overflow: inherit !important;
        width: 100% !important;
    }

    .switcher .selected a {
        width: 100% !important;
        padding: 7.5px 0px 7.5px 6px !important;
        background: #ffffff linear-gradient(180deg, #efefef 0%, #ffffff 70%);
        border-right: none !important;
    }

    .switcher a img {
        display: none !important;
    }

    section#block-13 ul li a {
        word-break: break-all;
    }

    .visa-countries>.elementor-container.elementor-column-gap-default {
        flex-wrap: nowrap;
    }

    .menu-wrapper>li>.sub-menu>li.menu-item-has-children:before {
        content: '';
        width: 10px;
        height: 2px;
        position: absolute;
        top: 20px;
        z-index: 999;
        right: 5px;
        background-color: #5c5c5c;
        border-radius: 10px;
    }

    .menu-wrapper>li>.sub-menu>li.menu-item-has-children:after {
        content: '';
        width: 2px;
        height: 10px;
        position: absolute;
        top: 16px;
        right: 9px;
        border-radius: 10px;
        background-color: #5c5c5c;
        display: block;
    }

    .menu-wrapper>li>.sub-menu>li.menu-item-has-children.arrowClass:after {
        display: none;
    }

    .primary-navigation>div>.menu-wrapper li .sub-menu li>.sub-menu {
        border-top: 1px solid #ff1e27;
        margin-bottom: 10px;
    }

    .watch-post-one {
        width: 100% !important;
        margin: 2.7% 0.70% !important;
    }

    .watch-post {
        flex-wrap: wrap;
    }

    .watch-post-one {
        min-height: 534px;
    }

    .tab-icon-desing,
    .tab-section {
        width: 100%;
    }

    .b-info-2 {
        padding-left: 5%;
        padding-right: 2%;
    }

    .site-footer .site-info .custom-logo-link img {
        width: 150px;
    }

    .custom_footer-style .widget-area {
        margin-left: 20px;
    }

    .widget.widget_block nav {
        width: 100%;
    }

    /* .custom_header-style .search-btn-header {
        position: absolute;
        top: 12px;
        right: 35px;
    } */
    /* .menu-button-container {
        top: -5px;
    } */
    .primary-navigation-open .primary-navigation>.primary-menu-container {
        position: absolute;
    }

    ul#menu-dominica-landing-page>li a {
        text-wrap: wrap;
    }
	.bannerContainer > .elementor-container.elementor-column-gap-default{
		padding:2em 0em 2em 0em;
		background-position:left;
	}
	.bannerContainer .flagImgCol {
		max-width: 320px;
		margin: auto;
	}
	.centerFlag img{
		width:120px !important;
	}
	.gtranslate_wrapper .gt_switcher_wrapper {
        right: 20% !important;
		top: 16px !important;
		width: 90px;
		overflow: hidden;
	}
}

@media screen and (max-width:991px) {
    .chw-widget-area {
        display: none;
    }
	.page__section {
    padding-left: 12px;
   }

    /* .custom_header-style #masthead {
		margin: 0 15px;
	} */
    .b-info_w-decor:after {
        right: -41px;
        width: 70px;
    }

    .tab-icon-desing {
        margin-right: 0px;
    }

    .tab-section {
        padding: 5% 2%;
    }
	.bannerContainer > .elementor-container .elementor-column {
		width: 100%;
	}
	
}


@media screen and (max-width:480px) {

    ul#menu-dominica-landing-page>li a {
        text-wrap: wrap;
    }

    /* .custom_header-style #masthead {
		padding-top: calc(0.75 * var(--global--spacing-vertical));
    	padding-bottom: calc(2 * var(--global--spacing-vertical));
	} */
    .primary-navigation-open .primary-navigation>.primary-menu-container {
        position: inherit;
    }

    .search-btn-header a {
        padding: 10px;
    }

    .custom_header-style #masthead {
        padding: 15px;
    }

    .site-header.has-logo.has-menu .site-branding {
        margin: 0;
    }

    .tab-icon-desing,
    .tab-section {
        width: 100%;
        padding-bottom: 20px;
    }

    .tab-section {
        padding: 6% 0;
    }

    .tab-icon-desing {
        margin-right: 0px;
    }

    .tab-img-design {
        margin-left: 20px;
    }

    .dropdown-icon.open,
    span.dropdown-icon.close {
        -webkit-text-fill-color: transparent;
    }

    #primary-mobile-menu:focus {
        outline: none
    }

    .foot_2design {
        margin-left: 17px;
    }

    .foot_2design .foot_2 {
        width: 100%;
    }

    #block-13 .contact_add {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .foot_last {
        padding-top: 25px;
    }

    .primary-navigation>div>.menu-wrapper>li>.sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dual-citizenship {
        background-color: rgb(255 255 255 / 15%);
    }

    .site-header .site-logo {
        padding-top: 20px !important;
    }

    .sub-menu-toggle.ddd:before {
        visibility: hidden !important;
    }

    .dual-citizenship a {
        font-size: 30px;
    }

    .tab-icon-desing.address-sec {
        width: 100%;
    }

    .page-id-3734 .tab-section {
        width: 100%
    }

    .bg-number {
        bottom: -30px;
    }

    .passport-img:after {
        top: -240px;
        width: 250px;
        left: 130px;
    }

    .passport-img.program-stkitts-passport:after {
        top: -169px;
        width: 250px;
        left: 140px;
    }

    .switcher .option {
        width: 96px !important;
    }

    #gtranslate_wrapper {
        right: 100px !important;
        top: 25px !important;
        width: 90px;
    }

    .switcher {
        overflow: inherit !important;
        width: 100% !important;
    }

    .switcher .selected a {
        width: 100% !important;
        padding: 7.5px 0px 7.5px 6px !important;
    }

    .switcher a img {
        display: none !important;
    }

    .custom_header-style #masthead .site-logo img {
        max-width: 170px;
    }

    .menu-button-container #primary-mobile-menu {
        padding-right: 0;
        font-size: 0;
    }

    .word-break li a span {
        word-wrap: break-word !important;
        width: 100% !important;
    }
	.bannerContainer > .elementor-container.elementor-column-gap-default{
		padding:1em 0em 1em 0em;
	}
	.gtranslate_wrapper .gt_switcher_wrapper {
        right: 20% !important;
	}
}

@media screen and (max-width:380px) {
    .custom_header-style #masthead .site-logo img {
        width: 120px;
    }

    ul#menu-dominica-landing-page>li a {
        text-wrap: wrap;
    }

    #gtranslate_wrapper {
        right: 87px !important;
    }

    .world-wide-branches .elementor-counter,
    .hours-worked .elementor-counter {
        padding: 2px 0 25px 0 !important;
    }

    .projects-complete .elementor-counter,
    .happy-customers .elementor-counter {
        padding: 25px 0 5px 0 !important;
    }

    .happy-client .elementor-counter-title {
        line-height: 21px !important;
    }

    .b-info-1__text {
        font-size: 20px;
    }

    .tab-img-design>div ul li {
        display: flex;
    }

    .tab-img-design li a {
        font-size: 12px;
    }
	.gtranslate_wrapper .gt_switcher_wrapper {
        right: 25% !important;
	}

}
/* .recent_post_section ::marker {
    content: '';
} */
.recent-posts-widget-with-thumbnails::marker{
	content: '';
}
.recent_post_section h2.widgettitle {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 22px;
    color: #1A1A1A;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.recent_post_section .widget a {
    text-decoration: none;
}

.blog-page .inner-block a:focus {
    color: #fff !important;
}

.dominic-citizen img.attachment-large.size-large.wp-image-17132.lazyautosizes.lazyloaded {
    max-width: 1920px !important;
}

.newsletterPost .elementor-widget-container>.grid-images-loaded>article {
    min-height: 265px !important;
    background: #f3f3f3;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%), 0 0px 4px rgb(0 0 0 / 12%);
    position: relative;
}

.newsletterPost .elementor-widget-container>.grid-images-loaded>article>div {
    align-items: center !important;
}

/* Adjust the styles as needed */
.active-heading a {
    color: #ff0000 !important;
    font-weight: bold;
}

.tableContentSection {
    position: sticky;
    top: 8rem;
}

.tableContentSection.dominicatableContentSection {
    height: 74vh;
    overflow-y: auto;
}

ul.tableOfContent li {
    padding: 0;
    list-style: none;
    margin: 5px 0;
}

ul.tableOfContent {
    padding: 0;
}

ul.tableOfContent a {
    font-size: 15px;
    padding: 4px 0;
    border-left: 2px solid #979797;
    padding-left: 13px;
    font-family: 'Poppins';
}

ul.tableOfContent li.active a {
    color: red;
    border-color: red;
}

.recent_post_section .recent-posts-widget-with-thumbnails ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recent_post_section .recent-posts-widget-with-thumbnails ul li {
    width: 24%;
    min-height: 260px;
}

.recent_post_section .recent-posts-widget-with-thumbnails ul li img {
    height: 145px !important;
    object-fit: cover;
}

.recent_post_section h2.widgettitle:after {
    content: '';
    position: absolute;
    bottom: 14px;
    width: 100px;
    height: 2px;
    background: red;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsletter_recent_post_section.recent_post_section .recent-posts-widget-with-thumbnails ul {
    display: block;
}

.newsletter_recent_post_section.recent_post_section .recent-posts-widget-with-thumbnails ul li {
    width: 100%;
    min-height: auto;
}
.height-fit{
  height:fit-content;
}
.newsletter_recent_post_section.recent_post_section.cstm-newsletter .recent-posts-widget-with-thumbnails ul li {
    width: calc(25% - 20px);
    min-height: unset;
    margin: 0 10px;
}
.newsletter_recent_post_section.recent_post_section.cstm-newsletter .recent-posts-widget-with-thumbnails ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: stretch;
}

.otherOpttionHidden {

    display: none;


}


