/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
/*---------------------------------------- Header --------------------------------*/
header {
    position: fixed;
    left: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 999;
    width: 100%;
    top: 0;
}

header #main-navbar {
    margin-top: 0;
    background: rgb(255 255 255 / 75%);
    padding: 0;
}

header .container {
    display:flex;
    padding:0;
}

header .navbar-brand {
    z-index: 0;
}

header .navbar-brand .logo {
    width:100px;
    max-height:100%;
}

header ul.navbar-nav {
    margin-right: auto;
    width: 100%;
}

header .navbar-toggler {
    position:relative;
    background-color: #fff;
    border: 1px solid #7d7d7d;
    border-radius: 0;
    width: 50px;
    height: 50px;
    right:0em;
    transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    z-index: 2;
}

.togglerMenuShow {
    right: -7em!important;
    transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.togglerFooter {
    background-color:transparent!important;
    transition:.125s;
}

header .navbar-toggler:focus, header .navbar-toggler:hover {
    outline:none;
}

header .navbar-toggler .icon-bar {
    width:auto;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: row;
    position: relative;
    z-index: 0;
    transition:.25s;
}

.navColFooter {
    background-color:#fff!important;
    transition:.25s;
}

.navbar-expand-lg .navbar-collapse:not(.show) {
    
    transition:.25s;
}

.navbar-expand-lg .navbar-collapse.show {
    left: 0;
    transition:.25s;
}

.navbar-expand-lg .navbar-collapse img {
    width: 50%;
    position: relative;
    top: 3em;
    z-index: 1;
}

.navbar-expand-lg .navbar-collapse ul li {
    margin:1rem auto;
}

.navbar-expand-lg .navbar-collapse ul li a {
   /* font-family: 'OpenSans Light';*/
    text-align:center;
    color: #0c388d;
    letter-spacing: 3px;
    /*background-image: linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(#fff, #fff), 
    linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 50%, 10% 1px, 1px 50%, 10% 1px, 1px 50%, 10% 1px, 1px 50%, 10% 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    */
    padding: 7px 20px;
    transition: all 0.25s linear;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-collapse ul li a:hover {
    color:#fc7d33;
    /*background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(#d41317, #d41317),
                    linear-gradient(transparent, transparent); */
    text-decoration:none;
}
.dropdown .toggle-menu {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 9px;
    cursor: pointer;
    transition: all 0.3s;
}
.dropdown .toggle-menu::before {
    width: 20px;
    content: "";
    top: 8px;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #fff;
}
.dropdown .toggle-menu::after {
    width: 3px;
    content: "";
    top: 0;
    position: absolute;
    left: 8px;
    height: 20px;
    background-color: #fff;
}
.dropdown .toggle-menu:not(.collapsed) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-menu {
    background-color: rgb(0 0 0);
    min-width: 250px;
}
.navbar-expand-lg .navbar-collapse .dropdown-menu li {
    margin: 0;
}
.navbar-expand-lg .navbar-collapse .dropdown-menu li a {
    background-image: none;
    text-transform: capitalize;
}
.navbar-expand-lg .navbar-collapse .dropdown-menu li a:hover {
    background-image: none;
}

/*.navbar-expand-lg .navbar-collapse.show {*/
/*    display:flex!important;*/
/*}*/

.collapsing {
    display:block!important;
}

header .menu-social-media {
    margin:auto auto 2em;
    z-index:10;
}

header .menu-social-media ul {
    display:flex;
    flex-direction:column;
    align-items:center;
}

header .menu-social-media ul li i:before {
    font-size: 21px;
    color: #7d7d7d;
}
.page-content-inner {
}
li.dropdown.simple.nav-item.language-select {
    display: none;
}

/*------------------------------------- homepage ------------------------------------*/
.bannerHome {
    min-height: 800px;
    text-align: center;
    align-items: center;
}
.bannerHome .col-lg-12 {
    max-width: 1140px;
    text-align: left;
    color: #fff;
}
.bannerHome h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}
.bannerHome h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}
.bannerHome h1 strong {
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    color: transparent;
    text-transform: uppercase;
}
/*------------------------------section1---------------------------------*/
.section1 {
    background-color: #0c388d;
    background-repeat: repeat;
    padding: 50px 320px;
}
.section1 .title h2, .sectionCtc h2 {
    font-family: Rajdhani,sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.1px;
    color: #fc7d33;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.section1 .title p, .sectionCtc p{
    line-height: 22px;
    letter-spacing: 0.5px;
}
.section1 h4, .sectionCtc h4 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
.section1 h4::before, .sectionCtc h4::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -62px;
    top: 9px;
}
.sectionCtc h4::before {
    background-color: #000;
}
.sectionCtc {
    padding: 50px 0 0;
}
.floatZone .module-fickle {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    -ms-transform: translate(0px,-120px);
    transform: translate(0px,-120px);
    display: flex;
    align-items: center;
}
.floatZone .module-fickle::before {
    content: "";
    width: 90%;
    position: absolute;
    bottom: -6px;
    height: 6px;
    background-color: #fc7d33;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.floatZone .fickle-icon i {
    font-size: 30px;
    color: #fc7d33;
}
.floatZone .module-fickle .fickle-title {
    font-size: 22px;
}
.module-fickle.infotab .fickle-image img {
    border-radius: 10px;
}
.module-fickle.infotab .fickle-item.fickle-text-content{
    border-radius: 6px;
    margin: 0 25px;
    box-shadow: 0px 5px 35px 0px rgb(27 68 163 / 7%);
    background: #fff;
    position: relative;
    top: -50px;
    padding: 25px 20px;
    transform: translateY(0);
    webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.module-fickle.infotab h5 {
    float: left;
    font-size: 45px;
    margin: 0 10px 0 0;
    color: #fc7d33;
    width: 20%;
}
.module-fickle.infotab h3 {
    color: #fc7d33;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
}
.module-fickle.infotab:hover .fickle-text-content {
    top: -100px;
}
.section3 {
    padding: 50px 0;
}
.section3 .title  h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 3px;
    color: #fe7e33;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.section3 .title  h3 {
    text-align:center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.section3 .title  p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.section3 .title .module-text {
    margin-bottom: 50px;
}
.section3 .title .module-image {
    text-align: center;
}
.section3 .title .module-image img {
    max-width: 80%;
}
.section4 {
    padding: 30px 0;
}
.section4 .title h4 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
.section4 .title h4::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -62px;
    top: 9px;
}
.section4 .title {
    margin: 10px 0;
    font-family: 'Rajdhani', sans-serif;
}
.section4 .title h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.section4 .fickle-header h4 {
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #fc7d33;
    color: #fff;
    border-radius: 50%;
    margin: 20px 0;
}
.section4 .title p {
    font-family: 'Roboto';
}
.section4 .fickle-content {
    padding: 30px 20px;
    box-shadow: 0px 0px 15px 2px #d2d2d2;
    position: relative;
    margin-right: 20px;
    transition: all 0.5s;
}
.section4 .fickle-content:hover {
    box-shadow: 0px 0px 20px 3px #a5a5a5;
}
.section4 .fickle-content::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    left: 10px;
}
.section4 .col-lg-3:nth-child(odd) .fickle-content::before {
    bottom:unset;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ffffff;
    border-width: 16px;
    left: 10px;
    
}
.section4 .col-lg-3:nth-child(odd) .module-fickle {
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.section4 .fickle-content::after {
    content: " ";
    position: absolute;
    right: -25px;
    width: 20px;
    height: 20px;
    top: 50%;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section4 .col-lg-3:last-of-type .fickle-content::after {
    display: none;
}
.section4 .fickle-content .fickle-text-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}
.section4 .fickle-content .fickle-item a {
    color: #fc7d33;
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #fc7d33;
    font-size: 14px;
}
.section4 .fickle-content .fickle-item a:hover {
    color: #000;
    border: 2px solid #000;
}
.section5 {
    padding: 80px 0;
    background-color: #f5f5f5;
    align-items: center;
}
.section5 .module-text {
    display: inline-block;
    max-width: 50%;
}
.section5 .col-lg-12.text-center {
    margin-bottom: 50px;
}
.section5 .col-lg-12.text-center h2 {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 48px;
}
.section5 .module-text h4 {
    display: inline-block;
    color: #fc7d33;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    position: relative;
}
.section5 .module-text h4::after {
    content: "";
    right: -20px;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fc7d33;
    top: 11px;
}
.section5 .text-right .module-text h4::after {
    content: "";
    left: -20px;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fc7d33;
    top: 11px;
}
.section6 {
    padding: 80px 0;
}
.section6 .module-fickle {
    /*padding-left: 70px;*/
}
.section6 .module-fickle h4 {
    font-family: 'Rajdhani', sans-serif;
    color: #fc7d33;
    text-transform: uppercase;
    font-weight: 700;
}
.section6 .col-lg-6.noPadding {
    padding: 0;
}
.section6 .module-fickle .btn-link.collapsed {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 25px 20px 25px 0;
    position: relative;
}
.section6 .module-fickle .btn-link:not(.collapsed) {
    color: #fc7d33;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 25px 20px 25px 0;
    position: relative;
}
.section6 .module-fickle .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.section6 .module-fickle .card {
    border: 0;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
}
.section6 .module-fickle .btn-link.collapsed::after {
    content:"+";
    font-size: 20px;
    top: 20px;
    width: 30px;
    text-align: center;
    background-color: #fc7d33;
    border-radius: 50%;
    color: #fff;
}
.section6 .module-fickle .btn-link::after {
    content:"-";
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 19px;
    width: 30px;
    text-align: center;
    background-color: #fc7d33;
    border-radius: 50%;
    color: #fff;
}
.section6 .module-fickle .btn-link.collapsed span {
    color: #fc7d33;
}
.section6 .bigPadding .module-fickle {
    padding-left: 40px;
}
/*--------------------------------------BODY ELEMENTS--------------------------------*/
a {
    color:#000;
}
a:hover {
    color:#fc7d33;
}
body {
    font-family: 'Roboto', sans-serif;
}
.notShow {
    display:none;
}
.btn-primary {
    color: #fff;
    background-color: #0c388d;
    border-color: #0c388d;
    border-radius: 5px;
    padding: 15px 30px 15px 60px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.btn-primary::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 20px;
    height: 1px;
    left: 30px;
    top: 49%;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fc7d33;
    border-color: #fc7d33;
}
.btn-primary:hover:before {
    background: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #fc7d33;
    border-color: #fc7d33;
    box-shadow: 0 0 0 0.2rem rgb(234 0 0 / 35%);
}
button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    padding: 12px 30px;
}
/*------------------------------FOOTER------------------------*/
footer .container:last-of-type {
    display: none;
}
footer a {
    color: #fff;
}
footer h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
footer h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc7d33;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
footer h4::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fc7d33;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footerTab a {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}
.footerTab a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 0;
    top: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footerTab p {
    margin-bottom: 5px;
}
/*----------------Start GRID CSS-----------*/
.grid {
	position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.col-lg-3.efectmilo {
    padding: 0 !important;
}

.grid figure {
    max-height: 480px !important;
    width: 100% !important;
    }
footer.bg-dark {
    background-color: #0c388d !important;
}
.sectionCtc .module-code .container {
    padding: 0;
}
.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fc7d33;
}
.form-group label {
    margin-bottom: 0 ;
    font-size: 14px;
}
/*-----------END CSS GRID-----------*/
@media only screen and (max-width: 991px) {
    header #main-navbar {padding: 0 15px;}
    .bannerHome {min-height: 480px;padding-top: 120px;}
    .bannerHome h1 {font-size: 40px;}
  .section1 {padding: 50px 15px;position: relative;}
  .col-lg-5.floatZone {
        position: absolute;
        top: 0;
        right: 0;
    }
    .floatZone .module-fickle {padding: 10px;transform: translate(0px,-45px);}
    .floatZone .module-fickle .fickle-title::before {display: none;}
    .floatZone .module-fickle .fickle-title {
        font-size: 17px;
    }
    .floatZone .module-fickle-inline .fickle-icon {
        margin-right: 5px;
    }
    .module-fickle.infotab .fickle-item.fickle-text-content {
        margin: 0 15px;
        padding: 25px 10px;
    }
    .section3 {
        padding: 30px 0 0;
    }
    .section4 {
        padding: 0;
    }
    .section3 .title h2, .section3 .title h3, .section3 .title p {text-align: left;}
    h2 {
        font-size: 27px !important;
        line-height: 35px !important;
    }
    .section3 h3 {font-size: 25px!important; line-height: 35px!important;}
    h4 {
        font-size: 16px  !important;
    }
    h4::before {width: 25px !important;right: -40px !important;}
    .section4 .fickle-content {margin-bottom: 25px;margin-right: 0;}
    .section4 .col-lg-3:nth-child(odd) .module-fickle {-webkit-flex-direction: column; flex-direction: column;}
    .section4 .fickle-content::after {  right: 0;  top: 100%;  -ms-transform:rotate(135deg);transform: rotate(135deg);   left: 0;   margin: auto; }
    .section4 .col-lg-3:nth-child(odd) .fickle-content::before {bottom: 100%; top: unset;border-bottom-color: #ffffff;border-top-color: transparent;}
  
  
  
  
}
 .termeni{
     padding-top:130px;
 }

