@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/sofia-pro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/sofia-pro-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/sofia-pro-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sofia Pro', sans-serif;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

p {
    margin: 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    width: 100%;
}

.logo-container {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items horizontally */
    padding-right: 75px;
}

.logo-text {
    font-size: 14px;
    /* Adjust size as needed */
    font-weight: bold;
    /* Space between text and image */
    color: #054b7d;
}

.logo-img {
    max-width: 100%;
    /* Adjust to fit your design */
    height: auto;
}


ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

/* Dropdown css style */

/* Dropdown toggle icon */
.dropdown-toggle-icon::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    content: "\25BE";
    /* Unicode character for downward arrow */
}

.autocontainer {
    margin: 0px 64px;
}

@media screen and (max-width:1100px) {
    .autocontainer {
        margin: 0px 32px;
    }
}

@media screen and (max-width:1023px) {
    .autocontainer {
        margin: 0px 24px;
    }
}

@media screen and (max-width:600px) {
    .autocontainer {
        margin: 0px 16px;
    }
}

.form-control:focus {
    box-shadow: none;
}

:root {
    --logo: #000080;
    --orange: #ff5722;
    --sky: #00bcd4;
    --white: #fff;
    --grey: #607d8b;
    --yellow: #ffeb3b;
    --orangeyellow: #ff9800;
    --red: #ea1410;
}

.widget-title {
    text-align: center;
}


.widget-title span {
    position: relative;
    color:   #000080;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 20px;
    /* width: 170px; */
}

.widget-title span::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--sky);
    width: 150px;
    height: 2%;
}

.widget-title span::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0%;
    background-color: var(--orange);
    width: 50px;
    height: 2%;
}

.orange-text {
    font-weight: 700;
    font-size: 14px;
    color: var(--orange);
}

.bg-blue {
    background-color: #001862;
}

.blue-text {
    color: #000080 !important;
}

.bg-grey {
    background-color: #E9E9E9;
}


.service-bg {
    background-image: url(images/bg-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#topscroll {
    position: fixed;
    right: 2%;
    bottom: 8%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--orangeyellow);
    text-align: center;
    z-index: 10;
    cursor: pointer;
    display: none;
}

#topscroll i {
    line-height: 40px;
    font-size: 16px;
    color: var(--white);
}

/* ----------------header--------------------- */
.navbar {
    padding: 0;
    padding-right: 20px;
    background-color: #0c018c;
}

.navbar-brand {
    width: 30%;
    padding: 4px;
    background-color: var(--white);
    clip-path: polygon(0 -250%, 0% 250%, 100% 100%);
}

.navbar-brand img {
    width: 300px;
}

.navbar-nav {
    width: 96%;
    justify-content: flex-end;
}

.btn {
    border-radius: 32px;
}

.btn-white {
    color: #f80d08;
    background-color: var(--white);
}

.btn-blue {
    background-color: var(--sky);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: var(--white);
}

@media screen and (max-width:1100px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

@media screen and (max-width:992px) {
    .navbar-toggler i {
        color: #fff;
    }

    .navbar-brand {
        width: 40%;
        padding: 8px;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 24px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}

@media screen and (max-width:600px) {
    .navbar-brand {
        width: 60%;
    }

    #topscroll {

        right: 10%;

    }
}

/* -------x---------header--------------x------- */
/* ------------------------pogo slider--------------------- */
.slideimg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: think 7s linear infinite;
}

.slideimg::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0c018c9e, rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.pogoSlider-slide-element {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 2;
    color: #fff;
}

.pogoSlider-nav {
    display: none;
}

@keyframes think {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.4, 1.4);
    }
}

.cch3,
.ccp {
    position: relative;
    padding: 12px;
    overflow: hidden;
}

.cch3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow);
    position: relative;
    padding-left: 24px;
}

.cch3 h3 span {
    margin-top: 8px;
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: var(--white);
}

.cch3:before {
    content: " ";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0px;
    background-color: var(--orange);
    font-family: 'Poppins', sans-serif;
}

.pogoSlider-progressBar {
    display: none;
}

.pogoSlider-dir-btn {

    width: 60px;
    height: 60px;
    border: none;
    transform: rotate(0);
    cursor: pointer;

    font-size: 34px;
    color: white;
}


.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 0px;
}

.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 0px;
    transform: rotate(-180deg);
}

@media screen and (max-width:992px) {
    .pogoSlider-slide-element {
        width: 80%;
    }

    .cch3 h3 {
        font-size: 14px;
    }

    .cch3 h3 span {
        font-size: 36px;
    }

    .slideimg img {
        animation: unset;
    }

    .pogoSlider-dir-btn {
        width: 44px;
        height: 44px;
    }

    .pogoSlider-dir-btn::after {
        line-height: 44px;
        font-size: 40px;
    }
}

@media screen and (max-width:600px) {
    .pogoSlider-slide-element {
        display: none;
    }
}

/* ----------x--------------pogo slider-------------x-------- */

/* ------------------about us-------------------------- */
.homeaboutus {
    padding: 40px 0px;
}

.aboutleft h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.aboutleft p {
    text-align: justify;

}

.aboutleft .nav-pills .nav-link {
    font-weight: bold;
    color: #303030;
}

.aboutleft .nav-pills .nav-link.active {
    background-color: white;
    border-radius: 32px;
    color: #f80d08;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.aboutleft .tab-content {
    margin: 16px 0px;
}

.readmore {
    color: #303030;
    font-weight: bold;
    font-size: 16px;
}

.aboutright {
    margin-left: auto;
    width: 95%;
    position: relative;
}

.aboutright::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), #000080ab);
}

@media screen and (max-width:992px) {
    .aboutright {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .aboutleft h2 {
        font-size: 24px;
    }
}

/* -------x-----------about us-------------x------------- */
/* --------------Application---------------- */

.Happflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Happbox {
    width: 32%;
    height: 240px;
    position: relative;

}

.Happbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.Happbox p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.Happbox p img {
    width: 46px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background-color: rgb(247, 231, 7);
}

.box_before {
    position: absolute;
    width: 100%;
    height: 0%;
    visibility: hidden;
    top: 0;
    left: 0;
    background-color: rgb(0 0 128 / 65%);
    transition: all .3s ease;
    border-radius: 8px;
}

.box_before a {
    color: var(--yellow);
    font-weight: 600;
    display: inline-block;
    margin: 30px;
}

.box_before a i {
    transform: rotate(30deg);
    margin-right: 6px;
    font-size: 18px;
}

.box_before a:hover {
    text-decoration: underline;
}

.Happbox:hover .box_before {
    height: 100%;
    visibility: visible;
}

@media screen and (max-width:1100px) {
    .Happbox {
        height: 200px;
    }

    .Happbox p {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    .Happbox {
        width: 48%;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:600px) {
    .Happbox {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ----x----------Application-----x----------- */
/* ------------------clients---------- */
.homeclients .slick-next,
.homeclients .slick-prev {
    display: none !important;
}

.clientimg {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    margin: 12px;
    padding: 8px 40px;
}

/* -x-----------------clients----x------ */
/* -----------------------footer-------------------- */
footer {
    padding-top: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.footerlogoside img {
    width: 85%;
}

.footercontact li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
}

.footercontact li i {
    position: absolute;
    top: 3px;
    left: 8px;
    color: var(--sky);
}

.fleft {
    width: 31%;
}

footer .widget-title {
    text-align: left;
    margin-bottom: 16px;
}

.fleft ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    border-radius: 32px;
}

.fleft ul li i {
    color: var(--orange);
    position: absolute;
    top: 3px;
    left: 8px;
}


.copyrights {
    background-color: var(--orangeyellow);
    color: var(--white);
    text-align: center;
    padding: 8px 0px;
    margin-top: 12px;
}

.copyrights a {
    color: var(--white);
}

@media screen and (max-width:992px) {
    .footerlogoside {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:600px) {
    .fleft {
        width: 100%;
    }

    .fmiddle {
        width: 100%;
    }

}

/* --------x---------------footer------------x-------- */
/* -----------------facilities--------------------- */
.facilitybox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.facilitybox .facilityimg {
    width: 48%;
}

.facilitybox .facilitydetails {
    width: 48%;
}

.facilitybox .facilitydetails a {
    color: var(--orangeyellow);
    font-weight: 600;
}

.facilitybox .facilitydetails a:hover {
    text-decoration: underline;
}

.facilitybox .facilitydetails a i {
    margin-left: 6px;
    font-weight: bold;
    font-size: 20px;
}

.carousel-item img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.carousel-indicators {
    position: static;
    margin-top: 20px;
}

.carousel-indicators li {
    width: 100px;
    height: 80px;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: unset;
    opacity: 1;
    border-bottom: 3px solid var(--orangeyellow);
    filter: brightness(60%);
}

.carousel-indicators li.active {
    filter: brightness(100%);
}

.carousel-indicators img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control-prev {
    left: auto;
    right: 4%;
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 20px;
    font-weight: bold;
}

.slick-prev,
.slick-next,
.carousel-control-prev,
.carousel-control-next {
    top: -15%;
    width: 36px;
    height: 36px;
    z-index: 1;
    border: 1px solid var(--orangeyellow);
    border-radius: 4px;
    color: var(--orangeyellow);
}

.slick-prev:hover,
.carousel-control-prev:hover,
.slick-next:hover,
.carousel-control-next:hover {
    color: #fff;
    background-color: var(--orangeyellow);
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.slick-prev {
    left: auto;
    right: 4%;
}

.slick-next {
    left: auto;
    right: 0%;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    color: var(--orangeyellow);
}

@media screen and (max-width:1100px) {

    .carousel-control-prev,
    .slick-prev {
        left: auto;
        right: 6%;
    }
}

@media screen and (max-width:600px) {

    .carousel-control-prev,
    .slick-prev {
        left: 0px;
        right: auto;
    }

    .slick-prev,
    .slick-next,
    .carousel-control-prev,
    .carousel-control-next {
        top: -8%;
    }

    .facilitybox .facilityimg {
        width: 100%;
        margin-bottom: 12px;
    }

    .facilitybox .facilitydetails {
        width: 100%;
    }

    .carousel-indicators {
        flex-wrap: wrap;
        margin-right: 0%;
        margin-left: 0%;
    }

    .carousel-indicators li {
        width: 45%;
    }
}

/* ------x-----------facilities-----------x---------- */
/* ----------------------video----------------------- */
.videos {
    background: url("../images/screen.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 20px;
}

.videosbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.videoleft h3 span {
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}

.videoleft h3 {
    margin-bottom: 12px;
    font-size: 30px;
    position: relative;
}

.videoleft h3::before {
    content: " ";
    position: absolute;
    top: 0;
    left: -30px;
    width: 5px;
    height: 100%;
    background-color: var(--yellow);
}

.videoright a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
    z-index: 1;
    cursor: pointer;
}

.videoright i {
    color: var(--orange);
    line-height: 70px;
}

.videoright a::before,
.videoright a::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--orange);
    border-radius: 50%;
    animation: lesson 4s linear infinite;
}

.videoright a::after {
    animation-delay: 2s;
}

@keyframes lesson {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.7);
    }

    100% {
        transform: scale(1.3);
    }
}

#videomodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    background-color: rgb(63 81 181 / 79%);
    z-index: 999;

}

.videomodalcontent {
    position: relative;
    width: 80%;
    height: 90%;
    margin: auto;
    animation: video 1s;
}

@keyframes video {
    from {
        top: -300px;
        opacity: 0.7;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.videomodalcontent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 20px rgb(0 0 0);
}

.videomodalcontent i {
    position: absolute;
    top: -5%;
    right: 0%;
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .videoleft {
        margin-bottom: 40px;
    }

    .videos {
        padding: 40px 20px;
    }
}

@media screen and (max-width:600px) {
    .videomodalcontent {
        width: 90%;
        height: auto;
    }

    .videomodalcontent i {
        top: -7%;
    }
}

/* ----------x------------video------------x----------- */
/* ----------------------contact us-------------- */
.contactus {
    position: relative;
    background-color: var(--logo);
    overflow: hidden;
    z-index: 0;
    padding: 70px 0px;
    text-align: center;
    color: #fff;
}

.contactus::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images//4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: lesson 4s linear infinite;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contactus ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contactus ul li {
    width: 48%;
}

.contactus ul li:nth-child(1) {
    display: flex;
}

.contactus ul li:nth-child(1) img {
    width: 64px;
    height: 64px;
    margin-right: 12px;
}

.contactus ul li:nth-child(1) h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}

.contactus ul li:nth-child(1) a {
    color: #fff;
}

.contactus ul li:nth-child(1) a:hover {
    color: var(--orange);
}

@media screen and (max-width:600px) {
    .contactus ul li {
        width: 100%;
        margin-bottom: 16px;
    }

    .contactus ul li:nth-child(1) {
        justify-content: center;
    }

    .contactus {
        padding: 24px 0px;
    }
}

/* -------------x---------contact us--------x------ */
/* -------------servicebox------------------- */
.homeservices {
    background-color: var(--logo);
    padding: 30px 0px;
}

.servicebox {
    margin: 8px;
    position: relative;
    overflow: hidden;

}

.servicebox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 2s ease;
}

.servicebox:hover img {
    transform: scale(1.7) rotate(-20deg);
}

.servicebox a {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 6px;
    text-align: center;
    background: #000080b3;
}

.servicebox:hover a {
    width: 100%;
    color: #fff;
    padding: 12px;
    text-align: center;
}

@media screen and (max-width:600px) {}

/* -------x------servicebox----------x--------- */

/* Dropdown css style */

.nav-item {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    padding: 6px;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    list-style-type: none;
    position: relative;
}

.dropdown-menu a {
    display: block;
    padding: 9px 12px;
    color: #333;
    text-decoration: none;
    text-wrap: nowrap;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

.dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    padding: 5px;
    padding-left: 16px;
}

.dropdown-menu li:hover ul {
    display: block;
}

/* sub menu dropdown */

.sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    /* background-color: #f9f9f9; */
    border-radius: 3px;
    padding-left: 11px;

}

.dropdown-menu .sub-dropdown:hover {
    display: block;
}

.sub-dropdown .sub-menu {
    list-style-type: none;
    background-color: #f9f9f9;
}

.sub-dropdown .sub-menu a {
    display: block;
    padding: 10px 44px 8px 24px;
    color: #333;
    text-decoration: none;
}

.sub-dropdown .sub-menu:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.sub-dropdown .sub-menu:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sub-dropdown .sub-menu a:hover {
    background-color: #ddd;
    border-radius: 4px;
}

@media screen and (max-width: 1200px) {
    .dropdown-menu li {
        list-style-type: none;
        position: static;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
    }

    .dropdown-menu ul {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 2;
    }
}