body {
    font-family: "Quicksand", sans-serif;
    color: #231f20;
}

p {
    color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.price-table1 {
    opacity: 0.5;
}

/*=============================================
  =            common            =
  =============================================*/

.bb {
    border-bottom: 1px solid #395977;
}

.gray-background {
    background-color: #f5f5f5;
}

.darkgray-background {
    background-color: #e3dfdf;
}

.orange-background {
    background-color: #fff;
    position: relative;
}

@media (min-width: 768px) {
    .left-padding {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .left-padding {
        padding-left: 125px;
    }
}

.icon-font {
    font-size: 55px;
}

.box-hover {
    transition: all .4s ease-in-out;
}

.box-hover:hover {
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(170, 170, 170, 0.14);
}

.box-hover:hover h3,
.box-hover:hover i {
    color: #003e59;
}

.overview-img {
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px #000;
}

@media (min-width: 568px) {
    .height {
        height: 100%;
        object-fit: cover;
    }
}

.arrow3::before,
.arrow4::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #dfdfdf;
    top: -20px;
    left: 20%;
    transform: rotate(-45deg);
    box-shadow: 5px 5px 5px #000;
}

.whitee-background {
    background: linear-gradient(360deg, #03093a, #021B79);
    border: 2px solid #000;
}

.whites-background {
    background-color: #ffff;
    /* border: 2px solid #000; */
}

.arrow1::before,
.arrow2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: 20px;
    left: 20%;
    transform: rotate(-45deg);
    box-shadow: -2px -1px 0 #000;
}

.arrow3::before,
.arrow4::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: 20px;
    left: 20%;
    transform: rotate(-45deg);
    box-shadow: 2px 1px 0 #000;
}

@media (min-width: 568px) {

    .arrow1::before,
    .arrow2::before,
    .arrow3::before,
    .arrow4::before {
        content: "";
        width: 35px;
        height: 35px;
    }

    .arrow1::before,
    .arrow3::before {
        content: "";
        left: -17px;
        top: 20%;
    }

    .arrow2::before,
    .arrow4::before {
        content: "";
        left: unset;
        right: -17px;
        top: 20%;
    }
}

@media (min-width:768px) {
    .arrow2::before {
        content: "";
        left: -17px;
    }

    .arrow3::before,
    .arrow4::before {
        content: "";
        left: unset;
        right: -17px;
    }
}

.learn,
.connect,
.discover,
.network {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.learn {
    background-image: url('../img/leader.jpg');
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px #000;
}

.connect {
    background-image: url('../img/casestudy.jpg');
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px #000;
}

.discover {
    background-image: url('../img/awarded.jpg');
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px #000;
}

.network {
    background-image: url('../img/connect3.jpg');
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px #000;
}

@media (min-width:568px) {

    .learn img,
    .connect img,
    .discover img,
    .network img {
        visibility: hidden;
    }
}

.para-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}

.box-border {
    border: solid 1px #ccc;
    border-radius: 5px;
}

.icon-size {
    font-size: 44px;
}

/* .font-size{
    font-size: 20px;
  } */
.box-border:hover {
    color: #003e59;
    border-color: #003e59;
}

.image {
    width: 100%;
}

/*=====  End of common  ======*/


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 52px;
    height: 42px;
    overflow: hidden;
    top: 0;
    right: 0;
    /* background: radial-gradient(ellipse farthest-corner at right top,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%); */
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: #000;
    font-family: "Quicksand", sans-serif;
}


.card2 {
    max-width: 100%;
    background: linear-gradient(60deg, #03093a, #021B79);
    border-radius: 4px;
    padding: 10px 10px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 0 5px #fff;
    min-height: 130px;
    height: 100%;
    transition: .3s ease-in-out;
   
}


.card2 i {
    color: #fff;
    font-size: 36px;
    text-transform: none;
    font-weight: 300;
    line-height: 25px;
    padding: 20px;
}
.card2 p {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.card2:hover {
    box-shadow: 2px 4px 10px #000;
    transition: .3s ease-in-out;
}



.card1 {
    max-width: 100%;
    border-radius: 4px;
    padding: 10px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card1 img {
    transform: scale(0.9);
    filter: drop-shadow(-5px 5px 5px #000);
    transition: .3s ease-in-out;
}

.card1:hover img {
    transform: scale(1.0);
    transition: .3s ease-in-out;
    filter: drop-shadow(-2px 2px 3px #000);
}

.card-front__heading {
    font-size: 1.5rem;
    margin-top: .25rem;
}

/* Main heading for inside page */
.inside-page__heading {
    padding-bottom: 1rem;
    width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: .2rem;
}

.inside-page__heading--city,
.card-front__text-view--city {
    color: #ff62b2;
}

.inside-page__heading--ski,
.card-front__text-view--ski {
    color: #2aaac1;
}

.inside-page__heading--beach,
.card-front__text-view--beach {
    color: #fa7f67;
}

.inside-page__heading--camping,
.card-front__text-view--camping {
    color: #00b97c;
}

/* Front cover */

.card-front__tp {
    color: #fafbfa;
}

/* For pricing text on card front cover */
.card-front__text-price {
    font-size: 1.2rem;
    margin-top: -.2rem;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
    color: #333;
}

/* Icons ===========================================*/

.card-front__icon {
    fill: #fafbfa;
    font-size: 3vw;
    height: 3.25rem;
    margin-top: -.5rem;
    width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
    background-color: transparent;
    border: 3px solid;
    border-radius: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
    overflow: hidden;
    padding: .7rem .75rem;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    width: 90%;
    z-index: 10;
}

.inside-page__btn::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all .3s ease;
    width: 100%;
    z-index: -1;
}

.inside-page__btn--city {
    border-color: #ff40a1;
    color: #ff40a1;
}

.inside-page__btn--city::before {
    background-color: #ff40a1;
}

.inside-page__btn--ski {
    border-color: #279eb2;
    color: #279eb2;
}

.inside-page__btn--ski::before {
    background-color: #279eb2;
}

.inside-page__btn--beach {
    border-color: #fa7f67;
    color: #fa7f67;
}

.inside-page__btn--beach::before {
    background-color: #fa7f67;
}

.inside-page__btn--camping {
    border-color: #00b97d;
    color: #00b97d;
}

.inside-page__btn--camping::before {
    background-color: #00b97d;
}

.inside-page__btn:hover {
    color: #fafbfa;
}

.inside-page__btn:hover::before {
    transform: scaleY(1);
}


.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.item1 {
    background: linear-gradient(to left, #000428, #021B79);
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.712);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover {
    background: #fff;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 15px #003e59;
    border: 3px solid #003e59;
}

.item1:hover .item1,
.item1:hover span.icon {
    background: #fff;
    border: 3px solid #003e59;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover ul li,
.item1:hover p {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transition: all 0.5s ease;
    color: #003e59;
    font-weight: 600;
}

.item1 .icon {
    font-size: 30px;
    color: #812d3f;
    width: 90px;
    height: 80px;
    line-height: 96px;
    border-radius: 50px;
}

.item1 .feature_box_col_one {
    background: lightblue;
    color: #003e59;
}

.item1 p {
    font-size: 15px;
    line-height: 26px;
}

.item1 ul li {
    margin-bottom: 0px;
    color: #fff;
    padding: 3px;
    font-size: 18px;
    font-weight: 500;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/* Layout Structure=========================================*/

.awardbg {
    background-image: url('../img/awardbg8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* .awardbg .awardbg1 {
    background-color: #00000091;
} */

.flip-card {
    background-color: #000;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    pointer-events: auto;
    position: relative;
  }
  
  .flip-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 1px 5px 13px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  backface-visibility:visible;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .flip-card-front {
    background-image: url('../img/awardcatbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: inset 0 0 10px #fff;
    border-radius: 10px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .flip-card-front img{
    height: 250px;
  }
  
  .flip-card-back {
    background-image: url('../img/awardcatbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: inset 0 0 10px #fff;
    border-radius: 10px;
    color: white;
    border-radius: 10px;
    transform: rotateY(180deg);
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
  }

/* Functionality ====================================*/

#prices span {
    font-size: 30px;
    color: #FFF;
}

#prices h3 {
    color: #FFF;
}

#prices .features li {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}

#prices .btn.btn-default {
    margin: 20px 0px;
}

#prices .features-border li {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0px;
}

#prices .features-border li:last-child {
    border-bottom: 1px solid #c7c7c7;
}

#price2 {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: #eee;
}

#price2:before {
    content: "";
    width: 100%;
    height: 40px;
    background: #003e59;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
}

.btn.btn-default {
    background-color: #5db4c0;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600
}

.prices-box {
    margin: 50px 0px;
    
}

.top-content {
    background-color: #011a78;
    padding: 20px;
    color: #fff;
}

.bottom-content {
    background-color: #f6f6f6;
}

.big-price span {
    color: #333;
    font-size: 40px;
}

.btn-price {
    background-color: #5db4c0;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 40px 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}

.pd0 {
    margin: 0;
    padding: 0;
}

/*=============================================
  =            button            =
  =============================================*/
  .countdown-container {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(360deg, #03093a, #021B79); */
    color: #021971;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 999;
}

@media(max-width:991px){
    .countdown-container{
        display: none;
    }
}
.countdown-box {
    background: #021971;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    color: #fff;
}
.label {
    display: block;
    font-size: 15px;
    /* margin-top: 5px; */
    color: #ddd;
}

.site-footer {
    background: #021B79;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.youtube:hover {
    background-color: red
}

.social-icons a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    ;

}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.button {
    background: linear-gradient(to right, #021B79, #021B79);
    color: #fff;
    display: block;
    font-weight: 600;
    /* flex-basis: 50%; */
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
    filter: drop-shadow(-2px 0 1px #000);
}

@media (max-width: 577px) {
    .button {
        /* width: 90%; */
        margin-bottom: 10px;
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .button {
        font-size: 14px;
    }
}

.button:hover {
    color: #fff;
    background: linear-gradient(to right, #000428, #021B79);
    text-decoration: none;
    /* box-shadow: 0 0 25px #812d3f; */
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.button-class {
    background-color: #003e59;
    color: #fff;
    display: inline-block;
    flex-basis: 50%;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 50px;
    transition: all .4s ease-in-out;
    border: solid 1px transparent;

}

.button-class:hover {
    color: #003e59;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px #003e59;
}

.button1 {
    background: linear-gradient(to right, #000428, #021B79);
    color: #fff;
    display: block;
    font-weight: 600;
    /* flex-basis: 50%; */
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 10px;
    transition: all .3s ease-in-out;
}

@media (max-width: 577px) {
    .button1 {
        /* width: 90%; */
        margin-bottom: 10px;
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .button1 {
        font-size: 14px;
    }
}

.button1:hover {
    color: #fff;
    background: linear-gradient(to right, #000428, #021B79);
    text-decoration: none;
    /* box-shadow: 0 0 25px #812d3f; */
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

/*=====  End of button  ======*/


/*=============================================
  =            title            =
  =============================================*/

.title {
  font-weight: 600;
    /* background: linear-gradient(to top, #000428, #021B79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:#0a2472;
        -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #142eb4 20%, #002aff 30%, #175eff 0, #00f6ff 50%, #002aff 80%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% auto;
    color: #000;
    font-weight: 500;
            /*animation: textShine 4s linear infinite;*/
    filter: drop-shadow(-1px 1px 1px #000);

}

.text-gradient {
    background: linear-gradient(to left, #000428, #021B79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-1px 1px 0px #000428);
    font-weight: 500;
}

.text-gradient1 {
    background: linear-gradient(to left, #000428, #021B79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title span {
    position: absolute;
    display: block;
    font-size: 54px;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width:991px) {
    .title span {
        display: none;
    }
}


.sub-title {
    color: #00a79d;
}

.sub-title1 {
    color: #003e59;
}

/*=====  End of title  ======*/
.title1 {
    position: relative;
    font-weight: 700;
    color: #fff;
}

.title1 span {
    position: absolute;
    display: block;
    font-size: 76px;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
    text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.1);
}

@media (max-width:991px) {
    .title1 span {
        display: none;
    }
}



/*=============================================
  =            header            =
  =============================================*/

.header {
    position: fixed;
    width: 100%;
    font-size: 1em;
    color: #fff;
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9999;
    background-color: #fff;
}

.header.sticky {
    background: #fff;
    text-align: left;
}

.fixed-top {
    display: block;
    box-shadow: 0px 3px 11px -1px #000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #003e59;
    font-size: 15px;
    border-bottom: 2px solid #003e59;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #003e59;
    text-decoration: none;
    background-color: transparent;
}

/*=====  End of header  ======*/

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    transform: rotate(180deg);
}

/*=============================================
  =            banner            =
  =============================================*/

.banner {
    /* background-image: url('../img/bgimage5.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    background-position: center;
    /* background-attachment: fixed; */
}

.banner-content {
    /* background: radial-gradient(#ffffff, #ffffff80); */
    position: relative;
    /* background: linear-gradient(130deg, #ffffff8d, #021B7970); */
}

.banner-content h3 {
    font-weight: 600;
    /* background: linear-gradient(to top, #000428, #021B79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:#0a2472;
        -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #142eb4 20%, #002aff 30%, #175eff 0, #00f6ff 50%, #002aff 80%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% auto;
    color: #000;
    font-weight: 500;
            animation: textShine 4s linear infinite;
    filter: drop-shadow(-1px 1px 1px #000);
}

.banner-content h3 i {
    font-size: 48px;
    background: linear-gradient(to top, #000428, #021B79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content h1 {
    color: #0a2472;
    font-weight: 600;
    letter-spacing: 2px;
    /*filter: drop-shadow(-2px 1px 1px #000);*/
    font-family: "Quicksand", sans-serif;
}

.sponsor-banner {
    background-image: url('../img/why-sponsors/sponsor_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

.attend-banner {
    background-image: url('../img/why-attend/attend_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

.attend{
    background-image: url(../img/bgimage6.jpg);
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.prices{
    background-image: radial-gradient(#fff, #dae1e7, #d6ecff);
}
#topics{
    background-image: url(../img/bgimage6.jpg);
    /* background-size: cover; */
    /* background-attachment: fixed; */
}
#Sponsor{
    background-image: url(../img/bgimage6.jpg);
    /* background-size: cover; */
    /* background-attachment: fixed; */
}
.logo {
    /*filter: drop-shadow(-2px 1px 1px #000428);*/
    /* filter: brightness(100%); */
}

.count-bg {
    background: linear-gradient(to top,#03093a,#021B79);
    background-repeat: no-repeat;
    background-size: cover;
}

.count-bg1 {
    background: linear-gradient(90deg, #03093a, #021B79);
    background-repeat: no-repeat;
    background-size: cover;
}


.counting-number {
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.counting-number p {
    color: #fff;
    font-size: 20px;
}

.counting-number span {
    font-weight: bold;
    /* font-size: 35px; */
}

.counting-number>div {
    /* padding: 0 30px; */
    font-size: 45px;
    color: #fff;
}

.counting-number>div:before {
    content: "";
    color: #fff;
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    background: #003e59;
    top: 25%;
    /* margin-right: 20px; */
}

.counting-number:last-child>div::before {
    content: "";
    display: none;
}

@media (max-width:991px) {
    .counting-number p {
        font-size: 14px;
    }

    .counting-number span {
        font-size: 16px;
    }

    .counting-number>div {
        padding: 0px;
        font-size: 16px
    }

    .counting-number>div:before {
        content: "";
        margin-right: 0px;
        margin-top: 0;
        /* height: 80%; */
    }
}

@media (max-width:568px) {
    .line>div:before {
        content: "";
        display: none;
    }
}

#overview {
    /* background-image: url('../img/bgimage2.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overview {
    background-color: #efefef;
    box-shadow: 0 0 5px #000;
}

.overview1{
    background: linear-gradient(360deg, #03093a, #021B79);
    box-shadow: 0 0 5px #000;
}

.overview2{
    background: linear-gradient(180deg, #03093a, #021B79);
    background-size: cover;
    box-shadow: 0 0 5px #000;
}


#overview p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

#overview1 {
    background: linear-gradient(360deg, #03093a, #021B79);
    box-shadow: 0 0 5px #000;
}

#overview1 p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

#overview1 img {
    border: 3px solid #fff;
}

/*=====  End of banner  ======*/


/*=============================================
  =            overview            =
  =============================================*/

.red-background {
    background-color: #003e59;
}

/*=====  End of overview  ======*/


/*=============================================
  =            journey so far            =
  =============================================*/

.numInfo {
    font-size: 2em;
    color: #003e59;
    font-weight: 600;
    /* box-shadow: 0px 0px 8px #003e59; */
    background-image: radial-gradient(#fff, #ffffffe0, #ffffffc4);
    /* border-radius: 50%; */
    /* min-height: 200px; */
    align-items: center;
}

.numInfo img {
    transition: .3s ease-in-out;
}

.numInfo:hover img {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* filter: drop-shadow(-1px 1px 0 #000); */
}

.numInfo:hover {
    box-shadow: 0px 0px 15px #003e59;
    /* background-color: #efefef; */
    transition: .3s ease-in-out;
}

.numInfo h5{
    margin-bottom: 0px;
}
.numInfo:hover h5 {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* margin-top: 10px; */
}

/*=====  End of journey so far  ======*/

/*=============================================
  =            speaker carousel            =
  =============================================*/
#speakers {
    /* background: linear-gradient(to right, #000428, #021B79); */
    background-image: radial-gradient(#fff, #dae1e7, #d6ecff, #FFF);
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}

/* .spk {
    background-color: #fff;
} */

.speaker-hover {
    position: relative;
}

.speaker-hover a {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    color: #fff
}

@media (max-width: 567px) {
    .speaker-hover a {
        top: 5px;
        right: 10px;
        font-size: 22px;
    }

    /* .passpk{text-align: left} */
    .passpk h5 {
        font-size: 14px;
    }

    .passpk p {
        font-size: 11px
    }
}

/*=====  End of speakers  ======*/


/*=============================================
  =            tab section            =
  =============================================*/

.form-details h3 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
}

.form-details ul {
    padding-left: 40px;
    margin-top: 20px;
    line-height: 26px
}


/*----- Tabs -----*/
.tabs {
    margin-top: 40px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links {
    border-bottom: solid 1px #003e59;
    padding-left: 0;
    display: inline-block;
}

.tab-links li {
    margin: 0px 10px 0 0;
    float: left;
    list-style: none;
    font-family: "Quicksand", sans-serif;
}

.tab-links li:last-child {
    margin: 0;
}

.tab-links a {
    padding: 9px 45px;
    display: inline-block;
    background: #fff;
    font-size: 22px;
    font-weight: 600;
    color: #003e59;
    transition: all linear 0.15s;
    border: solid 1px #003e59;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: transparent;
}

@media (max-width: 767px) {
    .tab-links a {
        padding: 10px;
        font-size: 16px;
    }
}

@media (max-width: 567px) {
    .tab-links a {
        font-size: 12px;
    }
}

.tab-links a:hover {
    background: #003e59;
    color: #fff;
    text-decoration: none;
}

.tab-links li.active a,
.tab-links li.active a:hover {
    background: #003e59;
    color: #fff;
    text-decoration: none;
}


/*----- Content of Tabs -----*/
.tab-content {
    margin-top: 40px;
    margin-bottom: 60px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-content ul {
    list-style: none;
    line-height: 30px;
}

.home-page-tab ul li:before {
    display: inline-block;
    margin-left: -1.3em;
    width: 1.6em;
    color: #003e59;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";

}

/*=====  End of tab section  ======*/


/*=============================================
  =            testimonial            =
  =============================================*/

#testimonials {
    background-image: url('../img/bgimage6.jpg');
    /* background-size: cover; */
    /* background-repeat: no-repeat;
    background-attachment: fixed; */
}

.bg-testimonial {
    background-color: #fff;
    margin-top: 24px;
    border-radius: 8px;
    position: relative;
    min-height: 175px;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #000;
}

.bg-testimonial:hover {
    box-shadow: 1px 0px 5px -2px #3d3c3d;
    transition: all .5s ease-in-out;
    background-color: #fff;
}

.name-testi h3 {
    font-size: 20px;
}

.name-testi span {
    display: block;
    font-size: 14px;
}

.bg-testimonial img {
    position: absolute;
    right: 20px;
    bottom: 36px;
    width: 120px !important;
}

.video-gallery iframe {
    width: 100%;
    /* height: 100%; */
}


.bg-gallery {
    background-color: #fff;
    margin-top: 54px;
    border-radius: 8px;
    position: relative;
    min-height: 200px;
    max-height: 205px;
    box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
}

.bg-gallery img{
    object-fit: cover;
    width: 100%;
}
/*=====  End of testimonial  ======*/

/*=============================================
  =            request            =
  =============================================*/

.request {
    background-image: url("../img/contact-bg.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

/*=====  End of request  ======*/




/*=============================================
  =            subscribe            =
  =============================================*/

.subscribe input {
    padding: 10px 5px;
    background-color: #f0f0f0;
    border: solid 1px #f0f0f0;
}

.subscribe input:hover,
.subscribe input:focus {
    border: solid 1px #cbcbcb;
}

.subscribe button {
    padding: 10px 15px;
    border: solid 1px #003e59;
    background-color: #003e59;
    margin-left: -3px;
    color: #fff;
}


/* social-icons */

.social-icons a {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 30px;
    transition: .4s;
}

.social-icons a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.social-icons a:first-child:hover {
    background-color: #55acee;
}

.social-icons a:nth-child(2):hover {
    background-color: #3b5999;
}

.social-icons a:nth-child(3):hover {
    background-color: #833ab4;
}

.social-icons a:last-child:hover {
    background-color: #007bb5;
}

/*=====  End of subscribe  ======*/

/*=============================================
  =            video            =
  =============================================*/
.video a img,
.video i,
.video .icon-play-button-hover {
    transition: all .4s ease-in-out;
}

.video a {
    overflow: hidden;
    display: block;
    position: relative;
}

.video i {
    position: absolute;
    color: #003e59;
    font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video a:hover img {
    transform: scale(1.1);
}

.video a .icon-play-button-hover {
    display: none;
    color: #003e59;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.video a:hover .icon-play-button {
    display: none;
}

.video a:hover .icon-play-button-hover {
    display: block;
}

iframe {
    width: 100%;
}

/*=====  End of video  ======*/



#accordion-style-1 h1,
#accordion-style-1 a {
    color: #000;
}

#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #3e3f40;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #003e59;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}


/*=============================================
  =            inner-page            =
  =============================================*/
.title-color {
    color: #003e59;
}

/*----------  why sponsor  ----------*/
.card-shadow {
    -webkit-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
    -moz-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
    box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
    transition: all .5s ease-in-out;
    border: 1px solid #000;
}

.card-shadow:hover {
    box-shadow: 1px 0px 5px #141414;
    transition: all .5s ease-in-out;
    border: 3px solid #000;
}


/*----------  why attend  ----------*/

.points li {
    position: relative;
    list-style: none;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.points li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #003e59;
    position: absolute;
    margin-left: -20px;
    top: 8px;
    transform: rotate(-45deg);
}

/*=====  End of inner-page  ======*/

.card {
    cursor: default;
}

.card-body,
.card,
.card-header {
    transition: all 0.2s ease-in;
}

.card-header img {
    /* border-radius: 50%; */
    box-shadow: 0 0 5px #000;
    /* filter: grayscale(1); */
    border-radius: 50%;
    transition: .3s ease-in-out;
    background: linear-gradient(360deg, #03093a, #021B79);
}

.card3 {
    border: 1px solid #000;
}

.card3 .card-body {
    padding: 0px;
}

.card .card-body .card-text {
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
  
  #speakers .card {
      border-radius: 20px;
      box-shadow: 0 0 45px #000;
      min-height: 100%;
      background: linear-gradient(360deg, #03093a, #021B79);
  }
  
  #speakers .heading-border {
      position: absolute;
      width: 100%;
      top: 60%;
  }
  
  #speakers .card .user-picture img {
      position: absolute;
      top: -40%;
      right: 0%;
      background: #03093a  !important;
      padding: 5px;
      transition: .3s ease-in-out;
  }

  #speakers .card:hover .user-picture img{
    position: absolute;
      top: 5%;
      right: 0%;
      background: #03093a  !important;
      padding: 5px;
      transition: .3s ease-in-out;
  }
  
  #speakers .card .user-content {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 55%;
    
    color: #fff;
  }
  #speakers .card .user-content p{
    font-size: 15px;
    text-align: left;
    color: #fff;
  }

.my-2:hover,
.card3:hover {
    box-shadow: -2px 2px 0 0 #b4b4b4, -1px 1px 0 0 #b4b4b4,
        -20px 20px 20px 0 rgba(0, 0, 0, 0.35);
    transform: scale3d(1.02, 1.02, 1.02) rotateX(0deg) rotateY(2deg) rotateZ(-2deg) translate3d(-20px, -10px, 100px);
    transition: 0.5s ease-out;
    z-index: 999;
}

.card4 .card-body {
    /* transform: scale(0.9); */
    box-shadow: 0 0 5px #000;
    transition: .5s ease-in-out;
    background-color: #fff;
    min-height: 140px;
}

.card4:hover .card-body {
    transform: scale(0.9);
    transition: .3s ease-in-out;
    margin-top: -10px;
    min-height: 140px;
    box-shadow: 0 0 15px #000;
    background: linear-gradient(360deg, #03093a, #021B79);
    color: #fff !important;
}

.card4:hover .card-body p{
    color: #fff !important; 
    transition: .3s ease-in-out;
}


.card4:hover img {
    filter: brightness(110%);
    background: linear-gradient(360deg, #03093a, #021B79);
    padding: 10px;
    transition: .3s ease-in-out;
    
}

.my-2:hover,
.card4:hover {
    /* box-shadow: 0 0 5px #000; */
    transition: 0.5s ease-out;
}


.de-images {
    position: relative;
    width: 80%;
}

.de-images img {
    border-radius: 5px;
    -webkit-box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.2);
    -moz-box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.2);
    box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.2);
}

.de-images img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.di-small {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 93%;
    left: -5%;
    z-index: -1;


}

.di-big {
    width: 95%;
}

.di-small-2 {
    position: absolute;
    width: 50%;
    height: 50%;
    right: -10%;
    bottom: -40%;
    z-index: 1;
}

.di-small-1 {
    position: absolute;
    width: 50%;
    height: 50%;
    left: -2%;
    bottom: -40%;
    z-index: 1;
}

.di-small-3 {
    position: absolute;
    width: 50%;
    height: 50%;
    left: -2%;
    top: -30%;
    z-index: 1;
}

.di-small-4 {
    position: absolute;
    width: 50%;
    height: 50%;
    right: -2%;
    top: -30%;
    z-index: 1;
}

.de-images * {
    -o-transition: .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    outline: none;
}

.gold-text {
    color: #c3a343;
    -webkit-text-fill-color: #00000017;
    background: -webkit-linear-gradient(#fbf088, #c3a343);
    background: -o-linear-gradient(#fbf088, #c3a343);
    -webkit-background-clip: text;
    font-weight: 600;
    font-size: 38px;
}

#otp-container {
    /* background: rgba(0, 0, 0, .7); */
    /* overflow:hidden;
	position:fixed; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.photo {
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .75);
    display: block;
    /* left: 50%;
    top: 30%; */
    position: absolute;
    /* height: 100%; */
    /* margin-left: -91px; */
    width: 100%;
    opacity: 0
}

#image-1 {
    z-index: 1100
}

#image-2 {
    z-index: 1200
}

#image-3 {
    z-index: 1300
}

#image-4 {
    z-index: 1400
}

#image-5 {
    z-index: 1500
}

.loaded .photo,
.loaded .otp-callout {
    -webkit-animation-duration: 40s ;
    animation-duration: 40s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: 10;
}

.loaded .otp-callout {
    -webkit-animation-name: presentcallout;
    animation-name: presentcallout
}

.loaded #image-1 {
    -webkit-animation-name: movement1;
    animation-name: movement1
}

.loaded #image-2 {
    -webkit-animation-name: movement2;
    animation-name: movement2
}

.loaded #image-3 {
    -webkit-animation-name: movement3;
    animation-name: movement3
}

.loaded #image-4 {
    -webkit-animation-name: movement4;
    animation-name: movement4
}

.loaded #image-5 {
    -webkit-animation-name: movement5;
    animation-name: movement5
}

@keyframes movement1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes movement1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes movement2 {
    10% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes movement2 {
    10% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes movement3 {
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes movement3 {
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes movement4 {
    50% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes movement4 {
    50% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes movement5 {
    70% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes movement5 {
    70% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes presentcallout {
    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes presentcallout {
    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}