/*
 Site Main Style
*/

@font-face {
    font-family: Lato Regular;
    src: url(Lato-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Poppins Regular;
    src: url(Poppins-Regular.ttf);
    font-display: swap;
}

body{
    font-family: "Lato Regular";
}

h1,h2,h3,h4,h5,h6{
    font-family: "Poppins Regular";
}

p{
    font-family: "lato Regular";
}

.center{
    text-align: center;
}

.uk-form-large {
    font-size: 1rem;
}

.uk-button-danger{
    background: #ff4905;
}

#header{
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

#logo img{
	height: 30px;
	margin: 25px 0;
}

#navigation button{
    margin: 20px 0;
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background: #ffffff;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack)
{
	width: 580px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
    font-size: 0.975rem;
}

.uk-active{
    color: #ff4905 !important;
}

.uk-navbar-nav > li > a:hover{
    color: #ff4905;
}

.slider-title{
    font-weight: 800;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    font-family: "Poppins Regular";
    z-index: 5;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
}

.uk-slideshow-items p{
    text-align: center;
}

#about{
    padding: 10px 0;
    margin-bottom: 100px;
}

#about h3{
    text-align: center;
}

#about p{
    margin-bottom: 25px;
}

#services{
    background: url("../img/services.jpg");
    background-size: cover;
    padding: 50px 0 125px 0;
    color: #ffffff;
}

#services ul{
    list-style: none;
}

#services ul li{
    font-size: 20px;
    font-family: "Lato Regular";
}

#services ul li::before {
    content: "\2022";
    color: #05c1ff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#services h3{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

#services h4{
    text-align: center;
}

#services .uk-card{
    border: 1px solid #ddd;
}

#services-tittle{
    margin: 9vw 0 4vw 0;
	text-align: center;
}

h3{
    position: relative;
    padding-bottom: 12px;
}

h3:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #05c1ff;
    margin: auto;
    transition: .3s;
}

#clients{
    padding: 20px 0 100px 0;
}

#clients h3{
    text-align: center;
}

#clients p:nth-child(3),#clients p:nth-child(4){
    text-align: center;
}

#clients img{
    margin: 20px 15px;
}

#home p{
	font-size: 18px;
}

h3{
    text-transform: uppercase;
    font-size: 30px;
}

#services p{
    margin: 0;
    font-size: 20px;
}

#clients p{
    margin: 0;
    font-size: 18px;
}

#contact{
    background: url("../img/student.jpg");
    padding: 50px 0 55px 0;
    color: #ffffff;
}

#contact h3{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

#contact p{
    font-size: 20px;
}

#contact img{
    border-radius: 50%;
}

#footer{
    background: #333333;
    padding: 20px 0;
    color: #ffffff;
}

#footer a{
    color: #ffffff;
    margin-left: 10px;
}

@media only screen and (min-width: 800px) {
    #services p, #clients p{
        padding: 0 80px;
        text-align: center;
    }
}
