@charset "utf-8";
#page-wrap {
    position: relative;
    min-height: 100%;
}
/* Header starts */
.home header {
    position: fixed;
    background: transparent;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 18px 30px;
    z-index: 5;
    background: #172b3c;
}
.logged-in header,
header.shrink {
    background: #172b3c;
}
.current_page_item .__mPS2id._mPS2id-h.mPS2id-clicked,
.mPS2id-highlight,
.menu-item-type-post_type.current_page_item a,
.signDropdown .current_page_item a,
.logIn .current_page_item a {
    color: #53d8ff !important;
}
body.home header {
    background: transparent;
}

body.home header.shrink {
    background: #172b3c;
}

.centerBlock {
    max-width: 1640px;
    margin: 0 auto;
}

.banner .banner-caption h1 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}
.banner .box:before {
    padding-top: 32%;
}
.logo {
    width: 190px;
    display: inline-flex;
}

.logo img {
    width: 100%;
}

.MainMenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    padding-right: 10px;
}

.MainMenu li {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 15px;
    font-family: "Circular Std", sans-serif;
    font-weight: 500;
}

.MainMenu li a {
    color: #fff;
    padding: 5px 0px;
    text-decoration: none;
}

.MainMenu li a:hover {
    color: #53d8ff !important;
}
.mainHeaderMenu {
    align-items: center;
}
.logIn {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    font-family: "Circular Std", sans-serif;
    font-weight: 500;
    padding-left: 10px;
    border-left: 1px solid #429cb5;
}
/* .logOut {
    padding-left: 0;
    border-left: 1px solid #fff;
} */
.logIn a {
    text-decoration: none;
    color: #53d8ff;
    padding: 5px 15px;
}

.logIn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.logIn li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.logIn a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 8px 20px !important;
}

.drop-down__menu-box {
    position: absolute;
    width: 200px;
    padding: 20px 10px;
    right: -5px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
    z-index: 99;
}
.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
}
.drop-down--active .drop-down__menu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.drop-down__menu-box {
    background-color: #fff;
    padding: 10px 20px;
}
.drop-down__menu-box li {
    display: block;
}
.drop-down__menu-box li a {
    color: #172b3c !important;
    font-size: 16px;
}
#dropDown {
    cursor: pointer;
}
#dropDown svg {
    width: 22px;
    height: 22px;
}

.drop-down__menu-box:before {
    content: "";
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 18px;
}
.current-menu-parent a {
    color: #53d8ff !important;
}
/* Header ends */

/* Hero Section Starts  */

.HeroSection {
    height: 100vh;
    width: 100vw;
    z-index: 0;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.HeroSection .contentBlock {
    width: 100%;
}
.posteImage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.posteImage img {
    width: 100%;
    height: 100%;
}

.HeroSection iframe {
    width: 115vw;
    height: 65vw;
    min-height: 110vh;
    min-width: 190vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.HeroSection .overlayText {
    position: relative;
    z-index: 10;
    padding-top: 50px;
}

.HeroSection .overlayText > div {
    /* padding: 20px 30px; */
    max-width: 1285px;
    margin: 0 auto;
    color: #fff;
}

.HeroSection .overlayText h1 {
    padding-bottom: 150px;
    max-width: 1030px;
}

.bottomScroll {
    cursor: pointer;
}

.loaded .bottomScroll svg {
    -webkit-animation: bounce 3s;
    -moz-animation: bounce 3s;
    -ms-animation: bounce 3s;
    animation: bounce 3s;
    -webkit-animation-iteration-count: 4;
    /* Safari 4.0 - 8.0 */
    animation-iteration-count: 4;
    -webkit-animation-delay: 2s;
    animation-delay: 4.5s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.HeroSection .overlayText > div {
    opacity: 0;
    transform: translateY(20px);
}

.loaded .HeroSection .overlayText > div {
    transform: translateY(20px);
    animation: appearText 2s forwards;
    animation-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
    animation-delay: 4s;
}

@-webkit-keyframes appearText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-moz-keyframes appearText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-o-keyframes appearText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes appearText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* for Banner section */

.banner {
    position: relative;
    color: #fff;
    min-height: 532px;
    background-color: #081922;
}

/* Hero sections Ends here */

/* ContentBlock css */

.contentBlock {
    margin: 0 auto;
    padding: 100px 50px 100px 50px;
    max-width: 1285px;
}
.contentBlock h4 {
    padding-bottom: 40px;
}

.contentBlock h2 {
    padding-bottom: 50px;
}

/* ContentBlock css */

/* About section css starts  */
.about {
    background-color: #e6fafc;
}

.about .contentBlock h2 {
    color: #55677c;
}

.about .contentBlock h5 {
    max-width: 812px;
}

.about .contentBlock p:last-of-type {
    padding-bottom: 0px;
}

.about .contentBlock {
    padding-bottom: 0px;
}

/* About section css ends*/

/* what we do section css starts*/

.whatWeDo {
    background-color: #e6fafc;
}

.whatWeDo .col > div {
    font-size: 15px;
    line-height: 24px;
}
/* .whatWeDo .col div{
   height: 100%;
} */
.whatWeDo .col {
    padding: 10px 10px;
    margin-bottom: 10px;
}
.whatWeDo .col h5 {
    color: #3c4e5e;
    padding-bottom: 35px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
.whatWeDo .contentBlock a {
    color: #3c4e5e;
    padding-top: 70px;
    font-family: "Circular Std";
    font-weight: bold;
    font-size: 24px;
}

.whatWeDo .col:first-child {
    padding-left: 0px;
}
.whatWeDo .col:nth-child(4) {
    padding-left: 0px;
}
.whatWeDo .col:last-child {
    padding-right: 0px;
}
.whatWeDo .col:nth-child(3) {
    padding-right: 0px;
}
.whatWeDo .seeAllNews {
    padding-top: 50px;
}

.whatWeDo .see_all {
    color: #3c4e5e;
}
/* what we do section css ends*/

/* News section starts */

.NewsBlock iframe {
    width: 100%;
    height: 100%;
    min-height: 457px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
}
.NewsContent {
    position: relative;
    z-index: 9;
    padding: 28px 40px;
    color: #e6fafc;
    width: 100%;
    height: 100%;
    min-height: 457px;
}
.NewsContent h3 {
    border-bottom: 1px solid #e6fafc;
    padding-bottom: 25px;
    height: auto;
}
.NewsContent p {
    padding-top: 30px;
    margin-bottom: 80px;
}
.NewsContent a {
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 35px;
}
.NewsContent a:before {
    background: #fff;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    position: relative !important;
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: auto !important;
    min-height: 457px;
}

.slick-slide .slide-content {
    background: #fff;
    height: 100%;
}
.slick-prev,
.slick-next {
    background: transparent;
    border: none;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 150px;
    cursor: pointer;
    z-index: 99;
}
.slick-prev {
    left: -7%;
}
.slick-next {
    right: -7%;
}
.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 53px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev:before {
    background-image: url(../images/left.png);
}
.slick-next:before {
    background-image: url(../images/right.png);
}
.slick-disabled {
    opacity: 0;
}
.boxBlock .imageHolder {
    border-radius: 30px;
    overflow: hidden;
}
.boxBlock {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    min-height: 457px;
    padding: 5px;
    flex-direction: column;
}
.fancybox__html5video,
.fancybox__iframe {
    background: transparent !important;
}
.fancybox__slide {
    padding: 40px 20px !important;
}
.fancybox__slide .fancybox__content {
    padding: 0px !important;
    max-width: 1285px !important;
    width: 100% !important;
}
.fancybox__slide.has-video .fancybox__content {
    max-height: 850px !important;
    height: 100% !important;
    max-width: 1500px !important;
}
.fancybox__slide.is-selected.has-video
    .fancybox__content
    > .carousel__button.is-close {
    right: -50px !important;
    top: 0px !important;
    color: #fff !important;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}
.fancybox__slide.is-selected.has-video
    .fancybox__content
    > .carousel__button.is-close:hover {
    background-color: transparent !important;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(23, 43, 60, 0.92)) !important;
}
/* News section ends */

/* experience section starts */

.experience {
    background: #f5fbff;
}

.experience .contentBlock {
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
}
.mapImg {
    width: 110%;
    left: -5%;
    margin-top: -12vw;
    position: relative;
    z-index: -1;
    max-width: none;
}
.experience .contentBlock h2 {
    max-width: 800px;
    color: #429cb5;
}

.experience .contentBlock p {
    font-family: "Circular Book", sans-serif;
    font-size: 24px;
    max-width: 693px;
    line-height: 32px;
    font-weight: normal;
}

/* experience section ends */

/* Team page css  starts*/

.teamblock .contentBlock {
    text-decoration: none;
}
.teamblock .contentBlock .col_1_1_1 .col > div {
    padding: 0px 9px 40px 9px;
}
.teamblock .contentBlock .box:before {
    content: "";
    display: block;
    padding-top: 85%;
}
.hovereffect {
    overflow: hidden;
    border-radius: 30px;
}
.hovereffect .imageHolder {
    transition: all 0.4s ease-in-out;
}
.hovereffect:hover .imageHolder {
    transform: scale(1.1);
}
.teamblock .contentBlock h5 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.teamblock .contentBlock h5 span:first-child,
.team_member h5 span:first-child {
    color: #3c4e5e;
    display: block;
    line-height: 24px;
    height: 100%;
    min-height: 24px;
    padding-bottom: 10px;
}

.teamblock .contentBlock h5 span:nth-child(2),
.team_member h5 span:nth-child(2) {
    color: #429cb5;
    min-height: 32px;
    display: block;
}

.teamblock .contentBlock .TeamShortSummary a {
    color: #429cb5;
}
.teamblock .contentBlock .TeamShortSummary a:before {
    background-color: #429cb5;
}
.teamblock .contentBlock .TeamShortSummary p {
    padding-top: 25px;
}
.teamblock .contentBlock .TeamShortSummary {
    padding-top: 15px;
    border-top: 1px solid #3c4e5e;
}

.teamblock .box .imageHolder::after {
    display: none !important;
}
.teamblock .block-ellipsis {
    height: 170px;
}
/* MODAL */

.team_modal {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}
a.team_modal:before {
    background: transparent;
}
.teamData_Modal {
    display: none;
}
.team_member p {
    padding: 20px 0px 20px 0px !important;
    color: #404e5d;
    /* font-size: 20px;
    line-height: 28px; */
}
.team_member h5 {
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c4e5e;
}
.team_member a {
    color: #429cb5;
    display: block;
    padding-top: 15px;
}
.team_member .col_1_1 {
    align-items: flex-start;
    justify-content: space-between;
}
.team_member .col_1_1 .col {
    width: 33%;
    padding: 0px 20px;
}
.team_member .col_1_1 .col:first-child {
    width: 33%;
    padding-left: 0;
}
.team_member .col_1_1 .col:first-child > img:first-child {
    border-radius: 30px;
}
.team_member .col_1_1 .col:last-child {
    width: 66%;
    padding-right: 0;
}
.team_member .col_1_1 .col .teamsummary {
    height: 100%;
    background-color: #dbe5ed;
    padding: 40px;
    border-radius: 30px;
}
/* Team Page Ends */

/* Login page css */

.Loginblock {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 200px 0px 100px 0px;
}
.Loginblock .boxBlock {
    padding: 0;
    position: fixed;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 1;
    background: rgba(138, 189, 201, 0.44);
    margin-top: 0;
    background-size: cover;
}
.LoginContent {
    position: relative;
    width: 100%;
    background-color: #dbe5ed;
    border-radius: 30px;
    z-index: 2;
    padding: 0 !important;
}

.LoginContent h3 {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #404e5d;
}

.LoginContent h3,
.LoginContent p {
    text-align: center;
}
#user-registration p {
    padding-bottom: 10px !important;
}
.LoginForm {
    padding: 50px 0px 50px 0px;
    max-width: 812px;
    margin: 0 auto;
    position: relative;
}
.Loginblock.myacountblock .LoginForm {
    padding-bottom: 20px !important;
}
.user-registration {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    position: relative;
}
.user-registration label,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
    font-family: "Circular Book", sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #3c4e5e;
}
.user-registration label {
    text-align: left;
    padding-bottom: 10px;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
    border: none !important;
    outline: none !important;
    height: 59px;
    background-color: #fff !important;
    padding: 0px 30px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill,
input:-internal-autofill-selected {
    font-family: "Circular Book", sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #3c4e5e !important;
}
.ur-frontend-form {
    border: none !important;
    position: relative;
    padding: 0 !important;
}

.user-registration .btn.button,
.user-registration input.button {
    padding: 10px 30px !important;
    border-radius: 30px;
    background-color: #53d8ff !important;
    color: #3c4e5e !important;
    font-size: 28px;
    line-height: 28px !important;
    font-family: "Circular Std", sans-serif;
    font-weight: bold;
    height: auto !important;
    margin-top: 0px;
    transition: all 0.5s ease;
}
.btn.button.ur-submit-button {
    position: relative;
}
.btn.button.ur-submit-button .ur-front-spinner {
    position: absolute;
    left: 5px;
}
.ur-front-spinner {
    background-size: 25px 25px !important;
    display: block;
    opacity: 1 !important;
    width: 25px !important;
    height: 25px !important;
    background-position: center;
    top: 14px;
}
.user-registration .btn.button:hover,
.user-registration input.button:hover,
#loadMore:hover {
    background-color: #3c4e5e !important;
    color: #fff !important;
}
.user-registration .user-registration-LostPassword.lost_password {
    position: relative;
    bottom: 25px !important;
    left: 0;
    text-align: left;
}

.user-registration .user-registration-LostPassword.lost_password a {
    font-size: 14px;
    color: #3c4e5e !important;
}
.user-registration .user-registration-register.register {
    position: relative;
    bottom: -15px !important;
    display: block;
    width: 100%;
    float: left;
    left: 0;
    text-align: left;
}
.user-registration .user-registration-register.register {
    color: #3c4e5e !important;
}
.ur-frontend-form.login {
    padding: 0 !important;
}
.ur-form-grid {
    padding: 0 !important;
}
.user-registration-message {
    margin-bottom: 10px !important;
}
.myacountblock #user_registration_user_email {
    cursor: not-allowed;
}
/* Login page css ends */

/* signup page starts */

.user-registration .user-registration-register.register a {
    color: #172b3c !important;
}
.ur-form-row ul,
.ur-form-row ul li {
    padding: 0 !important;
}
.user-registration .ur-checkbox-list input {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-color: transparent !important;
}
.ur-field-item {
    position: relative !important;
}
.ur-field-item.field-checkbox {
    display: flex;
}
.ur-field-item.field-checkbox .form-row {
    display: flex;
    width: auto;
    flex-direction: column;
    position: relative;
}
.ur-field-item.field-checkbox .form-row label {
    padding-left: 5px;
    padding-bottom: 0px !important;
}
.ur-field-item.field-checkbox .form-row label:first-child {
    position: absolute;
    right: -13px;
    top: -10px;
}
.user-registration .user-registration-error {
    background-color: transparent !important;
    border-top: 0px !important;
    color: #ff4f55 !important;
    font-size: 16px !important;
    margin: 10px 0px 0px 0px !important;
    padding-left: 0 !important;
}
.user-registration-error::before {
    display: none !important;
}
.ur-frontend-form #ur-submit-message-node {
    display: flex;
    align-items: center;
}
.hidden {
    display: none;
}
.disclaimerbox h3 {
    text-align: center;
    padding-bottom: 25px;
}
.user-registration-profile-header {
    display: none;
}
#user-registration
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link {
    background-color: #172b3c !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
#user-registration
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link
    a {
    color: #fff !important;
    font-size: 18px !important;
}
#user-registration
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link.is-active
    a,
#user-registration.horizontal
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link.is-active
    a {
    background-color: #172b3c !important;
    color: #53d8ff !important;
}

#user-registration .user-registration-MyAccount-content .edit-password legend,
#user-registration .user-registration-MyAccount-content h2 {
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: center !important;
    font-family: "Circular Std";
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
    line-height: 32px !important;
}
.ur-checkbox-label a:before {
    background: #429cb5;
}

/* signup page ends */

/* DashBoard css starts */
.myacountblock .box {
    min-height: 100vh;
}
fieldset {
    border: none;
}
.myacountblock .user-registration.horizontal ul.user-registration-error {
    position: absolute;
    bottom: 78px;
    left: 45px;
}
/* DashBoard css ends */

/* News page css starts */
.newspostblock .newsContentPost {
    margin-top: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.newsContentPost .box .imageHolder {
    min-height: 400px;
}
.newsContentPost .imageHolder:after {
    z-index: 0;
}
.newspostblock .newsContentPost:first-child {
    margin-top: 0px;
}
.newsContentPost .box:before {
    padding-top: 34%;
}
.newsContentPost .col {
    position: relative;
}

.newsContentPost a:first-child {
    width: 100%;
    height: 100%;
}
.newsContentPost a:first-child:before,
.newsContentPost a:first-child:after {
    display: none;
}
.newsContentPost h3 {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 42px 44px;
    z-index: 9;
}

.newsContentPost .summary {
    padding: 38px 44px;
    background-color: #dde5ec;
    height: 100%;
    min-height: 400px;
}

.newsContentPost .summary .block-ellipsis {
    height: 257px;
}

.newsContentPost .summary p {
    margin-bottom: 50px;
}
.newsContentPost .summary a {
    color: #429cb5;
    text-decoration: none;
    font-family: "Circular Std";
    font-weight: bold;
    position: absolute;
    bottom: 30px;
}
.newsContentPost .summary a:before {
    background: #429cb5;
}
.videoplayericon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    height: 80px;
}
.videoplayericon a {
    height: 80px !important;
}
.videoplayericon a:before {
    display: none;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.pagination a {
    text-decoration: none;
}
.pagination .page-numbers {
    padding: 0px 8px;
    margin: 5px;
    color: #429cb5;
    border: 1px solid #429cb5;
    border-radius: 5px;
    transition: color 0.3s ease-in-out !important;
}

.pagination a.page-numbers:before {
    background: transparent;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    border: 1px solid #429cb5;
    background-color: #429cb5;
    color: #fff;
    transition: color 0.3s ease-in-out !important;
}
/* News page css ends */

/* News Detail page css starts */
.date {
    word-break: break-word;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c4e5e;
    margin-bottom: 38px;
}
.meta .metaHead h3 {
    padding-bottom: 25px;
}
.metaContent .box:before {
    content: "";
    display: block;
    padding-top: 30%;
}
.NextPrev {
    max-width: 400px;
    margin: 0 auto;
}
.NextPrev nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.NextPrev nav span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.meta-nav {
    padding-bottom: 36px;
}
.NextPrev nav span a {
    /* font-size: 20px; */
    color: #404e5d;
}

#loadMore {
    background-color: #53d8ff;
    color: #3c4e5e;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    outline: none;
    margin: 0 auto;
    font-family: "Circular Std";
    font-weight: bold;
    line-height: normal;
    font-size: 28px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.35s all ease-out;
}
.PostFeaturedImage {
    max-width: 1285px;
    padding-bottom: 50px;
    width: 100%;
}
/* News Detail page css starts */

/* crypto fund Newsletter page starts */
.cryptoMain {
    padding-bottom: 40px;
    padding-top: 80px;
}
.cryptoMain h2 {
    border-bottom: 1px solid #3c4e5e;
    text-align: center;
}
.cryptoMain p {
    padding-top: 40px;
    text-align: center;
}
.cryptofundBlock .col_1_1 .col {
    padding: 10px;
    display: none;
}
.cryptofundBlock .col_1_1 .col h4 {
    border-bottom: 1px solid #e6fafc;
    position: absolute;
    top: 0px;
    left: 00px;
    z-index: 99;
    color: #fff;
    width: 90%;
    padding: 30px 20px;
    left: 50%;
    transform: translateX(-50%);
}
.cryptofundBlock .col_1_1 .col a {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}
.cryptofundBlock .col_1_1 .col .box {
    max-height: 457px;
}
.text-center {
    text-align: center;
}
.cryptofundBlock .col_1_1 .col a div:nth-child(2) {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #e6fafc;
    flex-direction: column;
    align-items: center;
}
.cryptofundBlock .col_1_1 .col a div:nth-child(2) svg {
    padding-bottom: 20px;
}
.head_text {
    padding-top: 40px;
    /* font-size: 20px; */
}
/* crypto fund Newsletter page starts */

/* Footer starts */

footer {
    background: #3c4e5e;
    padding: 28px 30px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-family: "Circular", sans-serif;
    font-weight: normal;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}
footer strong {
    color: #b2c6d1;
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding-bottom: 5px;
}

footer p {
    padding-bottom: 0px;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .footerlogo {
    width: 100px;
    display: inline-block;
}

footer .centerBlock {
    justify-content: flex-start !important;
}

footer .centerBlock > div:nth-child(1) {
    width: 10%;
    padding-left: 0px;
}
footer .centerBlock > div:nth-child(2) {
    width: 30%;
}
footer .centerBlock > div:nth-child(3) {
    width: 59%;
    justify-self: flex-end;
}
footer .footer_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
footer .footer_menu li{
    list-style: none;
    padding-right: 60px;
}
footer .footer_menu li:last-child{
    padding-right: 20px
}
footer .footer_menu li a, footer .footer_menu li.current-menu-item a{
    color: #B2C6D1!important;
    font-size: 13px;
}
footer .footer_menu li a:hover{
    color: #429CB5!important;
}

/* Footer ends */

/* Cookies */
/* .cli-style-v2 .cli-bar-message{
    width: 80%!important;
    line-height: 22px!important;
} */
#cookie-law-info-bar,
#cookie-law-info-bar .cli-style-v2 {
    background-color: #172b3c !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: "Circular Book" !important;
}
#wt-cli-accept-all-btn,
.cli_settings_button {
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
}
#wt-cli-accept-all-btn {
    background-color: #53d8ff !important;
}
.cli-style-v2 a {
    color: #53d8ff !important;
}
.cli-style-v2 {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.cli-bar-btn_container a {
    color: #172b3c !important;
    font-size: 16px !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #53d8ff !important;
    color: #3c4e5e !important;
    border-radius: 30px !important;
    transition: 0.35s all ease-out;
    font-weight: bold !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
    background-color: #3c4e5e !important;
    color: #fff !important;
    transition: 0.35s all ease-out;
}
.cli-switch input:checked + .cli-slider {
    background-color: #53d8ff !important;
}
/* 404 page */
.errorPage {
    min-height: calc(100vh - 105px);
    background-image: url(https://psg.cskills.me/wp-content/uploads/2022/05/video-cover1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 105px;
}
.errorPage,
.fourerrorBloc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fourerrorBlock {
    max-width: 850px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #172b3c;
    padding: 50px;
    width: 100%;
    border-radius: 30px;
}
.text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s linear forwards, filling 5s ease-in forwards;
    font-size: 150px;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes filling {
    0%,
    90% {
        fill: #429cb5;
        fill-opacity: 0;
    }
    100% {
        fill: #429cb5;
        fill-opacity: 1;
    }
}
.fourerrorBlock p {
    /* font-size: 20px;
    line-height: 28px; */
    padding-top: 20px;
}

/* recaptcha css */

.grecaptcha-badge {
    display: none;
}

/* Modal Popup Loader css */
#modal > div {
    padding: 50px;
}
.team_member.loading {
    min-height: 80vh;
}
.team_member::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background-image: url("../images/ajax-loader.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
}
.team_member.loading::after {
    opacity: 1;
    z-index: 5;
}

.spacingBlock h1,
.spacingBlock h2,
.spacingBlock h3,
.spacingBlock h4,
.spacingBlock h5,
.spacingBlock h6 {
    padding-top: 25px;
    padding-bottom: 20px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}
.morelink:before {
    background-color: #429cb5;
}

/* --------------------------------------------------------------------------------- */
.user-registration-MyAccount-navigation-link--dashboard {
    display: none !important;
}

.link {
    color: #3c4e5e;
    margin-top: 70px;
    font-family: "Circular Std";
    font-weight: bold;
    font-size: 24px;
}

/* Single post video css */
.metaContent .box:before {
    padding-top: 56%;
}
.metaContent .box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.link {
    color: #3c4e5e;
    margin-top: 70px;
    font-family: "Circular Std";
    font-weight: bold;
    font-size: 24px;
}
.newsPdfPost .col {
    width: 100% !important;
}
.pdflink {
    position: relative !important;
    bottom: 0 !important;
    display: block;
    height: 100%;
}
.newfix {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #e6fafc;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.newfix svg {
    margin: 0px auto;
    padding-bottom: 20px;
}
.newfix h3 {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 54px !important;
}
.downloaddetail {
    display: block;
    z-index: 999;
    position: relative;
    margin: 0px auto;
    color: #fff;
}
.post {
    min-height: calc(100vh - 150px);
    padding-top: 40px;
}