@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

#wrapper {
    width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.clear {
    clear: both;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

p {
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}

a {
    color: #0d6efd;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.top-head1 {
    background: #FFFFFF;
    background: linear-gradient(to bottom, #FFFFFF 0%, #f2fbff 100%);
    border-bottom: 1px solid #eaeaea;
    display: flex;
    padding: 14px 0px;
    justify-content: space-between;
    /* box-shadow: 0px 0px 20px #ddd;*/
    align-items: center;
    position: sticky;
}

.top-head1 h1 {
    background: linear-gradient(0deg, #0072d3, #39e0fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #78201b;
    font-size: 31px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.login-btn {
    background: linear-gradient(45deg, #fde9b9, #138999);
    color: #fff;
    padding: 8px 40px;
    margin: 20px 10px;
    border-radius: 100px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0px 0px 20px #fff3cea1;
    transition: 0.5s;
    align-items: center;
    display: flex;
    -webkit-box-shadow: -2px -2px 18px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px -2px 18px 1px rgba(0, 0, 0, 0.15);
    box-shadow: -2px -2px 18px 1px rgba(0, 0, 0, 0.15);
}

.login-btn:hover {
    background: linear-gradient(152deg, #2f903c, #fde9b9);
    color: #055160;
}
/* blinking button */

.blinking-button {
    padding: 8px 40px;
    margin: 20px 10px;
    border-radius: 100px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    align-items: center;
    display: flex;
    cursor: pointer;
    border:none;
    animation: blink 2s linear infinite;;
  }
  
  @keyframes blink {
    0%, 100% { 
      background-color: #5b4df0; }
    50% { 
       background-color: #ee5454;
  }
  
  
  }

.title-for-all {
    font-size: 38px;
    color: #f57c46;
    font-weight: 600;
    position: relative;
    padding: 30px 0px;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0px;
}

.title-for-all:before {
    content: '';
    background: #f57c46;
    height: 3px;
    width: 100px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: auto;
    bottom: 0;
}

.title-for-all:after {
    content: '';
    background: #f57c46;
    height: 3px;
    width: 80px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: auto;
    bottom: 10px;
}

.into-section p {
    color: #282828;
    line-height: 2;
    font-size: 14px;
}

p.lofty {
    float: right;
    font-size: 12px;
    padding-right: 20px;
}

p.lofty span {
    color: #0072d3;
    font-weight: 600;
}

.hd-th {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: linear-gradient(45deg, #fde9b9, #138999);
    text-shadow: 0px 0px 6px rgba(150, 150, 150, 0.74);
}

@-webkit-keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px;
    }
    100% {
        background-position: 1600px 0;
    }
}

@keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px;
    }
    100% {
        background-position: 1600px 0;
    }
}

.c-article__title {
    font-family: "Scope One", serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #fc3735;
    background: -webkit-linear-gradient(left, #F57170, #084298, #F57170);
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.shaper {
    background: gray url(../assets/img/bg.jpg) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-animation: slide 30s linear infinite;
}

.shaper h1 {
    font-family: sans-serif;
    font-size: 80px;
    color: white;
}

.shaper h2 {
    font-family: sans-serif;
    font-size: 40px;
    color: white;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -512px -512px;
    }
}

.table-bg {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 0px 20px #ccc9;
}


/*---vertical-slider---*/

#demo {
    max-width: 900px;
    margin: auto;
    margin-top: -150px;
    position: absolute;
    background-color: #ffc857;
    border-radius: 10px;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 1rem 0rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1rem;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.carousel-control-prev i,
.carousel-control-next i {
    background-color: rgb(0 0 0 / 31%);
    padding: 9px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.cta {
    overflow: hidden;
    background: linear-gradient(90deg, #06bef3 70%, #06bef3 30%);
    background-size: cover;
    padding: 23px;
    border-radius: 100px;
    width: 80%;
    margin: -164px auto 0;
}

.cta h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
}

.cta a {
    color: #fff;
    padding: 8px 55px;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}


/*======== meadia query =====*/

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {
    .carousel-item .slider-mg img {
        position: absolute;
        top: 37px !important;
        left: auto;
        right: 100px;
        min-width: 34%;
        height: auto;
        width: 34%;
        transition: all 5s;
        height: 100% !important;
    }
    #myCarousel9 {
        height: 42em !important;
    }
    .cta a {
        color: #fff;
        padding: 8px 0px;
    }
    .carousel-caption {
        bottom: 21px !important;
    }
}

@media screen and (max-width: 768px) {
    .cta {
        width: 100%;
    }
    .carousel-caption h1 {
        font-size: 35px !important;
    }
    .carousel-caption h6 {
        font-size: 18px !important;
    }
    .carousel-caption i {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 560px) {
    #myCarousel9 {
        height: 37em !important;
    }
}

.cta {
    overflow: hidden;
    background: linear-gradient(180deg, #06bef3 50%, #fa7070 50%);
    background-size: cover;
    padding: 23px;
    border-radius: 0px;
    width: 100%;
    margin: -112px 0px;
    line-height: 2;
}

.carousel-caption {
    left: 0%;
    width: 100%;
    bottom: 0px !important;
}

.carousel-item .slider-mg img {
    right: 32px !important;
    width: 68% !important;
}

.cta h2 {
    font-size: 16px;
}

.cta a {
    font-size: 11px;
}


/* shine effect */

.logo {
    position: relative;
    overflow: hidden;
}

.logo::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.logo:before {
    -webkit-animation: shine 3.5s infinite;
    animation: shine 3.5s infinite;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


  