/*
This style sheet was modified on 31-7-2017
All rights reserved to Mohamed Turki
E-mail : muhammedhamed886@gmail.com
*/ 

/*my style start*/

/* global style */
body
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Slabo 27px', serif;
	font-family: 'PT Sans', sans-serif;
	color: black;
	overflow: hidden
}
h1, h2, h3, h4, h5, h5, h6
{
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: capitalize
}
p, .lead
{
	font-family: 'Work Sans', sans-serif;
	text-align: justify;
	color: black
}
hr
{
	border-top: 1px solid #c3c2bc;
	width: 90%
}
.golden, .feat
{
	text-transform: capitalize;
	font-size: 20px !important;
	font-weight: bold;
	color: #b98617
}
.feat 
{
	color:  #F72100
}
.overlay-ft
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}
.hide-me, .show-me
{
	opacity: 0
}
.social
{
	background-color: white;
	color: black;
	height: 70px;
	line-height: 70px;
	padding-left: 0;
	margin-left: 0
}
.logo-img img
{
	float: left;
    width: 90px;
    height: 65px;
}
.phone
{
	font-size: 17px !important;
	font-weight: 500;
	
}
.name
{
	display: inline-block;
	font-size: 25px !important;
	text-transform: capitalize
}
.name .en,
.name .ar
{
	font-size: 22px !important
}
.name .en, .golden
{
	font-family: 'Lobster', cursive;
}
.name .ar
{
	font-family: 'Changa', sans-serif;
}
.social a
{
	color: black
}
.social i
{
	margin-left: 10px;
	font-size: 28px
}
.social i:hover
{
	-webkit-transform: rotateZ(360deg) scale(1.5);
	-moz-transform: rotateZ(360deg) scale(1.5);
	-ms-transform: rotateZ(360deg) scale(1.5);
	-o-transform: rotateZ(360deg) scale(1.5);
	transform: rotateZ(360deg) scale(1.5);
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	
}
.to-top
{
	
	position: fixed;
	bottom: 40px;
	right: 35px;
	z-index: 888;
	background-color: #F7AD0A;
	border-radius: 50%;
	text-align: center;
	padding: 5px 5px 8px 5px;
	display: none
}
.to-top i
{
	color: #000000;
}
footer
{
	width: 100%;
	background-color: #222;
	color: white
}
footer .social-bottom a
{
	text-decoration: none;
	color: white;
	margin-left: 30px;
}
footer .fa-facebook
{
	margin-left: 100px
}
footer i:hover
{
	color: white;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out;
}
footer .footer-map
{
	padding-top: 30px
}
footer .footer-map a
{
	text-transform: capitalize
}
footer .footer-map a:first-child
{
	color: white
}
footer details a
{
	color: #adadad;
	text-transform: capitalize;
}
footer details a:hover
{
	color: white
}
footer .contact-details
{
	margin-top: 40px
}
footer .contact-details a,
footer .lead,
footer p
{
	color: white;
	text-transform: capitalize
}
footer .contact-details .lead
{
	font-size: 16px !important
}
footer .social-bottom p:first-of-type
{
	margin-top: 30px
}
.copy span,
.copy p
{
	font-size: 18px !important;
	color: #d9d9d9
}
.copy-mob span
{
	text-align: center;
	font-size: 10px !important
}
.copy-mob p
{
	text-align: center;
	font-size: 12px !important
}
/* global end */


/* home page start */

/* services breif start */
.gallery-on-home,
.our-clients
{
	margin: 20px 0 40px
}
.services-breif h3,
.gallery-on-home h3,
.our-clients h3,
.why-us h3
{
	
	background-color: #222;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 20px;
	padding: 15px
}
.services-breif h3 span,
.gallery-on-home h3 span,
.our-clients h3 span,
.why-us h3 span
{
	font-size: 35px !important;
	border-top: 2px solid #adadad;  
	border-bottom: 2px solid #adadad;
	color: white
}
.services-breif .clearfix
{
	margin-bottom: 50px
}
.services-breif .service-content
{
	opacity: 0
}
.services-breif .service-content p
{
	margin-left: 20px
}
.services-breif a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px
}
.services-breif img
{
	max-width: 80%;
	margin-left: 20px
}
.services-breif img:last-of-type
{
	margin-top: 35px
}
/* services breif end */

/* gallery start */ 
.gallery-on-home .exch
{
	max-height: 100%;
	max-width: 100%
}
.gallery-on-home img
{
	margin: 15px auto;
	border: 1px solid #ccc;
	padding: 10px
}
.gallery-on-home img:hover
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 1s ease-in;
	-moz-transition:all 1s ease-in;
	-ms-transition:all 1s ease-in;
	-o-transition:all 1s ease-in;
	transition:all 1s ease-in;
}
.bttn
{
	margin: 20px
}
/* gallery end */

/* our clients start */
.our-clients
{
	overflow: hidden;
	height: 190px;
	margin-bottom: 10px
}
.moving-bar img
{
	width: 100px;
	height: 100px;
	margin-left: 15px
}
.moving-bar
{
	margin-top: 0;
	width: 300%;
    position: relative;
    left: 1000%;
	-webkit-animation: 25s linear infinite bar;
	-moz-animation: 25s linear infinite bar;
	-ms-animation: 25s linear infinite bar;
	-o-animation: 25s linear infinite bar;
	animation: 25s linear infinite bar;
}
@keyframes bar {
	0% {
		left: 98%
	}
	100%
	{
		left: -225%
	}
}
/* our clients end */

/* why us start */
.why-us h4
{
	font-weight: bold;
}
.why-us i
{
	font-size: 80px;
	color: #7e7769;
	border: 2px solid #7e7769;
	border-radius: 10px;
	padding: 20px;
	margin: 15px 0;
}
.why-us i:hover
{
	color: #F0AD4E;
	border: 2px solid #F0AD4E;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .7s all ease-in-out;
	-moz-transition: .7s all ease-in-out;
	-o-transition: .7s all ease-in-out;
	transition: .7s all ease-in-out;
	
}
/* why us end */
/* home page end */

/* about us page start */
.about-content
{
	margin: 40px 0 60px
}
.about-content h3
{
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 20px
}
.about-content img
{
	width: 100%;
	height: 100%;
	
}
.about-content img:hover
{
	opacity: .70
}
.about-content:first-of-type img
{
	padding-top: 50px
}
/* about us page end */
/* contact us page start */
.contact-section
{
	background: url(../images/cont-back.jpg) fixed center no-repeat;
	background-size: cover;
}
.contact-section .contact h2
{
	color: white;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase
}
.contact-section .contact .btn-block
{
	margin-bottom: 70px
}
.contact textarea
{
	height: 150px;
	resize: none
}
/* contact us page start */

/* loading page start */
.loading
{
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 1000000000
}
.lds-dual-ring {
  position: relative;
	left: 50%;
	top: 50%;
	margin: -110px 0 0 -100px
}
.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #223843 transparent #223843 transparent;
  -webkit-animation: lds-dual-ring 1.5s linear infinite;
  -moz-animation: lds-dual-ring 1.5s linear infinite;
  -ms-animation: lds-dual-ring 1.5s linear infinite;
  -o-animation: lds-dual-ring 1.5s linear infinite;
  animation: lds-dual-ring 1.5s linear infinite;
}
.lds-dual-ring div:nth-child(2) {
  width: 140px;
  height: 140px;
  top: 30px;
  left: 30px;
  border-color: transparent #FFB85F transparent #FFB85F;
  -webkit-animation: lds-dual-ring_reverse 1.5s linear infinite;
  -moz-animation: lds-dual-ring_reverse 1.5s linear infinite;
  -ms-animation: lds-dual-ring_reverse 1.5s linear infinite;
  -o-animation: lds-dual-ring_reverse 1.5s linear infinite;
  animation: lds-dual-ring_reverse 1.5s linear infinite;
}
.lds-double-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -moz-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -o-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-dual-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* loading page end */
/*my style end*/


/*Bootstrap override start*/
/* navbar start */
.navbar
{
	margin-bottom: 0
}
.navbar-nav
{
	margin-left: 150px
}
.navbar-inverse .navbar-nav > li > a
{
	color: white;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500
}
/* navbar end */
/* carousel start */

.slider .container-fluid
{
	padding: 0
}
.carousel-inner,.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
	max-height: 400px;
	position: relative
}

.carousel-control.left,
.carousel-control.right
{
	background: none
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
	width: 100%;
}
.carousel-caption
{
	position: absolute;
	top: 69%;
	left: 20%;
	z-index: 999;
	background-color: rgba(99, 100, 96, 0.46);
	height: 115px;
	padding: 7px
}
.carousel-caption > a h2
{
	font-size: 35px !important;
	margin-top: 0;
	color: white;
	text-decoration: none
}
.carousel-caption > a:hover
{
	text-decoration: none
}
.carousel-caption > a p
{
	font-size: 22px !important;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.breadcrumb
{
	background-color: white;
	margin-bottom: 0;
	font-size: 16px !important
}
/* carousel end */
/*Bootstrap override end*/