/*lazy load fix .OK*/

img.lazy:not([src]),
img:not([src]) {
    opacity: 0;
}

/*blue shadow fix .OK*/
* {
    outline: none !important;
}

.btn:focus,
.btn:active,
.form-control,
.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

.b-example-divider {
    margin: 50px 0;
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* Body */

body,
html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

body.opened {
    overflow: hidden;
}

/* Animations */

@keyframes slideRight {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Form */

.custom .form-control::placeholder,
.custom .form-select::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
}

.custom .form-control,
.custom .form-select {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    background: none;
    border: none;
    border-radius: 0;
}

/* Buttons*/

.btn.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #294c9b;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff !important;
    border: none;
    padding: 3px 15px;
    border-radius: 11.5px;
    transition: 0.5s;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    color: #294c9b !important;
    background-color: #ffffff;
    outline: none !important;
}

.btn.btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #294c9b;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border: none;
    padding: 3px 15px;
    border-radius: 11.5px;
    transition: 0.5s;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
    background-color: #4ca0d9;
    outline: none !important;
}

.btn.btn-warning {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdd616;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #294c9b !important;
    border: none;
    padding: 3px 15px;
    border-radius: 11.5px;
    transition: 0.5s;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
    color: #fdd616 !important;
    background-color: #294c9b;
    outline: none !important;
}

/* Header */
header.sticky-top{
	background-color:#fff;
}

header nav.navbar {
    display: block;
    padding: 0;
}

header nav.navbar .navbar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #294c9b;
}

header nav.navbar .navbar-top .navbar-nav {
    flex-direction: inherit;
}

header nav.navbar .navbar-top .navbar-nav .nav-item {
    margin-left: 19px;
}

header nav.navbar .navbar-top .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

header nav.navbar .navbar-top .navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    padding: 0;
    transition: 0.5s;
}

header nav.navbar .navbar-top .navbar-nav .nav-item .nav-link:hover {
    color: #294c9b;
}

header nav.navbar .navbar-top .dropdown {
    display: flex;
    align-items: center;
}

header .language,
header .language a {
    font-family: 'Gabarito', sans-serif;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4ca0d9;
}
header .language a:hover,
header .language a.active{
    color: #294c9b;
}
header .language svg {
    margin-right: 8px;
}

header nav.navbar .navbar-bottom {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #294c9b;
}

header nav.navbar .navbar-bottom form {
    display: flex;
    align-items: center;
    justify-content: start;
}

header nav.navbar .navbar-bottom form .form-control {
    padding: 0;
    margin-left: 10px;
}

header nav.navbar .navbar-bottom .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

header nav.navbar .navbar-bottom .navbar-collapse {
    align-items: center;
    justify-content: end;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item {
    border-left: 1px solid #294c9b;
    padding: 0px 6px;
    display: flex;
    align-items: center;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item:last-child {
    border-right: 1px solid #294c9b;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Gabarito", sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4ca0d9;
    margin: 0;
    padding: 3px 16px;
    border-radius: 9.5px;
    transition: 0.5s;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    background-color: #4ca0d9;
    color: #fdd616;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown {
    padding: 0;
    display: block;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
    border-radius: 0;
    padding: 3px 22px;
    transition: none;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle:hover {
    background: none;
    color: #4ca0d9;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
    background-color: #294c9b;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: unset !important;
    margin-top: 0;
    padding: 0;
    left: -1px;
    background-color: #294c9b;
    border: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li {
    padding: 0 7px;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-family: "Gabarito", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 5px 7px;
    margin-top: 0;
    border-bottom: 1px solid #71b0db;
    background: none;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:first-child .dropdown-item {
    border-top: 1px solid #71b0db;
}

header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
    color: #fdd616;
    background: none;
}

header .navbar-toggler {
    padding: 0;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    margin-left: 18px;
}

header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

header .navbar-toggler span {
    display: block;
    margin-top: 6px;
    width: 26px;
    height: 2px;
    background-color: #294c9b;
    -webkit-animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
    animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
    box-shadow: 1px 1px 4px darken(#9b59b6, 4%);
    transition: all 0.25s ease-out;
}

header .navbar-toggler span:nth-of-type(1) {
    margin-top: 0;
}

header .navbar-toggler span:nth-of-type(2) {
    margin-left: 7px;
    width: 19px;
}

body.opened header .navbar-toggler span:nth-of-type(1) {
    transform: rotate(45deg);
}

body.opened header .navbar-toggler span:nth-of-type(2) {
    display: none;
}

body.opened header .navbar-toggler span:nth-of-type(3) {
    margin-top: -2px;
    transform: rotate(-45deg);
}

#searchModal .modal-top-fullwidth {
	width: 100vw;
	max-width: none;
	margin:0;
}
#searchModal .modal-top-fullwidth .modal-content {
	padding: 28px 0;
    border-radius: 0 !important;
    border: none !important;
}
#searchModal .modal-backdrop.fade {
    opacity: 0;
}

#searchModal .modal-backdrop.show {
    opacity: 0.5;
}

#searchModal .modal-top-fullwidth .custom .form-control{
	display: inline-block;
	width: 280px;
}

[name=header_search_form] button{
	background:none;
}

.search main .content h2 {
    margin-bottom: 0;
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
}


/* Footer */

footer {
    background: linear-gradient(to bottom,
            #4ca0d9 385px,
            #294c9b 385px 869px,
            #4ca0d9 869px 915px,
            #294c9b 915px);
}

footer .left-menu {
    position: relative;
    padding: 60px 80px 20px 0;
}

footer .left-menu .footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

footer .left-menu .footer-brand svg {
    margin-right: 30px;
}

footer .left-menu .footer-brand .line {
    border-top: 1px solid #294c9b;
    flex-grow: 1;
}

footer .left-menu h2 {
    font-family: "Gabarito", sans-serif;
    font-size: 72px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 150px;
}

footer .left-menu h2 span {
    font-weight: 800;
    color: #294c9b;
}

footer .left-menu figure {
    position: absolute;
    bottom: -1px;
    right: 15px;
    margin: 0;
}

footer .left-menu .copyright-wrapper {
	position:relative;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-right: -80px;
}

footer .left-menu .copyright-wrapper .copyright {
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f7f7f7;
    margin: 0;
}

footer .left-menu .copyright-wrapper .copyright span {
    color: #294c9b;
}

footer .right-menu {
    padding: 106px 0 20px 80px;
}

footer .right-menu p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 65px;
}

footer .right-menu p a {
    cursor: pointer;
    color: #4ca0d9 !important;
    text-decoration: underline !important;
    transition: 0.5s;
}

footer .right-menu p a:hover {
    color: #fff !important;
}

footer .right-menu .nav .nav-item .nav-link {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}

footer .right-menu .nav .nav-item .nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #fdd616;
}

footer .right-menu .information {
    margin-bottom: 45px;
}

footer .right-menu .information:last-child {
    margin-bottom: 0;
}

footer .right-menu .information h3 {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 5px;
}

footer .right-menu .information p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

footer .right-menu .information a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.5s;
}

footer .right-menu .information a:hover {
    color: #4ca0d9;
}

footer .right-menu .copyright-wrapper {
    display: flex;
    justify-content: end;
    border-top: 1px solid #4ca0d9;
    padding-top: 20px;
    margin-top: 78px;
    margin-left: -80px;
}

footer .right-menu .copyright-wrapper .copyright {
    font-family: "Gabarito", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

footer .right-menu .copyright-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
	line-height: 1;
}

footer .right-menu .copyright-wrapper ul li {
    margin-left: 11px;
}

footer .right-menu .copyright-wrapper ul li:first-child {
    margin-left: 15px;
}

footer .right-menu .copyright-wrapper ul li a {
	display:inline-block;
	line-height:1;
}

/* Wrapper */
.wrapper {
    margin-bottom: 60px;
}




/* GALLERY CAROUSEL
-------------------------------------------------- */
.carousel.gallery{
	background-color: #f8f8f8; 
}
.carousel.gallery .carousel-control-next,
.carousel.gallery .carousel-control-prev{
	display:inherit;
	opacity: 1;
	top: inherit;
	width:40px;
}
.carousel.gallery .carousel-control-next{
	right: 20px;
	bottom: 20px;
}
.carousel.gallery .carousel-control-next svg,
.carousel.gallery .carousel-control-prev svg{
	width:40px;
	height:40px;
}
.carousel.gallery .carousel-control-next svg path,
.carousel.gallery .carousel-control-prev svg path{
	stroke:#294c9b;
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:#294c9b;
}
.carousel.gallery .carousel-control-next:hover svg path,
.carousel.gallery .carousel-control-prev:hover svg path{
	stroke:#fff;
}
.carousel.gallery .carousel-control-prev{
	left: inherit;
	right: 70px;
	bottom: 20px;
}


/* GENERAL TEXT .OK
-------------------------------------------------- */
main .content .text{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-bottom: 25px;
}
main .content .text a {
    color: #4ca0d9;
    transition: 0.5s;
}
main .content .text a:hover {
    color: #707070;
}
main .content .text .carousel.gallery{
	margin-top:60px;
}
main .content .text .exp2{
	margin-top:45px;
}
main .content .text h2 {
    margin-bottom: 40px !important;
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 0;
}
main .content .text h3 {
    margin-bottom: 10px !important;
    font-family: "Gabarito", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
main .content .text h2 span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #294c9b;
}
main .content .text ul{
	list-style:outside;
}
main .content .text ul li{
	margin-left:20px;
}


/* Sliders */

/* mainCarousel */

#mainCarousel .carousel-indicators {
    position: absolute;
    width: fit-content;
    bottom: 0;
    top: 0;
    left: 51%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

#mainCarousel .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    flex: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: initial;
    margin: 0 0 9px 0;
    text-indent: initial;
    cursor: pointer;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#mainCarousel .carousel-indicators [data-bs-target]:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #fff;
    margin: 9px 0 0 0;
    transition: 0.5s;
}

#mainCarousel .carousel-indicators [data-bs-target].active:after {
    height: 51px;
}

#mainCarousel .carousel-caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(41, 76, 155, 0.9);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
}

#mainCarousel .carousel-caption .text-wrapper {
    width: 358px;
    text-align: left;
}

#mainCarousel .carousel-caption .text-wrapper h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

#mainCarousel .carousel-caption .text-wrapper a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fdd616;
    transition: 0.5s;
}

#mainCarousel .carousel-caption .text-wrapper a:hover {
    color: #fff;
}

#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
    opacity: 1;
}

#mainCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20data-name%3D%22Group%20209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%20%20%3Crect%20data-name%3D%22Rectangle%2016%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20style%3D%22fill%3A%23fff%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m255.1-869.809.9-.9-4.191-4.191%204.191-4.2-.9-.9-5.1%205.1z%22%20transform%3D%22translate(-238%20890)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%0A%3C%2Fsvg%3E");
}

#mainCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20218%22%20transform%3D%22translate(-668%20-326)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20data-name%3D%22Rectangle%2016%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20transform%3D%22translate(668%20326)%22%20style%3D%22fill%3A%23fff%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22m250.9-869.809-.9-.9%204.191-4.191-4.191-4.2.9-.9%205.1%205.1z%22%20transform%3D%22translate(430%201216)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/* referansCarousel */

#referansCarousel {
    margin-bottom: 21px;
}

#referansCarousel .carousel-inner .carousel-item .left-menu,
#referansCarousel .carousel-inner .carousel-item .right-menu {
    width: 100%;
    height: 100%;
    min-height: 390px;
    background-color: #f6f6f6;
}

#referansCarousel .carousel-inner .carousel-item .left-menu {
    position: relative;
    padding: 90px 0 105px 223px;
}

#referansCarousel .carousel-inner .carousel-item .left-menu .comment{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}

#referansCarousel .carousel-inner .carousel-item .left-menu h6 {
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 0;
}

#referansCarousel .carousel-inner .carousel-item .left-menu h6 span {
    font-size: 18px;
    font-weight: 800;
    color: #294c9b;
    display: block;
}

#referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper {
    position: absolute;
    top: 50%;
    right: -7%;
    z-index: 2;
    transform: translateY(-50%);
    height: 128px;
    width: 128px;
    padding: 33px;
    border: 1px solid #4ca0d9;
    border-radius: 50%;
}

#referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper .order {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    width: 62px;
    background-color: #4ca0d9;
    border-radius: 50%;
}

#referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper .order p {
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

#referansCarousel .carousel-inner .carousel-item .main-menu {
    position: relative;
    width: 100%;
    padding: 58px 65px 58px 95px;
    background-color: #294c9b;
}

#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption {
    border-top: 1px solid #4ca0d9;
    border-bottom: 1px solid #4ca0d9;
    padding: 10px 0;
    position:relative;
	left:inherit;
	right:inherit;
	bottom:inherit;
}

#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption svg {
    position: absolute;
    top: -29px;
    left: 94px;
}
#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption.carousel-caption-tr svg {
    left: 260px;
}

#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fdd616;
    margin-bottom: 12px;
}

#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption h5 span {
    display: flex;
    font-weight: 800;
    color: #fff;
}

#referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

#referansCarousel .carousel-control-prev,
#referansCarousel .carousel-control-next {
    opacity: 1;
}

#referansCarousel .carousel-control-next {
	right:34%;
}

#referansCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20data-name%3D%22Group%20252%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20data-name%3D%22Rectangle%2016%22%20style%3D%22stroke%3A%23294c9b%3Bfill%3Anone%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20style%3D%22stroke%3Anone%22%2F%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%2214.5%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m255.1-869.809.9-.9-4.191-4.191%204.191-4.2-.9-.9-5.1%205.1z%22%20transform%3D%22translate(-238%20890)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%3C%2Fsvg%3E");
}

#referansCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20data-name%3D%22Group%20251%22%3E%3Cg%20data-name%3D%22Rectangle%2016%22%20style%3D%22stroke%3A%23294c9b%3Bfill%3Anone%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20style%3D%22stroke%3Anone%22%2F%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%2214.5%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m250.9-869.809-.9-.9%204.191-4.191-4.191-4.2.9-.9%205.1%205.1z%22%20transform%3D%22translate(-238%20890)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* aboutCarousel */

#aboutCarousel .carousel-indicators {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 47%;
    z-index: 2;
    display: flex;
    padding: 0;
    margin: 0;
}

#aboutCarousel .carousel-indicator-1 {
    top: 0;
}

#aboutCarousel .carousel-indicator-2 {
    bottom: 0;
}

#aboutCarousel .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    flex: initial;
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: initial;
    margin: 0 0 0 9px;
    text-indent: initial;
    cursor: auto;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #294c9b;
}

#aboutCarousel .carousel-indicators [data-bs-target]:first-child {
    margin: 0;
}

#aboutCarousel .carousel-indicator-1 [data-bs-target] {
    margin: 0 0 0 20px;
}

#aboutCarousel .carousel-indicator-1 [data-bs-target].active {
    font-weight: 800;
    color: #4ca0d9;
    text-decoration: underline;
}

#aboutCarousel .carousel-indicator-2 [data-bs-target].active {
    font-weight: 800;
}

#aboutCarousel .carousel-indicator-2 [data-bs-target]:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #294c9b;
    margin: 0 0 0 9px;
    transition: 0.5s;
}

#aboutCarousel .carousel-indicator-2 [data-bs-target].active:after {
    width: 51px;
}

#aboutCarousel .carousel-inner .carousel-item .main-menu {
    position: relative;
    width: 100%;
}

#aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption {
    position: unset;
    padding: 0;
}

#aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption .order {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 14px 24px 14px 18px;
    background: linear-gradient(to right, #294c9b 85%, #4ca0d9 15%);
}

#aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption .order p {
    font-family: "Gabarito", sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}

#aboutCarousel .carousel-inner .carousel-item .main-menu figure {
    margin: 0;
}

#aboutCarousel .carousel-inner .carousel-item .right-menu {
    width: 100%;
    height: fit-content;
    min-height: 292px;
    background-color: #f6f6f6;
    padding: 34px 223px 34px 95px;
}

#aboutCarousel .carousel-inner .carousel-item .right-menu h6 {
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 30px;
}

#aboutCarousel .carousel-inner .carousel-item .right-menu h6 span {
    font-size: 42px;
    font-weight: 800;
    color: #294c9b;
    display: block;
}

#aboutCarousel .carousel-inner .carousel-item .right-menu ul {
    padding: 0;
}

#aboutCarousel .carousel-inner .carousel-item .right-menu ul li p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    margin-bottom: 0;
}

#aboutCarousel .carousel-control-prev,
#aboutCarousel .carousel-control-next {
    opacity: 1;
}

#aboutCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20data-name%3D%22Group%20252%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20data-name%3D%22Rectangle%2016%22%20style%3D%22stroke%3A%23294c9b%3Bfill%3Anone%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20style%3D%22stroke%3Anone%22%2F%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%2214.5%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m255.1-869.809.9-.9-4.191-4.191%204.191-4.2-.9-.9-5.1%205.1z%22%20transform%3D%22translate(-238%20890)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%3C%2Fsvg%3E");
}

#aboutCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20data-name%3D%22Group%20251%22%3E%3Cg%20data-name%3D%22Rectangle%2016%22%20style%3D%22stroke%3A%23294c9b%3Bfill%3Anone%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20style%3D%22stroke%3Anone%22%2F%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%2214.5%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m250.9-869.809-.9-.9%204.191-4.191-4.191-4.2.9-.9%205.1%205.1z%22%20transform%3D%22translate(-238%20890)%22%20style%3D%22fill%3A%235771ac%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* home-Page .OK */

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-title span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin: 0 10px 0 0;
}

.section-title #line {
    display: block;
    width: 128px;
    height: 1px;
    background-color: #222;
}

.section-title h3 {
    font-family: "Gabarito", sans-serif;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #294c9b;
    margin: 0 0 0 10px;
}

/* slide */

.home .slide {
    margin-bottom: 61px;
}

/* about */

.home .about,
.about .about {
    margin-bottom: 61px;
}

.home .about .left-menu,
.about .about .left-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .about .left-menu .subtitle h5,
.about .about .left-menu .subtitle h5,
.home .about .left-menu h2,
.about .about .left-menu h2 {
    margin-bottom: 40px !important;
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 0;
}

.home .about .left-menu .subtitle h5 span,
.about .about .left-menu .subtitle h5 span,
.home .about .left-menu h2 span,
.about .about .left-menu h2 span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #294c9b;
}

.home .about .left-menu p,
.about .about .left-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-bottom: 25px;
}

.home .about .left-menu a,
.about .about .left-menu a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    transition: 0.5s;
}

.home .about .left-menu a:hover,
.about .about .left-menu a:hover {
    color: #707070;
}

.home .about .right-menu figure,
.about .about .right-menu figure {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.home .about .right-menu figure:last-of-type,
.about .about .right-menu figure:last-of-type {
    margin-bottom: 0;
}

/* how-work */

.home .how-work {
    margin-bottom: 61px;
}

.home .how-work .left-menu .text-wrapper,
.about .how-work .left-menu .text-wrapper {
    padding: 18px 40px 32px 30px;
    border: solid 3px #fff;
}

.home .how-work .left-menu .text-wrapper h5,
.about .how-work .left-menu .text-wrapper h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fdd616;
    margin: 0;
}

.home .how-work .left-menu .text-wrapper h5 span,
.about .how-work .left-menu .text-wrapper h5 span {
    font-weight: 500;
}

.home .how-work .left-menu .text-wrapper p,
.about .how-work .left-menu .text-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.home .how-work .left-menu .text-wrapper p:last-of-type,
.about .how-work .left-menu .text-wrapper p:last-of-type {
    margin-bottom: 25px;
}

.home .how-work .right-menu h5,
.about .how-work .right-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.home .how-work .right-menu h5 span,
.about .how-work .right-menu h5 span {
    font-weight: 500;
    color: #4ca0d9;
}

.home .how-work .right-menu ul,
.about .how-work .right-menu ul {
    padding: 0;
    margin: 0;
}

.home .how-work .right-menu ul li,
.about .how-work .right-menu ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #4ca0d9;
}

.home .how-work .right-menu ul li:last-child,
.about .how-work .right-menu ul li:last-child {
    border-bottom: none;
}

.home .how-work .right-menu ul li .text-container h6,
.about .how-work .right-menu ul li .text-container h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fdd616;
    margin: 0;
}

.home .how-work .right-menu ul li .text-container .title,
.about .how-work .right-menu ul li .text-container .title {
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}
.home .how-work .right-menu ul li .text-container .title:hover,
.about .how-work .right-menu ul li .text-container .title:hover {
	text-decoration:underline;
}

/* tickers */

.home .tickers,
.references .tickers,
.services .tickers {
    height: 127.5px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 21px;
}

.home .tickers .ticker-items,
.references .tickers .ticker-items,
.services .tickers .ticker-items {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    animation: slideRight 20s linear infinite;
    left: 0;
}

.home .tickers .ticker-items .ticker-item,
.references .tickers .ticker-items .ticker-item,
.services .tickers .ticker-items .ticker-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: bold;
    color: #23408e;
    padding: 0 31px;
    position: relative;
    flex-shrink: 0;
}

/* blog-post */

.home .blog-post,
.deals-services .blog-post,
.services-detail .blog-post {
    margin-bottom: 60px;
}

.home .blog-post .left-menu,
.deals-services .blog-post .left-menu,
.services-detail .blog-post .left-menu {
    border-top: 1px solid #4ca0d9;
    border-bottom: 1px solid #4ca0d9;
    padding: 45px 0;
}

.home .blog-post .left-menu h5,
.deals-services .blog-post .left-menu h5,
.services-detail .blog-post .left-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 17px;
}

.home .blog-post .left-menu h5 span,
.deals-services .blog-post .left-menu h5 span,
.services-detail .blog-post .left-menu h5 span {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #294c9b;
}

.home .blog-post .left-menu a,
.deals-services .blog-post .left-menu a,
.services-detail .blog-post .left-menu a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    transition: 0.5s;
    margin-bottom: 0;
}

.home .blog-post .left-menu a:hover,
.deals-services .blog-post .left-menu a:hover,
.services-detail .blog-post .left-menu a:hover {
    color: #707070;
}

.blog-post .record {
    position: relative;
	overflow:hidden;
	display:block;
}
.blog-post .record figure{
	margin:0;
}
.blog-post .record::after {
    content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
    height: 100%;
	opacity: 0.45;
	background-color: #294c9b;
}

.blog-post .record .hover {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.blog-post .record .hover::after {
    content: "";
    position: absolute;
	left:0;
	right:0;
	bottom:0;
    height: 100px;
    transition: all 0.5s;
    background-color: #294c9b80;
    padding: 11px 30px 30px;
}
.blog-post .record:hover .hover::after {
	height: 100%;
    background-color: #4ca0d980;
}


.blog-post .record .hover span {
    z-index: 2;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 107px;
    transition: all 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.blog-post .record:hover .hover span {
    bottom: 310px;
}

.blog-post .record .hover h6 {
    z-index: 2;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
    transition: all 0.5s;
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.blog-post .record:hover .hover h6 {
    bottom: 226px;
}

.blog-post .record .hover p {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: all 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.blog-post .record:hover .hover p {
    opacity: 1;
    visibility: unset;
    bottom: 74px;
}

.blog-post .record .hover .btn.btn-warning {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: all 0.5s;
    width: fit-content;
}

.blog-post .record:hover .hover .btn.btn-warning {
    opacity: 1;
    visibility: unset;
    bottom: 30px;
}

/* contact-section */

.contact-section {
    position: relative;
    background:
        linear-gradient(to bottom, #f6f6f6 480px, transparent 362px),
        url('../images/contact-bg@2x.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-section .contact-logo {
	padding:0;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translate(-50%);
}

.contact-section .left-menu {
    height: 100%;
    padding: 60px 0;
    margin: 0 -12px;
}

.contact-section .right-menu {
    height: 100%;
    padding: 30px 0;
}

.contact-section .right-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 42px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #294c9b;
    margin-bottom: 15px;
}

.contact-section .right-menu h5 span {
    font-weight: 800;
}

.contact-section .right-menu form .form-group {
    margin-bottom: 17px;
}

.contact-section .right-menu form .form-group .form-control {
    padding: 0 0 9.5px;
    color: #294c9b;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #222222;
}

.contact-section .right-menu form .form-group textarea.form-control {
	min-height: 100px;
    border-bottom: none;
    resize: none;
}

.contact-section .right-menu form .form-group .form-control::placeholder {
    color: #294c9b;
    font-size: 14px;
    font-weight: 500;
}

.contact-section .right-menu .btn.btn-warning {
    padding: 16px 0;
    width: 100%;
    border-radius: 25.5px;
    font-weight: 800;
}

/* contact .OK */

.contact .banner {
    background: url("../images/contact-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.banner {
    margin-bottom: 50px;
}

.banner .text-wrapper {
    margin-right: -12px;
    opacity: 0.9;
    background-color: #294c9b;
    padding: 57px 0 57px 14px;
    display: flex;
    align-items: center;
}

.banner .text-wrapper span.line {
    width: 1px;
    height: 128px;
    margin-right: 10px;
    background-color: #fdd616;
}

.banner .text-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}

.banner .text-wrapper h1 {
    font-family: "Gabarito", sans-serif;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}

.contact .left-menu .logo-container {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.contact .left-menu .logo-container .line {
    border-bottom: 1px solid #294c9b;
    flex-grow: 1;
    margin-left: 34px;
}

.contact  .left-menu figure:not(.fticn) {
    margin-bottom: 35px;
}

.contact .left-menu figure img {
    width: 100%;
}

.contact .left-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 4px;
}

.contact .left-menu h5 span {
    font-weight: 800;
    color: #5771ac;
}

.contact .left-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
}

.contact .left-menu a {
    font-family: "Gabarito", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    transition: 0.5s;
}

.contact .left-menu a:hover {
    color: #294c9b;
}

.contact .right-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 5px;
}

.contact .right-menu h4 {
    font-family: "Gabarito", sans-serif;
    font-size: 54px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #294c9b;
    margin-bottom: 18px;
}

.contact .right-menu h4 span {
    font-weight: 500;
}

.contact .right-menu form .form-group {
    margin-bottom: 20px;
}

.contact .right-menu form .form-group .form-control {
    padding: 0 0 11px;
    color: #4ca0d9;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #294c9b;
}

.contact .right-menu form .form-group textarea.form-control {
    resize: none;
	min-height:200px;
}

.contact .right-menu form .form-group .form-control::placeholder {
    color: #4ca0d9;
    font-size: 16px;
    font-weight: 500;
}

.contact .right-menu .btn.btn-warning {
    padding: 16px 0;
    width: 100%;
    border-radius: 25.5px;
    font-weight: 800;
}

#Msgbox {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
#Msgbox .btn-close {
    text-indent: -10000px;
}


/* FAQ .OK */
.faq .faq-content{
	margin-bottom:100px;
	margin-top:-30px;
}
.faq .faq-content h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: "Gabarito", sans-serif;
	font-size: 26px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #294c9b;
}
.faq .highlight {
	color: red;
	text-decoration:underline;
	background:none;
}

/* references-Page .OK */

.references .banner {
    background: url("../images/references-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.references .about {
    margin-bottom: 61px;
}

.references .about .main-menu p {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin-bottom: 25px;
}

.references .about .main-menu p:last-of-type {
    margin-bottom: 0;
}

.references .how-work,
.services .how-work,
.deals-services .how-work,
.services-detail .how-work {
    margin-bottom: 71px;
}

.references .how-work .how-work-wrapper,
.services .how-work .how-work-wrapper,
.deals-services .how-work .how-work-wrapper,
.services-detail .how-work .how-work-wrapper {
    border-bottom: 1px solid #294c9b;
    padding-bottom: 110px;
}

.references .how-work .how-work-title,
.services .how-work .how-work-title {
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.references .how-work .how-work-title .line,
.services .how-work .how-work-title .line {
    border-bottom: 1px solid #294c9b;
    flex-grow: 1;
}

.references .how-work .how-work-title svg,
.services .how-work .how-work-title svg {
    margin: 0 24px;
}

.references .how-work .menu figure,
.services .how-work .menu figure,
.deals-services .how-work .menu figure,
.deals-services .how-work .menu figure {
    margin: 0;
}

.references .how-work .menu figure img,
.services .how-work .menu figure img,
.deals-services .how-work .menu figure img,
.services-detail .how-work .menu figure img {
    width: 100%;
}

.references .how-work .menu .text-wrapper,
.services .how-work .menu .text-wrapper,
.deals-services .how-work .menu .text-wrapper,
.services-detail .how-work .menu .text-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -60px 30px;
}

.references .how-work .menu .text-wrapper .svg-container,
.services .how-work .menu .text-wrapper .svg-container,
.deals-services .how-work .menu .text-wrapper .svg-container,
.services-detail .how-work .menu .text-wrapper .svg-container {
    position: absolute;
    top: -23px;
    width: 46px;
    height: 46px;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #4ca0d9;
    background-color: #4ca0d9;
}

.references .how-work .menu .text-wrapper p,
.services .how-work .menu .text-wrapper p,
.deals-services .how-work .menu .text-wrapper p,
.services-detail .how-work .menu .text-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4ca0d9;
    margin: 30px 0 0;
}

.references .how-work .menu .text-wrapper h6,
.services .how-work .menu .text-wrapper h6,
.deals-services .how-work .menu .text-wrapper h6,
.services-detail .how-work .menu .text-wrapper h6 {
    margin-bottom: 30px;
	height:44px;
	overflow:hidden;
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #294c9b;
}

.references .how-work .menu .text-wrapper .btn,
.services .how-work .menu .text-wrapper .btn,
.deals-services .how-work .menu .text-wrapper .btn,
.services-detail .how-work .menu .text-wrapper .btn {
    position: absolute;
    bottom: -12px;
}

.references .how-work .main-menu .text-wrapper .btn.btn-primary,
.services .how-work .main-menu .text-wrapper .btn.btn-primary,
.deals-services .how-work .main-menu .text-wrapper .btn.btn-primary,
.services-detail .how-work .main-menu .text-wrapper .btn.btn-primary {
    color: #fdd616;
}

.references .how-work .main-menu .text-wrapper .btn.btn-primary:hover,
.services .how-work .main-menu .text-wrapper .btn.btn-primary:hover,
.deals-services .how-work .main-menu .text-wrapper .btn.btn-primary:hover,
.services-detail .how-work .main-menu .text-wrapper .btn.btn-primary:hover {
    color: #294c9b;
    background-color: #fdd616;
}

/* services-Page .OK */

.services .banner {
    background: url("../images/services-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.services .about {
    margin-bottom: 42px;
}

.services .about .left-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.services .about .left-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 30px;
}

.services .about .left-menu h5 span {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #294c9b;
}

.services .about .left-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    margin-bottom: 25px;
}

.services .about .left-menu p:last-of-type {
    margin-bottom: 0;
}

.services .about .right-menu figure {
    text-align: center;
}

.services .about .right-menu figure:last-of-type {
    margin-bottom: 0;
}

.services .contact,
.about-ceo .contact {
    background: #f6f6f6;
}

/* about-ceo-Page .OK */

.about-ceo .banner {
    background: url("../images/about-ceo-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.about-ceo .ceo-information {
    margin-bottom: 40px;
}

.about-ceo .ceo-information .left-menu {
    margin: 0 -12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.about-ceo .ceo-information .left-menu .text-wrapper {
    position: relative;
    padding: 30px 0 42px 65px;
    width: 100%;
    background-color: #294c9b;
}

.about-ceo .ceo-information .left-menu .text-wrapper .rank {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.about-ceo .ceo-information .left-menu .text-wrapper .rank h6 {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 0 0 15px;
}

.about-ceo .ceo-information .left-menu .text-wrapper h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 42px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 57px;
}

.about-ceo .ceo-information .left-menu .text-wrapper h5 span {
    display: block;
    font-weight: 500;
}

.about-ceo .ceo-information .left-menu .text-wrapper .follow-container {
    display: flex;
    align-items: center;
}

.about-ceo .ceo-information .left-menu .text-wrapper .follow-container p {
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 4px 0 0;
}

.about-ceo .ceo-information .left-menu .text-wrapper .follow-container ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.about-ceo .ceo-information .left-menu .text-wrapper .follow-container ul li {
    margin: -3px 0 0 10px;
}

.about-ceo .ceo-information .left-menu .text-wrapper .follow-container ul li div {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #fff;
}

.about-ceo .ceo-information .left-menu .text-wrapper figure {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.about-ceo .ceo-information .right-menu {
    margin: 0 -12px;
}

.about-ceo .ceo-information .right-menu figure {
    margin-bottom: 0;
}

.about-ceo .ceo-information .right-menu figure img {
    width: 100%;
}

.about-ceo .ceo-message {
    margin-bottom: 60px;
}

.about-ceo .ceo-message .ceo-message-wrapper {
    padding: 0 0 48px;
    border-bottom: 1px solid #294c9b;
}

.about-ceo .ceo-message .ceo-message-title {
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.about-ceo .ceo-message .ceo-message-title .line {
    border-bottom: 1px solid #294c9b;
    flex-grow: 1;
}

.about-ceo .ceo-message .ceo-message-title h2 {
    font-family: "Gabarito", sans-serif;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #294c9b;
    margin: 0 27px;
}

.about-ceo .ceo-message .ceo-message-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    margin-bottom: 15px;
}

.about-ceo .ceo-message .ceo-message-text p:last-of-type {
    margin-bottom: 0;
}

.about-ceo .contact,
.services .contact {
    position: relative;
    background: linear-gradient(to bottom, #f6f6f6 534px, transparent 362px), url(../images/contact-bg-2@2x.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* deals-services-Page .OK */

.deals-services .banner {
    background: url("../images/services-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.deals-services .about {
    margin-bottom: 61px;
}

.deals-services .about .left-menu figure {
    margin-bottom: 20px;
    text-align: center;
}

.deals-services .about .left-menu figure:last-of-type {
    margin-bottom: 0;
}

.deals-services .about .line {
    border-right: 1px solid #fdd616;
    width: 50%;
    height: 100%;
}

.deals-services .about .right-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.deals-services .about .right-menu h5 {
    font-family: "Gabarito", sans-serif;
    font-size: 42px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #294c9b;
    margin-bottom: 30px;
}

.deals-services .about .right-menu h5 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #4ca0d9;
}

.deals-services .about .right-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    margin-bottom: 15px;
}

.deals-services .about .right-menu p:last-of-type {
    margin-bottom: 0;
}

.deals-services .deals-category,
.services-detail .deals-category {
    margin-bottom: 85px;
}

.deals-services .deals-category .row>.col-12:nth-child(odd) .links,
.services-detail .deals-category .row>.col-12:nth-child(odd) .links {
    background-color: #f6fafd;
}

.deals-services .deals-category .row>.col-12:nth-child(even) .links,
.services-detail .deals-category .row>.col-12:nth-child(even) .links {
    background: none;
}

.deals-services .deals-category .links .link-container,
.services-detail .deals-category .links .link-container {
    border-bottom: 1px solid #4ca0d9;
    border-top: none;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.deals-services .deals-category .col-12:first-child .link-container,
.services-detail .deals-category .col-12:first-child .link-container {
    border-top: 1px solid #4ca0d9;
}

.deals-services .deals-category .links .link-container h6,
.services-detail .deals-category .links .link-container h6 {
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 0;
}

.deals-category .links .link-container h5,
.deals-category .links .link-container .title {
    margin-bottom: 0;
    font-family: "Gabarito", sans-serif;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #294c9b;
}
.deals-category .links .link-container .title:hover{
	text-decoration:underline;
}

.deals-services .how-work .how-work-title,
.services-detail .how-work .how-work-title {
    margin-bottom: 20px;
}

.deals-services .how-work .how-work-title h2,
.services-detail .how-work .how-work-title h2 {
    font-family: "Gabarito", sans-serif;
    font-size: 54px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #294c9b;
    margin-bottom: 0;
}

.deals-services .how-work .how-work-title h2 span,
.services-detail .how-work .how-work-title h2 span {
    font-weight: bold;
    color: #4ca0d9;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.deals-services .how-work .how-work-wrapper,
.services-detail .how-work .how-work-wrapper {
    border-top: 1px solid #294c9b;
    padding-top: 48px;
}

.deals-services .how-work .menu .text-wrapper,
.services-detail .how-work .menu .text-wrapper {
    margin: -60px 90px;
}

/* services-detail-Page .OK */

.services-detail .banner {
    background: url("../images/deals-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.services-detail .deals-category .links .link-container.active {
    display: block;
}

.services-detail .deals-category .links .link-container.active .uppersection {
    display: flex;
    margin-bottom: 24px;
}

.services-detail .deals-category .links .link-container.active .uppersection .left-menu.text-wrapper h5 {
    margin-bottom: 20px;
}

.services-detail .deals-category .links .link-container.active .uppersection .left-menu.text-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.services-detail .deals-category .links .link-container.active .uppersection .right-menu {
    display: flex;
    height: 100%;
}

.services-detail .deals-category .links .link-container.active .uppersection .right-menu figure:first-child {
    margin: 0;
}

.services-detail .deals-category .links .link-container.active .uppersection .right-menu figure img {
    width: 100%;
}

.services-detail .deals-category .links .link-container.active .subsection {
    display: flex;
}

.services-detail .deals-category .links .link-container.active .subsection .line {
    border-left: 1px solid #fdd616;
    width: 100%;
    height: 100%;
}

.services-detail .deals-category .links .link-container.active .subsection .menu {
    border-top: 1px solid #4ca0d9;
    padding-top: 20px;
}

.services-detail .deals-category .links .link-container.active .subsection .menu.top-menu {
    padding-bottom: 20px;
}

.services-detail .deals-category .links .link-container.active .subsection .menu .left-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

.services-detail .deals-category .links .link-container.active .subsection .left-menu h5 {
    margin-bottom: 20px;
}

.services-detail .deals-category .links .link-container.active .subsection .menu .right-menu figure {
    margin-bottom: 0;
}

.services-detail .deals-category .links .link-container.active .subsection .menu .right-menu figure img {
    width: 100%;
}

/* about-Page .OK */

.about .banner {
    background: url("../images/about-ceo-title@2x.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.about .about .left-menu p {
    font-weight: 500;
}

.about .how-work {
    margin-bottom: 21px;
}

.about .ceo-information {
    position: relative;
    margin-top: 125px;
}

.about .ceo-information .ceo-information-logo {
    position: absolute;
    top: 38px;
    right: 31.6px;
}

.about .ceo-information .rings {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about .ceo-information .left-menu figure {
    display: flex;
    justify-content: center;
    margin: 0;
}

.about .ceo-information .right-menu {
    position: relative;
    padding: 52px 0 52px 80px;
}

.about .ceo-information .right-menu .rank {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.about .ceo-information .right-menu .rank h6 {
    font-family: "Gabarito", sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f7f7f7;
    margin: 0 0 0 15px;
}

.about .ceo-information .right-menu h3 {
    font-family: "Gabarito", sans-serif;
    font-size: 42px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ca0d9;
    margin-bottom: 30px;
}

.about .ceo-information .right-menu h3 span {
    font-weight: 500;
}

.about .ceo-information .right-menu p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.about .ceo-information .right-menu a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f6d848;
    transition: 0.5s;
}

.about .ceo-information .right-menu a:hover {
    color: #fff;
}

/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    header nav.navbar .navbar-bottom .navbar-collapse {
        width: 100% !important;
        margin: 15px -12px 0 !important;
        padding: 0 12px !important;
        border-top: 1px solid #294c9b !important;
    }

    header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item {
        border: none !important;
        border-bottom: 1px solid #294c9b !important;
        padding: 12px 24px !important;
        margin: 0 -12px !important;
        display: flex !important;
    }

    header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 0 !important;
        transition: 0.5s !important;
    }

    header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        background: none !important;
        color: #294c9b !important;
    }

    header nav.navbar .navbar-bottom .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        background: none !important;
        color: #294c9b !important;
    }

    .section-title {
        flex-direction: column;
    }

    .section-title span {
        margin: 0 0 5px 0;
    }

    .section-title #line {
        width: 83px;
    }

    .home .blog-post .left-menu h5,
    .deals-services .blog-post .left-menu h5,
    .services-detail .blog-post .left-menu h5 {
        text-align: center;
    }

    .section-title h3 {
        margin: 0;
    }

    footer .left-menu {
        min-height: 386px;
    }

    footer .right-menu {
        min-height: 484px;
    }

    footer .left-menu .footer-brand svg {
        width: 130.1px;
        height: 143px;
        margin-left: 30px;
    }

    footer .left-menu .footer-brand {
        margin-bottom: 30px;
    }

    footer .left-menu h2 {
        font-size: 62px;
        text-align: center;
        margin-bottom: 0;
    }

    footer .top-copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
    }

    footer .top-copyright .copyright-wrapper .copyright {
        font-family: "Gabarito", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f7f7f7;
        margin: 0;
    }

    footer .top-copyright .copyright-wrapper .copyright span {
        color: #294c9b;
    }

    #mainCarousel .carousel-indicators {
        position: absolute;
        width: fit-content;
        bottom: 0;
        top: 80px;
        left: 42%;
        z-index: 2;
        display: flex;
        flex-direction: unset;
        padding: 0;
        margin: 0;
    }

    #mainCarousel .carousel-indicators [data-bs-target] {
        box-sizing: border-box;
        flex: initial;
        display: flex;
        flex-direction: unset;
        align-items: center;
        width: fit-content;
        height: fit-content;
        padding: initial;
        margin: 0 0 0 9px;
        text-indent: initial;
        cursor: pointer;
        background-color: transparent;
        background-clip: border-box;
        border: none;
        border-top: none;
        border-bottom: none;
        opacity: 1;
        transition: 0.5s;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    #mainCarousel .carousel-indicators [data-bs-target]:after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #fff;
        margin: 0 0 0 9px;
        transition: 0.5s;
    }

    #mainCarousel .carousel-indicators [data-bs-target].active:after {
        width: 51px;
        height: 1px;
    }

    footer .bottom-copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
    }

    footer .bottom-copyright .copyright-wrapper {
        display: flex;
    }

    footer .bottom-copyright .copyright-wrapper .copyright {
        font-family: "Gabarito", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin: 0;
    }

    footer .bottom-copyright .copyright-wrapper ul {
        margin: 0;
        padding: 0;
        display: flex;
		line-height: 1;
    }

    footer .bottom-copyright .copyright-wrapper ul li {
        margin-left: 11px;
    }

    footer .bottom-copyright .copyright-wrapper ul li:first-child {
        margin-left: 15px;
    }

	footer .bottom-copyright .copyright-wrapper ul li a {
		display:inline-block;
		line-height:1;
	}

    footer .right-menu p {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin-bottom: 46px;
    }

    footer .right-menu .information a {
        font-size: 10px;
    }

    footer .right-menu .information p {
        font-size: 10px;
        line-height: 1.3;
    }

    footer .right-menu .information:first-child {
        border-bottom: 1px solid #fdd616;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    footer .left-menu,
    footer .right-menu {
        padding: 46px 0 30px;
    }

    .contact-section {
        margin-top: 80px;
    }

    .contact-section .right-menu {
        padding: 110px 0 46px;
    }

    .contact-section .left-menu {
        padding: 46px 0;
    }

    .about-ceo .ceo-information .left-menu .text-wrapper {
        display: flex;
        flex-direction: column;
        padding: 30px 20px;
    }

    .deals-services .about .line {
        border-right: none;
        border-bottom: 1px solid #fdd616;
        width: 100%;
        height: 1px;
    }

    .home .blog-post .left-menu,
    .deals-services .blog-post .left-menu,
    .services-detail .blog-post .left-menu {
        text-align: center;
    }

    .about-ceo .ceo-message .ceo-message-title h2 {
        width: 158px;
    }

    .banner .text-wrapper span.line {
        height: 82px;
    }

    .banner .text-wrapper p {
        font-size: 14px;
    }

    .banner .text-wrapper h1 {
        font-size: 26px;
    }

    .references .how-work .menu,
    .services .how-work .menu,
    .deals-services .how-work .menu,
    .services-detail .how-work .menu {
        margin-bottom: 100px;
    }

    .references .how-work .right-menu,
    .services .how-work .right-menu,
    .deals-services .how-work .right-menu,
    .services-detail .how-work .right-menu {
        margin-bottom: 75px;
    }

    .about .ceo-information .left-menu {
        background: #f6f6f6;
        padding: 0 12px;
    }

    .about .ceo-information .right-menu {
        background: #294c9b;
        padding: 25px 35px;
    }

    .home .how-work {
        background:
            linear-gradient(to top, #294c9b 430px, transparent 430px 773px),
            url('../images/mask-group-19@2x.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about .how-work {
        background:
            linear-gradient(to top, #294c9b 430px, transparent 430px 773px),
            url('../images/mask-group-20@2x.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .home .how-work .left-menu .text-wrapper,
    .about .how-work .left-menu .text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 31px 76px;
    }

    .home .how-work .left-menu .text-wrapper h5,
    .about .how-work .left-menu .text-wrapper h5 {
        text-align: center;
    }

    .home .how-work .left-menu .text-wrapper p,
    .about .how-work .left-menu .text-wrapper p {
        text-align: center;
    }

    .home .how-work .right-menu,
    .about .how-work .right-menu {
        min-height: 373px;
        padding: 36px 0 37px;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu {
        padding: 185px 125px 58px;
    }

    #referansCarousel .carousel-inner .carousel-item .main-menu {
        padding: 58px 42px;
        margin-bottom: -130px;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu {
        min-height: 501px;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper {
        top: 99px;
        left: 50%;
        transform: translateX(-50%);
        height: 56px;
        width: 56px;
        padding: 14px;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper .order {
        height: 28px;
        width: 28px;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper .order p {
        font-size: 15px;
    }

    .home .how-work .left-menu,
    .about .how-work .left-menu {
        padding: 36px 0 37px;
    }

    .home .how-work .left-menu,
    .about .how-work .left-menu {
        padding: 43px 0 0;
    }

    .contact .left-menu .logo-container svg {
        width: 173px;
    }

    .contact .left-menu figure {
        margin: 0 -36px 35px;
    }

    .references .how-work .how-work-wrapper,
    .services .how-work .how-work-wrapper,
    .deals-services .how-work .how-work-wrapper,
    .services-detail .how-work .how-work-wrapper {
        padding-bottom: 50px;
    }

    .deals-services .how-work .menu .text-wrapper,
    .services-detail .how-work .menu .text-wrapper {
        margin: -60px 30px;
    }

    #aboutCarousel .carousel-inner .carousel-item .right-menu {
        padding: 50px 150px 177px;
    }

    #aboutCarousel .carousel-inner .carousel-item {
        padding: 30px 0;
    }

    #aboutCarousel .carousel-indicator-1 {
        width: 100%;
    }

    #mainCarousel .carousel-caption {
        width: 60%;
        padding-left: 30px;
		padding-top: 40px;
    }

    #aboutCarousel .carousel-indicators {
        left: 50%;
        transform: translateX(-50%);
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu figure {
        margin-top: -140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption .order {
        left: 24%;
        top: -120px;
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu figure img {
        max-height: 390px;
    }
	
	#referansCarousel .carousel-control-next {
		right: 0;
	}
}

/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .about-ceo .ceo-information .left-menu .text-wrapper figure {
        right: 40px;
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption .order {
        left: 23%;
    }

    #mainCarousel .carousel-indicators {
        position: absolute;
        width: fit-content;
        bottom: 0;
        top: 55px;
        left: 43%;
        z-index: 2;
        display: flex;
        flex-direction: unset;
        padding: 0;
        margin: 0;
    }

    #aboutCarousel .carousel-inner .carousel-item .right-menu {
        padding: 50px 43px 177px;
    }

    .about-ceo .ceo-information .left-menu .text-wrapper figure img {
        width: 77px;
    }

    #mainCarousel .carousel-caption .text-wrapper {
        width: 250px;
    }

    #mainCarousel .carousel-caption .text-wrapper h5 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    #mainCarousel .carousel-caption .text-wrapper a {
        font-size: 12px;
    }

}

/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    #referansCarousel .carousel-inner .carousel-item .main-menu .carousel-caption.carousel-caption-tr svg {
		display:none;
    }

    #mainCarousel .carousel-caption .text-wrapper {
        width: 152px;
    }

    #mainCarousel .carousel-indicators {
        position: absolute;
        width: fit-content;
		height:16px;
        bottom: 0;
        top: 45px;
        left: 45%;
        z-index: 2;
        display: flex;
        flex-direction: unset;
        padding: 0;
        margin: 0;
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu .carousel-caption .order {
        left: 6%;
    }

    #referansCarousel .carousel-inner .carousel-item .left-menu {
        padding: 185px 55px 58px;
    }
}

/*#new add (only for desktop screens)*/
@media all and (min-width: 992px) {
    header .w-lg-auto.col-lg-5 {
        width: 41.666667% !important;
        flex: 0 0 auto !important;
    }

    #aboutCarousel .carousel-inner .carousel-item .main-menu figure img {
        min-width: 380px;
        min-height: 390px;
    }

    header .navbar-bottom .nav-item:hover .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
    }

    header .navbar-bottom .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .home .how-work {
        background:
            linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #294c9b 50%),
            url('../images/mask-group-19@2x.webp');
        background-size: 100% 100%, 50% 100%;
        background-position: left, left;
        background-repeat: no-repeat;
        padding: 65px 0;
    }

    .about .how-work {
        background:
            linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #294c9b 50%),
            url('../images/mask-group-20@2x.webp');
        background-size: 100% 100%, 50% 100%;
        background-position: left, left;
        background-repeat: no-repeat;
        padding: 65px 0;
    }

    .contact-section {
        position: relative;
        background:
            linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f6f6f6 50%),
            url('../images/contact-bg@2x.webp');
        background-size: 100% 100%, 50% 100%;
        background-position: left, left;
        background-repeat: no-repeat;
    }

    .contact-section .contact-logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contact-section {
        background:
            linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f6f6f6 50%),
            url('../images/contact-bg-2@2x.webp');
    }

    .about .ceo-information {
        background:
            linear-gradient(to right, #f6f6f6 50%, #294c9b 50%);
    }

    footer {
        background: url("../images/footer-bg.webp") top center;
    }
}

/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper {
        right: -11%;
    }

    #aboutCarousel .carousel-indicators {
        left: 50%;
    }
}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper {
        right: -10%;
    }

    #aboutCarousel .carousel-indicators {
        left: 49%;
    }
}

/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1919.98px) {
    #referansCarousel .carousel-inner .carousel-item .left-menu .order-wrapper {
        right: -9%;
    }

    #aboutCarousel .carousel-indicators {
        left: 49%;
    }
}

/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1920px) {}