/* Custom color */

:root {
    --red: #eb3437;
    --black: #282829;
    --orange: #f68632;
    --lite-orange: #fff2f0;
    --white: #fff;
}


/* common css */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0 !important;
    position: relative;
}

body,
p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
}

.common-para {
    text-align: justify;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    color: inherit;
    transition: .2s ease;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: var(--black);
}

.aos-init {
    overflow: hidden !important;
}

section {
    overflow: hidden;
}

label {
    margin-bottom: 1rem;
}

input,
select{
    height: 4rem;
    font-size: 1.6rem !important;
}
textarea{
    font-size: 1.6rem !important;
}
label {
    font-weight: 600;
}

.btn-check:active+.radio-btn,
.btn-check:checked+.radio-btn,
.radio-btn.active {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}


/*back to up button section*/

.back-to-top,
.go-top {
    position: fixed;
    display: none;
    background: #01A9B4;
    border: 1px solid var(--white);
    color: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: 0.5s;
    z-index: 9999;
    box-shadow: 0px 1px 5px 0px #515151;
}

.back-to-top i,
.go-top i {
    padding-top: 12px;
    color: var(--white);
}

ol,
ul {
    padding: 0;
    margin: 0
}
section{
    overflow:hidden;
}
img{
  object-fit: cover;
  object-position: top center;
}
img,
video,
iframe {
  max-inline-size: 100%;
  block-size: auto;
}
.topMenu a {
    display: block;
    padding: 0.3125rem 0;
}

.owl-carousel {
    z-index: 1 !important;
}

.carousel {
    z-index: 0;
}


/* fixed tab */

.fixed-tab {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 1;
}

.fixed-tab.active {
    z-index: 3;
}

.fixed-tab-1 {
    background-color: var(--red);
    padding: 0.5rem 1rem;
    color: var(--white);
    text-decoration: none;
    top: 11.4rem;
    /*left: 0;*/
    border-radius: 0.5rem;
}

.registration-hover-tab,
.booking-tab {
    position: relative;
    right: -15.2rem;
    z-index: 999999;
    background-color: var(--red) !important;
    border: 1px solid var(--white);
    border-right: none;
    padding: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 0px 3px rgb(255 255 255 / 40%);
    display: flex;
    align-items: center;
    color: var(--white);
    margin-top: 1rem;
}

.registration-hover-tab:hover,
.booking-tab:hover {
    right: 0;
    transition: 0.5s;
}

.registration-hover-tab i,
.booking-tab i {
    font-size: 2.2rem;
    color: var(--white);
}

.ul-style {
    padding-left: 30px;
    list-style: none;
}

.ul-style li {
    list-style: none;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.ul-style li i {
    font-size: 2.2rem;
    color: var(--orange);
    opacity: .8;
}

.ul-style-50 li {
    width: 49%
}


/* common typography */

.common-heading {
    font-size: 3.5rem;
    color: var(--red);
    font-weight: 800;
    /* text-shadow: 1px 1px 1px black; */
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
}

.common-heading::after {
    content: '';
    background-color: var(--red);
    height: 0.5rem;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -1rem;
    border-radius: .5rem;
    /* box-shadow: 1px 1px 0rem var(--black); */
}

.common-heading-white {
    font-size: 3.5rem;
    color: var(--red);
    font-weight: 800;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
}

.common-heading-white::after {
    content: '';
    background-color: var(--red);
    height: 0.5rem;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -1rem;
    border-radius: .5rem;
    /* box-shadow: 1px 1px 0rem var(--black); */
}

.common-heading-small {
    font-size: 2.5rem;
    color: var(--red);
    font-weight: 800;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2rem;
    font-family: 'Catamaran', sans-serif;
}

.small-heading {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 800;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
}

.info-text,
.info-text p {
    font-size: 1.5rem;
}

.info-text span {
    font-size: 1.8rem;
    font-weight: 500;
}


/* main content start */
.logos{
    background: url(../img/grey-bg.png) !important;
}

/* header css */


/* #navbar.navbar.header-scrolled {
    display: none;
} */

.logo {
    width: 10rem
}

header .navbar-expand-lg.bg-transparent {
    background-color: var(--black) !important;
}

header .logo .navbar-brand.bg-light {
    background: transparent !important;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--white);
    /* color: var(--black); */
    padding-left: 0;
    letter-spacing: .1rem;
    text-transform: capitalize;
   margin: 0 0.5rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
}

header .navbar-expand-lg .navbar-nav .nav-link.active,
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--orange) !important;
}

header .navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 1.2rem;
}
.large-dropdown{
    min-width: 23rem !important;
}
.large-dropdown-1{
     min-width: 20rem !important;
}
.dropdown-content {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 16rem;
    padding: 0.5rem 1.2rem;
    margin: 0;
    font-size: 1rem;
    color: var(--black);
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    border-top: .5rem solid var(--orange);
    border-radius: .5rem;
    list-style: none;
}

.drop-down:hover .dropdown-content {
    display: block;
}

.drop-down .dropdown-toggle::after {
    display: none;
}

.drop-down .nav-link i::before {
    font-weight: bold !important;
}

.dropdown-content li a {
    color: var(--black);
    text-transform: capitalize;
    font-size: 1.6rem;
}


/* home page */

.hero-page {
    background: url(../img/hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 2rem 0 3rem 0;
}

.welcome-text {
    font-size: 2.8rem;
    text-shadow: .1rem .1rem .1rem black;
}

.welcome-text span {
    font-size: 3.5rem;
}

/*.hero-slider img {*/
/*    height: 54rem !important;*/
/*}*/

.hero-slider .carousel-indicators [data-bs-target] {
    text-indent: unset !important;
    border-top: 0;
    margin-top: 2rem;
    background-color: var(--black);
    border-bottom: none;
    height: auto !important;
    color: var(--white);
    opacity: 1;
    position: relative;
}m

.hero-slider .carousel-indicators [data-bs-target].active::after {
    content: "";
    height: 0.4rem;
    width: 100%;
    background-color: var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-slider .carousel-indicators span {
    line-height: 3.5rem;
}

.hero-slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 6%;
    margin-bottom: 15%;
    margin-left: 2%;
    list-style: none;
}


/**/

.carousel-control-prev {
    left: 1%;
}

.carousel-control-next {
    right: 1%;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    padding: 0;
    height: 4rem;
    border-radius: 5rem;
    border: 0;
    opacity: .8;
    background: black;
}


/* ----------------------- */

.download-container i {
    font-size: 3rem;
    color: var(--red)
}

.download-container {
    background-color: var(--white);
    border-radius: 1rem;
    padding: 2rem;
    transform: scale(1);
    position: relative;
    z-index: 0;
    height: 100%;
}

.download-container:hover {
    background-color: var(--black);
    border-radius: 1rem;
    padding: 2rem;
    transform: scale(1.1);
    transition: .3s;
    z-index: 1;
}

.download-container:hover .course-title,
.download-container:hover i {
    color: var(--white);
}

.course-title {
    font-size: 2.2rem;
}

.cource-btn {
    background-color: var(--red);
    font-size: 1.6rem;
    color: var(--white);
    padding: .5rem 1rem;
    margin: 1rem 0;
}

.cource-btn:hover {
    background-color: var(--orange);
    color: var(--white);
}

.by-air h5,
.by-road h5,
.by-train h5 {
    font-size: 2.5rem;
    color: var(--orange);
    margin: 2rem 0 3rem 0;
    position: relative;
}

.by-air h5::after,
.by-road h5::after,
.by-train h5::after {
    content: '';
    background-color: var(--orange);
    height: 0.5rem;
    width: 10%;
    position: absolute;
    left: 0;
    bottom: -1rem;
    border-radius: .5rem;
}


/* ------------------------- */

.event-box {
    border: 1px solid var(--white);
    height: 100%;
    text-align: center;
    background-color: var(--white);
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 .5rem 0 rgb(172, 171, 171);
}

.event-box .venue {
    font-size: 2.8rem;
    color: var(--red);
    font-weight: 600;
    margin: 1rem 0;
    /*text-shadow: .1rem .1rem .1rem black;*/
    text-transform: uppercase;
}

.event-box .dates {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

.event-box .address {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 1rem 0;
}

.event-box .visit-btn {
    padding: 10px 25px;
    border: none;
    background: var(--orange);
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
}

.top-left {
    border-top-left-radius: 6rem;
}

.bottom-right {
    border-bottom-right-radius: 6rem;
}

.display-box {
    background: var(--white);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
}

.img-bg {
    background-color: var(--white);
    border-radius: 100%;
    width: 15rem;
    height: 15rem;
    margin: auto;
    padding: 2.1rem;
}

.display-box:hover {
    background-color: var(--orange);
}

.participants .display-box:hover {
    background-color: var(--white);
}

.display-box:hover .img-bg {
    background-color: rgb(255, 237, 204);
}

.display-box .display-more {
    color: var(--orange);
}

.display-box:hover .display-more,
.display-box:hover .display-title {
    color: var(--white);
}


/* why exhibit */

.why-ul li {
    list-style: none;
    width: 49%;
    display: inline-flex;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 2rem
}


/* .why-ul li i {
            color: var(--black);
            font-size: 1.6rem;
            color: rgb(254, 77, 77);
            margin-top: .2rem
        } */

.why-ul li i {
    color: var(--black);
    font-size: 2rem;
    color: rgb(254, 77, 77);
    margin-top: 0.2rem;
    transform: rotate(90deg);
}

.fact {
    background-image: url(../img/fact-counter-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.fact .counter-box span.counter {
    font-size: 3rem;
    font-weight: 500;
}

.fact .counter-box i {
    font-size: 3rem;
    color: var(--white);
}


/* testimonial */

.testimonial .item {
    padding: 2rem;
}

.testimonial-content {
    background-color: var(--white);
    padding: 3rem 2.5rem;
    max-width: 100%;
    border-radius: 1rem;
    border: .1rem solid var(--white);
    position: relative;
    height: 100%;
    text-align: center;
}

.testimonial-content i {
    font-size: 3rem;
    color: var(--orange);
    line-height: 0;
}

.testimonial-content h4 {
    color: var(--orange);
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
    text-shadow: 0px 0px 1px black;
}

#testimonial .owl-nav {
    position: absolute;
    top: -6rem;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 7%;
    border-radius: 0.5rem;
}

#testimonial .owl-dot,
#testimonial .owl-nav .owl-next,
#testimonial .owl-nav .owl-prev {
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    background: var(--red);
    padding: 0.5rem;
    border-radius: 0.5rem;
}


/*  */

.counter-box img {
    height: 5rem;
}

.display-box img {
    width: 100%;
    height: auto;
}

.logos .item {
    padding: 1rem
}

.logos .display-box {
    background: var(--white);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    height: 15rem;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items:center;
}

.logos .owl-nav {
    position: absolute;
    top: -6rem;
    right: 0;
    display: flex !important;
    justify-content: space-between;
    width: 7%;
    border-radius: 0.5rem;
}

.logos .owl-carousel .owl-dot,
.logos .owl-carousel .owl-nav .owl-next,
.logos .owl-carousel .owl-nav .owl-prev {
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    background: var(--red);
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.address .venue {
    font-size: 2.8rem;
    color: var(--red);
    font-weight: bold;
}

.address .time {
    font-size: 2.2rem;
    font-weight: 600;
}

.address .dates {
    font-size: 1.8rem;
    margin: 0;
}


/*  */

.conatct-details {
    background-color: var(--black);
}

.contact-title {
    font-size: 1.8rem;
    color: var(--white);
    margin-left: .5rem;
}

.address i {
    color: var(--white);
    font-size: 2rem;
    display: inline-block;
}

.contact-desc {
    font-size: 1.6rem;
    color: var(--white);
}


/* video */


/* registration page */

.registration-section {
    height: 20rem;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01A9B4;
}
.registration-bg{
     background-image: url('../img/banner/registration.png');
}
.form-bg {
    background-image: url('../img/form-bg.svg');
}

.form-container {
    background: url('../img/fc-bg.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}


/*.form-container::before{*/


/*    content:'';*/


/*    position: absolute;*/


/*    top: 0;*/


/*    right: 0;*/


/*    left:0;*/


/*    background: var(--black);*/


/*}*/

.registration-section h1 {
    font-size: 4.5rem;
    letter-spacing: .2rem;
    font-weight: bold;
}

.submit-btn {
    padding: .5rem 4rem;
    color: var(--white) !important;
    background: var(--orange);
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Catamaran', sans-serif;
    border-radius: 1rem;
}

.form-container .nav-tabs .nav-link {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 800;
    color: var(--orange);
    font-family: 'Catamaran', sans-serif;
    border-radius: 0rem;
    margin: 0 1rem;
    padding: .5rem 2.5rem;
    border-bottom: .3rem solid var(--orange) !important;
}

.form-container .nav-tabs .nav-item.show .nav-link,
.form-container .nav-tabs .nav-link.active,
.form-container .nav-tabs .nav-link:hover {
    color: var(--white);
    background-color: var(--orange);
    border-bottom: .3rem solid var(--orange);
    transition: .5s;
    border-radius: 1rem;
}

.form-container .nav-tabs {
    border-bottom: transparent;
}

.form-container .nav-tabs .nav-link {
    border: .3rem solid transparent;
}


/* our participants */

.img-box {
    border: .1rem solid rgb(189, 188, 188);
    background-color: var(--white);
    height: 15rem;
    padding: 1rem;
    border-radius: .5rem;
}

.img-box img {
    max-width: 12rem;
    height: auto;
}


/* inner pages */

.inner-page-bg {
    background-image: url(../img/inner-page-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.marketing-bg {
    background-image: url(../img/banner/marketing-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25rem;
    background-attachment: inherit;
}


/* exhibition profile */

.service-box {
    background: var(--white);
    padding: 2rem;
    position: relative;
    height: 100%;
    border-radius: 1rem;
}

.service-box:hover {
    /* background: var(--lite-orange); */
}

.service-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--red);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.service-box:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.service-counter-1 {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
    background-color: var(--lite-orange);
    margin-bottom: 2rem;
}

.service-counter {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    border-radius: 100%;
    background-color: var(--lite-orange);
    color: var(--red);
    text-align: center;
    margin-bottom: 2rem;
}

.service-box:hover .service-counter,
.service-box:hover .service-counter-1 {
    background-color: var(--white);
    transition: .3s;
}

.counter-section {
    counter-reset: counter-1;
}

.service-counter::before {
    counter-increment: counter-1;
    content: counter(counter-1) ".";
}

.service-box h4 {
    font-size: 2.2rem;
}

.service-box ul li {
    margin: .1rem 0;
}

.service-box ul li i {
    font-size: 1.1rem;
    color: var(--red);
    opacity: 1;
}


/* visitor profile */

.why-list li {
    list-style: none;
    width: 49%;
    display: inline-flex;
    align-items: center;
}

.why-list li i {
    font-size: 2.2rem;
    color: var(--orange);
    opacity: .8;
}

.promotion p {
    padding: 2rem;
    background-color: var(--white);
    border-radius: 1rem;
    height: 100%;
    transform: scale(1);
}

.promotion p:hover {
    /* background-color: var(--lite-orange); */
    transition: .3s;
    transform: scale(1.1);
}

.promotion p i {
    font-size: 50px;
    color: var(--orange);
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 1s ease-out;
}

.promotion p:hover i {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.img-container-1 {
    position: relative;
    height: 22rem;
    width: 100%;
}

.img-container-2 {
    position: relative;
    height: 25rem;
    width: 100%;
}

.img-container-1 img,
.img-container-2 img {
    width: 100%;
}

.img-container-1:before,
.img-container-2:before {
    content: '';
    position: absolute;
    width: 50%;
    height: calc(100% - 10rem);
    bottom: 0;
    left: 0;
    border: 10px solid transparent;
    border-bottom-color: var(--red);
    border-left-color: var(--red);
}

.img-container-1:after,
.img-container-2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: calc(100% - 10rem);
    top: 0;
    right: 0;
    border: 10px solid transparent;
    border-top-color: var(--red);
    border-right-color: var(--red);
}


/* contact */

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 1.5rem rgb(214 219 216 / 50%);
    padding: 3rem;
    border-radius: 2rem;
    height: 100%;
}

.contact .info-box i {
    font-size: 4rem;
    color: var(--red);
    border-radius: 50%;
    padding: .8rem;
    /* border: 2px dotted #F5A0A0; */
}

.contact .info-box h3 {
    font-size: 2rem;
    color: var(--black);
    font-weight: 700;
    margin: 10px 0;
}

.contact-submit {
    background-color: var(--red);
    padding: 1rem 2.5rem;
    font-size: 1.8rem;
    color: var(--white);
    border-radius: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-submit:hover {
    background-color: var(--black);
    color: var(--white);
}


/* about */

.box {
    border-radius: 2rem;
    height: 100%;
    /* background-color: var(--orange); */
    position: relative;
}

.box-header {
    padding: 2rem;
    background-color: var(--white);
    /* height: 48rem; */
}

.box-header .ul-style {
    padding: 0;
}

.box-footer {
    background-color: var(--orange);
    padding: 1rem 2rem;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

.box-icon {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    background: aliceblue;
    /* padding: 0.5rem; */
    overflow: hidden;
}


/*  */

.share-box {
    position: fixed;
    bottom: 1%;
    right: 1%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.share-box a {
    background: #25D366;
    border: .1rem solid var(--lite-orange);
    color: var(--white);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-box a i {
    font-size: 3rem;
}


/* footer */

footer {
    background-color: var(--black);
}

.upper {
    background-color: var(--orange);
    border-top-left-radius: 10rem;
    /* border-bottom-right-radius: 10rem; */
    border-top-right-radius: 10rem;
}

.footer-title {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 1.5rem
}

.footer-links {
    list-style: none;
}

.footer-links li a {
    color: var(--white);
}

.footer-links a:hover {
    margin-left: 10px;
    transition: .3s;
    color: var(--orange);
}

.footer-bottom {
    background-color: var(--red);
    padding: 1rem;
}


/* animation code here */

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* Firefox */

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* Webkit */

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* IE */

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* Opera */

.fixed-tab-1 {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation: blink normal 1.5s infinite ease-in-out;
    /* Opera */
}

.fixed-tab-1:hover {
    animation: none;
}

/*header */


/* media query start */

@media (max-width: 767px) {
    /*header*/
    header .navbar-expand-lg.bg-transparent {
        background-color: var(--white) !important;
    }
    #mobile-show {
        position: absolute;
        top: 99%;
        background: var(--black);
        left: 0px;
        right: 0px;
        padding: 1rem;
        z-index: 9;
    }
    header .navbar-light .navbar-toggler-icon {
        background: 0 0;
        width: auto !important;
        height: auto !important;
    }
    header .navbar-light .navbar-toggler {
        height: 5rem;
        width: 5rem;
        border-radius: 100%;
        border: 0.2rem solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--red);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .navbar-light .navbar-toggler i,
    header .navbar-light .navbar-toggler i::before {
        font-size: 3rem;
        color: var(--red);
        font-weight: bold !important;
    }
    /**/
    .container{
        width: 96%;
    }
    .fixed-tab-1 {
        top: 11.1rem !important;
    }
    .fixed-tab {
    z-index: 2;
}
.download-container {
    padding: 1rem;
}
    .registration-hover-tab i,
    .booking-tab i {
        margin-right: 1rem !important;
    }
    .form-container .box {
        padding: 1rem !important;
    }
    .common-heading {
        font-size: 3rem;
    }
    
    .hero-slider img {
        height: 100% !important;
    }
    .course-title {
        font-size: 1.6rem;
    }
    .why-ul li {
        width: 100%;
    }
    /* logos */
    .logos .owl-nav {
        width: 20%;
    }
    #logos-1,
    #logos-2,
    #logos-3 {
        margin-top: 3rem;
    }
    #testimonial .owl-nav {
        top: -2rem;
        width: 20%;
    }
    .upper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .testimonial .item {
     padding: 0rem; 
}
.form-container .nav-tabs .nav-link {
    font-size: 1.6rem;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
}
}

@media(min-width: 768px) and (max-width: 1024px){
     /*header*/
    header .navbar-expand-lg.bg-transparent {
        background-color: var(--white) !important;
    }
    #mobile-show {
        position: absolute;
        top: 99%;
        background: var(--black);
        left: 0px;
        right: 0px;
        padding: 1rem;
        z-index: 9;
    }
    header .navbar-light .navbar-toggler-icon {
        background: 0 0;
        width: auto !important;
        height: auto !important;
    }
    header .navbar-light .navbar-toggler {
        height: 5rem;
        width: 5rem;
        border-radius: 100%;
        border: 0.2rem solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--red);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .navbar-light .navbar-toggler i,
    header .navbar-light .navbar-toggler i::before {
        font-size: 3rem;
        color: var(--red);
        font-weight: bold !important;
    }
    /**/
}