/* Body */

body{
    font-family: 'Cairo', sans-serif;
    text-align: right;
    padding-top: 175px;
}

/* Navbar */

.header{
	border-bottom: 1px solid #ddd;
}
.header .upper-bar{
	background-color: #08526d;
	color: #FFF;
	padding: 10px 0
}
.header .upper-bar span{
 	color: #bfc6c9;
 	font-size: 14px
}
.header .upper-bar a{
	text-decoration: none;
	color: #bfc6c9;
 	font-size: 14px;
 	margin-right: 10px	
}
.header .upper-bar a .fa-phone{
	transform: rotateY(180deg);
}
.header .navbar{
	background-color: #fff!important;
	padding: 0 1rem
}
.header .navbar .navbar-brand{margin-right: 0}
.header .navbar-light .navbar-brand img{
    width: 140px;
    height: 120px;
}
.header .navbar .dropdown-menu{
	text-align: right;
	margin: 1.125rem 0 0;
	padding: 0.8rem 0
}
.header .navbar .dropdown-menu .dropdown-item{
	font-size: 13px;
	padding: 0.4rem 2rem
}
.header .navbar .dropdown-menu .dropdown-item:active{
	background-color: #f8f9fa;
}
.header .navbar .navbar-nav .nav-item{margin-right: 10px}
.header .navbar .navbar-nav .active .nav-link{color: #4fa0c6!important;font-weight: bold;}
.header .navbar .navbar-nav .nav-item .nav-link{
    color: #444;
    font-size: 14px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .dropdown-menu .dropdown-item:hover{
    color: #4fa0c6;
}
.header .navbar .navbar-toggler{
	outline: 0;
	border:none;
}
.header .navbar .our-button{
	width: 22px;
	display: inline-block;
	cursor: pointer;
}
.header .navbar .our-button .the-bar{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #aaa;
	transition: .5s;
}
.header .navbar .our-button .the-bar:nth-child(2){
	margin: 5px 0
}
.header .navbar .transformed .the-bar:first-child{
	transform: rotate(-45deg) translate(-6px, 5px);
}
.header .navbar .transformed .the-bar:nth-child(2){
	opacity: 0
}
.header .navbar .transformed .the-bar:last-child{
	transform: rotate(45deg) translate(-4px, -5px);
}

/* Slider */

.carousel .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 1
}
.carousel .overlay .info{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
.carousel .overlay .info h1{
	color: #ddd;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px
}
.carousel .overlay .info p{
	margin-bottom: 0;
	color: #ddd;
	font-size: 25px;
	height: 40px
}
.carousel .overlay .info .typed-cursor{
	display: none;
}
.carousel .carousel-item img{height: 550px}
.carousel .carousel-control-prev,.carousel .carousel-control-next{opacity: 0.8}

/* Text About Us */

.text-aboutus{
    padding: 50px 0;
    text-align: center;
}
.text-aboutus .info h1{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px
}
.text-aboutus .info i{color: #4fa0c6}
.text-aboutus .info h3{
    color: #05394c;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px
}
.text-aboutus .info p{
    font-size: 20px;
    color: #333;
}
.text-aboutus .info a{
	text-decoration: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.text-aboutus .info a b{
	color: #4fa0c6
}

/* Footer */

.footer{
	padding: 15px 0
}
.footer p{
	margin-bottom: 0;
	font-size: 14px;
	color: #111;
}


/* About Us */

.banner{
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center center;
}
.banner .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(8, 82, 109, 0.28);
	padding: 70px 0;
}
.banner .overlay h1{
	color: #ddd;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.aboutus{
	padding: 80px 0;
}
.aboutus img{
	width: 100%;
	height: 270px;
}
.aboutus .nav .nav-link{
	border-radius: 0;
	height: 100px;
	text-align: center;
	padding: 0;
	background-color: #333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus .nav .nav-link i{font-size: 25px}
.aboutus .nav .nav-link:nth-child(2){
	margin: 2px 0
}
.aboutus .nav .active{
	background-color: #08526d;
}

/* Clients */

.clients{
	padding: 60px 0 30px;
}
.clients .item{
	border:1px solid #ddd;
	padding: 15px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 30px
}
.clients .item span i{color: #4fa0c6}


/* Contact Us */

.contact{padding: 60px 0}
.contact h3{
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact h3 i{color: #4fa0c6}
.contact iframe{
	width: 100%;
	height: 300px;
	display: block;
	border:0;
	margin-bottom: 40px
}
.contact p{
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
}
.contact ul{
    padding: 0;
    margin: 0;
}
.contact ul li{
    list-style: none;
    margin-bottom: 10px;
}
.contact ul li i{color: #4fa0c6}
.contact ul li a{
	text-decoration: none;
	color: #333;
}
.contact .works-week li{
	display: flex;
	justify-content: space-between;
	padding: 0 10px
}
.contact .works-week li:nth-child(odd){
	background-color: #eee;
	padding: 5px 10px
}
.contact form{margin-top: 30px;}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea,
.contact form select{
    font-size: 15px;
    margin-bottom:20px;
    display: block;
    width: 100%;
    padding-right: 10px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 50px;
    line-height: 50px
}
.contact form textarea{height: 170px}
.contact form input[type="submit"]{
    background-color: #08526d;
    color: #fff;
    padding: 0.375rem 1.5rem 0.6rem;
    margin: 20px 0
}
.contact form input[type="submit"]:hover{
    opacity: 0.9;
}
.contact form .result{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

/* import */

.body-import{padding-top: 0}
.car{
	width: 100%
}
.import{
	padding: 30px 0;
}
.import h3{
	font-weight: bold;
	color: #05394c
}
.import h3 i{color: #4fa0c6}
.import h3:after{
	content: '';
	display: block;
	height: 3px;
	width: 80px;
	background-color: #4fa0c6;
	margin-top: 20px
}
.import p{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px
}
.import ul{
	margin: 0 0 30px;
	padding: 0 20px 0 0;
}
.import ul li{
	list-style: none;
	line-height: 35px;
	font-size: 17px;
	color: #000;
}
.import ul li i{
	color: #ce9962;
	margin-left: 5px
}
.import ul li .fas{
	margin-right: 20px
}

/* Services */

.services{
	padding: 80px 0;
}
.services .nav .nav-link{
	border-radius: 0;
	height: 100px;
	text-align: center;
	padding: 0;
	background-color: #333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services .nav .nav-link i{font-size: 25px}
.services .nav .nav-link:nth-child(even){
	margin: 2px 0
}
.services .nav .active{
	background-color: #08526d;
}
.services .tab-content p{
	font-size: 18px
}
.services .tab-content ul{
	margin: 0;
	padding: 0;
}
.services .tab-content ul li{
	list-style: none;
	margin-bottom: 10px
}
.services .tab-content ul li h3{
	margin-bottom: 20px
}
.services .tab-content ul li i{color: #4fa0c6}
.services .tab-content .contact-info{
	margin: 50px 0 0
}
.services .tab-content .contact-info li i{
	color: #00a6e4;
	font-weight: bold
}
.services .tab-content .contact-info li a{
	text-decoration: none;
	color: #333;
}

@media (max-width: 991px){
	body{
	    padding-top: 199px;
	}
	.aboutus .tab-content{
		margin-top: 30px;
		margin-bottom: 30px
	}
	.carousel .carousel-item img{height: 300px}
	.services .tab-content{
		margin-top: 30px;
	}
	.body-import{padding-top: 199px}
	.import h3{
		text-align: center;
	}
	.import h3:after{
		margin: 20px auto 0
	}

}