@import url(../fonts/lucida/stylesheet.css);
@import url(../fonts/helvetica/stylesheet.css);
@import url(../fonts/arial/stylesheet.css);
@import url(../fonts/opensans/stylesheet.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%;
}

body {
    font-family: 'Lucida Sans', 'Helvetica', 'Arial', 'Open Sans';
    color: #696969;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lucida Sans', 'Helvetica', 'Arial';
}

header,
section,
footer {
    width: 100%;
    float: left;
}

.container {
    max-width: 1200px;
}

header {
    position: relative;
    z-index: 100;
}

header.top {
    padding: 17px 0 20px;
    background: #172e55;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.top.shrink {
    padding: 10px 0;
}

.top.shrink .logo img {
    height: 40px;
}

.top.shrink li a {
    font-size: 14px;
}

.top .logo img {
    transition: height 0.3s ease-in-out;
    transition: all ease-in-out 0.5s;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: rgb(242 142 54);
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

header.top li:hover .nav-link {
    color: rgb(242 142 54);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 32px;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

header.top ul li {
    display: inline-block;
    padding: 0 10px;
}

.menu-con {
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    float: right;
}

.top.shrink .menu-con {
    margin-top: 8px;
}

.nav-submenu {
    border-color: #ffffff00 !important;
}

.logo figure {
    margin: 0;
    height: 100%;
}

.logo a {
    color: #fff;
    text-decoration: none;
}

.logo h1 {
    font-size: 15px;
    font-family: system-ui;
}

.logo {
    width: 100%;
    margin-top: 16px;
    letter-spacing: 6px;
}

.top.shrink .btnn button {
    margin-top: 5px;
}

.btnn button {
    border: none;
    border-radius: 5px;
    background: #f28e36;
    color: #fff;
    padding: 6px 16px;
    transition: all ease-in-out 0.5s;
    font-family: sans-serif;
}

section.cta_section {
    position: relative;
    padding: 40px 0;
    height: 450px;
    margin-top: 79px;
}

section.cta_section:before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero_section {
    margin: 0 auto;
    width: 70%;
    position: relative;
}

.hero_section h1 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}

.hero_section p {
    color: #ffffff;
    margin-top: 30px;
    font-size: 15px;
}

.hero_section a {
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    background: #f28e36;
    padding: 6px 10px;
    border-radius: 32px;
    transition: all ease-in-out 0.3s;
}

section.cta_section figure img {
    position: relative;
    top: -70px;
    height: 96%;
    z-index: 99;
    transition: all ease-in-out 0.5s;
    width: 87%;
    float: right;
}

section.cta_section figure {
    height: 500px;
    transition: all ease-in-out 0.5s;
}

.section {
    padding: 0px 0 60px;
}

.partner-badge {
    text-align: center;
    margin-bottom: 20px;
}

.overview {
    padding: 40px 0;
}

.overview p {
    font-size: 18px;
    color: #172e55;
}

.btn-custom {
    background-color: #f28e36;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-custom:hover {
    background-color: #f28e36;
    color: white;
}

.heading-color {
    color: #17426b;
    text-align: center;
}

.content-box h2 {
    font-weight: 700;
}

.category-box {
    background: #172e55;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 5px;
}

.know-more {
    background: #f28e36;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.know-more:hover {
    background: #f28e36;
    color: white;
}

.content-box {
    background: #132238;
    color: white;
    padding: 20px;
    margin: 10px 0;
}

.content-box-no-background {
    background: transparent;
}

.content-title {
    font-size: 24px;
    font-weight: bold;
}

.title-color {
    color: #f28e36;
}

.footer-image-background {
    position: relative;
    background: url(bg-image-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    /* Adjust as needed */
}

.footer-image-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust opacity for overlay */
    z-index: 0;
    /* Keeps the overlay behind the content */
}

.footer-image-background .row {
    position: relative;
    z-index: 1;
    /* Ensures text is above the overlay */
    color: white;
    /* Adjust text color for visibility */
}



.card-header {
    height: 200px;
    width: 100%;
    background: url('../images/image2.png');
    background-size: cover;
    background-position: center;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;

}

.card-header i {
    color: #fff;
    font-size: 72px;
}

.card-text {
    text-align: justify !important;
}

.breadcrumbb {
    background: #eef4ff;
    padding: 13px 0 0;
    box-shadow: 0px 1px 8px #00000045;
}

li.breadcrumb-item {
    font-size: 17px;
}

section.banner {
    margin-top: 79px;
    position: relative;
    background-image: url('../images/bg-image.jpg');
    background-repeat: no-repeat;
    padding: 32px 0;
}

section.banner:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #00f5ff80, #07d7dec2);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section.banner h2 {
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 700;
}

section.experience {
    padding: 60px 0;
    position: relative;
}

section.experience h2 {
    color: #17426b;
    text-align: center;
    font-weight: 700;
    margin-bottom: 55px;
}

.progress_status {
    background: #172e55;
    padding: 46px 31px;
}

.progress_status h5 {
    color: #fff;
    font-size: 26px;
}

.progress-item {
    margin-bottom: 19px;
}

.label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 5px;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: relative;
    overflow: visible;
}

.progress {
    height: 9px;
    background: #f39c12;
    /* Orange Progress */
    border-radius: 3px;
    position: absolute;
}

.box {
    background: linear-gradient(181deg, #6cb6ff, #004080);
    text-align: center;
    padding: 10px 10px;
    margin: 28px 0 0 0;
    border-radius: 10px;
}

.box2 {
    background: #fff;
    border-radius: 5px;
    padding: 12px 0px;
}

.box h5 {
    color: #172e55;
    font-size: 28px;
    font-weight: 700;
}

.box p {
    color: #000;
    margin: 0;
}


section.glance {
    padding: 10px 0 0;
    background: #f28e36;
}

section.glance p {
    color: #ffffff;
    font-size: 16px;
}

/* section.architecture {
    padding: 60px 0;
}

section.architecture h2 {
    color: #17426b;
    text-align: center;
    font-weight: 700;
    margin-bottom: 55px;
} */
section.contacts {
    padding: 60px 0;
    background: #00b0f0;
}

.border-right {
    position: relative;
}

.border-right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 138px;
    background: #fff;
    right: 0;
    top: 0;
}

section.contacts p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

section.contacts a {
    color: #fff;
    background-color: #f28e36;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 5px;
}

section.form_section {
    background: #f28e36;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 0;
}

section.inquiry {
    padding: 60px 0;
    background-image: url('../images/pngtree.png');
    background-repeat: no-repeat;
    background-position: left 47px bottom 14px;
    background-size: 372px 372px;
}

section.inquiry h5 {
    color: #172e55;
    font-weight: 700;
}

section.inquiry p {
    color: #172e55;
}

.text-center select {
    padding: 8px 10px;
}

.text-center a {
    background: #f28e36;
    color: #fff;
    padding: 7px 8px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 22px;
}

label.form-check-label {
    color: #172e55;
}

section.case_study {
    background: #172e55;
    padding: 40px 0;
    text-align: center;
}

section.case_study h3 {
    font-style: italic;
    font-size: 16px;
    color: #ffffff;
}

section.case_study strong {
    color: #2ea3f2;
}

section.case_study h2 {
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}

.case_card h5 {
    font-size: 14px;
    text-align: left;
    color: #00b0f0;
    font-family: sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case_card h4 {
    font-size: 24px;
    text-align: left;
    font-family: sans-serif;
    color: #ffffff;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.case_card figure {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.case_card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
}

.case_card a {
    float: right;
    color: #f28e36;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    font-family: sans-serif;
}

.case_card {
    transition: all ease-in-out 0.5s;
    margin-top: 30px;
}

.case_card:hover img {
    transform: scale(1.5);
    rotate: 8deg;
}

.view_more a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    background: #f28e36;
    padding: 6px 10px;
    border-radius: 32px;
    transition: all ease-in-out 0.3s;
}

.impact p {
    color: #17426b;
}

.view_more {
    margin-bottom: 22px;
}

.view_more a:hover i {
    transform: translateX(10px);
}

.view_more i {
    transition: all ease-in-out 0.5s;
}

section.at_a_glance {
    position: relative;
    padding: 60px 0;
}

.glavne_content {
    position: relative;
    text-align: center;
}

.glavne_content h2 {
    color: #000000;
    font-weight: 700;
}

.glavne_content p {
    font-style: italic;
    font-size: 19px;
    color: #000;
}

.glavne_content strong {
    color: #2ea3f2;
}

.bg {
    background: #17426b;
    padding: 17px 16px 0;
    border-radius: 14px;
    box-shadow: 0 0 13px #00000052;
}

.bg:hover i {
    background: #f28e36;
    color: #ffffff;
}

.bg h6 {
    color: #f28e36;
    font-family: sans-serif;
}

.bg p {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bg figure {
    margin: 20px 0 0 19px;
}

.right_icon {
    text-align: right;
    font-size: 10px;
    color: #fff;
}

.right_icon i {
    border: 1px solid #dadada;
    padding: 9px 9px;
    border-radius: 50%;
    background: #fff;
    color: #7a7a7a;
    margin-bottom: 9px;
    transition: all ease-in-out 0.5s;
}


section.blog {
    padding: 60px 0;
    position: relative;
    text-align: center;
    background: #00b0f0;
}

section.blog h2 {
    text-align: center;
    color: #fff;
    font-weight: 800;
}

section.blog h3 {
    font-style: italic;
    font-size: 19px;
    color: #fff;
    margin: 30px 0 60px;
}

.blog a {
    float: right;
    color: #000;
    display: none;
}

.blog_post:hover a {
    color: #f28e36;
    display: block;
}

.blog_post h5 {
    font-size: 20px;
    text-align: justify;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    line-height: 32px;
}

.blog_post p {
    color: rgb(23 46 85);
    text-align: left;
}

section.about {
    padding: 40px 0 80px;
    position: relative;
    background: #e4e4e4;
}

section.about::before {
    content: '';
    position: absolute;
    background-image: url('../images/team.png');
    background-repeat: no-repeat;
    background-position: right 50px bottom 19px;
    background-size: 513px 317px;
    width: 100%;
    height: 100%;
    top: 0;
}

section.about h4 {
    color: #000;
    font-weight: 600;
}

section.about p {
    color: #000000ba;
    font-size: 14px;
    line-height: 25px;
}

.mission-box {
    background: #9dff9d;
    padding: 14px 20px;
    box-shadow: 0 7px 20px 0px #b7b7b7;
}

.inner_sec {
    position: absolute;
    left: 0;
    width: 86%;
    right: 0;
    margin: 0 auto;
}

.mission-box h6 {
    color: #000;
    font-weight: 700;
}

footer.footer {
    background: #17426b;
    position: relative;
    padding: 40px 0 0;
}

footer.footer strong {
    color: #f28e36;
}

footer.footer p {
    color: #b1b1b1;
    text-align: justify;
    margin-top: 20px;
    font-family: sans-serif;
}

.links {
    padding-left: 69px;
}

footer.footer ul li {
    color: #b1b1b1;
    line-height: 30px;
    position: relative;
    font-family: sans-serif;
}

footer.links ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #b2f61b;
    border-bottom: 5px solid transparent;
    top: 10px;
    left: -14px;
}

footer.footer ul li a {
    color: #b1b1b1;
    text-decoration: none;
}

.social_media {
    display: flex;
}

footer.footer h2 {
    padding-top: 12px;
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
    font-family: sans-serif;
}

footer.footer ul,
.social_media {
    margin-top: 28px;
}

.hexagon-wrapper {
    margin: auto 16px;
    display: flex;
    text-align: initial;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.hexagon {
    position: relative;
    width: 46%;
    height: 80%;
    margin: auto;
    color: white;
    background: linear-gradient(-180deg, #ccff02, #1dc5b1);
    display: flex;
    align-content: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;
}

.hexagon i {
    z-index: 1;
    margin: auto;
    font-size: 23px;
    color: #172e55;
    background: linear-gradient(45deg, #a58fe9, #e37682);
    background-clip: text;
    -webkit-background-clip: text;
}

.hexagon:before,
.hexagon:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    transform-origin: center;
    box-shadow: 0 0 13px #172e55;
}

.hexagon:before {
    transform: rotateZ(60deg);
}

.hexagon:after {
    transform: rotateZ(-60deg);
}

.hexagon:hover {
    border-radius: 50px;
}

.hexagon:hover:before {
    border-radius: 50px;
    transition: 0.5s;
}

.hexagon:hover:after {
    border-radius: 50px;
    transition: 0.5s;
}

button#back-to-top {
    position: fixed;
    bottom: 28px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #172e55;
    color: #fff;
    border: none;
    box-shadow: 0 0 11px 4px #02bcccb3;
    z-index: 9;
    transition: all ease-in-out 0.5s;
    opacity: 1;
    rotate: -96deg;
}

.form {
    margin-top: 57px;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 16px 0 0px;
    background: #172e55;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.copy-right {
    background: #172e55;
}

/*
 *  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: #ff7350;
}

/*
 *  Custom Scrollbar End
 */
/* header */








/*Min Width End*/
/*Max Width*/

@media (max-width:1900px) {}

@media (max-width:1619px) {}

@media (max-width:1400px) {}

@media (max-width:1300px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:768px) {}

@media (max-width:576px) {}

/*Max Width End*/


/* Parsley */
.parsley-errors-list {
    color: red;
    list-style-type: none;
    font-size: 12px;
}