
 
@font-face {
    font-family: 'GothicA1-Regular';
    src: url('../fonts/GothicA1-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothicA1-SemiBold';
    src: url('../fonts/GothicA1-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothicA1-ExtraBold';
    src: url('../fonts/GothicA1-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DidactGothic-Regular';
    src: url('../fonts/DidactGothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #2268bd;
}

* {
    scroll-behavior: smooth;
}
 

body {
    color: #131313;
    font-family: "GothicA1-SemiBold";
    font-weight: 500;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /*background-color: #2b80d9;*/
    background-color: #2268bd1a;
}
::selection {
    background: #2b80d9;
    color: #fff;
}
p, ul li {
    /*font-weight: 500;*/
    font-family: "GothicA1-SemiBold";
}
ul li {
    list-style: none;
}
img {
    max-width: 100% !important;
}

a {
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #2b80d9;
}
.btn.focus,
.btn:focus {
    box-shadow: unset;

}


/*Slick slider*/
.slick-slide {
    outline: none;
    margin: 0;
}
.slider-img {
    position: relative;
}
.slick-slider {
    margin-bottom: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dots li {
    width: 12px;
    height: 12px;
}

    .slick-dots li button,
    .slick-dots li button:before {
        width: 12px;
        height: 4px;
        border-radius: 10px;
    }

        .slick-dots li button:before {
            font-family: 'slick';
            font-size: 6px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: .25;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slick-dots li button:before {
            opacity: 1;
            color: transparent;
            width: 8px;
            height: 4px;
            border-radius: 10px;
            border: 4px solid #d0d0d0;
            transition: 0.3s all ease-in-out;
            -webkit-transition: 0.3s all ease-in-out;
        }

    .slick-dots li.slick-active,
    .slick-dots li.slick-active button,
    .slick-dots li.slick-active button:before {
        width: 25px;
    }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            border-color: #2b80da;
            color: transparent;
        }
.slick-prev i,
.slick-next i {
    color: #fff;
    font-size: 2.4rem;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}





/*Section Padding*/

.block {
    padding: 5rem 0;
}



/*Buttons*/
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    color: #fff;
    padding: .8rem 2rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}
.btn-primary {
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    background: #63165a;
    border: 1px solid #63165a;
    transition: all .35s;
    z-index: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #63165a;
    border-color: #63165a;
}

.btn-primary span {
    margin-left: 10px;
}

.btn-primary:hover {
    color: #63165a !important;
    background: #fff;
    border: 1px solid #63165a;
}

.btn-link {
    border-left: 6px solid #ddd;
    padding-left: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #131313;
}
.btn-link:hover {
    border-left: 6px solid #63165a;
    text-decoration: none;
}
.btn-link > img {
    padding-left: 1.2rem;
}


    /*header*/
.logo img {
    width: 150px;
    transition: .3s linear;
}
 .logo img {
    width: 150px;
    transition: .3s linear;
}


#header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff; 
}
.homepage #header {
    position: fixed;
    background: transparent; 
}
#header {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px;
}

.navbar .navbar-nav .nav-link, .dropdown-menu li a {
    font-weight: 600;
    padding: 0.4rem 1.6rem;
    color:#63165a;
    letter-spacing: .6px;
}
.dropdown-menu {
    line-height: 1.6rem;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu li {
    border-bottom: 1px solid #ddd;
    padding: .6rem 0;
}
.dropdown-menu li a {
    padding: 0;
    color: #63165a;
}
.dropdown-menu li a:hover {
    color: #2268bd;
}
.dropdown-menu li:last-child  { 
    border-bottom: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link {
    background: #63165a;
    color: #fff;
    border-radius: 4px;
} 


/*banner*/

#banner {
    position: relative;
    overflow: hidden;
}
#banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/slider/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}
#banner .slick-slide {
    position: relative;
}

    #banner .slick-slide img {
        transition: opacity .6s ease;
        object-fit: cover;
        opacity: 0.3;
    }

.banner-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
#banner .banner-caption h1 {
    font-family: "PlayfairDisplay-SemiBold";
    font-size: 5rem;
    font-weight: 600;
    line-height: 6rem;
}
#banner .banner-caption h1 span {
    color: #62165a;
}
#banner .banner-caption p {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.slider-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6rem 0;
    background: rgb(99,22,90);
    background: linear-gradient(90deg, rgba(99,22,90,1) 0%, rgba(50,86,164,1) 100%);
    color: #fff;
}
.slider-bottom .item {
    border-left: 6px solid #fff;
    padding: 0 2rem 0 1rem;
    line-height: 1rem;
    text-align: left;
}
    .slider-bottom .item > h5{ margin:0; }
    .slider-bottom .item a {
        color: #fff;
        font-weight: normal;
        letter-spacing: 0.5px;
    }




/*Section Title*/

.section-heading {
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}
.h1 {
    line-height: 3rem;
    font-weight: 800;
    font-family: "GothicA1-ExtraBold";
}
.h2 {
    line-height: 3rem;
    font-weight: 700;
    border-bottom: 1px solid #222;
    padding-bottom: .8rem;
}
.h3 {
    letter-spacing: 1px;
    font-weight: 600;
}
.h4 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}


/* about-overview */

.about-father-conceicao {
    background-image: url('../Images/Fr.Conceicao.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.about-overview,
.about-overview-m {
    position: relative;
    overflow: hidden;
}
.about-overview:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



/* training */

.training{ position: relative; }
.training-caption {
    background: #2268bd;
    position: absolute;
    top: -40%;
    max-width: 24.5rem;
    padding: 2.5rem;
    border-radius: 10px;
    text-align: left;
}
.training-caption > .section-heading > .h4 {
    color: #fff;
}
.training-caption > p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
    border-left: 5px solid #fff;
    padding-left: 1rem;
    border-radius: 0px;
}
.img-full{ width: 100%; height: 100%; object-fit: cover; }



/* counter */
.counter-block .card {
    border-radius: 0px;
    height: 100%;
    padding: 2rem;
}
    .counter-block .card h4 {
        color: #fff;
        font-family: "GothicA1-ExtraBold";
        font-weight: 900;
        margin: 0;
    }
.counter-block .card p {
    color: #fff;
    margin: 0;
    text-align: left;
    font-weight: 600;
}
.card1 {
    background: #43b3e5;
}
.card2 { background: #2a84d0; }
.card3 { background: #3256a4; }





/* institutes */

.bg-institutes {
    background: #2268bd;
}
.bg-institutes .slick-track {
    display: flex;
}
.bg-institutes .slick-slide {
    height: auto;
}
.bg-institutes .slick-slide .card-institute {
    margin: 0px 10px;
    border-radius: 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.bg-institutes .card-institute {
    padding: 1.6rem;
    cursor: pointer;
    position: relative;
}
/*.bg-institutes .card-institute:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/slider/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}*/
.bg-institutes .card-institute .card-media {
    background: #eeeeee;
    margin-top: 2rem;
}
.bg-institutes .card-institute .h4 {
    font-weight: 700; 
}
.bg-institutes .card-institute a {
    color: #555;
    font-weight: normal;
} 
.bg-institutes .card-institute a {
    position: relative; 
    transition: color ease 0.3s;
}
    .bg-institutes .card-institute a::after {
        content: '';
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 0%;
        left: 0;
        bottom: 0;
        background-color: #2268bd52;
        transition: all ease 0.3s;
    }

    .bg-institutes .card-institute:hover a::after {
        height: 100%;
    }


/* culture  */



.culture-wrapper .slick-slide {
    height: auto;
    /*margin-right: .8rem;*/
}
.culture-wrapper .slick-track {
    display: flex;
}

.culture-block > .slick-slide > img {
    margin: 10px;
}
.culture-wrapper ::-webkit-scrollbar {
    display: none;
}
.culture-wrap {
    position: relative; 
}
@keyframes slideLeft { 

100% {
    transform: translateX(calc(-100% / 2));
} 
}

.culture-wrapper button:focus {
    outline: 5px solid #2268bd30;
    border: 1px solid #2268bd;
}

.culture-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.culture-wrap {
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden; 
    padding-bottom: 1rem;
}

.culture-wrap .item {
    padding: .6rem;
    box-sizing: border-box;
}
.culture-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1px solid #959796;
    color: #959796;
    z-index: 2;
}

.culture-wrapper .slick-prev {
    left: auto;
    right: calc( 3rem + 3rem );
}

.culture-wrapper .slick-next {
    right: 1.5rem;
}



/* mission and vision */
.bg-mission {
    background-image: url('../Images/vision-mission/mission.jpg');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.bg-vision {
    background-image: url('../Images/vision-mission/vision.jpg');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.vm-description-l,
.vm-description-r{
    background: #edf7ff;
    padding: 5rem;
    position: relative;
    overflow: hidden;
}

.ul-list li {
    display: flex;
    margin-bottom: 20px;
}
.ul-list li span img {
    min-width: 30px;
    margin-right: 10px;
}
.vm-description-l span.icon,
.vm-description-r span.icon {
    position: absolute;
    bottom: -1rem;
    left: -6rem;
    z-index: 0;
}
.vm-description-r span.icon {
    left: auto;
    right: -1rem;
    bottom: 0rem;
}

    


    /*footer*/
.footer {
    background: #1f1f1f;
    padding: 4rem 0 4rem;
}
.footer-logo {
    text-align: center;
}
.footer-logo > img {
    width: 18rem;
}
.footer a, .footer p {
    color: #dbd8d8;
    font-weight: normal;
}
.footer .quicklinks a:hover,
.footer p > a:hover {
    color: #eb5556;
}



.footer .border-l {
    border-left: 1px solid #6f7070 !important;
}
.footer .ul-list li {
    margin-bottom: 5px;
} 
.footer .ul-list.weblinks li span {
    color: #cfcfcf;
    font-size: 1.8rem;
    margin-right: 1rem;
    transition: .3s linear;
}
.footer .ul-list.weblinks li:hover span,
.footer .ul-list.weblinks li:hover a {
    color: #eb5556;
}

.footer .ul-list.weblinks li:hover span{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: .3s linear;
}

.footer .ul-list.weblinks li {
    line-height: 3rem;
    align-items: center;
}


.social-icons{ display: flex; }
.social-icons li {
    background: #fff;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    margin: 0px 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s linear;
}
.social-icons li a {
    color: #222;
}

.social-icons li:hover {
    transform: translateY(-5px);
    transition: .3s linear;
    box-shadow: 0px 3px 5px rgb(235 85 86);
}

#backtoTop {
    display: inline-block;
    background: rgb(99, 22, 90);
    background: linear-gradient(180deg, rgba(99, 22, 90, 1) 0%, rgba(50, 86, 164, 1) 100%);
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 2.8rem;
    right: 2.8rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#backtoTop.show {
    opacity: 1;
    visibility: visible;
}

#backtoTop span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.8rem;
}



/*about page*/


.top-banner {
    position: relative;
    height: 570px;
}

.top-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(74, 93, 196);
    background: linear-gradient(320deg, rgb(74 93 196 / 82%) 70%, rgb(145 34 172 / 78%) 94%);
}

.top-banner .banner-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    height: 100%;
}
.top-banner .banner-text h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.top-banner .banner-text h4 {
    color: #fff;
    text-align: center;
}

.about-banner {
    background-image: url('../Images/about/bg-about.jpg');
}
.about-journey{ position: relative; }
.about-journey .journey-ele img {
    position: absolute;
    top: -4rem;
    left: 12rem;
    width: 36%;
}
.about-journey .journey-ele img:nth-child(1) {
    top: -8%;
    left: 24%;
}
.about-journey .journey-ele img:nth-child(2) {
    top: 52%;
    left: -1%;
}
.about-journey .journey-ele img:nth-child(3) {
    top: 60%;
    left: 60%;
}


.why-banner {
    background-image: url('../Images/about/why-us.jpg');
    overflow: hidden;
}
    .why-banner ul li {
        background: rgb(74,93,196);
        background: linear-gradient(90deg, rgba(74,93,196,1) 0%, rgba(145,34,172,1) 100%);
        margin-bottom: 1.5rem;
        padding: 1.4rem 2rem;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        color: #fff;
        transition: .3s linear;
        position: relative;
        overflow: hidden;
        font-weight: 700;
        box-shadow: 4px 4px 12px rgb(0 0 0 / 58%);
    }
    .why-banner ul li:hover {
        transform: scale(1.1);
        transition: .3s linear;
        box-shadow: 4px 4px 12px rgb(0 0 0 / 85%);
    }


.inner-heading {
    position: relative;
    display: inline-block;
}
.inner-heading:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: .1px;
    width: 100%;
    background: #222;
}


/*our founder*/

.founder-banner {
    background-image: url('../Images/about/bg-founder.jpg');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    transform: scaleX(0.7);
    background-size: cover;
} 

.founder-banner.top-banner:before {
    background: #2f43bcb8; 
} 
.img-founder {
    float: right;
    width: 35%;
}


.curve1 {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 70rem 70rem / 0 0 40rem 40rem;
    transform: scaleX(1.5);
}
.curve1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.policy, .policy p, .policy li {
    font-family: "DidactGothic-Regular";
    color: #444;
    margin-bottom: 1rem;
}
.policy .list-style li {
    list-style: disc;
}


/*contact page*/

.contact-wrapper {
    box-shadow: 0 0 30px rgb(0 0 0 / 14%);
    margin-top: -4rem;
    position: relative;
    background: #fff;
}
.contact-details {
    background: #c8d9ed;
    padding: 6rem 3rem;
}

.contact-wrapper .left-wrapper {
    width: 42%;
}
.contact-wrapper .right-wrapper {
    width: 58%;
    padding-left: 5rem;
}
.contact-wrapper > div {
    padding: 7rem 5rem;
}
.contact-details h4 {
    font-weight: 700;
    line-height: normal;
}
.contact-details .icon {
    background: rgb(36,102,189);
    background: linear-gradient(180deg, rgba(36,102,189,1) 0%, rgba(63,60,201,1) 50%, rgba(90,10,107,1) 100%);
    color: #fff;
    min-width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-right: 1rem;
    margin-bottom: 4rem;
}
.contact-details .icon i {
    font-size: 2.2rem;
}

.contact-details p,
.contact-details a {
    line-height: 1.6rem;
    color: #333;
    font-size: 1.1rem;
}

.form-control {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px; 
    padding: 0;
    height: 50px;
}
.form-control:focus {
    border-color: #2268bd;
    box-shadow: none;
} 

/* institutes */

.multi-client-wrapper {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%;
} 
.multi-client-wrapper:hover .brands {
    animation-play-state: paused;
} 
.brands {
   /* animation: slideLeft var(--animation-duration) linear infinite;*/
    display: flex;
    margin: 0;
    /*transform: translateX(5%);*/
    width: var(--total-logo-width);
}

@keyframes slideLeft {
    100% {
        transform: translateX(calc(-100% / 4));
    }
}

.brand-logo {
    margin-right: .8rem;
    width: var(--logo-width);
}
.brand-logo .item {
    padding: .8rem;
}
 

@media (-webkit-device-pixel-ratio: 1.5) {
    html {
        font-size: 14px;
    } 
}

@media (-webkit-device-pixel-ratio: 1.25) {

    html {
        font-size: 14px;
    } 
}

@media (-webkit-device-pixel-ratio: 1.10) {
    html {
        font-size: 14px;
    }
}




