
/*------------------------------------------------------------------
    Top head
-------------------------------------------------------------------*/

.top-bar{
    background: #393939;
}
.left-top{
    padding: 3px 0px; 
}
.email-box{
    display: inline-block;
    margin-right: 20px;
}
.email-box a{
    color: #ffffff;
    font-size: 16px;
}
.email-box a:hover{
    color: #fd6802;
}
.email-box a i{
    padding: 0px 5px;
}
.phone-box{
    display: inline-block;
}

.phone-box a{
    color: #ffffff;
    font-size: 16px;
}
.phone-box a:hover{
    color: #fd6802;
}
.phone-box a i{
    padding: 0px 5px;
}

.social-box{
    float: right;
}

.social-box ul li{
    display: inline-block;
    padding-left: 10px;
}

.social-box ul li a{
    color: #ffffff;
    font-size: 20px;
}
.social-box ul li a:hover{
    color: #fd6802;
}



img.img-circle.rounded.mx-auto.d-block {
    width: 120px;
    border-radius: 50%;
}

/*testi*/
span.fa.fa-star.checked {
    color: #ffca09;
}

h2.section-title.text-center {
    color: #0c4b7a;
}

/*logo*/
.logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.logo-list img {
    display: inline-block;
    max-width: 85%;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100);
}
.logo-list img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
}

/*p*/
.p-lead{
    color: #fff;
    margin-bottom: 30px;
}


.port-img{
    width: 900px;
}

/*about*/
section.about {
    margin-top: 70px;
}


/* video*/
.thumb {
    padding-bottom: 95px !important;
}


/*about*/
.banner-bg-1{
    background-image: url("assets/images/inner-bg.jpg");
    padding: 120px 0;   
    background-clip: initial;
    background-color: rgb(12 58 102);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-bg-1::before{
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(34, 34, 34, 0.4);
}

.banner{
    position: relative;
}

.banner h2{
    color: #f1f1f1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 20px;
    position: relative;
}
.banner h2::after {
    background: #fd6802;
    content: "";
    height: 35px;
    left: -15px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.page-title-link li a:hover {
    color: #fd6802;
}
.page-title-link li::after {
    background: #fcbf02;
    bottom: 8px;
    content: "";
    height: 2px;
    margin-left: -1px;
    position: absolute;
    width: 10px;
}
.page-title-link li:last-child::after {
    content: "";
    width: 0;
    height: 0;
}

div#about {
    padding-top: 97px;
}