@charset "UTF-8";
/*=============================================================================
                            https://www.upcode.gr
                            LAYOUT/RESPONSIVE DESIGN
                            Template:	upCode
                            Version: 1.0
=============================================================================*/
/*============================== CONTENT ======================================

1. SASS IMPORTS
2. RESET
3. BASICS
4.
5. UPCODE
6. NAVIGATION
7. CONTACT

/*============================== END CONTENT ==================================*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
* {
  font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

html {
    scroll-behavior: smooth;
}


/*
*******************************************************************
Start Default Header
*******************************************************************
*/

.default_header {
    background: #ffffff;
    padding: 20px 0px 15px 20px;
    z-index: 9999;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
    flex-direction: column;
    list-style: none;
}

@media (max-width: 1199px) {

    .default_header {
        height: 135px;
        padding: 20px 15px 1px 15px;
    }

}

@media (max-width: 991px) {

    .default_header {
        height: 115px;
    }

}

@media (max-width: 767px) {}
@media (max-width: 575px) {

    .default_header {
       height: 90px;
       padding: 20px 15px 15px 15px;
    }

}
@media (max-width: 420px) {}


/*
*******************************************************************
End Default Header
*******************************************************************
*/

/*
*******************************************************************
Start Top Header
*******************************************************************
*/

.default_header .row_top {
    display: flex;
}

.default_header .row_top .row_top_contact {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.default_header .row_top .row_top_contact ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;

}

.default_header .row_top .row_top_contact li {
    border-right: 1px solid #d1d1d1;
}

.default_header .row_top .row_top_contact li a {
    text-decoration: none;
    color: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 20px;
}

.default_header .row_top ul li a i {
    color: #6f16ef;
}


.default_header .row_top .row_top_social {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;
}

.default_header .row_top .row_top_social li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    /* transition: all 0.4s ease-out 0s; */
}

@media (max-width: 991px) {

    .default_header .row_top .row_top_contact li:last-child {
        display: none;
    }

}

@media(max-width: 767px) {

    .default_header .row_top .row_top_social li a {
        font-size: 17px;
        padding: 5px 5px;
    }

    .default_header .row_top .row_top_contact li a {
        padding: 5px 10px;
        font-size: 17px;
    }

}

@media (max-width: 575px) {

    .default_header .row_top .row_top_contact li:nth-child(2) {
        display: none;
    }

    .default_header .row_top .row_top_social {
        margin-left: 7px;
    }

}

@media (max-width: 420px) {

    .default_header .row_top .row_top_contact li a {
        font-size: 16px;
    }

}


/*
*******************************************************************
End Top Header
*******************************************************************
*/

/*
*******************************************************************
Start Bottom Header
*******************************************************************
*/

.default_header .row_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1500px;
    margin-top: 20px;
}

@media(max-width: 1499px) {

  .default_header .row_bottom {
    width: 100%;
    margin-top: 10px;
 }

}

@media (max-width:1199px) {

    .default_header .row_bottom {
        width: 100%;
        margin-top: 0;
    }

}

@media(max-width:991px) {}
@media(max-width:767px) {}
@media(max-width:575px) {}
@media(max-width:420px) {

    .default_header .row_bottom {
        margin-top: 2px;
    }

}

/*
*******************************************************************
End Bottom Header
*******************************************************************
*/

/*
*******************************************************************
Start Bottom Header / Header Navigation
*******************************************************************
*/

.default_header .row_bottom .header_navigation {
    width: 166% !important;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {

    .default_header .row_bottom .header_navigation {
        width: 280% !important;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 991px) {

    .default_header .row_bottom .header_navigation {
        display: none;
    }

}

/*
*******************************************************************
End Bottom Header / Header Navigation
*******************************************************************
*/


/*
*******************************************************************
Start Bottom Header / Header Actions
*******************************************************************
*/

.default_header .row_bottom .header_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.default_header .row_bottom .header_actions .other_details select.form-select {
    border: none;
    margin-right: 10px;
    background: #e3e3e3;
    border-radius: 3rem;
    padding: 12px 0px 12px 0px;
    text-transform: uppercase;
}

.default_header .row_bottom .header_actions .other_details {
    background: #e3e3e3;
    padding: 10px 15px;
    border-radius: 3rem;
}

.default_header .row_bottom .header_actions .toggle_mobile_menu {
    display: none;
}

.default_header .row_bottom .header_actions .lang_select_mobile {
    display: none;
}

@media (max-width: 1499px) {

    .default_header .row_bottom .header_actions .other_details {
        padding: 7px 7px;
    }
}

@media (max-width:1199px) {

    .default_header .row_bottom .header_actions {
        width: 130%;
    }

    .default_header .row_bottom .header_actions .other_details select.form-select {
        background: #ffffff;
    }

    .default_header .row_bottom .header_actions .other_details {
      display: flex;
      align-items: center;
      background: #ffffff;
    }

    .default_header .row_bottom .header_actions .other_details .lang_select {
        display: none;
    }

    .default_header .row_bottom .header_actions .other_details .lang_select_mobile {
        display: block;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 13px;
    }


}

@media (max-width: 991px) {

    .default_header .row_bottom .header_actions ul li:nth-child(2) {
        display: none;
    }

    .default_header .row_bottom .header_actions {
        width: 100%;
        justify-content: flex-end;
    }

    .default_header .row_bottom .header_actions .toggle_mobile_menu {
        display: block;
    }

}

@media (max-width: 767px) {

    .default_header .row_bottom .header_actions {
        width: 58%;
        justify-content: flex-end;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 12px;
    }

}

@media (max-width:575px) {


    .lang_select_icon,
    .default_header .row_bottom .header_actions .other_details select.form-select {
        display: none;
    }

    .default_header .row_bottom .header_actions .other_details .new_button {
        font-size: 12px;
        padding: 10px 10px;
    }

    .default_header .row_bottom .header_actions .other_details {
        display: flex;
        align-items: center;
        background: rgba(0,0,0,0);
        padding: 0px 0px;
    }

}

@media (max-width: 420px) {

    .default_header .row_bottom .header_actions .other_details .new_button {
        display: none;
    }
}

/*
*******************************************************************
End Bottom Header / Header Actions
*******************************************************************
*/


/*
*******************************************************************
Start Header Fixed
*******************************************************************
*/


.default_header.header_fixed .header_left .toggle-nav img {
    width: 25px;
    transition: all .4s ease-out;
}

.default_header.header_fixed {
    position: fixed;
    margin-top: 0;
    height: 100px;
    padding: 20px 0px 20px 20px;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-out;
}

.default_header.header_fixed .row_top {
    display: none;
}

.default_header.header_fixed .row_bottom {
    margin-top: 0;
}

.default_header.header_fixed .header_logo a {
    /* background-image: url("../../../images/frontend_images/brand/upcode_colors.gif"); */
    top: 3px;
    transition: all 0.4s ease-out;
}

.default_header.header_fixed .nav__toggle {
    background: rgba(1, 1, 1, 0);
    top: 10px;
}

.default_header.header_fixed ul li a {
    text-decoration: none;
    color: #fff;
}

.default_header.header_fixed .menuicon {
    width: 60px;
    height: inherit;
}

.default_header.header_fixed .row_bottom .header_navigation ul a:hover {
    color: #000 !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul>li a:hover {
    background: #fff;
}

.default_header.header_fixed .row_bottom .header_navigation ul li ul.submenu {
    display: none;
}

.default_header.header_fixed .row_bottom .header_navigation ul>li:hover ul.submenu {
    display: block;
    position: absolute;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.default_header.header_fixed .row_bottom .header_navigation ul>li:hover ul.submenu ul li a {
    padding: 7px 10px !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li a {
    background: #ffffff;
    display: block;
    color: #252525;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu li a:hover {
    background: #252525;
    color: #fff !important;
    transition: all .4s ease-out;
}

.default_header.header_fixed .row_bottom .header_navigation ul li .submenu:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}


@media(max-width: 1199px) {

    .default_header.header_fixed .header_logo a {
        top: 2px !important;
    }

    .default_header.header_fixed {
        height: 85px;
        padding: 20px 0px 15px 20px;
    }
}

@media(max-width:991px) {

    .default_header.header_fixed {
        height: 80px;
        padding: 20px 20px 15px 20px;
    }

    .default_header.header_fixed .header_logo a {
        background-size: 275px;
        top: 0px !important;
    }

    .default_header.header_fixed .header_right.navigation {
        top: 0;
    }

    .default_header.header_fixed .hamburger-inner,
    .default_header.header_fixed .hamburger-inner:after,
    .default_header.header_fixed .hamburger-inner:before {
        background-color: #fff !important;
    }

}

@media (max-width: 767px) {

.default_header.header_fixed .header_logo a {
    background-size: 240px;
    top: 1px !important;
}

}

@media (max-width: 575px) {

    header.header_fixed .nav__toggle {
        top: 1px;
    }

    .default_header.header_fixed {
        height: 70px;
    }

    .default_header.header_fixed .header_logo a {
        background-size: 178px;
        top: 1px !important;
    }

}

@media (max-width: 420px) {

    .default_header.header_fixed .header_logo a {
        background-size: 230px;
        height: 50px;
        width: 230px;
    }

    .default_header.header_fixed {
        height: 65px;
        padding: 20px 10px 15px 10px;
    }

}

/*
*******************************************************************
End Header Fixed
*******************************************************************
*/

/*
*******************************************************************
Start Mobile Menu
*******************************************************************
*/

.default_header .header_logo a.nav--open--logo {
    display: none;
}

.default_header .row_bottom .toggle-nav {
    display: none;
    margin-left: 10px;
}

.default_header .row_bottom .toggle-nav img {
    width: 28px;
    height: 28px;
    transition: all .4s ease-out;
}

.site-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.push-wrap {
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 300ms ease 0ms;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.show-nav .push-wrap {
    transform: translate(50%, 0);
    transform: translate3d(50%, 0, 0);
}

#body-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    text-align: center;
    box-shadow: none !important;
    z-index: 999999;
    transition: all 300ms ease 0ms;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

#body-nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../images/frontend_images/brand/logo_only.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150%;
    opacity: 0.8;
    /* mix-blend-mode: exclusion; */
    /* z-index: 0; */
}

#body-nav ul li.lastmenu_item .header_link {
    border-bottom: 0px solid #000 !important;
}

#body-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 80%;
    z-index: 1;
    mix-blend-mode: screen;
}

#body-nav ul li a,
#body-nav ul .sub-level label {
    display: block;
    text-decoration: none !important;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-bottom: 1px solid #777777;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .4s ease-out;
}

.sub-level ul {
    width: 100% !important;
}

.sub-level ul li a {
    background: white;
    color: #000 !important;
}

#body-nav ul li a:hover,
#body-nav ul .sub-level label:hover {
    background: #777777;
    color: #fff;
    transition: all .4s ease-out;
}

#body-nav ul li:last-child a {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.show-nav #body-nav {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

.toggle-nav {
    position: relative;
    z-index: 999999999999;
}

.toggle-nav:hover {
    transform: scale(1.05);
}

.toggle-nav .option {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    left: auto;
    right: 125%;
    text-align: center;
    top: 20%;
}


@media (max-width: 1199px) {

    .default_header .row_bottom .toggle-nav {
        display: block;
    }

}

@media (max-width: 991px) {

    .default_header .row_bottom .toggle-nav {
        display: block;
        background: #efefef;
        padding: 12px 15px;
        border-radius: 3rem;
    }

}

@media (max-width: 767px) {

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

    .toggle_mobile_menu {
        display: flex;
        padding-left: unset;
        list-style: none;
        margin-bottom: unset;
    }

    .toggle_mobile_menu li a {
        color: #fff;
        margin-right: 10px !important;
    }

    .toggle_mobile_menu li a:last-child {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {

    .default_header .row_bottom .toggle-nav img {
        width: 27px;
    }

    #body-nav ul li a {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level label {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level label {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    #body-nav ul .sub-level li a {
        font-size: 16px !important;
    }

    .default_header .row_bottom .toggle-nav {
        padding: 8px 10px;
        border-radius: 3rem;
    }

}

@media (max-width: 420px) {

    #body-nav ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .toggle_mobile_menu li:last-child {
        display: none;
    }

}

.mdn-accordion,
.mdn-accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.mdn-accordion {
    margin: 4em auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

.mdn-accordion,
.mdn-accordion ul,
.mdn-accordion ul li {
    list-style: none;
}

.mdn-accordion ul {
    display: none;
}

/* @checkbox or radio
----------------------------------------------------- */
.mdn-accordion .accordion-toggle {
    position: absolute;
    opacity: 0;
}

/* @first level panels
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
    display: block;
    position: relative;
    text-decoration: none;
}

.mdn-accordion .accordion-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* @first level panel :hover
----------------------------------------------------- */
/* @all levels :active panels
----------------------------------------------------- */
/* @panels with long text
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* @show panel content
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked+.accordion-title+ul,
.mdn-accordion .accordion-toggle:checked+.accordion-title:nth-of-type(n)+ul {
    display: block;
}

.mdn-accordion li a i,
.mdn-accordion .accordion-title i {
    margin-right: 5px;
}

/* @second level +
----------------------------------------------------- */
.mdn-accordion ul a,
.mdn-accordion ul .accordion-title {
    padding-left: 52px;
}

.mdn-accordion ul ul a,
.mdn-accordion ul ul .accordion-title {
    padding-left: 80px;
}

.mdn-accordion ul ul ul a,
.mdn-accordion ul ul ul .accordion-title {
    padding-left: 110px;
}

/* @second level + :hover
----------------------------------------------------- */
/* @accordion arrow
------------------------------------------------------- */
.mdn-accordion .accordion-title::before {
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    content: "\f078";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    right: 10px;
}

.mdn-accordion .accordion-toggle:checked+.accordion-title::before {
    top: 0%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* @accordion support styles
------------------------------------------------------- */

.mdn-accordion .mdn-container {
    padding: 30px;
}

.mdn-accordion .mdn-container {
    border-bottom: 1px solid #EDF1F2;
}

.mdn-accordion .mdn-container h1 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 32px;
    color: #0099FF;
}

.mdn-accordion .mdn-container {
    color: #788B94;
}

.mdn-accordion .mdn-container p {
    line-height: 22px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 300;
}

.mdn-accordion .mdn-tagline {
    display: block;
    font-weight: 700;
}

.mdn-accordion .mdn-container ul {
    display: block;
    padding: 10px 0;
    list-style-type: disc;
    margin-left: 1.2em;
}

.mdn-accordion .mdn-container ul li {
    padding: 4px 0;
    display: list-item;
    list-style-type: disc;
    font-size: 14px;
    font-weight: 300;
}

.mdn-accordion .mdn-container h3 {
    color: #0099FF;
    font-size: 24px;
    font-weight: 300;
}

.single-level-accordion .mdn-container p {
    margin: 0 0 22px 0;
}

.mdn-accordion .mdn-container a {
    padding: 0;
    margin: 0;
    background: none;
    display: inline;
    font-size: inherit;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #0099FF;
}

.mdn-accordion .mdn-container a:hover {
    background: none;
    text-decoration: underline;
}

/* @separated content panels
----------------------------------------------------------- */
.split-panels {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.split-panels .sub-level {
    margin: 8px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.split-panels .sub-level:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.split-panels .sub-level .mdn-container {
    border-bottom: 0;
}

.split-panels a,
.split-panels .accordion-title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.split-panels .accordion-toggle:checked+.accordion-title {
    -webkit-box-shadow: inset 0 -1px #EDF1F2;
    -moz-box-shadow: inset 0 -1px #EDF1F2;
    box-shadow: inset 0 -1px #EDF1F2;
}

.mdn-accordion .mdn-accordion-ripple {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.6;
    padding: 0;
    margin: 0;
}

@media (max-width: 575px) {

    .mdn-accordion ul a,
    .mdn-accordion ul .accordion-title {
        padding-left: 0;
    }
}

/*
*******************************************************************
End Mobile Menu
*******************************************************************
*/


/*@media(min--moz-device-pixel-ratio:0) {}*/
html {
  scroll-behavior: smooth;
}

body {
  perspective-origine: center top;
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.btn-info {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
  border-radius: 0;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 375px;
  background-color: #252525;
  background: #318cf7;
  background: linear-gradient(to right, #b978e1 0%, #3a8bf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b978e1",endColorstr="#3a8bf7",GradientType=1);
  padding: 20px;
  border-radius: 0;
}

#gdpr-cookie-message h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: left;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  transition: all 0.3s ease-in;
  /* background: #ffffff; */
  padding: 0 4px;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #2a2a2a;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: #ffffff;
  color: #252525;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  color: #000000;
  background: white;
  margin-left: 15px;
}

button#gdpr-cookie-advanced:hover {
  color: #000000;
  background: white;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

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

#gdpr-cookie-types ul {
  padding: 0;
}

@media (max-width: 991px) {
  #gdpr-cookie-message {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}

.animation-action {
  text-transform: uppercase;
  background: #3B90EE;
  border: none;
  color: #fff;
  padding: 0.8rem 1.6rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  line-height: 1;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 0.8rem;
  outline: none !important;
}

.animation-action:hover {
  background: #2964A6;
}

.animation-action.animation-action-reset {
  background: none;
  border: 1px solid #303846;
}

.notification {
  display: block;
  float: left;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  background: #252525;
  width: 500px;
  position: fixed;
  top: 7.5rem;
  right: -31.7rem;
  opacity: 0;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
}

.notification.active {
  opacity: 1;
  right: 1.8rem;
}

.notification.pushed {
  top: 19rem;
}

.notification.pushed-again {
  top: 28.4rem;
}

.notification.off-screen {
  right: -31.7rem;
  opacity: 0;
}

.notification--top {
  padding: 10px;
  background: #3B90EE;
  background: linear-gradient(158deg, #3a8bf7 0%, #967eee 47%, #f36978 100%);
  display: flex;
  align-items: center;
  color: #fff;
}

.notification--top i {
  margin-right: 5px;
}

.notification--top p {
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.notification.notification-alert .notification--top {
  background: #FFC300;
  color: #192231;
}

.notification--content {
  padding: 15px;
  transition: all 0.4s ease-in-out;
}

.notification--content p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 2.4rem;
  transition: all 0.2s ease-in-out;
}

.notification.pushed .notification--content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.notification.pushed .notification--content p {
  opacity: 0;
}

.notification--actions {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.notification--actions:before {
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background: #0C1626;
  display: block;
  content: "";
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.notification--actions .left, .notification--actions .right {
  width: 50%;
  margin: 0;
  float: left;
  text-align: center;
  padding: 1.6rem 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.notification--actions .left {
  color: #3B90EE;
}

.notification--actions .right {
  color: #5F6670;
}

@media (max-width: 767px) {
  .notification {
    right: 0 !important;
    width: calc(100% - 30px);
    margin: 0 15px;
    display: flex;
  }
  .notification--content {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .notification {
    flex-direction: column;
  }
  .notification--top {
    justify-content: center;
  }
}

.bootstrap_form .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #767676;
}

.bootstrap_form .custom-control-label::after {
  top: -2.4px;
  left: -30.9px;
  width: 32px;
  height: 32px;
}

.bootstrap_form .custom-control-label span {
  position: relative;
  top: 2px;
}

.bootstrap_form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6286f3;
  background-color: #007bff00;
}

.bootstrap_form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: unset !important;
  background: #3b8bf7;
  border-radius: 3rem;
  width: 12px;
  height: 12px;
  top: 8px;
  left: -20px;
}

.bootstrap_form .custom-control .invalid-feedback,
.bootstrap_form .custom-control .valid-feedback {
  top: 27px;
  left: 0;
  position: absolute;
  width: 150px;
}

.bootstrap_form .form-check-input {
  width: 15px;
  height: 15px;
}

.bootstrap_form .form-check-wrapper p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.bootstrap_form .form-control {
  background-color: #e6e6e6;
  border: 0px solid #ced4da;
  border-radius: 0;
}

.bootstrap_form .form-control:focus {
  box-shadow: unset;
}

.bootstrap_form .btn-primary {
    background-color: #3b4cf4;
    border-color: #3b4cf4;
    border-radius: 0;
    transition: all .4s ease-out;
}

.bootstrap_form .btn-primary:hover {
  background-color: #252525;
  border-color: #252525;
  transition: all .4s ease-out;
}

.bootstrap_form .form-group label strong {
  color: #ff0022;
}

.bootstrap_form .form-group p strong {
  color: #ff0022;
}

.bootstrap_form .form-check label a {
  text-decoration: none;
}

#modalcontactform {
  z-index: 99999;
}

#modalcontactform .modal-content {
  border: unset;
  border-radius: 0;
}

#modalcontactform .modal-header {
  padding: 1rem 1rem 0;
  align-items: center;
  border-bottom: 0px solid #dee2e6;
}

#modalcontactform .modal-header .close {
  padding: 0rem 0rem;
  margin: 0;
}

#modalcontactform .modal-header h5 i {
  background: #252525;
  padding: 7px;
  color: #fff;
  border-radius: 3rem;
  font-size: 21px;
}

@media (max-width: 991px) {
  .bootstrap_form .custom-control-label::before {
    width: 17px;
    height: 17px;
  }
  .bootstrap_form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 9px;
    height: 9px;
    top: 8px;
    left: -20px;
  }
  .bootstrap_form .form-check-input {
    width: 14px;
    height: 14px;
  }
  form.bootstrap_form p,
  form.bootstrap_form label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bootstrap_form {
    text-align: center;
  }
  .bootstrap_form .custom-control .invalid-feedback, .bootstrap_form .custom-control .valid-feedback {
    top: 20px;
    left: -77px;
  }
}

.social_share {
  font-weight: 300;
  background: rgba(37, 37, 37, 0.1);
  color: #000;
  padding: 7px 10px;
  position: absolute;
  bottom: 90px;
  right: 15px;
}

.social_share .social_share_wrapper {
  display: flex;
  align-items: center;
}

.social_share .social_share_wrapper p {
  margin: 0;
}

#social-links {
  margin-left: 10px;
}

#social-links ul {
  display: flex;
  padding-left: unset;
  list-style: none;
  margin-bottom: unset;
}

#social-links ul li a {
  text-decoration: none;
  color: #4e4e4e;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -2px;
  transition: all ease-out .4s;
}

#social-links ul li a span {
  font-size: 20px;
}

#social-links ul li a:hover {
  color: #000;
  transition: all ease-out .4s;
}

#social-links ul li:last-child a {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .social_share .social_share_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social_share {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 15px;
  }
}

.ServicesDataController.services_data_view .pages_header .page_header_content {
  padding: 15px 25px;
  margin: 190px 0 0;
}

/* body.index .header_top {
  width: 1200px;
}*/

.header_bottom .navigation {
  justify-content: center !important;
}

.header_bottom {
    width: 100%;
    /* background: red; */
    display: flex;
}

.pages_header .page_header_content {
  background: #eeeeee;
  padding: 15px 25px;
  margin: 35px 0;
}

.pages_header .page_header_content i {
  font-size: 30px;
  color: #6185f3;
  background: white;
  padding: 10px;
  border-radius: 45px;
  margin-bottom: 5px;
  font-weight: 300;
}

.pages_header .page_header_content h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
}

.pages_header .page_header_content span {
  font-size: 25px;
  font-weight: 300;
}


section#home_banner .swiper.homebanner {
  height: 100vh !important;
}

section#home_banner .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100% !important;
  height: 100vh !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section#home_banner .swiper-button-next:after, section#home_banner .swiper-button-prev:after {
  color: #fff;
}

section#home_banner .slide-text {
  width: 55%;
  padding-left: 135px;
}

section#home_banner .slide-text .slide-title {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section#home_banner .slide-text .slide-title .home_banner_title {
  font-size: 52px;
}

section#home_banner .home_banner_subtitle {
    font-size: 27px;
    font-weight: 300;
}

section#home_banner .slide-text .slide-title p strong {
    margin-right: 10px;
}

section#home_banner .swiper-button-prev,
section#home_banner .swiper-rtl .swiper-button-next {
    left: 45px;
}

section#home_banner .swiper-button-next,
section#home_banner .swiper-rtl .swiper-button-prev {
    right: 45px;
}

section#home_banner .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

section#home_banner #animation_down {
    position: absolute;
    width: 200px;
    height: 50px;
    text-align: center;
    top: 85vh;
    left: 85px;
    z-index: 99999999999;
}

section#home_banner #animation_down a {
    text-decoration: none;
    color: #fff;
}



section#home_banner #animation_down a span {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -15px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

@media (max-width: 1350px) {
    #animation_down {
        width: 100% !important;
        text-align: center;
        left: 0 !important;
    }

    p.banner_btn {
        text-align: center;
    }

    section#home_banner .slide-text .slide-title {
        align-items: center;
        text-align: center;
    }

    .slide-text .slide-title .home_banner_title {
        font-size: 42px;
    }

    section#home_banner .home_banner_subtitle {
        font-size: 23px;
    }

    section#home_banner .slide-text {
        width: 100%;
        padding: 0 150px;
    }
}

@media (max-width: 992px) {
    section#home_banner .slide-text {
        padding: 0 90px;
    }

    section#home_banner .slide-text .slide-title .home_banner_title {
        font-size: 37px !important;
    }

    section#home_banner .home_banner_subtitle {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    section#home_banner #animation_down {
        width: 100%;
    }
}

@media (max-width: 575px) {
    section#home_banner .slide-text {
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    section#home_banner .slide-text .slide-title .home_banner_title {
        font-size: 28px !important;
    }

    section#home_banner .home_banner_subtitle {
        font-size: 18px;
    }
}


@media (max-width: 575px) {
    section#home_banner .slide-text {
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    section#home_banner .slide-text .slide-title .home_banner_title {
        font-size: 28px !important;
    }
    section#home_banner .home_banner_subtitle {
        font-size: 18px;
    }
}

.PagesController .page_intro_text p {
    font-size: 21px;
}

.PagesController .pages_text {
    margin-top: 40px;
}

.PagesController .pages_content .page_intro_text,
.PagesController .pages_content .pages_text {
  background: #fff;
}

.PagesController .pages_content#pages_wrapper .pages_text {
  background: #fff;
}

.PagesController .pages_content#pages_wrapper .pages_text ul {
  padding-left: unset;
  list-style: none;
  margin-bottom: unset;
}

.PagesController .pages_content#pages_wrapper .pages_text ul li ul li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f054";
  float: left;
  color: #ffffff;
  background: #7016ef;
  border-radius: 3rem;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.PagesController .pages_content#pages_wrapper .pages_text ul li ul {
  padding-left: 25px !important;
}

.PagesController .pages_content#pages_wrapper .pages_text p strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

.PagesController .pages_content#pages_wrapper .pages_text p {
  font-size: 18px;
}

.PagesController .pages_content {
  margin: 80px 0;
}

section.pages_bg {
    width: 100%;
    height: 300px;
    position: relative;
    top: unset;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-image: -webkit-linear-gradient(180deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    background-image: -moz-linear-gradient(180deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    background-image: -ms-linear-gradient(180deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    background-image: -o-linear-gradient(180deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    background-image: linear-gradient(180deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    background-image: linear-gradient(92deg, #3e49f3 0%, #1475F7 50%, #7114EF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7114EF', endColorStr='#3e49f3');
}

section.pages_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../../../images/frontend_images/overlay-shape3.png);
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.2;
    background-size: 150px;
}

section.pages_bg::after {
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 10%);
    height: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../../../images/frontend_images/overlay-shape4.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    opacity: 0.2;
    background-size: 150px;
}


section.pages_bg .page_header_content {
    color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
}

section.pages_bg .page_header_content strong {
    font-size: 4rem;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
}

section.pages_bg .page_header_content h1,
section.pages_bg .page_header_content p
 {
        padding: 0 !important;
        margin: 0 !important;
        }

section.pages_bg .page_header_content p {
    font-weight: 300;
}

/* .ServicesDataController.services_data_view section.pages_bg {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 0;
  background-position: center;
} */

section.pages_bg .page_header_content h1 {
    font-weight: 700;
}



@media (max-width: 1199px) {
  .PagesController .pages_content {
    margin: 0px 0;
  }
}

@media (max-width: 991px) {
  .PagesController .pages_content {
    margin: 0 15px;
  }
}

.PagesController.Page.profile h2 {
  font-size: 52px;
}

.PagesController.Page.profile .pages_content {
  margin: 20px 0 140px 0;
}

.PagesController.Page.profile .pages_content p {
  font-size: 21px;
}

.PagesController.Page.profile .pages_content .page_intro_text,
.PagesController.Page.profile .pages_content .pages_text {
  margin-bottom: 25px;
  background: #fff;
}

.PagesController .moto_text {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.PagesController .moto_text h3 strong {
  color: #c6c6c6;
  font-size: 61px;
  background: #f0f0f0;
  padding: 10px 20px;
  display: block;
  width: 100%;
}

.PagesController .box_image {
  width: 100%;
  height: 300px;
  background-size: cover;
  border-radius: 12px;
}

@media (max-width: 1499px) {
  .PagesController .moto_text h3 strong {
    font-size: 67px;
  }
}

@media (max-width: 1199px) {
  .PagesController.Page.profile .pages_content p {
    font-size: 18px;
  }
  .PagesController .moto_text h3 strong {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .PagesController .moto_text h3 strong {
    font-size: 45px;
  }
  .Page.profile .pages_content {
    margin: 0 15px !important;
  }
}

@media (max-width: 767px) {
  .Page.profile .pages_content .page_intro_text,
  .Page.profile .pages_content .pages_text {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .PagesController.Page.profile .pages_content p {
    font-size: 15px;
  }
  .PagesController .moto_text h3 strong {
    font-size: 23px;
  }
}

.PagesController.Page.services .pages_content,
.ServicesDataController.home_services_data .pages_content {
  margin: 0px 0 80px 0;
}

.PagesController.Page.services .page_intro_text,
.ServicesDataController.home_services_data .page_intro_text {
  background: #5887f4;
  background: linear-gradient(to right, #b978e1 0%, #3a8bf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b978e1",endColorstr="#3a8bf7",GradientType=1);
  padding: 15px;
  color: #fff;
}

.PagesController.Page.services .page_intro_text p,
.ServicesDataController.home_services_data .page_intro_text p {
  font-size: 21px;
  font-weight: 300;
}

.PagesController.Page.services .pages_text,
.ServicesDataController.home_services_data .pages_text {
  margin: 40px 0 80px;
}

.PagesController.Page.services .service_image,
.ServicesDataController.home_services_data .service_image {
  background-size: cover;
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.PagesController.Page.services a.service_text,
.ServicesDataController.home_services_data a.service_text {
  color: #000;
  transition: all .6s ease-out;
}

.PagesController.Page.services a.service_text:hover,
.ServicesDataController.home_services_data a.service_text:hover {
  text-decoration: none;
  background: #5887f4;
  background: linear-gradient(to right, #b978e1 0%, rgba(58, 139, 247, 0.7) 100%);
  transition: all .6s ease-out;
  color: #fff;
}

.PagesController.Page.services a.service_text:hover .intro p,
.ServicesDataController.home_services_data a.service_text:hover .intro p {
  background: transparent;
  transition: all .1s ease-out;
}

.PagesController.Page.services a.service_text:hover button,
.ServicesDataController.home_services_data a.service_text:hover button {
  background: #252525;
  transition: all .4s ease-out;
}

.PagesController.Page.services a.service_text h2,
.ServicesDataController.home_services_data a.service_text h2 {
  display: flex;
  flex-direction: column;
}

.PagesController.Page.services a.service_text .intro p,
.ServicesDataController.home_services_data a.service_text .intro p {
  font-size: 18px;
  font-weight: 300;
  background: white;
  margin-bottom: 15px;
  line-height: 1.7;
  transition: all .1s ease-out;
}

.PagesController.Page.services a.service_text button,
.ServicesDataController.home_services_data a.service_text button {
  border: unset;
  background: #d073b9;
  padding: 5px 15px;
  color: #fff;
  transition: all .4s ease-out;
}

.PagesController.Page.services .service_text,
.ServicesDataController.home_services_data .service_text {
  height: 100%;
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.PagesController.Page.services .service_text p,
.ServicesDataController.home_services_data .service_text p {
  margin: 0;
  font-size: 32px;
}

.PagesController.Page.services .service_text h2,
.ServicesDataController.home_services_data .service_text h2 {
  text-transform: uppercase;
}

.PagesController.Page.services .service_text ul,
.ServicesDataController.home_services_data .service_text ul {
  padding-left: unset;
  list-style: none;
  margin-bottom: unset;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
}

.PagesController.Page.services .service_text ul li,
.ServicesDataController.home_services_data .service_text ul li {
  padding: 5px 0;
}

.PagesController.Page.services .service_text ul li:before,
.ServicesDataController.home_services_data .service_text ul li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  color: #e56d91;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .PagesController.Page.services .pages_text,
  .ServicesDataController.home_services_data .pages_text {
    margin: 0px 0 40px;
  }
  .PagesController.Page.services .page_intro_text h1,
  .ServicesDataController.home_services_data .page_intro_text h1 {
    font-size: 37px;
  }
  .PagesController.Page.services .page_intro_text p,
  .ServicesDataController.home_services_data .page_intro_text p {
    font-size: 18px;
  }
  .PagesController.Page.services .service_text ul,
  .ServicesDataController.home_services_data .service_text ul {
    font-size: 17px;
  }
  .PagesController.Page.services .service_text h2,
  .ServicesDataController.home_services_data .service_text h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .PagesController.Page.services .page_intro_text,
  .ServicesDataController.home_services_data .page_intro_text {
    text-align: center;
  }
  .PagesController.Page.services .page_intro_text h1,
  .ServicesDataController.home_services_data .page_intro_text h1 {
    font-size: 34px;
  }
  .PagesController.Page.services .row.no-gutters.rev,
  .ServicesDataController.home_services_data .row.no-gutters.rev {
    flex-direction: column-reverse;
  }
  .PagesController.Page.services .service_image,
  .ServicesDataController.home_services_data .service_image {
    height: 400px;
  }
  .PagesController.Page.services .pages_content,
  .ServicesDataController.home_services_data .pages_content {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .PagesController.Page.services .page_intro_text p,
  .ServicesDataController.home_services_data .page_intro_text p {
    font-size: 16px;
  }
  .PagesController.Page.services .service_image,
  .ServicesDataController.home_services_data .service_image {
    height: 330px;
  }
  .PagesController.Page.services .service_text,
  .ServicesDataController.home_services_data .service_text {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .PagesController.Page.services .service_text,
  .ServicesDataController.home_services_data .service_text {
    padding: 35px;
  }
  .PagesController.Page.services .page_intro_text h1,
  .ServicesDataController.home_services_data .page_intro_text h1 {
    font-size: 24px;
  }
  .PagesController.Page.services .page_intro_text p,
  .ServicesDataController.home_services_data .page_intro_text p {
    font-size: 15px;
  }
  .PagesController.Page.services .pages_text,
  .ServicesDataController.home_services_data .pages_text {
    margin: 0px 0 30px;
  }
}

@media (max-width: 420px) {
  .PagesController.Page.services .service_text p,
  .ServicesDataController.home_services_data .service_text p {
    font-size: 30px;
  }
  .PagesController.Page.services .service_text ul li,
  .ServicesDataController.home_services_data .service_text ul li {
    font-size: 15px;
  }
  .PagesController.Page.services .service_text ul li:before,
  .ServicesDataController.home_services_data .service_text ul li:before {
    margin-right: 5px;
  }
  .PagesController.Page.services .service_text h2,
  .ServicesDataController.home_services_data .service_text h2 {
    font-size: 24px;
  }
  .PagesController.Page.services .service_image,
  .ServicesDataController.home_services_data .service_image {
    height: 270px;
  }
  .PagesController.Page.services .service_text,
  .ServicesDataController.home_services_data .service_text {
    padding: 20px;
  }
  .PagesController.Page.services .pages_text,
  .ServicesDataController.home_services_data .pages_text {
    margin: 0px 0 25px;
  }
}

.ServicesDataController .faq {
  margin-top: 25px;
  /* Accordion styles */
}

.ServicesDataController .faq body {
  color: #252525;
  background: #ecf0f1;
  padding: 0 1em 1em;
}

.ServicesDataController .faq h2 {
  margin: 0;
  background: #fff;
  display: inline-block;
  padding: 15px 0 27px;
}

.ServicesDataController .faq h2 i {
  background: #7015ef;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 3rem;
}

.ServicesDataController .faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.ServicesDataController .faq .row {
  display: flex;
}

.ServicesDataController .faq .row .col {
  flex: 1;
}

.ServicesDataController .faq .row .col:last-child {
  margin-left: 1em;
}

.ServicesDataController .faq .tabs {
  overflow: hidden;
}

.ServicesDataController .faq .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #525252;
}

.ServicesDataController .faq .tab:last-child {
  border-bottom: 0px solid;
}

.ServicesDataController .faq .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #252525;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  transition: all .4s ease-out;
  /* Icon */
}

.ServicesDataController .faq .tab-label:hover {
  background: #7015ef;
  transition: all .4s ease-out;
}

.ServicesDataController .faq .tab-label::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}

.ServicesDataController .faq .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #252525;
  background: white;
  transition: all .35s;
}

.ServicesDataController .faq .tab-close {
  display: flex;
  justify-content: center;
  padding: 1em;
  font-size: 0.75em;
  background: #64a1f8;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .4s ease-out;
}

.ServicesDataController .faq .tab-close:hover {
  background: #0c0c0c;
  transition: all .4s ease-out;
}

.ServicesDataController .faq input:checked + .tab-label {
  background: #7015ef;
  font-weight: 600;
  transition: all .6s ease-out;
}

.ServicesDataController .faq input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.ServicesDataController .faq input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 2em;
}

.ServicesDataController .faq input:checked ~ .tab-content p {
  margin: 0 !important;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .ServicesDataController .faq {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .ServicesDataController .faq h2 {
    width: 100%;
    text-align: center;
    font-size: 27px;
  }
  .ServicesDataController .faq input:checked ~ .tab-content {
    padding: 1.5em;
  }
  .ServicesDataController .faq input:checked ~ .tab-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .ServicesDataController .faq h2 {
    font-size: 21px;
  }
  .ServicesDataController .faq input:checked ~ .tab-content p {
    font-size: 15px;
  }
  .ServicesDataController .faq input:checked ~ .tab-content {
    padding: 1em;
  }
  .ServicesDataController .faq .tab-label {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .ServicesDataController .faq input:checked ~ .tab-content p {
    font-size: 14px;
  }
  .ServicesDataController .faq .tab-label {
    font-size: 13px;
  }
}

.BlogsController.homeblogs .home_blog_box_text h2 {
  font-size: 24px;
}

.BlogsController.homeblogs .latest_news {
  background: #fff;
  margin-top: 25px;
}

.BlogsController.homeblogs .latest_news a {
  display: flex;
  align-items: center;
  padding: 25px 65px;
  text-decoration: none;
  color: #000;
}

.BlogsController.homeblogs .latest_news .blog_text h2 {
  font-weight: 700;
  font-size: 48px;
}

.BlogsController.homeblogs .blog_box.blog_text p {
  font-weight: 400;
  font-size: 20px;
}

.BlogsController.homeblogs .latest_news .newblogdate {
  color: #949494;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.7px;
}

.BlogsController.homeblogs .latest_news .blog_box_left {
  width: 40%;
  padding-right: 50px;
}

.BlogsController.homeblogs .latest_news .blog_box_right {
  width: 60%;
}

.BlogsController.homeblogs .latest_news .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #252525;
}

.BlogsController.homeblogs .swiper-pagination.swiper-pagination-bullets {
  position: relative;
}

.BlogsController.homeblogs .newblogdate i {
  font-size: 15px !important;
  color: #000;
  margin: 0 !important;
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.BlogsController.blogview .home_blog_box .full_width_image {
  padding: 40px;
}

.BlogsController.blogview .home_blog_box .full_width_image_alert {
  display: none;
}

.BlogsController.blogview p a {
  color: #6e84f2 !important;
  font-weight: 700;
  transition: all .4s ease-out;
}

.BlogsController.blogview p a:hover {
  color: #f16a7b !important;
  transition: all .4s ease-out;
}

.BlogsController.blogview .pages_bg {
  width: 100%;
  height: 550px;
  position: fixed;
  top: -100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.BlogsController.blogview .pages_header .page_header_content {
  margin: 350px 0 90px;
}

.BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text p {
  font-weight: 300;
}

.BlogsController.blogview .blog_image {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.BlogsController.blogview .latest_blogs_header p {
  background: #252525;
  border-radius: 3rem;
  padding: 3px 15px;
  display: inline-block;
  color: #fff;
  border-bottom-right-radius: 0;
}

.BlogsController.blogview .latest_blog_box {
  margin-bottom: 10px;
}

.BlogsController.blogview .latest_blog_box:last-child {
  margin-bottom: 0px;
}

.BlogsController.blogview .latest_blog_box a {
  display: flex;
  background: #252525;
  text-decoration: none;
  color: #fff;
}

.BlogsController.blogview .latest_blog_box a .latest_blog_image {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.BlogsController.blogview .latest_blog_box a .latest_blog_box_title {
  width: 60%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BlogsController.blogview .latest_blog_box a .latest_blog_box_title p {
  margin-bottom: 0;
  font-weight: 300;
}

.BlogsController.blogview #home_blog {
  padding: 20px 0;
}

.BlogsController.blogview .intro_blog {
  padding-bottom: 15px;
}

.BlogsController.blogview .intro_blog h1, .BlogsController.blogview .intro_blog h2, .BlogsController.blogview .intro_blog h3, .BlogsController.blogview .intro_blog h4, .BlogsController.blogview .intro_blog h5, .BlogsController.blogview .intro_blog h6 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.3;
}

.BlogsController.blogview .intro_blog h1 strong, .BlogsController.blogview .intro_blog h2 strong, .BlogsController.blogview .intro_blog h3 strong, .BlogsController.blogview .intro_blog h4 strong, .BlogsController.blogview .intro_blog h5 strong, .BlogsController.blogview .intro_blog h6 strong {
  font-weight: 600;
}

.BlogsController.blogview .main_blog p span strong {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  line-height: 1.3;
}

.BlogsController.blogview .main_blog h1, .BlogsController.blogview .main_blog h2, .BlogsController.blogview .main_blog h3, .BlogsController.blogview .main_blog h4, .BlogsController.blogview .main_blog h5, .BlogsController.blogview .main_blog h6 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.3;
}

.BlogsController.blogview .main_blog h1 strong, .BlogsController.blogview .main_blog h2 strong, .BlogsController.blogview .main_blog h3 strong, .BlogsController.blogview .main_blog h4 strong, .BlogsController.blogview .main_blog h5 strong, .BlogsController.blogview .main_blog h6 strong {
  font-weight: 600;
}

.BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text {
  padding: 0px 40px 40px;
  background: #ffffff;
  color: #000;
}

.BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text h3 {
  margin: 0;
  padding: 10px 0;
  display: block;
}

.BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text p strong {
  font-weight: 600;
}

.BlogsController.blogview .degrade {
  /* background: linear-gradient(0.25turn, #2b8df8, #ad7beb, #f66975); */
    background-image: -webkit-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -moz-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -ms-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -o-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7114EF', endColorStr='#1475F7') !important;
  width: calc(100% - 32px);
  height: 15px;
  position: absolute;
  left: 16px;
  margin-top: 15px;
}

.BlogsController.blogview .social_outro .social_share_wrapper {
  display: flex;
  align-items: center;
}

.BlogsController.blogview .social_outro .social_share_wrapper a {
  color: #fff !important;
}

.BlogsController.blogview .social_outro .social_share_wrapper p {
  margin: 0;
  font-weight: 300;
}

.BlogsController.blogview .outro_info {
  display: flex;
  font-size: 17px;
}

.BlogsController.blogview .outro_info i {
  font-size: 17px !important;
}

.BlogsController.blogview .blog_date_outro {
  display: flex;
  margin-right: 10px;
}

.BlogsController.blogview .blog_date_outro p {
  margin: 0;
  letter-spacing: -1.5px;
  font-weight: 600;
}

.BlogsController.blogview .blog_date_outro strong {
  font-weight: 300;
  margin-right: 10px;
}

.BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text.outro {
  background: #252525 !important;
  color: #fff !important;
}

.BlogsController.blogview .home_blog_box_text i {
  position: absolute;
  font-size: 12rem;
  right: 55px;
  margin-top: -30px;
  color: rgba(255, 255, 255, 0.2);
  filter: brightness(0.5);
  display: block;
}

.BlogsController.blogview .home_blog_outro {
  padding: 30px 40px;
  background: #323232;
  color: #fff;
  font-size: 20px;
}

.BlogsController.blogview .home_blog_intro {
  background: #7015ef;
  padding: 30px 40px;
}

.BlogsController.blogview .home_blog_intro i {
  font-size: 6rem;
  color: #7015ef;
  position: absolute;
  filter: brightness(0.5);
  top: -43px;
  z-index: 0;
}

.BlogsController.blogview .home_blog_intro strong {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: #eeeeee;
  border-radius: 3rem;
  padding: 2.5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}

.BlogsController.blogview .home_blog_intro p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 1;
}

.BlogsController.blogview .pages_header .page_header_content {
  padding: 45px 25px;
}

.BlogsController.blogview .blog_date {
  font-weight: 400;
  background: #4e4e4e;
  color: #ffffff;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 3rem;
}

.BlogsController.blogview .blog_date p {
  margin: 0;
  padding: 0;
}

.BlogsController.blogview .blog_date i {
  font-size: unset;
  color: unset;
  background: unset;
  padding: unset;
  border-radius: unset;
  margin-bottom: unset;
  font-weight: unset;
  font-size: 19px;
  margin-right: 10px;
}

.BlogsController.blogview .blog_date .blog_date_wrapper {
  display: flex;
  align-items: center;
}

.BlogsController.blogview .blog_date .blog_date_wrapper .blog_date_day strong {
  font-size: 24px;
  font-weight: 800;
}

.BlogsController.blogview .blog_date .blog_date_wrapper .blog_date_year {
  margin-top: 0;
  font-size: 15px;
  margin-left: 5px;
}

.BlogsController .pages_header .page_header_content h1 {
  text-transform: none;
  margin-bottom: 10px;
}

.BlogsController #home_blog .home_blog_box .home_blog_box_text {
  margin-top: 0;
}

.BlogsController #home_blog .home_blog_box {
  margin-bottom: 0px;
  border: 1px solid #ddd;
}

.BlogsController #home_blog .home_blog_box a {
  text-decoration: none;
  color: #fff;
}

.BlogsController #home_blog .home_blog_box .home_blog_box_text {
  padding: 10px;
  text-align: left;
  background: black;
}

.BlogsController .blog_rowtext {
  background: #252525;
  padding: 30px 40px;
  border-bottom: 1px solid #3f3f3f;
  color: #fff;
}

.BlogsController .blog_rowtext h2 {
  color: #fff;
  font-weight: 600;
}

.BlogsController .blog_rowtext p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.BlogsController #home_blog {
  padding: 20px 0;
}

.BlogsController #home_blog .home_blog_box .home_blog_box_text p {
  font-size: 20px;
  padding: 20px 0 0;
}

.BlogsController section.related_news {
  background: whitesmoke;
  margin: 50px 0 0;
  border-radius: 5px;
  padding: 15px 20px 30px;
}

.BlogsController .related_news_header {
  position: relative;
  margin-top: -30px;
}

.BlogsController .related_news_header p {
  background: #7015ef;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.BlogsController .related_news_header p i {
  margin-right: 5px;
}

.BlogsController .related_blog_box_title {
  background: #252525;
  color: #fff;
  font-weight: 300;
  padding: 15px;
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: center;
}

.BlogsController #home_blog .home_blog_box .btn.btn-info {
  padding: 3px;
  font-size: 13px;
}

.BlogsController .related_blog_box_title p {
  margin: 0;
}

.BlogsController .related_news .swiper-slide a {
  text-decoration: none;
  color: #F5F5F5;
}

.BlogsController .swiper-button-next:after, .BlogsController .swiper-button-prev:after {
  color: #2a2a2a;
}

.BlogsController .related_blog_box {
  display: flex;
}

.BlogsController .related_blog_box img {
  width: 40%;
}

@media (max-width: 1800px) {
  .BlogsController.homeblogs .latest_news .blog_text h2 {
    font-size: 26px;
  }
  .BlogsController .pages_header .page_header_content i {
    font-size: 24px;
  }
  .BlogsController.homeblogs .blog_box_left.blog_text p {
    font-size: 14px;
  }
  .BlogsController.homeblogs .home_blog_box .home_blog_box_text h2 {
    font-size: 22px;
  }
}

@media (max-width: 1499px) {
  .BlogsController.homeblogs .latest_news .blog_box_left {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .BlogsController.homeblogs .latest_news .blog_box_right {
    width: 50%;
  }
  .BlogsController.homeblogs .home_blog_box .home_blog_box_text h2 {
    font-size: 22px;
  }
  .BlogsController.homeblogs .home_blog_box .home_blog_box_text p {
    font-size: 17px !important;
  }
  .BlogsController.homeblogs .latest_news .swiper-pagination-bullet {
    background: #252525;
  }
  .BlogsController.blogview .latest_blog_box a {
    flex-direction: column;
  }
  .BlogsController.blogview .latest_blog_box a .latest_blog_image {
    width: 100%;
    height: 125px;
  }
  .BlogsController.blogview .latest_blog_box a .latest_blog_box_title {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .BlogsController.blogview .pages_bg {
    height: 450px;
    background-position: 50% -190px !important;
  }
  .BlogsController.blogview .pages_header .page_header_content {
    margin: 275px 0 90px;
  }
  .BlogsController.blogview #home_blog {
    padding: 0px 0 10px;
    margin: 0;
  }
  .BlogsController.blogview .blog_image {
    height: 250px;
    background-position: center;
    margin-bottom: 60px;
  }
  .BlogsController.homeblogs .home_blog_box .home_blog_box_text h2 {
    font-size: 18px;
  }
  .BlogsController.homeblogs .latest_news a {
    padding: 0px 36px;
    flex-direction: column-reverse;
  }
  .BlogsController.homeblogs .latest_news .blog_box_right {
    width: 100%;
    padding: 30px 30px 0;
  }
  .BlogsController.homeblogs .latest_news .blog_box_left {
    width: 100%;
    padding: 20px 20px;
  }
  .BlogsController.homeblogs .latest_news .blog_text h2 {
    font-size: 21px;
  }
  .BlogsController.homeblogs .latest_news .swiper-pagination-bullet {
    background: #252525;
  }
  .BlogsController.homeblogs .swiper-pagination {
    position: relative;
  }
  .BlogsController.blogview .related_news_header p {
    font-size: 15px;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text p,
  .BlogsController.blogview .intro_blog p span,
  .BlogsController.blogview .blog_rowtext.home_blog_left_image p,
  .BlogsController.blogview .blog_rowtext.home_blog_right_image p {
    font-size: 16px !important;
  }
  .BlogsController.blogview .main_blog p span strong {
    font-size: 21px;
    line-height: 1.2;
  }
  .BlogsController .grid-item {
    width: 46.1333%;
  }
  .BlogsController .grid {
    padding: 0 1%;
  }
  .BlogsController.blogview .home_blog_intro p,
  .BlogsController.blogview .home_blog_outro {
    font-size: 17px;
  }
  .BlogsController .latest_blogs {
    display: none;
  }
  .BlogsController.blogview .home_blog_box_text i {
    position: absolute;
    font-size: 8rem;
  }
}

@media (max-width: 991px) {
  .BlogsController.blogview .home_blog_box .full_width_image {
    padding: 30px 30px 0;
  }
  .BlogsController.blogview .full_width_image {
    padding: 40px;
  }
  .BlogsController.blogview .full_width_image_alert {
    display: block !important;
    text-align: center;
    margin-top: 15px;
  }
  .BlogsController.blogview .pages_bg {
    background-position: 50% -45px !important;
  }
  .BlogsController.homeblogs.blog #home_blog {
    padding: 0 15px;
  }
  .BlogsController.blogview .blog_rowtext.home_blog_left_image img {
    margin-bottom: 20px;
  }
  .BlogsController.blogview #home_blog {
    padding: 0px 20px 20px !important;
  }
  .BlogsController.blogview .blog_date .blog_date_wrapper .blog_date_day strong {
    font-size: 21px;
    font-weight: 800;
  }
  .BlogsController.blogview .home_blog_box_text h2 {
    font-size: 27px;
  }
  .BlogsController.blogview .blog_date {
    margin-top: 10px;
  }

  .BlogsController .grid-item {
      width: 45.6333%;
  }

}

@media (max-width: 767px) {
  .BlogsController.blogview .pages_bg {
    background-position: 50% 0px !important;
  }
  .BlogsController .related_news .related_blog_box_title {
    width: 100%;
  }
  .BlogsController .pages_header .page_header_content i {
    font-size: 18px;
  }
  .BlogsController .swiper-button-next:after, .BlogsController .swiper-button-prev:after {
    font-size: 31px;
  }
  .BlogsController .grid-item {
    width: 44%;
  }
  .BlogsController.homeblogs .home_blog_box .home_blog_box_text p {
    font-size: 15px !important;
  }
  .BlogsController.homeblogs.blog #home_blog {
    padding: 0 0px;
  }
  .BlogsController .grid-item {
    padding-bottom: 5px;
  }
  .BlogsController.blogview .home_blog_intro p,
  .BlogsController.blogview .home_blog_outro {
    font-size: 15px;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text {
    text-align: center;
  }
  .BlogsController.blogview .home_blog_intro {
    text-align: center;
  }
  .BlogsController .blog_rowtext {
    text-align: center;
  }
  .BlogsController.blogview .outro_info {
    justify-content: center;
    font-size: 15px;
  }
  .BlogsController.blogview .home_blog_intro p,
  .BlogsController.blogview .home_blog_outro {
    text-align: center !important;
  }
  .BlogsController .related_blog_box {
    flex-direction: column;
  }
  .BlogsController .related_blog_box img {
    width: 100%;
  }
  .BlogsController .related_blog_box_title {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .BlogsController .grid-item {
        width: 100%;
  }
  .BlogsController.blogview .pages_bg {
    height: 400px;
  }
  .BlogsController.blogview .pages_header .page_header_content {
    margin: 195px 0 90px;
  }
  .BlogsController.blogview .home_blog_outro {
    padding: 25px 25px;
  }
  .BlogsController.blogview .outro_info {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .BlogsController.blogview .home_blog_box_text i {
    font-size: 6rem;
  }
  .BlogsController .blog_rowtext {
    padding: 15px 20px;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text {
    padding: 15px 20px 30px;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_text h3,
  .BlogsController .blog_rowtext h2 {
    font-size: 24px;
  }
  .BlogsController.homeblogs header.header_fixed {
    height: unset;
  }
  .BlogsController.blogview #home_blog {
    padding: 0px 15px !important;
  }
  .BlogsController.homeblogs.blog #home_blog .home_blog_box .home_blog_box_text p {
    font-size: 14px;
  }
  .BlogsController.homeblogs.blog #home_blog .home_blog_box .btn.btn-info {
    font-size: 12px;
  }
  .BlogsController.blogview #home_blog .home_blog_box_btn {
    display: none;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_btn#bottombtn {
    display: flex;
  }
  .BlogsController.blogview .pages_header .page_header_content {
    padding: 35px 25px;
  }
  .BlogsController.blogview #home_blog .home_blog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .BlogsController.blogview #home_blog .home_blog_box .home_blog_box_btn#bottombtn {
    margin-top: 15px;
  }
  .BlogsController.blogview #home_blog .home_blog_box .btn.btn-info {
    padding: 10px;
  }
  .BlogsController.blogview .related_news_header {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .BlogsController.blogview #home_blog {
    padding: 0px 0px !important;
  }
  .BlogsController.blogview .blog_image {
    height: 205px;
    background-position: center;
    margin-bottom: 60px;
  }
  .BlogsController.homeblogs .grid {
    padding: 0 2%;
  }
  .BlogsController.homeblogs .grid-item {
    width: calc(100% - 3%);
  }
  .BlogsController.homeblogs .latest_news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .BlogsController.homeblogs .swiper-pagination {
    bottom: 0;
  }
  .BlogsController.homeblogs .latest_news a {
    padding: 0px 45px;
  }
  .BlogsController.homeblogs .blog_box_left.blog_text p {
    display: none;
  }
  .BlogsController.homeblogs .latest_news .blog_box_right {
    padding: 20px 0 0 0;
  }
  .BlogsController.homeblogs .latest_news .blog_text h2 {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .BlogsController.homeblogs .latest_news .blog_text h2 i {
    padding: 0;
  }
  .BlogsController.homeblogs .latest_news .blog_box_left {
    padding: 0;
  }
  .BlogsController.homeblogs.blog #home_blog .home_blog_box .home_blog_box_text p {
    font-size: 14px;
  }
  .BlogsController.homeblogs.blog #home_blog .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .BlogsController.blogview .pages_header .page_header_content h1 {
    font-size: 18px;
  }
  .BlogsController.blogview .blog_date {
    margin-top: 10px;
  }
}

.ServicesDataController.services_data_view .pages_content {
  margin: 50px 0 0;
}

.ServicesDataController.services_data_view .pages_content .services_images {
  background-size: cover;
  width: calc(100% - 25px);
  margin-bottom: 20px;
}

.ServicesDataController.services_data_view .pages_content .services_images.left_image,
.ServicesDataController.services_data_view .pages_content .services_images.right_image {
  height: 350px;
}

.ServicesDataController.services_data_view .pages_content .services_dual_images {
  background-size: cover;
  width: calc(100% - 25px);
  background-position: center;
  margin-bottom: 20px;
}

.ServicesDataController.services_data_view .pages_content .services_dual_images.left_dual_image,
.ServicesDataController.services_data_view .pages_content .services_dual_images.right_dual_image {
  height: 350px;
}

.ServicesDataController.services_data_view .pages_content .gray_demo {
  background: gray;
  height: 350px;
}

.ServicesDataController.services_data_view .pages_content .whypreferus {
  background: #252525;
  padding: 40px;
}

.ServicesDataController.services_data_view .pages_content .whypreferus_box {
  margin-bottom: 25px;
}

.ServicesDataController.services_data_view .pages_content .whypreferus p {
  color: #fff;
}

.ServicesDataController.services_data_view .pages_content .whypreferus h2 i {
  background: #1475f7;
  padding: 10px;
  border-radius: 3rem;
}

.ServicesDataController.services_data_view .pages_content .whypreferus h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px !important;
}

.ServicesDataController.services_data_view .pages_content .whypreferus h3 {
  background: #fff;
  border-radius: 3rem;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 5px 15px;
  display: inline-block;
}

.ServicesDataController.services_data_view .pages_content .whypreferus h3 i {
  color: #000;
}

.ServicesDataController.services_data_view .pages_content .whypreferus_box i {
  color: #ddd;
}

.ServicesDataController.services_data_view .pages_content .whypreferus_box p {
  font-weight: 300;
  font-size: 18px;
}

.ServicesDataController.services_data_view .pages_content .whypreferus_box strong i {
  color: #9a7cc7;
}

.ServicesDataController.services_data_view .pages_content .whypreferus_box a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

.ServicesDataController.services_data_view .pages_content .service_box {
  padding: 25px;
  color: #232323;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.ServicesDataController.services_data_view .pages_content .service_box p {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 0;
}

.ServicesDataController.services_data_view .pages_content .service_box h3 {
  font-size: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ServicesDataController.services_data_view .pages_content .service_box .main_service {
  background: linear-gradient(to right, #b978e1 0%, rgba(58, 139, 247, 0.8) 100%);
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
}

.ServicesDataController.services_data_view .pages_content .service_box .main_service ul {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

.ServicesDataController.services_data_view .pages_content .service_box .main_service ul li {
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 0;
  font-weight: 400;
}

.ServicesDataController.services_data_view .pages_content .service_box .main_service ul li:last-child {
  border-bottom: 0px solid #ffffff91;
}

.ServicesDataController.services_data_view .pages_content .service_box .main_service ul li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f00c";
  margin-right: 10px;
}

.ServicesDataController.services_data_view .pages_content .moto_text {
  background: rgba(37, 37, 37, 0.9);
  padding: 10px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.ServicesDataController.services_data_view .pages_content .moto_text p {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
}

.ServicesDataController.services_data_view .pages_content .related_services {
  margin: 40px 0 0px;
}

.ServicesDataController.services_data_view .pages_content .related_services a {
  color: #3a3a3a;
}

.ServicesDataController.services_data_view .pages_content .related_services a:hover {
  text-decoration: none;
  color: #3a3a3a;
}

.ServicesDataController.services_data_view .pages_content .related_services a:hover p {
  background: #f76973;
  transition: all .4s ease-out;
}

.ServicesDataController.services_data_view .pages_content .related_services a p {
  margin-bottom: 0;
}

.ServicesDataController.services_data_view .pages_content .related_services .swiper-button-next, .ServicesDataController.services_data_view .pages_content .related_services .swiper-button-prev {
  color: #9e9e9e;
}

.ServicesDataController.services_data_view .pages_content .related_services .related_title {
  margin-top: 10px;
  text-align: left;
  position: absolute;
  bottom: 0;
}

.ServicesDataController.services_data_view .pages_content .related_services .related_title p {
  padding: 5px 15px;
  font-size: 18px;
  background: #3a3a3a;
  display: inline-block;
  color: #fff;
  transition: all .4s ease-out;
}

.services_title {
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .ServicesDataController.services_data_view .pages_content .service_box h3 {
    font-size: 27px;
  }
  .ServicesDataController.services_data_view .pages_content .moto_text p {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .ServicesDataController.services_data_view .pages_content .services_dual_images.left_dual_image,
  .ServicesDataController.services_data_view .pages_content .services_dual_images.right_dual_image {
    height: 300px;
  }
  .ServicesDataController.services_data_view .pages_content .services_images,
  .ServicesDataController.services_data_view .pages_content .services_dual_images {
    background-size: cover;
    width: calc(100% - 30px);
    margin-bottom: 20px;
    margin: 0 15px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus {
    padding: 25px;
    text-align: center;
  }
  .ServicesDataController.services_data_view .pages_content .service_box .main_service {
    padding: 20px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box h3 {
    justify-content: center;
    margin-bottom: 30px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box {
    padding: 15px 15px;
    margin-bottom: 20px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box p {
    font-size: 21px;
  }
  .ServicesDataController.services_data_view .pages_content .moto_text {
    margin-top: 20px;
    justify-content: center;
  }
  .ServicesDataController.services_data_view .pages_content .moto_text p {
    font-size: 26px;
  }
  .ServicesDataController.services_data_view .pages_content .related_services .related_title p {
    font-size: 16px;
  }
  .ServicesDataController.services_data_view .pages_content {
    margin: 50px 0 130px;
  }
}

@media (max-width: 991px) {
  .ServicesDataController.services_data_view .pages_content .services_dual_images.left_dual_image {
    margin-bottom: 20px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box {
    padding: 0px 15px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box p {
    font-size: 20px;
  }
  .ServicesDataController.services_data_view .pages_content {
    margin: 30px 15px 0px 15px;
  }
  .ServicesDataController.services_data_view header.pages_header {
    height: 100%;
  }
  .ServicesDataController.services_data_view .pages_content .service_box {
    text-align: center;
  }
  .ServicesDataController.services_data_view .pages_content .moto_text p {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .ServicesDataController.services_data_view .pages_content .services_images, .ServicesDataController.services_data_view .pages_content .services_dual_images {
    width: calc(100% - 0px);
    margin: 0 0px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box {
    padding: 0px 0px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box h3 {
    font-size: 21px;
  }
  .services_title {
    font-size: 26px;
    margin-top: 20px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus_box p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .ServicesDataController.services_data_view .pages_content .services_images.left_image,
  .ServicesDataController.services_data_view .pages_content .services_images.right_image {
    height: 280px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus h2 {
    font-size: 26px;
    margin-bottom: 25px ​ !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus h2 i {
    margin-bottom: 5px;
  }
}

@media (max-width: 420px) {
  .ServicesDataController.services_data_view .pages_content .services_dual_images.left_dual_image,
  .ServicesDataController.services_data_view .pages_content .services_dual_images.right_dual_image {
    height: 200px;
  }
  .ServicesDataController.services_data_view .pages_content .services_images.left_image,
  .ServicesDataController.services_data_view .pages_content .services_images.right_image {
    height: 200px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus h2 {
    font-size: 21px;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus_box strong {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 3rem;
    filter: invert(1);
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  .ServicesDataController.services_data_view .pages_content .whypreferus h3 {
    background: #fff;
  }
  .ServicesDataController.services_data_view .pages_content .service_box p {
    font-size: 17px;
  }
  .ServicesDataController.services_data_view .pages_content .service_box .main_service ul li {
    font-size: 16px;
  }
  .ServicesDataController.services_data_view .pages_content .moto_text p {
    font-size: 18px;
  }
}

.ServicesDataController.services_data_view .services_contact {
  margin: 50px 0 0;
}

.ServicesDataController.services_data_view .services_contact .services_header {
  text-align: center;
  background: #fff;
}

.ServicesDataController.services_data_view .services_contact .services_header h2 {
  background: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ServicesDataController.services_data_view .services_contact .services_header h2 i {
  background: #1475f7;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 3rem;
  margin-bottom: 10px;
}

.ServicesDataController.services_data_view .services_contact .services_header p {
  font-size: 19px;
  font-weight: 300;
}

.ServicesDataController.services_data_view .services_contact .services_header p strong {
  font-weight: 600;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper {
  display: flex;
  border-radius: 0.5rem;
  background: #318cf7;
  /* background: linear-gradient(to right, #ee6b81 0%, #6386f3 100%); */
    background-image: -webkit-linear-gradient(130deg, #7114EF 15%, #1475F7 40%, #7114EF) !important;
    background-image: -moz-linear-gradient(130deg, #7114EF 15%, #1475F7 40%, #7114EF) !important;
    background-image: -ms-linear-gradient(130deg, #7114EF 15%, #1475F7 40%, #7114EF) !important;
    background-image: -o-linear-gradient(130deg, #7114EF 15%, #1475F7 40%, #7114EF) !important;
    background-image: linear-gradient(130deg, #7114EF 15%, #1475F7 40%, #7114EF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7114EF', endColorStr='#1475F7') !important;
    background-color: transparent !important;
    background-size: 200%, 1px;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  border-right: 1px solid #fff9;
  text-align: center;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  transition: all .4s ease-out;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a i {
  font-size: 25px;
  margin-bottom: 5px;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a:hover {
  background: #252525;
  transition: all .4s ease-out;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.ServicesDataController.services_data_view .services_contact .services_wrapper a:last-child {
  border-right: 0px solid #fff9;
  cursor: pointer;
}

@media (max-width: 991px) {
  .ServicesDataController.services_data_view .services_contact .services_wrapper {
    flex-wrap: wrap;
  }
  .ServicesDataController.services_data_view .services_contact .services_wrapper a {
    width: 50%;
  }
  .ServicesDataController.services_data_view .services_contact .services_wrapper a {
    border-bottom: 1px solid #fff9;
  }
  .ServicesDataController.services_data_view .services_wrapper a:last-child {
    width: 100%;
  }
  .ServicesDataController.services_data_view .services_contact .services_header h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .ServicesDataController.services_data_view .services_contact .services_header p {
    font-size: 18px;
  }
  .ServicesDataController.services_data_view .services_contact .services_wrapper a {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .ServicesDataController.services_data_view .services_contact .services_header h2 {
    font-size: 21px;
  }
  .ServicesDataController.services_data_view .services_contact .services_header p {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .ServicesDataController.services_data_view .services_contact .services_header h2 {
    font-size: 22px;
  }
  .ServicesDataController.services_data_view .services_contact .services_header p {
    font-size: 17px;
  }
  .ServicesDataController.services_data_view .services_contact .services_wrapper a {
    font-size: 15px;
    padding: 25px 20px;
  }
}

.IndexController.offer .site-wrap {
  overflow: overlay;
}

.IndexController.offer .bootstrap_form {
  background: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
}

.IndexController.offer .notification {
  top: 2.5rem;
}

.IndexController.offer .contact_info {
  position: relative;
  right: 0;
  border-radius: 0;
  width: 100%;
  padding: 25px 50px;
  background: unset;
}

.IndexController.offer .contact_info .contact_info_box {
  background: linear-gradient(158deg, #3a8bf7 0%, #967eee 47%, #f36978 100%);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.IndexController.offer .contact_info .contact_info_box ul {
  display: flex;
  padding: 40px 5px 10px;
}

.IndexController.offer .contact_info .contact_info_box li {
  margin-bottom: 0;
  margin-left: 10px;
}

.IndexController.offer .contact_info .contact_info_box li.other_contact_types a {
  font-size: 20px;
  margin-right: 5px;
}

.IndexController.offer .contact_info .contact_info_box .contact_info_title {
  text-transform: uppercase;
  background: #2f2f2f;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 50px;
  font-weight: 300;
}

.IndexController.offer .offer_content {
  background-image: url(../../../images/frontend_images/assets/dots.svg);
  background-repeat: no-reapeat;
  background-position: center;
  background-size: cover;
}

.IndexController.offer .offer_header {
  z-index: 5;
  position: relative;
  padding: 65px 0px 65px 65px;
  display: flex;
  flex-direction: column;
}

.IndexController.offer .offer_header .logo {
  background-image: url(../../../images/frontend_images/brand/logo_main_white.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 355px;
  height: 150px;
  display: block;
  transition: all .4s ease-out;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff69;
  width: 100%;
  z-index: 1;
}

.IndexController.offer .offer_header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../../../images/frontend_images/brand/logo_only.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
  top: 0;
  left: -125px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.IndexController.offer .offer_header:after {
  position: fixed;
  content: "";
  background: #252525;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.IndexController.offer .offer_header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 62px;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 1;
}

.IndexController.offer .offer_header p {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  margin-top: 20px;
  z-index: 1;
}

.IndexController.offer .offer_header p b {
  position: absolute;
  background: #f26979;
  background: linear-gradient(to right, #b978e1 0%, #f06a7d 100%);
  border-radius: 3rem;
  width: 60px;
  height: 60px;
  margin-top: -22px;
  font-weight: 600;
  font-size: 72px;
  margin-left: 20px;
}

.IndexController.offer .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.IndexController.offer .offer_content {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1499px) {
  .IndexController.offer .offer_header .logo {
    background-size: 290px;
    height: 120px;
    margin-bottom: 30px;
    width: 100%;
    z-index: 1;
  }
  .IndexController.offer .offer_header h1 {
    font-size: 32px;
  }
  .IndexController.offer .offer_header p {
    font-size: 30px;
  }
  .IndexController.offer .offer_header p b {
    width: 50px;
    height: 50px;
    margin-top: -15px;
    font-size: 50px;
  }
  .IndexController.offer .contact_info .contact_info_box .contact_info_title {
    font-size: 18px !important;
    top: 5px;
    left: 15px;
  }
  .IndexController.offer .contact_info .contact_info_box ul {
    padding: 50px 5px 10px;
  }
}

@media (max-width: 1199px) {
  .IndexController.offer section#contact_form {
    margin: 40px 40px 0;
  }
  .offer_header::before {
    display: none;
  }
  .offer_header:after {
    display: none;
  }
  .IndexController.offer .offer_content {
    height: 100%;
  }
  .IndexController.offer .offer_content .container-fluid {
    padding: 0 !important;
  }
  .IndexController.offer .offer_header {
    padding: 25px;
    background: #252525;
    /* text-align: center; */
    display: flex;
    align-items: center;
  }
  .IndexController.offer .offer_header .logo {
    background-size: 170px;
    height: 70px;
    margin-bottom: 0;
    width: 100%;
    z-index: 1;
    background-position: center;
    border-bottom: 0;
  }
  .IndexController.offer .offer_header p {
    font-size: 30px;
    text-align: left;
  }
  .IndexController.offer .form_bottom {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }
  .IndexController.offer .contact_info {
    padding: 25px 50px !important;
  }
  .IndexController.offer .contact_info .contact_info_box .contact_info_title {
    top: unset;
    left: unset;
    text-align: center;
    position: relative;
  }
  .IndexController.offer .contact_info .contact_info_box ul {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .IndexController.offer .contact_info .contact_info_box ul li a {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .IndexController.offer #contact_form .custom_line:before {
    top: 24px;
  }
}

@media (max-width: 767px) {
  .IndexController.offer .contact_info {
    padding: 25px 25px !important;
  }
  .IndexController.offer .contact_info .contact_info_box {
    padding: 10px 10px !important;
  }
  .IndexController.offer .contact_info .contact_info_box ul {
    padding: 5px;
    flex-direction: column;
  }
  .IndexController.offer .contact_info .contact_info_box li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .IndexController.offer #contact_form .custom_line:before {
    top: 12px;
  }
  .IndexController.offer .contact_info .contact_info_box .contact_info_title {
    font-size: 16px !important;
  }
  .IndexController.offer .offer_header p {
    font-size: 26px;
    text-align: left;
  }
  .IndexController.offer .offer_header p b {
    font-size: 44px;
  }
  .IndexController.offer section#contact_form {
    margin: 20px 20px 0;
  }
}

@media (max-width: 420px) {
  .IndexController.offer .offer_header {
    padding: 15px;
  }
}

.IndexController.offer3 .offer_content,
.IndexController.offer2 .offer_content {
  background-image: unset !important;
  background: #2f2f2f;
}

.IndexController.offer3 .offer_text h1,
.IndexController.offer2 .offer_text h1 {
  color: #ffffff !important;
}

.IndexController.offer3 .promo_header.offer_text p,
.IndexController.offer2 .promo_header.offer_text p {
  font-size: 41px !important;
  padding: 10px 35px 15px 35px;
  border-radius: 10rem;
}

.IndexController.offer3 .btn-call-pulse,
.IndexController.offer2 .btn-call-pulse {
  background: #ffffff;
  color: black;
  bottom: 25px;
}

.IndexController.offer3 .btn-call-pulse-border::before,
.IndexController.offer2 .btn-call-pulse-border::before {
  border: 5px solid #ffffff;
}

.IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
.IndexController.offer2 .contact_info .contact_info_box .contact_info_title {
  background: #1e1e1e !important;
}

.IndexController.offer3 .offer_text .promo_text,
.IndexController.offer2 .offer_text .promo_text {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.IndexController.offer3 .offer_link a,
.IndexController.offer2 .offer_link a {
  margin-right: 20px;
}

.IndexController.offer3 .offer_link a:last-child,
.IndexController.offer2 .offer_link a:last-child {
  margin-right: 0px;
}

.IndexController.offer3 #hotelfaq .accordion-item.active .heading,
.IndexController.offer2 #hotelfaq .accordion-item.active .heading {
  color: #000000 !important;
}

.IndexController.offer3 #hotelfaq .accordion-item .heading:hover .icon:after,
.IndexController.offer3 #hotelfaq .accordion-item .heading:hover .icon:before,
.IndexController.offer3 #hotelfaq .accordion-item .heading:hover .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover .icon:before,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover .icon:after {
  background: #000000 !important;
}

.IndexController.offer3 #hotelfaq .accordion-item .icon:before,
.IndexController.offer3 #hotelfaq .accordion-item .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .icon:before,
.IndexController.offer2 #hotelfaq .accordion-item .icon:after {
  background: #000000 !important;
}

.IndexController.offer3 #hotelfaq .accordion-item .heading,
.IndexController.offer2 #hotelfaq .accordion-item .heading {
  color: #000000 !important;
}

.IndexController.offer3 #hotelfaq,
.IndexController.offer2 #hotelfaq {
  margin-bottom: 80px;
}

.IndexController.offer3 #hotelfaq .accordion,
.IndexController.offer2 #hotelfaq .accordion {
  max-width: unset !important;
}

.IndexController.offer3 .bootstrap_form,
.IndexController.offer2 .bootstrap_form {
  padding: 25px 25px !important;
  border-radius: 1rem;
}

.IndexController.offer3 #contact_form h2,
.IndexController.offer2 #contact_form h2 {
  color: #e8e8e8;
}

.IndexController.offer3 .contact_info,
.IndexController.offer2 .contact_info {
  padding: 25px 0px !important;
}

.IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
.IndexController.offer2 .contact_info .contact_info_box .contact_info_title {
  left: 0 !important;
}

.IndexController.offer3 ul.company_info_gr li:last-child,
.IndexController.offer2 ul.company_info_gr li:last-child {
  margin-left: 5px !important;
}

.IndexController.offer3 .company_gr_info,
.IndexController.offer2 .company_gr_info {
  padding: 0 5px 10px !important;
}

.IndexController.offer3 .copyrights_wrapper,
.IndexController.offer2 .copyrights_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-top: 0px solid #464646 !important;
}

.IndexController.offer3 .copyrights_wrapper p,
.IndexController.offer2 .copyrights_wrapper p {
  margin-bottom: 5px;
}

.IndexController.offer3 .promo_header.offer_text p,
.IndexController.offer2 .promo_header.offer_text p {
  display: flex;
  justify-content: center;
}

.IndexController.offer3 .site_info,
.IndexController.offer2 .site_info {
  background: #606060;
  border-radius: 10px;
  margin-top: 80px;
  padding: 40px 20px 0;
  color: #fff;
  text-align: center;
}

.IndexController.offer3 .site_info h3,
.IndexController.offer2 .site_info h3 {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.IndexController.offer3 .site_info h3 b,
.IndexController.offer2 .site_info h3 b {
  font-size: 36px;
}

.IndexController.offer3 .site_info .site_info_box,
.IndexController.offer2 .site_info .site_info_box {
  border-right: 1px solid #fff;
  font-size: 26px;
  margin-bottom: 40px;
  padding: 20px;
  font-weight: 300;
  transition: all .4s ease-out;
}

.IndexController.offer3 .site_info .site_info_box:hover,
.IndexController.offer2 .site_info .site_info_box:hover {
  transition: all .4s ease-out;
  background: #272727;
}

.IndexController.offer3 .site_info .site_info_box i,
.IndexController.offer2 .site_info .site_info_box i {
  font-size: 34px;
  background: white;
  padding: 10px;
  border-radius: 3rem;
  color: #404040;
}

.IndexController.offer3 .site_info .site_info_box_last,
.IndexController.offer2 .site_info .site_info_box_last {
  border-right: 0px solid #fff;
}

@media (max-width: 1499px) {
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    font-size: 34px !important;
  }
  .IndexController.offer3 .offer_text,
  .IndexController.offer2 .offer_text {
    padding: 0px 20px !important;
  }
  .IndexController.offer3 .offer_text.offer_works,
  .IndexController.offer2 .offer_text.offer_works {
    padding: 40px 20px 80px !important;
  }
  .IndexController.offer3 .btn-call-pulse,
  .IndexController.offer2 .btn-call-pulse {
    background: #343434;
    color: white;
    bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .IndexController.offer3 .site_info .site_info_box,
  .IndexController.offer2 .site_info .site_info_box {
    margin-bottom: 0;
  }
  .IndexController.offer3 .site_info .container .row .col-xl-4:nth-child(3),
  .IndexController.offer2 .site_info .container .row .col-xl-4:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .IndexController.offer3 .promo_header,
  .IndexController.offer2 .promo_header {
    text-align: center;
  }
  .IndexController.offer3 .offer_header .logo,
  .IndexController.offer2 .offer_header .logo {
    background-size: 190px !important;
  }
  .IndexController.offer3 .offer_text p b,
  .IndexController.offer2 .offer_text p b {
    color: #2f2f2f !important;
  }
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    display: block;
  }
  .IndexController.offer3 .site_info .site_info_box,
  .IndexController.offer2 .site_info .site_info_box {
    border-right: 0px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .IndexController.offer3 .site_info .site_info_box.site_info_box_last,
  .IndexController.offer2 .site_info .site_info_box.site_info_box_last {
    border-bottom: 0px solid #fff;
  }
  .IndexController.offer3 #contact_form h2,
  .IndexController.offer2 #contact_form h2 {
    margin-bottom: 2rem;
  }
  .IndexController.offer3 #hotelfaq,
  .IndexController.offer2 #hotelfaq {
    padding: 0 20px;
  }
  .IndexController.offer3 #contact_form,
  .IndexController.offer2 #contact_form {
    padding: 0 20px;
  }
  .IndexController.offer3 #contact_form .custom_line:before,
  .IndexController.offer2 #contact_form .custom_line:before {
    top: 24px;
  }
  .IndexController.offer3 .offer_text p b,
  .IndexController.offer2 .offer_text p b {
    color: #fff !important;
  }
  .IndexController.offer3 .contact_info .contact_info_box ul,
  .IndexController.offer2 .contact_info .contact_info_box ul {
    flex-direction: column;
  }
  .IndexController.offer3 .offer_info .contact_info,
  .IndexController.offer2 .offer_info .contact_info {
    padding: 25px 20px !important;
  }
}

@media (max-width: 767px) {
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1 {
    font-size: 38px !important;
  }
  .IndexController.offer3 .promo_header,
  .IndexController.offer2 .promo_header {
    margin-top: 25px !important;
  }
  .IndexController.offer3 .offer_link,
  .IndexController.offer2 .offer_link {
    display: flex;
    flex-direction: column;
  }
  .IndexController.offer3 .offer_link a:last-child,
  .IndexController.offer2 .offer_link a:last-child {
    margin-right: 20px;
  }
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p {
    font-size: 34px !important;
  }
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    font-size: 24px !important;
  }
}

@media (max-width: 575px) {
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1 {
    font-size: 32px !important;
  }
  .IndexController.offer3 .promo_header,
  .IndexController.offer2 .promo_header {
    margin-top: 0px !important;
  }
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    font-size: 24px !important;
  }
  .IndexController.offer3 .site_info,
  .IndexController.offer2 .site_info {
    margin-top: 45px;
  }
  .IndexController.offer3 .site_info h3 b,
  .IndexController.offer2 .site_info h3 b {
    font-size: 32px;
  }
  .IndexController.offer3 .site_info h3,
  .IndexController.offer2 .site_info h3 {
    font-size: 24px;
  }
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p {
    font-size: 26px !important;
  }
  .IndexController.offer3 .offer_text.offer_works,
  .IndexController.offer2 .offer_text.offer_works {
    padding: 15px 20px 40px !important;
    margin: 0;
  }
  .IndexController.offer3 .offer_text .promo_text,
  .IndexController.offer2 .offer_text .promo_text {
    margin-bottom: 0;
  }
  .IndexController.offer3 .offer_info .contact_info,
  .IndexController.offer2 .offer_info .contact_info {
    padding: 25px 25px !important;
  }
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    border-radius: 1rem;
  }
  .IndexController.offer3 .offer_text, .IndexController.offer3 .IndexController.hoteloffer .offer_text,
  .IndexController.offer2 .offer_text,
  .IndexController.offer2 .IndexController.hoteloffer .offer_text {
    padding: 0 !important;
  }
}

@media (max-width: 420px) {
  .IndexController.offer3 #contact_form .custom_line:before,
  .IndexController.offer2 #contact_form .custom_line:before {
    top: 16px;
  }
  .IndexController.offer3 #contact_form .custom_line,
  .IndexController.offer2 #contact_form .custom_line {
    font: 600 1.3rem/12px "Averta", sans-serif;
  }
  .IndexController.offer3 .site_info h3 b,
  .IndexController.offer2 .site_info h3 b {
    font-size: 23px;
  }
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1 {
    font-size: 24px !important;
  }
  .IndexController.offer3 .promo_header.offer_text p,
  .IndexController.offer2 .promo_header.offer_text p {
    padding: 10px 15px 15px 15px;
  }
  .IndexController.offer3 .site_info,
  .IndexController.offer2 .site_info {
    padding: 25px 20px;
  }
  .IndexController.offer3 .site_info h3,
  .IndexController.offer2 .site_info h3 {
    font-size: 22px;
  }
  .IndexController.offer3 .site_info .site_info_box,
  .IndexController.offer2 .site_info .site_info_box {
    font-size: 21px;
    padding: 15px 10px;
  }
  .IndexController.offer3 #hotelfaq,
  .IndexController.offer2 #hotelfaq {
    margin-bottom: 40px;
  }
  .IndexController.offer3 #contact_form .custom_line:before,
  .IndexController.offer2 #contact_form .custom_line:before {
    top: 13px;
  }
  .IndexController.offer3 #contact_form h2,
  .IndexController.offer2 #contact_form h2 {
    margin-bottom: 1rem;
  }
}

.IndexController.offer3 .bootstrap_form,
.IndexController.offer2 .bootstrap_form,
.IndexController.hoteloffer .bootstrap_form {
  background: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
}

.IndexController.offer3 #reverce_icon,
.IndexController.offer2 #reverce_icon,
.IndexController.hoteloffer #reverce_icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.IndexController.offer3 .promo_text strong,
.IndexController.offer2 .promo_text strong,
.IndexController.hoteloffer .promo_text strong {
  font-weight: 700;
}

.IndexController.offer3 .notification,
.IndexController.offer2 .notification,
.IndexController.hoteloffer .notification {
  top: 2.5rem;
}

.IndexController.offer3 .contact_info,
.IndexController.offer2 .contact_info,
.IndexController.hoteloffer .contact_info {
  position: relative;
  right: 0;
  border-radius: 0;
  width: 100%;
  padding: 25px 50px;
  background: unset;
}

.IndexController.offer3 .contact_info .contact_info_box,
.IndexController.offer2 .contact_info .contact_info_box,
.IndexController.hoteloffer .contact_info .contact_info_box {
  background: linear-gradient(158deg, #3a8bf7 0%, #967eee 47%, #f36978 100%);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.IndexController.offer3 .contact_info .contact_info_box ul,
.IndexController.offer2 .contact_info .contact_info_box ul,
.IndexController.hoteloffer .contact_info .contact_info_box ul {
  display: flex;
  padding: 40px 5px 10px;
}

.IndexController.offer3 .contact_info .contact_info_box li,
.IndexController.offer2 .contact_info .contact_info_box li,
.IndexController.hoteloffer .contact_info .contact_info_box li {
  margin-bottom: 0;
  margin-left: 10px;
}

.IndexController.offer3 .contact_info .contact_info_box li.other_contact_types a,
.IndexController.offer2 .contact_info .contact_info_box li.other_contact_types a,
.IndexController.hoteloffer .contact_info .contact_info_box li.other_contact_types a {
  font-size: 20px;
  margin-right: 5px;
}

.IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
.IndexController.offer2 .contact_info .contact_info_box .contact_info_title,
.IndexController.hoteloffer .contact_info .contact_info_box .contact_info_title {
  text-transform: uppercase;
  background: #2f2f2f;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 50px;
  font-weight: 300;
}

.IndexController.offer3 .offer_content,
.IndexController.offer2 .offer_content,
.IndexController.hoteloffer .offer_content {
  background-image: url(../../../images/frontend_images/assets/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.IndexController.offer3 .promo_header,
.IndexController.offer2 .promo_header,
.IndexController.hoteloffer .promo_header {
  margin-top: 45px;
}

.IndexController.offer3 .offer_header,
.IndexController.offer2 .offer_header,
.IndexController.hoteloffer .offer_header {
  margin-top: 15px;
  z-index: 5;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: #2f2f2f;
  justify-content: center;
  align-items: center;
}

.IndexController.offer3 .offer_header .logo,
.IndexController.offer2 .offer_header .logo,
.IndexController.hoteloffer .offer_header .logo {
  background-image: url(../../../images/frontend_images/brand/logo_main_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 295px;
  height: 75px;
  display: block;
  transition: all .4s ease-out;
  width: 100%;
  z-index: 1;
}

.IndexController.offer3 .offer_link,
.IndexController.offer2 .offer_link,
.IndexController.hoteloffer .offer_link {
  width: 100%;
  margin-top: 20px;
}

.IndexController.offer3 .offer_text,
.IndexController.offer2 .offer_text,
.IndexController.hoteloffer .offer_text {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.IndexController.offer3 .offer_text a,
.IndexController.offer2 .offer_text a,
.IndexController.hoteloffer .offer_text a {
  background: #b17aea;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 15px 50px;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 2rem;
  margin-top: 20px;
  transition: all 333ms ease-in-out;
}

.IndexController.offer3 .offer_text a:hover,
.IndexController.offer2 .offer_text a:hover,
.IndexController.hoteloffer .offer_text a:hover {
  text-decoration: none;
  background: #252525;
  color: #fff;
}

.IndexController.offer3 .offer_text h1,
.IndexController.offer2 .offer_text h1,
.IndexController.hoteloffer .offer_text h1 {
  color: #404040;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
}

.IndexController.offer3 .offer_text p,
.IndexController.offer2 .offer_text p,
.IndexController.hoteloffer .offer_text p {
  color: #404040;
  font-weight: 300;
  font-size: 46px;
  margin-top: 20px;
  z-index: 1;
  width: 100%;
  background: #fff;
}

.IndexController.offer3 .offer_text p b,
.IndexController.offer2 .offer_text p b,
.IndexController.hoteloffer .offer_text p b {
  position: absolute;
  background: #f26979;
  background: linear-gradient(to right, #b978e1 0%, #f06a7d 100%);
  border-radius: 3rem;
  width: 60px;
  height: 60px;
  margin-top: -22px;
  font-weight: 600;
  font-size: 72px;
  margin-left: 20px;
  font-weight: 900;
}

.IndexController.offer3 .img_bg,
.IndexController.offer2 .img_bg,
.IndexController.hoteloffer .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.IndexController.offer3 .offer_content,
.IndexController.offer2 .offer_content,
.IndexController.hoteloffer .offer_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.IndexController.offer3 .offer_text,
.IndexController.offer2 .offer_text,
.IndexController.hoteloffer .offer_text {
  padding: 60px 20px;
  text-align: center;
}

.IndexController.offer3 #offer_text_bottom.offer_text,
.IndexController.offer2 #offer_text_bottom.offer_text,
.IndexController.hoteloffer #offer_text_bottom.offer_text {
  padding: 60px 20px 100px;
  text-align: center;
}

@media (max-width: 1499px) {
  .IndexController.offer3 .offer_header .logo,
  .IndexController.offer2 .offer_header .logo,
  .IndexController.offer .offer_header .logo,
  .IndexController.hoteloffer .offer_header .logo {
    background-size: 270px;
    height: 90px;
    margin-bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .IndexController.offer3 .offer_header h1,
  .IndexController.offer2 .offer_header h1,
  .IndexController.offer .offer_header h1,
  .IndexController.hoteloffer .offer_header h1 {
    font-size: 32px;
  }
  .IndexController.offer3 .offer_header p,
  .IndexController.offer2 .offer_header p,
  .IndexController.offer .offer_header p,
  .IndexController.hoteloffer .offer_header p {
    font-size: 30px;
  }
  .IndexController.offer3 .offer_header p b,
  .IndexController.offer2 .offer_header p b,
  .IndexController.offer .offer_header p b,
  .IndexController.hoteloffer .offer_header p b {
    width: 50px;
    height: 50px;
    margin-top: -15px;
    font-size: 50px;
  }
  .IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer2 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer .contact_info .contact_info_box .contact_info_title,
  .IndexController.hoteloffer .contact_info .contact_info_box .contact_info_title {
    font-size: 18px !important;
    top: 5px;
    left: 15px;
  }
  .IndexController.offer3 .contact_info .contact_info_box ul,
  .IndexController.offer2 .contact_info .contact_info_box ul,
  .IndexController.offer .contact_info .contact_info_box ul,
  .IndexController.hoteloffer .contact_info .contact_info_box ul {
    padding: 50px 5px 10px;
  }
}

@media (max-width: 1350px) {
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p,
  .IndexController.offer .offer_text p,
  .IndexController.hoteloffer .offer_text p {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .offer_header::before {
    display: none;
  }
  .offer_header:after {
    display: none;
  }
  .IndexController.offer3 .offer_content,
  .IndexController.offer2 .offer_content,
  .IndexController.offer .offer_content,
  .IndexController.hoteloffer .offer_content {
    height: 100%;
  }
  .IndexController.offer3 .offer_content .container-fluid,
  .IndexController.offer2 .offer_content .container-fluid,
  .IndexController.offer .offer_content .container-fluid,
  .IndexController.hoteloffer .offer_content .container-fluid {
    padding: 0 !important;
  }
  .IndexController.offer3 .offer_header,
  .IndexController.offer2 .offer_header,
  .IndexController.offer .offer_header,
  .IndexController.hoteloffer .offer_header {
    padding: 25px;
    background: #252525;
    /* text-align: center; */
    display: flex;
    align-items: center;
  }
  .IndexController.offer3 .offer_header .logo,
  .IndexController.offer2 .offer_header .logo,
  .IndexController.offer .offer_header .logo,
  .IndexController.hoteloffer .offer_header .logo {
    background-size: 170px;
    height: 70px;
    margin-bottom: 0;
    width: 100%;
    z-index: 1;
    background-position: center;
    border-bottom: 0;
  }
  .IndexController.offer3 .offer_header p,
  .IndexController.offer2 .offer_header p,
  .IndexController.offer .offer_header p,
  .IndexController.hoteloffer .offer_header p {
    font-size: 30px;
    text-align: left;
  }
  .IndexController.offer3 .form_bottom,
  .IndexController.offer2 .form_bottom,
  .IndexController.offer .form_bottom,
  .IndexController.hoteloffer .form_bottom {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }
  .IndexController.offer3 .contact_info,
  .IndexController.offer2 .contact_info,
  .IndexController.offer .contact_info,
  .IndexController.hoteloffer .contact_info {
    padding: 25px 50px !important;
  }
  .IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer2 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer .contact_info .contact_info_box .contact_info_title,
  .IndexController.hoteloffer .contact_info .contact_info_box .contact_info_title {
    top: unset;
    left: unset;
    text-align: center;
    position: relative;
  }
  .IndexController.offer3 .contact_info .contact_info_box ul,
  .IndexController.offer2 .contact_info .contact_info_box ul,
  .IndexController.offer .contact_info .contact_info_box ul,
  .IndexController.hoteloffer .contact_info .contact_info_box ul {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .IndexController.offer3 .contact_info .contact_info_box ul li a,
  .IndexController.offer2 .contact_info .contact_info_box ul li a,
  .IndexController.offer .contact_info .contact_info_box ul li a,
  .IndexController.hoteloffer .contact_info .contact_info_box ul li a {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .IndexController.offer3 .contact_info,
  .IndexController.offer2 .contact_info,
  .IndexController.offer .contact_info,
  .IndexController.hoteloffer .contact_info {
    padding: 25px 25px !important;
  }
  .IndexController.offer3 .contact_info .contact_info_box,
  .IndexController.offer2 .contact_info .contact_info_box,
  .IndexController.offer .contact_info .contact_info_box,
  .IndexController.hoteloffer .contact_info .contact_info_box {
    padding: 10px 10px !important;
  }
  .IndexController.offer3 .contact_info .contact_info_box ul,
  .IndexController.offer2 .contact_info .contact_info_box ul,
  .IndexController.offer .contact_info .contact_info_box ul,
  .IndexController.hoteloffer .contact_info .contact_info_box ul {
    padding: 5px;
    flex-direction: column;
  }
  .IndexController.offer3 .contact_info .contact_info_box li,
  .IndexController.offer2 .contact_info .contact_info_box li,
  .IndexController.offer .contact_info .contact_info_box li,
  .IndexController.hoteloffer .contact_info .contact_info_box li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .IndexController.offer3 .promo_header,
  .IndexController.offer2 .promo_header,
  .IndexController.offer .promo_header,
  .IndexController.hoteloffer .promo_header {
    margin-top: 0;
  }
  .IndexController.offer3 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer2 .contact_info .contact_info_box .contact_info_title,
  .IndexController.offer .contact_info .contact_info_box .contact_info_title,
  .IndexController.hoteloffer .contact_info .contact_info_box .contact_info_title {
    font-size: 16px !important;
  }
  .IndexController.offer3 .offer_header p,
  .IndexController.offer2 .offer_header p,
  .IndexController.offer .offer_header p,
  .IndexController.hoteloffer .offer_header p {
    font-size: 26px;
    text-align: left;
  }
  .IndexController.offer3 .offer_header p b,
  .IndexController.offer2 .offer_header p b,
  .IndexController.offer .offer_header p b,
  .IndexController.hoteloffer .offer_header p b {
    font-size: 44px;
  }
}

@media (max-width: 420px) {
  .IndexController.offer3 .offer_header,
  .IndexController.offer2 .offer_header,
  .IndexController.offer .offer_header,
  .IndexController.hoteloffer .offer_header {
    padding: 15px;
  }
}

.btn-call-pulse {
  background: #f56974;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all .4s ease-out;
}

.btn-call-pulse:hover {
  text-decoration: none;
  color: #fff;
  background: #2f2f2f;
  transition: all .4s ease-out;
}

.btn-call-pulse i {
  font-size: 31px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 105, 116, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(245, 105, 116, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 105, 116, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(245, 105, 116, 0);
  }
}

.btn-call-pulse-border {
  z-index: 9999;
  bottom: 120px;
  right: 25px;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.btn-call-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #f56974;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
  animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .IndexController.offer3 .offer_header,
  .IndexController.offer2 .offer_header,
  .IndexController.hoteloffer .offer_header {
    padding: 5px;
  }
  .IndexController.offer3 .offer_text,
  .IndexController.offer2 .offer_text,
  .IndexController.hoteloffer .offer_text {
    text-align: center;
    margin: 15px 0;
    padding: 15px;
  }
  .IndexController.offer3 .offer_text p b,
  .IndexController.offer2 .offer_text p b,
  .IndexController.hoteloffer .offer_text p b {
    position: relative;
    font-size: 44px;
    margin-left: 20px;
    font-weight: 900;
    padding: 5px 15px;
    color: #fff;
  }
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1,
  .IndexController.hoteloffer .offer_text h1 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .IndexController.offer3 .contact_info,
  .IndexController.offer2 .contact_info,
  .IndexController.hoteloffer .contact_info {
    padding: 25px 0px !important;
  }
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p,
  .IndexController.hoteloffer .offer_text p {
    font-size: 40px;
  }
  .IndexController.offer3 .offer_text p b,
  .IndexController.offer2 .offer_text p b,
  .IndexController.hoteloffer .offer_text p b {
    font-size: 40px;
    margin-left: 15px;
  }
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1,
  .IndexController.hoteloffer .offer_text h1 {
    font-size: 44px;
  }
  .IndexController.offer3 .offer_text a,
  .IndexController.offer2 .offer_text a,
  .IndexController.hoteloffer .offer_text a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p,
  .IndexController.hoteloffer .offer_text p {
    font-size: 34px;
  }
  .IndexController.offer3 .offer_text p b,
  .IndexController.offer2 .offer_text p b,
  .IndexController.hoteloffer .offer_text p b {
    font-size: 34px;
    margin-left: 8px;
  }
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1,
  .IndexController.hoteloffer .offer_text h1 {
    font-size: 42px;
  }
  .IndexController.offer3 .offer_text a,
  .IndexController.offer2 .offer_text a,
  .IndexController.hoteloffer .offer_text a {
    font-size: 17px;
    padding: 15px 40px;
  }
  .IndexController.offer3 .offer_text h1,
  .IndexController.offer2 .offer_text h1,
  .IndexController.hoteloffer .offer_text h1 {
    font-size: 32px;
  }
  .IndexController.offer3 .offer_text p,
  .IndexController.offer2 .offer_text p,
  .IndexController.hoteloffer .offer_text p {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .IndexController.offer3 .offer_text a,
  .IndexController.offer2 .offer_text a,
  .IndexController.hoteloffer .offer_text a {
    font-size: 13px;
    padding: 15px 20px;
  }
}

.IndexController.offer3 #hotelfaq .howtowork_details,
.IndexController.offer2 #hotelfaq .howtowork_details,
.IndexController.hoteloffer #hotelfaq .howtowork_details {
  padding: 4rem 0px;
}

.IndexController.offer3 #hotelfaq .howtowork_details h2,
.IndexController.offer2 #hotelfaq .howtowork_details h2,
.IndexController.hoteloffer #hotelfaq .howtowork_details h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.IndexController.offer3 #hotelfaq .howtowork_details p,
.IndexController.offer2 #hotelfaq .howtowork_details p,
.IndexController.hoteloffer #hotelfaq .howtowork_details p {
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.7;
}

.IndexController.offer3 #hotelfaq .custom_line,
.IndexController.offer2 #hotelfaq .custom_line,
.IndexController.hoteloffer #hotelfaq .custom_line {
  font-weight: 600;
  font: 600 3rem/12px "Averta", sans-serif;
  padding: 0 6px;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
  -o-border-image: unset;
  border-image: unset;
  border-bottom: unset;
}

.IndexController.offer3 #hotelfaq .custom_line:before,
.IndexController.offer2 #hotelfaq .custom_line:before,
.IndexController.hoteloffer #hotelfaq .custom_line:before {
  content: "";
  width: 100%;
  left: 0;
  right: auto;
  height: 0;
  -o-border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
  border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
  border-image-slice: 1;
  border-bottom: 10px solid;
  position: absolute;
  top: 43px;
  bottom: 0;
  z-index: -1;
  transition: all 0.2s linear;
}

.IndexController.offer3 #hotelfaq .howtowork_header,
.IndexController.offer2 #hotelfaq .howtowork_header,
.IndexController.hoteloffer #hotelfaq .howtowork_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}

.IndexController.offer3 #hotelfaq .howtowork_header h2,
.IndexController.offer2 #hotelfaq .howtowork_header h2,
.IndexController.hoteloffer #hotelfaq .howtowork_header h2 {
  color: #252525;
  font-size: 1.3rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.IndexController.offer3 #hotelfaq *,
.IndexController.offer3 #hotelfaq *:before,
.IndexController.offer3 #hotelfaq *:after,
.IndexController.offer2 #hotelfaq *,
.IndexController.offer2 #hotelfaq *:before,
.IndexController.offer2 #hotelfaq *:after,
.IndexController.hoteloffer #hotelfaq *,
.IndexController.hoteloffer #hotelfaq *:before,
.IndexController.hoteloffer #hotelfaq *:after {
  box-sizing: border-box;
}

.IndexController.offer3 #hotelfaq .accordion,
.IndexController.offer2 #hotelfaq .accordion,
.IndexController.hoteloffer #hotelfaq .accordion {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: .5rem;
}

.IndexController.offer3 #hotelfaq .accordion-item,
.IndexController.offer2 #hotelfaq .accordion-item,
.IndexController.hoteloffer #hotelfaq .accordion-item {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.IndexController.offer3 #hotelfaq .accordion-item:last-child,
.IndexController.offer2 #hotelfaq .accordion-item:last-child,
.IndexController.hoteloffer #hotelfaq .accordion-item:last-child {
  border-bottom: unset;
}

.IndexController.offer3 #hotelfaq .accordion-item.active,
.IndexController.offer2 #hotelfaq .accordion-item.active,
.IndexController.hoteloffer #hotelfaq .accordion-item.active {
  border-bottom: 1px solid #ddd;
}

.IndexController.offer3 #hotelfaq .accordion-item.active .heading,
.IndexController.offer2 #hotelfaq .accordion-item.active .heading,
.IndexController.hoteloffer #hotelfaq .accordion-item.active .heading {
  color: #f66974;
}

.IndexController.offer3 #hotelfaq .accordion-item.active .icon,
.IndexController.offer2 #hotelfaq .accordion-item.active .icon,
.IndexController.hoteloffer #hotelfaq .accordion-item.active .icon {
  background: transparent;
}

.IndexController.offer3 #hotelfaq .accordion-item.active .icon:before,
.IndexController.offer2 #hotelfaq .accordion-item.active .icon:before,
.IndexController.hoteloffer #hotelfaq .accordion-item.active .icon:before {
  background: #f16a7c;
}

.IndexController.offer3 #hotelfaq .accordion-item.active .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item.active .icon:after,
.IndexController.hoteloffer #hotelfaq .accordion-item.active .icon:after {
  width: 0;
}

.IndexController.offer3 #hotelfaq .accordion-item.active:last-child,
.IndexController.offer2 #hotelfaq .accordion-item.active:last-child,
.IndexController.hoteloffer #hotelfaq .accordion-item.active:last-child {
  border-bottom: unset;
}

.IndexController.offer3 #hotelfaq .accordion-item .heading,
.IndexController.offer2 #hotelfaq .accordion-item .heading,
.IndexController.hoteloffer #hotelfaq .accordion-item .heading {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #606060;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  transition: 0.3s ease-in-out;
}

@media (min-width: 40rem) {
  .IndexController.offer3 #hotelfaq .accordion-item .heading,
  .IndexController.offer2 #hotelfaq .accordion-item .heading,
  .IndexController.hoteloffer #hotelfaq .accordion-item .heading {
    font-size: 1.2rem;
  }
}

.IndexController.offer3 #hotelfaq .accordion-item .heading:hover,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover,
.IndexController.hoteloffer #hotelfaq .accordion-item .heading:hover {
  color: #f66974;
}

.IndexController.offer3 #hotelfaq .accordion-item .heading:hover .icon:before, .IndexController.offer3 #hotelfaq .accordion-item .heading:hover .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover .icon:before,
.IndexController.offer2 #hotelfaq .accordion-item .heading:hover .icon:after,
.IndexController.hoteloffer #hotelfaq .accordion-item .heading:hover .icon:before,
.IndexController.hoteloffer #hotelfaq .accordion-item .heading:hover .icon:after {
  background: #f66974;
}

.IndexController.offer3 #hotelfaq .accordion-item .icon,
.IndexController.offer2 #hotelfaq .accordion-item .icon,
.IndexController.hoteloffer #hotelfaq .accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  border-radius: 3px;
  transform: translateY(-50%);
}

.IndexController.offer3 #hotelfaq .accordion-item .icon:before, .IndexController.offer3 #hotelfaq .accordion-item .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .icon:before,
.IndexController.offer2 #hotelfaq .accordion-item .icon:after,
.IndexController.hoteloffer #hotelfaq .accordion-item .icon:before,
.IndexController.hoteloffer #hotelfaq .accordion-item .icon:after {
  content: '';
  width: 1.25rem;
  height: 0.25rem;
  background: #f46976;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.IndexController.offer3 #hotelfaq .accordion-item .icon:after,
.IndexController.offer2 #hotelfaq .accordion-item .icon:after,
.IndexController.hoteloffer #hotelfaq .accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.IndexController.offer3 #hotelfaq .accordion-item .content,
.IndexController.offer2 #hotelfaq .accordion-item .content,
.IndexController.hoteloffer #hotelfaq .accordion-item .content {
  display: none;
}

.IndexController.offer3 #hotelfaq .accordion-item .content p,
.IndexController.offer2 #hotelfaq .accordion-item .content p,
.IndexController.hoteloffer #hotelfaq .accordion-item .content p {
  margin-top: 0;
}

@media (min-width: 40rem) {
  .IndexController.offer3 #hotelfaq .accordion-item .content,
  .IndexController.offer2 #hotelfaq .accordion-item .content,
  .IndexController.hoteloffer #hotelfaq .accordion-item .content {
    line-height: 1.75;
  }
}

@media (max-width: 1199px) {
  .IndexController.offer3 #howtowork .howtowork_header h2,
  .IndexController.offer2 #howtowork .howtowork_header h2,
  .IndexController.hoteloffer #howtowork .howtowork_header h2 {
    font-size: 16px;
  }
  .IndexController.offer3 #howtowork .custom_line,
  .IndexController.offer2 #howtowork .custom_line,
  .IndexController.hoteloffer #howtowork .custom_line {
    font: 600 2rem/12px "Averta", sans-serif;
  }
  .IndexController.offer3 #howtowork .custom_line:before,
  .IndexController.offer2 #howtowork .custom_line:before,
  .IndexController.hoteloffer #howtowork .custom_line:before {
    top: 27px;
  }
  .IndexController.offer3 #howtowork .accordion-item .heading,
  .IndexController.offer2 #howtowork .accordion-item .heading,
  .IndexController.hoteloffer #howtowork .accordion-item .heading {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .IndexController.offer3 #howtowork .howtowork_header h2,
  .IndexController.offer2 #howtowork .howtowork_header h2,
  .IndexController.hoteloffer #howtowork .howtowork_header h2 {
    text-align: center;
  }
  .IndexController.offer3 #howtowork,
  .IndexController.offer2 #howtowork,
  .IndexController.hoteloffer #howtowork {
    padding: 2rem 0 4rem;
  }
}

@media (max-width: 768px) {
  .IndexController.offer3 #howtowork .howtowork_header h2,
  .IndexController.offer2 #howtowork .howtowork_header h2,
  .IndexController.hoteloffer #howtowork .howtowork_header h2 {
    font-size: 1.6rem;
  }
  .IndexController.offer3 #howtowork .custom_line,
  .IndexController.offer2 #howtowork .custom_line,
  .IndexController.hoteloffer #howtowork .custom_line {
    font: 600 2rem/12px "Averta", sans-serif;
  }
  .IndexController.offer3 #howtowork .custom_line:before,
  .IndexController.offer2 #howtowork .custom_line:before,
  .IndexController.hoteloffer #howtowork .custom_line:before {
    top: 25px;
  }
}

@media (max-width: 575px) {
  .IndexController.offer3 #howtowork .custom_line,
  .IndexController.offer2 #howtowork .custom_line,
  .IndexController.hoteloffer #howtowork .custom_line {
    font: 600 1.4rem/12px "Averta", sans-serif;
  }
  .IndexController.offer3 #howtowork .custom_line:before,
  .IndexController.offer2 #howtowork .custom_line:before,
  .IndexController.hoteloffer #howtowork .custom_line:before {
    top: 18px;
    border-bottom: 7px solid;
  }
  .IndexController.offer3 #howtowork .howtowork_header h2,
  .IndexController.offer2 #howtowork .howtowork_header h2,
  .IndexController.hoteloffer #howtowork .howtowork_header h2 {
    font-size: 1.3rem;
  }
  .IndexController.offer3 #howtowork .howtowork_header,
  .IndexController.offer2 #howtowork .howtowork_header,
  .IndexController.hoteloffer #howtowork .howtowork_header {
    padding: 1rem;
  }
  .IndexController.offer3 #howtowork,
  .IndexController.offer2 #howtowork,
  .IndexController.hoteloffer #howtowork {
    padding: 2rem 0 3rem;
  }
}

@media (max-width: 420px) {
  .IndexController.offer3 #howtowork .accordion,
  .IndexController.offer2 #howtowork .accordion,
  .IndexController.hoteloffer #howtowork .accordion {
    padding: 1rem;
  }
  .IndexController.offer3 #howtowork .custom_line:before,
  .IndexController.offer2 #howtowork .custom_line:before,
  .IndexController.hoteloffer #howtowork .custom_line:before {
    top: 17px;
    border-bottom: 6px solid;
  }
  .IndexController.offer3 #howtowork .accordion-item .heading,
  .IndexController.offer2 #howtowork .accordion-item .heading,
  .IndexController.hoteloffer #howtowork .accordion-item .heading {
    font-size: 0.9rem;
  }
}


@media (max-width: 1199px) {


    section#home_banner .slide-text .slide-title {
        font-size: 42px;
    }


    .pages_header .page_header_content h1 {
        font-size: 34px;
        margin: 0;
    }

    .pages_header .page_header_content span {
        font-size: 21px;
    }
}

@media (max-width: 991px) {


    .banner_btn {
        margin-top: 20px;
    }

    span.slide-title p {
        margin-bottom: 0;
    }

    section#home_banner .slide-text .slide-title p strong {
        margin-right: 0px;
    }

    section#home_banner .slide-text .slide-title {
        flex-direction: column;
    }

    .pages_header .page_header_content {
        text-align: center;
        padding: 15px 15px;
    }

    .pages_header .page_header_content h1 {
        font-size: 27px;
    }

    .pages_header .page_header_content span {
        font-size: 23px;
    }

}

@media (max-width: 767px) {

    section#home_banner .swiper-button-next,
    section#home_banner .swiper-rtl .swiper-button-prev {
        right: 30px !important;
    }

    section#home_banner .swiper-button-prev,
    section#home_banner .swiper-rtl .swiper-button-next {
        left: 30px !important;
    }

    section#home_banner .slide-text .slide-title {
        font-size: 32px !important;
    }

    .pages_header .page_header_content h1 {
        font-size: 26px;
        margin: 0;
    }

    .pages_header .page_header_content span {
        font-size: 22px;
    }

    .pages_header .page_header_content i {
        font-size: 27px;
    }

    .pages_header .page_header_content h1 {
        font-size: 21px;
    }

    .pages_header .page_header_content span {
        font-size: 18px;
    }
}

@media (max-width: 575px) {


    #home_banner .swiper-button-next,
    #home_banner .swiper-button-prev {
        position: absolute;
        top: 94%;
    }

    section#home_banner .swiper-button-next,
    section#home_banner .swiper-rtl .swiper-button-prev {
        right: 15px !important;
    }

    section#home_banner .swiper-button-prev,
    section#home_banner .swiper-rtl .swiper-button-next {
        left: 15px !important;
    }

}
