/* -> MAIN
================================ */
.pre-title.text-center:after{
    margin: 23px auto 0px auto!important;
}

#pages-header{
    height: 300px;
    padding-top: 60px;
    font-size: 16px;
    margin-top: 0;
}

    #page-header h1{
        font-size: 30px;
        line-height: 40px;
    }


.page{
    padding: 60px 0px;
}

#slideshow .slick-prev,
#slideshow .slick-next{
    display: none!important;
}

.slick-dots {
    left: 0;
    right: 0;
    bottom: 20px;
}

#page-header.img{
    padding-top: 200px!important;
}

h1{
    font-size: 40px;
    line-height: 50px;
}

h2{
    font-size: 34px;
    line-height: 44px;
}

h3{
    font-size: 30px!important;
    line-height: 40px!important;
    text-align: center;
}
/* ============================= */


/* -> MENU
================================ */
.navbar,
.navbar.scrolled{
    height: 60px;
    padding: 0px;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
    background-color: #fff;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #09103E;
    position: absolute;
    right: 15px;
    top: 12px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
        transform: scale(1.1);
        filter: brightness(0) invert(1);
    }

.navbar > .container-fluid{
    height: 60px;
    padding: 0;
}

.navbar-brand{
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 24px;
        filter: none;
	}

    .navbar-brand img:last-child{
        height: 40px;
    }

    .navbar-nav{
        position: relative;
        left: 0px;
        right: 0px;
    }

	.navbar-collapse{
        position: relative;
        left: 0;
        right: 0;
        background-color: #09103E;
        border-top: 1px solid #fff;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	}

	.navbar ul li{
		margin: 0;
    	padding-left: 25px;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

		.navbar ul li a{
            line-height: 40px;
            color: #fff!important;
        }
        
            .navbar ul > li:last-child a{
                margin-right: 15px;
            } 

    .dropdown-menu {
        font-size: 14px;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
        margin: 0;
    }

        .dropdown-menu a{
            padding: 0px 0px 0px 10px;
            line-height: 30px!important;
        }

        .dropdown-menu a:hover{
            color: #24272e!important;
            background-color: transparent!important;
        }

    .socials{
        display: block;
        padding-left: 24px;
    }

        .socials > div{
            padding-left: 0px;
            margin-right: 0px;
            border-right:none;
            margin-bottom: 10px;
        }

            .socials > div .btn{
                color: #fff!important;
                padding-top: 0;
            }

        .navbar .socials a i{
            color: #fff;
            margin-right: 15px;
            margin-left: 0;
            padding-bottom: 15px;
        }
/* ============================= */

/*Home
////////////////////////////*/
#home{
    padding-top: 60px;
}

.caption{
    position: relative;
    z-index: 4;
    padding: 0px 15px;
    text-align: center;
}
/* ============================= */


/* -> about
================================ */
#about{
    padding: 80px 0px;
}

    .about-img{
        height: 300px;
        margin-bottom: 40px;
    }

    .about-icon{
        margin: 10px auto;
    }

    #timeline{
        background-color: #fbf9f5;
        padding: 80px 0px 120px;
        position: relative;
    }
    
        #timeline hr{
            width: 0px;
            border-left: 4px solid #1782DC;
            margin-right: auto;
            height: 500px;
            margin-left: 2px;
        }
    
        .dot-box{
            top: 0;
            max-width: 100%;
            transform: translateY(-6px);
        }
    
            .dot{
                flex-direction: row-reverse;
                justify-content: center;
                text-align: center;
                align-items: center;
                cursor: pointer;
                color: #1a202e;
            }
    
                .dot:after{
                    display: none;
                }
    
                .dot-box.active .dot:after{
                    opacity: 1;
                    visibility: visible;
                }
    
                .dot span{
                    font-weight: 500;
                    font-size: 13px;
                    transform-origin: center;
                    transform: translateX(0);
                }
    
                .dot i{
                    font-size: 12px;
                    margin-right: 10px;
                    transform: translateX(-2px);
                }
    
                .dot img{
                    width: 28px;
                    filter: brightness(0);
                }
    
                .dot img:hover,
                .dot-box.active .dot img{
                    filter: none;
                }
    
            .dot-box.active .dot,
            .dot:hover{
                color: #1782DC;
            }
    
            .dot-text{
                position: absolute;
                margin-left: 120px;
                opacity: 0;
                visibility: hidden;
                font-size: 14px;
                margin-top: 0px;
                top: 0;
            }
    
            .dot-box.active .dot-text{
                opacity: 1;
                visibility: visible;
            }
    
            .dot-box.right .dot-text{
                transform: translateX(0%);
            }
/* ============================= */

#world{
    padding-top: 80px;
}

/* -> services
================================ */
#services{
    padding: 80px 0px;
}

.tabs {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    border-bottom: 3px solid #1782DC;
    margin: 0;
    
}

    .tabs > div{
        gap: 1px;
        flex-wrap: wrap;
    }

    .tabs li{
        flex-grow: 1;
        align-items: center;
    }

        .tabs a{
            width: 100%;
            text-align: center;
            background-color: #eeeeee;
            padding: 5px 15px 0px;
            height: 60px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

            .tabs a:hover,
            .tabs a.active{
                text-decoration: none;
                background-color: #1782DC;
                color: #ffffff;
            }

.tab-content {
    float: left;
    width: 100%;
    transition: 0.3s;
    display: none;
    padding: 60px 15px 30px;
}

.tab-content.show {
    display: block;
}
/* ============================= */

/* -> Contacts
================================ */
#contacts{
    padding: 80px 0px 0px;
}

.contact-info{
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    height: auto;
    margin-bottom: 60px;
}

form{
    margin-top: 0px;
    padding: 20px 15px;
}

form .btn{
    width: 100%;
}

#map,
#map2{
    height: 400px;
    overflow: hidden;
    padding-top: 50px;
}
/* ============================= */


/* -> Footer
================================ */
footer{
    text-align: center;
}

#footer-info{
    padding: 80px 15px 50px;
}

.footer-group{
    padding: 0px 105px;
    border: none;
    margin-bottom: 30px;
}

.footer-companies{
    padding: 0px 10px;
}

#contacts-info{
    padding: 60px 15px;
}

#footer-copy{
    padding: 40px 15px;
}
/* ============================= */