@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

strong,
b {
    font-weight: 700
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #000;
    line-height: 1.5;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    background: #f6fdf5
}

body.version-2 {
    color: #000
}

b,
strong {
    font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151515;
    font-weight: 600;
    line-height: 1.5em;
    position: relative
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 36px;
    margin-bottom: 10px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a,
.title a {
    color: #151515;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none
}

a {
    color: #225374
}

a:hover,
.title a:hover {
    color: #2ccfbb
}

img {
    max-width: 100%
}

.version-2 h1,
.version-2 h2,
.version-2 h3,
.version-2 h4,
.version-2 h5,
.version-2 h6 {
    color: #23033c
}

.version-2 a:hover,
.version-2 .title a:hover {
    color: #000
}

.title-line {
    text-align: center
}

.footer-list ul li {
    padding-bottom: 10px;
}

.title-line-left,
.title-line {
    padding-top: 10px
}

.title-line-left:before,
.title-line:before {
    content: '';
    position: absolute;
    top: 0;
    width: 56px;
    height: 3px;
    background-color: #2ccfbb
}

.version-2 .title-line-left:before,
.version-2 .title-line:before {
    background-color: #2ccfbb
}

.why-choose {
    padding: 0px 0px 150px 0px !important;
}

.taburl ul li {
    padding-bottom: 10px;
}

.title-line:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.title-line-left:before {
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slogan {
    margin: 0 auto 50px;
    max-width: 515px;
    text-align: center;
    color: #5a5a5a
}

.s-title-bg {
    position: relative
}

.s-title-bg .container {
    position: relative;
    z-index: 1
}

.title-bg-left,
.title-bg {
    white-space: nowrap;
    position: absolute;
    display: block;
    top: -30px;
    font-weight: 800;
    font-size: 288px;
    line-height: 1em;
    color: #f6fdf5;
    text-shadow: -10px -10px 24px rgba(0, 0, 0, 0.04);
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.title-bg-left {
    left: -64px;
    min-width: calc(100% + 64px);
    text-align: left
}

.title-bg {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.s-bg {
    position: relative;
    overflow: hidden
}

.s-bg .container {
    position: relative;
    z-index: 1
}

.mask {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 100%;
    -webkit-animation: levitation 30s linear 0s infinite normal;
    animation: levitation 30s linear 0s infinite normal
}

@-webkit-keyframes levitation {
    from {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
        transform: rotate(360deg) translateX(50px) rotate(-360deg)
    }
}

@keyframes levitation {
    from {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
        transform: rotate(360deg) translateX(50px) rotate(-360deg)
    }
}

header {
    background: #fff;
    min-height: 50px;
    position: relative;
    width: 100%;
    z-index: 20
}

.header-menu {
    background-color: #fff;
    border-bottom: 2px solid rgba(237, 240, 245, 0.6);
    padding: 19px 0
}

.nav-menu {
    width: 320px !important;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 3;
    background: #f4f6f9;
    height: 100vh;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    padding: 50px 0
}

.nav-menu.active {
    left: 0;
    opacity: 1
}

@media (min-width: 768px) {
    .nav-menu {
        margin-top: 0;
        display: block !important;
        width: auto !important;
        position: relative;
        left: auto;
        top: auto;
        background-color: transparent;
        z-index: 0;
        height: auto;
        opacity: 1;
        padding: 0
    }
}

.nav-list li {
    display: block;
    vertical-align: top;
    position: relative
}

@media (min-width: 768px) {
    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nav-list>li {
        display: inline-block;
        text-align: left;
        margin-right: 10px
    }

    .nav-list>li:last-child {
        margin-right: 0
    }

    .nav-list>li>a {
        padding: 0
    }
}

.nav-list li.dropdown ul {
    min-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 5px 0 !important
}

.nav-list li.dropdown ul li {
    text-align: left
}

.nav-list li.dropdown ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px
}

.nav-list>li.active>a,
.nav-list li.dropdown ul li.active a {
    color: #2ccfbb
}

@media (min-width: 768px) {
    .nav-list li.dropdown ul {
        border-top: 2px solid #2ccfbb;
        padding: 10px 0 !important;
        display: block;
        left: 0;
        position: absolute;
        top: 100%;
        margin-top: 20px;
        min-width: 200px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.08);
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.08)
    }

    .nav-list li.active ul {
        pointer-events: auto;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .nav-list li.dropdown ul li {
        display: block
    }
}

.nav-list li.dropdown ul li a {
    display: block;
    padding: 10px 15px
}

.nav-list li.dropdown ul li a:hover {
    background-color: #2ccfbb;
    color: #fff
}

.nav-list>li>a {
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    display: block;
    line-height: 30px
}

.nav-list li a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #151515;
}

.nav-list li a i {
    margin-left: 5px
}

.nav-list li a:hover {
    color: #2ccfbb
}

.nav-btn {
    display: block;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    padding: 5px 15px;
    display: block;
    z-index: 4;
    overflow: hidden
}

@media (min-width: 768px) {
    .nav-btn {
        display: none
    }
}

.nav-btn span {
    background-color: #151515;
    height: 2px;
    width: 100%;
    display: block;
    margin: 6px 0;
    position: relative;
    -webkit-transition: all 0.4s ease, visibility 0.1s ease;
    transition: all 0.4s ease, visibility 0.1s ease
}

.nav-btn:hover span:nth-child(2) {
    margin-left: -8px
}

.nav-btn.active span {
    height: 2px;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.nav-btn.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-btn.active span:last-child {
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-btn.active span:nth-child(2) {
    visibility: hidden
}

.header-top {
    background: #f4f6f9;
    min-height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0
}

.top-pamel-phone span {
    margin-right: 10px
}

.header-top .soc-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.soc-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.soc-link li:not(:last-child) {
    margin-right: 18px
}

.header-top .soc-link li a {
    color: #d5d5d5;
    font-size: 16px
}

.soc-link li a {
    color: #c4c4c4;
    font-size: 20px
}

.soc-link li a:hover {
    color: #2ccfbb
}

.version-2 .soc-link li a:hover {
    color: #2ccfbb
}

.top-panel {
    background-color: #fff;
    padding: 8px 0
}

.top-panel .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-panel i {
    font-size: 16px;
    color: #2ccfbb;
    margin-right: 8px
}

.top-panel a {
    font-size: 14px
}

.top-pamel-phone i {
    font-weight: 900
}

.logo-cover {
    text-align: center
}

.logo {
    color: #151515;
    text-decoration: none;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block
}

.logo:hover {
    color: #151515
}

.logo span {
    color: #2ccfbb;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 22;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #2ccfbb;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(44, 207, 187, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(44, 207, 187, 0.4)
}

.to-top:hover {
    color: #fff;
    background-color: #151515;
    -webkit-box-shadow: none;
    box-shadow: none
}

.to-top.active {
    opacity: 1;
    pointer-events: auto
}

.version-2 .to-top {
    color: #fff;
    background-color: #2ccfbb
}

.version-2 .to-top:hover {
    color: #fff;
    background-color: #23033c
}

.page-title {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-title .container {
    padding: 102px 15px 31px;
    min-height: 300px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-title .title-line-left:before {
    background-color: #2ccfbb
}

.page-title .title-line-left {
    color: #fff;
    padding-top: 5px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs li a,
.breadcrumbs li {
    position: relative;
    letter-spacing: 0.01em;
    color: #fff
}

.breadcrumbs li:not(:last-child):after {
    content: '>';
    display: inline-block;
    padding: 0 14px
}

.breadcrumbs li a:hover {
    color: #2ccfbb
}

.header-two-top {
    padding: 15px 0
}

.header-two-top .btn {
    border-color: #ffe037
}

.header-two-top .btn:before {
    background-color: #ffe037
}

.header-menu.header-menu-two {
    background: #f4f6f9;
    padding: 10px 0;
    border: none
}

.header-menu.header-menu-two .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-two-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-two-btn .btn:hover {
    color: #151515
}

.logo-two-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-two-cover .logo-footer {
    margin-bottom: 0
}

.logo-two-cover .logo-footer span {
    color: #2ccfbb
}

.header-cont a {
    color: #151515
}

.header-cont a:hover {
    color: #2ccfbb
}

.header-cont a i {
    color: #2ccfbb;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.header-two-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.header-two-search.active form {
    width: 290px;
    opacity: 1;
    z-index: 2;
    padding-right: 40px
}

.header-two-search form {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 17px;
    overflow: hidden
}

.header-two-search form input {
    width: 100%;
    padding-left: 15px;
    background-color: #fff;
    border-color: #fff
}

.header-two-search form .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #2ccfbb;
    border-radius: 5px;
    border: 2px solid #2ccfbb
}

.header-two-search form .btn-search:hover {
    color: #151515
}

.header-two-search .header-search-icon {
    padding: 5px 0 5px 5px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #151515;
    font-size: 20px
}

.header-two-search .header-search-icon:hover {
    color: #2ccfbb
}

@media (max-width: 1199px) {
    .logo {
        font-size: 30px
    }

    .header-menu {
        padding: 10px 0
    }

    .header-top {
        min-height: 50px
    }

    .header-two-top .btn {
        padding: 0 24px
    }

    .header-two-top {
        padding: 20px 0
    }

    .header-two-search .header-search-icon {
        font-size: 16px;
        padding: 0
    }

    .header-menu.header-menu-two {
        padding: 8px 0
    }

    .nav-list>li>a {
        font-size: 12px
    }

    .header-two-search form {
        margin-top: 23px
    }
}

@media (max-width: 991px) {
    .nav-list>li>a {
        font-size: 12px
    }

    .logo {
        font-size: 22px
    }

    .header-menu {
        overflow: hidden
    }

    .header-top-info {
        display: none
    }

    .header-menu.header-menu-two {
        overflow: visible
    }
}

@media (max-width: 767px) {
    .header-menu.header-menu-two {
        padding: 0
    }

    .header-two-search {
        display: none
    }

    .top-pamel-phone {
        padding-left: 50px
    }

    .top-panel {
        padding: 10px 0
    }

    .nav-list>li>a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 38px
    }

    .nav-list li a:hover {
        color: #fff;
        background-color: #2ccfbb
    }

    .nav-list li.dropdown ul li a {
        padding-left: 25px
    }

    .header-menu {
        padding: 0;
        border: none;
        background-color: transparent
    }

    .nav-list {
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto
    }

    .header-two .nav-btn {
        height: 50px;
        width: 60px;
        padding: 10px 15px
    }

    .header-two .btn {
        display: none
    }

    .logo-two-cover {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-two-top {
        padding: 10px 0
    }

    .header-two-top .logo-text {
        font-size: 20px
    }

    .header-two-top .logo-footer img {
        width: 24px
    }
}

@media (max-width: 575px) {
    .logo-cover {
        text-align: center
    }

    header .soc-link,
    .form-search {
        display: none
    }
}

button,
input[type="button"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-family: 'Poppins', sans-serif
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    display: block;
    width: 100%;
    height: 46px;
    padding: 10px 10px 10px 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    color: #151515;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: transparent
}

textarea {
    resize: none;
    height: 184px;
    padding-top: 14px
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #2ccfbb;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(44, 207, 187, 0.65);
    box-shadow: 0px 0px 10px 0px rgba(44, 207, 187, 0.65)
}

input::-webkit-input-placeholder {
    color: #bdbdbd
}

input:-ms-input-placeholder {
    color: #bdbdbd
}

input::-ms-input-placeholder {
    color: #bdbdbd
}

input::placeholder {
    color: #bdbdbd
}

textarea::-webkit-input-placeholder {
    color: #bdbdbd
}

textarea:-ms-input-placeholder {
    color: #bdbdbd
}

textarea::-ms-input-placeholder {
    color: #bdbdbd
}

textarea::placeholder {
    color: #bdbdbd
}

.form-search form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-search {
    border: none;
    margin: 0;
    height: 36px;
    width: 18px;
    padding: 3px 0;
    color: #151515;
    text-align: left;
    background: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    line-height: normal
}

.btn-search:hover {
    color: #2ccfbb
}

.form-search form input {
    border-color: transparent;
    background-color: transparent;
    color: #151515;
    height: 36px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 200px;
    padding: 0 5px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid transparent
}

.form-search form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #151515
}

.form-search form input::-webkit-input-placeholder {
    color: #858587
}

.form-search form input:-ms-input-placeholder {
    color: #858587
}

.form-search form input::-ms-input-placeholder {
    color: #858587
}

.form-search form input::placeholder {
    color: #858587
}

input[type="button"],
input[type="submit"],
.btn {
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    height: 50px;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #151515;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 2px solid #2ccfbb;
    border-radius: 5px;
    padding: 0 48px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn:hover {
    color: #fff
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2ccfbb;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: -1
}

.btn:hover:before {
    width: 100%
}

.btn.btn-yellow {
    border-color: #ffe037;
    color: #151515
}

.btn.btn-yellow:hover {
    color: #151515
}

.btn.btn-yellow:hover:before {
    width: 0
}

.btn.btn-yellow:before {
    background-color: #ffe037;
    width: 100%
}

.form-block {
    position: relative
}

.form-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-cover li {
    margin-bottom: 20px;
    position: relative
}

.inp-name,
.inp-phone,
.inp-email {
    width: calc(33.33% - 20px)
}

.inp-text:before,
.inp-name:before,
.inp-phone:before,
.inp-email:before {
    content: '';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 18px;
    color: #C4C4C4;
    top: 14px;
    left: 16px;
    font-weight: 900
}

.inp-name:before {
    content: '\f007'
}

.inp-phone:before {
    content: '\f095'
}

.inp-email:before {
    content: '\f1fa'
}

.inp-text:before {
    content: '\f4ad';
    font-weight: 400;
    top: 16px
}

.inp-text {
    width: 100%
}

.checkbox-wrap {
    text-align: center;
    margin-bottom: 24px
}

.checkbox-cover {
    position: relative;
    display: inline-block
}

.checkbox-cover p {
    position: relative;
    padding-left: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a4a4
}

.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    padding-left: 1px;
    text-align: center;
    color: #2ccfbb;
    font-weight: 900
}

.checkbox-cover input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0
}

.checkbox-cover input:checked+p:before {
    content: '\f00c'
}

.btn-form-cover {
    text-align: center
}

.btn-form-cover span {
    display: inline-block;
    position: relative
}

#success_page {
    color: #151515
}

#success_page h3 {
    color: #2ccfbb
}

#message {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
    color: #151515;
    margin: 20px 0
}

#message .error_message {
    color: #151515
}

.subscribe-form,
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.subscribe-form .search-button,
.search-form .search-button {
    width: 50px;
    height: 100%;
    background-color: #2ccfbb;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2ccfbb;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.subscribe-form .search-button:hover,
.search-form .search-button:hover {
    background-color: transparent;
    color: #151515
}

.subscribe-form input,
.search-form input {
    width: 100%;
    padding-left: 20px;
    font-size: 16px
}

.subscribe-form input::-webkit-input-placeholder,
.search-form input::-webkit-input-placeholder {
    color: #bdbdbd
}

.subscribe-form input:-ms-input-placeholder,
.search-form input:-ms-input-placeholder {
    color: #bdbdbd
}

.subscribe-form input::-ms-input-placeholder,
.search-form input::-ms-input-placeholder {
    color: #bdbdbd
}

.subscribe-form input::placeholder,
.search-form input::placeholder {
    color: #bdbdbd
}

@media (max-width: 1199px) {
    textarea {
        height: 150px
    }
}

@media (max-width: 991px) {

    input[type="button"],
    input[type="submit"],
    .btn {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .form-search form input {
        width: 170px
    }
}

footer {
    background: #fff;
    padding-top: 72px
}

.logo-footer {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px
}

.logo-footer img {
    margin-right: 8px
}

.logo-text {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #23033c
}

.logo-text span {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #2ccfbb
}

footer .soc-link li:not(:last-child) {
    margin-right: 25px
}

footer .soc-link li a {
    color: #cbcbcb
}

footer .soc-link li a:hover {
    color: #2ccfbb
}

.footer-text {
    margin-bottom: 34px
}

footer h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 10px 0 15px
}

.footer-contacts li {
    position: relative;
    padding-left: 35px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 28px
}

.footer-contacts li:last-child {
    margin-bottom: 0
}

.footer-contacts li i {
    font-size: 20px;
    line-height: 34px;
    text-align: right;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.insta-list-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.insta-list-cover h6 {
    width: 100%;
    max-width: 342px;
    padding-left: 7px
}

.insta-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -7px;
    max-width: 342px;
    width: 100%
}

.insta-list li {
    width: 33.33%;
    padding: 7px
}

.insta-list li a {
    display: block;
    position: relative
}

.insta-list li a:before {
    content: '+';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 2;
    font-weight: 500;
    font-size: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.insta-list li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2ccfbb;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

.insta-list li a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.insta-list li a:hover:after {
    opacity: .7
}

.insta-list li a img {
    display: block;
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-bottom {
    background: rgba(244, 246, 249, 0.4);
    margin-top: 80px;
    padding: 32px 0
}

.footer-bottom .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-menu li:not(:last-child) {
    margin-right: 54px
}

.footer-menu li a {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #151515
}

.copyright,
.copyright a {
    color: #151515
}

.footer-menu li a:hover,
.copyright a:hover {
    color: #2ccfbb
}

@media (max-width: 1199px) {
    .insta-list li a img {
        height: 85px
    }

    .footer-contacts li i {
        font-size: 18px;
        line-height: 30px
    }

    .soc-link li a {
        font-size: 18px
    }

    .logo-text {
        font-size: 24px
    }

    .logo-footer img {
        width: 30px
    }

    .footer-menu li:not(:last-child) {
        margin-right: 48px
    }

    .footer-bottom {
        margin-top: 55px;
        padding: 20px 0
    }

    footer {
        padding-top: 60px
    }

    .footer-text {
        margin-bottom: 30px
    }

    .footer-contacts li {
        margin-bottom: 26px
    }
}

@media (max-width: 991px) {
    .insta-list li a img {
        height: 65px
    }

    .copyright,
    .copyright a {
        font-size: 12px
    }

    .footer-menu li:not(:last-child) {
        margin-right: 24px
    }

    .footer-menu li a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .footer-menu {
        display: none
    }

    .copyright {
        text-align: center
    }

    footer .soc-link {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .insta-list-cover {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .insta-list-cover h6 {
        padding-left: 0
    }

    .footer-contacts {
        margin-bottom: 40px
    }

    footer .soc-link {
        margin-bottom: 40px
    }
}

.main-slider {
    background-color: #fff
}

.main-slide {
    position: relative
}

.main-slide .effect-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slide .container {
    position: relative;
    z-index: 2
}

.main-slider-cover {
    min-height: 730px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px
}

.main-slide img {
    max-width: 100%
}

.main-slide .img-slide img {
    -webkit-mask-image: url(../img/mask2.svg);
    mask-image: url(../img/mask2.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.slick-active.main-slide .img-slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
    transition: all 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms
}

.stateEnd.main-slide .img-slide img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in
}

.main-slide .info-slide {
    padding-bottom: 54px
}

.main-slide .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.14em;
    margin: 10px 0 40px;
    -webkit-transform: translate3d(1300px, 0, 0);
    transform: translate3d(1300px, 0, 0)
}

.slick-active.main-slide .title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms
}

.stateEnd.main-slide .title {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 40ms;
    transition: -webkit-transform 400ms ease-in 40ms;
    transition: transform 400ms ease-in 40ms;
    transition: transform 400ms ease-in 40ms, -webkit-transform 400ms ease-in 40ms
}

.slide-category {
    background: #23033c;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 25px 0;
    line-height: 30px;
    display: inline-block;
    -webkit-transform: translate3d(1300px, 0, 0);
    transform: translate3d(1300px, 0, 0)
}

.slick-active .slide-category {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 150ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 150ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 150ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 150ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 150ms
}

.stateEnd .slide-category {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in;
    transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    transition: transform 400ms ease-in, -webkit-transform 400ms ease-in
}

.main-slide .btn {
    border-color: #ffe037;
    color: #151515;
    -webkit-transform: translate3d(1300px, 0, 0);
    transform: translate3d(1300px, 0, 0)
}

.slick-active.main-slide .btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 350ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 350ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 350ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 350ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 350ms
}

.stateEnd.main-slide .btn {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 80ms;
    transition: -webkit-transform 400ms ease-in 80ms;
    transition: transform 400ms ease-in 80ms;
    transition: transform 400ms ease-in 80ms, -webkit-transform 400ms ease-in 80ms
}

.main-slide .btn:before {
    background-color: #ffe037;
    width: 100%
}

.main-slide .btn:hover:before {
    width: 0
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-slider .slick-dots li {
    margin-right: 4px
}

.main-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-slider .slick-dots li button {
    padding: 0 7px;
    border: none;
    margin: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #151515;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.main-slider .slick-dots li.slick-active button,
.main-slider .slick-dots li:hover button {
    color: #2ccfbb
}

.main-slider .slick-arrow-prev.slick-arrow {
    padding-right: 2px;
    left: calc(50% - 80px)
}

.main-slider .slick-arrow-prev.slick-arrow i {
    left: 48%
}

.main-slider .slick-arrow-next.slick-arrow {
    padding-left: 2px;
    left: calc(50% + 80px)
}

.main-slider .slick-arrow-next.slick-arrow i {
    left: 52%
}

.main-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2ccfbb;
    color: #151515;
    text-align: center;
    line-height: 48px;
    padding-top: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.main-slider .slick-arrow i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-slider .slick-arrow:hover {
    background-color: #2ccfbb;
    border-color: #2ccfbb;
    color: #fff
}

.s-event-block {
    padding: 180px 0 180px;
    background-position: center;
    background-repeat: no-repeat
}

.event-item-cover .title-line:before {
    background: #eb5767
}

.event-item-cover:nth-of-type(2) .title-line:before {
    background: #2ccfbb
}

.event-item-cover:nth-of-type(3) .title-line:before {
    background: #2ccfbb
}

.event-block-item {
    height: 100%;
    text-align: center;
    padding: 49px 30px 38px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f6fdf5
}

.event-block-item:hover {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08)
}

.event-block-item .event-img {
    min-height: 48px;
    margin-bottom: 20px
}

.event-block-item h4 {
    margin-bottom: 10px
}

.event-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #225374;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
    margin-top: 30px
}

.event-btn:hover {
    color: #2ccfbb
}

.s-about {
    position: relative;
    margin-top: -76px;
    padding-top: 66px
}

.about-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.about-info {
    padding-top: 10px
}

.about-slogan {
    font-weight: 600;
    font-size: 24px;
    color: #151515;
    margin-bottom: 25px
}

.about-info-text p:not(:last-child) {
    margin-bottom: 12px
}

.about-info-text p a {
    text-decoration: underline
}

.about-info-text p a:hover {
    text-decoration: none
}

.about-cont-list {
    margin: 30px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-cont-list li:not(:last-child) {
    margin-right: 19px
}

.about-cont-list li a {
    font-weight: 500;
    line-height: 20px
}

.about-cont-list li i {
    font-size: 20px;
    line-height: 20px;
    color: #c4c4c4;
    margin-right: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.about-cont-list li a:hover i {
    color: #2ccfbb
}

.about-info .soc-link li:not(:last-child) {
    margin-right: 24px
}

.about-block-stages {
    border-top: 1px solid #d7dbd6;
    margin-top: 40px;
    padding-top: 38px
}

.about-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-stage .number {
    font-weight: 600;
    font-size: 80px;
    line-height: 66px;
    color: #2ccfbb;
    margin-right: 24px
}

.about-stage .about-stage-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #151515
}

.s-our-team {
    padding: 174px 0;
    position: relative;
    text-align: center
}

.s-our-team.about-team {
    padding: 80px 0 0
}

.s-our-team.about-team .team-item {
    margin-bottom: 40px
}

.s-our-team.about-team.speakers-our-team {
    padding: 180px 0 135px
}

.our-team-bg {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none
}

.s-our-team .container {
    position: relative;
    z-index: 2
}

.s-our-team .btn {
    margin-top: 68px
}

.team-img {
    display: block;
    margin-bottom: 30px
}

.team-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    height: 270px;
    display: block;
    border-radius: 5px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.team-item .prof {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #747474;
    margin-bottom: 12px
}

.team-item .soc-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s-our-courses {
    padding-bottom: 174px
}

.s-our-courses .title-bg {
    top: -102px
}

.events-our-courses.s-our-courses {
    padding: 180px 0 0
}

.events-our-courses.s-our-courses .title-bg {
    top: 72px
}

.course-item-cover {
    margin-bottom: 30px
}

.course-item-cover:nth-of-type(2n) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.course-item {
    padding: 30px 30px 35px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.course-right {
    width: calc(50% - 15px)
}

.course-left {
    width: 50%
}

.course-left .title {
    margin-bottom: 15px
}

.course-left .date i {
    font-weight: 900;
    font-size: 18px;
    color: #c4c4c4;
    margin-right: 18px
}

.course-left .date a {
    font-weight: 500
}

.course-right {
    border-left: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.course-right .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    vertical-align: bottom;
    color: #aaa;
    margin-bottom: 20px
}

.course-right .price span {
    font-size: 36px;
    color: #2ccfbb
}

.btn-cover {
    text-align: center;
    margin-top: 45px
}

.s-counter {
    padding: 98px 0;
    background: linear-gradient(334.93deg, #23033C -57.5%, #2ccfbb 87.13%);
    overflow: hidden
}

.counter-item {
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px
}

.counter-item:last-child {
    border-right: none
}

.counter-number {
    font-size: 42px;
    position: relative
}

.counter-number:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 3px;
    background-color: #77d78d;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.counter-item h5 {
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.15em
}

.why-choose {
    padding: 180px 0
}

.why-choose .tab.visible-content {
    min-height: 330px
}

.why-choose h2 {
    margin-bottom: 42px
}

.why-choose-img img {
    display: block;
    border-radius: 5px
}

.choose-info {
    padding-left: 115px
}

.choose-progress-wrapper {
    background: #dfdfdf;
    border-radius: 3px;
    height: 6px;
    position: relative
}

.choose-progress-bar {
    border-radius: 3px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2ccfbb
}

.choose-progress-bar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1)
}

.choose-list .title,
.choose-progress-percentage {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 6px
}

.choose-progress-percentage {
    text-align: right;
    position: absolute;
    bottom: 100%;
    right: -10px
}

.choose-list li:not(:last-child) {
    margin-bottom: 26px
}

.choose-info .tab .choose-list {
    margin-top: 20px
}

.tabs-content {
    position: relative
}

.tab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    width: 100%
}

.tab.visible-content {
    pointer-events: auto;
    z-index: 15;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px
}

.tab-nav .item {
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
    margin-right: 22px;
    padding-bottom: 12px;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.tab-nav .item:last-child {
    margin-right: 0
}

.tab-nav .item:hover,
.tab-nav .item.active {
    color: #2ccfbb
}

.tab-nav .item:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0;
    left: 0;
    background-color: #2ccfbb;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
    height: 2px
}

.tab-nav .item.active:before {
    width: 100%
}

.s-testimonials {
    padding-bottom: 180px
}

.s-testimonials .title-bg {
    top: -100px
}

.s-testimonials .slogan {
    margin-bottom: 30px
}

.slide-testimonial {
    padding: 20px 15px;
    text-align: center
}

.slide-testimonial img {
    margin: 0 auto 22px;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
    width: 118px;
    height: 118px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.slide-quote {
    display: inline-block;
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    color: #dfdfdf;
    margin-bottom: 14px
}

.testimon-content {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 11px;
    line-height: 1.7em
}

.slide-testimonial .prof {
    color: rgba(21, 21, 21, 0.6);
    font-weight: 500;
    line-height: 14px
}

.slider-testimonials .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px
}

.slider-testimonials .slick-dots li {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #c4c4c4;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 50%
}

.slider-testimonials .slick-dots li:last-child {
    margin-right: 0
}

.slider-testimonials .slick-dots li:hover {
    border-color: #2ccfbb
}

.slider-testimonials .slick-dots li.slick-active {
    border-color: #2ccfbb;
    background-color: #2ccfbb
}

.slider-testimonials .slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-testimonials-slider {
    padding: 180px 0;
    position: relative
}

.about-testimonials-slider.s-testimonials .slogan {
    margin-bottom: 46px
}

.about-testimonials-slider .testimon-content {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto
}

.about-testimonials-slider .about-testimonials {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.about-testimonials-slider .about-testimonials li {
    position: absolute;
    top: 50%;
    -webkit-animation: levitation-testimonial 8s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite normal;
    animation: levitation-testimonial 8s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite normal
}

.about-testimonials-slider .about-testimonials li img {
    border-radius: 50%;
    -webkit-filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.25))
}

.about-testimonials-slider .about-testimonials.about-testimon-left li {
    left: 0
}

.about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(1) {
    left: 42px;
    top: 44.5%;
    -webkit-animation-duration: 11s;
    animation-duration: 11s
}

.about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(2) {
    left: 186px;
    top: 40%;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(3) {
    left: 380px;
    top: 47%;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

.about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(4) {
    left: 90px;
    top: 56%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(5) {
    left: 261px;
    top: 61%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.about-testimonials-slider .about-testimonials.about-testimon-right li {
    right: 0
}

.about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(1) {
    right: 365px;
    top: 46%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(2) {
    right: 250px;
    top: 32.5%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(3) {
    right: 84px;
    top: 39%;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

.about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(4) {
    right: 174px;
    top: 53.5%;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(5) {
    right: 27px;
    top: 52%;
    -webkit-animation-duration: 11s;
    animation-duration: 11s
}

@-webkit-keyframes levitation-testimonial {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes levitation-testimonial {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.s-partners {
    background: linear-gradient(344.46deg, #23033C -57.5%, #2ccfbb 87.13%);
    min-height: 186px;
    padding: 50px 0 44px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-partners .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-partners img {
    max-width: 100%;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.s-partners.partners-home-two {
    padding-top: 0;
    padding-bottom: 153px;
    background: transparent
}

.s-gallery {
    padding: 180px 0 174px
}

.row-gallery {
    margin: 35px -15px 23px
}

.s-gallery .btn-cover {
    margin-top: 0
}

.gallery-item {
    padding: 15px;
    width: 33.33%
}

.gallery-item a {
    display: block;
    overflow: hidden;
    position: relative
}

.gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s ease .2s;
    transition: .4s ease .2s;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #151515;
    opacity: 0
}

.gallery-item a:hover:before {
    opacity: .8;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.gallery-item a img {
    width: 100%;
    display: block;
    -webkit-transition: 2.5s ease-out;
    transition: 2.5s ease-out;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item a:hover img {
    -webkit-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.gal-item {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
    text-align: center;
    color: #fff;
    z-index: 2
}

.gal-item .title {
    color: #fff;
    margin-bottom: 7px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0
}

.gal-item p {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0
}

.gallery-item a:hover .gal-item p,
.gallery-item a:hover .gal-item .title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gal-open {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #2ccfbb;
    border-left: 70px solid transparent;
    z-index: 3;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition: 0.3s ease-in-out .3s;
    transition: 0.3s ease-in-out .3s;
    opacity: 0
}

.gallery-item a:hover .gal-open {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.gal-open span {
    position: absolute;
    top: 23px;
    left: -30px;
    color: #fff;
    font-weight: 500;
    font-size: 36px
}

.s-contacts {
    position: relative;
    background-color: #fafafa;
    min-height: 693px
}

.s-contacts .container {
    position: relative;
    z-index: 1
}

.cont-map {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
    z-index: 2
}

.s-contacts .contacts-cover {
    width: calc(50% - 15px);
    padding: 54px 100px 58px 0
}

.s-contacts .contacts-cover .form-block {
    padding-top: 53px
}

.s-contacts .contacts-cover .form-cover {
    display: block
}

.s-contacts .contacts-cover .form-cover li {
    width: 100%
}

.s-contacts .contacts-cover #message,
.s-contacts .contacts-cover .btn-form-cover,
.s-contacts .contacts-cover .checkbox-wrap {
    text-align: left
}

.overview {
    padding: 180px 0 82px
}

.overview-info {
    padding: 7px 0 0 0;
    max-width: 460px
}

.overview-info-item {
    margin-top: 34px
}

.overview-info-item h5 {
    margin-bottom: 14px
}

.overview-info-item p:not(:last-child) {
    margin-bottom: 11px
}

.overview-img-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.overview-img-cover .overview-img {
    width: calc(50% - 15px)
}

.overview-img-cover .overview-img:first-child img:first-child {
    margin-bottom: 30px
}

.overview-img-cover .overview-img:last-child img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.overview-img-cover .overview-img img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.our-history {
    padding: 92px 0 60px
}

.our-history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    background: #dfdfdf;
    width: 1px;
    height: 100%
}

.our-history .title-bg {
    top: -34px
}

.our-history-left {
    padding-right: 100px
}

.our-history-left .history-cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 27px -15px 0;
    max-width: 460px
}

.our-history-left .history-cert .history-cert-img {
    width: 50%;
    padding: 0 15px
}

.our-history-left .history-cert .history-cert-img a {
    display: block;
    position: relative
}

.our-history-left .history-cert .history-cert-img a:before {
    content: '+';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 2;
    font-weight: 500;
    font-size: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.our-history-left .history-cert .history-cert-img a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2ccfbb;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

.our-history-left .history-cert .history-cert-img a:hover:after {
    opacity: .7
}

.our-history-left .history-cert .history-cert-img a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.our-history-left .history-cert .history-cert-img a img {
    display: block;
    border-radius: 5px
}

.history-info-cover {
    padding-left: 70px;
    padding-top: 16px;
    position: relative;
    z-index: 2
}

.history-info-cover .history-info {
    border-bottom: 1px solid #dfdfdf;
    padding: 31px 0 34px
}

.history-info-cover .history-info:first-child {
    padding-top: 0
}

.history-info-cover .history-info:last-child {
    border-bottom: none
}

.history-info-cover .history-info .title {
    margin-bottom: 12px;
    position: relative
}

.history-info-cover .history-info .title:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 26px;
    width: 31px;
    height: 31px;
    border: 6px solid rgba(124, 119, 248, 0.3);
    border-radius: 50%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    background-color: #fff
}

.history-info-cover .history-info .title span {
    color: #2ccfbb
}

.history-info-cover .history-info:hover .title:before {
    border-color: #2ccfbb
}

.s-upcoming-course {
    padding: 134px 0 180px
}

.s-upcoming-course .title-bg-left {
    top: 15px
}

.upcoming-course-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.upcoming-course-cover:first-child {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.upcoming-course-cover:first-child .upcoming-course-img {
    margin-left: -70px;
    margin-right: 0
}

.upcoming-course-cover:first-child .course-item-left .upcoming-course-item {
    padding-right: 150px;
    padding-left: 132px
}

.upcoming-course-cover:first-child .course-item-left .upcoming-course-item:before {
    right: auto;
    left: 20px
}

.course-item-left {
    width: 50%;
    height: 582px
}

.course-item-left .upcoming-course-item {
    border-radius: 5px;
    padding: 42px 132px 58px 150px;
    background-color: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.course-item-left .upcoming-course-item:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
    height: 100%;
    z-index: 3;
    border: 3px solid #2ccfbb;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-radius: 5px
}

.course-item-left .upcoming-course-item .date-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.course-item-left .upcoming-course-item .date-cover .day {
    color: #2ccfbb;
    font-size: 60px;
    margin-right: 10px
}

.course-item-left .upcoming-course-item .date-cover .month {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2ccfbb
}

.course-item-left .upcoming-course-item .date-cover .name {
    color: #151515
}

.course-item-left .upcoming-course-item .upcoming-course-adr {
    position: relative;
    padding-left: 30px;
    margin-bottom: 52px
}

.course-item-left .upcoming-course-item .upcoming-course-adr i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    color: #c4c4c4;
    font-weight: 900
}

.course-item-left .upcoming-course-item .upcoming-course-adr p {
    color: #151515;
    font-weight: 600
}

.course-item-left .upcoming-course-item .upcoming-course-adr p span {
    color: #2ccfbb;
    padding: 0 12px
}

.course-item-left .upcoming-course-item .title {
    margin: 6px 0 32px
}

.upcoming-course-img {
    width: calc(50% + 100px);
    margin-right: -70px;
    height: 670px;
    position: relative;
    z-index: 1
}

.upcoming-course-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.s-professional-training {
    padding: 180px 0
}

.about-the-course {
    padding: 180px 0 0
}

.about-the-course h2 {
    margin-bottom: 52px
}

.about-course-cover {
    padding-right: 100px
}

.about-course-cover h5 {
    margin-bottom: 20px;
    padding-top: 24px
}

.about-course-cover h5:first-child {
    padding-top: 0
}

.about-course-cover p {
    margin-bottom: 10px
}

.about-course-cover ul {
    padding-left: 30px;
    margin-bottom: 28px
}

.about-course-cover ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

.about-course-cover ul li:last-child {
    margin-bottom: 0
}

.about-course-cover ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #2ccfbb;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.s-schedule-event {
    padding: 180px 0 158px
}

.schedule-cover {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 8px
}

.schedule-cover li {
    border-top: 1px solid #d8d8d8
}

.schedule-cover li .schedule-header:hover .schedule-time,
.schedule-cover li .schedule-header:hover .schedule-title,
.schedule-cover li .schedule-header:hover i {
    color: #2ccfbb
}

.schedule-cover li.active .schedule-header .schedule-time,
.schedule-cover li.active .schedule-header .schedule-title,
.schedule-cover li.active .schedule-header i {
    color: #2ccfbb
}

.schedule-cover li.active .schedule-header i {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg)
}

.schedule-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 16px 0;
    min-height: 60px;
    cursor: pointer
}

.schedule-header .schedule-time {
    width: 18%;
    text-align: center;
    color: #aaa;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.schedule-header .schedule-title {
    width: 82%;
    text-transform: uppercase;
    color: #225374;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.schedule-header i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    color: #2ccfbb;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.schedule-content {
    padding-bottom: 18px;
    padding-right: 58px !important;
    display: none;
    width: 100% !important
}

.schedule-content .title {
    margin: -8px 0 15px
}

.schedule-event-home-two {
    position: relative;
    z-index: 5
}

.schedule-event-home-two:before {
    content: '';
    position: absolute;
    background-image: url(../img/effect-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 191px;
    height: 206px;
    top: -150px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.schedule-event-home-two .title-position.title-position-left {
    left: -325px
}

.schedule-event-home-two .schedule-cover li .schedule-header i {
    color: #23033c
}

.schedule-event-home-two .schedule-cover li .schedule-header:hover .schedule-time,
.schedule-event-home-two .schedule-cover li .schedule-header:hover .schedule-title,
.schedule-event-home-two .schedule-cover li .schedule-header:hover i {
    color: #2ccfbb
}

.schedule-event-home-two .schedule-cover li.active .schedule-header .schedule-time,
.schedule-event-home-two .schedule-cover li.active .schedule-header .schedule-title,
.schedule-event-home-two .schedule-cover li.active .schedule-header i {
    color: #2ccfbb
}

.our-advantages .title-bg-left {
    top: -118px
}

.advantages-cover {
    padding-top: 44px
}

.advantage-item .advantage-item-img {
    margin-bottom: 16px;
    min-height: 40px
}

.advantage-item .advantage-item-img img {
    display: block
}

.advantage-item h5 {
    margin-bottom: 10px
}

.book-a-place {
    padding-bottom: 180px
}

.book-a-place .title-bg-left {
    top: -112px
}

.our-speakers {
    padding: 180px 0 0
}

.our-speakers .speaker-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.our-speakers .speaker-item:first-child {
    margin-top: 0
}

.our-speakers .speaker-item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.our-speakers .speaker-item:nth-of-type(2n) .speaker-item-content {
    padding-right: 50px;
    padding-left: 150px
}

.our-speakers .speaker-item .speaker-item-img {
    width: 40%
}

.our-speakers .speaker-item .speaker-item-img img {
    display: block;
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 5px
}

.our-speakers .speaker-item .speaker-item-content {
    width: 60%;
    padding: 0 150px 0 50px
}

.our-speakers .speaker-item .speaker-item-content .prof {
    margin-bottom: 24px;
    padding-bottom: 27px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #747474;
    position: relative
}

.our-speakers .speaker-item .speaker-item-content .prof:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    background-color: #2ccfbb
}

.our-speakers .speaker-item .speaker-item-content p {
    margin-bottom: 25px
}

.our-speakers.speakers-home-two {
    padding: 180px 0;
    position: relative;
    background: #f6f6f6
}

.our-speakers.speakers-home-two:after,
.our-speakers.speakers-home-two:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 106px;
    z-index: 5;
    background-image: url(../img/before-home-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.our-speakers.speakers-home-two:before {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
    top: 0
}

.our-speakers.speakers-home-two:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg)
}

.our-speakers.speakers-home-two .speaker-item-img img {
    border-radius: 20px
}

.our-speakers.speakers-home-two .container {
    position: relative;
    z-index: 2
}

.our-speakers.speakers-home-two .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.our-speakers.speakers-home-two .speaker-item {
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7
}

.our-speakers.speakers-home-two .speaker-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.our-speakers.speakers-home-two .speaker-item:nth-of-type(2n) .speaker-item-content {
    padding: 0 100px 0 150px
}

.our-speakers.speakers-home-two .speaker-item .speaker-item-content {
    padding: 0 100px
}

.our-speakers.speakers-home-two .title-position {
    top: 24%
}

.our-speakers.speakers-home-two .title-position:nth-of-type(2) {
    top: 64%
}

.title-position {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 4;
    font-size: 150px;
    line-height: 108px;
    color: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-weight: 700
}

.title-position.title-position-left {
    left: -316px
}

.title-position.title-position-right {
    right: -262px
}

.join-our-team {
    padding: 180px 0 150px
}

.join-our-team .title-bg-left {
    top: 66px
}

.join-our-team-col {
    margin-bottom: 30px
}

.join-our-team-item {
    padding: 32px 30px;
    background: #eff4ee;
    border-radius: 5px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.join-our-team-item:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15)
}

.join-our-team-item h4 {
    margin-bottom: 17px
}

.join-our-team-item h4 a {
    color: #151515
}

.join-our-team-item h4 a:hover {
    color: #2ccfbb
}

.join-our-team-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.join-our-team-item ul li {
    color: #151515;
    margin-right: 50px
}

.join-our-team-item ul li:last-child {
    margin-right: 0
}

.join-our-team-item ul li i {
    color: #c4c4c4;
    margin-right: 8px;
    font-size: 20px;
    font-weight: 900
}

.page-gallery.s-gallery {
    padding-bottom: 138px
}

.page-gallery .tab-nav {
    margin-bottom: 0
}

.s-news {
    padding: 180px 0 174px
}

.post-item-cover {
    margin-top: 94px
}

.post-item-cover:first-child {
    margin-top: 0
}

.post-item-cover .title {
    margin-bottom: 10px
}

.post-item-cover .title a {
    color: #151515
}

.post-item-cover .title a:hover {
    color: #2ccfbb
}

.post-item-cover .post-thumbnail {
    margin-bottom: 22px
}

.post-item-cover .post-thumbnail a {
    display: block
}

.post-item-cover .post-thumbnail a:hover {
    opacity: .8
}

.post-item-cover .post-thumbnail img {
    display: block;
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.post-item-cover .meta {
    margin-bottom: 10px
}

.post-item-cover .meta span {
    font-weight: 500;
    margin-right: 26px
}

.post-item-cover .meta span:last-child {
    margin-right: 0
}

.post-item-cover .meta i {
    color: #c4c4c4;
    font-size: 18px;
    margin-right: 8px
}

blockquote {
    margin: 15px 0;
    padding: 34px 34px 34px 100px;
    color: #fff;
    background-color: #2ccfbb;
    position: relative
}

blockquote p {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    position: relative;
    z-index: 1
}

blockquote cite {
    font-weight: 500;
    margin-top: 24px;
    display: block;
    color: #fff
}

blockquote cite a {
    color: #fff
}

blockquote cite a:hover {
    color: #fff;
    opacity: .7
}

blockquote cite:before {
    content: '—';
    display: inline-block;
    margin-right: 10px
}

blockquote:before {
    content: '\f10e';
    position: absolute;
    top: 25px;
    left: 28px;
    font-family: 'Font Awesome 5 Free';
    font-size: 90px;
    line-height: 90px;
    color: #fff;
    opacity: .2;
    font-weight: 900
}

.widget {
    margin-top: 75px
}

.widget:first-child {
    margin-top: 0
}

.widget .title {
    text-transform: uppercase;
    padding-bottom: 17px;
    margin-bottom: 22px;
    border-bottom: 1px solid #dfdfdf;
    letter-spacing: 0
}

.widget-newsletter .title,
.widget-instagram .title,
.widget-search .title {
    margin-bottom: 30px
}

.widget-archive li:not(:last-child),
.widget-categories li:not(:last-child) {
    margin-bottom: 10px
}

.widget-archive li a,
.widget-categories li a {
    position: relative;
    text-transform: capitalize
}

.widget-archive li a:before,
.widget-categories li a:before {
    content: '>';
    margin-right: 10px;
    font-weight: 600
}

.widget-recent-posts li:not(:last-child) {
    margin-bottom: 20px
}

.widget-recent-posts li a {
    font-weight: 600;
    font-size: 18px
}

.widget-recent-posts li .date {
    display: block;
    margin-top: 4px
}

.widget-recent-posts li .date i {
    color: #c4c4c4;
    margin-right: 8px;
    font-size: 20px
}

.widget-instagram ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

.widget-instagram li {
    width: 33.33%;
    padding: 10px
}

.widget-instagram li a {
    display: block;
    position: relative
}

.widget-instagram li a:before {
    content: '+';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 2;
    font-weight: 500;
    font-size: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.widget-instagram li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2ccfbb;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

.widget-instagram li a:hover:after {
    opacity: .7
}

.widget-instagram li a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.widget-instagram li img {
    width: 100%;
    display: block;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.widget-instagram li a:hover img {
    opacity: .7
}

.pagination-cover {
    margin-top: 94px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination-item:not(:last-child) {
    margin-right: 10px
}

.pagination-item a {
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    width: 46px;
    text-align: center;
    border: 1px solid #c4c4c4;
    color: #151515;
    display: block;
    border-radius: 5px
}

.pagination-item a i {
    vertical-align: 1px;
    font-weight: 900
}

.pagination-item.active a {
    border-color: #2ccfbb;
    background-color: #2ccfbb;
    color: #fff
}

.pagination-item.active {
    pointer-events: none
}

.pagination-item:hover a {
    border-color: #2ccfbb;
    color: #2ccfbb
}

.s-single-news .post-content p {
    margin-bottom: 15px
}

.s-single-news .post-content blockquote {
    margin: 30px 0
}

.single-news-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0
}

.single-news-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 18px
}

.single-news-social ul li {
    margin-right: 10px
}

.single-news-social ul li:last-child {
    margin-right: 0
}

.single-news-social ul li a {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #5a5a5a;
    background: #dfdfdf;
    display: block;
    font-size: 20px
}

.single-news-social ul li a:hover {
    background-color: #2ccfbb;
    color: #fff
}

.reviews {
    margin-top: 40px
}

.reviews .btn-form-cover,
.reviews .checkbox-wrap {
    text-align: left
}

.reviews .title {
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0
}

.reviews-form {
    margin-top: 50px
}

.reviews-form .inp-name,
.reviews-form .inp-email {
    width: calc(50% - 15px)
}

.reviews-list .review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.reviews-list ul {
    padding-left: 100px
}

.review-avatar {
    margin-right: 20px
}

.review-avatar img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-content .name {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.review-content .date {
    margin-bottom: 18px
}

.review-content .date i {
    font-size: 20px;
    color: #d4d4d4;
    margin-right: 8px
}

.faq-cover li:not(:last-child) {
    padding-bottom: 38px;
    border-bottom: 1px solid #534e5f;
    margin-bottom: 53px
}

.review-btn {
    margin-top: 13px;
    font-weight: 600;
    display: inline-block;
    color: #2ccfbb
}

.review-btn i {
    margin-right: 8px
}

.relative-posts {
    margin-top: 94px
}

.relative-posts .title {
    margin-bottom: 10px
}

.relative-posts .meta {
    margin-bottom: 10px
}

.relative-posts .meta span {
    margin-right: 26px
}

.relative-posts .meta span:last-child {
    margin-right: 0
}

.relative-posts .meta i {
    color: #c4c4c4;
    margin-right: 8px;
    font-size: 20px
}

.relative-posts .post-thumbnail {
    margin-bottom: 22px;
    position: relative
}

.relative-posts .post-thumbnail .post-thumbnail-link {
    display: block
}

.relative-posts .post-thumbnail .post-thumbnail-link:hover {
    opacity: .7
}

.relative-posts .post-thumbnail .post-thumbnail-link img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    height: 300px
}

.relative-posts .post-thumbnail .post-category {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1
}

.relative-posts .post-thumbnail .post-category a {
    background-color: #2ccfbb;
    min-width: 94px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    display: block;
    border: 2px solid #2ccfbb;
    text-transform: capitalize
}

.relative-posts .post-thumbnail .post-category a:hover {
    color: #151515;
    background-color: transparent
}

.relative-posts .post-content p {
    margin-bottom: 0
}

.s-pravicy-policy {
    padding: 180px 0
}

.s-pravicy-policy h3 {
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: inline-block
}

.s-pravicy-policy h3:hover {
    color: #2ccfbb
}

.s-pravicy-policy .accordion-item:not(:first-child) {
    margin-top: 50px
}

.s-pravicy-policy ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px
}

.accordion-content {
    display: none;
    width: 100% !important
}

.s-error {
    padding: 154px 0 174px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat
}

.s-error .title {
    font-size: 200px;
    line-height: 200px
}

.s-error .title span {
    color: #2ccfbb
}

.s-error p {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px
}

.page-contacts {
    padding: 180px 0
}

.page-contacts h2 {
    margin-bottom: 45px
}

.page-contacts .btn-form-cover,
.page-contacts .checkbox-wrap {
    text-align: left
}

.page-contacts .inp-name,
.page-contacts .inp-phone,
.page-contacts .inp-email {
    width: calc(50% - 15px)
}

.cont-info-item {
    padding-left: 36px;
    position: relative;
    margin-bottom: 40px
}

.cont-info-item i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #c4c4c4;
    margin-right: 16px;
    width: 20px;
    text-align: center
}

.cont-info-item h5 {
    margin-bottom: 2px
}

.s-map {
    position: relative;
    height: 440px
}

.s-map.s-map-home-two {
    height: 480px
}

.s-map .google-map {
    width: 100%;
    height: 100%
}

.main-two {
    position: relative
}

.main-two:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 96px;
    z-index: 5;
    background-image: url(../img/before-home-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.main-arrow-cover {
    position: absolute;
    z-index: 4;
    bottom: 240px;
    width: 100%
}

.main-arrow-cover .main-slide-arrow {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-arrow-cover .main-slide-arrow .slick-arrow {
    margin-right: 10px;
    position: relative;
    width: 50px;
    border: 1px solid #fff;
    line-height: 48px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.main-arrow-cover .main-slide-arrow .slick-arrow:hover {
    background-color: #fff;
    color: #151515
}

.main-arrow-cover .main-slide-arrow .slick-arrow.slick-arrow-prev {
    padding-right: 2px
}

.main-arrow-cover .main-slide-arrow .slick-arrow.slick-arrow-next {
    padding-left: 2px
}

.main-slider-two {
    background: linear-gradient(124.13deg, #23033C -25.14%, #2ccfbb 78.68%)
}

.main-slider-two .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1)
}

.main-slide-two {
    color: #fcf9ed;
    position: relative
}

.main-slide-two .img-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 54%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate3d(1300px, 0, 0);
    transform: translate3d(1300px, 0, 0)
}

.main-slide-two .main-slide-date {
    position: absolute;
    top: 45%;
    left: -255px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 4;
    font-size: 100px;
    line-height: 100px;
    color: rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0
}

.main-slide-two .main-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-slide-two .container {
    min-height: 806px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    padding-bottom: 335px
}

.main-slide-two .container .main-slide-item {
    max-width: 730px
}

.main-slide-two .container .date-slide {
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transform: translate3d(-1300px, 0, 0);
    transform: translate3d(-1300px, 0, 0)
}

.main-slide-two .container h2 {
    color: #fcf9ed;
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 10px;
    -webkit-transform: translate3d(-1300px, 0, 0);
    transform: translate3d(-1300px, 0, 0)
}

.main-slide-two .container h2 span {
    font-weight: 300;
    display: block
}

.main-slide-two .container .slide-tag {
    font-weight: 600;
    font-size: 24px;
    opacity: 0.9;
    margin-bottom: 40px;
    -webkit-transform: translate3d(-1300px, 0, 0);
    transform: translate3d(-1300px, 0, 0)
}

.main-slide-two .container .slide-btn-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(-1300px, 0, 0);
    transform: translate3d(-1300px, 0, 0)
}

.main-slide-two .container .slide-btn-cover .btn-yellow {
    border-color: #ffe037;
    margin-right: 20px
}

.main-slide-two .container .slide-btn-cover .btn-yellow:before {
    background-color: #ffe037;
    width: 100%
}

.main-slide-two .container .slide-btn-cover .btn-yellow:hover:before {
    width: 0
}

.main-slide-two .container .slide-btn-cover .btn-border {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3)
}

.main-slide-two .container .slide-btn-cover .btn-border:before {
    background-color: rgba(255, 255, 255, 0.3);
    color: #151515
}

.main-slide-two.stateEnd .img-slide {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 200ms;
    transition: -webkit-transform 400ms ease-in 200ms;
    transition: transform 400ms ease-in 200ms;
    transition: transform 400ms ease-in 200ms, -webkit-transform 400ms ease-in 200ms
}

.main-slide-two.stateEnd .main-slide-date {
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in 200ms;
    transition: opacity 400ms ease-in 200ms
}

.main-slide-two.stateEnd .container .date-slide {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in;
    transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    transition: transform 400ms ease-in, -webkit-transform 400ms ease-in
}

.main-slide-two.stateEnd .container h2 {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 50ms;
    transition: -webkit-transform 400ms ease-in 50ms;
    transition: transform 400ms ease-in 50ms;
    transition: transform 400ms ease-in 50ms, -webkit-transform 400ms ease-in 50ms
}

.main-slide-two.stateEnd .container .slide-tag {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 100ms;
    transition: -webkit-transform 400ms ease-in 100ms;
    transition: transform 400ms ease-in 100ms;
    transition: transform 400ms ease-in 100ms, -webkit-transform 400ms ease-in 100ms
}

.main-slide-two.stateEnd .container .slide-btn-cover {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -webkit-transition: -webkit-transform 400ms ease-in 200ms;
    transition: -webkit-transform 400ms ease-in 200ms;
    transition: transform 400ms ease-in 200ms;
    transition: transform 400ms ease-in 200ms, -webkit-transform 400ms ease-in 200ms
}

.main-slide-two.slick-active .img-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms
}

.main-slide-two.slick-active .main-slide-date {
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in 800ms;
    transition: opacity 400ms ease-in 800ms
}

.main-slide-two.slick-active .container .date-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 625ms
}

.main-slide-two.slick-active .container h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 550ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 550ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 550ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 550ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 550ms
}

.main-slide-two.slick-active .container .slide-tag {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 475ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 475ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 475ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 475ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 475ms
}

.main-slide-two.slick-active .container .slide-btn-cover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 400ms;
    transition: -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 400ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 400ms;
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 400ms, -webkit-transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 400ms
}

.s-about-home-two {
    z-index: 7;
    position: relative
}

.s-about-home-two .container {
    padding: 180px 15px;
    position: relative
}

.s-about-home-two .container:after,
.s-about-home-two .container:before {
    content: '';
    position: absolute;
    background-image: url(../img/effect-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 191px;
    height: 206px
}

.s-about-home-two .container:after {
    bottom: -112px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    transform: translate(-50%, 0) rotate(180deg)
}

.s-about-home-two .container:before {
    top: -134px;
    left: 15px
}

.s-about-home-two .about-info {
    padding-top: 18px
}

.s-about-home-two .about-info .about-slogan-home-two {
    font-size: 16px;
    line-height: 27px;
    color: #23033c;
    margin-bottom: 12px;
    text-align: justify;
}

.s-about-home-two .about-info h2 {
    margin-bottom: 22px
}

.s-about-home-two .about-info .about-info-text {
    margin-bottom: 18px
}

.s-about-home-two .about-info .soc-link {
    margin-bottom: 18px
}

.s-about-home-two .about-info .soc-link li:not(:last-child) {
    margin-right: 18px
}

.s-about-home-two .about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.s-about-home-two .about-img:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/about-img-effect.svg);
    width: 144px;
    height: 94px
}

.s-about-home-two .about-img a {
    max-width: 540px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px
}

.s-about-home-two .about-img a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/play.svg);
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.s-about-home-two .about-img a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #203246;
    opacity: .2;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.s-about-home-two .about-img a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.s-about-home-two .about-img a:hover:after {
    opacity: .1
}

.s-about-home-two .about-img img {
    width: 100%;
    height: 388px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-pricing {
    background: #f6f6f6;
    position: relative;
    z-index: 7;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-home-2-price.svg)
}

.s-pricing .title-position.title-position-right {
    right: -258px
}

.s-pricing:after,
.s-pricing:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 98px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.s-pricing:before {
    background-image: url(../img/before-home-3.svg);
    -webkit-transform: rotate3d(0, 0, 0, 180deg);
    transform: rotate3d(0, 0, 0, 180deg);
    top: 0
}

.s-pricing:after {
    bottom: 0;
    background-image: url(../img/before-home-2.svg);
    -webkit-transform: rotate3d(0, 0, 0, 180deg);
    transform: rotate3d(0, 0, 0, 180deg)
}

.s-pricing .container {
    padding: 180px 15px;
    position: relative;
    z-index: 3
}

.s-pricing .container:after,
.s-pricing .container:before {
    content: '';
    position: absolute;
    background-image: url(../img/effect-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 191px;
    height: 206px
}

.s-pricing .container:before {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    transform: translate(-50%, 0) rotate(180deg);
    top: -80px;
    left: 50%
}

.s-pricing .container:after {
    left: 15px;
    bottom: -94px
}

.s-pricing .pricing-cover {
    max-width: 870px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px
}

.s-pricing .pricing-item {
    width: calc(33.33% - 20px);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.s-pricing .pricing-item:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15)
}

.s-pricing .pricing-item:nth-of-type(2) {
    margin-top: -10px
}

.s-pricing .pricing-item:nth-of-type(2) .pricing-header {
    line-height: 82px
}

.s-pricing .pricing-item:nth-of-type(2) .pricing-item-content {
    padding-bottom: 55px
}

.s-pricing .pricing-item .pricing-item-content {
    padding: 20px 30px 45px
}

.s-pricing .pricing-item .pricing-header {
    background: linear-gradient(322.57deg, #23033C -57.5%, #1DCD9F 87.13%);
    color: #fff;
    line-height: 72px;
    text-transform: capitalize;
    font-weight: 500
}

.s-pricing .pricing-item .price {
    color: #23033c;
    font-weight: 600;
    font-size: 36px
}

.s-pricing .pricing-item .pricing-slogan {
    color: #151515;
    position: relative;
    padding: 0 0 27px;
    margin: -5px 0 30px
}

.s-pricing .pricing-item .pricing-slogan:before {
    top: auto;
    bottom: 0;
    width: 40px
}

.s-pricing .pricing-item .pricing-info {
    min-height: 112px;
    margin-bottom: 26px
}

.s-venue {
    padding: 180px 0 161px
}

.s-venue .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-venue ul {
    padding: 24px 0 0 70px
}

.s-venue ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
    max-width: 230px;
    font-weight: 600
}

.s-venue ul li:last-child {
    margin-bottom: 0
}

.s-venue ul li i {
    color: #c4c4c4;
    font-size: 20px;
    width: 22px;
    margin-right: 10px;
    text-align: center
}

.s-venue img {
    display: block;
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.s-latest-news {
    position: relative;
    min-height: 272px;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(333.56deg, #23033C -57.5%, #1DCD9F 87.13%)
}

.s-latest-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/effect-latest-news.svg)
}

.s-latest-news .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-latest-news .container {
    position: relative;
    z-index: 2
}

.s-latest-news .title-line-left {
    color: #fff
}

.s-latest-news .title-line-left:before {
    background-color: #ffe037
}

.s-latest-news form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.s-latest-news form input {
    max-width: 300px;
    height: 50px;
    margin-right: 30px;
    border-color: #fff;
    color: #fff;
    padding-left: 20px
}

.s-latest-news form input::-webkit-input-placeholder {
    color: #fff
}

.s-latest-news form input:-ms-input-placeholder {
    color: #fff
}

.s-latest-news form input::-ms-input-placeholder {
    color: #fff
}

.s-latest-news form input::placeholder {
    color: #fff
}

@media (max-width: 1440px) {
    .main-slide-two .container {
        min-height: 700px;
        padding-bottom: 240px
    }

    .main-slide-two .container h2 {
        font-size: 54px;
        line-height: 70px
    }

    .main-arrow-cover {
        bottom: 156px
    }

    .main-slide-two .main-slide-date {
        font-size: 90px;
        line-height: 90px;
        left: -230px
    }

    .main-slide-two .container .slide-tag {
        font-size: 22px
    }
}

@media (max-width: 1366px) {
    .s-venue {
        padding: 150px 0 130px
    }

    .s-partners.partners-home-two {
        padding-bottom: 123px
    }

    .s-pricing .container,
    .our-speakers.speakers-home-two,
    .s-about-home-two .container {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .s-error {
        padding: 124px 0 144px
    }

    .page-gallery.s-gallery {
        padding-bottom: 108px
    }

    .s-schedule-event {
        padding: 150px 0 128px
    }

    .s-our-team {
        padding: 144px 0
    }

    .page-contacts,
    .s-pravicy-policy,
    .s-professional-training,
    .why-choose,
    .s-event-block {
        padding: 150px 0
    }

    .s-our-courses {
        padding-bottom: 144px
    }

    .book-a-place,
    .s-testimonials {
        padding-bottom: 150px
    }

    .s-news,
    .s-gallery {
        padding: 150px 0 144px
    }

    .overview {
        padding: 150px 0 70px
    }

    .our-history {
        padding: 62px 0 30px
    }

    .s-upcoming-course {
        padding: 104px 0 150px
    }

    .s-our-team.about-team.speakers-our-team {
        padding: 150px 0 105px
    }

    .join-our-team {
        padding: 150px 0 120px
    }

    .our-speakers,
    .about-the-course,
    .events-our-courses.s-our-courses,
    .about-testimonials-slider {
        padding-top: 150px
    }

    .s-upcoming-course .title-bg-left {
        top: -10px
    }

    .s-testimonials .title-bg {
        top: -110px
    }

    .main-slide-two .main-slide-date {
        display: none
    }

    .main-slide-two .container {
        min-height: 630px;
        padding-bottom: 230px
    }

    .main-arrow-cover {
        bottom: 138px
    }

    .main-slide-two .container h2 {
        font-size: 50px;
        line-height: 60px
    }

    .main-slide-two .container .slide-tag {
        font-size: 20px
    }

    .s-pricing .container:after,
    .s-pricing .container:before,
    .schedule-event-home-two:before,
    .s-about-home-two .container:after,
    .s-about-home-two .container:before {
        width: 150px;
        height: 162px
    }

    .s-about-home-two .container:before {
        top: -118px
    }

    .title-position {
        display: none
    }

    .s-about-home-two .container:after {
        bottom: -90px
    }

    .schedule-event-home-two:before {
        top: -90px
    }

    .s-pricing .container:before {
        top: -70px
    }

    .s-pricing .container:after {
        bottom: -15px
    }

    .page-title .container {
        padding: 78px 15px 30px;
        min-height: 250px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(1) {
        left: 22px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(2) {
        left: 166px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(3) {
        left: 270px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(4) {
        left: 70px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-left li:nth-of-type(5) {
        left: 186px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(5) {
        right: 7px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(4) {
        right: 122px;
        top: 56.5%
    }

    .about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(3) {
        right: 70px
    }

    .about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(2) {
        right: 200px;
        top: 35.5%
    }

    .about-testimonials-slider .about-testimonials.about-testimon-right li:nth-of-type(1) {
        right: 272px;
        top: 47%
    }

    .s-about-home-two .about-img:before {
        right: 0
    }

    .why-choose-img img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1199px) {
    .s-gallery {
        padding-bottom: 75px
    }

    .main-slide .title {
        font-size: 48px
    }

    .slide-category {
        font-size: 14px
    }

    .main-slider-cover {
        min-height: 650px
    }

    .event-block-item {
        padding: 30px 15px 22px
    }

    .top-panel i {
        font-size: 14px
    }

    h1 {
        font-size: 52px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 14px
    }

    body {
        font-size: 14px
    }

    .subscribe-form input,
    .search-form input {
        font-size: 14px
    }

    .page-title .container {
        padding-top: 82px
    }

    .about-cont-list li i {
        font-size: 18px;
        line-height: 18px
    }

    .team-item .prof {
        font-size: 16px
    }

    .about-slogan {
        font-size: 20px
    }

    .about-stage .about-stage-text {
        font-size: 16px
    }

    .about-stage .number {
        font-size: 68px;
        line-height: 60px
    }

    .team-item img {
        height: 212px
    }

    .course-item {
        padding: 26px 20px 30px
    }

    .course-right {
        width: 50%
    }

    .course-right .price {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 32px
    }

    .course-right .price span {
        font-size: 32px
    }

    .course-left .date i {
        margin-right: 10px
    }

    .course-left .title {
        font-size: 20px
    }

    .s-counter {
        padding: 70px 0
    }

    .counter-number {
        font-size: 38px
    }

    .tab-nav .item {
        margin-right: 40px
    }

    .s-testimonials .title-bg {
        top: -90px
    }

    .slide-testimonial img {
        width: 100px;
        height: 100px
    }

    .slide-quote {
        font-size: 40px;
        line-height: 40px
    }

    .testimonial-item .name {
        font-size: 18px
    }

    .checkbox-cover p {
        padding-left: 30px;
        font-size: 12px;
        font-weight: 400
    }

    .checkbox-cover p:before {
        width: 22px;
        height: 22px;
        line-height: 20px;
        font-size: 12px
    }

    .s-contacts .contacts-cover {
        padding: 54px 50px 58px 0
    }

    .about-info {
        padding-top: 0
    }

    .title-bg-left,
    .title-bg {
        display: none
    }

    .overview-info-item {
        margin-top: 24px
    }

    .course-item-left .upcoming-course-item {
        padding: 42px 100px 58px 110px
    }

    .upcoming-course-cover:first-child .course-item-left .upcoming-course-item {
        padding-right: 110px;
        padding-left: 73px
    }

    .upcoming-course-img {
        height: 560px;
        width: calc(50% + 50px)
    }

    .course-item-left {
        height: 510px
    }

    .course-item-left .upcoming-course-item:before {
        bottom: 10px;
        right: 10px
    }

    .upcoming-course-cover:first-child .course-item-left .upcoming-course-item:before {
        right: 10px
    }

    .upcoming-course-cover:first-child .course-item-left .upcoming-course-item:before {
        left: 10px
    }

    .about-testimonials {
        display: none
    }

    .about-the-course h2 {
        margin-bottom: 30px
    }

    .our-speakers .speaker-item .speaker-item-content .prof {
        font-size: 16px
    }

    .join-our-team-item ul li {
        margin-right: 35px
    }

    .our-speakers .speaker-item .speaker-item-img img {
        height: 250px
    }

    .our-speakers .speaker-item .speaker-item-content {
        padding-right: 130px
    }

    .our-speakers .speaker-item:nth-of-type(2n) .speaker-item-content {
        padding-left: 130px
    }

    .row-gallery {
        margin-top: 20px
    }

    .s-error .title {
        font-size: 150px;
        line-height: 150px
    }

    .s-error p {
        font-size: 20px
    }

    .s-error {
        background-size: cover
    }

    .post-item-cover .post-thumbnail img {
        height: 370px
    }

    .widget-recent-posts li a {
        font-size: 16px
    }

    .widget-instagram li img {
        height: 83px
    }

    blockquote p {
        font-size: 16px
    }

    .post-item-cover .meta i {
        font-size: 16px
    }

    .relative-posts .meta i,
    .widget-recent-posts li .date i,
    .review-content .date i {
        font-size: 18px
    }

    .single-news-social ul li a {
        width: 44px;
        line-height: 44px
    }

    .relative-posts .post-thumbnail .post-category {
        top: 10px;
        right: 10px
    }

    .main-slide-two .container h2 {
        font-size: 44px;
        line-height: 54px
    }

    .main-slide-two .container {
        min-height: 550px;
        padding-bottom: 190px
    }

    .main-arrow-cover .main-slide-arrow {
        margin-top: 0
    }

    .main-arrow-cover {
        bottom: 110px
    }

    .main-slide-two .container .slide-tag {
        font-size: 18px
    }

    .s-about-home-two .container:before {
        top: -106px
    }

    .s-pricing .container:after,
    .s-pricing .container:before,
    .schedule-event-home-two:before,
    .s-about-home-two .container:after,
    .s-about-home-two .container:before {
        width: 110px;
        height: 120px
    }

    .our-speakers.speakers-home-two .bg-img {
        background-position: right center
    }

    .s-about-home-two .about-info .about-slogan-home-two {
        font-size: 16px
    }

    .s-about-home-two .about-img img {
        height: 360px
    }

    .s-about-home-two .container:after {
        bottom: -76px
    }

    .schedule-event-home-two:before {
        top: -76px
    }

    .s-pricing .container:before {
        top: -45px
    }

    .s-pricing .container:after {
        bottom: 13px
    }

    .our-speakers.speakers-home-two .speaker-item .speaker-item-content {
        padding: 0 70px
    }

    .our-speakers.speakers-home-two .speaker-item:nth-of-type(2n) .speaker-item-content {
        padding: 0 70px 0 80px
    }

    .s-venue ul {
        padding: 24px 0 0 30px
    }

    .s-map.s-map-home-two {
        height: 400px
    }

    .s-latest-news .btn {
        min-width: 170px;
        padding: 0 24px
    }

    .cont-map {
        position: relative;
        width: 100%;
        height: 350px
    }

    .s-contacts {
        min-height: auto
    }

    .s-contacts .contacts-cover {
        width: 100%;
        padding: 75px 0 144px
    }

    .s-contacts .contacts-cover .form-cover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .s-contacts .contacts-cover .form-cover li.inp-name,
    .s-contacts .contacts-cover .form-cover li.inp-email {
        width: calc(50% - 15px)
    }
}

@media (max-width: 991px) {
    .s-venue {
        padding: 130px 0 110px
    }

    .s-pricing .container,
    .our-speakers.speakers-home-two,
    .s-about-home-two .container {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .s-error {
        padding: 104px 0 124px
    }

    .page-gallery.s-gallery {
        padding-bottom: 88px
    }

    .s-testimonials {
        padding-bottom: 130px
    }

    .page-contacts,
    .s-pravicy-policy,
    .s-professional-training {
        padding: 130px 0
    }

    .sidebar,
    .our-speakers,
    .about-the-course,
    .events-our-courses.s-our-courses,
    .about-testimonials-slider {
        padding-top: 130px
    }

    .s-schedule-event {
        padding: 130px 0 98px
    }

    .s-upcoming-course {
        padding: 86px 0 130px
    }

    .overview {
        padding: 130px 0 94px
    }

    .s-our-team {
        padding: 124px 0
    }

    .why-choose,
    .s-event-block {
        padding: 130px 0
    }

    .s-our-team.about-team.speakers-our-team {
        padding: 130px 0 85px
    }

    .join-our-team {
        padding: 130px 0 100px
    }

    .s-our-courses {
        padding-bottom: 124px
    }

    .book-a-place,
    .s-testimonials {
        padding-bottom: 130px
    }

    .s-news {
        padding: 130px 0 124px
    }

    .s-gallery {
        padding: 130px 0 72px
    }

    .slide-category {
        font-weight: 600;
        font-size: 12px;
        line-height: 26px
    }

    .main-slider-cover {
        min-height: 530px
    }

    .main-slider .slick-arrow {
        bottom: 65px;
        width: 40px;
        height: 40px;
        line-height: 38px
    }

    .main-slide .title {
        font-size: 38px
    }

    .event-block-item .title-line {
        font-size: 20px
    }

    .about-img {
        display: none
    }

    .team-item .title {
        font-size: 20px
    }

    .team-item img {
        height: 170px
    }

    .team-img {
        margin-bottom: 16px
    }

    .s-our-team .btn {
        margin-top: 48px
    }

    .s-counter {
        padding: 46px 0
    }

    .choose-info {
        padding-left: 30px
    }

    .s-contacts .contacts-cover .form-block {
        padding-top: 20px
    }

    .s-contacts {
        min-height: 640px
    }

    .s-contacts .contacts-cover {
        padding: 65px 0 124px
    }

    .course-item-left .upcoming-course-item {
        padding: 32px 40px 48px 50px
    }

    .upcoming-course-cover:first-child .course-item-left .upcoming-course-item {
        padding-right: 50px;
        padding-left: 43px
    }

    .course-item-left {
        height: 490px
    }

    .upcoming-course-img {
        height: 520px;
        width: calc(50% + 30px)
    }

    .upcoming-course-img {
        margin-right: -20px
    }

    .upcoming-course-cover:first-child .upcoming-course-img {
        margin-left: -20px
    }

    h1 {
        font-size: 44px
    }

    .page-title .container {
        padding: 68px 15px 20px;
        min-height: 210px
    }

    .our-history-left {
        padding-right: 50px
    }

    .history-info-cover {
        padding-left: 50px
    }

    .history-info-cover .history-info {
        padding: 14px 0 18px
    }

    .history-info-cover .history-info .title:before {
        left: -80px;
        top: 0
    }

    .our-history {
        padding: 30px 0
    }

    .overview-info {
        padding: 0;
        max-width: 100%
    }

    .about-course-cover {
        padding-right: 0
    }

    .schedule-header i,
    .schedule-header .schedule-time {
        font-size: 16px
    }

    .schedule-header .schedule-title {
        font-size: 14px
    }

    .our-speakers .speaker-item .speaker-item-content {
        padding: 0 0 0 30px
    }

    .our-speakers .speaker-item:nth-of-type(2n) .speaker-item-content {
        padding-right: 30px;
        padding-left: 0
    }

    .our-speakers .speaker-item .speaker-item-content .prof {
        margin-bottom: 18px;
        padding-bottom: 21px
    }

    .our-speakers .speaker-item .speaker-item-img img {
        height: 230px
    }

    .join-our-team-item ul li i {
        margin-right: 6px;
        font-size: 18px
    }

    .join-our-team-item ul li {
        margin-right: 10px
    }

    .join-our-team-item h4 {
        margin-bottom: 14px;
        font-size: 18px
    }

    .join-our-team-item {
        padding: 23px 14px
    }

    .s-map {
        height: 350px
    }

    .page-contacts h2 {
        margin-bottom: 25px
    }

    .cont-info-item i {
        font-size: 18px
    }

    .widget {
        margin-top: 50px
    }

    .widget-instagram li img {
        height: 170px
    }

    .widget .title {
        font-size: 16px
    }

    .relative-posts .post-thumbnail .post-thumbnail-link img {
        height: 200px
    }

    .relative-posts .post-thumbnail .post-category a {
        min-width: 70px;
        line-height: 20px;
        font-size: 12px
    }

    .relative-posts .meta span {
        width: 100%;
        display: block;
        margin-right: 0
    }

    .relative-posts .title {
        font-size: 18px
    }

    .main-two:before {
        height: 50px
    }

    .main-slide-two .container h2 {
        font-size: 34px;
        line-height: 42px
    }

    .main-slide-two .container .date-slide {
        font-size: 12px
    }

    .main-slide-two .container .slide-tag {
        font-size: 14px;
        margin-bottom: 30px
    }

    .main-arrow-cover .main-slide-arrow .slick-arrow {
        width: 44px;
        line-height: 42px
    }

    .main-slide-two .container {
        min-height: 440px;
        padding-bottom: 150px
    }

    .slide-btn-cover .btn {
        padding: 0 24px
    }

    .main-arrow-cover {
        bottom: 74px
    }

    .s-about-home-two .container:before {
        top: -73px
    }

    .s-about-home-two .about-img img {
        height: 460px
    }

    .s-pricing:after,
    .s-pricing:before,
    .our-speakers.speakers-home-two:after,
    .our-speakers.speakers-home-two:before {
        height: 50px
    }

    .s-about-home-two .container:after {
        bottom: -64px
    }

    .schedule-event-home-two:before {
        top: -64px
    }

    .s-pricing .container:before {
        top: -55px
    }

    .s-pricing .container:after {
        bottom: -26px
    }

    .s-partners.partners-home-two {
        padding: 0 0 93px
    }

    .our-speakers.speakers-home-two .speaker-item .speaker-item-content {
        padding: 0 0 0 30px
    }

    .our-speakers.speakers-home-two .speaker-item:nth-of-type(2n) .speaker-item-content {
        padding: 0 30px 0 0
    }

    .our-speakers.speakers-home-two .bg-img {
        display: none
    }

    .s-pricing .pricing-item .pricing-item-content {
        padding: 20px 20px 30px
    }

    .s-pricing .pricing-item:nth-of-type(2) .pricing-item-content {
        padding-bottom: 40px
    }

    .s-pricing .pricing-item .pricing-info {
        min-height: 85px
    }

    .s-pricing .pricing-item .pricing-slogan {
        padding: 0 0 20px;
        margin: -5px 0 16px
    }

    .s-venue img {
        height: 300px
    }

    .s-venue ul {
        padding: 10px 0 0
    }

    .s-venue ul li {
        margin-bottom: 25px
    }

    .s-map.s-map-home-two {
        height: 340px
    }

    .s-latest-news form input {
        margin-right: 5px
    }

    .overview-img-cover .overview-img:last-child img {
        height: 280px
    }
}

@media (max-width: 767px) {
    .s-venue {
        padding: 100px 0 80px
    }

    .s-pricing .container,
    .our-speakers.speakers-home-two,
    .s-about-home-two .container {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .s-contacts .contacts-cover {
        padding: 65px 0 94px
    }

    .s-error {
        padding: 74px 0 94px
    }

    .page-gallery.s-gallery {
        padding-bottom: 68px
    }

    .our-speakers,
    .about-the-course,
    .events-our-courses.s-our-courses,
    .about-testimonials-slider {
        padding-top: 100px
    }

    .s-upcoming-course {
        padding: 56px 0 100px
    }

    .s-our-team.about-team {
        padding-top: 57px
    }

    .s-our-team {
        padding: 94px 0
    }

    .s-schedule-event {
        padding: 100px 0 68px
    }

    .overview {
        padding: 100px 0 64px
    }

    .s-our-team.about-team.speakers-our-team {
        padding: 100px 0 55px
    }

    .s-news,
    .page-contacts,
    .s-pravicy-policy,
    .s-professional-training,
    .why-choose,
    .s-event-block {
        padding: 100px 0
    }

    .join-our-team {
        padding: 100px 0 70px
    }

    .s-our-courses {
        padding-bottom: 94px
    }

    .sidebar {
        padding-top: 100px
    }

    .book-a-place,
    .s-testimonials {
        padding-bottom: 100px
    }

    .s-gallery {
        padding: 100px 0 50px
    }

    .s-partners.partners-home-two {
        padding-bottom: 60px
    }

    .about-block-stages {
        display: none
    }

    .main-slider-cover {
        padding: 30px 0
    }

    .main-slide .title {
        font-size: 24px
    }

    .main-slider .slick-dots {
        bottom: 10px
    }

    .main-slider .slick-dots li button {
        line-height: 40px
    }

    .main-slider .slick-arrow {
        bottom: 10px
    }

    .main-slider-cover {
        min-height: 420px
    }

    .event-item-cover:not(:last-child) {
        margin-bottom: 30px
    }

    h2 {
        font-size: 30px
    }

    .title-line-left:before,
    .title-line:before {
        width: 40px
    }

    .about-slogan {
        font-size: 16px
    }

    .team-item .title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 5px
    }

    .team-item .prof {
        font-size: 14px
    }

    .team-item img {
        height: 150px
    }

    .slogan {
        margin-bottom: 30px
    }

    .our-team-bg {
        opacity: .5
    }

    .course-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center
    }

    .course-left {
        width: 100%
    }

    .course-right {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        margin-top: 30px
    }

    .counter-number {
        font-size: 34px
    }

    .counter-item h5 {
        font-size: 14px;
        margin-top: 12px
    }

    .why-choose-img {
        display: none
    }

    .gal-item {
        display: none
    }

    .gal-open {
        border-width: 50px
    }

    .gal-open span {
        top: 16px;
        left: -23px;
        font-size: 26px
    }

    .s-our-team .btn {
        margin-top: 20px
    }

    .choose-info {
        padding-left: 15px
    }

    body.no-scroll {
        overflow: hidden
    }

    .about-cont-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .about-cont-list li:not(:last-child) {
        margin-bottom: 10px
    }

    .upcoming-course-img {
        width: 50%;
        height: 480px
    }

    .course-item-left .upcoming-course-item {
        padding: 20px 20px 30px
    }

    .course-item-left .upcoming-course-item .date-cover .day {
        font-size: 50px
    }

    .upcoming-course-item .title {
        font-size: 22px
    }

    .course-item-left .upcoming-course-item .upcoming-course-adr {
        padding-left: 24px
    }

    .course-item-left {
        height: auto
    }

    .upcoming-course-cover:first-child .course-item-left .upcoming-course-item {
        padding-right: 20px;
        padding-left: 33px
    }

    h1 {
        font-size: 40px
    }

    .page-title .container {
        padding: 54px 15px 20px;
        min-height: 180px
    }

    .overview-img-cover {
        display: none
    }

    .our-history-left {
        padding-right: 20px
    }

    .history-info-cover {
        padding-left: 20px
    }

    .history-info-cover .history-info .title:before {
        left: -45px;
        top: 6px;
        border-width: 5px;
        width: 21px;
        height: 21px
    }

    .upcoming-course-cover {
        margin-top: 40px
    }

    .about-testimonials-slider.s-testimonials .slogan {
        margin-bottom: 16px
    }

    .slider-testimonials .slick-dots {
        margin-top: 10px
    }

    .about-course-cover h5 {
        margin-bottom: 10px;
        padding-top: 6px
    }

    .about-course-cover ul li {
        margin-bottom: 6px
    }

    .about-course-cover ul {
        margin-bottom: 14px;
        padding-left: 15px
    }

    .about-the-course h2 {
        margin-bottom: 8px
    }

    .schedule-cover {
        padding-top: 0
    }

    .schedule-header {
        padding: 10px 0;
        min-height: 50px
    }

    .schedule-content .title {
        font-size: 20px
    }

    .book-a-place .checkbox-wrap {
        max-width: 400px;
        margin: 0 auto 24px
    }

    .to-top {
        bottom: 10px;
        right: 10px;
        width: 44px;
        line-height: 44px
    }

    .speaker-item-content h3 {
        font-size: 20px
    }

    .our-speakers .speaker-item .speaker-item-content p {
        margin-bottom: 20px
    }

    .s-error .title {
        font-size: 120px;
        line-height: 120px
    }

    .cont-info-item {
        padding-left: 25px;
        margin-bottom: 35px
    }

    #message {
        margin: 10px 0
    }

    #success_page h3 {
        font-size: 20px
    }

    blockquote {
        padding-left: 80px
    }

    blockquote:before {
        font-size: 70px;
        line-height: 70px
    }

    blockquote p {
        font-size: 16px
    }

    .pagination-cover,
    .post-item-cover {
        margin-top: 60px
    }

    .post-item-cover .meta i {
        font-size: 14px
    }

    .post-item-cover .meta span {
        margin-right: 15px
    }

    .relative-posts .post-thumbnail .post-thumbnail-link img {
        height: 160px
    }

    .main-slide-two .img-slide {
        display: none
    }

    .main-slide-two .container .main-slide-item {
        max-width: 100%;
        text-align: center;
        width: 100%
    }

    .main-slide-two .container .slide-btn-cover {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-slide-two .container {
        padding-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .s-about-home-two .about-img {
        display: none
    }

    .s-pricing .container:after,
    .s-pricing .container:before,
    .schedule-event-home-two:before,
    .s-about-home-two .container:after,
    .s-about-home-two .container:before {
        width: 90px;
        height: 98px
    }

    .s-about-home-two .container:before {
        top: -84px
    }

    .s-about-home-two .container:after {
        bottom: -54px
    }

    .schedule-event-home-two:before {
        top: -54px
    }

    .s-pricing .container:before {
        top: -42px
    }

    .s-pricing .container:after {
        bottom: -15px
    }

    .pricing-cover {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .s-pricing .pricing-item {
        width: 100%;
        margin-bottom: 40px
    }

    .s-pricing .pricing-item:last-child {
        margin-bottom: 0
    }

    .s-pricing .pricing-item:nth-of-type(2) .pricing-header {
        line-height: 72px
    }

    .s-pricing .pricing-item:nth-of-type(2) {
        margin-top: 0
    }

    .s-pricing .pricing-item:nth-of-type(2) .pricing-item-content {
        padding-bottom: 30px
    }

    .s-venue ul li {
        font-weight: 500
    }

    .s-latest-news .title-line-left:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .s-latest-news {
        text-align: center
    }

    .s-latest-news form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }

    .slide-btn-cover .btn {
        min-width: 180px
    }

    .main-slide-two .container h2 {
        font-size: 38px;
        margin-bottom: 16px
    }

    .main-slide-two .container .date-slide {
        margin-bottom: 16px
    }

    .why-choose .tab.visible-content {
        min-height: auto
    }

    .s-pravicy-policy .accordion-item:not(:first-child) {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .team-item img {
        height: 230px
    }

    .s-our-team.home-our-team .team-item {
        margin-bottom: 40px
    }

    .s-our-team.home-our-team .team-item:last-child {
        margin-bottom: 0
    }

    .widget-instagram li img {
        height: 136px
    }

    .team-img {
        display: block;
        max-width: 370px;
        margin: 0 auto 16px
    }

    .main-slide .img-slide {
        display: none
    }

    .main-slide .info-slide {
        text-align: center
    }

    .main-slide .title {
        margin: 20px 0 40px
    }

    .to-top {
        bottom: 10px;
        right: 10px
    }

    .course-item-cover:nth-of-type(2n) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .course-item-cover:last-child {
        margin-bottom: 0
    }

    .s-our-courses .btn-cover {
        margin-top: 30px
    }

    .counter-item {
        padding-bottom: 20px
    }

    .gallery-item {
        padding: 5px
    }

    .row-gallery {
        margin: 25px -5px 30px
    }

    .course-item-left .upcoming-course-item {
        padding: 20px 20px 30px 20px
    }

    .upcoming-course-img {
        display: none
    }

    .course-item-left {
        width: 100%
    }

    h1 {
        font-size: 30px
    }

    .page-title .container {
        padding: 48px 15px 15px;
        min-height: 150px
    }

    .breadcrumbs li:not(:last-child):after {
        padding: 0 6px
    }

    .our-history:before {
        display: none
    }

    .our-history-left {
        padding-right: 0;
        margin-bottom: 50px
    }

    .history-info-cover .history-info .title:before {
        left: -30px
    }

    .history-info-cover {
        padding-left: 0
    }

    .history-info-cover .history-info {
        padding: 14px 0 18px 30px
    }

    .course-item-left .upcoming-course-item:before {
        display: none
    }

    .about-the-course {
        margin-bottom: -10px
    }

    .schedule-header .schedule-time {
        text-align: left;
        font-size: 14px
    }

    .schedule-header .schedule-title {
        line-height: 20px;
        padding-left: 10px;
        padding-right: 20px
    }

    .schedule-header i {
        right: 2px
    }

    .schedule-content {
        padding-left: 0 !important;
        padding-bottom: 16px;
        padding-right: 0 !important;
        padding-top: 10px
    }

    .schedule-header {
        min-height: 62px
    }

    .advantage-item {
        margin-top: 30px
    }

    .advantages-cover {
        padding-top: 10px
    }

    .advantages-cover .col-12:first-child .advantage-item {
        margin-top: 0
    }

    .inp-name,
    .inp-phone,
    .inp-email {
        width: 100%
    }

    .our-advantages .title-line-left:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .our-advantages {
        text-align: center
    }

    .advantage-item-img img {
        margin: 0 auto
    }

    .our-speakers .speaker-item .speaker-item-content .prof {
        margin-bottom: 11px;
        padding-bottom: 14px
    }

    .our-speakers .speaker-item .speaker-item-img img {
        height: 240px
    }

    .soc-link li:not(:last-child) {
        margin-right: 12px
    }

    .our-speakers .speaker-item {
        margin-top: 40px
    }

    .join-our-team-item {
        text-align: center
    }

    .join-our-team-item ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .our-speakers .speaker-item:nth-of-type(2n) .speaker-item-content {
        padding-right: 0
    }

    .page-contacts .inp-name,
    .page-contacts .inp-phone,
    .page-contacts .inp-email {
        width: 100%
    }

    .page-cont-info {
        margin-top: 90px
    }

    .cont-info-item {
        margin-bottom: 20px
    }

    .cont-info-item:last-child {
        margin-bottom: 0
    }

    .pagination-item a {
        font-size: 16px;
        line-height: 32px;
        width: 34px
    }

    .pagination-item a i {
        vertical-align: -1px
    }

    .pagination-item:not(:last-child) {
        margin-right: 8px
    }

    .widget-instagram ul {
        margin: -7px
    }

    .widget-instagram li {
        padding: 7px
    }

    .widget-instagram li img {
        height: 90px
    }

    blockquote:before {
        font-size: 54px;
        line-height: 54px
    }

    blockquote {
        padding: 34px 15px 34px 66px
    }

    .post-item-cover .post-thumbnail img {
        height: 270px
    }

    .review-avatar img {
        min-width: 60px;
        max-width: 60px;
        height: 60px
    }

    .reviews-list ul {
        padding-left: 15px
    }

    .reviews-form .inp-name,
    .reviews-form .inp-email {
        width: 100%
    }

    .relative-posts .post-thumbnail .post-thumbnail-link img {
        height: 230px
    }

    .relative-post-item:not(:last-child) {
        margin-bottom: 40px
    }

    .relative-posts .meta span {
        width: auto;
        display: inline;
        margin-right: 20px
    }

    .s-venue img {
        display: none
    }

    .main-slide-two .container h2 {
        font-size: 36px
    }

    .our-speakers.speakers-home-two .speaker-item {
        padding-bottom: 38px
    }

    .s-contacts .contacts-cover .form-cover li.inp-name,
    .s-contacts .contacts-cover .form-cover li.inp-email {
        width: 100%
    }

    .s-venue ul {
        padding-bottom: 40px
    }
}

@media (max-width: 480px) {
    .footer-contacts li {
        padding-left: 30px
    }

    .team-item img {
        height: 200px
    }

    .why-choose h2 {
        text-align: center;
        margin-bottom: 25px
    }

    .why-choose h2:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .tab-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none
    }

    .tab-nav .item {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 38px;
        background-color: #f6f6f6
    }

    .tab-nav .item.active,
    .tab-nav .item:hover {
        background-color: #2ccfbb;
        color: #fff
    }

    .tab-nav .item:before {
        display: none
    }

    .our-speakers .speaker-item:nth-of-type(2n),
    .speaker-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .our-speakers .speaker-item .speaker-item-img {
        width: 100%
    }

    .our-speakers .speaker-item .speaker-item-img img {
        height: 220px;
        max-width: 470px;
        margin: 0 auto
    }

    .our-speakers .speaker-item .speaker-item-content {
        width: 100%;
        padding: 20px 0 0;
        text-align: center
    }

    .our-speakers .speaker-item .speaker-item-content .prof:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .our-speakers .soc-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .post-item-cover .post-thumbnail img {
        height: 230px
    }

    .main-slide-two .container h2 {
        font-size: 28px;
        line-height: 32px
    }

    .main-slide-two .container h2,
    .main-slide-two .container .date-slide {
        margin-bottom: 20px
    }

    .main-slide-two .container .slide-btn-cover .btn-yellow {
        margin-right: 0;
        margin-bottom: 10px
    }

    .main-slide-two .container .slide-btn-cover {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .our-speakers.speakers-home-two .speaker-item:nth-of-type(2n) .speaker-item-content,
    .our-speakers.speakers-home-two .speaker-item .speaker-item-content {
        padding: 15px 0 0
    }

    .s-latest-news form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .s-latest-news form input {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 0
    }

    .schedule-header .schedule-title {
        width: 76%
    }

    .schedule-header .schedule-time {
        width: 24%;
        font-size: 12px
    }

    .s-pravicy-policy h3 {
        font-size: 20px
    }
}



/*-----------chairs page-------------*/
.team-section {
    background: #f9f9ff;
    padding: 80px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #4e54c8;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.team-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .card-image img {
    transform: scale(1.1);
}

.social-links {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #2ccfbb;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.team-card:hover .social-links {
    bottom: 0;
}

.social-links a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #f9b81e;
    transform: translateY(-3px);
}

.card-content {
    padding: 25px;
    text-align: center;
}

.card-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.card-content h3 span {
    font-weight: 400;
    font-size: 1rem;
    color: #6c757d;
}

.position {
    color: #2ccfbb;
    font-weight: 600;
    margin-bottom: 5px;
}

.institution {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 576px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 40px;
    }
}


/*----Boards page----*/
.professional-board-section {
    background-color: #fff;
    padding: 80px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-description {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
}

.board-members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
    gap: 30px;
}

.member-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.member-image-container {
    height: 280px;
    overflow: hidden;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.member-card:hover .member-image {
    transform: scale(1.03);
}

.member-info {
    padding: 25px;
    text-align: center;
}

.member-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.member-title {
    font-size: 1rem;
    color: #2ccfbb;
    margin-bottom: 15px;
    font-weight: 500;
}

.member-divider {
    width: 50px;
    height: 2px;
    background: #ecf0f1;
    margin: 0 auto 15px;
}

.member-bio {
    font-size: 0.95rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.member-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.member-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #7f8c8d;
    transition: all 0.3s ease;
}

.member-link:hover {
    background: #2ccfbb;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .board-members-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .professional-board-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .board-members-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .member-image-container {
        height: 250px;
    }
}


/*-------sponsors page-----*/
/* Sponsor Hero Section */
.sc-sponsor-hero {
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sc-hero-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
}

.sc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.sc-hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.sc-hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.sc-cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--sc-accent);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(247, 37, 133, 0.3);
}

.sc-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(247, 37, 133, 0.4);
}

/* Benefits Section */
.sc-benefits-section {
    padding: 100px 0;
    background-color: white;
}

.sc-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--sc-dark);
    margin-bottom: 15px;
    background: linear-gradient(90deg, #2ccfbb 0%, #0d47a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sc-section-description {
    font-size: 1.2rem;
    color: var(--sc-gray);
    max-width: 700px;
    margin: 0 auto;
}

.sc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.sc-benefit-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.sc-benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2ccfbb 0%, #0d47a1 100%);
    transition: height 0.3s ease;
}

.sc-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.sc-benefit-card:hover::after {
    height: 8px;
}

.sc-benefit-icon-container {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #2ccfbb 0%, #0d47a1 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
}

.sc-benefit-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sc-dark);
    margin-bottom: 15px;
}

.sc-benefit-text {
    color: var(--sc-gray);
    line-height: 1.7;
}

/* Packages Section */
.sc-packages-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, white 100%);
}

.sc-packages-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc-package-tiers {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    width: 100%;
}

.sc-package-card {
    background: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    flex: 1;
    max-width: 350px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.sc-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.sc-popular-badge {
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--sc-accent);
    color: white;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sc-package-header {
    padding: 40px 30px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.sc-package-name {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--sc-dark);
}

.sc-package-price {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: #2ccfbb;;
}

.sc-package-duration {
    color: var(--sc-gray);
    font-size: 0.9rem;
}

.sc-package-features {
    padding: 30px;
}

.sc-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.sc-feature-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: var(--sc-dark);
    display: flex;
    align-items: center;
}

.sc-feature-item:last-child {
    border-bottom: none;
}

.sc-feature-icon {
    margin-right: 10px;
    color: #2ccfbb;;
    font-size: 0.9rem;
}

.sc-package-button {
    display: block;
    width: 100%;
    padding: 15px;
    background: #2ccfbb;;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.sc-package-button:hover {
    background: var(--sc-secondary);
    transform: translateY(-2px);
}

.sc-highlight-card {
    transform: scale(1.05);
    border: 2px solid #2ccfbb;;
}

.sc-highlight-card .sc-package-button {
    background: var(--sc-accent);
}

.sc-highlight-card .sc-package-button:hover {
    background: #d91a6a;
}

/* Custom Sponsorship */
.sc-custom-sponsorship {
    background: white;
    border-radius: 16px;
    padding: 60px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0,0,0,0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sc-custom-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sc-dark);
    margin-bottom: 20px;
}

.sc-custom-text {
    color: var(--sc-gray);
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.sc-custom-button {
    padding: 15px 40px;
    background: var(--sc-accent);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(247, 37, 133, 0.3);
}

.sc-custom-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(247, 37, 133, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .sc-package-tiers {
        flex-wrap: wrap;
    }
    
    .sc-package-card {
        max-width: 100%;
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 992px) {
    .sc-hero-title {
        font-size: 3rem;
    }
    
    .sc-section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .sc-sponsor-hero {
        padding: 80px 0;
    }
    
    .sc-benefits-section, .sc-packages-section {
        padding: 80px 0;
    }
    
    .sc-package-card {
        flex: 0 0 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .sc-highlight-card {
        transform: none;
    }
    
    .sc-custom-sponsorship {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .sc-hero-title {
        font-size: 2.5rem;
    }
    
    .sc-section-title {
        font-size: 2.2rem;
    }
    
    .sc-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .sc-custom-sponsorship {
        padding: 30px 20px;
    }
}


/*-------submission page--------*/
/* Header */
.submission-header {
    background: linear-gradient(135deg, #2c3e50 0%, #2ccfbb 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.header-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* Main Layout */
.submission-layout {
    display: flex;
    gap: 30px;
    padding: 50px 0;
}

/* Form Section */
.form-container {
    flex: 2;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
}

.form-title {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeee;
}

/* Form Elements */
.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #2c3e50;;
    margin-bottom: 8px;
}

.form-label.required::after {
    content: '*';
    color: #e74c3c;
    margin-left: 4px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #2c3e50;;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #2ccfbb;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    outline: none;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1em;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-col {
    flex: 1;
}

.form-hint {
    font-size: 0.85rem;
    color: #1c1d1d;;
    margin-top: 6px;
}

.submit-btn {
    background-color: #2ccfbb;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}

.submit-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.btn-icon {
    margin-right: 10px;
}

/* Sidebar */
.sidebar {
    flex: 1;
}

.sidebar-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2c3e50;;
}

.download-btn {
    background-color: #2ccfbb;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}

.download-btn:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.topic-list {
    list-style: none;
    padding: 0;
}

.topic-item {
    padding: 12px 0;
    border-bottom: 1px solid #2c3e50;;
    display: flex;
    align-items: center;
}

.topic-item:last-child {
    border-bottom: none;
}

.topic-icon {
    color: var(--secondary);
    margin-right: 12px;
    font-size: 0.9rem;
}

/* Guidelines */
.guidelines {
    border-left: 4px solid #2c3e50;;
    padding-left: 20px;
}

.guidelines-title {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.guidelines-list {
    padding-left: 20px;
}

.guidelines-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
    .submission-layout {
        flex-direction: column;
    }
    
    .form-container, .sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .submission-header {
        padding: 60px 0;
    }
    
    .header-title {
        font-size: 2rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-container {
        padding: 30px;
    }
}


/*------hotel info page------*/
/* Modern Style CSS */
.hotel-info-modern {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
}

.hotel-hero-banner {
    height: 300px;
    background-image: url('//assets/img/hote_info4.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

.hotel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 30px;
    color: white;
}

.hotel-overlay h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.hotel-location {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hotel-main-container {
    display: flex;
    gap: 30px;
    padding: 0 20px;
}

.hotel-left-content {
    flex: 2;
}

.hotel-right-sidebar {
    flex: 1;
}

.hotel-section {
    margin-bottom: 40px;
}

.hotel-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.amenity-item {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.amenity-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.amenity-icon {
    font-size: 1.5rem;
    color: #2ccfbb;
    margin-bottom: 10px;
}

.facilities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.facility {
    display: flex;
    align-items: center;
    gap: 10px;
}

.facility i {
    color: #2ccfbb;
}

.booking-card, .contact-card, .transport-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.booking-card h3, .contact-card h3, .transport-card h3 {
    margin-top: 0;
    color: #222;
}

.date-range {
    font-size: 1.1rem;
    color: #2ccfbb;
    font-weight: 600;
    margin: 15px 0;
}

.book-now-btn {
    background: #2ccfbb;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.book-now-btn:hover {
    background: #3a5a9f;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.contact-item i {
    color: #2ccfbb;
}

.rooms-section {
    padding: 40px 20px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #222;
}

.room-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.room-card-modern {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.room-card-modern:hover {
    transform: translateY(-10px);
}

.room-image-modern {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.room-info {
    padding: 20px;
}

.room-info h3 {
    margin-top: 0;
    color: #222;
}

.room-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    color: #555;
}

.room-feature i {
    color: #2ccfbb;
}

.room-book-btn {
    background: transparent;
    border: 2px solid #2ccfbb;
    color: #2ccfbb;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.room-book-btn:hover {
    background: #2ccfbb;
    color: white;
}

.location-section {
    padding: 40px 20px;
    background: #f9f9f9;
    margin-top: 40px;
}

.location-description {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #555;
}

.map-container-modern {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.address-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.address-box h3 {
    margin-top: 0;
    color: #222;
}

.directions-btn {
    background: #2ccfbb;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
}

.directions-btn:hover {
    background: #3a5a9f;
}

@media (max-width: 768px) {
    .hotel-main-container {
        flex-direction: column;
    }
    
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .facilities-list {
        grid-template-columns: 1fr;
    }
}


/* Sponsors Section Styles */
.sponsors-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.sponsors-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sponsor-tier {
    margin-bottom: 50px;
}

.tier-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.tier-icon {
    font-size: 1.5rem;
    margin-right: 15px;
}

.platinum-tier .tier-icon {
    color: #e5e4e2;
}

.gold-tier .tier-icon {
    color: #ffd700;
}

.silver-tier .tier-icon {
    color: #c0c0c0;
}

.bronze-tier .tier-icon {
    color: #cd7f32;
}

.tier-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.tier-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #e0e0e0;
    margin-left: 20px;
}

.sponsors-grid {
    display: grid;
    gap: 30px;
    align-items: center;
}

.platinum-grid {
    grid-template-columns: repeat(2, 1fr);
}

.gold-grid {
    grid-template-columns: repeat(3, 1fr);
}

.silver-grid, .bronze-grid {
    grid-template-columns: repeat(4, 1fr);
}

.sponsor-logo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sponsor-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.sponsor-logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.sponsor-logo:hover img {
    opacity: 0.9;
}

.sponsor-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.sponsor-logo:hover .sponsor-overlay {
    transform: translateY(0);
}

/* CTA Section Styles */
.sponsor-cta-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #2ccfbb 0%, #a2f5bb 100%);
    color: white;
}

.sponsor-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sponsor-cta-card {
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
}

.sponsor-cta-title {
    font-size: 2rem;
    margin-bottom: 15px;
    color: white;
}

.sponsor-cta-text {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #2ccfbb;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.sponsor-cta-button:hover {
    background-color: #3a5a9f;
}

.button-icon {
    margin-right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .gold-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .silver-grid, .bronze-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .platinum-grid {
        grid-template-columns: 1fr;
    }
    
    .gold-grid, .silver-grid, .bronze-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sponsor-cta-card {
        padding: 30px 20px;
    }
    
    .sponsor-cta-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .tier-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .tier-divider {
        width: 100%;
        margin: 15px 0 0 0;
    }
    
    .gold-grid, .silver-grid, .bronze-grid {
        grid-template-columns: 1fr;
    }
    
    .sponsor-cta-button {
        width: 100%;
        justify-content: center;
    }
}


/*---------program page-------------*/
/* Base Styles */
.conference-program {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    color: #333;
}

/* Header Styles */
.program-header {
    text-align: center;
    margin-bottom: 3rem;
}

.program-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.program-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
}

/* Day Navigation */
.day-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    gap: 1rem;
}

.day-selector {
    padding: 1rem 2rem;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.day-selector:hover:not(.active) {
    background: #f5f5f5;
}

.day-selector.active {
    background: #fff;
}

.day-number {
    font-weight: 600;
    font-size: 1rem;
    color: #555;
}

.day-date {
    font-size: 0.9rem;
    color: #777;
}

.day-selector.active .day-number,
.day-selector.active .day-date {
    color: #2c3e50;
    font-weight: 600;
}

.day-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
}

.day-selector.active .day-highlight {
    background: #2ccfbb;
}

/* Schedule Timeline */
.day-schedule {
    display: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 2rem;
}

.day-schedule.active {
    display: block;
}

.schedule-timeline {
    position: relative;
    padding-left: 100px;
}

.time-slot {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-left: 2px solid #eaeaea;
    padding-left: 2rem;
}

.time-slot:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-left-color: transparent;
}

.time-label {
    position: absolute;
    left: -100px;
    width: 80px;
    text-align: right;
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
    padding-right: 1rem;
}

.session-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.session-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.session-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.session-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #222;
    flex-grow: 1;
}

.session-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    background: #2ccfbb;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 1rem;
}

.session-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.speaker-info, .location-info {
    display: flex;
    align-items: center;
    color: #555;
}

.session-details i {
    margin-right: 0.5rem;
    color: #666;
}

.session-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.presentation-list {
    margin: 0.5rem 0 0 1rem;
    padding: 0;
    list-style-type: none;
}

.presentation-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.presentation-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2ccfbb;
    font-weight: bold;
}

/* Session Type Variations */
.keynote .session-badge {
    background: #2ccfbb;
}

.break .session-badge {
    background: #6c757d;
}

.break .session-card {
    background: #f8f9fa;
}

.keynote-slot:before,
.break-slot:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
}

.keynote-slot:before {
    background: #2ccfbb;
    border: 4px solid #e6ecf7;
}

.break-slot:before {
    background: #6c757d;
    border: 4px solid #f0f0f0;
}

/* Program Download */
.program-download {
    margin-top: 3rem;
    text-align: center;
}

.download-content {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    display: inline-block;
}

.download-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.download-content p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.download-button {
    background: #2c3e50;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.download-button i {
    margin-right: 0.5rem;
}

.download-button:hover {
    background: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .day-navigation {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .day-selector {
        padding: 0.8rem;
        border-radius: 8px;
    }
    
    .day-selector.active {
        background: #f0f4f8;
    }
    
    .day-highlight {
        display: none;
    }
    
    .schedule-timeline {
        padding-left: 0;
    }
    
    .time-label {
        position: static;
        text-align: left;
        width: auto;
        margin-bottom: 0.5rem;
        padding-right: 0;
    }
    
    .time-slot {
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .time-slot:last-child {
        border-bottom: none;
    }
    
    .keynote-slot:before,
    .break-slot:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .program-header {
        margin-bottom: 2rem;
    }
    
    .program-title {
        font-size: 2rem;
    }
    
    .session-header {
        flex-direction: column;
    }
    
    .session-badge {
        margin-bottom: 0.5rem;
    }
    
    .session-details {
        flex-direction: column;
        gap: 0.5rem;
    }
}


/*-------Registration page--------*/
/*---------------Registration---------------*/
.conf-reg-container {
    max-width: 1100px;
    margin: 2rem auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.conf-reg-header {
    background-color: #2ccfbb;
    color: white;
    padding: 2rem;
    text-align: center;
}

.conf-reg-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.conf-reg-subtitle {
    font-weight: 300;
    opacity: 0.9;
    color: #ffffff;
}

.conf-reg-form-container {
    background-color: white;
    padding: 2rem;
}

.form-control:focus {
    border-color: #2ccfbb;
    box-shadow: 0 0 0 0.25rem rgba(251, 75, 88, 0.25);
}

.conf-reg-btn {
    background-color: #2ccfbb;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
    color: #ffffff;
}

.conf-reg-btn:hover {
    background-color: #2ccfbb;
    transform: translateY(-2px);
    color: #ffffff;
}

.conf-reg-feature {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.conf-reg-feature-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 40px;
    text-align: center;
}

.conf-reg-feature-text {
    font-size: 0.95rem;
}

.conf-reg-divider {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    color: #6c757d;
}

.conf-reg-divider::before,
.conf-reg-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.conf-reg-divider::before {
    margin-right: 1rem;
}

.conf-reg-divider::after {
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .conf-reg-container {
        margin: 0;
        border-radius: 0;
    }

    .conf-reg-header {
        padding: 1.5rem;
    }

    .conf-reg-form-container {
        padding: 1.5rem;
    }
}


/*----------terms and conditions page--------*/
  .sc-terms-hero {
    background: linear-gradient(135deg, #1a237e, #283593);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.sc-terms-container {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.sc-terms-section {
    margin-bottom: 2.5rem;
}

.sc-terms-section-title {
    color: #1a237e;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 30px;
}

.sc-terms-list {
    list-style-type: none;
    padding-left: 1rem;
}

.sc-terms-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.sc-terms-list li:before {
    content: "•";
    color: #1a237e;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sc-terms-highlight {
    background-color: #e8eaf6;
    padding: 1rem;
    border-left: 4px solid #3949ab;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.sc-terms-footer {
    background-color: #1a237e;
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
}

.sc-terms-back-btn {
    background-color: #3949ab;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sc-terms-back-btn:hover {
    background-color: #283593;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sc-terms-container {
        padding: 1.5rem;
    }
    
    .sc-terms-hero {
        padding: 2.5rem 0;
    }
    
    .sc-terms-section-title {
        font-size: 1.4rem;
    }
}


/*-------------code of conduct page----------*/
.conduct-card {
    background: white;
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    padding: 40px;
    margin-bottom: 30px;
}

.section-title {
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.highlight-box {
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 5px 5px 0;
}

.highlight-box h4 {
    color: var(--accent-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.conduct-item {
    margin-bottom: 40px;
}

.conduct-item h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.conduct-item ul {
    padding-left: 0;
    list-style-type: none;
}

.conduct-item li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}

.conduct-item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.conduct-item:nth-child(1) li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232c3e50'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}

.conduct-item:nth-child(2) li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e74c3c'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.conduct-item:nth-child(3) li::before,
.conduct-item:nth-child(4) li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233498db'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

.conduct-item strong {
    color: #2ccfbb;
}

.btn-conduct {
    background-color: var(--primary-color);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-conduct:hover {
    background-color: #2980b9;
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .conduct-card {
        padding: 25px;
    }
}


/*------------privacy policie page-----*/
/* Custom CSS with unique class names */
.sc-privacy-hero {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.sc-privacy-container {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.sc-privacy-section {
    margin-bottom: 2.5rem;
}

.sc-privacy-section-title {
    color: #0d47a1;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.sc-privacy-list {
    list-style-type: none;
    padding-left: 1rem;
}

.sc-privacy-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.sc-privacy-list li:before {
    content: "•";
    color: #0d47a1;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sc-privacy-highlight {
    background-color: #e3f2fd;
    padding: 1rem;
    border-left: 4px solid #2196f3;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.sc-privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.sc-privacy-table th, .sc-privacy-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.sc-privacy-table th {
    background-color: #bbdefb;
}

.sc-privacy-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.sc-privacy-footer {
    background-color: #0d47a1;
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
}

.sc-privacy-back-btn {
    background-color: #1976d2;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sc-privacy-back-btn:hover {
    background-color: #1565c0;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sc-privacy-container {
        padding: 1.5rem;
    }
    
    .sc-privacy-hero {
        padding: 2.5rem 0;
    }
    
    .sc-privacy-section-title {
        font-size: 1.4rem;
    }
    
    .sc-privacy-table {
        display: block;
        overflow-x: auto;
    }
}


/*----------------Registration page-------------*/
.payment-methods {
    margin: 20px 0;
}

.payment-method {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    background-color: #f9f9f9;
}

.payment-method:hover {
    border-color: #bdbdbd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.payment-method.active {
    border-color: #4CAF50;
    background-color: #f0f9f0;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
}

.payment-method-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-logo {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.payment-details {
    flex: 1;
}

.payment-details h5 {
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 600;
}

.payment-description {
    margin: 0;
    color: #666;
    font-size: 0.9em;
}

.payment-selector {
    position: relative;
    width: 24px;
    height: 24px;
}

.selection-indicator {
    width: 20px;
    height: 20px;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.payment-method.active .selection-indicator {
    border-color: #4CAF50;
    background-color: #4CAF50;
    box-shadow: inset 0 0 0 3px white;
}

@media (max-width: 768px) {
    .payment-method-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .payment-selector {
        margin-top: 10px;
    }
}

.currency-selection label {
    margin-right: 15px;
}

.registration-table th,
.registration-table td {
    text-align: center;
    vertical-align: middle;
}

.accommodation-option {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.accommodation-option h5 {
    margin-bottom: 15px;
}

.accommodation-option label {
    display: block;
    margin-bottom: 10px;
}

.accommodation-option input[type="radio"] {
    margin-right: 10px;
}

/*--------coupon code-------*/
/* Coupon Section */
.coupon-input-group {
    display: flex;
    max-width: 400px;
    margin-bottom: 10px;
}

.coupon-input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-apply {
    background-color: #f9b81e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-apply:hover {
    background-color: #1e8fc6;
}

.coupon-message {
    font-size: 0.9rem;
    min-height: 20px;
}

.coupon-applied {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-applied a {
    color: #e74c3c;
    text-decoration: none;
}

/* Total Section */
.total-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.total-label {
    font-size: 1.2rem;
    font-weight: 500;
}

.total-amount input {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
    border: none;
    background: transparent;
    color: #25aae1;
}

/* Captcha Section */
.captcha-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.captcha-display {
    display: flex;
    align-items: center;
    background-color: #2c3e50;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.captcha-display button {
    background: none;
    border: none;
    color: white;
    margin-left: 10px;
    cursor: pointer;
}

/* Terms Section */
.terms-section {
    margin-bottom: 20px;
}

.terms-section a {
    color: #25aae1;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
}

.errAgrre {
    color: #e74c3c;
    font-size: 0.9rem;
    margin-top: 5px;
}

.form-section {
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 2rem;
}


.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    transition: var(--transition);
    cursor: pointer;
    margin-bottom: 1rem;
    background-color: white;
}

.payment-method:hover {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 170, 225, 0.2);
}

.payment-method.active {
    border-color: var(--primary-color);
    background-color: rgba(37, 170, 225, 0.05);
}

/* .payment-method img {
    max-height: 50px;
    margin-bottom: 0.5rem;
} */

.payment-method p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: var(--secondary-color);
}

.currency-option {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border-radius: var(--border-radius);
    padding: 0.5rem 1rem;
    border: 1px solid #ced4da;
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(37, 170, 225, 0.25);
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.registration-table th {
    background-color: var(--primary-color);
    color: white;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
}

.registration-table td {
    padding: 1rem;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.registration-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.registration-table tr:hover {
    background-color: rgba(37, 170, 225, 0.05);
}

.registration-option {
    display: flex;
    align-items: center;
}

.price-option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-option label {
    margin-left: 0.5rem;
    cursor: pointer;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-control button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.quantity-control button:hover {
    background-color: #1a8fc7;
}

.quantity-control input {
    width: 50px;
    text-align: center;
    margin: 0 0.5rem;
    border: 1px solid #ced4da;
    border-radius: var(--border-radius);
    padding: 0.25rem;
}

.accommodation-option {
    background-color: #2ccfbb;
    color: white;
    border-radius: var(--border-radius);
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.accommodation-option h5 {
    color: white;
    margin-bottom: 1rem;
}

.accommodation-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.accommodation-price h6 {
    color: white;
    margin-bottom: 0.5rem;
}

.accommodation-price label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.accommodation-price label:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.accommodation-price input[type="radio"] {
    margin-right: 0.5rem;
}

.total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 1rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-bottom: 1rem;
}

.total-price-label {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--dark-bg);
}

.total-price-amount {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.btn-submit {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition);
    width: 100%;
    margin-top: 1rem;
}

.btn-submit:hover {
    background-color: #f9b81e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.coupon-section {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: var(--box-shadow);
}

.coupon-input {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.coupon-input .form-control {
    flex: 1;
}

.coupon-message {
    font-weight: 500;
}

.coupon-message.success {
    color: var(--success-color);
}

.coupon-message.error {
    color: var(--danger-color);
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.captcha-image {
    font-weight: bold;
    font-size: 1.5rem;
    background-color: var(--dark-bg);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    letter-spacing: 0.2em;
    text-align: center;
}

.captcha-refresh {
    background-color: var(--dark-bg);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.captcha-refresh:hover {
    background-color: #495057;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.terms-checkbox input {
    margin-right: 0.5rem;
}

.terms-error {
    color: var(--danger-color);
    font-size: 0.9rem;
    margin-top: 0.25rem;
    display: none;
}

@media (max-width: 768px) {
    .payment-methods {
        flex-direction: column;
    }

    .registration-table {
        font-size: 0.9rem;
    }

    .registration-table th,
    .registration-table td {
        padding: 0.5rem;
    }

    .accommodation-options {
        flex-direction: column;
    }
}

/* Animation for payment method selection */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 170, 225, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 170, 225, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 170, 225, 0);
    }
}

.pulse-animation {
    animation: pulse 1s;
}

/* Styling for required field indicators */
.required-field::after {
    content: " *";
    color: var(--danger-color);
}

/* Card styling for accepted payment methods */
.payment-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* 
.payment-method {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.payment-method:hover {
    border-color: var(--primary);
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.1);
}

.payment-method.active {
    border-color: var(--primary);
    background-color: rgba(67, 97, 238, 0.05);
}

.payment-method img {
    max-height: 40px;
    margin-bottom: 10px;
}

.payment-method p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.9rem;
} */

.currency-option {
    margin-right: 15px !important;
    margin-bottom: 10px;
}

.form-check-input.currsel {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
}

.form-check-label.paycurrency {
    font-weight: 500;
    cursor: pointer;
}

.company-info {
    background-color: var(--light-gray);
    padding: 25px;
    border-radius: 8px;
    height: 100%;
}

.company-info h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

.company-info p {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.company-info strong {
    color: #555;
}

.accepted-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.accepted-cards img {
    height: 30px;
    width: auto;
}

@media (max-width: 768px) {
    .payment-method {
        margin-bottom: 15px;
    }

    .company-info {
        margin-top: 30px;
    }
}

.company-info p {
    margin-bottom: 0.5rem;
}

/* Responsive table container */
.table-responsive-container {
    overflow-x: auto;
    margin-bottom: 2rem;
    -webkit-overflow-scrolling: touch;
}


.category-header {
    background-color: #2c3e50;
    color: white;
    font-weight: bold;
}

.category-header td {
    padding: 10px 15px;
}

.form-check {
    margin-bottom: 0;
}

.form-check-input {
    margin-right: 8px;
}

/* Number Input */
.number-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-input button {
    background-color: #25aae1;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-input button:hover {
    background-color: #1e8fc6;
}

.number-input input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}


.conference-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.conference-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    text-align: center;
}

.conference-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.conference-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.conference-content {
    padding: 2.5rem;
}

.section-card {
    background: white;
    border-radius: 12px;
    padding: 2rem 2rem 0.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 4px solid var(--accent);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


.benefits-list {
    list-style-type: none;
}

.benefits-list li {
    padding: 0.2rem 0;
    /* border-bottom: 1px solid var(--light-gray); */
    display: flex;
    align-items: flex-start;
}

.benefits-list li:last-child {
    border-bottom: none;
}

.benefits-list li::before {
    content: "✓";
    color: var(--success);
    font-weight: bold;
    margin-right: 12px;
}

.package-card {
    background: linear-gradient(to right, rgba(67, 97, 238, 0.05), rgba(67, 97, 238, 0.02));
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border: 1px solid rgba(67, 97, 238, 0.1);
}

.package-highlight {
    font-weight: 600;
    color: var(--primary);
    background: rgba(67, 97, 238, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.alert-section {
    background: linear-gradient(to right, rgba(247, 37, 133, 0.05), rgba(247, 37, 133, 0.02));
    border-left: 4px solid var(--warning);
    border-radius: 0 8px 8px 0;
    padding: 1.5rem;
    margin: 2rem 0;
}

.alert-title {
    color: var(--warning);
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.alert-title i {
    margin-right: 10px;
}

.contact-info {
    display: inline-flex;
    align-items: center;
    background: var(--light);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-top: 1rem;
    color: var(--primary);
    font-weight: 500;
}

.contact-info i {
    margin-right: 8px;
    color: var(--accent);
}

.note-box {
    background: #fff9e6;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 2rem 0;
}

.note-title {
    color: #ff9800;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.note-title i {
    margin-right: 10px;
}

.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.icon-text i {
    margin-right: 10px;
    color: var(--accent);
    width: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .conference-header {
        padding: 1.5rem;
    }

    .conference-header h1 {
        font-size: 1.8rem;
    }

    .conference-content {
        padding: 1.5rem;
    }

    .section-card {
        padding: 1.5rem;
    }
}

/*-----catergory-----------*/
.registration-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 100px;
}

.registration-header {
    background-color: #2ccfbb;
    color: white;
    padding: 1rem;
    text-align: center;
}

.registration-header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.registration-header p {
    font-size: 1rem;
    opacity: 0.9;
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.registration-table thead tr {
    background-color: var(--primary);
    color: white;
}

.registration-table th,
.registration-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid var(--light-gray);
}

.registration-table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.registration-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.registration-table tbody tr:hover {
    background-color: var(--primary-light);
}

.category-header {
    background-color: var(--category-blue) !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.registration-type {
    text-align: left !important;
    font-weight: 500;
}

.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
}

.radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-container input[type="radio"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
}

.price-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(76, 201, 240, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 500;
}

.price-tag i {
    margin-right: 5px;
    color: var(--primary);
}

.early-bird {
    background-color: rgba(76, 175, 80, 0.1);
}

.mid-reg {
    background-color: rgba(255, 152, 0, 0.1);
}

.spot-reg {
    background-color: rgba(244, 67, 54, 0.1);
}

.members-col {
    background-color: rgba(67, 97, 238, 0.05);
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-control button {
    background: var(--primary);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
}

.quantity-control input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
    padding: 0.3rem;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
}

.disabled-option {
    opacity: 0.6;
}

.deadline-badge {
    display: inline-block;
    background: var(--light-gray);
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    color: var(--gray);
}

.tixflow-container {

    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 40px;
    border: 2px solid #2ccfbb;

}

.tixflow-fieldset {
    margin-bottom: 12px;
}

.tixflow-label {
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    color: #333;
    font-size: 17px;
}

.tixflow-required {
    color: #e53e3e;
}

.tixflow-inputwrap {
    position: relative;
    display: flex;
    align-items: center;
}

.tixflow-icon {
    position: absolute;
    left: 14px;
    color: #718096;
    font-size: 16px;
}

.tixflow-control {
    width: 100%;
    padding: 5px 15px 5px 42px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.25s ease;
    background-color: white;
    color: #4a5568;
}

.tixflow-control:focus {
    border-color: #4299e1;
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

select.tixflow-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 1em;
    padding-right: 35px;
}

.tixflow-textarea {
    min-height: 110px;
    padding-top: 12px;
}

@media (max-width: 768px) {
    .tixflow-container {
        padding: 20px 15px;
    }

    .tixflow-control {
        padding: 12px 12px 12px 38px;
    }
}

.summary-panel {
    background-color: #fff;
    border: 1px solid #2ccfbb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.summary-title {
    color: #2ccfbb;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 15px;
}

.summary-content {
    margin-bottom: 20px;
}

.summary-column {
    padding: 0 15px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.summary-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.summary-label {
    font-weight: 600;
    color: #555;
}

.summary-value {
    font-weight: 600;
    color: #333;
}

.summary-discount {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.summary-discount small {
    color: #888;
    font-size: 0.85em;
}

.total-discount .summary-label {
    color: #2ccfbb;
}

.total-discount .summary-value {
    color: #e74c3c;
    font-weight: 700;
}

.discount-code .summary-value {
    color: #3498db;
    font-weight: 600;
}

.summary-divider {
    border: 0;
    border-top: 1px dashed #ddd;
    margin: 15px 0;
}

.summary-total {
    text-align: center;
    margin-top: 20px;
}

.summary-total h3 {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
}

.summary-total span {
    color: #2ccfbb;
    font-size: 24px;
}

@media (max-width: 768px) {
    .summary-column {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .summary-item {
        flex-direction: column;
    }
    
    .summary-value {
        margin-top: 5px;
        text-align: right;
    }
}
/* Reset and Base Styles */
.theme-2-regis-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.theme-2-regis-page {
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    padding: 30px 0;
}

.theme-2-regis-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.theme-2-regis-page-header {
    text-align: center;
    margin-bottom: 40px;
}

.theme-2-regis-page-title {
    color: #2c3e50;
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.theme-2-regis-page-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
}

/* Participants Selection */
.theme-2-regis-page-participants-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.theme-2-regis-page-form-group {
    margin-bottom: 0;
}

.theme-2-regis-page-control-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c3e50;
}

.theme-2-regis-page-input-group {
    display: flex;
    align-items: center;
}

.theme-2-regis-page-input-addon {
    background-color: #2ccfbb;
    color: white;
    padding: 12px 15px;
    border-radius: 6px 0 0 6px;
    font-size: 1rem;
}

.theme-2-regis-page-form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 0 6px 6px 0;
    flex-grow: 1;
    font-size: 1rem;
    width: 100%;
}

/* Pricing Tiers */
.theme-2-regis-page-tiers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.theme-2-regis-page-tier-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-2-regis-page-tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.theme-2-regis-page-tier-card.active {
    border-top: 5px solid #000000;
}

.theme-2-regis-page-tier-header {
    background: linear-gradient(135deg, #2ccfbb, #00c980);
    color: white;
    padding: 20px;
    position: relative;
}

.theme-2-regis-page-tier-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.theme-2-regis-page-tier-date {
    font-size: 0.9rem;
    opacity: 0.9;
}

.theme-2-regis-page-tier-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
}

.theme-2-regis-page-tier-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.theme-2-regis-page-tier-options {
    padding: 20px;
}

.theme-2-regis-page-tier-option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.theme-2-regis-page-tier-option:hover {
    background-color: #f8f9fa;
}

.theme-2-regis-page-tier-option input[type="radio"] {
    margin-right: 15px;
    transform: scale(1.2);
}

.theme-2-regis-page-option-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.theme-2-regis-page-option-name {
    font-weight: 500;
}

.theme-2-regis-page-option-price {
    font-weight: 600;
    color: #2ccfbb;
    font-size: 1.1rem;
}

.theme-2-regis-page-tier-option.disabled {
    /* opacity: 0.5; */
    cursor: not-allowed;
}

/* Summary Section */
.theme-2-regis-page-summary {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: 0 auto;
}

.theme-2-regis-page-summary-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 600;
}

.theme-2-regis-page-summary-details {
    margin-bottom: 25px;
}

.theme-2-regis-page-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.theme-2-regis-page-summary-label {
    font-weight: 600;
    color: #7f8c8d;
}

.theme-2-regis-page-summary-value {
    font-weight: 500;
}

.theme-2-regis-page-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 2px solid #eee;
    margin-top: 15px;
    font-size: 1.2rem;
}

.theme-2-regis-page-total-label {
    font-weight: 600;
}

.theme-2-regis-page-total-amount {
    font-weight: 700;
    color: #3498db;
    font-size: 1.4rem;
}

.theme-2-regis-page-register-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.theme-2-regis-page-register-btn:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .theme-2-regis-page-tiers-container {
        grid-template-columns: 1fr;
    }
    
    .theme-2-regis-page-header {
        margin-bottom: 30px;
    }
    
    .theme-2-regis-page-title {
        font-size: 1.8rem;
    }
}




/*-----Great Reasons to Attend--*/
:root {
        --primary-accent: #2ccfbb;
        --secondary-accent: #f9b81e;
        --hover-effect: 0 4px 12px rgba(251, 75, 88, 0.08);
    }

     .great-reasons-attend {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }

    .great-reasons-attend-card {
      border: none;
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
      background: white;
      padding: 1rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      border: 2px solid #2ccfbb;
    }

    .great-reasons-attend-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--hover-effect);
    }

    .great-reasons-attend-icon {
      width: 45px;
      height: 45px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.75rem;
      background: rgba(251, 75, 88, 0.08);
      color: var(--primary-accent);
      font-size: 1.1rem;
    }

    .great-reasons-attend-card:hover .great-reasons-attend-icon {
      background: rgba(249, 184, 30, 0.12);
      color: var(--secondary-accent);
    }

    .great-reasons-attend-card-title {
      font-weight: 600;
      color: #2a2a2a;
      font-size: 0.95rem;
      margin-bottom: 0;
    }


    /*-------------hotel info home page------------*/
    :root {
      --el-primary: #fb4b58;
      --el-secondary: #f9b81e;
            --el-bg: #F8F9FF;
    }


    .el-container {
      padding: 1.2rem 1rem;
      max-width: 1200px;
      margin: auto;
    }

    .el-header {
      text-align: center;
      margin-bottom: 1rem;
    }

    .el-main-title {
      font-size: 1.8rem;
      color: var(--el-primary);
      margin-bottom: 0.25rem;
    }

    .el-subtitle {
      font-size: 1rem;
      margin-bottom: 0.1rem;
    }

    .el-address {
      font-size: 0.85rem;
      color: #666;
    }

    .el-grid-system {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 1rem;
    }

    .el-hotel-card, .el-map-transport-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .el-image-frame {
      height: 180px;
      overflow: hidden;
    }

    .el-main-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s;
    }

    .el-info-panel {
      padding: 0.8rem 1rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .el-info-title {
      display: flex;
      align-items: center;
      font-size: 1rem;
      gap: 0.4rem;
      color: var(--el-primary);
      margin: 0.8rem 0 0.4rem;
    }

    .el-time-info {
      display: flex;
      gap: 0.8rem;
      margin-bottom: 0.8rem;
    }

    .el-time-item {
      flex: 1;
      background: #f0f4ff;
      border-radius: 6px;
      padding: 0.4rem;
      font-size: 0.85rem;
      text-align: center;
    }

    .el-feature-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem 1rem;
      padding: 0;
      margin: 0;
      list-style: none;
      flex-grow: 1;
    }

    .el-feature-item {
      background: #f0f4ff;
      padding: 0.35rem 0.5rem;
      border-radius: 6px;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 0.4rem;
      justify-content: flex-start;
    }

    .el-map-container {
      height: 180px;
    }

    .el-interactive-map {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .el-transport-info {
      padding: 0.8rem 1rem;
    }

    .el-accordion-item {
      margin-bottom: 0.4rem;
      background: #f0f4ff;
      border-radius: 6px;
      font-size: 0.9rem;
    }

    .el-accordion-header {
      width: 100%;
      ;
      color: #091e3e;
      padding: 0.5rem 1rem;
      text-align: left;
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: 600;
    }

    .el-accordion-content {
    display: none;
}
.el-accordion-item.active .el-accordion-content {
    display: block;
}

    .el-airport-details,
    .el-shuttle-details {
      font-size: 0.85rem;
      color: #333;
      line-height: 1.3;
    }

    .el-airport-link {
      color: var(--el-secondary);
      text-decoration: underline;
    }


    
    /*----------faq------------*/
     .conf-faq-section {
      padding: 2rem 1rem;
    }

    .conf-container {
      max-width: 1140px;
      margin: auto;
    }

    .conf-faq-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .conf-faq-subtitle {
      text-align: center;
      font-size: 1rem;
      color: #2ccfbb;
      margin-bottom: 2rem;
    }

    .conf-row {
      display: flex;
      flex-wrap: wrap;
      margin: -0.75rem;
    }

    .conf-col-md-6 {
      width: 100%;
      padding: 0.75rem;
    }

    @media (min-width: 768px) {
      .conf-col-md-6 {
        width: 50%;
      }
    }

    .conf-faq-card {
      border: 1px solid #dee2e6;
      border-radius: 8px;
      background-color: #fff;
      overflow: hidden;
    }

    .conf-accordion-button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.75rem 1rem;
      width: 100%;
      font-weight: 500;
      background-color: #ffffff;
      border: none;
      cursor: pointer;
      outline: none;
      transition: background-color 0.3s ease;
    }

    .conf-accordion-button.active {
      color: #2ccfbb;
      background-color: #e7f1ff;
      border-bottom: 1px solid #dee2e6;
    }

    .conf-toggle-icon {
      transition: transform 0.3s ease;
    }

    .conf-accordion-button.active .conf-toggle-icon {
      transform: rotate(180deg);
    }

    .conf-accordion-body {
      padding: 0.75rem 1rem;
      background-color: #fefefe;
      display: none;
    }

    .conf-accordion-body.show {
      display: block;
    }


     .captcha-btn {
    background-color: #2c3e50;
    color: #fff;
    border: 1px solid #ccc;
  }

  #capimage {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
  }

  @media (max-width: 576px) {
    .captcha-section .btn,
    .captcha-section input {
      margin-bottom:10px;
    }
  }



  

  @media (max-width: 576px) {
  .captcha-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* .captcha-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  } */

  .captcha-display button {
    margin-top: 8px;
  }

  .btn.btn-info {
    width: 100% !important;
  }
  #captcha{
    width: 100%;
}
}
