/*----------

Theme Name: imEvent - Responsive HTML5 Template
Theme Version: 1.0

----------*/


/*====================
<-----Index----->
1.Common CSS
2.Loader CSS
3.Header CSS
4.Banner CSS
5.About Us CSS
6.Info CSS
7.Schedual CSS
8.Video CSS
9.Speakers CSS
10.Sponsors CSS
11.Gallery CSS
12.Blog CSS
13.Footer CSS
14.Scroll To Top CSS
15.Responsive
====================*/


/*==========Common CSS ==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

dl,
ol,
ul {
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

:root {
    --primary-color: #0097e6;
    --dark-color: #464547;
    --white-color: #ffffff;
    --dark-grey-color: #212739;
    --coffe-color: #370E2A;
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: 'Saira';
    --title-font: 'Roboto';
}

.wow {
    visibility: hidden;
}

a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #373737;
    margin-bottom: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--title-font);
}

.h1-title {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--white-color);
}

.h2-title {
    font-size: 40px;
    color: var(--dark-grey--color);
    line-height: 40px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.h3-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 13px;
}

.h4-title {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--coffe-color);
    margin-bottom: 10px;
}

.form-input {
    width: 100%;
    height: 52px;
    border: none;
    outline: none !important;
    padding: 0 30px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0;
}

.form-input.wpcf7-textarea {
    height: 120px;
    resize: none;
    padding: 18px 30px;
    display: block;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
}

.submit-btn {
    text-align: right;
}

.sec-btn,
.form-submit .submit {
    width: 170px;
    height: 50px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: .3s;
    padding: 0;
    position: relative;
    z-index: 2;
}

.sec-btn:hover,
.form-submit .submit:hover {
    background: var(--dark-grey-color);
    color: var(--white-color);
    border-color: var(--dark-grey-color);
}

.white-btn.sec-btn {
    background: var(--white-color);
    color: var(--dark-grey-color);
    border: 2px solid var(--white-color);
}

.white-btn.sec-btn:hover {
    border: transparent;
    background: transparent;
    color: var(--white-color);
}

.white-btn.sec-btn:hover::before {
    border-color: var(--white-color);
}

.white-btn.sec-btn::before {
    border-color: var(--white-color);
}

.sec-btn::before,
.form-submit .submit::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    transition: .3s;
}

.sec-btn:hover::before,
.form-submit .submit:hover::before {
    top: 0;
    left: 0;
    border-color: var(--dark-grey-color);
}

.play-btn {
    width: 100px;
    height: 100px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    position: relative;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation: play-btn 1.5s linear infinite alternate;
    border: 1px solid var(--primary-color);
    transition: .3s;
}

@keyframes play-btn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid var(--primary-color);
    padding: 0;
    position: relative;
    transition: 0.5s;
}

.slick-dots li button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    opacity: 0;
    transition: .3s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li.slick-active button::before {
    opacity: 1;
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.slick-arrow {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none !important;
    background: var(--primary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
    margin-left: 10px;
}

.slick-arrow.prev-arrow {
    left: 50%;
    margin-left: -60px;
}

.slick-arrow.next-arrow {
    right: auto;
    left: 50%;
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}


/*==========Common CSS End==========*/


/*==========Loader CSS Start==========*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 500;
}

.spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container1>div,
.container2>div,
.container3>div {
    width: 16px;
    height: 16px;
    border: 5px solid var(--primary-color);
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*==========Loader CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
    transition: .3s;
}

.site-header.sticky-head {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
}

.site-header.sticky-head .main-navigation .menu li a {
    color: var(--primary-color);
}

.site-branding {
    width: 138px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-menu {
    margin-left: 30px;
}

.header-btn .sec-btn {
    width: 230px;
    height: 100px;
}

.header-btn .sec-btn::before {
    display: none;
}

.main-navigation {
    display: inline-block;
    position: relative;
    width: 100%;
}

.main-navigation .header-btn {
    position: absolute;
    right: -92px;
    top: 0;
}

.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 20px;
    transition: .3s;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu li a {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 38px 0;
}

.main-navigation .menu li a::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: .3s;
}

.main-navigation .menu li a::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: .3s;
}

.main-navigation .menu li.active a {
    color: var(--primary-color);
    -webkit-text-stroke: 1px;
}

.main-navigation .menu li.active a::before,
.main-navigation .menu li.active a::after {
    width: 100%;
}

.main-navigation .menu li a:hover {
    color: var(--primary-color);
    -webkit-text-stroke: 1px;
}

.main-navigation .menu li a:hover::before,
.main-navigation .menu li a:hover::after {
    width: 100%;
}


/*==========Header CSS End==========*/


/*==========Banner CSS==========*/

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-video video {
    width: auto;
}

.main-banner {
    padding: 260px 0 274px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.banner-btn .sec-btn {
    width: 230px;
    height: 54px;
}

.banner-btn .sec-btn+.sec-btn {
    margin-left: 36px;
}

.banner-text-wp .h1-title mark {
    background: 0 0;
    color: inherit;
    padding: 0;
    background-image: linear-gradient(rgba(0, 151, 230, 0.40), rgba(0, 151, 230, 0.40));
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: 6px 86px;
}

.banner-text p {
    color: var(--white-color);
}


/*==========Banner CSS End==========*/


/*==========About Us CSS==========*/

.about-us {
    position: relative;
}

.about-us::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 54.3%;
    width: 20px;
    height: 910px;
    background: var(--primary-color);
    opacity: 0.3;
    transform: rotate(31deg) translate(-3847%, 41%);
    z-index: -1;
}

.about-us-text-wp {
    padding: 113px 70px 129px 0;
    position: relative;
}

.about-us-text-wp h4 {
    color: var(--coffe-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 12px;
}

.about-us-text-wp h4 span {
    color: var(--primary-color);
}

.about-us-img-wp {
    position: relative;
    width: calc(100% + 70%);
    height: 100%;
}

.about-us-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.about-us-img-wp::before {
    content: "";
    position: absolute;
    width: 286px;
    height: 100%;
    background: var(--dark-grey-color);
    mix-blend-mode: hard-light;
    top: 0;
    left: 0;
}


/*==========About Us CSS End==========*/


/*==========Info CSS==========*/

.info-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.info-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.56;
}

.info-sec::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 45%;
    width: 20px;
    height: 1000px;
    background: var(--primary-color);
    opacity: 0.6;
    transform: rotate(31deg) translate(3915%, -59%);
}

.info-text-wp {
    position: relative;
    padding: 60px 0 74px 0;
}

.info-text-wp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--primary-color);
    mix-blend-mode: lighten;
    opacity: 0.6;
}

.info-text-wp .h3-title {
    margin-bottom: 20px;
}

.info-text-wp .h2-title {
    color: var(--white-color);
    margin-bottom: 25px;
}

.info-count-down-box-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.info-count-down-box-wp .box {
    background: var(--white-color);
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 15px;
}

.info-count-down-box-wp .box:first-child {
    margin-left: 0;
}

.info-count-down-box-wp .box:last-child {
    margin-right: 0;
}

.info-count-down-box-wp .box span.time {
    font-weight: 600;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-count-down-box-wp .box span.days {
    font-weight: 500;
    color: var(--white-color);
    width: 100px;
    height: 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.info-count-down-box-wp .box span.days span {
    z-index: 1;
}

.info-count-down-box-wp .box span.days::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes box-move {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 5px);
    }
}

.info-count-down-box-wp .box:nth-child(1) span.time {
    color: var(--primary-color);
}

.info-count-down-box-wp .box:nth-child(2) span.time {
    color: var(--dark-grey-color);
}

.info-count-down-box-wp .box:nth-child(3) span.time {
    color: var(--coffe-color);
}

.info-count-down-box-wp .box:nth-child(4) span.time {
    color: #3844E5;
}

.info-count-down-box-wp .box:nth-child(1) span.days::before {
    background: var(--primary-color);
    animation: box-move .6s linear infinite alternate;
}

.info-count-down-box-wp .box:nth-child(2) span.days::before {
    background: var(--dark-grey-color);
    animation: box-move 0.8s linear infinite alternate;
}

.info-count-down-box-wp .box:nth-child(3) span.days::before {
    background: var(--coffe-color);
    animation: box-move 1s linear infinite alternate;
}

.info-count-down-box-wp .box:nth-child(4) span.days::before {
    background: #3844E5;
    animation: box-move 1.2s linear infinite alternate;
}


/*==========Info CSS End==========*/


/*==========Schedual CSS==========*/

.event-sec {
    position: relative;
    padding: 93px 0 115px 0;
}

.event-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 328px;
    top: 0;
    left: 0;
    background-image: url('../images/svg/event-shep.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-sec .h2-title {
    color: var(--white-color);
}

.event-accordion-tab ul.nav-tabs {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    border-bottom: 0;
}

.event-accordion-tab li.nav-item {
    border-right: 1px solid #373737;
    margin-bottom: 0;
}

.event-accordion-tab li:last-child {
    border-right: 0;
}

.event-accordion-tab li a.nav-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    background: var(--dark-grey-color);
    min-width: 256px;
    min-height: 100px;
    justify-content: center;
    border-color: transparent;
    border-radius: 0;
    transition: .3s;
}

.event-accordion-tab li a.nav-link.active {
    background: var(--primary-color);
    border-color: transparent;
}

.event-accordion-tab li a.nav-link:hover {
    background: var(--primary-color);
    border-color: transparent;
}

.event-accordion-tab li a.nav-link::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(0, 150, 230, 0.8) 0%, rgba(139, 214, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 150, 230, 0.8) 0%, rgba(139, 214, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 150, 230, 0.8) 0%, rgba(139, 214, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 150, 230, 0.8) 0%, rgba(139, 214, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 150, 230, 0.8) 0%, rgba(139, 214, 255, 1) 100%);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px) rotate(-45deg);
    opacity: 0;
    transition: .3s;
}

.event-accordion-tab li a.nav-link.active::before {
    opacity: 1;
}

.event-accordion-tab li a.nav-link:hover::before {
    opacity: 1;
}

.event-accordion-tab li a.nav-link img {
    margin-right: 10px;
}

.event-accordion-tab li a.nav-link h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    color: var(--white-color);
}

.event-accordion-tab li a.nav-link h4 span {
    font-weight: normal;
}

.schedual-box-wp {
    display: flex;
    border: 20px solid var(--dark-grey-color);
    height: 100%;
}

.event-schedual-box-wp {
    padding-top: 70px;
}

.event-schedual-box-wp .event-row {
    margin-bottom: 30px;
}

.event-schedual-box-wp .event-row:last-child {
    margin-bottom: 0;
}

.schedual-box-wp .schedual-text-wp {
    padding: 27px 15px 69px 30px;
    background: var(--white-color);
}

.schedual-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 275px;
    height: 100%;
}

.schedual-text-wp .h4-title {
    margin-bottom: 13px;
}

.schedual-text-wp p {
    color: var(--dark-grey-color);
    margin-bottom: 16px;
}

.schedual-text-wp p span {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
}

.event-schedual-wp .event-box {
    display: flex;
    align-items: center;
}

.event-schedual-wp .event-box img {
    margin-right: 12px;
}

.schedual-text-wp .event-schedual-wp {
    margin-bottom: 15px;
}

.schedual-text-wp .event-btn {
    margin-top: 17px;
}

.schedual-img-wp {
    position: relative;
}

.schedual-img-wp span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: -moz-linear-gradient(top, rgba(0, 150, 230, 1) 0%, rgba(127, 206, 246, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 150, 230, 1) 0%, rgba(127, 206, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 150, 230, 1) 0%, rgba(127, 206, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 150, 230, 1) 0%, rgba(127, 206, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 150, 230, 1) 0%, rgba(127, 206, 246, 1) 100%);
}


/*==========Schedual CSS End==========*/


/*==========Video CSS==========*/

.video-sec {
    position: relative;
}

.video-sec::before {
    content: "";
    position: absolute;
    width: 365px;
    height: 282px;
    background-image: url('../images/svg/star-shep-1.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -75px;
    left: 62px;
}

.video-wp {
    position: relative;
}

.video-shep {
    width: 150px;
    height: 150px;
    background: var(--dark-grey-color);
    position: absolute;
}

.video-shep.top-left {
    top: -10px;
    left: -10px;
}

.video-shep.top-right {
    top: -10px;
    right: -10px;
}

.video-shep.bottom-left {
    bottom: -10px;
    left: -10px;
}

.video-shep.bottom-right {
    bottom: -10px;
    right: -10px;
}

.video-img-wp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--white-color);
    position: relative;
}

.video-img-wp .play-btn i {
    font-size: 20px;
}


/*==========Video CSS End==========*/


/*==========Speakers CSS==========*/

.speakers-sec {
    position: relative;
    background: #EEEEEE;
    margin-top: -258px;
    padding-top: 373px;
    padding-bottom: 125px;
}

.speakers-sec::after {
    content: "";
    position: absolute;
    width: 167px;
    height: 426px;
    background-image: url('../images/svg/star-shep-2.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 318px;
    right: 140px;
}

.speakers-slider-wp {
    z-index: 1;
}

.speakers-sec .h2-title {
    margin-bottom: 64px;
}

.speakers-slider-box-wp {
    box-shadow: var(--box-shadow);
}

.speakers-img-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.speakers-follow-wp .follow-text-wp {
    background: rgba(0, 151, 230, 0.8);
    width: 80px;
    text-align: center;
    padding: 12px 0 11px 0;
    border-bottom: 1px solid rgba(0, 151, 230, 0.4);
    position: relative;
}

.speakers-follow-wp .follow-text-wp::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(0, 151, 230, 0.4);
    border-left: 8px solid transparent;
}

.speakers-follow-wp .follow-text-wp li {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--white-color);
    margin-bottom: 5px;
}

.speakers-follow-wp .follow-text-wp li:last-child {
    margin-bottom: 0;
}

.follow-social-icon-wp {
    background: rgba(255, 255, 255, 0.8);
    width: 80px;
    text-align: center;
    padding: 25px 0 12px 0;
}

.follow-social-icon-wp li {
    margin-bottom: 8px;
}

.follow-social-icon-wp li:last-child {
    margin-bottom: 0;
}

.follow-social-icon-wp li a {
    color: var(--primary-color);
    transition: .3s;
}

.follow-social-icon-wp li a:hover {
    color: var(--dark-grey-color);
}

.follow-social-icon-wp li a i {
    font-size: 23px;
}

.speakers-slider-text-wp {
    text-align: center;
}

.speakers-slider-text-wp .h4-title {
    font-size: 22px;
    color: var(--dark-grey-color);
    margin-bottom: 0;
    border-bottom: 1px solid var(--primary-color);
    padding: 15px 0;
}

.speakers-slider-text-wp p {
    margin-bottom: 0;
    padding: 11px 0;
}

.speakers-slider-wp .slick-list {
    padding-bottom: 15px;
}

.speakers-slider-wp .slick-dots {
    bottom: -35px;
}


/*==========Speakers CSS End==========*/


/*==========Sponsors CSS==========*/

.sponsors-sec {
    position: relative;
    padding: 116px 0 71px 0;
}

.sponsors-sec .h2-title {
    margin-bottom: 18px;
}

.sponsors-slider-wp .sponsor-slider-box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsors-slider-wp .slick-dots {
    bottom: -6px;
}


/*==========Sponsors CSS End==========*/


/*==========Gallery CSS==========*/

.gallery-sec {
    position: relative;
    padding-bottom: 115px;
}

.gallery-sec .container-fluid {
    padding: 0;
}

.gallery-sec .row.gallery-row {
    margin: 0;
}

.gallery-sec .col-lg-8,
.gallery-sec .col-lg-4 {
    padding: 0;
}

.gallery-sec .h2-title {
    margin-bottom: 18px;
}

.gallery-sec .h3-title {
    font-size: 22px;
    color: var(--dark-grey-color);
    margin-bottom: 62px;
}

.gallery-img-box-wp,
.gallery-big-img-box-wp {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.gallery-img-wp {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: .3s;
}

.gallery-img-wp::before,
.gallery-big-img-wp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 151, 230, 0.7);
    opacity: 0;
    transition: .3s;
}

.gallery-img-wp::after,
.gallery-big-img-wp::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 48px;
    background-image: url('../images/svg/image.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
}

.gallery-img-wp:hover,
.gallery-big-img-wp:hover {
    transform: scale(1.2);
}

.gallery-img-wp:hover::before,
.gallery-img-wp:hover::after,
.gallery-big-img-wp:hover::before,
.gallery-big-img-wp:hover::after {
    opacity: 1;
}

.gallery-big-img-box-wp {
    height: 600px;
}

.gallery-big-img-wp {
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    transition: .3s;
}

.gallery-img-box-wp .h4-title,
.gallery-big-img-box-wp .h4-title {
    color: var(--white-color);
    text-transform: capitalize;
    position: absolute;
    bottom: 13px;
    left: 30px;
    font-size: 23px;
    line-height: 30px;
}


/*==========Gallery CSS End==========*/


/*==========Blog CSS==========*/

.blog-sec {
    position: relative;
    background: #F9F9F9;
    padding-bottom: 140px;
}

.blog-sec .h2-title {
    margin-bottom: 64px;
}

.blog-slider-wp {
    position: relative;
}

.blog-slider-wp::before {
    content: "";
    position: absolute;
    width: 277px;
    height: 748px;
    background-image: url('../images/svg/blog-repeat-grid.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -94px;
    right: -75px;
    opacity: 0.2;
}

.blog-slider-box-wp {
    border: 5px solid #212739;
    height: 100%;
}

.blog-img-box-wp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}

.blog-text-wp .h4-title {
    color: var(--primary-color);
    line-height: 31px;
    margin-bottom: 16px;
    border: 2px solid var(--primary-color);
    margin-right: 0px;
    text-align: center;
}

.blog-text p {
    color: #292833;
    margin-bottom: -30px;
    height: 173px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.blog-text-wp .read-more {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: .3s;
}

.blog-text-wp .read-more:hover {
    color: var(--dark-grey-color);
}

.blog-text-wp {
    background: var(--white-color);
    padding: 30px 25px 29px 30px;
}


/*==========Blog CSS End==========*/


/*==========Footer CSS==========*/

.top-footer {
    position: relative;
    padding: 120px 0;
}

.top-footer .sec-wp {
    pointer-events: none;
}

.top-footer .h2-title {
    font-size: 36px;
}

.contact-us-img-wp {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-us-map-wp {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000;
}

.contact-us-map-wp iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}

.contact-us-img-wp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--dark-grey-color);
    opacity: 0.8;
}

.contact-us-img {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--dark-grey-color);
    background-blend-mode: luminosity;
}

.contact-us-form {
    background: var(--white-color);
    padding: 29px 30px 44px 30px;
    pointer-events: auto;
}

.contact-us-form .h2-title {
    color: var(--dark-grey-color);
    margin-bottom: 22px;
}

.contact-us-form .form-input {
    background: var(--dark-grey-color);
    color: var(--white-color);
}

.contact-us-form .form-input::placeholder {
    color: var(--white-color);
}

.contact-us-form .submit-btn {
    text-align: left;
}

.contact-us-info-wp {
    background: var(--dark-grey-color);
    padding: 30px;
    height: 100%;
    pointer-events: auto;
}

.contact-us-info-wp .h2-title {
    color: var(--white-color);
}

.contact-talk-us-link {
    margin-bottom: 34px;
}

.contact-talk-us-link li a {
    display: inline-flex;
    align-items: center;
    color: var(--white-color);
    transition: .3s;
}

.contact-talk-us-link li {
    margin-bottom: 30px;
}

.contact-talk-us-link li:last-child {
    margin-bottom: 0;
}

.contact-talk-us-link li a .info-icon {
    width: 60px;
    height: 60px;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 22px;
    margin-right: 20px;
    transition: .3s;
}

.contact-talk-us-link li a:hover .info-icon {
    border-color: var(--white-color);
}

.contact-talk-us-link li a:hover .info-icon::before {
    background: var(--white-color);
}

.contact-talk-us-link li a:hover .info-icon i {
    color: var(--primary-color);
}

.contact-talk-us-link li a .info-icon i {
    transition: .3s;
    z-index: 1;
}

.contact-talk-us-link li a .info-text span {
    display: block;
}

.contact-talk-us-link li a:hover .info-text {
    transition: .3s;
}

.contact-talk-us-link li a .info-icon::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.contact-social-media-wp .social-icon li,
.social-wp .social-icon li {
    display: inline-block;
    margin: 0 8px;
}

.contact-social-media-wp .social-icon li:first-child,
.social-wp .social-icon li:first-child {
    margin-left: 0;
}

.contact-social-media-wp .social-icon li:last-child,
.social-wp .social-icon li:last-child {
    margin-right: 0;
}

.contact-social-media-wp .social-icon li a,
.social-wp .social-icon li a {
    color: var(--white-color);
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white-color);
    transition: .3s;
}

.contact-social-media-wp .social-icon li a:hover,
.social-wp .social-icon li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-talk-us-wp .h2-title {
    margin-bottom: 22px;
}

.bottom-footer {
    background: var(--dark-grey-color);
    border-top: 10px solid var(--primary-color);
    padding-bottom: 34px;
}

.footer-logo {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67px;
    z-index: 2;
}

.footer-logo::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 110px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--white-color);
    border-radius: 0 0 55px 55px;
    z-index: -1;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text p {
    color: var(--white-color);
    margin-bottom: 0;
}

.copyright-link li {
    display: inline-block;
    border-right: 1px solid var(--white-color);
    line-height: 16px;
    margin-right: 8px;
    padding-right: 12px;
}

.copyright-link li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.copyright-link li a {
    color: var(--white-color);
    transition: .3s;
}

.copyright-link li a:hover {
    text-decoration: underline !important;
}


/*==========Footer CSS End==========*/


/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 98;
}

.scrolltop::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 151, 230, 0.60);
    top: 0;
    left: 0;
    transform: rotate(45deg);
}

.scrolltop::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
    margin-top: -20px;
    margin-left: -20px;
}

.scrolltop i {
    color: var(--white-color);
    position: relative;
    animation: move .4s linear infinite alternate;
    z-index: 2;
}

@keyframes move {
    0% {
        top: 0;
    }
    100% {
        top: 5px;
    }
}


/*==========Scroll To Top CSS End==========*/


/*==========Responsive Start==========*/

@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .main-banner .banner-video video {
        width: 100%;
    }
}

@media(min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }
    .main-navigation .menu li a {
        font-size: 16px;
    }
    .site-branding {
        width: 140px;
    }
    .h1-title {
        font-size: 90px;
        line-height: 100px;
    }
    .h2-title {
        font-size: 50px;
        line-height: 58px;
    }
    .h3-title {
        font-size: 30px;
        line-height: 40px
    }
    .h4-title {
        font-size: 22px;
        line-height: 30px
    }
    .h5-title {
        font-size: 20px;
        line-height: 30px
    }
    .footer-bottom-link ul p,
    .footer-bottom-link li,
    .copyright-right-text p,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .footer-bottom-link {
        margin-bottom: 12px;
    }
    .sec-btn {
        font-size: 18px;
        width: 190px;
    }
    .banner-btn .sec-btn {
        width: 230px;
    }
    .sec-btn.cta-btn {
        right: -72px;
    }
    [data-simplebar=init] {
        padding-right: 11px;
    }
    .about-us::before {
        right: 62%;
    }
    .info-sec::after {
        left: 55%;
    }
    .event-sec::before {
        height: 450px;
    }
    .banner-text-wp .h1-title mark {
        background-position: 6px 90px;
    }
    .main-navigation .menu li a {
        padding: 34px 0;
    }
}

@media(max-width: 1899px) {
    .video-sec::before {
        top: -110px;
    }
    .speakers-sec::after {
        bottom: 175px;
        right: 50px;
    }
}

@media(max-width: 1799px) {
    .info-sec::after {
        left: 40%;
    }
}

@media(max-width: 1699px) {
    .about-us-text-wp {
        padding: 113px 50px 129px 0;
    }
    .about-us::before {
        right: 45%;
    }
    .info-sec::after {
        left: 35%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 720px;
    }
}

@media(max-width: 1499px) {
    .header-menu {
        margin-left: 0;
    }
    .main-navigation .menu li {
        margin: 0 18px;
    }
    .about-us-text-wp {
        padding: 113px 0 129px 0;
    }
    .blog-text-wp .h4-title {
        margin-right: 50px;
    }
    .speakers-sec::after {
        display: none;
    }
    .event-accordion-tab li a.nav-link {
        min-width: max-content;
    }
}

@media(max-width: 1399px) {
    .about-us::before {
        right: 40%;
    }
    .info-sec::after {
        left: 28%;
    }
}

@media(max-width: 1299px) {
    .main-navigation .header-btn {
        right: 0;
    }
    .main-navigation .menu li {
        margin: 0 10px;
    }
    .video-sec::before {
        display: none;
    }
    .bottom-footer {
        padding-bottom: 110px;
    }
}

@media(max-width: 1199px) {
    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }
    .header-btn .sec-btn {
        width: 130px;
        height: 50px;
    }
    .main-navigation .header-btn {
        top: 50%;
        margin-top: -25px;
    }
    .about-us::before,
    .info-sec::after {
        display: none;
    }
    .event-accordion-tab li a.nav-link img {
        margin-right: 0;
    }
    .schedual-box-wp {
        flex-direction: column;
        justify-content: space-between;
    }
    .schedual-img {
        width: 100%;
        height: 250px;
    }
    .schedual-box-wp .schedual-text-wp {
        padding: 27px 15px 39px 30px;
    }
    .blog-text-wp {
        background: var(--white-color);
        padding: 30px 20px 29px 20px;
    }
    .blog-text-wp .h4-title {
        margin-right: 10px;
    }
    .gallery-img-box-wp .h4-title,
    .gallery-big-img-box-wp .h4-title {
        left: 5px;
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

@media(max-width: 991px) {
    .for-des {
        display: none !important
    }
    .for-mob {
        display: block !important
    }
    .site-header {
        background: var(--white-color);
        height: 80px;
        border-bottom: 5px solid var(--primary-color);
    }
    .site-header.sticky-head {
        height: 75px;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 2;
    }
    .site-header .container .row .col-lg-10 {
        padding: 0;
    }
    .mob-phone {
        position: absolute;
        top: 50%;
        left: 30px;
        font-size: 25px;
        color: var(--primary-color);
        border: none;
        outline: none !important;
        background: transparent;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 99;
    }
    .mob-phone i {
        transform: rotate( 90deg);
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--primary-color);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .menu-toggle span {
        background: var(--white-color);
    }
    .toggled .header-menu {
        transform: translatey(0);
    }
    .header-menu {
        height: 100vh;
        position: absolute;
        top: -38px;
        left: 0;
        width: 100%;
        padding-top: 8vh;
        padding-left: 8vh;
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-110%);
        background: var(--coffe-color);
    }
    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: 3vh;
    }
    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }
    .main-navigation .menu li a {
        padding: 0;
    }
    .main-navigation .menu li a::before {
        bottom: 0;
    }
    .main-navigation .menu li a::after {
        bottom: -5px;
    }
    .about-us-img-wp::before {
        display: none;
    }
    .info-wp li a {
        color: var(--white-color);
        transition: .3s;
    }
    .info-wp li a span {
        margin-right: 15px;
    }
    .info-wp li a:hover {
        color: var(--primary-color);
    }
    .social-wp .social-icon {
        margin-bottom: 3vh;
        transition: .3s;
    }
    .info-wp li {
        margin-bottom: 1vh;
        transition: .3s;
    }
    .site-header.sticky-head .main-navigation .menu li a {
        color: var(--white-color);
    }
    .site-header.sticky-head .main-navigation .menu li.active a {
        color: var(--primary-color);
        -webkit-text-stroke: 1px;
    }
    .site-header.sticky-head .main-navigation .menu li a:hover {
        color: var(--primary-color);
        -webkit-text-stroke: 1px;
    }
    .scrolltop {
        display: none !important;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner .banner-video {
        display: none;
    }
    .sec-btn.cta-btn {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0);
        z-index: 98;
        display: none;
    }
    .modal-body.overflow-text {
        padding: 42px 15px 15px 15px !important;
    }
    .main-banner {
        padding: 260px 0 194px 0;
    }
    .about-us-img-wp .about-us-img {
        height: 400px;
    }
    .about-us-img-wp {
        width: 100%;
    }
    .about-us-text-wp {
        padding: 92px 0 109px 0;
    }
    .about-us {
        padding-bottom: 100px;
    }
    .info-sec {
        padding: 100px 0;
    }
    .info-text-wp {
        text-align: center;
    }
    .event-accordion-tab ul.nav-tabs {
        justify-content: flex-start;
    }
    .event-sec {
        padding: 95px 0;
    }
    .event-sec .h2-title {
        margin-bottom: 34px;
        color: var(--dark-grey-color);
    }
    .event-schedual-box-wp {
        padding-top: 67px;
    }
    .event-schedual-box-wp .col-lg-6 {
        max-width: 50%;
    }
    .event-sec::before {
        height: 170px;
    }
    .speakers-sec {
        padding-top: 352px;
        padding-bottom: 106px;
    }
    .speakers-sec .h2-title {
        margin-bottom: 34px;
    }
    .sponsors-sec {
        padding: 95px 0 48px 0;
    }
    .sponsors-sec .h2-title {
        margin-bottom: 0px;
    }
    .sponsors-slider-wp .sponsor-slider-box {
        height: 125px;
    }
    .sponsors-slider-wp .slick-dots {
        bottom: -16px;
    }
    .gallery-sec .h3-title {
        margin-bottom: 32px;
    }
    .gallery-sec .col-lg-8,
    .gallery-sec .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-sec .row.gallery-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .gallery-img-box-wp,
    .gallery-big-img-box-wp {
        margin-bottom: 30px;
    }
    .gallery-img-box-wp .h4-title,
    .gallery-big-img-box-wp .h4-title {
        left: 30px;
    }
    .gallery-sec {
        padding-bottom: 65px;
    }
    .blog-sec .h2-title {
        margin-bottom: 34px;
    }
    .blog-sec {
        padding-bottom: 120px;
    }
    .top-footer {
        padding: 0;
    }
    .contact-us-form {
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        box-shadow: var(--box-shadow);
        margin: 100px 0;
    }
    .top-footer .contact-us-img-wp {
        width: 150%;
        height: 100%;
        left: -20%;
    }
    .contact-us-map-wp {
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .contact-us-info-wp {
        margin: 100px 0;
        padding: 30px 30px 35px 30px;
        height: auto;
    }
    .gallery-sec .container-fluid {
        padding: 0 15px;
    }
    .bottom-footer {
        padding-bottom: 35px;
    }
}

@media(max-width: 767px) {
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .error-404 img {
        width: 50vw;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner {
        padding: 244px 0 139px 0;
    }
    .h3-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .h1-title {
        font-size: 70px;
        line-height: 70px;
    }
    .banner-text-wp .h1-title mark {
        background-position: 6px 72px;
    }
    .banner-text p {
        margin-bottom: 24px;
    }
    .banner-btn {
        padding-right: 52px;
    }
    .banner-btn .sec-btn+.sec-btn {
        margin-left: 0;
    }
    .banner-btn .sec-btn {
        margin-bottom: 39px;
    }
    .about-us-img-wp::before {
        width: 186px;
    }
    .info-text-wp::before {
        display: none;
    }
    .info-text-wp .h3-title {
        margin-bottom: 17px;
    }
    .info-text-wp .h2-title {
        margin-bottom: 24px;
    }
    .info-sec {
        padding: 33px 0 34px 0;
    }
    .event-accordion-tab li a.nav-link img {
        margin-right: 10px;
    }
    .event-schedual-box-wp .col-lg-6 {
        max-width: 100%;
    }
    .event-accordion-tab li.nav-item {
        border-right: 0;
        border-bottom: 1px solid #373737;
    }
    .event-accordion-tab li a.nav-link {
        min-width: 100%;
        flex-direction: unset;
    }
    .event-accordion-tab li a.nav-link::before {
        display: none;
    }
    .event-accordion-tab ul.nav-tabs {
        display: block;
        flex-wrap: unset;
    }
    .schedual-box-wp {
        height: auto;
        margin-bottom: 30px;
    }
    .event-schedual-box-wp .event-row {
        margin-bottom: 0;
    }
    .video-img-wp {
        height: 350px;
    }
    .video-shep {
        width: 80px;
        height: 80px;
    }
    .event-sec {
        padding: 95px 0 70px 0;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    .play-btn::before {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .video-img-wp .play-btn i {
        font-size: 16px;
    }
    .speakers-sec {
        margin-top: -174px;
        padding-top: 269px;
        padding-bottom: 166px;
    }
    .sponsors-slider-wp .sponsor-slider-box {
        height: 100px;
    }
    .sponsors-sec .h2-title {
        margin-bottom: 13px;
    }
    .sponsors-slider-wp .slick-arrow {
        bottom: -60px;
    }
    .sponsors-sec {
        padding: 95px 0 155px 0;
    }
    .blog-slider-wp .slick-arrow {
        bottom: -80px;
    }
    .blog-sec {
        padding-bottom: 180px;
    }
    .blog-slider-wp::before {
        right: -200px;
    }
    .copyright {
        display: block;
        text-align: center;
    }
    .copyright-text {
        margin-bottom: 9px;
    }
    .footer-logo::before {
        width: 250px;
        height: 90px;
        border-radius: 0 0 40px 40px;
    }
    .footer-logo {
        padding-top: 18px;
        padding-bottom: 53px;
    }
    .gallery-big-img-box-wp {
        height: 300px;
    }
    .blog-text p {
        -webkit-line-clamp: 2;
        height: 50px;
        margin-bottom: 9px;
    }
}

@media(max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 20px 0;
    }
    .thank-text:before {
        width: 57px;
        height: 61px;
    }
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }
    .avatar.photo {
        margin-right: 8px;
        width: 50px;
        height: 50px;
    }
    button.close {
        top: 0px;
        right: 20px;
        font-size: 45px;
    }
    .main-banner {
        padding: 212px 0 109px 0;
    }
    .h3-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .h1-title {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 14px;
    }
    .banner-btn .sec-btn {
        width: 200px;
        height: 46px;
    }
    .banner-text-wp .h1-title mark {
        background-position: 0px 58px;
    }
    .banner-btn {
        padding-right: 112px;
    }
    .about-us-text-wp {
        padding: 53px 0 69px 0;
    }
    .h2-title {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .about-us-text-wp h4 {
        margin-bottom: 13px;
    }
    .about-us-img-wp .about-us-img {
        height: 300px;
    }
    .about-us {
        padding-bottom: 60px;
    }
    .info-sec {
        padding: 0;
    }
    .info-text-wp {
        padding: 52px 0 69px 0;
    }
    .info-text-wp .h3-title {
        margin-bottom: 13px;
    }
    .info-count-down-box-wp .box {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }
    .info-count-down-box-wp .box span.time {
        width: 80px;
    }
    .info-count-down-box-wp .box span.days {
        width: 80px;
    }
    .event-sec {
        padding: 56px 0 25px 0;
    }
    .event-accordion-tab li a.nav-link {
        min-height: 50px;
    }
    .event-schedual-box-wp {
        padding-top: 40px;
    }
    .video-shep.top-left {
        top: -5px;
        left: -5px;
    }
    .video-shep.top-right {
        top: -5px;
        right: -5px;
    }
    .video-shep.bottom-left {
        bottom: -5px;
        left: -5px;
    }
    .video-shep.bottom-right {
        bottom: -5px;
        right: -5px;
    }
    .video-img-wp {
        height: 300px;
    }
    .speakers-sec {
        margin-top: -149px;
        padding-top: 200px;
        padding-bottom: 125px;
    }
    .sponsors-sec {
        padding: 56px 0 116px 0;
    }
    .gallery-img-wp::after,
    .gallery-big-img-wp::after {
        width: 55px;
        height: 40px;
    }
    .gallery-sec {
        padding-bottom: 26px;
    }
    .blog-img-box-wp {
        height: 300px;
    }
    .blog-text p {
        margin-bottom: 9px;
    }
    .blog-text-wp {
        padding: 30px 20px 24px 20px;
    }
    .blog-slider-wp::before {
        display: none;
    }
    .blog-sec {
        padding-bottom: 140px;
    }
    .contact-us-form {
        margin: 60px 0;
        padding: 23px 30px 39px 30px;
    }
    .top-footer .h2-title {
        font-size: 28px;
        margin-bottom: 23px;
    }
    .contact-us-info-wp {
        margin: 60px 0;
        padding: 23px 30px 30px 30px;
    }
    .contact-talk-us-link {
        margin-bottom: 23px;
    }
    .contact-talk-us-link li a .info-icon {
        width: 50px;
        height: 50px;
    }
    .contact-talk-us-link li a .info-icon::before {
        width: 35px;
        height: 35px;
    }
    .gallery-sec .container-fluid {
        padding: 0 30px;
    }
    .form-input {
        height: 46px;
    }
    .form-input.wpcf7-textarea {
        height: 100px;
    }
}

@media(max-width: 480px) {
    .main-banner {
        padding: 192px 0 89px 0;
    }
    .h1-title {
        margin-bottom: 12px;
    }
    .about-us-text-wp {
        padding: 43px 0 59px 0;
    }
    .about-us-img-wp .about-us-img {
        height: 250px;
    }
    .about-us {
        padding-bottom: 50px;
    }
    .info-text-wp {
        padding: 42px 0 59px 0;
    }
    .event-sec {
        padding: 46px 0 20px 0;
    }
    .event-sec .h2-title {
        margin-bottom: 24px;
    }
    .event-schedual-box-wp {
        padding-top: 30px;
    }
    .schedual-text-wp .event-schedual-wp {
        margin-bottom: 12px;
    }
    .schedual-text-wp .event-btn {
        margin-top: 20px;
    }
    .schedual-img {
        height: 200px;
    }
    .video-img-wp {
        border: 0;
        height: 250px;
    }
    .video-shep {
        display: none;
    }
    .speakers-sec {
        margin-top: -124px;
        padding-top: 170px;
        padding-bottom: 115px;
    }
    .speakers-sec .h2-title {
        margin-bottom: 24px;
    }
    .speakers-slider-text-wp .h4-title {
        padding: 12px 0 11px 0;
        font-size: 18px;
    }
    .speakers-slider-text-wp p {
        padding: 7px 0 5px 0;
    }
    .speakers-slider-wp .slick-arrow {
        bottom: -66px;
    }
    .sponsors-sec {
        padding: 46px 0 106px 0;
    }
    .sponsors-sec .h2-title {
        margin-bottom: -1px;
    }
    .gallery-sec .h3-title {
        margin-bottom: 22px;
    }
    .gallery-img-box-wp,
    .gallery-big-img-box-wp {
        height: 250px;
    }
    .gallery-img-box-wp .h4-title,
    .gallery-big-img-box-wp .h4-title {
        bottom: 11px;
    }
    .gallery-sec {
        padding-bottom: 16px;
    }
    .blog-sec .h2-title {
        margin-bottom: 24px;
    }
    .blog-text-wp .h4-title {
        margin-bottom: 11px;
    }
    .contact-us-form,
    .contact-us-info-wp {
        margin: 50px 0;
    }
    .footer-logo::before {
        width: 200px;
    }
    .speakers-follow-wp .follow-text-wp,
    .speakers-follow-wp .follow-social-icon-wp {
        width: 60px;
    }
    .event-sec::before {
        height: 100px;
    }
    .speakers-follow-wp .follow-text-wp::after {
        display: none;
    }
    .follow-social-icon-wp {
        padding: 14px 0 7px 0;
    }
    .blog-img-box-wp {
        height: 250px;
    }
    .blog-sec {
        padding-bottom: 130px;
    }
}

@media(max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .site-header .container .row .col-lg-3 {
        left: 15px;
    }
    .header-menu {
        padding-left: 4vh;
    }
    .info-count-down-box-wp {
        display: block;
    }
    .info-count-down-box-wp .box {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .info-count-down-box-wp .box span.time {
        width: 100%;
    }
    .info-count-down-box-wp .box span.days {
        width: 100%;
    }
    .event-sec::before {
        height: 70px;
    }
    .schedual-box-wp .schedual-text-wp {
        padding: 27px 20px 39px 20px;
    }
    .contact-us-form,
    .contact-us-info-wp {
        padding: 23px 20px 39px 20px;
    }
    .gallery-sec .container-fluid {
        padding: 0 15px;
    }
    .schedual-box-wp {
        border: 10px solid var(--dark-grey-color);
    }
}


/*==========Responsive End==========*/