/*=====================
FONTS LINK HERE
======================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --dmSans: "DM Sans", serif;
    --inter : "Inter", serif;
    --ibmSans: "IBM Plex Sans", sans-serif;
}

/*======================
Header area start
========================*/
body {
    font-family: var(--dmSans);
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-row {
    padding-top: 24px;
}

.header-card {
    padding: 12px 12px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 1px 1px 5px 0px #D9D9D9;
}

.contact-mail-card img {
    cursor: pointer;
    width: 40px;
}

.cnt-container {
    max-width: 976px;
    margin: auto;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.cnt-title-card h1 {
    color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 1.1px;
    font-family: var(--dmSans);
}

.fa-solid {
    color: #FD5C01;
}

.logo-card a img {
    height: 40px;
}

.cnt-desc-card,
.cnt-middle-card,
.cnt-bottom-card {
    max-width: 770px;
    margin: auto;
}

.cnt-desc-card p {
    color: #777777;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.post-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 110px;
}

.icon-card {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
}

.icon-card img {
    width: 100%;
}

.post-card {
    width: 225px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.post-card .desc-card h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}

.cnt-middle-card .post-row .post-card:first-child .desc-card h3 {
    color: #0265FF;
}

.cnt-middle-card .post-row .post-card:nth-child(2) .desc-card h3 {
    color: #F7138E;
}

.cnt-middle-card .post-row .post-card:nth-child(3) .desc-card h3 {
    color: #5D1FF2;
}

.desc-card p {
    color: #777777;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 160%;
}

.social-icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}

.social-icon-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #F2F2F6;
    transition: all 0.4s ease;
}

.social-icon-list li a i {
    font-size: 20px;
    color: #777777;
    transition: all 0.4s ease;
}

.post-row .post-card:first-child .social-card li a:hover {
    background-color: #F0F6FF;
}

.post-row .post-card:first-child .social-card li a:hover i {
    color: #0265FF;
}

.post-row .post-card:nth-child(2) .social-card li a:hover {
    background-color: #FFEBF5;
}

.post-row .post-card:nth-child(2) .social-card li a:hover i {
    color: #F7138E;
}

.post-row .post-card:nth-child(3) .social-card li a:hover {
    background-color: #F0EAFF;
}

.post-row .post-card:nth-child(3) .social-card li a:hover i {
    color: #5D1FF2;
}

.bottom-cnt p {
    color: #777777;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.bottom-cnt span {
    color: #777777;
    font-size: 16px;
    line-height: 32px;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    /*font-family: var(--inter);*/
}

.cnt-bottom-card {
    padding-top: 10px;
}

.header-abre-bg {
    background: url(images/Journey.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-cnt-row {
    max-width: 976px;
    margin: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

.hero-cnt-row h2 {
    color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 0px;
    letter-spacing:1px;
    font-family: var(--dmSans);
}

.hero-cnt-row p {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.quick-links-row {
    padding-top: 80px;
    padding-bottom: 64px;
/*    padding-left: 48px;
    padding-right: 48px; */
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 48px;
    border-bottom:1px solid #EEEEEE;
}

.single-link-card {
    width: 300px;

}

.single-link-card h3 {
    color: #333;
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.single-link-card ul {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.single-link-card ul li a {
    color: #333;
    font-family: var(--inter);
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: all 0.4s ease;
    line-break: anywhere;
    border-bottom: 2px dotted #FFFFFF;
}

.single-link-card ul li a:hover {
    color: #0265FF;
    border-bottom: 2px dotted #0265FF;
}


.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.close-popup {
    cursor: pointer;
}

.modal-header {
    border-bottom: none;
    padding: 0;
}
.modal-footer {
    border-top: none;
}

.modal-dialog {
    max-width: 755px;
}

.modal-dialog .modal-content {
    padding-top: 20px;
    padding-right: 20px;
    border-radius: 24px;
    background: #fefefe;
    box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 15%);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.contact-form-card {
    padding: 0 50px 50px;
    padding-right: 20px;
}

.contact-form-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 133.333%;
    padding-bottom: 15px;
}

.input-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-card {
    width: 49%;
}

.input-card input,
.input-row textarea,
.iti__flag-container input {
    width: 100%;
    padding: 16px 20px;
    color: #929292;
    font-family: var(--dmSans);
    font-size: 18px;
    font-weight: 300;
    line-height: 133.333%;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 1.269px 5.074px 0px #f2f2f6;
    outline: none;
}

.iti__selected-dial-code {
    color: #929292 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 133.333%;
}

.modal-body {
    padding: 0 !important;
}

.input-row textarea {
    padding: 17px 38px 17px 21px;
}

.input-row button {
    padding: 12px 59.5px;
    background-color: #cccccc;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    border-radius: 8px;
}

.input-row button:hover {
    background-color: #cccccc;
    border: none;
}

.contact-form-card form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.country-select .flag {
    background-image: url("images/flags.png");
}

.country-select {
    width: 100%;
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.btn-success {
    background-color: #31ac3b !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #cccccc !important;
    border-color: #cccccc;
}

#error {
    color: #ee2626;
    font-size: 18px;
    line-height: 22px;
}

.btn-success.focus,
.btn-success:focus {
    border-color: #1e7e34;
    box-shadow: none;
}

.kshitij-card-heading p {
    color: #CCC;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 200%;
    margin-top: 48px;
    letter-spacing: 0.5px;
    padding-bottom: 48px;
}

.kshitij-card {
    align-items: center;
    /*border: 1px solid #EEE;
    background: #EEE;*/
    margin: auto;
    text-align: center;
    padding-bottom:60px;
}

.kshitij-card img {
    width: 712px;
    height: 1026px;
    align-items: center;
}

.logo-main-area {
    max-width: 1025px;
    margin: auto;
}

.logos-row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
}

.logos-row .single-logo-card:first-child,
.logos-row .single-logo-card:nth-child(2),
.logos-row .single-logo-card:nth-child(3) {
    width: 316px;
    height: 316px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEE;
}

.single-logo-card img {
    width: 200px;
    height: 200px;
}

.logos-row .single-logo-card:first-child {
    background: #EEE;
}

.logos-row .single-logo-card:nth-child(2) {
    background:  #fff;
}

.logos-row .single-logo-card:nth-child(3) {
    background: #000;
    border: 2px solid #000;
}

.logos-row .single-logo-card:nth-child(4),
.logos-row .single-logo-card:nth-child(5) {
    width: 492px;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 2px solid #EEE;
    background: #EEE;
}

.logos-row .single-logo-card:nth-child(4) img,
.logos-row .single-logo-card:nth-child(5) img {
    height: 128px;
    width: 80%;
}

.logo-main-area p {
    color: #CCC;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 200%;
    margin-top: 48px;
    letter-spacing: 0.5px;
    padding-bottom: 48px;
}

.group-main-area {
    min-height: 100vh;
    height: auto;
    padding-top: 160px;
    padding-bottom: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #EEEEEE;
}

.group-card {
    text-align: center;
    width: 240px;
    height: 240px;
}

.group-card img {
    width: 100%;
    height: 100%;
}

.group-main-area p {
    color: #CCCCCC;
    text-align: center;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.alert-dismissible .btn-close {
    padding: 10px 15px!important;
}

.group-main-area .container {
    max-width: 1080px !important;
}

.single-link-card:nth-child(3),
.single-link-card:nth-child(6) {
    padding-left: 50px;
}

.icon-card {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 58px solid #F2F2F6;
    transition: all 0.3s ease;
}

.icon-card img {
    width: 70px;
    height: 70px;
}

.post-row .post-card:first-child:hover .icon-card {
    border-color: #F0F6FF;
}

.post-row .post-card:nth-last-child(2):hover .icon-card {
    border-color: #FFEBF5;
}

.post-row .post-card:nth-child(3):hover .icon-card {
    border-color: #F0EAFF;
}

.close-popup #close-form {
    width: 41px;
}

.group-main-area .container > .row {
    margin-left: -38px !important;
    margin-right: -38px !important;
}

.main-bg {
    background-color: #FBFBFB;
}

.modal-dialog { 
    margin-top: 120px !important;
}

.success-alrt {
    background-color: #DBFEDE;
    line-height: 48px;
    position: absolute;
    top: 33px;
    width: 50%;
    height:48px;
    color: #31AC3A;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(49, 172, 58, .2);  
    /*padding: 12px 0px 12px 0px;*/
}

.success-alrt i {
    color: #31AC3A; !important;
    padding-right: 4px;
}

@media screen and (max-width: 767px) {
    .success-alrt {       
        width: 90%;
    }
}