
@font-face {
  font-family: 'Jost-Light';
  src: url('../fonts/Jost-Light.ttf');
}


@font-face {
  font-family: 'Jost-Regular';
  src: url('../fonts/Jost-Regular.ttf');
}


@font-face {
  font-family: 'Jost-Medium';
  src: url('../fonts/Jost-Medium.ttf');
}


@font-face {
  font-family: 'Jost-Bold';
  src: url('../fonts/Jost-Bold.ttf');
}

@font-face {
  font-family: 'Jost-Black';
  src: url('../fonts/Jost-Black.ttf');
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
}



body {
   font-family: 'Jost-Regular'; 
}

.custom_form {
    margin-left: -15px;
}


.dTGhZS {
    background-attachment: scroll;
    background-clip: text;
    background-color: rgba(0, 0, 0, 0);
    background-image:linear-gradient(90deg, rgb(255, 255, 255), rgb(50, 205, 51));
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    color-scheme: dark;
    display: inline;
    text-size-adjust: auto;
    width: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.jZIuQV {
    color: #fff;
    font-family: 'Jost-Medium';
    font-weight: bold;
}



.baner-title {
    font-family: 'Poppins-Medium';
}

.baner-title span {
    font-family: 'Poppins-Light';
}


/* Search */

.wp_search {
    position: relative;
}

.search_box,
.search_box form div {
    display: flex;
    align-items: center;
}

.wp_search .search_box {
    padding: 0px 0.75rem;
    cursor: pointer;
}


.wp_search .search_box svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
}


.page-template-template-homepage .wp_search .search_box svg {
    color: #fff;
}




.wp_search .searchForm {
    display: none;
    position: absolute;
    right: 0;
    border-radius: 2rem;
    background: rgb(240, 240, 240);
}


.wp_search .searchForm:focus {
    box-shadow: 0 0 0 0.25rem rgba(50,205,51,.25);
}


.page-template-template-homepage .wp_search .searchForm {
    background: rgb(68, 68, 68);
}

.wp_search .searchForm input {
    background: transparent;
    border: none;
    outline: none;
}

.page-template-template-homepage .wp_search .searchForm input {
    color: #fff;
}

.wp_search .searchForm form > div {
    position: relative;
}

.wp_search .searchForm input[type=text] {
    padding-left: 1rem;
    padding-right: 3rem;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 240px;
}

.page-template-template-homepage .wp_search .searchform #searchsubmit {
    filter: brightness(0) saturate(100%) invert(97%) sepia(96%) saturate(0%) hue-rotate(249deg) brightness(118%) contrast(100%);
}

.wp_search .searchform #searchsubmit {
    background: url(../images/search_icon.svg);
    background-size: 25px 20px !important;
    background-repeat: no-repeat;
    font-size: 0;
    width: 25px;
    height: 20px;
    margin-right: 12px;
}

.page-template-template-homepage .closeSearch {
    filter: brightness(0) saturate(100%) invert(97%) sepia(96%) saturate(0%) hue-rotate(249deg) brightness(118%) contrast(100%);
}

.closeSearch {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 5px;
    cursor: pointer;
    display: none;
}


/* Nav */

.lcrteD .navbar-dark {
    background-color: #000;
}


.bvBWsk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.cvaxFn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


@media (min-width: 1200px) {
    .faPIUg {
        margin-left: 2rem;
    }
}


@media (min-width: 992px) {
    .faPIUg {
        order: 1;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


.cvaxFn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.fFROXL {
    width: 2rem;
    height: 2rem;
    color: #32cd33;
}


.hsBMHX {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}


.hsBMHX > a.tel {
    font-size: 1.125rem;
    color: #32cd33;
}


.hsBMHX > a {
    line-height: 1.2;
    text-decoration: none;
}

.hsBMHX > a.mail {
    font-size: 0.875rem;
}


.lcrteD .navbar-collapse {
    margin: 1rem 0px 0.5rem;
}


@media (min-width: 992px) {
    .lcrteD .navbar-collapse {
        margin: 0px;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
}


.lcrteD .nav-link {
    font-family: 'Jost-Light';
}


.wp_search {
    order: 2;
    flex-grow: 0;
}

.wp_search.mob_search {
    display: none;
}

.header_contact a:last-child {
    color: #000;
}

.page-template-template-homepage .header_contact a:last-child {
    color: #fff;
}


/* White header */


.page-template-template-homepage .custom_header .navbar-dark {
    background: #000;
}

.logo img {
    width: 235px;
    height: 56px;
}

.custom_header .navbar-dark {
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}

.page-template-template-homepage .custom_header .navbar-dark {
    border-radius: 0;
}

.logo-img-dark {
    display: block;
}

.logo-img-white {
    display: none;
}


.page-template-template-homepage .logo-img-dark {
    display: none;
}

.page-template-template-homepage .logo-img-white {
    display: block;
}




/* Home */


.kmoDKJ {
    position: relative;
    border-radius: 30px;
}


.kmoDKJ::before, .kmoDKJ::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}

.kmoDKJ::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 33%, var(--bs-primary) 100% );
    border-radius: 30px;
}


.feAIui {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.etJgYN p {
    font-family: 'Jost-Light';
}

.etJgYN {
    position: relative;
    z-index: 1;
    padding: 3rem 2rem 2rem;
    color: var(--bs-white);
    background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%);
}


@media (min-width: 1200px) {
    .etJgYN {
        padding-right: 50%;
    }
}


@media (min-width: 992px) {
    .etJgYN {
        padding: 5rem 45% 5rem 4rem;
    }

}

.eMOxuR .btn {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .eMOxuR .btn {
        margin-right: 1rem;
    }
}


.gsVLqg {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    .gsVLqg {
        font-size: 3rem;
    }
}



.eMOxuR {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .eMOxuR {
        flex-direction: row;
    }
}


.kmoDKJ::after {
    left: 50%;
    bottom: -0.75rem;
    transform: translateX(-50%);
    width: 67%;
    height: 1.5rem;
    background: var(--bs-primary);
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.67;
}


.kmoDKJ::before, .kmoDKJ::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}


.dFTcbt {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url('../images/section-grid-bg.png') right top no-repeat;
}


.ebvMMx {
    padding-bottom: 3rem;
    text-align: center;
}

.kiQMcQ {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-family: 'Jost-Medium';
    line-height: 1.5rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
}


.dFTcbt .card {
    text-align: center;
}

.ddurJw::before, .ddurJw::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}

.ddurJw {
    position: relative;
    background: #fff;
    border: 0px;
}

.ddurJw::before {
    content: '';
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    border-radius: 30px;
    padding: 2px;
    background: none;
}

.ddurJw:hover {
    background: linear-gradient(360deg, rgba(2, 2, 2, 0.53) 8.46%, rgb(74, 74, 74) 121.08%);
}


.ddurJw:hover::before {
    background: linear-gradient(160deg,rgba(0,0,0,0) 33%,var(--bs-primary) 100%);
}

.gWYcVO:hover .src1 {
    display: none;
}

.ddurJw .card-body > img {
    margin: 2rem auto;
}

.card-body p {
    color: #adb5bd;
}

.gWYcVO .src2 {
    display: none;
}

.gWYcVO:hover .src2 {
    display: block;
}

.ddurJw:hover .card-title {
    color: var(--bs-primary);
}


.ddurJw::after {
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 67%;
    height: 2rem;
    background: rgba(50, 205, 51, 0.5);
    filter: blur(24px);
    opacity: 0;
}


.ddurJw:hover::after {
    opacity: 1;
}

.dFTcbt .card {
    text-align: center;
}

.box_link .btn {
    position: relative;
    z-index: 5;
}

.iPiGQj {
    position: relative;
    background: #1e1e1e;
    border: 0px;
}

.iPiGQj .card-body > img {
    margin: 2rem auto;
}

.iPiGQj::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    border-radius: 30px;
    padding: 2px;
    background: rgb(83, 83, 83);
}

.iPiGQj::before, .iPiGQj::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}

.iPiGQj .card-title {
    color: #fff;
    margin-bottom: 1rem;
}


.iPiGQj:hover {
    background: linear-gradient(360deg, rgba(2, 2, 2, 0.53) 8.46%, rgb(74, 74, 74) 121.08%);
}


.iPiGQj:hover .card-title {
    color: #32cd33;
}


.iPiGQj::after {
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 67%;
    height: 2rem;
    background: rgba(50, 205, 51, 0.5);
    filter: blur(24px);
    opacity: 0;
}


.iPiGQj:hover::after {
    opacity: 1;
}


.cRKrwV {
    padding: 2rem 1.5rem;
    background: linear-gradient(360deg, rgba(56, 56, 56, 0.247) 19.13%, rgba(91, 91, 91, 0.467) 92.61%);
    border-radius: 40px;
}

@media (min-width: 768px) {
    .cRKrwV {
        padding: 2rem 3rem;
    }
}



.ghjJve {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1rem 0px;
}

@media (min-width: 768px) {
    .ghjJve {
        margin: 0px;
    }
}


.ghjJve svg {
    display: block;
    margin: 0px auto;
    width: 3rem;
    height: 3rem;
}

.ghjJve h2 {
    margin: 1rem 0px;
}

.cRKrwV p:last-child {
    margin-bottom: 0px;
}


@media (min-width: 768px) {
    .fYDtGH > .row > .col-6:not(:first-child) {
        border-left: 1px solid #495057;
    }
}



.jvorVC .sc-a4e1dc3-0 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
    border-radius: 20px;
}



@media (min-width: 992px) {
    .jvorVC .sc-a4e1dc3-0 {
        padding: 2rem 3rem;
    }
}

.dFTcbt.jvorVC {
    position: relative;
}


.logo_slide {
    display: flex;
    align-items: center;
}

.logo_slide .slick-track {
    display: flex;
    align-items: center;
}

.logo_slide img {
    width: 160px;
    max-height: 100px;
    margin: auto;
}

.hYNxwT {
    background: #f8f9fa;
}


.aIGaW {
    padding: 2rem 1.5rem;
    background: #f8f9fa;
    border-radius: 40px;
}

@media (min-width: 768px) {
    .aIGaW {
        padding: 2rem 3rem;
    }
}

.lhCPID {
    margin-top: 1rem;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
}


.hYNxwT form {
    text-align: left;
}


/* footer */

.fFnnuF {
    margin-top: 3rem;
    padding: 3rem 0px;
    font-family: 'Poppins-Regular';
    color: #212529;
    background-color: #dee2e6;
}


.jVmSnd {
    margin: 2rem 0px;
}

@media (min-width: 992px) {
    .jVmSnd {
        max-width: 400px;
    }
}


.iReJHA {
    margin-bottom: 2rem;
    text-align: left;
} 


@media (min-width: 768px) {
    .iReJHA:not(:last-child) {
        padding-right: 2rem;
    }
}


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


.fFnnuF a {
    font-size: 1.125rem;
    text-decoration: none;
    color: #212529;
}

.fFnnuF ul ul a {
    font-size: 0.875rem;
}


.fFnnuF .copy {
    order: -1;
}

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

.fFnnuF ul ul {
    margin-top: 0.5rem;
}


.jtOCvr {
    margin-top: 2rem;
}


@media (min-width: 768px) {
    .jtOCvr {
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 0px;
    }
}



.jtOCvr .social-text {
    margin: 0px;
    font-family: 'Poppins-Light';
}

.jtOCvr .social-links {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1rem 0px;
}

.jtOCvr .social-links svg {
    width: 2rem;
    height: 2rem;
}


@media (min-width: 768px) {

    .jtOCvr .social-links {
        margin: 0px;
    }

}


.jtOCvr .social-links a {
    padding: 0.5rem;
}


.fFnnuF a {
    font-size: 1.125rem;
    text-decoration: none;
    color: #212529;
}


.fFnnuF .copy p {
    margin: 0px;
    font-family: 'Poppins-Light';
}



/* About */


@media (min-width: 992px) {
    .eixJNS {
        padding: 4rem 3rem;
    }
}

@media (min-width: 768px) {
    .eixJNS {
        padding: 2rem 3rem;
    }
}


.cRKrwV {

    background: linear-gradient(360deg, rgba(56, 56, 56, 0.247) 19.13%, rgba(91, 91, 91, 0.467) 92.61%);
    border-radius: 40px;
}


.cnXjyh {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0.5rem 0px 0.5rem 1.5rem;
    color: #f8f9fa;
    font-size: 1.25rem;
    border-left: 0.25rem solid #32cd33;
}


.eixJNS .action {
    display: flex;
    gap: 1rem;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 2rem 0px 0px;
    text-align: center;
}

@media (min-width: 992px) {
    .eixJNS .action {
        margin: 4rem 0px 0px;
    }
}


/* Hosting */


.fnMNPk {
    margin: 0px 0px 2rem;
    font-size: 0.875rem;
    font-family: 'Jost-Medium';
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #32cd33;
}


.fnMNPk a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.fnMNPk a::after {
    content: "//";
    margin: 0px 0.5rem;
}


.fEmuyx {
    position: relative;
    background: transparent;
    border: 0px;
}


.fEmuyx::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    border-radius: 30px;
    padding: 2px;
    background: rgb(83, 83, 83);
}


.fEmuyx::before, .fEmuyx::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}


.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.fEmuyx .card-title {
    margin-bottom: 1rem;
    color: #fff;
}


.fEmuyx .card-header {
    margin-top: var(--bs-card-spacer-y);
    margin-right: calc(-1 * var(--bs-card-spacer-y));
    margin-left: calc(-1 * var(--bs-card-spacer-y));
    margin-bottom: var(--bs-card-spacer-y);
    padding: 1rem;
    color: #fff;
    background: linear-gradient(104.81deg, rgb(50, 205, 51) 3.03%, rgb(9, 112, 10) 96.57%);
}

.bKDYAe ul {
    list-style: none;
    padding-left: 0px;
}

.bKDYAe ul li {
    color: #abb3bb;
}


.fEmuyx:hover {
    background: linear-gradient(360deg, rgba(2, 2, 2, 0.53) 8.46%, rgb(74, 74, 74) 121.08%);
}


.fEmuyx::after {
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 67%;
    height: 2rem;
    background: rgba(50, 205, 51, 0.5);
    filter: blur(24px);
    opacity: 0;
}

.fEmuyx:hover::after {
    opacity: 1;
}

.fEmuyx .card-header:first-child {
    margin-top: calc(-1 * var(--bs-card-spacer-y));
    border-radius: 30px 30px 0px 0px;
}

.custom-transparent-table th,
.custom-transparent-table td {
    background-color: transparent;
    color: #abb3bb;
}



.qPCWi::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    border-radius: 30px;
    padding: 2px;
    background: rgb(83, 83, 83);
}


.qPCWi::before, .qPCWi::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}


.qPCWi .card-body {
    position: relative;
    z-index: 1;
}


.qPCWi .card-title {
    margin-bottom: 1rem;
    color: #fff;
}

.qPCWi .card-header {
    margin-top: var(--bs-card-spacer-y);
    margin-right: calc(-1 * var(--bs-card-spacer-y));
    margin-left: calc(-1 * var(--bs-card-spacer-y));
    margin-bottom: var(--bs-card-spacer-y);
    padding: 1rem;
    color: #fff;
    background: linear-gradient(105.55deg, rgb(43, 156, 228) -64%, rgb(10, 47, 81) 116.25%);
}

.bKDYAe ul {
    list-style: none;
    padding-left: 0px;
}

.qPCWi {
    position: relative;
    background: transparent;
    border: 0px;
}

.qPCWi:hover {
    background: linear-gradient(360deg, rgba(2, 2, 2, 0.53) 8.46%, rgb(74, 74, 74) 121.08%);
}

.qPCWi::after {
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 67%;
    height: 2rem;
    background: rgba(43, 156, 228, 0.5);
    filter: blur(24px);
    opacity: 0;
}

.qPCWi:hover::after {
    opacity: 1;
}

.cKKZmW > svg {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
}

.dPDPvE > div[class*="col-"] {
    display: flex;
}

.dPDPvE > div[class*="col-"] .card {
    flex: 1 1 0%;
}

.fEmuyx::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    border-radius: 30px;
    padding: 2px;
    background: rgb(83, 83, 83);
}

.fEmuyx::before, .fEmuyx::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}

.lguhou .card-body {
    display: flex;
    flex-direction: column;
}

.fEmuyx .card-body {
    position: relative;
    z-index: 1;
}

.lguhou .card-title {
    margin-bottom: 0px;
}

.fEmuyx .card-title {
    margin-bottom: 1rem;
    color: #fff;
}

.lguhou ul {
    padding-left: 1rem;
    line-height: 1.25;
    text-align: left;
}

.lguhou li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.lguhou li {
    color: #adb5bd;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}


.lguhou .action {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}




/* Reference */

.fEmuyx .card-body > img {
    margin: 2rem auto;
}

.jqiLKb img {
    max-width: 100%;
}

.fEmuyx:hover::before {
    background: linear-gradient(160deg,rgba(0,0,0,0) 33%,#32cd33 100%);
}


/* Kontakt */

.ideTot {
    position: relative;
    border-radius: 30px;
}

.ideTot::before {
    mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-position-x: 0%, 0%;
    -webkit-mask-position-y: 0%, 0%;
    mask-size: auto, auto;
    mask-repeat: repeat, repeat;
    mask-origin: content-box, border-box;
    mask-clip: content-box, border-box;
    mask-mode: match-source, match-source;
    mask-composite: exclude;
    inset: 0px;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 33%, var(--bs-primary) 100% );
    border-radius: 30px;
}


.ideTot::before, .ideTot::after {
    content: "";
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
}


.ckHPKI {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    justify-content: center;
}

.ghjJve {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1rem 0px;
}

@media (min-width: 992px) {
    .ckHPKI .col {
        max-width: 30%;
        padding: 0px 3rem;
    }
}


@media (min-width: 768px) {
    .ghjJve {
        margin: 0px;
    }
}

.home-four-box h2 {
    font-family: 'Poppins-SemiBold';
}


.ghjJve svg {
    display: block;
    margin: 0px auto;
    width: 3rem;
    height: 3rem;
}


.ckHPKI svg {
    width: 4rem;
    height: 4rem;
}


.ckHPKI h2 {
    margin: 1.5rem 0px;
    font-size: 1.5rem;
}



.custom_line .col {
    border-right: 1px solid #495057;
}

.custom_line .col:last-child {
    border-right: none;
}


.custom_icons {
    color: #adb5bd;
}


.ghjJve ul {
    padding: 0px;
    list-style: none;
}

.ckHPKI a {
    color: #fff;
}

.ideTot::after {
    left: 50%;
    bottom: -0.75rem;
    transform: translateX(-50%);
    width: 67%;
    height: 1.5rem;
    background: var(--bs-primary);
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.67;
}

.greenMail a {
    color: #84e185;
}

/*.contact-map iframe {
    width: 100%;
}
*/
.iIkmbk {
    position: relative;
    padding-top: 56.25%;
}


.iIkmbk iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



.fnMNPk a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}


.ebvMMx > img {
    margin: 1rem 0px;
}

.sc-1237f397-1 strong {
    font-family: 'Jost-Medium';
}


.fEmuyx .card-header svg {
    font-size: 3rem;
}











/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/* Search */

.search.search-results .search-results {
    padding: 50px 0;
}

.search.search-results .search-results .search-title {
    text-align: center;
}

.search-box {
    margin: 25px 0px;
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
}

.search-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.search-box:hover {
    background: linear-gradient(92.93deg,#32cd33 19.01%,rgba(24,255,26,.22) 103.68%);
}

.search-box h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.search-box span {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.pagination .nav-links {
    display: flex;
    column-gap: 15px;
}

.pagination .nav-links .current {
    color: #32cd33;
}

.pagination .nav-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #f8f9fa;
}


/* Net biz */

.netBizPage p strong {
    color: #32cd33;
    font-family: 'Poppins-SemiBold';
}

.netBizPage .col-lg-9 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
}

.netBizPage .col-lg-9 h3 span {
    color: #32cd33;
}


/* Politika privatnosti */

.page-template-template-politika-privatnosti h1,
.page-template-template-politika-privatnosti h2,
.page-template-template-politika-privatnosti h3,
.page-template-template-politika-privatnosti h4,
.page-template-template-politika-privatnosti h5,

.page-template-template-uslovi-koriscenja h1,
.page-template-template-uslovi-koriscenja h2,
.page-template-template-uslovi-koriscenja h3,
.page-template-template-uslovi-koriscenja h4,
.page-template-template-uslovi-koriscenja h5 {
    font-family: 'Poppins-SemiBold';
}

.page-template-template-politika-privatnosti .ebvMMx h1,
.page-template-template-uslovi-koriscenja .ebvMMx h1 {
    margin-bottom: 0;
}

.page-template-template-politika-privatnosti .cRKrwP a,
.page-template-template-uslovi-koriscenja .cRKrwP a {
    color: #84e185;
}

.cRKrwP {
    padding: 2rem 1.5rem;
    background: linear-gradient(360deg, rgba(56, 56, 56, 0.247) 19.13%, rgba(91, 91, 91, 0.467) 92.61%);
    border-radius: 40px;
}

@media (min-width: 768px) {
    .cRKrwP {
        padding: 4rem 3rem;
    }
}



@media only screen and (max-width:992px) {

    .page-template-template-homepage .navbar-toggler {
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1344%) hue-rotate(274deg) brightness(116%) contrast(100%);
    }

    .navbar-toggler {
        -webkit-filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
        filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
    }


    .navbar-brand {
        padding-top: 0;
        margin-right: 15px;
    }
    .custom_header .hsBMHX {
        display: none;
    }
    .wp_search.desk_search {
        display: none;
    }
    .wp_search.mob_search {
        display: block;
    }
    .logo img {
        width: 156px;
        height: 40px;
    }
    .wp_search .searchForm {
        position: static;
        display: block;
    }
    .wp_search .search_box svg {
        display: none;
    }
    .wp_search .search_box {
        margin-top: 20px;
        padding: 0;
    }
    .wp_search .searchForm input[type=text] {
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 240px;
    }
}


@media only screen and (max-width:600px) {
    .logo_slide img {
        max-width: 110px;
        max-height: 80px
    }
    .custom_form #fluentform_3 .three_Box {
        width: 100%;
    }
    .custom_form #fluentform_3 .ff-el-group {
        padding-left: 0;
    }
    footer .jVmSnd{
        text-align: center;
    }
    .logo img {
        margin: auto;
    }
    footer .fFnnuF .copy,
    footer .social-text,
    footer .copy {
        text-align: center;
    }
    .fFnnuF .copy {
        order: 1;
        border-top: 1px solid #b4b7bb;
        padding-top: 15px;
        margin-top: 20px;   
    }
    footer .my-5 {
        display: none;
    }
}


