/*
Theme Name: Safwat
Theme URI: http://www.sizdom.com/
Description: A custom WordPress website for Safwat.
Author: Sizdom Technologies
Text Domain: pastel
Author URI: https://www.sizdom.com/
Version: 1.0
Tags: clean, light, responsive, multi-column, portfolio, business, orange

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme goes along with the Safwat.
*/
a, a:hover, a:active, a:focus{
    text-decoration: none;
}



* {margin: 0; padding: 0;}
 
body {

 background: url('dark_geometric.png');
}
 
#container {
 width: 1000px;
 overflow: hidden;
 margin: 50px auto;
 background: white;
}


h3, h1{
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
	text-align: justify;
	
}
body{
    font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
ul{
    list-style: none;
    padding: 0;
}
.navbar-header {
    width: 100%;
    box-shadow: 0px 0px 20px #ccc;
}
a.navbar-brand {
    height: auto;
    padding: 15px 0;
	max-width: 300px;
}
div#safwatmainmenu{
    padding: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}
ul.nav.navbar-nav {
    background: #bdbcbb;
    width: 100%;
    padding: 5px;
}
header.header::after {
    content: "";
    background: url(images/header_bg.PNG) no-repeat;
    background-size: 60%;
    background-position: 150% 10px;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
    color: #000;
    border-radius: 33px;
    transition: .5s;
    display: inline-block;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .header .current-menu-item a{
    background: #dc3139;
    color: #fff;
}
.navbar-default .navbar-nav>li::after {
    content: '|';
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
.navbar-default .navbar-nav>li:last-child::after{
    display: none;
}
.top-social{
    width: 100%;
    text-align: right;
}
.top-social li{
    display: inline-block;
}
.top-social>li>a {
    display: block;
    background: #bdbcbb;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 6px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    transition: .5s;
}
.top-social>li>a:hover{
    background: #dc3139;
}
a.carousel-control.left, a.carousel-control.right {
    width: 50px;
    height: 30px;
    background: #bdbcbb;
    display: block;
    opacity: 1;
    background-image: unset;
    position: absolute;
    bottom: 10px;
    top: unset;
    right: 20px;
    left: unset;
}
a.carousel-control.left{
    right: 75px;
}
a.carousel-control > span {
    font-size: 18px !important;
}
.abouthome p {
    background: #fff;
    padding: 30px 0px 10px;
    margin: 0;
    font-size: 18px;
}
a.readmore {
    font-weight: bold;
    color: #000;
    transition: .5s;
}
a.readmore:hover {
    color: #dc3139;
}
.hdivider {
	border: 2px solid #cccccc57;
    border-radius: 100%;
    max-width: 50%;
    background: #cccccc57;
    margin: 30px auto;
    box-shadow: 0px 0px 10px #cccccc57;
    min-height: 1px;
}
.vdivider {
    border: 2px solid #cccccc57;
    border-radius: 100%;
    width: 1px;
    min-height: 400px;
    margin: 50px auto 0 auto;
    box-shadow: 0px 0px 4px #bbbbbb63;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
ul.sidehomenews>li>a {
    font-size: 19px;
    color: #000;
    background: #fff;
    display: block;
    padding: 10px 0;
}
ul.sidehomenews>li>a span.date, span.date {
    font-size: 12px;
    display: block;
    font-style: italic;
}
ul.sidehomenews>li:after {
    content: '';
    border: 2px solid #cccccc57;
    width: 100%;
    display: block;
    border-radius: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #cccccc57;
    background: #cccccc57;
}
#homeprojectslider .carousel-caption {
    background: #bdbcbb;
    color: #000;
    font-weight: bold ;
    text-shadow: none;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    padding: 10px;
    margin: 0;
    bottom: 0;
}
#homeprojectslider .carousel-caption a{
	color: #000;
}
#homeprojectslider .carousel-caption h4{
    font-weight: bold;
}
#homeprojectslider img {
    width: 100%;
}
#homeprojectslider .item {
    max-height: 433px;
    overflow: hidden;
}
section.homelocation img {
    text-align: center;
    margin: 0 auto;
}
.home_tabs .nav-tabs {
    background: #bdbcbb;
    padding: 10px;
}
.home_tabs .nav-tabs>li>a {
    padding: 5px 10px;
    border: none;
    transition: .5s;
    color: #000;
    font-weight: bold;
	text-transform: uppercase;
}
.home_tabs .nav-tabs>li.active>a, .home_tabs .nav-tabs>li.active>a:focus, .home_tabs .nav-tabs>li.active>a:hover, .home_tabs .nav-tabs>li>a:hover {
    background: #dc3139;
    color: #fff;
    border-radius: 15px;
    border: none;
}
.home_tabs .tab-content {
    background: #fff;
    padding: 20px 0;
    display: inline-block;
    text-align: justify;
}
/*ul.footermenu {
    background: #fff;
    display: inline-block;
}*/
.footermenu>li>a {
    padding: 10px 0;
    display: block;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
footer.footer {
    position: relative;
    padding: 70px 0 0px 0;
}
footer.footer::before {
    content: "";
    background: url(images/header_bg.PNG) no-repeat;
    background-size: 60%;
    background-position: -100% 0px;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.pagecover h1 {
    background: #bdbcbb;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
img.alignright {
    float: right;
    margin-left: 10px;
    max-width: 100%;
}
img.alignleft {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}
ul.sidebar>li>a {
    display: block;
    background: #fff;
    margin-bottom: 3px;
    padding: 10px;
    border: 2px solid #000;
    color: #000;
    transition: .5s;
}
ul.sidebar>li.active>a{
    background: #bdbcbb;
    color: #fff;
    border: 2px solid #bdbcbb;
}
ul.sidebar>li>a:hover{
    background: #bdbcbb;
    color: #fff;
    border: 2px solid #bdbcbb;
}
.servicecontent {
    position: relative;
    margin-bottom: 20px;
}
.servicecontent h4 {
    position: absolute;
    bottom: 30px;
    color: #fff;
    width: 100%;
    margin: 0;
    font-size: 28px;
    padding: 10px;
    background: #000000b0;
}
.servicecontent img{
    width: 100%;
}
.projects{
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 20px;
}
.projects img{
    transition: .5s;
}
.projects img:hover{
    transform: scale(1.1);
}
.projects>a {
    display: block;
    padding: 20px;
    color: #fff;
    background: #333;
    text-align: center;
    text-transform: uppercase;
}
.pagecontent ul {
    list-style: inherit;
    padding-left: 15px;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}
.pagecontent p {
    color: #000;
}
.panel-group.contact a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: none;
}
.panel-group.contact a::after {
    content: '\f077';
    font-family: FontAwesome;
    float: right;
    transition: 1s;
}
.panel-group.contact a.collapsed::after {
    content: '\f078';
    font-family: FontAwesome;
    float: right;
}
.page .panel-default>.panel-heading {
    background: transparent;
    padding: 0;
    border: none;
    border-color: transparent;
}
.header form input {
    border: 1px solid #000;
    color: #000;
    background: transparent;
    border-radius: 0;
    border-right: 0;
    padding: 10px 20px;
    margin-right: -4px;
}
.header form input::placeholder{
    color: #000;
}
.header form button, .header form input[type='submit'] {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-left: 0;
    border-radius: 0;
    padding: 10px 20px;
}






@media only screen and (max-width: 500px) {
	a.navbar-brand {
		max-width: 100%;
		float: unset;
		display: block;
	}
	.top-social{
		text-align: center;
	}
	.header .navbar-form .form-group {
		display: inline-block;
		vertical-align: top;
		margin-right: -4px;
	}
	.header form {
		text-align: center;
	}
	.navbar-toggle {
		z-index: 9;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
		background: #000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	ul.nav.navbar-nav {
		margin: 0;
    	background: transparent;
	}
	.navbar-default .navbar-nav>li>a {
		display: block;
	    color: #000;
	}
	.navbar-default .navbar-nav>li::after {
		content: '';
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 10px auto;
		max-width: 50%;
	}
	.home_tabs .nav-tabs {
		background: #bdbcbb4f;
		padding: 10px;
	}
	.home_tabs .nav-tabs>li{
		float: unset;
    margin-bottom: 10px;
	}
	.vdivider{
		display: none;
	}
	.footermenu>li>a {
		background: #dc3139;
		color: #fff;
		margin-bottom: 5px;
		text-align: center;
	}
	.footer p {
		text-align: center;
	}
}

img.pastellogo {
    max-height: 25px;
}
.servicecontent button {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}
.modal-open .modal{
	margin-top: 20px;
}
.modal-content {
    padding: 20px;
}
span.mymodalclose {
    position: absolute;
    z-index: 999;
    color: #fff;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #000;
    text-align: center;
    top: 0;
    padding-top: 3px;
    cursor: pointer;
}
@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
}
@media (min-width: 992px){
.container {
    width: 985px;
}
}

form.wpcf7-form input, form.wpcf7-form textarea {
    min-width: 70%;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 2px solid #dc3139;
    background: #bdbcbb;
    border-radius: 4px;
    color: #000;
}
form.wpcf7-form input[type='submit'] {
    background: #dc3139;
    color: #fff;
    text-transform: uppercase;
    min-width: 150px;
    font-weight: bold;
    letter-spacing: 0px;
}
section.searchresult ul.searchlist li a {
    display: block;
    color: #9c653e;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
section.searchresult h3 {
    margin-bottom: 20px;
}
section.searchresult {
    margin-top: 50px;
}
.paginationlinks a:hover {
    background: #9c653e;
    color: #fff;
}
.paginationlinks a {
    display: inline-block;
    padding: 10px 20px;
    background: #dededd;
    color: #000;
    border-radius: 5px;
    transition: .5s;
}







