@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

form {
    margin-bottom: 2rem;
}

.btn-theme1 {
    border-radius: 5rem;
    background: linear-gradient(to right,
            #226db6 0%,
            #226db6 50%,
            #3fc7f1 50%,
            #3fc7f1 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 1px solid #e7e7e7;
    transition: 0.5s;
    position: relative;
}

.btn-theme1:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}


.btn-theme1:hover {
    background: linear-gradient(to right,
            #3fc7f1 0%,
            #3fc7f1 50%,
            #226db6 50%,
            #226db6 100%);
    background-repeat: no-repeat;
    color: #fff;
    border: 1px solid #e7e7e7;
}

header .main-nav .navbar-brand {
    width: 25%;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero #heroarrowtrc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22%;
}

.hero #heroarrotwtr {
    position: absolute;
    top: 5rem;
    left: 3rem;
    z-index: 3;
    width: 6%;
}

.hero #heroborderb {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.hero #heropentbotrone {
    position: absolute;
    bottom: 6rem;
    right: 11rem;
    z-index: 5;
    width: 10%;
}

.hero #heropentbotrtwo {
    position: absolute;
    bottom: 0;
    right: -3rem;
    z-index: 5;
    width: 15%;
}

.hero #twntyfifth {
    position: relative;
    z-index: 6;
    width: 50%;
    margin: auto;
}

#lottie {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

.hero .hero-slider-carousel {
    position: relative;
    z-index: 1;
}

.hero .hero-slider-carousel .slide-desk {
    display: none;
}

.hero .parallax-layer,
.hero #heroborderb {
    display: none;
}

.hero .hero-slider-carousel .slide-title {
    position: absolute;
    top: 25%;
    left: 20%;
    width: 30%;
}

.hero .hero-slider-carousel .slide-title h3 {
    color: #00a9cb;
    font-weight: 600;
    font-size: 2.3rem;
}

.hero .hero-slider-carousel .slide-title p {
    color: #00a9cb;
    font-size: 1.2rem;
    font-weight: 500;
}

.hero .hero-slider-carousel .owl-item.active .slide-title h3 {
    animation: fadeInLeftBig ease 1s both;
}

.hero .hero-slider-carousel .owl-item.active .slide-title p {
    animation: fadeInUp ease 1s 1s both;
}

.hero .hero-slider-carousel .owl-item.active .slide-title a {
    animation: zoomIn ease 1s 2s both;
}

.hero .hero-slider-carousel .owl-nav button.owl-next,
.hero .hero-slider-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 10px !important;
    font-size: 40px;
    padding: 5px;
    border-radius: 0px;
    transition: all 200ms ease;
}

.hero .hero-slider-carousel .owl-nav button.owl-next:hover,
.hero .hero-slider-carousel .owl-nav button.owl-prev:hover {
    color: rgba(255, 255, 255, 1);
}

.hero .hero-slider-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

.hero .hero-slider-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

header .main-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

header .main-nav .navbar-brand {
    -webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}

header .main-nav .socialies {
    padding: 0.1rem;
    margin-right: 2rem;
}

header .main-nav .socialies a {
    color: #fff;
    font-size: .7rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

header .main-nav .socialies a i {
    background-color: #226db6;
    color: #e3fbff;
    border-radius: 50%;
    font-size: .7rem;
    margin-left: 0;
    transition: .4s;
}

header .main-nav .socialies a:hover i {
    background-color: #12589e;
    color: #e3fbff;
}

.socialies a .fa-facebook-f {
    padding: 6px 9px;
}

.socialies a .fa-linkedin-in {
    padding: 6px 7px;
}

.socialies a .fa-phone-volume {
    padding: 6px 6px;
}


header .main-nav .navtogg {
    padding: 0.1rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.3rem 0.5rem;
}

header .main-nav .navtogg a .fa-bars {
    padding: 7px 6px;
}

/* main Menu */
.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #226cb6fa;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 50px;
    border-color: #48abe067 transparent transparent transparent;
    border-width: 150px 0 0 150px;
    z-index: 3;
}

#triangle-topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    display: none;
}

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

.overlay ul li ul {
    margin: 0;
    padding: 0 0.4rem;
    list-style: none;
}

.overlay ul li {
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
    padding: 0.2rem 0;
    list-style: none;
    color: #dcebfc;
    text-transform: uppercase;
}

.overlay ul li a {
    color: #dcebfc;
}

.overlay ul li ul li {
    font-size: 0.9rem;
    padding: 0.1rem 0;
    text-transform: capitalize;
}

.overlay ul li ul li a {
    color: #cfe4fc;
}

.overlay ul li ul li ul li {
    font-size: 0.8rem;
    padding: 0.1rem 0;
}

.overlay ul li ul li ul li a {
    color: #86bbf9;
}

.overlay ul li:last-child {
    border-bottom: none;
}

.overlay a:hover,
.overlay a:focus {
    color: #ececec;
}

.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 8px;
    font-size: 60px;
    color: #bbb;
    z-index: 5;
}

.sec-intro h2,
.sec-intro h3 {
    text-transform: uppercase;
    color: #00a9cb;
}

.our-products {
    padding: 3rem 0;
    text-align: center;
}


/*.our-products {
    scale: .8;
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: entry;
}

@keyframes fade-in {
    to {
        scale: 1;
        opacity: 1;
    }
}*/

.our-products .ourproducts-slider-carousel .owl-stage {
    display: flex;
}

.our-products .ourproducts-slider-carousel .item {
    height: 100%;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item .opitm-shadow {
    border-radius: 50%;
    width: 80%;
    height: 3rem;
    margin: auto;
    visibility: hidden;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item .product-inro {
    display: none;
    margin: 1rem 0;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item .product-inro h4 {
    text-transform: uppercase;
    color: #00a0ca;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item.active.center .item {
    padding: 0px;
    margin: 0px;
}

.our-products .ourproducts-slider-carousel .item {
    padding: 20px;
    margin: 20px;
}

.our-products .ourproducts-slider-carousel .owl-item.active {
    animation: bounceIn ease 1s 0.4s both;
}

.our-products .ourproducts-slider-carousel .owl-item.active.center {
    animation: zoomIn ease 1s 0s both;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item.active.center img {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item.active.center .product-inro {
    display: block;
}

.our-products .ourproducts-slider-carousel .owl-stage .owl-item.active.center .opitm-shadow {
    background-color: #00a0ca;
    border-radius: 50%;
    width: 99%;
    height: 1rem;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    margin: auto;
    visibility: visible;
}

.our-products .ourproducts-slider-carousel .owl-nav {
    position: absolute;
    top: 15%;
    width: 100%;
}

.our-products .ourproducts-slider-carousel .owl-nav button.owl-next,
.our-products .ourproducts-slider-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgb(0, 133, 199, 0.7);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.our-products .ourproducts-slider-carousel .owl-nav button.owl-next:hover,
.our-products .ourproducts-slider-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: rgb(0, 133, 199, 1);
}

.our-products .ourproducts-slider-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -1rem;
    color: #ccc;
}

.our-products .ourproducts-slider-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -1rem;
    color: #ccc;
}


.our-partners {
    padding: 4rem 0;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 2%, rgba(1, 132, 199, 1) 70%);
}

.our-partners .sec-intro h3 {
    color: #fff;
}

.our-partners .sec-intro p {
    color: #abf0fe;
    margin-bottom: 2rem;
}

.our-partners .ourpartners-slider-carousel {
    margin-bottom: 0rem;
    position: relative;
}

.our-partners .ourpartners-slider-carousel .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
}

.our-partners .ourpartners-slider-carousel .owl-nav button.owl-next,
.our-partners .ourpartners-slider-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgb(0, 133, 199, 0.7);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.our-partners .ourpartners-slider-carousel .owl-nav button.owl-next:hover,
.our-partners .ourpartners-slider-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: rgb(0, 133, 199, 1);
}

.our-partners .ourpartners-slider-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -2.5rem;
    color: #ccc;
}

.our-partners .ourpartners-slider-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -2.5rem;
    color: #ccc;
}

.news-events {
    padding: 4rem 0;
    text-align: center;
}

.news-events .newsevents-slider-carousel {
    margin: 3rem 0;
}

.news-events .newsevents-slider-carousel .item .newsevent-fimg {
    width: 100%;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 1% 80%, 0 20%);
    margin-bottom: 1rem;
}

.news-events .newsevents-slider-carousel .item .clip-path-shadow {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}

.news-events .newsevents-slider-carousel .item .newsevent-title h5 {
    margin-bottom: 1rem;
    color: #00a9cb;
    font-size: 1.1rem;
}

.news-events .newsevents-slider-carousel .item .newsevent-title p {
    margin-bottom: 1rem;
    color: #413e3f;
    font-size: 0.9rem;
}

.news-events .newsevents-slider-carousel {
    margin-bottom: 3rem;
    position: relative;
}

.news-events .newsevents-slider-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.news-events .newsevents-slider-carousel .owl-nav button.owl-next,
.news-events .newsevents-slider-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgb(0, 133, 199, 0.7);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.news-events .newsevents-slider-carousel .owl-nav button.owl-next:hover,
.news-events .newsevents-slider-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: rgb(0, 133, 199, 1);
}

.news-events .newsevents-slider-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -3.5rem;
    color: #ccc;
}

.news-events .newsevents-slider-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -3.5rem;
    color: #ccc;
}

.content-bottom {
    padding: 0 0 2rem 0;
    background-image: url(img/about-bg.jpg);
    background-position: bottom;
    background-repeat: repeat-X;
    background-size: 10%;
}

.about #parallax-about {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.about #abtlyrone {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 1;
    width: 50%;
}

.about #abtitmone {
    position: absolute;
    bottom: 25%;
    left: 13%;
    z-index: 2;
    width: 30%;
}

.about #abtitmtwo {
    position: absolute;
    bottom: 47%;
    left: 40%;
    z-index: 3;
    width: 30%;
}

.about #abtitmthree {
    position: absolute;
    bottom: -1%;
    right: 34%;
    z-index: 6;
    width: 30%;
}

.about #abtitmfour {
    position: absolute;
    bottom: 21%;
    right: 6%;
    z-index: 5;
    width: 30%;
}

.about #abtlyrtwo {
    position: absolute;
    bottom: 0;
    left: 25rem;
    z-index: 6;
    width: 22%;
}

footer {
    text-align: center;
    padding: 2rem 0;
    background-color: #00a9cb;
    color: #fff;
    font-size: 0.8rem;
}

footer .socialies {
    margin-bottom: 1rem;
}

footer .socialies a {
    color: #fff;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

footer .socialies a i {
    background-color: #fff;
    color: #00a9cb;
    border-radius: 50%;
    font-size: 1rem;
    margin-left: 0;
    transition: .4s;
}

footer .socialies a:hover i {
    background-color: #12589e;
    color: #e3fbff;
}

footer .footer-menu {
    margin-bottom: 1rem;
}

footer .footer-menu ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #6eccdf;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
}

footer .footer-menu ul li {
    display: inline-block;
    text-transform: uppercase;
}

footer .footer-menu ul li::after {
    content: "|";
    color: #6eccdf;
}

footer .footer-menu ul li:last-child::after {
    content: "";
}

footer .footer-menu ul li a {
    color: #fff;
    padding: 0 0.2rem;
    font-size: 0.8rem;
}

footer .footer-menu ul li a:hover {
    color: #ececec;
}

@media (prefers-reduced-motion: no-preference) {

    .ourproducts-slider-carousel,
    .our-partners-info,
    .news-events,
    .about-links {
        scale: .8;
        opacity: 0;
        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    @keyframes fade-in {
        to {
            scale: 1;
            opacity: 1;
        }
    }
}

.no-margin-bot {
    margin-bottom: 0 !important;
}

.page-cover {
    margin-bottom: 2rem;
    position: relative;
}

.page-cover #twntyfifth {
    position: relative;
    z-index: 6;
    width: 50%;
    margin: auto;
}

.pagecontent .pagetitle {
    text-align: center;
}

.pagecontent .pagetitle h1 {
    color: #00a9cb;
    text-transform: uppercase;
}

.pagecontent .pagetitle .breadcrumb {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.pagecontent .pagetitle .breadcrumb a {
    color: #02d3fc;
}

.pagecontent h2,
h3,
h4 {
    color: #00a9cb;
    text-transform: uppercase;
}

.pagecontent.leadership .chairman-msg {
    margin-top: 2rem;
    text-align: center;
}

.pagecontent.leadership .chairmanReadmore i {
    margin-left: 0.5rem;
}

.pagecontent.leadership .contentsec .boditm {
    padding: 1rem;
    text-align: center;
}

.pagecontent.leadership .contentsec .boditm p {
    margin-bottom: 0;
    font-weight: 600;
}

.pagecontent.leadership .group-photo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pagecontent .contentsec form .form-label {
    text-transform: uppercase;
    color: #413e3f;
}

.pagecontent .contentsec .vacancies-lst {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagecontent .contentsec .vacancies-lst li {
    margin-bottom: 0.5rem;
}

.pagecontent .contentsec .vacancies-lst a li {
    color: #413e3f;
}

.pagecontent .contentsec .vacancies-lst a li i {
    margin-right: 5px;
}

.pagecontent .contentsec .vmp-itm {
    text-align: center;
    margin-bottom: 2rem;
}

.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

form .form-control,
form .form-select {
    border: 1px solid #00a9ce;
}

.pagecontent .contentsec .side-menu strong {
    color: #00a0ca;
}

.pagecontent .contentsec .news-event-itm {
    text-align: center;
    margin-bottom: 2rem;
}

.pagecontent .contentsec .news-event-itm h5 {
    margin-bottom: 1rem;
    color: #00a9cb;
    font-size: 1.1rem;
}

.pagecontent .contentsec .news-event-itm p {
    margin-bottom: 1rem;
    color: #413e3f;
    font-size: 0.9rem;
}

.contactinfo a {
    color: #212529;
}

#cpzoompics {
    margin-top: 2rem;
}

.ddbk {
    font-size: 0.8rem;
    color: #81eaff;
}

.ddbk a {
    color: #ade9ff;
}

@media (prefers-reduced-motion: no-preference) {

    .pagecontent .contentsec img {
        scale: .8;
        opacity: 0;
        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    @keyframes fade-in {
        to {
            scale: 1;
            opacity: 1;
        }
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #triangle-topright {
        border-top: 10rem solid #226cb6fa;
        border-left: 10rem solid transparent;
        display: block;
    }

    .overlay {
        background-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
    }

    .about #parallax-about {
        height: 500px;
    }

    form {
        margin-bottom: 0;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header .main-nav .navbar-brand {
        width: 14%;
    }

    header .main-nav .navbar-brand {
        width: 10%;
    }

    .socialies {
        padding: 0.1rem 1rem;
    }

    header .main-nav .socialies a i {
        font-size: .5rem;
    }

    header .main-nav .socialies a {
        font-size: 1.3rem;
    }

    header .main-nav .socialies a i {
        font-size: .9rem;
    }

    #triangle-topright {
        border-top: 30rem solid #226cb6fa;
        border-left: 40rem solid transparent;
        display: block;

    }

    .hero .hero-slider-carousel .slide-mob {
        display: none;
    }

    .hero .hero-slider-carousel .slide-desk {
        display: block;
    }

    .hero .parallax-layer,
    .hero #heroborderb {
        display: block;
    }

    .hero .hero-slider-carousel .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
    }

    .hero #twntyfifth {
        position: absolute;
        bottom: -1rem;
        left: 10rem;
        z-index: 6;
        width: 22%;
    }

    .our-products .ourproducts-slider-carousel .owl-nav {
        top: 22%;
    }

    .pagecontent .contentsec .vmp-itm {
        width: 60%;
        text-align: unset;
        margin-bottom: 0;
    }

    .pagecontent .contentsec .vmp-itm.vmponly {
        font-size: 1.1rem;
    }

    .pagecontent .contentsec .vmp-itm.childpage-info-txt {
        width: 80%;
    }

    .pagecontent .contentsec .vmp-itm.m-itm {
        text-align: right;
        margin-left: auto;
    }

    .pagecontent.leadership .chairman-msg {
        margin-top: 2rem;
        text-align: unset;
    }

    .page-cover #twntyfifth {
        position: absolute;
        bottom: -5rem;
        left: 10rem;
        z-index: 6;
        width: 22%;
    }

    .about #abtitmtwo {
        bottom: 35%;
        width: 22%;
    }

    .about #abtitmone {
        left: 20%;
        width: 18%;
    }

    .about #abtitmfour {
        bottom: 22%;
        right: 15%;
        width: 22%;
    }

    .about #abtitmthree {
        bottom: 0%;
        right: 30%;
        width: 18%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #triangle-topright {
        border-top: 40rem solid #226cb6fa;
        border-left: 70rem solid transparent;
        display: block;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #triangle-topright {
        border-top: 60rem solid #226cb6fa;
        border-left: 100rem solid transparent;
        display: block;
    }
}