:root {
    /*    --font-family: "Inter", sans-serif;*/
    --primary: #7360f2;
       --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
/*    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);*/
}
/*======================================
	01. Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
       
    }

        .header .mobile-menu-btn .toggler-icon {
            background-color: #fff;
        }

        .header .button {
            margin: 0 !important;
        }

        .header .navbar-collapse {
            position: absolute;
            top: 67px !important;
            left: 0;
            width: 100%;
            background-color: #fff;
            
            z-index: 9;
            -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            max-height: 350px;
            overflow-y: scroll;
            border-top: 1px solid #eee;
        }

        .header .navbar .navbar-nav .nav-item a:hover {
            color: var(--primary) !important;
        }

        .header .navbar .navbar-nav .nav-item a.active {
            color: var(--primary) !important;
        }

        .header .navbar-nav .nav-item {
            margin: 0;
        }

            .header .navbar-nav .nav-item:hover a {
                color: var(--primary);
            }

            .header .navbar-nav .nav-item a {
                padding: 12px 16px !important;
            }

                .header .navbar-nav .nav-item a::before {
                    display: none;
                }

            .header .navbar-nav .nav-item .sub-menu {
                position: static;
                width: 100%;
                opacity: 1;
                visibility: visible;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0;
                border: none;
                margin-left: 15px;
                margin-right: 15px;
            }

                .header .navbar-nav .nav-item .sub-menu .nav-item a {
                    padding: 12px 12px;
                }

                    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
                        color: var(--primary) !important;
                    }

            .header .navbar-nav .nav-item a {
                color: #051441;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 10px 0;
            }

                .header .navbar-nav .nav-item a::after {
                    opacity: 1;
                    visibility: visible;
                }

            .header .navbar-nav .nav-item .sub-menu li.active {
                background: #fff !important;
                color: var(--primary) !important;
            }

            .header .navbar-nav .nav-item .sub-menu .nav-item {
                margin: 0 !important;
            }

                .header .navbar-nav .nav-item .sub-menu .nav-item a {
                    padding: 10px 12px !important;
                }

            .header .navbar-nav .nav-item .sub-menu li:hover {
                background: #fff !important;
                color: var(--primary) !important;
            }

            .header .navbar-nav .nav-item a {
                font-size: 14px;
            }

                .header .navbar-nav .nav-item a:hover {
                    color: var(--primary);
                }
}

@media (max-width: 767px) {
    .header {
      
    }

        .header .mobile-menu-btn .toggler-icon {
            background-color: #fff;
        }

        .header .navbar-collapse {
            position: absolute;
            top: 62px !important;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 9;
            -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            
            max-height: 350px;
            overflow-y: scroll;
            border-top: 1px solid #eee;
            border-radius: 8px;
        }

        .header .navbar .navbar-nav .nav-item a:hover {
            color: var(--primary) !important;
        }

        .header .navbar .navbar-nav .nav-item a.active {
            color: var(--primary) !important;
        }

        .header .navbar-nav .nav-item {
            margin: 0;
        }

            .header .navbar-nav .nav-item:hover a {
                color: var(--primary);
            }

            .header .navbar-nav .nav-item a {
                padding: 12px 16px !important;
            }

                .header .navbar-nav .nav-item a::before {
                    display: none;
                }

            .header .navbar-nav .nav-item .sub-menu {
                position: static;
                width: 100%;
                opacity: 1;
                visibility: visible;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0;
                border: none;
                margin-left: 15px;
                margin-right: 15px;
            }

                .header .navbar-nav .nav-item .sub-menu .nav-item a {
                    padding: 12px 12px;
                }

                    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
                        color: var(--primary) !important;
                    }

            .header .navbar-nav .nav-item a {
                color: #051441;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 10px 0;
            }

                .header .navbar-nav .nav-item a::after {
                    opacity: 1;
                    visibility: visible;
                }

            .header .navbar-nav .nav-item .sub-menu li.active {
                background: #fff !important;
                color: var(--primary) !important;
            }

            .header .navbar-nav .nav-item .sub-menu .nav-item {
                margin: 0 !important;
            }

                .header .navbar-nav .nav-item .sub-menu .nav-item a {
                    padding: 10px 12px !important;
                }

            .header .navbar-nav .nav-item .sub-menu li:hover {
                background: #fff !important;
                color: var(--primary) !important;
            }

            .header .navbar-nav .nav-item a {
                font-size: 14px;
            }

                .header .navbar-nav .nav-item a:hover {
                    color: var(--primary);
                }
}

.header .navbar-brand img {
    width: 70px; /* Postavi širinu */
    height: auto; /* Automatski prilagodi visinu proporcionalno */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .navbar-brand img {
        width: 70px; /* Postavi širinu */
        height: auto; /* Automatski prilagodi visinu proporcionalno */
    }
}

@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 60px; /* Postavi širinu */
        height: auto; /* Automatski prilagodi visinu proporcionalno */
        margin-left: 10px;
    }
}

.header.sticky .button .btn {
    background-color: var(--primary);
    color: #fff;
}

    .header.sticky .button .btn:hover {
        background-color: #081828;
        color: #fff;
    }

.sticky {
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
    background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: var(--primary);
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

/*    .navbar-area.sticky {
        position: fixed;
        z-index: 99;
        -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        padding: 0px 0;
    }*/

.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}

.mobile-menu-btn {
    padding: 0px;
}

    .mobile-menu-btn:focus {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mobile-menu-btn .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #222;
        display: block;
        margin: 5px 0;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px;
    }



    .navbar-nav .nav-item:last-child {
        margin-right: 0 !important;
    }

    .navbar-nav .nav-item:hover a {
        color: var(--primary);
    }

.sticky .navbar-nav .nav-item:hover a {
    color: var(--primary);
}

.navbar-nav .nav-item a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-out 0s;
    position: relative;
 
}

    .navbar-nav .nav-item a::after {
        opacity: 0;
        visibility: hidden;
    }

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea5e";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 18px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

    .navbar-nav .nav-item:hover > .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

.navbar-nav .nav-item .sub-menu {
    padding: 30px;
    min-width: 240px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px #0000001a;
    box-shadow: 0px 5px 20px #0000001a;
    position: absolute;
    top: 110% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0 4px 4px;
    border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    margin-bottom: 15px;
}

    .navbar-nav .nav-item .sub-menu .nav-item:last-child {
        margin: 0;
    }

    .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 0;
        color: #888;
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        
        position: relative;
        z-index: 1;
        border-radius: 4px;
        overflow: hidden;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .navbar-nav .nav-item .sub-menu .nav-item a:hover {
            color: var(--primary);
        }

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}

    .navbar-nav .nav-item .sub-menu > li:last-child {
        border: none;
    }

    .navbar-nav .nav-item .sub-menu > li.active > a {
        color: var(--primary) !important;
    }

    .navbar-nav .nav-item .sub-menu > li > a {
        font-weight: 400;
        display: block;
        padding: 12px 15px;
        font-size: 14px;
        color: #222;
        font-weight: 400;
    }

    .navbar-nav .nav-item .sub-menu > li:first-child a {
        border: none;
    }

.header .button {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .header .button {
        display: none;
    }
}

.header .button .btn {
    background-color: #fff;
    color: #081828;
    font-weight: 500;
}

    .header .button .btn:hover {
        color: #fff;
        background-color: var(--primary);
    }

.sticky .button .btn {
    background-color: var(--primary);
    color: #fff;
}

    .sticky .button .btn:hover {
        background-color: var(--primary);
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header .button .signin {
        color: #081828;
    }

        .header .button .signin:hover {
            color: var(--primary);
        }

    .header .button .signup {
        background-color: var(--primary);
        color: #fff;
    }

        .header .button .signup:hover {
            background-color: var(--primary);
            color: #fff;
        }
}

/*======================================
     End Header CSS
  ========================================*/









/*===== FOOTER FIVE =====*/
.footer-five {
    background-color: var(--light-2);
}

    .footer-five .footer-logo {
        margin-bottom: 10px;
       
    }

    .footer-five .social-title {
        font-size: 18px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footer-five .footer-top-content {
        padding: 50px 0 60px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-five .footer-top-content {
        padding: 40px 0 60px 0;
    }
}

@media (max-width: 767px) {
    .footer-five .footer-top-content {
        padding: 25px 0 50px 0;
    }
}

.footer-five .social {
    margin-top: 25px;
}





    .footer-five .social li {
        display: inline-block;
        margin: 0 4px;
    }

@media (max-width: 767px) {
    .footer-five .social li {
        margin: 4px;
    }
}

.footer-five .social a {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #081828;
    background-color: #F4F7FA;
}

    .footer-five .social a:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        border-color: transparent;
        color: #fff;
        background-color: #7360f2;
    }

.footer-five .footer-support {
    padding-top: 21px;
}

    .footer-five .footer-support span {
        font-size: 16px;
        line-height: 24px;
        color: var(--black);
        font-weight: 600;
        margin-top: 9px;
        display: block;
    }

@media (max-width: 767px) {
    .footer-five .footer-support span {
        display: block;
    }
}

.footer-five .footer-copyright {
    padding: 25px 0;
    border-top: 1px solid var(--gray-4);
}

    .footer-five .footer-copyright .copyright .text {
        color: var(--dark-3);
    }



    /* ===== Buttons Css ===== */
.contact-us .form-main .form-group .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

    .contact-us .form-main .form-group .active.primary-btn, .contact-us .form-main .form-group .primary-btn:hover, .contact-us .form-main .form-group .primary-btn:focus {
        background: var(--primary-dark);
        color: var(--white);
        box-shadow: var(--shadow-4);
    }

.contact-us .form-main .form-group .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===========================
    CONTACT css 
===========================*/
.contact-us {
    position: relative;
    background-color: var(--white);
    padding: 100px 0;
}

    .contact-us .section-title-starter {
        text-align: center;
        margin: 0px auto;
        margin-bottom: 50px;
        max-width: 550px;
        position: relative;
        z-index: 5;
    }

        .contact-us .section-title-starter span {
            
            color: var(--white);
            background: var(--primary);
            display: inline-block;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 500;
            padding: 5px 15px;
            border-radius: 4px;
        }

        .contact-us .section-title-starter h2 {
            margin-bottom: 18px;
            
            position: relative;
            font-weight: 700;
        }

        .contact-us .section-title-starter p {
            color: var(--dark-3);
        }

    .contact-us .inner-content {
        border-radius: 5px;
        overflow: hidden;
    }

    .contact-us .title {
        margin-bottom: 30px;
    }

    .contact-us .contact-inner-title {
        margin-bottom: 45px;
    }

    .contact-us .single-head {
        position: relative;
        z-index: 5;
    }

    .contact-us .single-info {
        text-align: left;
        margin-bottom: 30px;
        padding-left: 70px;
        position: relative;
    }

        .contact-us .single-info i {
            font-size: 22px;
            display: inline-block;
            margin-right: 20px;
            position: absolute;
            left: 0;
            top: 0;
            height: 50px;
            width: 50px;
            display: block;
            text-align: center;
            background: var(--primary);
            color: var(--white);
            line-height: 50px;
            border-radius: 5px;
        }

        .contact-us .single-info ul {
            display: inline-block;
        }

            .contact-us .single-info ul li {
                font-weight: 500;
                display: inline-block;
                font-size: 15px;
                color: var(--black);
                display: block;
                margin-bottom: 4px;
            }

                .contact-us .single-info ul li a {
                    font-weight: 500;
                    display: inline-block;
                    font-size: 15px;
                    color: var(--black);
                    -webkit-transition: all 0.3s ease-out 0s;
                    -moz-transition: all 0.3s ease-out 0s;
                    -ms-transition: all 0.3s ease-out 0s;
                    -o-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s;
                }

                    .contact-us .single-info ul li a:hover {
                        color: var(--primary);
                    }

                .contact-us .single-info ul li span {
                    display: block;
                    margin-bottom: 7px;
                    font-size: 17px;
                    font-weight: 600;
                   
                    color: var(--black);
                }

                .contact-us .single-info ul li:last-child {
                    margin-bottom: 0;
                }

        .contact-us .single-info .title {
            margin-bottom: 10px;
            font-weight: 500;
            color: var(--white);
        }

            .contact-us .single-info .title span {
                display: block;
                font-size: 14px;
                margin-top: 8px;
                font-weight: 500;
            }

    .contact-us .form-main {
        padding-right: 40px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-us .form-main {
        padding: 0;
        margin-bottom: 30px;
    }
}

.contact-us .form-main .form-group {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .contact-us .form-main .form-group textarea,
    .contact-us .form-main .form-group input {
        height: 55px;
        line-height: 55px;
        width: 100%;
        border: 2px solid var(--gray-4);
        padding: 0px 20px;
        color: var(--black);
        border-radius: 0px;
        font-weight: 400;
        border-radius: 5px;
    }

        .contact-us .form-main .form-group textarea:focus,
        .contact-us .form-main .form-group input:focus {
            border-color: var(--primary);
        }

    .contact-us .form-main .form-group textarea {
        height: 180px;
        resize: none;
    }

/*# sourceMappingURL=contact-06.css.map */


