/**************************************
    Inner Banner CSS
**************************************/

.main-banner {
    width: 100%;
    height: auto;
}

.bnr-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    width: 100%;
}

.bnr-con h1 {
    color: #fff;
    font-family: "mysecondfont-Bold";
    font-size: 48px;
    line-height: 88px;
    margin-bottom: 30px;
    text-align: center;
}

/**************************************
    Philosophy CSS
**************************************/

.infras-intro-con .heading p {
    font-family: "mysecondfont-Regular";
}

.about-extra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.row-reverse {
    flex-direction: row-reverse
}

.about-extra .about-extra-img {
    flex: 0 0 25%;
    margin-right: 20px;
    text-align: center;
}

.about-extra.row-reverse .about-extra-img {
    margin-right: 0;
    margin-left: 20px;
}

.about-extra .infras-intro-con {
    flex: 0 0 65%;
    text-align: center;
    padding-right: 0;
}

/**************************************
    Sets Us Apart CSS
**************************************/

.apart-box {
    background: var(--main-color);
    padding: 35px;
    height: 100%;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.apart-box:hover {
    background: #fff;
    /* box-shadow: 0 0 20px 4px rgb(50 61 73 / 53%); */
    box-shadow: 0 0 20px 14px rgb(115 141 169 / 29%);
    transform: scale(1.04);
}

.apart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 50px;
    border: 1px solid var(--main-color);
}

.apart-txt h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'mysecondfont-SemiBold';
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.apart-box:hover h3 {
    color: var(--main-color);
}

.apart-txt p {
    color: #fff;
}

.apart-box:hover .apart-txt p {
    color: #4D4D4D;
}

/**************************************
    Serve CSS
**************************************/

.serve-a {
    display: block;
    width: 100%;
    height: 100%;
}

.serve-box {
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    background: #fff;
    padding: 25px;
    transition: all 0.4s ease-in-out;
}

.serve-box:hover {
    box-shadow: 0 0 20px 4px rgb(50 61 73 / 53%);
    background: var(--main-color);
    border-color: transparent;
}

.serve-box img {
    height: 80px;
    width: auto;
    margin-bottom: 70px;
    transition: all 0.4s ease-in-out;
}

.serve-box:hover img {
    filter: brightness(0) invert(1);
    transform: rotateY(360deg);
}

.serve-box h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'mysecondfont-SemiBold';
    color: #061F3A;
    transition: all 0.4s ease-in-out;
    min-height: 130px;
}

.serve-box:hover h3 {
    color: #fff;
}

.serve-box p {
    font-family: 'mysecondfont-Regular';
    color: #1964B5;
    transition: all 0.4s ease-in-out;
}

.serve-box:hover p {
    color: #d2e8ff;
}

.servemodel .modal-body {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
}

.servemodel .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1964b5;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
}

.servemodel .modal-body h3 {
    font-family: 'mysecondfont-SemiBold';
    color: var(--main-color);
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.servemodel .modal-body p {
    font-size: 17px;
    line-height: 25px;
}

/**************************************
    Founder CSS
**************************************/

.founder-img {
    margin-bottom: 30px;
}

.founder-img img {
    width: 100%;
}

.founder-linkedin {
    position: absolute;
    bottom: 5%;
    right: 20%;
}

.founder-linkedin a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0288D1;
    color: #fff;
}

.founder-name h2 {
    margin-bottom: 10px;
}

.founder-name p {
    font-size: 14px;
    margin-bottom: 0;
}

.founder-name .quality {
    font-weight: bold;
}

.founder-p {
    font-family: 'mysecondfont-Medium';
}

.founder-con {
    margin-left: 50px;
}

.founder-list li {
    font-family: 'mysecondfont-Bold';
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: baseline;
}

.founder-list li i {
    color: #1964B5;
    margin-right: 10px;
}

.leadership-row .row:nth-child(even) {
	flex-direction: row-reverse;
}

img.leader-quote {
    margin-bottom: 10px;
    margin-left: -4px;
}

/**************************************
    Core Team CSS
**************************************/

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    height: 100%;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid #f1f1f1; */
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000012;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    width: 100%;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    padding: 10px;
    text-align: left;
    height: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.flip-box-back p {
    /* font-size: 16px;
    line-height: 26px; */
    margin-bottom: 0;
}

.core-team-img {
    border: 1px solid #D0D0D0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    aspect-ratio: 1 / 0.8;
}

.core-team-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 30px;
}

.flip-box-front h3, .flip-box-back h3 {
    font-family: 'mysecondfont-SemiBold';
    color: #000;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
}

.flip-box-front p {
    /* font-size: 14px; */
    line-height: normal;
    margin-bottom: 0;
}

.flip-box-back p {
    text-align: center;
}

/**************************************
    Notable Team CSS
**************************************/

img.client-bg2 {
    position: absolute;
    width: 6.5%;
    left: 0;
    bottom: 0;
}

img.client-bg3 {
    position: absolute;
    width: 3%;
    right: 0;
    bottom: 0;
}

.notable-ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: -12px;
}

.notable-ul li {
    width: 20%;
    padding: 12px;
    margin-bottom: 0;
}

.notable-sec .flip-box-front {
    padding: 0;
    border: 2px solid #135194;
}

.notable-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 25px;
}

.notable-img {
    aspect-ratio: 1 / 1;
}

.notable-sec .flip-box .flip-box-back {
    background: #14569d;
}

.notable-sec .flip-box .inner h3,
.notable-sec .flip-box .inner p {
    color: #fff;
}

/**************************************
    Testimonial CSS
**************************************/

.testi-box {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    transition: all 0.4s ease-in-out;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.testi-quote {
    position: absolute;
    top: 20px;
    left: 12px;
    width: 40px;
    height: auto;
    z-index: 0;
    opacity: 0.25;
}

/* .testi-box p {
    font-style: italic;
} */

.testi-name h3 {
    font-family: 'mysecondfont-Bold';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    color: #061F3A;
}

.testi-name p {
    font-style: italic;
    color: #1964B5;
    font-family: 'mysecondfont-Medium';
}

.testitextSlider .swiper-slide {
    height: auto;
}

.testitextSlider, .testivideoSlider, .jobSlider {
    padding-bottom: 100px;
}

.testitextSlider .swiper-button-next,
.testivideoSlider .swiper-button-next,
.jobSlider .swiper-button-next {
    right: 46%;
    color: #f05052;
    font-size: 24px;
    top: auto;
    bottom: 0;
}

.testitextSlider .swiper-button-prev,
.testivideoSlider .swiper-button-prev,
.jobSlider .swiper-button-prev {
    left: 46%;
    color: #4272a8;
    font-size: 24px;
    top: auto;
    bottom: 0;
}

.infras-box {
    position: relative;
}

.infras-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d1 26%, rgb(21 16 12 / 0%) 58%);
}

img.playhalf-vdo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

img.client-img {
    width: 100%;
}

.infras-img-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    padding: 15px;
}

.infras-img-txt h5 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "mysecondfont-SemiBold";
}

.infras-img-txt p {
    color: #cbcbcb;
    font-family: "mysecondfont-Regular";
    margin-bottom: 0;
}

.infras-box a {
    display: block;
}


/**************************************
    Gallery CSS
**************************************/

.gallery-box {
    position: relative;
}

.gallery-box::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.gallery-box:hover::after {
    opacity: 0.4;
}

.gallery-box .playhalf-vdo {
    transition: all ease-in-out 0.4s;
    opacity: 0;
}

.gallery-box:hover .playhalf-vdo {
    opacity: 1;
}





/**************************************
    Gallery Slider CSS
**************************************/

.gallery-slide {
    display: block;
    width: 360px;
    height: auto;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
}
.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-slide.swiper-slide-active {
    filter: none;
    transform: translate3d(-0.0475888px, 0px, -0.0713832px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    opacity: 1;
}
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-prev {
    transform: translate3d(150.095px, 0px, -225.143px) rotateX(0deg) rotateY(0deg) scale(0.9) !important;
    opacity: 0.8;
}
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-next {
    transform: translate3d(-149.952px, 0px, -224.929px) rotateX(0deg) rotateY(0deg) scale(0.9) !important;
    opacity: 0.8;
}
.swiper-actions {
    margin-top: 20px;
}
.swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.gallery-slider .swiper-btn {
    position: static;
    height: 22px;
    margin: 0;
}
.gallery-slider .swiper-btn:after {
    font-size: 22px;
    color: #000;
}
.gallery-slider .swiper-pagination {
    position: static;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.gallery-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin: 0 !important;
}
.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #14569D;
}

.swiper-3d.gallery-slider .swiper-wrapper {
    transform-style: unset !important;
}

a.gallery-a {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    background: #14569d;
    padding: 20px;
    text-align: center;
}

a.gallery-a h3 {
    color: #fff;
    font-family: 'mysecondfont-SemiBold';
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

a.gallery-a p {
    color: #d5d5d5;
}

.coreteamModal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.coreteamModal .modal-body {
    padding: 40px;
    background-color: #fff;
    border: none;
    position: relative;
    border-radius: 10px;
    outline: none;
}

.coreteamModal .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1964b5;
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
}

.core-popup-img {
    width: 100%;
    height: 100%;
    background: #1964b5;
    border-radius: 10px;
}

.core-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 60px;
}

.core-popup-txt .heading h3 {
    margin-bottom: 10px;
}

.core-popup-txt .heading p {
    color: #1964b5;
    font-weight: bold;
}

.gallery-slider .swiper-button-prev {
    left: 46%;
    color: #4272a8;
    font-size: 24px;
}

.gallery-slider .swiper-button-next {
    right: 46%;
    color: #f05052;
    font-size: 24px;
}

.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
    top: auto;
    bottom: 0px;
}

.gallery-slider {
    padding-bottom: 50px;
    width: 90%;
}




/****************** 
    Service Tab CSS Start 
******************/

/* Style the tab */
.tab {
    border: 1px solid #f3f3f39a;
    background-color: #f1f1f1;
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #fff;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    font-family: 'mysecondfont-Medium';
    position: relative;
}

.tab button:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ebf6ff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #14569d;
    color: #fff;
    border-bottom: none;
}

.tab button.active::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 15px solid #14569d;
    border-bottom: 10px solid transparent;
}

/* Style the tab content */
.tabcontent {
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    padding-left: 100px;
}

.tab-txt-img {
    margin-bottom: 35px;
}

.service-accordion .accordion-button {
    border-radius: 0px !important;
    background: #14569d;
    color: #fff;
    font-size: 32px;
    line-height: normal;
    font-family: 'mysecondfont-SemiBold';
    border: none;
    padding: 20px;
    box-shadow: none;
}

.service-accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 0px 8px 0px #071a2f27;
}

.service-accordion .accordion-button:focus {
    box-shadow: none;
}

.service-accordion .accordion-body {
    padding: 20px;
    /* box-shadow: 0px 0px 8px 0px #071a2f47;
    margin-top: 20px; */
}

.service-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.service-accordion .accordion-button::after {
    background-image: none;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(315deg);
}

.service-accordion .accordion-button:not(.collapsed)::after {
    border-color: #14569d;
    transform: rotate(135deg);
}

.service-point {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service-point-list {
    width: 49%;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
}

.service-point-list img {
    width: 70px;
    margin-right: 15px;
}

.service-point-list p {
    font-family: 'mysecondfont-Medium';
    margin-bottom: 0;
}

.service-point-list {
    margin-bottom: 20px;
}




/**************************************
    NRI Hub CSS
**************************************/

.faq-sec .accordion-item {
    margin-bottom: 10px
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2c2c2c;
    box-shadow: none
}

.faq-sec .accordion-button:not(.collapsed) .opening-head {
    color: #fff
}

.faq-sec .accordion-item {
    background-color: #fff;
    border: 0 solid rgb(0 0 0 / .125)
}

.faq-sec .accordion-button {
    background-color: #14569d;
    color: #fff;
    font-size: 24px;
    font-family: 'mysecondfont-Medium';
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-sec .accordion-button:focus {
    box-shadow: none
}

.faq-sec .accordion-body {
    background: #fff;
    border: 1px solid #2c2c2c
}

.faq-sec .accordion-button::after {
    background-image: url(../images/plus.png)
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-sign.png)
}

.faq-sec .accordion-body ul {
    padding: 0
}




/**************************************
    Job Sec CSS
**************************************/

.job-sec .accordion-body {
    padding-bottom: 30px;
}

.job-sec .accordion-body .btn-main {
    margin-left: auto;
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.benefit-txt {
    padding: 80px 80px;
    background: #135194;
    height: 100%;
}

.benefit-txt h3 {
    color: #fff;
}



.career-form {
    height: 100%;
}

.career-form input::placeholder,
.career-form textarea::placeholder {
    color: #4D4D4D;
    opacity: 1;
}

.career-form input[type="text"], .career-form input[type="text"]:focus,
.career-form input[type="email"], .career-form input[type="email"]:focus,
.career-form input[type="tel"], .career-form input[type="tel"]:focus,
.career-form input[type="file"], .career-form input[type="file"]:focus,
.career-form select, .career-form select:focus,
.career-form textarea, .career-form textarea:focus {
    padding-left: 0;
    color: #4D4D4D;
    border-color: transparent;
    border: none;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    border-bottom: 1px solid #4D4D4D;
    border-radius: 0;
    /* margin-bottom: 30px; */
    outline: none;
}

.contact-sec i {
    color: #4D4D4D;
    margin-right: 10px;
}
.uploadFile {
    width: 100%;
    border-bottom: 1px solid #4D4D4D;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    padding: 0 0 4px 0;
    position: relative;
    resize: none;
    display: flex;
    align-items: center;
}
.career-form .contact-sec .uploadFile input[type="file"] {
    cursor: pointer !important;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
span.filename {
    padding-left: 15px;
    padding: 5px 0;
    font-size: 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffffad;
}

.form-group.contact-sec.careersecSix {
    display: block;
    border-bottom: 1px solid #4D4D4D !important;
    padding-bottom: 6px;
    margin-top: 6px;
}

.careersecSix .wrapper {
    text-align: left;
}

.careersecSix .wrapper #file-input {
    display: none;
}

.sec-submit-resume .form-control[type=file]:not(:disabled):not([readonly]) {
    padding-left: 0;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label {
    display: inline-flex;
    width: 92%;
}

.careersecSix .wrapper label[for='file-input'] span {
    font-size: 17px;
    color: #4D4D4D;
    overflow: hidden;
    margin-left: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.main-btn, .main-btn:focus, .main-btn:hover {
    outline: none;
    border: none;
}

.career-form .main-btn {
    margin-left: auto;
}

.career-form .main-btn:hover span {
    color: #000;
}

.career-form .main-btn::after, .career-form .main-btn::before {
    background-color: #4D4D4D;
}

.careersecSix .wrapper i.remove {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    display: none;
}

select.form-control {
    appearance: auto;
    color: #4D4D4D;
}

select.form-control option {
    color: #000;
}

.contact-form {
    background-color: var(--main-color);
    padding: 50px;
}

.career-form button {
    margin-top: 40px;
}

.resume-img {
    height: 100%;
}

.resume-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career-form button.btn-main {
    color: #F05052;
    border-color: #14569D;
    display: block;
    width: fit-content;
    margin-left: auto;
}




/**************************************
    Contact CSS
**************************************/

.contact-txt li a {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: baseline;
    width: 70%;
}

.contact-txt li a i {
    color: #1964B5;
    margin-right: 10px;
    width: 25px;
}

.message-form {
    background: #f2f2f2;
    padding: 50px;
    height: 100%;
}





.team-dropdown select {
    padding: 20px 15px;
}

.team-dropdown select:focus {
    outline: none;
    box-shadow: none;
    border-color: #1964B5;
    background: #fff;
}





/* Responsive CSS Start */

@media (max-width: 1600px) {

    .founder-con {
        margin-left: 0;
    }

    .apart-txt h3, .serve-box h3, .flip-box-front h3, .flip-box-back h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .bnr-con h1 {
        font-size: 45px;
        line-height: 80px;
    }

    .serve-box h3 {
        min-height: 110px;
    }
	
	a.gallery-a {
		aspect-ratio: 1 / 1.1;
	}

}

@media (max-width: 1399px) {

    .serve-box {
        padding: 15px;
    }

    .serve-box img {
        height: 70px;
        margin-bottom: 50px;
    }

    .testi-name h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .tab button {
        font-size: 18px;
    }

}

@media (max-width: 1299px) {
    
    .bnr-con h1 {
        font-size: 38px;
        line-height: 68px;
        margin-bottom: 0;
    }

}

@media (max-width: 1199px) {

    .apart-txt h3, .serve-box h3, .flip-box-front h3, .flip-box-back h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .apart-box {
        padding: 25px;
    }

    .flip-box-front, .flip-box-back, .flip-box .inner {
        padding: 20px;
    }

    .notable-ul li {
        width: 25%;
    }

    .serve-box h3 {
        min-height: 100px;
    }

    .testitextSlider .swiper-button-prev,
    .testivideoSlider .swiper-button-prev,
    .jobSlider .swiper-button-prev,
    .gallery-slider .swiper-button-prev {
        left: 45%;
    }

    .testitextSlider .swiper-button-next,
    .testivideoSlider .swiper-button-next, 
    .jobSlider .swiper-button-next,
    .gallery-slider .swiper-button-next {
        right: 45%;
    }

    .infras-img-txt h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .tabcontent {
        padding-left: 40px;
    }
	
	a.gallery-a {
		aspect-ratio: 1 / 1.2;
	}
	
	a.gallery-a h3 {
        font-size: 26px;
        line-height: 36px;
    }

}

@media (max-width: 991px) {

    .bnr-con h1 {
        font-size: 34px;
        line-height: 64px;
        width: 80%;
        margin: 0 auto;
    }

    .founder-sec .row {
        justify-content: center !important;
    }

    .about-extra .infras-intro-con {
        flex: 0 0 72%;
    }

    .notable-ul li {
        width: 33.3333%;
    }

    .bnr-con {
        bottom: 40px;
    }

    /* .flip-box-back p {
        font-size: 15px;
        line-height: 25px;
    } */

    .serve-box h3 {
        min-height: 70px;
    }

    .testitextSlider .swiper-button-prev,
    .testivideoSlider .swiper-button-prev,
    .jobSlider .swiper-button-prev,
    .gallery-slider .swiper-button-prev {
        left: 43%;
    }

    .testitextSlider .swiper-button-next,
    .testivideoSlider .swiper-button-next,
    .jobSlider .swiper-button-next,
    .gallery-slider .swiper-button-next {
        right: 43%;
    }

    .testi-name h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    a.gallery-a h3 {
        font-size: 24px;
        line-height: 34px;
    }

}

@media (max-width: 767px) {

    .bnr-con h1 {
        font-size: 32px;
        line-height: 52px;
        width: 100%;
    }

    .about-extra .infras-intro-con {
        flex: 0 0 100%;
    }

    .about-extra .about-extra-img {
        margin: 0 auto 20px !important;
    }

    /* .flip-box-back p {
        font-size: 14px;
        line-height: 22px;
    } */

    .about-extra .about-extra-img {
        flex: 0 0 35%;
    }

    .serve-box h3 {
        min-height: 100px;
    }

    .testitextSlider .swiper-button-prev,
    .testivideoSlider .swiper-button-prev,
    .jobSlider .swiper-button-prev,
    .gallery-slider .swiper-button-prev {
        left: 35%;
        font-size: 20px;
    }
    
    .testitextSlider .swiper-button-next,
    .testivideoSlider .swiper-button-next,
    .jobSlider .swiper-button-next,
    .gallery-slider .swiper-button-next {
        right: 35%;
        font-size: 20px;
    }
    
    a.gallery-a h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .infras-img-txt h5 {
        font-size: 20px;
        line-height: 24px;
    }
	
	.founder-con {
        text-align: center;
    }
	
	.apart-icon, .serve-box img {
		margin: 0 auto 20px;
	}
	
	.apart-box, .serve-box {
        text-align: center;
    }

}

@media (max-width: 575px) {

    .bnr-con {
        bottom: 60px;
    }

    .notable-ul li {
        width: 50%;
    }

    .apart-txt h3, .serve-box h3, .flip-box-front h3, .flip-box-back h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .founder-name p {
        font-size: 12px;
    }

    .bnr-con h1 {
        font-size: 26px;
        line-height: 46px;
        width: 100%;
    }

    .about-extra .about-extra-img {
        flex: 0 0 45%;
    }

    .serve-box h3 {
        min-height: auto;
    }

    .notable-ul li {
        padding: 6px;
    }

    .testi-name h3 {
        font-size: 18px;
        line-height: 28px;
    }
	
	.notable-sec .flip-box-front h3, .notable-sec .flip-box-back h3 {
        font-size: 16px;
        line-height: 26px;
    }

}