@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

* {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

body {
    font-family: "Lato", serif;
    color: #696969;
    font-size: 15px;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

header {
    background: #00000099;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.top {
    background: #000;
    display: flex;
    align-items: center;
    padding: 15px 0 0;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

.top .language {
    color: #fff;
    float: left;
}

.career {
    float: right;
}

.career ul li {
    display: inline-block;
    padding: 0 14px;
    text-transform: uppercase;
}

.career ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.top .language select {
    border: none;
    background: none;
    color: #fff;
    font-size: 12px;
}

li.getintouch {
    border: 1px solid #1c85b5e8;
    background: #1c85b5e8;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

li.getintouch:hover {
    border: 1px solid #1c85b5e8;
    background: none;
}

.top-1 {
    width: 100%;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 60px;
    /* Adjust this value to your preference */
    padding: 10px 0;
    /* Add some padding for a compact look */
}

.hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed .logo {
    position: absolute;
    left: 92px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    border: 3px solid #1a7eab;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1100;
}

.fixed .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu-list li a {
    font-size: 12px;
    /* Reduced font size in the megamenu */
}

.fixed .logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.logo {
    display: inline-block;
    position: absolute;
    left: 75px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    height: 40px;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_search {
    position: absolute;
    top: 15px;
    left: 259px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_search input {
    width: 100%;
    border: 2px solid #1979a5;
    background: #ffffff00;
    padding: 5px 10px;
    outline: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.nav_search input::placeholder {
    color: #fff;
    font-size: 12px;
}

.nav-menu li:before {
    position: absolute;
    content: '';
}

section.section1 {
    padding: 40px 0;
    /* background-image: url('../images/notice_bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}

section.section1 img {
    filter: drop-shadow(6px 4px 9px #44446F);
}

/* .holistic:before {
    position: absolute;
    content: '';
    background: #ca4900;
    width: 74px;
    height: 80px;
    top: 3px;
    left: 5px;
} */
.first {
    margin-top: 112px;
}

section.section1 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

section.section1 h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.section1 p {
    text-align: justify;
    margin-top: 0px;
}

section.section1 button {
    width: 15%;
    border: 1px solid #1c85b5e8;
    background: #1c85b5e8;
    border-radius: 10px;
    color: #fff;
    padding: 8px 0px;
    transition: all ease-in-out 0.5s;
}

section.section1 button:hover {
    border: 1px solid #1c85b5e8;
    background: #fff;
    color: #000;
}

section.section2 {
    text-align: center;
    padding: 40px 0;
    background: #defaff;
    background-image: url('../images/5072616.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 57px;
}

h2:before {
    position: absolute;
    content: '';
    background: #ca4900;
    height: 7px;
    width: 50px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #ffffff, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.section2 .logo-box p {
    font-size: 16px;
    margin-top: 89px;
    color: #000;
    font-weight: 600;
}

section.section2 .logo-box h3 {
    text-decoration: none;
    width: 20%;
    text-align: center;
    color: #ffffff;
    padding: 5px 14px;
    border: 5px solid;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #1979a5;
    font-size: 25px;
    height: 38%;
    align-items: center;
    display: flex;
    box-shadow: 0 0 13px #1979a5;
}

.section2 .logo-box {
    display: inline-block;
    background: #fff;
    padding: 10px 26px;
    height: 171px;
    margin: 0 6px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

section.miscellaneous {
    padding: 40px 0;
    text-align: center;
    background: #e6e6e6;
}

section.miscellaneous h2 {
    color: #000;
}

section.miscellaneous h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.miscellaneous .logo-box p {
    font-size: 16px;
    margin-top: 105px;
    color: #000;
    font-weight: 600;
}

section.miscellaneous .logo-box h3 {
    text-decoration: none;
    width: 20%;
    text-align: center;
    color: #ffffff;
    padding: 5px 14px;
    border: 5px solid;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #1979a5;
    font-size: 25px;
    height: 38%;
    align-items: center;
    display: flex;
    box-shadow: 0 0 8px 0px #1979a5;
}

section.miscellaneous .logo-box {
    display: inline-block;
    background: #fff;
    padding: 10px;
    height: 171px;
    margin: 0 6px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
section.miscellaneous .logo-box .round {
    border: 2px #ca4900 solid;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
    position: absolute;
    top: 21px;
    left: 0px;
    right: 0;
    animation: rotate-clockwise 4s infinite linear;
    margin: 0 auto;
}
section.miscellaneous .logo-box .round2 {
    border: 2px #01ca00 solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
    position: absolute;
    top: 27px;
    left: 1px;
    right: 0;
    animation: rotate-counterclockwise 4s infinite linear;
    margin: 0 auto;
}
/* Clockwise Rotation */
@-webkit-keyframes rotate-clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Counterclockwise Rotation */
@-webkit-keyframes rotate-counterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotate-counterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


section.focus {
    padding: 40px 0;
    text-align: center;
}

section.focus h2 {
    color: #000;
}

section.focus h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}
.card:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 1;
}
.card {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);

    img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.9;
        transition: opacity .2s ease-out;
    }

    h3 {
        position: absolute;
        inset: auto auto 30px 30px;
        margin: 0;
        transition: inset .3s .3s ease-out;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: #ff6600;
        text-align: left;
        font-weight: 700;
        text-shadow: 0 0 3px #fff;
        z-index: 2;
    }

    p,
    a {
        position: absolute;
        opacity: 0;
        max-width: 80%;
        transition: opacity .3s ease-out;
    }

    p {
        inset: auto auto 80px 30px;
        color: #fff;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        z-index: 2;
    }

    a {
        inset: auto auto 40px 30px;
        text-decoration: none;
        color: #fff;
        background: #1979a5;
        padding: 5px 10px;
        border-radius: 8px;
        z-index: 2;
    }

    &:hover h3 {
        inset: auto auto 220px 30px;
        transition: inset .3s ease-out;
        margin-bottom: 15px;
    }

    &:hover p,
    &:hover a {
        opacity: 1;
        transition: opacity .5s .1s ease-in;
    }

    &:hover img {
        transition: opacity .3s ease-in;
        opacity: 1;
    }

}

sup {
    color: #1c85b5e8;
}


section.education_sector {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

section.education_sector h2 {
    color: #000;
}

section.education_sector h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.nav-pills .nav-link {
    text-align: left;
    color: #000;
    line-height: 50px;
    font-size: 22px;
    padding: 14px 29px;
    text-transform: capitalize;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1c85b5e8;
    background: linear-gradient(4deg, #bbbbbb70, #00000000);
}

section.education_sector div#v-pills-tabContent {
    width: 50%;
}

section.education_sector .tab-content p {
    margin-top: 20px;
}

section.key_products {
    padding: 40px 0;
    position: relative;
}

section.key_products .card {
    height: 400px;
    overflow: hidden;
}

section.key_products .card img {
    height: 100%;
    width: 100%;
    transition: all ease-in-out 0.5s;
}

section.key_products .card:hover img {
    transform: scale(1.5);
    rotate: 10deg;
}

section.key_products .card h2 {
    position: absolute;
    top: 50%;
    left: 56px;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

.counter {
    color: #fff;
    padding: 25px 0 0;
    margin: auto 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
    top: -55px;
}

.counter .counter-icon {
    background: linear-gradient(to right, #fe8c00, #f83600);
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.counter.green h3 {
    color: #019b01;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.counter h3 {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}

.counter.green .counter-value {
    background: #1a7eab;
    z-index: 1;
    bottom: -45px;
    text-align: center;
}

.counter .counter-value {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6), 0 0 0 2px #fff;
    position: absolute;
    left: 0;
}

.counter:after {
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 152px;
    width: 152px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: -6px -7px 8px 0px rgb(9 151 171 / 74%);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}

.counter_section {
    background-image: url('../images/white-abstract-background_23-2148833155.avif');
    position: relative;
    padding: 100px 0 35px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter_section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #beeff85e;
    top: 0;
    left: 0;
}

section.key h2 {
    color: #000;
}

section.key h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.key {
    padding: 40px 0;
    position: relative;
    background: #ecf5fd;
    text-align: center;
}

.partner {
    box-shadow: 0 0 13px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 162px;
    padding: 14px 5px;
}

.partner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-logo-wrapper {
    display: inline-block;
}

.logo-box {
    display: inline-block;
    background: #fff;
    padding: 10px;
    height: 144px;
    margin: 0 6px;
    margin-bottom: 30px;
    width: 23%;
    text-align: center;
    position: relative;
}

section.key .logo-box h3 {
    text-decoration: none;
    font-size: 16px;
    margin-top: 9px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    background: rgb(26 126 171);
    margin-bottom: 0;
    color: #fff;
    padding: 5px 0;
}

.modal-body {
    overflow: hidden;
    height: 321px;
}

.modal-body iframe {
    height: 100%;
    width: 100%;
}

section.scalable {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

section.scalable h2 {
    color: #000;
}

section.scalable h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.scalable .propo_img {
    width: 100%;
    height: 339px;
    overflow: hidden;
}

section.scalable .propo_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.scalable ul li {
    position: relative;
    line-height: 32px;
    text-align: justify;
}

section.scalable ul li:before {
    content: '';
    position: absolute;
    background: #1c85b5e8;
    height: 12px;
    width: 9px;
    top: 10px;
    left: -14px;
    clip-path: polygon(0 0, 100% 0, 100% 12%, 49% 49%, 0 13%);
    rotate: 267deg;
}

section.customer {
    padding: 40px 0;
    position: relative;
    text-align: center;
    background-image: url('../images/SL_101619_24150_51.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.customer h2 {
    color: #ffffff;
}

section.customer h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #ffffff, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

section.client {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

section.client h2 {
    color: #000;
}

section.client h2:after {
    position: absolute;
    content: '';
    background: linear-gradient(359deg, #1979a5, transparent);
    height: 4px;
    width: 180px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.gallery-box {
    position: relative;
    height: 125px;
    overflow: hidden;
    box-shadow: 2px 8px 13px #0000006b;
    margin: 17px 15px;
    width: 100%;
}

.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-nav .owl-next i {
    border: 1px solid #000;
    padding: 5px 10px;
    margin-top: 8px;
    color: rgb(26 126 171);
    font-size: 24px;
    margin-left: 8px;
}

.owl-nav .owl-prev i {
    border: 1px solid #000;
    padding: 5px 10px;
    margin-top: 8px;
    color: rgb(26 126 171);
    font-size: 24px;
}

footer {
    background-image: url('../images/dp_box.jpg');
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer::before {
    position: absolute;
    background: #1a7eab7a;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.footer1 h4 {
    font-size: 20px;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer1 h4::after {
    background: #1a7eab;
    width: 33px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 34px;
    z-index: 8;
    height: 4px;
}

.footer1 h4:before {
    content: '';
    font-weight: 600;
    width: 111px;
    height: 4px;
    background: #3d5a66;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.footer-link {
    padding: 0;
    margin: 0;
}

ul.footer-link li {
    margin-bottom: 15px;
}

ul.footer-link li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    background: url('../images/footer-link-icon.png');
    background-repeat: no-repeat;
    background-position-y: 4px;
    padding-left: 16px;
    text-decoration: none;
}

.address ul {
    padding: 0;
    margin: 0;
}

.address ul li {
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.address ul li i {
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-map iframe {
    width: 100%;
    height: 130px;
    position: relative;
}

.copyright {
    z-index: 9;
    color: #fff;
}

button#back-to-top {
    position: fixed;
    bottom: 8px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a7eab;
    color: #fff;
    border: none;
    box-shadow: 0 0 11px #1a7eabc9;
    z-index: 9;
    transition: all ease-in-out 0.5s;
    opacity: 1;
}


/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #1c85b5e8;
}

/*
 *  Custom Scrollbar End
 */








/*Min Width End*/
/*Max Width*/

@media (max-width:1900px) {
    section.section2 .logo-box h3 {
        width: 17%;
    }
    section.miscellaneous .logo-box h3 {
        width: 17%;
    }
}

@media (max-width:1619px) {
    .logo {
        left: 157px;
    }
    .nav_search {
        top: 14px;
        left: 295px;
    }
    section.education_sector div#v-pills-tabContent {
        width: 61%;
    }
}

@media (max-width:1400px) {
    .logo {
        left: 52px;
    }
    section.section2 .logo-box p {
        font-size: 19px;
    }
}

@media (max-width:1300px) {
    .logo {
        left: 88px;
    }
    section.section2 .logo-box p {
        font-size: 16px;
    }
    section.section2 .logo-box h3 {
        width: 19%;
    }
    section.miscellaneous .logo-box h3 {
        width: 19%;
    }
    section.education_sector div#v-pills-tabContent {
        width: 58%;
    }
}

@media (max-width:1200px) {
    .logo {
        left: 36px;
    }
}

@media (max-width:992px) {
    .logo {
        left: 29px;
    }
    .nav_search {
        left: 169px;
    }
    .fixed .logo {
        left: 50px;
    }
    section.section2 .logo-box h3 {
        width: 23%;
    }
    section.section2 .logo-box p {
        font-size: 13px;
    }
    section.miscellaneous .logo-box h3 {
        width: 23%;
    }
    .card h3 {
        font-size: 23px;
    }
    .nav-pills .nav-link {
        font-size: 18px;
    }
    .partner img {
        object-fit: fill;
    }
}

@media (max-width:768px) {
    .first {
        margin-top: 79px;
    }
    section.section1 h2 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
    }
    h2 {
        margin-bottom: 30px;
    }
    section.section1 p {
        font-size: 12px;
    }
    section.section1 button {
        width: 19%;
        padding: 8px 9px;
    }
    section.section2 .logo-box h3 {
        width: 31%;
    }
    section.section2 .logo-box p {
        font-size: 11px;
    }
    .section2 .logo-box {
        padding: 10px 4px;
    }
    section.miscellaneous .logo-box h3 {
        width: 29%;
        height: 61px;
    }
    section.miscellaneous .logo-box .round2 {
        width: 72px;
        height: 72px;
        top: 29px;
    }
    section.miscellaneous .logo-box .round {
        width: 84px;
        height: 84px;
        top: 22px;
    }
    .card h3 {
        font-size: 18px;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }
    .partner {
        height: 127px;
    }
    section.key_products .card {
        height: 210px;
    }
    section.key_products .card h2 {
        top: 38%;
        left: 17px;
        font-size: 18px;
    }
    h2:after {
        width: 104px;
        left: 1px;
    }
    h2:before {
        height: 5px;
        width: 39px;
        bottom: -11px;
    }
    ul.footer-link li a {
        font-size: 11px;
    }
    ul.footer-link li {
        margin-bottom: 4px;
    }
    .address ul li {
        font-size: 11px;
    }
    .footer-map iframe {
        height: 75px;
    }
    .copyright p {
        font-size: 12px;
    }
    .nav-menu > li > a {
        color: #000;
    }
    .nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
        color: #000;
    }
}

@media (max-width:576px) {
    section.section1 button {
        width: 28%;
    }
    section.section2 .logo-box h3 {
        width: 41%;
    }
    section.miscellaneous .logo-box h3 {
        width: 31%;
        height: 48px;
    }
    section.miscellaneous .logo-box .round2 {
        width: 62px;
        height: 62px;
        top: 27px;
        left: 1px;
    }
    section.miscellaneous .logo-box .round {
        width: 76px;
        height: 75px;
        top: 21px;
    }
    section.miscellaneous .logo-box p {
        font-size: 12px;
    }
    .card h3 {
        font-size: 30px;
    }
    section.key .logo-box h3 {
        font-size: 13px;
    }
    .gallery-box {
        height: 351px;
    }
    .partner {
        height: 226px;
        margin-bottom: 35px;
    }
    section.key_products .card {
        height: 287px;
        margin-bottom: 35px;
    }
    section.key_products .card h2 {
        top: 45%;
        left: 33%;
        font-size: 22px;
    }
    .counter {
        margin: 0 50px 95px 50px;
    }
    .footer-map iframe {
        height: 154px;
    }
}
@media (max-width:420px) {
    section.section1 button {
        width: 34%;
        margin-left: 12px;
    }
    .section2 .logo-box {
        width: 45%;
    }
    section.section2 .logo-box h3 {
        width: 37%;
    }
    section.miscellaneous .logo-box {
        width: 46%;
    }
    section.miscellaneous .logo-box h3 {
        height: 56px;
    }
    section.miscellaneous .logo-box .round2 {
        width: 68px;
        height: 68px;
        top: 27px;
    }
    section.miscellaneous .logo-box .round {
        top: 23px;
    }
    section.miscellaneous .logo-box p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .nav-pills .nav-link {
        line-height: 18px;
        font-size: 12px;
        padding: 6px 29px;
    }
    section.education_sector .tab-content p {
        margin-top: 7px;
        font-size: 12px;
        text-align: justify;
    }
    .logo-box {
        width: 28%;
    }
    .gallery-box {
        height: 249px;
        width: 91%;
    }
    section.key_products .card h2 {
        left: 26%;
    }
}
@media (max-width:360px) {
    .top .language select {
        font-size: 8px;
    }
    .career ul li a {
        font-size: 10px;
    }
    .career ul li {
        padding: 0 10px;
    }
    .nav_search {
        left: 139px;
    }
    .nav_search input {
        width: 80%;
    }
    section.section1 button {
        width: 37%;
    }
    section.section2 .logo-box h3 {
        width: 45%;
    }
    section.miscellaneous .logo-box h3 {
        width: 37%;
        top: 32px;
    }
    .logo-box {
        width: 29%;
    }
    section.scalable ul li {
        line-height: 24px;
        font-size: 12px;
    }
    section.scalable ul li:before {
        top: 7px;
    }
}

/*Max Width End*/