@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.container-fluid.content {
    padding-right: 100px;
    padding-left: 100px;
}

main {
    flex: 1;
    padding-bottom: 50px;
}

::selection{
    background: #888;
    color: #fff;
}

ol,
ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-position: outside;
}


a {
    color: inherit;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}

a:hover,
a:focus {
    
    outline: none;
    text-decoration: none;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

small {
    font-size: 60%;
}

.italic {
    font-style: italic;
}

button {
    line-height: 1;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

p {
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: .25px;
}

.bg-1 {
    background-color: #02afe5;
}
.bg-2 {
    background-color: #2B339E;
}

.mt-80 {
    margin-top: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.z-index-n1 {
    z-index: -1;
}

.no-margin {
    margin: 0;
}

.padding {
    padding: 100px 0;
}

.padding-top {
    padding: 100px 0 0;
}

.padding-bottom {
    padding: 0 0 70px;
}

.no-padding {
    padding: 0;
}

.font-404-heading {
    font-size: 130px;
}

.coming-soon-heading {
    font-size: 85px;
}

.whitecolor {
    color: #ffffff;
}

/*img wrap*/
.image {
    overflow: hidden;
}

a.image,
.image img {
    display: block;
}

.image img {
    width: 100%;
}

section,
.image,
.image img {
    position: relative;
}


/* Buttons */
a.btn-more {
    color: #cc0000; 
    font-size: 14px; 
    font-weight: 600; 
    text-transform: uppercase;
}
a.btn-more:hover,
a.btn-more:focus {
    color: #cc0000;
}
a.btn-more::after {
    content:"\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
    padding-left: 10px;
    display: inline-block;
}
a.btn-more:hover::after {
    padding-left: 20px;
}

.button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.button:focus,
.button:active{
    outline: none !important;
    box-shadow: none !important;
}

.transition-3 {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}

.button-padding {
    padding: .8rem 2.25rem !important;
}

.btnprimary {
    background: #fde428;
    color: #fff;
}

.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#2B339E), color-stop(51%, #06C2FC), to(#2B339E));
    background-image: -webkit-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: -moz-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: -o-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: linear-gradient(to right, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    color: #fff;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 42px;
}

.gradient-btn:hover {
    background-position: right center;
}

.btnsecondary:hover,
.btnsecondary:focus,
.btnprimary:hover,
.btnprimary:focus,
.gradient-btn:hover,
.gradient-btn:focus {
    color: #fff;
}

.button-readmore {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.btn-yellow,
.btn-yellow:active {
    background: #fde428 !important;
    color: #002e5b !important;
    outline: none;
}
.btn-default,
.btn-default:active {
    background: #fde428 !important;
    color: #002e5b;
    outline: none;
}
.btn-default:hover,
.btn-default:focus {
    background: #002e5b !important;
    color: #fde428;
    outline: none;
}

.btn-yellow:hover,
.btn-yellow:focus {
    border-color: #fde428 !important;
    background: transparent !important;
    color: #fde428 !important;
}
.btn-hover-blue{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-hover-blue:hover,
.btn-hover-blue:focus,
.btn-blue,
.btn-blue:active {
    background: #002e5b !important;
    color: #fff !important;
    outline: none;
    border-color: #002e5b;
}
.btn-hover-blue,
.btn-blue:hover,
.btn-blue:focus {
    border-color: #002e5b !important;
    background: transparent !important;
    color: #002e5b !important;
}
.btn-white {
    border-color: #fff;
    background: #fff;
    color: #002e5b ;
}
.btn-white:hover,
.btn-white:focus {
    border-color: #fff !important;
    background: transparent !important;
    color: #fff !important;
}


/* transitions common*/
a,
*::before,
*::after,
.button,
.image img,
.navbar,
button,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
#services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i::before,
i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}

.bg-white {
    background-color: #fff;
}

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,

.dropdown-toggle::after {
    transition: all 0s !important;
}


/* ----- Navigation Starts ----- */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
.navbar {
    background: #fff;
    padding: 0;
}

.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.fixed-bottom.menu-top .dropdown-toggle::after {
    content: "\f106";
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    background: #fff !important;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: margin-top 0s;
}

.fixedmenu.no-animation {
    animation: none;
    animation-duration: 0.1s;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/* Scroll down */
.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

.scroll-down i {
    font-size: 12px;
    padding-left: 10px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    margin: 10px 0;
    padding: 0;
    width: 250px;
    position: relative;
}

.navbar-brand.center-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
}

.center-brand+.navbar-collapse {
    margin: 3px 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    position: relative;
    line-height: normal;
    margin: 16px 20px;
    display: inline-block;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #06C2FC;
}

.nav-item.dropdown:hover {
    cursor: pointer;
}

.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}

/* Lang Switcher */
.lang-switcher a {
    padding: 8px 0 !important;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    position: relative;
    line-height: normal;
    margin: 16px 0 16px 40px;
    display: inline-block;
}
.lang-switcher a:hover {
    color: #06C2FC;
}


/*DropDowns*/

.collapse {
    position: relative;
}

.sideNavPages {
    /*border-left: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}

.sideNavPagesInner {
    margin-left: 30px;
}

.sideNavPagesInner .nav-link {
    font-size: 1.2rem !important;
}

/*.collapsePagesSideMenu {*/
/*    display: flex !important;*/
/*}*/

.collapsePagesSideMenu .fas {
    font-size: 12px;
    margin: auto 10px auto auto;
    position: absolute;
    right: -30px;
    top: 43%;
}

.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}

.sideNavPages .nav-link {
    font-size: 16px !important;
    margin-left: 30px !important;
}

.static.dropdown {
    position: static;
}

.dropdown-toggle::after,
.nav-link.collapsePagesSideMenu::after {
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
    margin-left: 6px;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    left: -10px;
    top: auto;
    margin-top: 0;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}
.dropdown-menu.right-show {
    left: auto !important;
    right: 0 !important;
}
.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 16px;
    padding: 0 16px 0 30px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
a.dropdown-toggle::after {
    transition: all 0s;
}
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #222;
}
.dropdown-item:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    color: #06C2FC !important;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    color: inherit;
    opacity: 0;
    transition: 0.2s;
}
.dropdown-item:hover:before {
    opacity: 1;
}
.dropdown-item:hover {
    color: #06C2FC !important;
}
.navbar .dropdown .dropdown-toggle::after {
    transition: 0.3s ease-in all !important;
}
.navbar .dropdown:hover .dropdown-toggle::after {
    transform: scaleY(-1);
}
.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}
.dropdown-item.active,
.side-nav .navbar-nav .nav-link.active {
    color: #06C2FC !important;
}


/* Side Menu */

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 50px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 0;
    right: 50px;
    display: none;
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    display: block;
    background: #222;
}

.transparent-bg .sidemenu_btn>span {
    background: #fff;
}

.fixedmenu .sidemenu_btn>span:not(.gradient-bg) {
    background: #222 !important;
}

.sidemenu_btn>span:nth-child(2) {
    margin: 4px 0;
}


/*side close btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    top: 15px;
    margin-right: 2rem;
    right: 15px;
    cursor: pointer;
}

.side-menu .btn-close.btn-close-no-padding {
    top: 24px;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    left: 16px;
    height: 24px;
    width: 2px;
    background: #222;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
}

.side-menu:not(.gradient-bg) {
    background: #fff;
}

.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-menu .navbar-brand {
    margin-top: -45px;
}

.side-menu .inner-wrapper {
    padding: 4.5rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-nav >.navbar-nav{
    display: flex;
    flex-direction: column !important;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #222 !important;
    padding: 5px 0 !important;
    margin: 0;
    font-size: 18px;
}

.side-nav .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    background: #06C2FC;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-left: 5px;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*---- Navigation Ends ----*/


/*---- Owl slider ----*/
/*Dots*/
.owl-dots {
    margin-top: 2rem;
    text-align: center;
}

.owl-dots .owl-dot {
    height: 3px;
    width: 20px;
    background: #002e5b;
    margin: 2px 3px;
    border: 1px solid #002e5b;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

.no-dots .owl-dots {
    display: none;
}

.owl-dots .owl-dot {
    position: relative;
}

/*Buttons*/
.owl-prev,
.owl-next {
    background: transparent;
    border: none;
    color: #002e5b;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 29px;
}

.gray-body .owl-nav button,
.gray-body .back-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-prev,
.owl-prev::before,
.owl-next,
.owl-next::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.owl-prev::before,
.owl-next::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#2B339E), color-stop(51%, #06C2FC), to(#2B339E));
    background-image: -webkit-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: -moz-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: -o-linear-gradient(left, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
    background-image: linear-gradient(to right, #2B339E 0%, #06C2FC 51%, #2B339E 100%);
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff !important;
}

.owl-prev:hover::before,
.owl-next:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/* Banner */
.banner {
    width: 95%;
    margin: 0 auto;
}
.slider-area {
    color: #fff;
    align-items: center;
    display: flex;
    position: relative;
    background-image: url(../img/val-ucenja-nina-novak.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    height: 100vh;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #181a1f;
    opacity: .4;
}
.heading-area {
    width: 50%;
    padding: 60px 30px 60px 100px;
    position: relative;
    display: inline-block;
}
.slider-area h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.slider-area h4 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 50px;
}
.slider-area h5 {
    font-size: 24px;
    margin-bottom: 30px;
}

/* Content */
.heading-title h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.heading-title h5 {
    color: #2B339E;
    margin-bottom: 50px;
}
p a, .holder ul li a, .pimcore_area_content ul li a {
    text-decoration: none;
    border-bottom: 1px solid #42d2ff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
p a:hover, .holder ul li a:hover, .pimcore_area_content ul li a:hover {
    color: #42d2ff;
}


/* Index content */
.index-banner {
    padding: 80px 0;
    color: #fff;
    margin: 0 auto;
}
.index-banner-block {
    padding: 50px 30px 60px;
    background: rgba(0, 0, 0, 0.5);
}
.index-banner-block h2 {
    margin-bottom: 50px;
}
.text-pad-left {
    padding-left: 50px !important;
}
.text-pad-right {
    padding-right: 50px !important;
}
.about-box {
    color: #fff;
    text-align: center;
    padding: 50px 20px 110px;
    height: 100%;
    position: relative;
}
.about-box h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.about-btn {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}

.index-banner-item {
    padding-bottom: 50px;
    position: relative;
}
.index-banner-item a {
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.index-banner-item h5 {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
a .index-banner-info {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.index-banner-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 25px;
}
.index-banner-item:last-of-type {
    padding-bottom: 0;
}
.index-banner-item:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.index-banner-link {
    color: #06C2FC;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.index-banner-item a:hover,
.index-banner-item a:focus,
.index-banner-item a:hover .index-banner-info,
.index-banner-item a:focus .index-banner-info {
    color: #06C2FC;
}

.index-block {
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.index-block h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.index-block h5 {
    margin-bottom: 5px;
    color: #2B339E;
    background-image: -webkit-radial-gradient(circle, #2B339E 0%, #06C2FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}


/* Sub Pages */
.pagetitle-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pagetitle {
    padding: 150px 50px 80px;
    background: rgba(255, 255, 255, 0.7);
}
.pagetitle h1 {
    text-transform: uppercase;
}
.pagetitle h4 {
    margin-bottom: 30px;
}
.pagetitle p,
.pagetitle ul {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
}

.pimcore_area_program-block {
    padding-bottom: 50px;
    margin-bottom: 70px;
    border-bottom: 1px #ccc solid;
}
.pimcore_area_program-block:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.program-block-title h2 {
    font-size: 40px;
    margin-bottom: 50px;
}
.program-block-holder {
    margin-bottom: 50px;
}
.program-block {
    background-color: #ededec;
    height: 100%;
    position: relative;
}
.program-block-title h5 {
    margin-bottom: 5px;
    color: #2B339E;
    background-image: -webkit-radial-gradient(circle, #2B339E 50%, #06C2FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.program-block-content {
    padding: 20px 20px 110px;
}
.program-block-content h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.program-block-content p {
    margin-bottom: 0;
}
.program-btn {
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.program-block video,
.program-block img {
  width: 100%;
  height: auto;
}
.subscribe-btn {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

hr {
    border-top: 2px solid #dee2e6 !important;
    margin: 50px 0 100px;
}

.content-block {
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.content-block h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.subtit-h2,
.subtit-h3 {
    margin-bottom: 20px;
}


/* Testimonials */
.testimonials-holder {
    padding: 80px 0 60px;
    margin-bottom: 80px;
}
.testimonials-holder h2 {
    text-align: center;
    margin-bottom: 50px;
}
.testimonials-holder .item {
    padding: 0 30px;
}
.testimonial-text {
    margin-bottom: 5px;
}
.testimonials-holder .item h4 {
    font-size: 20px;
}

#testimonial-main-slider .owl-dot {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #2B339E;
    transition: 0.4s all;
    overflow: hidden;
}

#testimonial-main-slider .active.owl-dot {
    background: #06C2FC;
}

/* Contact */
.contact h2 {
    margin-bottom: 50px;
}
.modal-body a {
    text-decoration: underline;
}
.contact .form-group label,
.contact .checkbox label,
.modal-body .form-group label,
.modal-body .checkbox label {
    font-size: 16px;
    padding-left: 0;
    cursor: default;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-header .close {
    margin-left: auto;
    float: right;
}
button.btn-text {
    background: transparent;
    margin-right: 30px;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #42d2ff;
}
button.btn-text:hover {
    color: #06C2FC;
}
/*input[type=radio] {
    margin: 0 7px 20px 0;
}*/
.app-title {
    color: #555;
}
.form-group {
    margin-bottom: 0;
}
.form-check {
    margin-bottom: 1rem;
}

#letna-priprava-modal .form-group label {
    font-weight: 400;
}
#letna-priprava-modal .form-check {
    margin-bottom: 5px;
}
#letna-priprava-modal small {
    font-size: 80%;
    padding-bottom: 5px;
}


/* Breadcrumbs */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    position: relative;
}

.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item a:hover {
    color: #cc0000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}


/*Faq Accordions*/
#accordion .card {
    margin-bottom: 15px;
}

#accordion .card:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header .card-link {
    display: block;
    padding: .75rem 1.25rem;
    background: #fff;
    border: none;
    font-size: 1.125rem;
    color: #002e5b;
}

.card-header .card-link:before {
    content: "\f107";
    float: right;
}

.card-header .card-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

.card-body p:last-child {
    margin-bottom: 0;
}


/* Forms */

/* CheckBox */


.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

textarea {
    min-height: 160px;
    resize: none;
}
textarea#FreeConsultation1 {
    min-height: 200px;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #002e5b;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}


/* 404 */
#error .error {
    position: relative;
}

#error .error h1 {
    position: relative;
    color: #ebebeb;
    font-size: 12rem;
    margin-top: 2.85rem;
}

#error .error h2 {
    font-size: 2rem;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: moveUpDown404 1s infinite linear;
}

@keyframes moveUpDown404 {
    0% {
        transform: translate(-50%, -50%);
    }
    25% {
        transform: translate(-50%, -60%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    75% {
        transform: translate(-50%, -40%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}


/* Pagination */
.pagination li>a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

.pagination li>a:hover,
.pagination li>a:focus,
.pagination li.active>a {
    background: #fde428 !important;
    color: #fff;
    border: 0;
}

.pagination li>a.disabled {
    pointer-events: none;
}

.pagination li>a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo>img,
.single_post .post>img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}


/* Footer */
.footer-up {
    color: #ddd;
    background: linear-gradient(to bottom,  #14184e 0%,#14184e 46%,#2b339e 100%); 
    padding: 40px 0;
    position: relative;
}
.footer-logo {
    margin-bottom: 30px;
}
footer .footer-col ul {
    list-style: none;
    margin: 0;
}
footer h4 {
    margin-top: 10px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

footer a {
    color: #ddd;
}

footer a:hover,
footer a:focus {
    color: #06C2FC;
}

footer li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free", serif;
    color: #06C2FC;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
}

.footer-data {
    color: #fff;
    background-color: #444;
    padding: 30px;
        height: 100%;
}

.footer-holder {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.footer-social {
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}
.footer-social span {
    margin-right: 10px;
}
.footer-social a i {
    font-size: 18px;
    color: #ddd;
    margin: 0 5px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.footer-social a:hover i,
.footer-social a:focus i {
    color: #06C2FC;
}
.footer-copyright {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/* Wave */
.footer-down {
    background-color: #2B339E;
    height: 200px;
    width: 100%;
    position: relative;
}
.wave {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2B339E;
    background-image: 
    url(../img/val.svg),
    url(../img/val.svg),
    url(../img/val.svg);
  background-repeat: repeat-x;
  background-size: 800px 50%;
  background-position: 0 130%, -50px 130%, 500px 130%;
  
  animation: 20s waves linear infinite forwards;
}

@keyframes waves {
  to {
    background-position: 1600px 130%, 3150px 130%, 5300px 130%;
  }
}

/* E-news */
.footer-col input {
    margin-bottom: 0;
}
.footer-col .sub-title {
    margin-bottom: 10px;
}

.btnEnews {
    width: 60px;
    color: #fff;
    text-align: center;
    background-color: #06C2FC;
    display: block;
}
.btnEnews:hover,
.btnEnews:focus {
    color: #2B339E;
}
.btnEnews i {
    font-size: 30px;
    line-height: 48px;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
textarea:focus {
    border-color: #06C2FC;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem .75rem;
    border-radius: 0;
    border-color: #06C2FC;
}

.transparent-form input:focus,
.transparent-form textarea:focus {
    background: transparent;
    border-color: #fff;
}

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 150px;
}

input.form-control::placeholder {
    color: #bbb;
}
input.form-control::-ms-input-placeholder {
    color: #bbb;
}

/* Prijava */
/* Style for invalid inputs after user interaction */
form.validated input:invalid,
form.validated textarea:invalid
{
    border: 2px solid red;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/></svg>') no-repeat right 8px center/16px 16px;
    padding-right: 32px;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: -5px;
}

/* Application & Ucni Sklop modals: emphasize payment method selector */
#application-modal #payment-method-selector,
#ucni-sklop-modal #payment-method-selector {
    background: #f9fafb;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px 14px;
}
#application-modal #payment-method-selector:focus-within,
#ucni-sklop-modal #payment-method-selector:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
#application-modal #payment-method-selector > label,
#ucni-sklop-modal #payment-method-selector > label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
#application-modal #payment-method-selector > div,
#ucni-sklop-modal #payment-method-selector > div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
#application-modal #payment-method-selector > div:last-child,
#ucni-sklop-modal #payment-method-selector > div:last-child {
    margin-bottom: 0;
}
#application-modal #payment-method-selector input[type="radio"],
#ucni-sklop-modal #payment-method-selector input[type="radio"] {
    margin: 0 6px 0 0;
    position: relative;
    top: 1px; /* optical vertical centering next to label */
}
#application-modal #payment-method-selector > div > label,
#ucni-sklop-modal #payment-method-selector > div > label {
    margin: 0;
    line-height: 1.2;
}
#application-modal #program-price,
#ucni-sklop-modal #program-price {
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (prefers-color-scheme: dark) {
    #application-modal #payment-method-selector,
    #ucni-sklop-modal #payment-method-selector {
        background: #1f2937;
        border-color: #374151;
    }
    #application-modal #payment-method-selector:focus-within,
    #ucni-sklop-modal #payment-method-selector:focus-within {
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    }
}

/* Back To Top */
.back-top {
    right: 20px;
    font-size: 16px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #06c2fc;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
}

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top:hover,
.back-top:focus {
    background-color: #15194c;
    color: #fff;
}
.back-top:hover i{
    animation: moveUp 0.4s;
}
@keyframes moveUp {
    0%{
      transform: translateY(0);
    }
    49%{
      transform: translateY(-100%);
    }
    50%{
      opacity: 0;
    }
    51%{
        opacity: 1;
      transform: translateY(100%);
    }
    100%{
      transform: translateY(0);
    }
}

/* Loader */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.pinkBg {
    background-image: linear-gradient(90deg, #06C2FC, #06C2FC);
}

.intro-banner-vdo-play-btn{
    height: 60px;
    width: 60px;
    position :absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    z-index: 1
}

.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}

.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 50%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
}

@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
}

/* Scroll bar */
::-webkit-scrollbar-track {
    background-color: #666;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #06C2FC;
}

::-webkit-scrollbar-thumb {
    background: #06C2FC;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #06C2FC;
}
