
body {
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-size: 18px;
	font-weight: 500;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    outline: none;

}

a:hover, a:focus, a:active{
	text-decoration: none;
    outline: none;
    color: white;
}


.header {
    /*background: url('../img/bg-banner03.jpg') no-repeat fixed;
    background-size: cover; */
    min-height: 650px;
    position: relative;
}
.navbar-default {
    background-color: transparent;

	border: 0px;
    padding: 20px 10px;
    transition: all 0.3s;
}
.navbar-brand {

    font-size: 36px;
    font-family: 'sakkal_majallaregular';
  /*font-family: 'Satisfy', cursive; */
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    outline: none;
}
.navbar-default .navbar-nav > li > a{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
    outline: none;
}
.mobile-display{

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FF3232;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #1385CC;
    background-color: transparent;
}

.top-nav-collapse {
    padding: 0.1%;
    background: rgba(65,65,65, 0.9);

}

.bg-color{
	background-color: RGBA(0, 0, 0, 0.4);
	min-height: 960px;
}
.navbar-border{
}
.banner-text{
	/*border-left: 5px solid #BE2525; */
	padding: 20px 40px;
	color: #fff;
	margin-top: 200px;
    text-align: center;
    text-shadow: white 1px 1px;
}
.banner-text h1,h2, .banner-text p{
	font-size: 40px;
	font-weight: 400;
	font-family: 'Questrial', sans-serif;
    /* text-align: center;
    text-shadow: RGBA(0,0,0,0.8) 1px 1px; */
}
.banner-text h1,h2 span{
    font-family: 'sakkal_majallaregular';
    /* text-align: center; */
    text-shadow: RGBA(0,0,0,0.8) 0px 0px;
 }
.overlay-detail{
	margin: 0 auto;
}
.overlay-detail a i {
    text-align: center;
    position: relative;
    /*bottom: -140px;*/
    margin-top: 18%;
    font-size: 34px;
    color: #fff;
}

.deco{
	font-family: 'sakkal_majallaregular';
    font-size: 36px;
}

#about{
	background: url('../img/about-banner.jpg') no-repeat;
	background-size: cover;
    background-position: center;
	margin-bottom: -3px;
}
.section-padding{
	padding: 60px 0px;
}
.title{
	font-size: 28px;
	margin-bottom: 40px;

}
.title-text{
	padding: 0px 0px 0px 0px;
	/*border-right: 5px solid #BE2525; */
	font-size: 28px;
}

.about-text p{
	color: #444;
}

.abt-list li{
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 400;
}
#portfolio{
	background-color: #F5F5F5;
}

#services{
    background: url('../img/about-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: -3px;
}

.grid-padding{
	padding: 0 8px;
}
.grid-padding img{
	margin-bottom: 30px;
}
.padding-right-zero{
	padding-right: 0px !important;
}
#myGrid{
	margin-top: 40px;
}
.test-sec blockquote {
    background: #eee;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;

}
.test-sec blockquote::after {
    content: '';
    position: absolute;
    bottom: -14px;
    margin-left: 10px;
    border-top: 14px solid #eee;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid RGBA(0, 0, 0, 0.18);
}
.test-sec .carousel-info span {
    display: block;

}
.test-sec span.services {
    color: #62646f;
    font-weight: 600;
    margin: 16px 0 5px;
    text-align: center;

}

    * {
        box-sizing: border-box;
    }


#contact {
    width: 100%;
    background-color: RGBA(8, 7, 7, 0.92);
}

#contact .btn-primary {
    background: #BE2525;
    border: 1px solid #BE2525;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    background: #fff;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
    background: #fff;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

footer {
    padding: 40px 0;
    background: #E5E5E5;
}

.footer a {
    color: #BE2525;
}

.footer__navigation li, .social-list li{
	display: inline-block;

}
.contact-sec h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0px;
}
.footer__navigation li a
{
	display: inline-block;
	color: #767676;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-size: 1.2em;
	line-height: 1.625em;
	margin-top: 0;
	margin-bottom: 1.625em;
	padding-right: 10px;
}
.contact-sec p {
    color: #fff;
    font-size: 18px;
    padding: 16px 0px 24px;
}
.contact-sec i {
	padding-right: 15px;
}
.contact-sec a {
    color: #FFF;
    background-color: RGBA(174, 142, 142, 0.7);
    display: inline-block;
    padding: 16px 34px;
    font-size: 18px;
    transition: all 0.5s ease-in 0s;
}
.carousel-info, blockquote {
    float: left;
}
.social-list li{
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: .8;
	display: inline-block;
	margin: 0;
    position: relative;
}

.social-list li a{
		font-size: 40px;
		margin-right: 20px;
        margin-left: 20px;
        color: #1385CC;

}

.social-list li a:hover{
    color: #FF3232;
}

.type-underline, .type-underline:hover{
	color: #767676;
}
.footer__lower {
    margin-top: 3.25em;
}
.type--fine-print{
	color: #767676;
}
.navbar-toggle {
    position: relative;
    background-color: transparent;
    border-radius: 0px;

}

.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.navbar-brand{
	margin-top: -5px;
}

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.maps{
    width:100%;
    height:300px;
}


@media (min-width: 551px) and (max-width: 980px){
	.title-text{
	margin-bottom: 15px;
	}

    .social-list li a{
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 100px) and (max-width: 550px) {

    .social-list li a{
        margin-right: 10px;
        margin-left: 10px;
    }
    .mobile-display{
        display: none;
    }
	.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	}
	.navbar-brand{
		margin-top: -15px;
	}
    .carousel-info {
    	margin-bottom: 30px;
	}
	.type--fine-print{
		text-align: center;
	}
	.text-center-xs{
		text-align: center !important;
	}
	.social-list{
		margin-bottom: 15px;
	}
	.banner-text h2, .banner-text p {
    font-size: 30px;
	}
	.title-text{
	margin-bottom: 15px;
	}
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {
    background: url('../img/portfolio03.jpg') no-repeat 80% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url('../img/portfolio01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url('../img/ports02.jpg') no-repeat 80% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(4) {
    background: url('../img/photodesign02.jpg') no-repeat  60% 50%  fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}
