
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url('https://fonts.googleapis.com/css?family=Amiri');
@font-face {
    font-family: 'Altis';
	 src: url(../fonts/Altis.otf);
}
@font-face {
    font-family: 'AltisMedium';
	 src: url(../fonts/Altis-Medium.otf);
}
#cssmenu > ul > li > a{
	font-family: 'Altis', 'Cairo';
}
body {
    font-family: 'Open Sans Regulars ', 'Amiri';
    font-size: 18px;
    color: #000;
	background-color: #fff;
}
#cssmenu > ul > li{
	text-transform:capitalize;
}

.title {
    font-family: 'Altis', 'Cairo';
    font-size: 22px;
    color: #000;
}
a {
    text-decoration: none;
    color: #929292;
}
a:hover {
    text-decoration: none;
    color: #929292;
}
.top{
	background-color: #192247;

}
.call-top a, .email-top a, .time-top a{
	font-size: 13px;
	color: #fff;
    font-family: 'Altis', 'Cairo';
}
.call-top, .email-top, .time-top{
	display: inline-block;
	padding: 18px 0;
} 
.call-top i, .email-top i, .time-top i{
	padding-left: 13px;
	color: #00ccff;
	font-size: 17px;
}
.email-top, .call-top{
	margin-right: 30px
}

.socials {
    margin-top: 5px;
    padding: 0;
    float: left;
}
.socials li {
    display: inline-block;
    width: 30px;
    height: 30px;
	margin-right: 6px;
}
.socials li a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #00ccff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-side {
    position:relative;
    float:none;
    top: 5px;
   /* width:50px;*/
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

 

.show-search {
	position: relative;
	display: block;
	color:#3b454f;
	float: left;	
	cursor: pointer;
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;

}

.show-search i {
    font-size: 0;
    display: inline-block;
    color: #666;
    width: 15px;
    cursor: pointer;
    height: 15px;
    line-height: 19px;
    background: url(../img/search.png) no-repeat center top;
    background-size: cover;
}

.show-search:hover i {
    background:url('../img/search.png') no-repeat center top;    
    background-size: cover;

}

.search-form {
	position: absolute;
	left: 0;
	z-index: 20;
	float: left;
	display: none;
	top: 40px;
}


.search-form div input {
    border: 0px solid #ccc;
    padding: 15px 14px;
    z-index: 22;
    width: 468px;
    color: #fff;
    background-color: rgb(0, 204, 225);
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
    font-weight: 300;
}


.search-form div {
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 20;
}

.search-form div input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
  border-bottom:1px #FFFFFF solid;
}
.search-form div input::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
  border-bottom:1px #FFFFFF solid;
}
.search-form div input:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
  border-bottom:1px #FFFFFF solid;
}
.search-form div input:-moz-placeholder { /* Firefox 18- */
  color:#fff;
  border-bottom:1px #FFFFFF solid;
}

.menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 63px;
    margin: auto;
    padding: 10px;
	z-index: 9;
}
.menu::after{
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    top: 109px;
    right: 0;
    z-index: 9;
    border-top: 1px solid #d6d6d6;
	
}

   







#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}


#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 450px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}
#main-slider .prev {
    right: 10px;
}

#main-slider .next {
    left: 10px;
}
#main-slider .prev, #main-slider .next {
    position: absolute;
    top: 50%;
    border: 1px #fff solid;
    opacity: 0.5;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    z-index: 5;
}
.hidden-xs i{
	font-size: 22px
}
.text-rela{
	position: relative;
}
.text-slider{
	position: absolute;
    margin: auto;
    right: 160px;
    bottom: 0;
    z-index: 999;
		
}
.s-title1{
    font-size: 21px;
    color: #ffffff;
    background-color: rgba(63,201,243,.5);
    padding: 43px;
    height: 300px;
    width: 300px;
    text-align: center;
}


.brief-mian{
	
}
.brief{
	position: relative;
}
.brief .title{
	font-size: 30px;
	padding: 15px 0;
	text-align: center;
	color: #00b4e1;
	position: relative;
	padding-top: 50px;
}
.brief .title::after{
	content: '';
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #00b4e1;
	width: 60px;
}



.brief .title-1{
    text-align: center;
    font-size: 17px;
    color: #555555;
    margin-top: 16px;
    margin-bottom: 40px;
}
.plane, .boat, .trak{
	text-align: center;
	border: 1px #C7C7C7 solid;
	margin-bottom: 50px;
}
.project img{
	display: initial;
	padding: 33px 0 10px 0;
	width: 100px;
    height: 125px;
}
.project .title{
	font-size: 20px;
	padding: 5px 0;
	color: #434343;
}
.project .title-1{
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    width: 246px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
}
.services-text .title{
    font-size: 35px;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 50px;
}
.services{
	background-color: #0c1239;
}
.services-text .title-1{
    font-size: 18px;
    color: #fff;
    margin-right: 18px;
    margin-top: 75px;
    margin-bottom: 50px;
}
.services-text .title-1::after{
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    top: 72px;
    bottom: 45px;
    border-left: 1px #2fd4ff solid;
}
.box-ser{
	border: 1px #232951  solid;
	    height: 178px;
    margin-bottom: 53px;
}
.box-ser .title{
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	padding-top: 20px
}
.box-ser .title-1{
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	    height: 112px;
    overflow: hidden;
}
.box-ser img{
	padding-top: 50px;
}



.form-footer .form-control {
    display: inline-block;
    width: 76%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #dbdbdb;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}


.footer{
	margin-top: 2px;
	 background: url(../img/img-footer.png) center center no-repeat;
    background-size: cover;
}
.footer .title{
	color: #2fd4ff;
	font-size: 21px;
	margin-top: 20px;
    text-transform: uppercase;
}
.title-footer{
	color: #bfbfbf;
	font-size: 13px;
}
.footer-group-1{
	margin-top: 100px;
}
.img-logo-footer{
	padding-bottom: 20px;
}
.form-footer{
	text-align: center;
}

	




.useful-footer {
    margin-top: 5px;
    padding: 0;
}
.useful-footer li {
    display: block;
    height: 30px;
    margin-left: 12px;
}
.useful-footer li .soci-footer {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
}
.useful-footer li span{
	padding-right: 12px;
}
.useful-footer li a i{
	padding: 5px 0
}

.locatin-footer {
    margin-top: 5px;
    padding: 0;
}
.locatin-footer li {
    display: block;
    height: 30px;
	overflow: hidden;
    margin-left: 12px;
}
.locatin-footer li .soci-footer {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    
}
.locatin-footer li span{
	padding-right: 10px;
}
.locatin-footer li a i{
	padding: 5px 0;
	color: #fff;
}

.useful-footer li span a, .locatin-footer li span a{
	color: #fff;
	font-size: 13px;
}
.color-news-footer{
	background-color: rgba(0, 151, 189, 0.49019607843137253);
	    width: 30%;
    float: left;
}

.copyright{
	text-align: center;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding: 13px 0;
}
.text-newsl .title{
	font-size: 13px;
	color: #0c1239;
	text-align: center;
    padding-bottom: 10px;
	margin-top: -55px;
	font-weight: bold;
}
.text-newsl .title-1{
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'AltisMedium', 'Cairo';
}
.text-newsl .title-2{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.group{
	position: relative;
	text-align: center;
}
.group i{
    position: absolute;
    right: 14px;
    top: 16px;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.group .btn{
	padding: 14px 41px;
	font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 38px;
    color: #fff;
    background-color: #0c1239;
	position: relative;
	font-family: 'Altis', 'Cairo';
}

/*************************/

.title-inner{
	margin-bottom: 30px;
}


/***************gallery********/
.content-project .title {
    margin: 20px 0;
}
.gallery {
    margin: 0 -15px;
}
.box {
    float: right;
    width: 33.3%;
    padding: 0 15px 15px;
}
.box a {
    position: relative;
    background: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    overflow: hidden
}
.box a:after {
    content: '';
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
    border: 1px #fff solid
}
.box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    opacity: .5;
    transition: all ease 1s
}
.box a:hover img {
    transform: scale(1.5)
}
.g-title {
    font-size: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 27px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/****
photo***********/
.images a {
    display: inline-block;
    float: right;
    margin: auto;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 24%;
    transition: all ease .5s;
}





/****************project*******/
.content-project .title {
    margin: 20px 0;
}
.gallery {
    margin: 0 -15px;
}
.box {
    float: right;
    width: 33.3%;
    padding: 0 15px 15px;
}
.box a {
    position: relative;
    background: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    overflow: hidden
}
.box a:after {
    content: '';
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
    border: 1px #fff solid
}
.box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    opacity: .5;
    transition: all ease 1s
}
.box a:hover img {
    transform: scale(1.5)
}
.g-title {
    font-size: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 27px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb-style {
    box-shadow: 3px 3px 15px;
    text-transform: capitalize;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #192247;
    border-radius: 4px;
	margin-top: 112px;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb-style li a {
    color: #fff;
}
.breadcrumb-style .active {
    color: rgba(255,255,255,0.60);
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.content .title {
    color: #0b2369;
	padding: 20px 0;
	text-transform: uppercase;
}

/*****************contact*************/
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #271753;
    border-color: #271753;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #271753;
    border-color: #271753;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #271753;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-success {
    color: #fff;
    background-color: #1a2348;
    border-color: #1a2348;
}
.btn-success:hover {
    color: #1a2348;
    background-color: #fff;
    border-color: #fff;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1a2348;
    border-color: #1a2348;
}


/***********News******/
.text-news{
	color: #000;
	font-size: 24px;
	padding: 5px 0;
}

.new{
	
	margin-bottom: 20px
}


.inner-img1 img{
	
	object-fit: fill;
	height: 250px;
	width: 100%;
	
}


.new .text{
	
	height: 155px;
	overflow: hidden
}

.link {
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none !important;
    transition: .5s all ease-in-out;
}
.new .link{
	
    background: #1a2348;
    color: #fff;
	border: solid 2px #1a2348
}
.link-news {
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none !important;
}

.new .link:hover{
	background-color: transparent;
    color: #1a2348;
}

/******************/

.inner-img{
	float: left;
	height: 300px;
	width: 35%;
	margin: 0 0 20px 20px
}

.inner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}


.inner-article{
	margin-bottom: 30px;
	width: 100%;
	display: inline-block
}
/************project**********/
.product{
	margin-bottom: 20px;
}

.product .title {
    width: 100%;
    text-align: left;
	padding: 10px 0;
        text-align: right;
}
.content .title {
    color: #192247;
}


.product-image {
    height: 175px;
}
.product-image img {
    height: 100%;
    width: 100%;
}
.product-info {
    margin-top: 10px;
    height: 124px;
    overflow: hidden;
    color: #000;
}
.product-link {
    padding: 15px 0px;
    text-align: center;
}
.product-link a {
    color: #0b2369;
    text-align: center;
    padding: 5px 0px;
}
.product-link a:hover {
    border-bottom: #0b2369 solid medium;
}

/*************services***********/

.inner-pic {
    float: left;
    width: 30%;
    height: 250px;
    margin-right: 20px;
}

/**************FAQ***********/
.asked-img {
    background: url(../img/faqs.png) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.iconspan {
    float: right;
    margin-left: 19px;
    cursor: pointer;
    font-weight: bold;
}
.faq-main-1 .icongroup1 {
    color: #000;
    padding: 20px 0;
	font-size: 14px;
}

#myCarousel .item img{
	height: 576px
}

.text-project{
	padding-bottom: 30px;
}




/* Background images are set within the HTML using inline CSS, not here */


.carousel {
    height: 530px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}



.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: rgb(255, 255, 255, 1);
    background-blend-mode: multiply;   
    border-radius: 0px;
}


.header-caption {
    position: absolute;
    top: 60%;
    right:0%;
    z-index: 10;
    width: 550px;
    padding: 25px 0 10px 0;
    color: rgba(255, 255, 255, 1);
    text-align:  center;
    background-color:rgba(147, 13, 12, 0.75);

}



.header-caption h2 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size:18px; 
    margin-top: 0;
    margin-bottom:20px;
    height:35px;
    font-weight:bold;
    overflow:hidden;
    font-weight: 200;
    color:rgba(255, 255, 255, 1);
    margin-bottom:0;
}
.header-caption h2 a {
	color:#fff;
}

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    z-index: 15;
    width: 210px;
    height: 23px;
    padding-left: 0;
    margin-left: 0%;
    left: 3%;
    text-align: left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color:rgba(172, 172, 172, 1);
    border: 0px solid #fff;
    border-radius: 0px;    
    margin-bottom: 0px;
    color:#FFFFFF;
    padding: 8px 10px;
    font-size:20px;
}


.carousel-indicators .active {
    width: 23px;
    height: 23px;
    background-color: rgba(147, 13, 12, 0.75);    
    margin-bottom: 0px;
}






















