/* -> cookie bar
================================ */
#cookie-bar {
	background: #141744;
	height: auto;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 600;
    padding: 8px 20px;
    font-size: 16px;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
    padding: 10px 20px;
    line-height: 1;
    margin-left: 20px;
    border-radius: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	border: 1px solid #fff;
}
#cookie-bar a:hover {
    background-color: #FA4729;
    border-color: #FA4729;
}
/*================================ */


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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	position: absolute;
	display: block;
}

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

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

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

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

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

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

.slick-disabled{
	opacity: 0;
	visibility: hidden;
}

/*Portefolio Arrows*/
/*Portefolio Arrows*/
.slick-prev,
.slick-next{
	text-decoration: none;
    width: 65px;
    height: 65px;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    color: #fff;
    background-color: rgba(11, 13, 36, 0.5);
    opacity: 1;
    text-align: center;
    border: none;
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
}



#slideshow .slick-prev,
#slideshow .slick-next{
    top: auto;
    bottom: 37px;
    background-color: #181d4e;
    opacity: 0.8;
}

.slick-prev{
    right: 70px;
}

	.slick-prev:hover,
	.slick-next:hover{
        opacity: 1!important;
    }

.slick-next{
    right: 70px;
    bottom: 110px!important;
}

	.slick-prev:before,
    .slick-next:before{
		font-family: "Font Awesome 5 Free";
        font-weight: 900;
		font-size: 18px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
	}

    .slick-prev:before{
		content: "\f0a8";
	}

    .slick-next:before{
		content: "\f0a9";
    }
    
.slick-dots {
    position: absolute;
    left: 70px;
    right: auto;
    bottom: 50px;
    text-align: center;
    display: block;
    padding: 0;
    list-style: none;
    z-index: 4;
}

    .slick-dots li{
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 8px 0 0;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button{
            font-size: 0;
            line-height: 0;
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            cursor: pointer;
            color: transparent;
            background-color: transparent;
            outline: none;
            border: none;
            background-color: #fff;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            opacity: 0.55;
            padding: 0;
        }

        .slick-dots li button:hover,
        .slick-dots li.slick-active button{
            opacity: 1;
            background-color: #fff;
        }

.slick-disabled{
	opacity: 0;
	visibility: hidden;
}
/*================================ */


/* -> Main
================================ */
body {
	font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65em;
	overflow-x: hidden;
    color: #5a5a67;
}

.grecaptcha-badge{
    visibility: collapse !important;  
}

a {
	color: #fff;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

a:hover {
    text-decoration: none;
    color: #fff;
}

section{
    position: relative;
    z-index: 2;
}

.transition {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

.gray{
    color: #666666;
}

.pre-title{
    font-family: "Outfit",sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #3ea0df;
    margin-bottom: 1.4em;
}

.title-text{
    font-size: 17px;
    color: rgb(155, 162, 173);
    margin: 30px 0px 40px;
}

h1{
    font-size: 99px;
    line-height: 99px;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    letter-spacing: -2.9734px;
}

h2{
    font-family: "Outfit", sans-serif;
    font-size: 3.353em;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -1.7px;
    color: #181D4E;
}

h3{
    font-family: "Outfit",sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    color: #181D4E;
}

h4{
    font-family: "Outfit",sans-serif;
    font-weight: 500;
    font-size: 1.33rem;
    line-height: 1.4em;
    color: #fff;
}

h5{
    font-family: "Outfit",sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    color: #181D4E;
}

.btn,
.btn-alt{
    position: relative;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Outfit";
    padding: 17px 37px 18px;
}

.btn{
    background-color: #FA4729;
    color: #fff!important;
}

.btn:hover{
    background-color: #DB2B0E;
}

.btn-alt{
    background-color: #fff;
    border: 2px solid #fff;
}

    .btn-alt:hover{
        background-color: transparent;
        color: #fff!important;
    }


#pages-header{
    background-position: center;
    background-size: cover;
    position: relative;
}

    #pages-header:after{
        background-color: transparent;
        background-image: linear-gradient(180deg, #0B0D2682 0%, #0B0D26E6 100%);
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: '';
        z-index: 1;
    }

    #pages-header .container .row{
        height: 400px;
        text-align: center;
        padding-top: 60px;
    }

    #pages-header h1{
        position: relative;
        font-size: 47px;
        font-weight: 500;
        letter-spacing: -1.7px;
        z-index: 2;
    }

    #pages-header ol{
        position: relative;
        z-index: 2;
        text-align: center;
        background-color: transparent;
        color: #3ea0df;
        justify-content: center;
    }

    ol > li + li:before {
        content: "\f105";
        font-size: 14px;
        padding: 0 14px 0 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 800;
        color: #fff;
    }


/* Loader */
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background-color: #fff;
    visibility: visible;
    transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#loading.hidden{
    opacity: 0;
    visibility: hidden;
}

    
    #loading img {
        height: 120px;
        animation-name: fade;
        animation-duration: 4s;
    }

@keyframes fade {
    0%{
        opacity: 0;
    }

    50%, 100%{
        opacity: 1;
    }
}


#go-up{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(95px);
        -ms-transform: translateY(95px);
            transform: translateY(95px);
    background-color: #FA4729;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

    #go-up.show-button{
      opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }

    #go-up:before{
        font-size: 18px;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 45px;
    }

    #go-up:hover{
        -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
                transform: translate(0px, -10px);
        background-color: #DB2B0E;
    }
/* ============================= */



/* -> Menu
================================ */
.navbar {
    padding: 20px 70px 20px 70px;
    background-color: transparent;
}

.navbar.scrolled,
.navbar.active{
    background-color: #0b0d26;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,.1);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,.1);
    border-bottom: 1px solid #141744;
}
    .navbar-brand{
    }

        .navbar-brand img{
            height: 55px;
            filter: brightness(0) invert(1);
        }

        .navbar-nav{
            position: absolute;
            left: 170px;
            right: 200px;
            display: flex;
            justify-content: center;
        }

        .navbar ul li{
            position: relative;
            margin: 0px 20px;
        }


            .navbar ul > li > a{
                color: #fff;
                position: relative;
                padding: 0px!important;
                display: inline-block;
                font-size: 17px;
                line-height: 25px;
                font-family: "Outfit", sans-serif;
                font-weight: 500;
            }
            
            .navbar ul > li > a:before{
                content: ""!important;
                display: block!important;
                position: absolute;
                z-index: 1;
                top: 100%;
                bottom: 0px;
                left: 0;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                width: 0;
                height: 2px;
                -webkit-transition: all .2s ease;
                -ms-transition: all .2s ease;
                transition: all .2s ease;
                background-color: #fff;
            }

                .navbar ul > li > a.active:before,
                .navbar ul > li > a:hover:before{
                    width: 100%;
                }

            .navbar ul > li > a::after{
                transform: translateY(3px);
            }

    .socials{
        margin-left: auto;
        font-size: 18px;
        display: flex;
        list-style-type: none;
        margin: auto 0 auto auto;
    }

        .socials li{
            border-right: 1px solid #fff;
            padding-right: 20px;
            margin-right: 10px!important;
        }

    .navbar .socials a{
        color: #fff;
    }

        .socials a:hover{
            color: #FA4729!important;
        }

        .socials i{
            margin-left: 15px;
            list-style-type: none;
        }


        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 10rem;
            padding: 0.5rem 0;
            margin: 45px 0 0;
            font-size: 1rem;
            text-align: left;
            list-style: none;
            background-color: #3ea0df;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 0.25rem;
        }

            .dropdown-item {
                display: block;
                width: 100%;
                padding: 0.35rem 1.5rem;
                clear: both;
                font-weight: 400;
                color: #fff;
                text-align: inherit;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
            }

            @media (min-width: 992px) and (max-width: 1250px){
                .navbar {
                    padding: 20px 15px;
                }

                .navbar ul li{
                    margin: 0px 15px;
                }
            }
/* ============================= */



/* -> Slideshow
================================ */
@-webkit-keyframes zoominout {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1.5, 1.5)
    }
}

#slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #181D4E;
}

    #slideshow .slick-active .container-fluid{
        -webkit-animation: zoominout 20s 0s infinite ease-in-out;
        animation: zoominout 20s 0s infinite ease-in-out;
    }

    #slideshow .container-fluid,
    #slideshow .container-fluid .row{
        height: 100vh!important;
        z-index: 4;
        background-size: cover;
        background-position: center;
    }

    #slideshow .container-fluid.overlay:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        left: 0;
    }

        .slick-active .slideshow-bg {
            -webkit-animation: zoominout 100s 0s infinite ease-out;
            animation: zoominout 100s 0s infinite ease-out;
            background-size: cover;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: absolute;
        }


        #slideshow .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

            #slideshow video{
                width: 100vw;
                height: 100vh;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }

        .caption{
            position: relative;
            z-index: 4;
            padding: 0px 70px 70px 70px;
            width: 50%;
            max-width: 800px;
        }

            .caption h1{
                opacity: 0!important;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

            .slick-active .caption h1{
                opacity: 1!important;
                visibility: visible;
                -webkit-transform: translateX(0px);
                    -ms-transform: translateX(0px);
                        transform: translateX(0px);
                -webkit-transition-duration: 1s;
                     -o-transition-duration: 1s;
                        transition-duration: 1s;
                -webkit-transition-delay: 0.5s;
                     -o-transition-delay: 0.5s;
                        transition-delay: 0.5s;
            }

            .caption .text{
                font-size: 17px;
                line-height: 28px;
                color: #fff;
                max-width: 80%;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

            .slick-active .caption .text{
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0px);
                    -ms-transform: translateX(0px);
                        transform: translateX(0px);
                -webkit-transition-duration: 1s;
                     -o-transition-duration: 1s;
                        transition-duration: 1s;
                -webkit-transition-delay: 0.7s;
                     -o-transition-delay: 0.7s;
                        transition-delay: 0.7s;
              }

            .caption .btn-box{
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

            .slick-active .caption .btn-box{
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0px);
                    -ms-transform: translateX(0px);
                        transform: translateX(0px);
                -webkit-transition-duration: 1s;
                     -o-transition-duration: 1s;
                        transition-duration: 1s;
                -webkit-transition-delay: 0.9s;
                     -o-transition-delay: 0.9s;
                        transition-delay: 0.9s;
              }
/* ============================= */


/* -> Partners
================================ */
#partners{
}

    #partners .partners-slide{
        padding: 65px 15px 55px 15px;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        border-color: #D3DCE0;
        text-align: center;
    }

        #partners img{
            position: relative!important;
            height: 80px;
            opacity: 0.11;
            transition-duration: 0.3s;
            display: inline-block;
        }

            #partners img:hover{
                opacity: 1;
            }
/* ============================= */


/* -> Company
================================ */
#company{
    padding: 150px 0px;
}

    .about-img{
        background-size: cover;
        background-position: 30% center;
        height: 100%;
    }
/* ============================= */


/* -> Services
================================ */
#services{
    position: relative;
    padding: 150px 0px;
    background-color: #0b0d26;
}

        .service-box{
            background-color: #fff;
            display: block;
            transition: background-color .3s ease-out,box-shadow .3s ease-out;
            will-change: background-color,box-shadow;
            padding: 2.4em 2.2em;
            margin-bottom: 30px;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: inherit;
        }

            .service-box:hover{
                background-color: #fa4729;
            }

            .service-box:hover h3,
            .service-box:hover span{
                color: #fff;
            }

            .service-box img{
                width: 57px;
            }

            .service-box:hover img{
                filter: brightness(0) invert(1);
            }

            .service-box p{
                font-size: 17px;
            }
/* ============================= */


/* -> Portfolio
================================ */
#portfolio{
}

    .portfolio{
        display: block;
        position: relative;
        overflow: hidden;
    }

    .portfolio.big{
        height: 960px;
        padding: 0;
    }

        .portfolio span{
            -webkit-transition: -webkit-transform .3s ease;
            -ms-transition: -ms-transform .3s ease;
            transition: transform .3s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
            background-position: center;
            background-size: cover;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 0;
        }

        .portfolio:hover span{
            transform: scale(1.07,1.07);
        }

        .portfolio:before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: block;
            z-index: 1;
            background-color: #fa4729;
            opacity: 0;
            transition-delay: 300ms;
            transition: 300ms;
            transition-duration: 300ms;
        }

            .portfolio:hover:before{
                transition: all .3s;
                opacity: 1;
                transition-duration: 300ms;
                transition-delay: 0ms;
            }

        .portfolio-info{
            position: relative;
            z-index: 2;
            top: 50%;
            text-align: center;
            transform: translateY(-50%);
            overflow: hidden;
            color: #fff;
        }

            .portfolio-info > div{
                transform: translateY(120%);
                transition-delay: 150ms;
                transition: 300ms;
                transition-duration: 400ms;
            }

            .portfolio:hover .portfolio-info > div{
                transform: translateY(0);
                transition-duration: 500ms;
                transition-delay: 200ms;
            }   

    .portfolio-btn{
        /* background-color: #0b0d26; */
    }

        .portfolio-btn .portfolio-info > div{
            transform: translateY(0);
        }

        .portfolio-btn:before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: block;
            z-index: 1;
            background-color: #0b0d26;
            opacity: 0.8;
            transition-delay: 300ms;
            transition: 300ms;
            transition-duration: 300ms;
        }

        .portfolio-btn i{
            font-size: 18px;
        }
/* ============================= */


/* -> News
================================ */
#news{
    padding: 150px 0px;
    /* background-color: #f8f8f8; */
}

    .news-box{
        -webkit-box-shadow: 0 3px 60px rgba(0,0,0,.08);
        -ms-box-shadow: 0 3px 60px rgba(0,0,0,.08);
        box-shadow: 0 3px 60px rgba(0,0,0,.08);
        font-family: "Outfit",sans-serif;
        background-color: #fff;
    }

        .news-img{
            height: auto;
            padding-bottom: 60%;
            overflow: hidden;
            position: relative;
            display: block;
        }

            .news-img > div{
                height: 100%;
                width: 100%;
                position: absolute;
                background-size: cover;
                background-position: center;
            }

            .news-box:hover .news-img > div{
                -webkit-transform: scale(1.07,1.07);
                -ms-transform: scale(1.07,1.07);
                transform: scale(1.07,1.07);
            } 

        .news-header{
            padding: 25px 32px 0px;
        }

            .news-header h3{
                font-size: 26px;
                line-height: 33px;
                letter-spacing: -0.5px;
                margin-top: 15px;
            }

                .news-header h3:hover{
                    color: #3ea0df;
                }

            .news-info{
                color: #9294a5;
                font-size: 14px;
                /* text-transform: uppercase; */
            }

                .news-info span{
                    position: relative;
                    /* text-transform: uppercase; */
                }

                    .news-info span:after{
                        content: '';
                        display: inline-block;
                        width: 3px;
                        height: 3px;
                        border-radius: 3px;
                        margin: 0px 10px;
                        transform: translateY(-3px);
                        background-color: #8c888c;
                    }

            .news-link{
                position: relative;
                overflow: hidden;
                display: block;
                font-size: 15px;
                line-height: 20px;
                font-weight: 500;
                color: #0b0d26!important;
                padding: 25px 32px;
            }

            .news-link span{
                position: relative;
                display: inline-block;
                text-indent: -110px;
                visibility: hidden;
                white-space: nowrap;
                opacity: 0;
                -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,color .4s ease,opacity .4s ease;
                -ms-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,color .4s ease,opacity .4s ease;
                transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,color .4s ease,opacity .4s ease;
                will-change: visibility,margin-right,text-indent,color,opacity;
                margin-right: 0;
            }

                .news-box:hover .news-link span{
                    opacity: 1;
                    text-indent: 0;
                    visibility: visible;
                    -webkit-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
                    -ms-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
                    transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
                    margin-right: 10px;
                }
/* ============================= */


/* -> Cta
================================ */
#cta{
    font-family: "Outfit",sans-serif;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    background-color: #3ea0df;
    padding: 40px 0px;
}
/* ============================= */


/* -> Footer
================================ */
footer{
    color: #9ba2ad;
    width: 100%;
    padding: 70px 0px 0px;
    bottom: 0;
    z-index: 0;
    background-color: #0b0d26;
    font-size: 17px;
}

    .footer-col{
        min-width: 20%;
        max-width: 30%;
    }

    .footer-logo img{
        height: 60px;
        filter: brightness(0) invert(1);
        margin-bottom: 20px;
    }

    footer h4{
        margin-bottom: 20px;
    }

    footer li{
        margin-bottom: 20px;
        padding: 0;
        list-style-type: none;
    }

    .copy{
        margin-top: 45px;
        border-top: 1px solid #36384f;
        padding: 30px 15px;
    }

    footer a{
        color: #9ba2ad;
    }
/* ============================= */


/* -> Partner Page
================================ */
#partner-page{
    padding: 150px 0px;
    text-align: center;
}

    #partner-page img{
        display: inline-block;
        max-width: 45%;
        margin-bottom: 45px;
    }
/* ============================= */



/* -> Chart Page
================================ */
#chart-page{
    padding: 150px 0px;
}
/* ============================= */

/* -> News Page
================================ */
#news-page{
    padding: 150px 0px 90px;
    background-color: #f8f8f8;
}
    
    #news-page .news{
        margin-bottom: 60px;
    }

    #news-page .news-box{
        box-shadow: none;
        border-top: 2px solid #fff;
        background-color: transparent;
    }

        #news-page .news h3{
            font-size: 35px;
            line-height: 38px;
        }

        .news-text{
            font-size: 17px;
        }


    .pagination{
        padding: 0px 15px;
        list-style-type: none;
    } 

        .pagination li{
            display: inline-block;
        }

            .pagination li a{
                height: 52px;
                width: 52px;
                border-radius: 50%;
                color: #181d4e;
                background-color: transparent;
                border: 1px solid #d3dce0;
                text-align: center;
                display: inline-block;
                margin-right: 10px;
                font-size: 17px;
                font-family: "Outfit", sans-serif;
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .pagination li a.active,
                .pagination li a:hover{
                    background-color: #181d4e;
                    color: #fff!important;
                    border-color: #181d4e;
                }

                .pagination li a i{
                    display: block;
                }

    #news-sidebar{
        padding: 70px 40px 40px;
        background-color: #fff;
    }

        #s-categories{
            list-style-type: none;
            padding: 0;
            margin-bottom: 60px;
            position: relative;
        }

            #s-categories li:not(:last-child){
                border-bottom: 1px solid rgba(0,0,0,.07);
            }

                #s-categories li a{
                    padding: 12px 0px;
                    color: #8c888c;
                    display: block;
                }

                    #s-categories li.active a,
                    #s-categories li a:hover{
                        color: #3ea0df;
                    }

                    #s-categories li a span{
                        position: absolute;
                        right: 15px;
                        color: #3ea0df
                    }

        #s-news{
            
        }

            .s-news{
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 30px;
                position: relative;
                color: #a4a4a4;
            }

                .s-news-img{
                    height: 80px;
                    width: 80px;
                    border-radius: 50%; 
                    margin-right: 15px;
                    display: inline-block;
                    background-size: cover;
                    background-position: center;
                    flex-shrink: 0;
                }

                .s-news-info{
                    width: 100%;
                }

                    .s-news-title{
                        font-weight: 500;
                        font-size: 17px;
                        color: #181D4E;
                        font-family: "Outfit", sans-serif;
                    }

                    .s-news:hover .s-news-title{
                        color: #3ea0df;
                    }

                    .s-news-date{
                        text-transform: capitalize;
                        font-size: 14px;
                    }

        #s-share{
            margin-bottom: 60px;
        }

            #s-share a{
                height: 40px;
                width: 40px;
                box-shadow: 0 0 0 2em #a3a3a3 inset;
            }

    #post-share{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    #post-share a{
        height: 45px;
        width: 45px;
        background-color: #181D4E;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: 10px;
    }

        #post-share a:hover{
            background-color: #3ea0df;
        }
/* ============================= */



/* -> Services
================================ */
#services-page{
    padding-top: 200px;
}

    .sub-service-img{
        background-position: center;
        background-size: cover;
        order: 1;
    }

    .sub-service:nth-child(even) .sub-service-img{
        order: 3;
    }

    .sub-service-text{
        min-height: 450px;
        padding: 100px 70px;
        background-color: #f8f8f8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 2;
    }

    .sub-service:nth-child(odd) .sub-service-text{
        background-color: #0b0d26;
        color: #fff;
    }

    .sub-service:nth-child(odd) h5{
        color: #fff;
    }

    .related-projects{
        padding: 100px 15px;
    }

        .related-projects .portfolio{
            height: 300px;
            margin-top: 30px;
        }
/* ============================= */


/* -> Portfólio Page
================================ */
#portfolio-page{
    padding: 200px 0px 0px;
}

    #portfolio-page .portfolio{
        height: 470px;
        padding: 20px;
    }

    .filter-tabs{
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
    }

        .filter-tabs li{
            margin: 0px 20px;
        }

            .filter-tabs li a{
                color: #5a5a67;
                padding: 10px 0px 5px 0px;
                position: relative;
            }

            .filter-tabs li a.active,
            .filter-tabs li a:hover{
                color: #181d4e;
            }

            .filter-tabs li a:before{
                content: ""!important;
                display: block!important;
                position: absolute;
                z-index: 1;
                top: 100%;
                bottom: 0px;
                left: 0;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                width: 0;
                height: 2px;
                -webkit-transition: all .2s ease;
                -ms-transition: all .2s ease;
                transition: all .2s ease;
                background-color: #FA4729;
            }

                .filter-tabs li a.active:before,
                .filter-tabs li a:hover:before{
                    width: 100%;
                }
/* ============================= */


/* -> Project Page
================================ */
#project-page{
    padding: 150px 0px;
}

    .project-image a{
        width: 100%;
        height: 300px;
        margin-top: 30px;
        background-position: center;
        background-size: cover;
        display: block;
    }

    .project-sidebar > div{
        position: sticky;
        top: 140px;
    }

        .project-sidebar table{
            margin-top: 30px;
        }

            .project-sidebar table tr td{
                font-size: 18px;
                padding-bottom: 20px;
            }

                .project-sidebar table tr td:first-child{
                    font-weight: 700;
                    color: #141744;
                }

                .project-sidebar table tr td:last-child{
                    padding-left: 40px;
                }

        .project-sidebar-social a{
            color: #141744;
            margin-right: 25px;
        }

            .project-sidebar-social a:hover{
                color: #3ea0df;
            }

    .project-nav{
        margin-top: 80px;
    }

        .project-nav a{
            color: #141744;
            font-weight: 600;
            font-size: 16px;
        }

            .project-nav a:hover{
                color: #3ea0df;
            }
/* ============================= */


/* -> Products Page
================================ */
#products-page{
    padding: 150px 0px;
    background-color: #f8f8f8;
}

    .product{
        margin-bottom: 30px;
    }

        .product a{
            display: block;
            color: #141744;
            font-weight: 600;
            font-size: 20px;
        }

        .product-img{
            height: 350px;
            background-position: center;
            background-size: cover;
            margin-bottom: 20px;
        }

        .product:hover .product-img {
            filter: brightness(0.8);
        } 
/* ============================= */


/* -> Product Page
================================ */
#product-page{
    padding: 200px 0px 150px;
    background-color: #f8f8f8;
}

    #product-page h1{
        font-size: 35px;
        color: #141744;
        letter-spacing: -1.7px;
        line-height: 35px;
    }

    .side-img{
        cursor: pointer;
    }

    .price{
        color: #FA4729;
        font-family: 'Outfit';
        font-size: 24px;
        margin-top: 20px;
    }

    .product-details b{
        color: #141744;
    }

    .form-box{
        /* background-color: #fff; */
        /* padding: 40px 50px 60px; */
    }
/* ============================= */



/* -> Contacts
================================ */
#contacts-page{
    padding: 106px 0px 150px;
}

    #contacts-page h3{
        color: #3ea0df;
    }

    .whatsapp{
        background-color: #075E54;
    }

    .map{
        height: 590px;
        margin-bottom: 100px;
        padding: 0;
    }

        .map:first-child{
            padding-right: 15px;
        }

    .contact-info{
        margin-top: 35px;
    }

        .contacts-socials{
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #181d4e26;
            border-radius: 50%;
            margin-right: 10px;
        }

            .contacts-socials i{
                color: #181d4e;
            }

            .contacts-socials:hover i{
                color: #3ea0df;
            }

    .form-input{
        margin-bottom: 15px;
        position: relative;
        color: #181d4e;
    }

        .form-input > i{
            position: absolute;
            left: 15px;
            top: 18px;
        }

        .form-input input[type="text"],
        .form-input input[type="email"],
        .form-input textarea{
            position: relative;
            display: inline-block;
            width: 100%;
            border: none;
            border-bottom: 1px solid #ccccd1;
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 400;
            margin: 0 0 10px;
            outline: 0;
            padding: 13px 0px 15px 35px;
            transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
            border-color: #c5c5c5;
            color: #181d4e;
            background-color: transparent;
        }

        .form-input textarea{
            min-height: 120px;
            resize: none;
        }

        .form-input input[type="text"]:hover,
        .form-input input[type="email"]:hover,
        .form-input textarea:hover,
        .form-input input[type="text"]:focus,
        .form-input input[type="email"]:focus,
        .form-input textarea:focus{
            border-color: #3ea0df;
        }

        .form-input input[type="text"].error,
        .form-input input[type="email"].error,
        .form-input select.error,
        .form-input textarea.error{
            border-color: red;
        }

        .form-text.error{
            color: red;
        }

    .form-text{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        margin: 0;
    }

        .form-text a{
            color: #3ea0df;
        }

::-webkit-input-placeholder { /* Edge */
    color: #181d4e;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #181d4e;
}

::placeholder {
    color: #181d4e;
}
/* ============================= */