/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


*{
    box-sizing: border-box;
}
html:root {
    --primary:  linear-gradient(90deg, #CD6D0E 0%, #BF26BF 46%, #6641C9 100%);
    --secondary: linear-gradient(90deg, #FD7D29 16.63%, #D62FFE 52.41%, #6945FD 90.44%);
    --dark: #030320;
    --light: #FFF;
}
html {
    margin-top: 0 !important;
}
body {
    padding-top: 0;
}
ul{
    margin: 0;
    padding: 0;
}
p {
	margin-top: 0;
}
a{
    transition: all 0.4s;
    text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
    line-height: 140%;
}
html a:focus{
    outline: none !important;
}
html p:last-child {
    margin-bottom: 0 !important;
}
html .elementor-container {
    padding-left: 25px;
    padding-right: 25px;
}
html .elementor-section-full_width .elementor-container,
html .elementor-container .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
/* body {
    padding-top: 104px;
} */
/* header#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s;
} */
.button_bg_color a{
    background: var(--primary);
}
.button_bg_color a:hover{
    background: var(--secondary);
}
.button_bg_color a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #030320;
    border-radius: 70px;
    margin: 3px;
    transition: all 0.4s;
}
.button_bg_color a:hover:before {
    background: transparent;
}
.button_bg_color .elementor-button span {
    color: #FFFF;
    z-index: 11;
}
.dark_icon .elementor-icon-wrapper {
    height: 40px;
    width: 40px;
}
.header_menu .hfe-has-submenu-container i.fa {
    display: none;
}
.header_menu .hfe-has-submenu-container span.hfe-menu-toggle::before {
    content: "";
    background-image: url(/dreamsdesign/wp/wp-content/uploads/2024/11/dropdown-icon.svg);
    height: 25px;
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s;
}
.header_menu .hfe-has-submenu-contain0


er a:hover span.hfe-menu-toggle::before,
li.active .hfe-has-submenu-container span.hfe-menu-toggle::before {
    filter: brightness(0) invert(1);
}
header#masthead::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    background: linear-gradient(90deg, rgba(51, 16, 68, 0) 0%, #472955 50%, rgba(51, 16, 68, 0) 100%);
}
.header_menu ul.hfe-nav-menu > li.menu-item {
    margin: 0 16px;
    transition: all 0.4s;
}
.header_menu ul.hfe-nav-menu li:nth-child(2) {
    transition-delay: 0.1s;
}
.header_menu ul.hfe-nav-menu li:nth-child(3) {
    transition-delay: 0.2s;
}
.header_menu ul.hfe-nav-menu li:nth-child(4) {
    transition-delay: 0.3s;
}
.header_menu ul.hfe-nav-menu li:nth-child(5) {
    transition-delay: 0.4s;
}
html.sticky .header_menu ul.hfe-nav-menu li {
    transform: translateY(-100%);
}
.header_menu ul.hfe-nav-menu a.hfe-menu-item{
    border-bottom: 4px solid transparent;
}
.header_menu ul.hfe-nav-menu a.hfe-menu-item:hover,
.header_menu ul.hfe-nav-menu li.active a.hfe-menu-item {
    border-bottom: 4px solid #A601FF;
}
.heading_gred_color h2 span{
    background: linear-gradient(90deg, #FD7D29 16.63%, #D62FFE 52.41%, #6945FD 90.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.button_bg_color span.elementor-button-icon svg {
    height: 36px;
    width: 36px;
}
.button_bg_color span.elementor-button-icon {
    position: relative;
    top: 8px;
}
body.home .page-header,
footer#site-footer {
    display: none;
}
.review_box .elementor-widget-container {
    background: rgba(237, 228, 244, 0.1);
    backdrop-filter: blur(27px);
    border-radius: 140px;
    height: 255px;
    width: 255px;
    min-width: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_box {
    margin: 0 -30px;
}
.review_box:nth-child(2), .review_box:nth-child(4) {
    margin-top: -60px;
}
.journey_box{
    background: rgba(237, 228, 244, 0.05);
    backdrop-filter: blur(27px);
}
.start_list ul li a {
    text-decoration: underline !important;
    color: #FFFF;
}
.image_carousel figure.swiper-slide-inner {
    width: 100%;
    height: 140px;
    background: rgba(237, 228, 244, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(17px);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.image_carousel .swiper-slide {
    padding: 0 10px;
}
.testimonial_box .elementor-custom-embed-image-overlay {
    height: 228px;
    border-radius: 20px;
    object-fit: cover;
}
.testimonial_box  .elementor-wrapper.elementor-open-inline {
    height: 228px;
}
.testimonial_box .elementor-widget-wrap.elementor-element-populated {
    background: rgba(237, 228, 244, 0.05);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    padding: 94px 35px;
}
.testimonial_box {
    padding: 0 24px;
}
.testimonial_sec {
    margin: 0 -24px;
}
.testimonial_box .elementor-widget-container p br {
    display: none;
}
.casestudy .item.case .btwr h4 {
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    color: #FFF;
    margin-bottom: 12px;
}
.casestudy .item.case .btwr h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.casestudy .item.case a::after {
    content: "";
    display: inline-block;
    background-image: url(/dreamsdesign/wp/wp-content/uploads/2024/11/arrow.svg);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.4s;
}
.casestudy .item.case a:hover:after {
    transform: translate(10px, 0px);
}
.casestudy .owl-item {
    min-height: 338px;
    display: flex;
}
.casestudy .item.case {
    display: flex;
    border: 2px solid #EDF2F7;
    border-radius: 25px;
    opacity: 0.5;
    overflow: hidden;
    margin-right: 18%;
    margin-top: auto;
    transition: all 0.4s;
	height: 270px;
}
.casestudy .item.case .img {
    order: 1;
    width: 0%;
    transition: all 0.4s;
}
.casestudy .item.case .wr {
    padding: 24px;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
}
.casestudy .item.case a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}
.casestudy .item.case a:hover {
    color: #A601FF;
}
.casestudy .center .item.case .wr {
    width: 45%;
    min-width: 45%;
}
.casestudy .center .item.case .img {
    width: 55%;
    min-width: 55%;
}
.casestudy .active + .active .item.case {
    margin-left: -18%;
    margin-right: 36%;
}
.casestudy .active.center .item.case {
    margin-left: -32%;
    margin-right: -32%;
    opacity: 1;
	height: 330px;
}
.casestudy .center + .active .item.case {
    margin-right: -18%;
    margin-left: 36%;
}
.casestudy .center + .active + .active .item.case {
    margin-right: 0%;
    margin-left: 18%;
}
.casestudy .owl-dots button.owl-dot {
    height: 15px;
    width: 15px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    margin: 0 3px;
}
.casestudy .owl-nav {
    display: none;
}
.casestudy .owl-dots {
    text-align: center;
    padding-top: 100px;
    height: 15px;
    width: 100%;
}
.start_list a:hover {
    color: #a601ff;
}
.advanced_portfolio ul.owl-filter-bar {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.advanced_portfolio ul.owl-filter-bar li.item {
    border: 1px solid #EDF2F7;
    border-radius: 30px;
    display: inline-block;
    line-height: 49px;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    background: transparent;
}
.advanced_portfolio .portfolio .item:hover .img::before {
    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 2, 30, 0.96) 0%, rgba(17, 13, 22, 0.96) 100%);
    border-radius: 16px;
}
.advanced_portfolio ul.owl-filter-bar li.item:hover,
.advanced_portfolio ul.owl-filter-bar li.active {
    background: var(--primary);
    border-color: transparent;
}
.advanced_portfolio .portfolio {
    display: grid !important;
    gap: 50px 25px;
    grid-template-columns: repeat(3,1fr);
}
.advanced_portfolio .portfolio .item {
    display: none;
    position: relative;
}
.advanced_portfolio .portfolio .item.show {
    display: block !important;
    transition: all 0.4s;
    cursor: pointer;
}
.advanced_portfolio .portfolio .item .img img,
.advanced_portfolio .portfolio .item .img-gif img  {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.6s;
}
.advanced_portfolio .portfolio .item:hover .img-gif {
    opacity: 1;
    visibility: visible;
}
.advanced_portfolio .portfolio .item .img {
    height: 473px;
    position: relative;
    transition: all 0.6s;
}
.advanced_portfolio .portfolio .item:hover .img img,
.advanced_portfolio .portfolio .item:hover .img-gif img,
.advanced_portfolio .portfolio .item:hover .img::before {
    border-radius: 50%;
}
.advanced_portfolio .portfolio .item .img-gif {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}
.advanced_portfolio .portfolio .item.show:hover .wr {
    opacity: 0;
    visibility: hidden;
}
.advanced_portfolio .portfolio .wr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.advanced_portfolio .portfolio .wr h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-left: 30px;
    transition: all 0.4s;
}
.advanced_portfolio .portfolio .item:hover .wr {
    top: 32px;
}
.advanced_portfolio .portfolio .item h5 {
    opacity: 1;
    visibility: visible;
}
.advanced_portfolio .portfolio .wr h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #96909B;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    transition: all 0.4s;
    margin-bottom: 0;
}
.advanced_portfolio .portfolio .item:hover .wr h5 {
    opacity: 1;
    visibility: visible;
}
.advanced_portfolio .portfolio .item .img::before {
    content: "";
    background: linear-gradient(180.05deg, rgba(6, 6, 25, 0) 34.68%, rgba(6, 6, 25, 0.9) 99.96%);
    border-radius: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.6s;
}
.primary_hover_color a:hover,
.contact_button a:hover::before {
    background: var(--primary);
}
.view_more_button span.elementor-button-icon {
    height: 32px;
    width: 32px;
    display: flex;
}
.view_more_button span.elementor-button-icon svg{
    height: 32px;
    width: 32px;
}
.view_more_button span.elementor-button-content-wrapper,
.discover_button span.elementor-button-content-wrapper{
    align-items: center;
}
.radial_color::before {
    content: "";
    background: radial-gradient(43.88% 87.75% at 44.66% 51.34%, rgba(0, 2, 76, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contact_box .elementor-icon-wrapper {
    height: 50px;
}
.contact_button a.elementor-button::before {
    content: "";
    background-color: #050433;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 70px;
    margin: 1px;
    z-index: 0;
}
.contact_button a span.elementor-button-text {
    z-index: 11;
}
.contact_shape svg, .contact_shape .elementor-icon-wrapper {
    height: 85px;
    width: 85px;
}
.home_page_form .form-group {
    display: flex;
    margin: 0 -8px;
}
.home_page_form .form-group .form-field {
    padding: 0 8px;
    width: 100%;
    margin-bottom: 24px;
}
.home_page_form .form-group .form-field input,
.home_page_form .form-group .form-field select,
.home_page_form .form-group .form-field textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: inline-block;
    padding: 24px 11px;
    height: 78px;
    font-weight: 400;
    font-size: 20px;
    color: #96909B;
    outline: none;
}
.home_page_form .form-group .form-field input:focus,
.home_page_form .form-group .form-field select:focus,
.home_page_form .form-group .form-field textarea:focus{
    border: 1px solid #ffffff8e;
}
.home_page_form .form-group .form-field textarea {
    height: 148px;
    resize: none;
}
.home_page_form .form-group .form-field input.wpcf7-submit {
    padding: 0 64px 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 140px;
    height: 60px;
    background-image: url(/wp-content/uploads/2024/11/right-arrow-circle.svg);
    background-repeat: no-repeat;
    background-position: 91% center;
    font-weight: 500;
    font-size: 24px;
    color: #96909B;
}
.home_page_form .form-group .form-field input.wpcf7-submit:hover {
    background-color: #9d239c;
    color: #FFF;
}
.discover_button span.elementor-button-icon {
    height: 56px;
    width: 56px;
    display: flex;
}
.discover_button span.elementor-button-icon svg{
    height: 56px;
    transition: all 0.4s;
    width: 56px;
}
.discover_button a{
    background: linear-gradient(90deg, #CD6D0E 0%, #B623CC 70.3%, #6641C9 109.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.discover_button a:hover svg{
    transform: rotate(45deg);
}
.latestnews {
    display: flex;
    margin: 0 -16px;
}
.latestnews .item.news {
    width: 33.33%;
    padding: 0 16px;
    position: relative;
    flex: 1;
    transition: all 0.4s;
}
.latestnews .item.news:hover {
    flex: 1.5;
}
.latestnews .item.news .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.latestnews .item.news .img{
    height: 770px;
}
.latestnews .item.news .img ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 12px;
    position: absolute;
    left: 32px;
    right: 32px;
    top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.latestnews .item.news:hover ul {
    opacity: 1;
    visibility: visible;
}
.latestnews .item.news .img ul li a {
    background-color: rgba(237, 228, 244, 0.08);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(27px);
    border-radius: 40px;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #FEFEFE;
}
.latestnews .item.news .img ul li a:hover {
    background-color: #FFF;
    color: #000;
}
.latestnews .item.news .wr {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}
.latestnews .item.news .btwr h4 {
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    transition: all 0.4s;
}
.latestnews .item.news:hover h4 {
    font-size: 31px;
}
.latestnews .item.news .btwr a {
    width: 100%;
    display: block;
    padding: 0 38px;
    font-weight: 500;
    font-size: 24px;
    color: #FEFEFE;
    height: 60px;
    line-height: 60px;
    transition: all 0.4s;
    background: linear-gradient(90deg, #FA6E4F -17.63%, #E12BFE 59.66%, #9149FB 127.46%);
    border-radius: 60px;
    position: relative;
}
.latestnews .item.news .btwr a:hover:Before {
    background: transparent;
}
.latestnews .item.news .btwr a:before {
    content: "";
    background: rgb(6 6 31);
    backdrop-filter: blur(27px);
    border-radius: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 1.5px;
    transition: all 0.4s;
}
.latestnews .item.news:hover a{
    font-size: 26px;
}
.latestnews .item.news:before {
    content: "";
    background: rgb(19 4 33 / 46%);
    border-radius: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wpcf7-response-output {
    color: #dc3232;
    background-color: #f99999;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #dc3232 !important;
    margin-top: 0 !important;
}
.form-field span.wpcf7-not-valid-tip {
    font-size: 18px;
    line-height: 140%;
    margin-top: 5px;
}
form.wpcf7-form.invalid input,
form.wpcf7-form.invalid textarea {
    border: 1px solid #dc3232 !important;
}
form.wpcf7-form.sent .wpcf7-response-output {
    background-color: #28d6377a;
    border: 2px solid #0b5511 !important;
    color: #06370b;
}

.newsletter_form .es-form-field-container .gjs-row:first-child {
    display: none !important;
}
.newsletter_form .es-form-field-container {
    display: flex;
    background: #11111C;
    border: 1px solid #292929;
    border-radius: 116px;
    justify-content: space-between;
    height: 56px;
    padding-right: 4px;
    padding-top: 2px;
}
.newsletter_form .es-form-field-container .gjs-row{
    margin: 0 !important;
}
.newsletter_form .es-form-field-container .gjs-row input.es-email {
    padding: 0 0px 0 20px;
    background: transparent;
    border: 0;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    color: #C3C3C3;
}
.newsletter_form .es-form-field-container .gjs-row input[type="submit"] {
    padding: 0 16px;
    height: 48px;
    background: var(--primary);
    border-radius: 94px;
    font-weight: 500;
    font-size: 20px;
    color: #FEFEFE;
}
.newsletter_form .es-form-field-container .gjs-row input[type="submit"]:hover{
    background: linear-gradient(90deg, #FD7D29 16.63%, #D62FFE 52.41%, #6945FD 90.44%);
}
.country_box figure.elementor-image-box-img,
.country_box figure.elementor-image-box-img img {
    height: 48px;
    width: 72px;
    min-width: 72px;
    object-fit: cover;
}
.newsletter_form .es_subscription_message.success {
    line-height: 150% !important;
    display: block;
}

.checkbox_para  span.wpcf7-list-item.first.last {
    margin: 0;
    display: flex;
}
.checkbox_para span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #96909B;
}
.checkbox_para span.wpcf7-list-item.first.last input[type="checkbox"] {
    background-color: transparent !important;
    border: 1px solid #FEFEFE !important;
    border-radius: 4px !important;
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-top: 5px;
}
.checkbox_para span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #96909B;
    padding-left: 15px;
}
.newsletter_form span.es_spinner_image img {
    border-radius: 50px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 5px;
    mix-blend-mode: multiply;
}
.start_list ul li.elementor-icon-list-item a {
    text-decoration: none !important;
}
.video_image .elementor-custom-embed-image-overlay,
.video_image .elementor-wrapper.elementor-open-inline {
    border-radius: 32px;
/*     height: 740px; */
}
.video_image .elementor-custom-embed-play {
    width: 148px;
    height: 148px;
    background: rgba(244, 217, 252, 0.2);
    border: 1.37037px solid rgba(254, 254, 254, 0.5);
    backdrop-filter: blur(23.2963px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_image .elementor-custom-embed-image-overlay::before {
    content: "";
    background: rgba(14, 2, 21, 0.3);
    border-radius: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.latestnews .item.news .btwr a span {
    color: #FFF;
    z-index: 11;
    position: relative;
}
.latestnews .item.news .btwr a:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 38px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}
.country_box {
    padding: 12px 35px;
    background: #000123;
    position: relative;
    margin: 4px 4px;
    min-width: 220px;
    border: 1.5px solid #80808042;
    border-radius: 10px;
}
.country_box::Before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000123;
    margin: 3px;
}
.country_box .elementor-image-box-wrapper {
    position: relative;
}
.showing_radius, .showing_radius::Before {
    border-radius: 10px 0px 0px 10px;
}
.showing_radius2, .showing_radius2::before{
    border-radius: 0 10px 10px 0;
}
header .header_menu {
    transition: all 0.4s;
}
html.sticky header .header_menu {
    opacity: 0;
    visibility: visible;
}
#cursor {
    position: fixed;
    top: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    background-color: #A601FF;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}
#cursor-border {
    position: fixed;
    border: 2px solid #A601FF;
    top: -25px;
    left: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px;
    pointer-events: none;
    z-index: 999;
    color: transparent;
}

.preloader_title {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: var(--primary);
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.8s;
    transition-delay: 0.6s;
}
.preloader_title h2 {
    color: #FFF;
    font-size: 46px;
    margin-bottom: 0;
    line-height: 150%;
    transition: all 0.3s;
}
body.loaded::before,
body.loaded .preloader_title {
    transform: translateY(-100%);
}
body.loaded .preloader_title h2 {
    transform: scaleX(1.3);
}

/* .deensimc-img-wrapper img {
    filter: brightness(0.6) invert(1);
    transition: filter 0.3s ease;
}
.deensimc-img-wrapper:hover img {
    filter: brightness(0) invert(1);
} */
.Testimonial_slider .elementor-testimonial__footer {
    width: 40%;
    margin: auto;
    padding-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Testimonial_slider .elementor-testimonial__content {
    width: 60%;
}
.Testimonial_slider .elementor-testimonial__footer  .elementor-testimonial__image {
    height: 280px !important;
    width: 280px !important;
    min-width: 280px !important;
    object-fit: cover;
    border-radius: 50% !important;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image img {
    height: 280px !important;
    width: 280px !important;
    min-width: 280px;
    object-fit: cover;
    border-radius: 50% !important;
    position: relative;
    padding: 10px !important;
    background: linear-gradient(90deg, #FD7D29 16.63%, #D62FFE 52.41%, #6945FD 90.44%);
}
.Testimonial_slider .elementor-testimonial__footer .elementor-testimonial{
    align-items: center;
}
.Testimonial_slider .elementor-testimonial__footer  .elementor-testimonial__image::before {
    content: "";
    position: absolute;
    inset: 0;
/*     background-color: #00000091; */
    z-index: 11;
    border-radius: 50% !important;
}
.Testimonial_slider .elementor-swiper-button {
    z-index: 11;
    cursor: pointer;
}
.video_link a.ekit_icon_button {
    background: transparent;
    padding: 0 !important;
}
.video_link .ekit-wid-con .video-content a.ekit_icon_button::before,
.video_link .ekit-wid-con .video-content a.ekit_icon_button::after{
    display: none;
}
.video_link a.ekit_icon_button svg {
    height: 50px;
    width: 50px;
    min-width: 50px;
}

@media (max-width:1366px){
    .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image,
    .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image img {
        height: 200px !important;
        width: 200px !important;
        min-width: 200px !important;
    }
    .Testimonial_slider .swiper-slide {
        height: auto !important;
    }
    .Testimonial_slider .elementor-swiper-button {
        top: 80% !important;
    }
    .Testimonial_slider .elementor-testimonial__content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 60px;
	}
    .Testimonial_slider .elementor-testimonial__footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .latestnews .item.news:hover h4 {
        font-size: 26px;
    }
    .latestnews .item.news .wr {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    .latestnews .item.news .btwr a:after {
        height: 20px;
        width: 30px;
        right: 18px;
    }
    .latestnews .item.news .img {
        height: 550px;
    }
    .latestnews .item.news .img ul li a {
        padding: 6px 18px;
        font-size: 18px;
    }
	.newsletter_form .es-form-field-container .gjs-row input[type="submit"] {
		padding: 0 14px;
		height: 46px;
		font-size: 16px;
	}
	.form-field span.wpcf7-not-valid-tip {
		font-size: 16px;
		margin-top: 2px;
	}
}

@media (min-width:992px) and (max-width:1199px){
    .latestnews .item.news {
        width: 50%;
        padding: 0 16px; 
        flex: unset;
        margin-bottom: 30px;
    }
    .latestnews {
        flex-wrap: wrap;
    }
    .latestnews .item.news:hover {
        flex: unset;
    }
    .latestnews .item.news .img ul {
        opacity: 1;
        visibility: visible;
    }
    .latestnews .item.news .btwr h4 {
        font-size: 28px;
    }
    .latestnews .item.news:hover h4 {
        font-size: 28px;
    }
}

@media (min-width:1024px) and (max-width:1350px){
    .contact_btn a.premium-button.premium-button-style6.premium-btn-lg {
        font-size: 18px;
    }
    .latestnews .item.news .btwr a {
        padding: 0 24px;
        font-size: 20px;
        height: 66px;
        line-height: 66px;
    }
    .latestnews .item.news .btwr a:after {
        height: 25px;
        width: 25px;
        right: 18px;
    }
    .latestnews .item.news .btwr h4 {
        font-size: 24px;
    }
    .latestnews .item.news .img {
        height: 640px;
    }
    .review_box .elementor-widget-container {
        height: 200px;
        width: 200px;
        min-width: 200px;
        padding: 50px;
    }
    .Testimonial_slider .elementor-testimonial__content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 40px;
    }
    .Testimonial_slider cite.elementor-testimonial__cite {
        margin-top: 30px !important;
    }
}

@media (max-width:991px){
    .latestnews .item.news {
        width: 50%;
        padding: 0 16px; 
        flex: unset;
        margin-bottom: 30px;
    }
    .latestnews {
        flex-wrap: wrap;
    }
    .latestnews .item.news:hover {
        flex: unset;
    }
    .latestnews .item.news .img ul {
        opacity: 1;
        visibility: visible;
    }
    .latestnews .item.news .btwr h4 {
        font-size: 28px;
    }
    .latestnews .item.news:hover h4 {
        font-size: 28px;
    }
    .latestnews .item.news .img {
        height: 620px;
    }
    .elementor-testimonial__content {
        margin-top: 10%;
    }
    .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image img, .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image {
        height: 220px !important;
        width: 220px !important;
        min-width: 220px !important;
        object-fit: cover !important;
    }
    .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite {
        margin-top: 40px;
    }
    .review_box .elementor-widget-container {
        height: 160px;
        width: 160px;
        min-width: 160px;
        padding: 38px;
    }
    .review_box {
        margin: 0 -25px;
    }
}

@media (max-width:767px){
    .latestnews .item.news {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .latestnews .item.news .btwr h4 {
        font-size: 20px;
    }
    .latestnews .item.news:hover h4 {
        font-size: 20px;
    }
    .latestnews .item.news .img ul li a {
        padding: 5px 16px;
        font-size: 16px;
    }
    .latestnews .item.news .img {
        height: 400px;
    }
    .latestnews .item.news .btwr a {
        font-size: 20px;
        height: 52px;
        line-height: 52px;
    }
    .latestnews .item.news:hover a {
        font-size: 20px;
    }
    .latestnews .item.news .wr {
        bottom: 20px;
    }
    selector span.elementor-accordion-icon-opened .fa-angle-up:before {
        margin-left: -4px !important;
    }
    .Testimonial_slider .elementor-testimonial__content,
    .Testimonial_slider .elementor-testimonial__footer {
        width: 100%;
    }
    .Testimonial_slider .elementor-testimonial {
        display: flex !important;
        flex-direction: column;
    }
    .Testimonial_slider .elementor-testimonial__content {
        margin: 0px 0 0 0px;
    }
	html .elementor-container {
		padding-left: 20px;
		padding-right: 20px;
	}
    .Testimonial_slider .swiper-slide {
        height: auto !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }
    .Testimonial_slider .elementor-testimonial__content {
        position: static;
        margin: 0px 0 0 0px;
        padding: 0;
        background: transparent;
        text-align: center;
        order: 1;
    }
    .Testimonial_slider .elementor-testimonial__footer {
        padding-top: 40px;
        padding-bottom: 40px;
        position: static;
    }
    .Testimonial_slider .elementor-main-swiper {
        width: 100% !important;
        text-align: center;
    }
    .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image img, .Testimonial_slider .elementor-testimonial__footer .elementor-testimonial__image {
        height: 160px !important;
        width: 160px !important;
        min-width: 160px !important;
        object-fit: cover !important;
    }
    .Testimonial_slider .elementor-main-swiper .elementor-testimonial__cite {
        margin-top: 18px;
    }
    .Testimonial_slider .elementor-swiper-button {
        position: static !important;
        margin-top: 20px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    .home_page_form .form-group {
        margin: 0;
        flex-wrap: wrap;
    }
    .home_page_form .form-group .form-field {
        padding: 0;
        margin-bottom: 20px;
    }
    .home_page_form .form-group .form-field input, .home_page_form .form-group .form-field select, .home_page_form .form-group .form-field textarea {
        padding: 8px 10px;
        height: 56px;
        font-size: 16px;
    }
    .home_page_form .form-group .form-field input.wpcf7-submit {
        padding: 0 60px 0 18px;
        height: 46px;
        font-size: 16px;
        background-position: 95% center;
        background-size: 31px;
    }
    html .es-field-label {
        font-size: 14px;
    }
    .newsletter_form .es-form-field-container .gjs-row input[type="submit"] {
        padding: 0 12px;
        height: 40px;
        font-size: 14px;
    }
    .newsletter_form .es-form-field-container {
        height: 52px;
        padding-right: 6px;
        padding-top: 0;
    }
    .newsletter_form .es-form-field-container .gjs-row input.es-email {
        padding: 0 0px 0 14px;
        font-size: 14px;
    }
    .country_box {
        min-width: 140px;
    }
    .country_box figure.elementor-image-box-img, .country_box figure.elementor-image-box-img img {
        height: 39px;
        width: 60px;
        min-width: 60px;
    }
    .review_box:nth-child(2), .review_box:nth-child(3), .review_box:nth-child(4), .review_box:nth-child(5) {
        margin-top: -30px;
    }
    .review_box {
        margin: 0 -10px;
    }
    .image_marquee .deensimc-img-wrapper {
        height: 90px !important;
        padding: 8px !important;
        border-radius: 8px !important;
    }
}