/*
Theme Name: Navian Child
Theme URI: http://www.themelogi.com/themes/navian
Description: A child theme of Navian Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: navian
*/
/****************common************/
section, footer {
    padding: 50px 0;

}
/*****************menu************/
nav .menu > li > a {
    font-size: 20px;
}	
.social-list a {
	font-size: 18px;
}
.logo {
    max-height: 120px;
}

.nav-container nav .nav-utility .sub {
    font-size: 16px;
}
.nav-container nav.transparent .menu > li > a, .nav-container nav.transparent .module.widget-wrap i, .nav-container nav.transparent .nav-utility, .nav-container nav.transparent .nav-utility a, .nav-container nav.transparent h1.logo {
    color: #fff;
    font-weight: 500;
}
.nav-container nav .nav-utility.big-utility .social-list a {
    background: #dddded38;
}


/**************************************Homepage*************************/
div#First-section {
    text-align: center;
}
div#First-section .icon-animate-box.animate-icon .widgettitle:before {
    left: 45%;
}
/*****************clients***************/
div#Clients .owl-item img {
    width: 200px !important;
    max-height: 150px !important;
}
.logo-carousel li{
	opacity:1;
}
/****************unique*****************/
.icon-link .icon-content p {
    margin-bottom: 20px;
    font-size: 17px;
}
/**************Approach****************/
.background-content.visible {
    opacity: 1;
    background-position: bottom !important;
    background-size: contain !important;
	background-repeat:no-repeat;
}
div#Clients .owl-item img {
    width: 200px !important;
    max-height: 150px !important;
}
div#approach h2 {
    font-size: 38px;
}
div#approach p {
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
}
/*************************************/
.bg-dark input[type="text"],.bg-dark input[type="email"],.bg-dark textarea
{
	background: rgb(8 16 84);
}
.timeline .timeline-item .timeline-date {

    text-align: left;
}
/*****************************/
div#values .timeline-item .timeline-dot {
    display: none;
}
div#values .timeline .timeline-item .timeline-date {
    text-align: center;
    background: #fec02d;
    width: 60px;
    height: 60px;
    color: #fff;
	font-weight:bold;
    border-radius: 100px;
    line-height: 40px;
	    margin-right: 50px;
}
div#values .timeline .timeline-item .timeline-date:hover{
	background:#000;
	transition:all 0.45s ease-in-out;
}
div#values .timeline .timeline-item .timeline-date .linetime{
	width: 60px;
}