.custom-header-area {
    padding: 0px 15px;
}

.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}

.default-btn {
    background-color: #3aade1 !important;
}

.welcm-text p {
    color: white;
    font-size: 23px;
    letter-spacing: 1px;
}

/******************* Timeline Demo - 4 *****************/
.timeline-row {
    margin-bottom: 12px;
}

.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:before {
    content: "";
    width: 5px;
    height: 82%;
    background: #333;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline4 .year {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 21px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline4 .inner-content {
    padding: 20px 0
}

.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px;
    font-weight: 700;
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #7cba01;
    transform: rotate(-45deg)
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2n) .title {
    color: white
}

.main-timeline4 .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01
}

.main-timeline4 .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01
}

.main-timeline4 .timeline:nth-child(3n) .title {
    color: white
}

.main-timeline4 .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f
}

.main-timeline4 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline4 .timeline:nth-child(4n) .title {
    color: white
}

@media only screen and (max-width:1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline4 .timeline {
        padding-left: 75px
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

    .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline4 .timeline:before,
    .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    .main-timeline4 .timeline,
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }

    .main-timeline4 .timeline-content,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    .main-timeline4 .timeline:nth-child(2n) .year,
    .main-timeline4 .year {
        position: relative;
        transform: translateY(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before,
    .main-timeline4 .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline4 .inner-content {
        padding: 10px
    }

    .footer-area p {
        font-size: 14px;
    }

    .ticker_new {
        padding: 0 15px;
    }

    .ticker_new .widget-title {
        font-size: 12px;
    }

    .contact-table-title p {
        line-height: 1.5;
    }

    .new-list {
        margin-left: 0;
    }
}


.page-wrap {
    min-height: 100vh;
}

.coming-soon-text {
    font-size: 48px;
}

.table-row,
.table-body {
    font-size: 13px;
}

.sub-heading {
    margin-bottom: 27px;
    color: rgb(78, 108, 153);

}

.new-list {
    display: block;
    padding: 6px 0;

    margin-left: 0px;
}

.new-list li {
    position: relative;
    padding: 3px 0px 3px 10px;
    font-size: 13px;
    text-align: left;
    list-style-type: decimal;

}

.center {
    color: rgb(78, 108, 153);
}

.table-new-btns {
    min-height: 40vh;
}

.table-new-btns a {
    background: #082031;
    color: white;
    padding: 12px 50px;
    border-radius: 5px;

    margin: 20px;
}

.mobile-wrapper {
    position: relative;
    margin-top: 100px;

}

.scroll-bar-header .new-top {
    height: 50px !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;


}

.contact-table-title p {
    text-align: center;
    color: #0f5ab2;
    padding-bottom: 1em;
    text-underline-offset: 0.2em;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
}

.contact-table table {
    border-collapse: unset;
}

.contact-table table td {
    padding: 8px 0;
    text-align: center;
    font-size: 15px;
    background: #F9F9F9;
}

.contact-table table th {
    padding: 8px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #1B9AD5;
}

.reach-us h3 {
    font-size: 43px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    color: #002e5b;
}

.section-headingwhiting h2 {
    color: #002e5b;

}

.reach-us h5 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 20px;
    padding: 20px 28px 20px;
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    color: #002e5b;
}

.reach-us .reach-us-map {
    padding-top: 25px;
}

.leave-us {
    background-color: #f3f3f3;
}

.leave-us p {
    font-size: 19px;
}

.contact-top h4 {
    text-transform: uppercase;
    font-size: 19px;
}

/* new login css */
.login-page {
    width: 100%;
}

.form-page {
    position: relative;
    z-index: 1;
    background: #FFFFFF;

    padding: 45px;
    text-align: center;

    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 0 1px 4px 0 rgb(0 0 0 / 24%);

}

.h-100vh {
    height: 100vh;
}

.form-page input {
    outline: 0;
    /* background: #f2f2f2; */
    width: 100%;
    border: 1px solid #eee;
    margin: 0 0 20px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 7px;

}

.form-page button {
    text-transform: capitalize;
    outline: 0;
    background: #3AADE1;
    width: 100%;
    padding: 12px;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 4px;
    border: none;

}

.form-page button:hover,
.form-page button:active,
.form-page button:focus {
    background: #3aade19c;
}

.login-form {
    position: relative;
    overflow: hidden;
}

.login-form .forgot-message {
    font-size: 12px;
    text-decoration: none;
    color: #808080c7;
    margin: 15px 0 0;
}

.form-page .register-form {
    display: none;
}

.logo-image img {
    height: 90px;
    width: 90px;
}

.form-page .logo-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #002E5B;
    margin-bottom: 20px;
    margin: 0px auto 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.form-heading {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
}


.form input {
    width: 100%;
    height: 100%;
    color: #111;
    padding-top: 20px;
}

.form label {
    position: absolute;
    bottom: 0px;
    left: 15px;
    top: -30px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid white;
}

.form label::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 100%;

    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.content-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    z-index: 999;

}

.form input:focus {
    outline: none;
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name {
    transform: translateY(-30px);
    font-size: 12px;
    left: 0px;
    color: #002E5B;
    position: absolute;
    padding: 0px 10px;
    font-weight: 500;
    background-color: white;
    z-index: 9999;
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after {
    transform: translateX(0%);
    z-index: 999;
    position: relative;

}

.input-elements {
    position: relative;
}

.login-column {
    flex-direction: column;
}

.login-page .about-content h2 {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.investor-aware ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 16px;
}

.accordion {
    background: #002e5b;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),
        0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.accordion .heading {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 0.8px;
    padding: 15px;
    cursor: pointer;
}

.accordion .heading:nth-last-child(2) {
    border-bottom: 0;
}

.accordion .heading:hover {
    background: #002e5b;
    border-radius: 0;
}

.accordion .heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.accordion .heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}

.accordion .heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}

.accordion .active.heading::before {
    transform: rotate(-180deg);
}

.accordion .not-active.heading::before {
    transform: rotate(0deg);
}

.accordion .contents {
    display: none;
    background: #fffafa;
    padding: 15px;
    color: #7f8fa4;
    font-size: 13px;
    line-height: 1.5;
}

.box-container{
    display: flex;
    column-gap: 40px;
    background-color: #ecf0f3c6;
    
  }
  
.grid-two-column  .box-1 {

    margin-top: 50px;
  }
 .grid-two-column   .box-2 {

    margin-top: 20px;
  }
  .videos-images img{
    width:100%;
}
.videos-images img{
    width:100%;
    height:422px;
}

.videos-card video{
        width:100%;
    height:450px;
}
.grid-two-column{
        display: grid !important;
padding:50px;
    grid-template-columns: repeat(2, 1fr) ;
}

@media only screen and (max-width:767px) {
      .box-1 {

    margin-top: 15px;
  }
    .box-2 {

    margin-top: 15px;
  }
  .videos-images img{
    width:100%;
}
.videos-images img{
    width:100%;
    height:auto;
}

.videos-card video{
        width:100%;
    height:auto;
}
.grid-two-column{
        display: grid !important;
    grid-template-columns: repeat(1, 1fr) ;
  
}
.grid-two-column {
    margin-bottom:100px !important;
}
    
    
}