#main {
    padding: 0 !important;
}

.grid {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .grid {
        max-width: 1200px;
        padding: 0;
    }
}

.new-footer {
    margin: 0 !important;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    text-decoration: none;
}

.hero-slide__title {
    font-family: 'Saira';
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    vertical-align: middle;
    margin: 0 0 20px;
    max-width: 980px;
    color: #fff;
}

.hero-slide__categories {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    max-width: 980px;
}

.hero-slide__categories span {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    font-family: 'Saira';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
}

.hero-slide__categories span:nth-of-type(even) {
    border: 1px solid #DF212C;
    background: #DF212C4D;
}

.hero-slide__categories span:nth-of-type(odd) {
    border: 1px solid #0E52A2;
    background: #0E52A24D;
}

@media only screen and (min-width: 1199px) {
    .hero-slide__content {
        padding: 60px;
    }

    .hero-slide__title {
        font-size: 40px;
    }
}

.hero-slider .slick-dots {
    z-index: 9999;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    list-style-type: none;
}

.hero-slider .slick-dots .slick-active {
    background: #fff;
    width: 87px;
}

.hero-slider .slick-dots li {
    background: #fff;
    list-style-type: none;
    width: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    background: rgba(255, 255, 255, 50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner__background {
    background: #F6F6F6;
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dity-line {
    margin-bottom: 125px;
}

.linkedin-feed {
    background: #003399;
    padding-bottom: 45px;
}

.linkedin-feed__holder {
    text-align: left;
    padding-top: 36px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.linkedin-feed__holder::after {
    content:'';
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    z-index: 1;
}

.linkedin-feed__holder img {
    margin-top: -2px;
    margin-bottom: 60px;
    z-index: 2;
}

.dogadjaji {
    margin-bottom: 90px;
}

.slider-section {
    background: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 110px;
}

.slider-section__headline {
    text-align: center;
    margin-bottom: 20px;
}

.slider-section__headline h2 {
    font-family: 'Saira';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    vertical-align: middle;
    color: #003399;
}

.slider-section__button {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.slider-section__button a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: 'Saira';
    border: 1px solid #003399;
    background: #003399;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 14px 33px;
}

.slider-section__button a:hover {
    background: #fff;
    color: #003399;
}

.slider-section__button a svg,
.slider-section__button a svg path {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slider-section__button a:hover svg path {
    fill: #003399;
}

@media only screen and (min-width: 1199px) {
    .slider-section__headline {
        margin-bottom: 40px;
    }

    .slider-section__headline h2 {
        font-size: 45px;
    }
}

section.newsletter {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 991px) {
    section.newsletter {
        background-attachment: fixed;
    }
}

section.newsletter .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%221920%22%20height%3D%22954%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23prefix__clip0_75_23031%29%22%20fill%3D%22rgba%28255%2C255%2C255%2C1%29%22%3E%3Cpath%20d%3D%22M1321.57%20538C1357.08%20287.516%201273.7%2089.91%201127-.418L1374.18-6c65.77%20100.68-15.89%20431.512-52.61%20544zM312%20955c432.242%200%20746.77-180.667%20850-271-90.34%20157.09-176.766%20246.121-208.688%20271H312z%22%20fill%3D%22rgba%28255%2C255%2C255%2C1%29%22%20fill-opacity%3D%22.25%22%2F%3E%3Cpath%20d%3D%22M1344.5%20427c0-252.4-212.67-390.833-319-428.5H1373c70%2082.4%2010.17%20320-28.5%20428.5z%22%20fill%3D%22rgba%28255%2C255%2C255%2C1%29%22%20fill-opacity%3D%22.1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M839.644%20954C1138.37%20793.549%201337%20508.902%201337%20184.5c0-63.218-7.54-124.926-21.9-184.5H1920v954H839.644zm0%200C676.842%201041.44%20484.311%201092%20278%201092c-584.87%200-1059-406.302-1059-907.5S-306.87-723%20278-723c511.098%200%20937.63%20310.269%201037.1%20723H0v954h839.644z%22%20fill%3D%22rgba%28255%2C255%2C255%2C1%29%22%20fill-opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1011.55%20954C1221.42%20793.95%201353%20564.007%201353%20308.5c0-108.584-23.76-212.552-67.2-308.5H1920v954h-908.45zm0%200c-187.291%20142.83-436.933%20230-711.05%20230C-280.78%201184-752%20792.025-752%20308.5S-280.78-567%20300.5-567c450.743%200%20835.31%20235.692%20985.3%20567H0v954h1011.55z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0_75_23031%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h1920v954H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E);
    opacity: 0.3;
    transform: scale(-1, -1);
    mix-blend-mode: normal;
}

.newsletter__holder {
    z-index: 7;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-content {
    margin-bottom: 15px;
}

.newsletter-content p {
    font-family: 'Saira';
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    vertical-align: middle;
    color: #fff;
}

.newsletter__button {
    display: flex;
    justify-content: center;
}

.newsletter__button a {
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 13.45px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    padding: 14px 30px;
    color: #003399;
    background: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.newsletter__button a svg,
.newsletter__button a svg path {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.newsletter__button a:hover {
    color: #fff;
    background: #003399;
}

.newsletter__button a:hover svg path {
    fill: #fff;
}

.categories {
    margin-top: 135px;
    margin-bottom: 113px;
}

.single-category {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.single-category__holder {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
    padding: 30px;
    height: 240px;
}

.single-category__content {
    z-index: 2;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

.single-category__text {
    font-family: 'Saira';
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 18px;
    max-width: 213px;
}

.categories__holder {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
}

.single-category {
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .categories__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1199px) {
    .categories__holder {
        grid-template-columns: repeat(3, 1fr);
    }
}

.instagram-feed {
    background: #F6F6F6;
}
.instagrma-feed__title {
	display: flex; 
	flex-flow: row; 
	align-items: center; 
	justify-content: center; 
	padding-top: 40px; 
	gap: 10px;
	font-size: 24px;
}
.instagrma-feed__title svg {
	width: 24px;
	height: auto;
}
@media only screen and (min-width: 991px) {
	.instagrma-feed__title {
		font-size: 40px;
		gap: 20px;
	}	
	
	.instagrma-feed__title svg {
		width: auto;
		height: auto;
	}
}
.partners {
    margin-bottom: 100px;
}

.partners__title {
    text-align: center;
    margin-bottom: 60px;
}

.partners__title h2 {
    font-family: 'Saira';
    font-weight: 700;
    font-size: 45px;
    line-height: 33.6px;
    text-align: center;
    vertical-align: middle;
    color: #003399;
}

@media only screen and (min-width: 992px) {
    .partners__title {
        margin-bottom: 100px;
    }
}

.partners__logos.top-logos {
    margin-bottom: 30px;
}

.partners__single-partner {
    padding: 0 15px;
}

.partners__single-partner,
.partners__single-partner a {
    text-align: center;
}