/* ==========================================================================
   Mahmoud's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i,900');

body {
	font: 300 14px/1.8 'Titillium Web', sans-serif; 
	color: #232323;
	overflow: hidden;
	padding: 0px
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:visited,
a:focus,
a:active  {
	color: #57653f;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
    
}

button, a {
    outline:0 !important;
}
button:focus {outline:0 !important;}

.margin0 {
    margin-top: 0px;
}

.margin10 {
    margin-top: 10px;
}

.margin20 {
    margin-top: 20px;
}
.margin30 {
    margin-top: 30px;
}
.margin40 {
    margin-top: 40px;
}
.margin50 {
    margin-top: 50px;
}
.margin60 {
    margin-top: 60px;
}
.margin70 {
    margin-top: 70px;
}
.margin80 {
    margin-top: 80px;
}
.margin90 {
    margin-top: 90px;
}
.margin100 {
    margin-top: 100px;
}

.white-color {
    color:#ffffff !important
}

.dark-color {
    color:#232323 !important
}
/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 70px/1.2 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 5px;
	color: #1e81e2;
}

h2 {
	font-size: 60px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}


/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
    font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
    text-align: center;
    border-radius: 0
}

.btn:hover,
.btn:focus,
.btn:active{
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 15px 45px;
	font-size: 13px;
    background: rgba(255, 255, 255, 1);
    color: #232323;
    opacity: 1
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, .8);
    color: #fff;
}

.btn-lg-dark,
.btn-group-lg-dark > .btn {
	padding: 15px 45px;
	font-size: 13px;
    background: rgba(25, 25, 25, 1);
    color: #fff !important;
    opacity: 1
}

.btn-lg-dark:hover,
.btn-group-lg-dark > .btn:hover {
	padding: 15px 45px;
	font-size: 13px;
    background: #1e81e2;
    color: #fff;
    opacity: 1
}


.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.block-sec {
	padding: 120px 0 100px;
}
.block-sec-extra {
	padding: 220px 0 200px;
}
.block-sec-gray {
	background: #f5f5f5;
}

.block-sec-white {
	background: #ffffff;
}
.block-sec-blue {
	 background:rgba(48, 139, 228,0.9);
}
.block-sec-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.block-sec-image,
.block-sec-image h1,
.block-sec-image h2,
.block-sec-image h3,
.block-sec-image h4,
.block-sec-image h5,
.block-sec-image h6 {
	color: #fff;
}

.block-sec-image.white,
.block-sec-image.white h1,
.block-sec-image.white h2,
.block-sec-image.white h3,
.block-sec-image.white h4,
.block-sec-image.white h5,
.block-sec-image.white h6 {
	color: #000;
}


.block-sec-header {
	text-align: left;
	margin: 0 0 60px;
}

.block-sec-header-left {
	text-align: left;
}

.block-sec-header-left .block-sec-line {
	width: inherit;
	margin: 30px 0;
}

.block-sec-title{
    font-weight: 700;
    color: #232323;
    font-size: 60px;
}

.block-sec-subtitle {
	
    font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-size: 18px;
}

.block-sec-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px 0;
}
.block-sec-line-center {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 0 auto;
}
.block-sec-icon {
	font-size: 32px;
}



/* ---------------------------------------------- /*
 * HOME
/* ---------------------------------------------- */
 

.sticky-wrapper {
    height: 0!important
    }

#home {
	background: #000;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

#home.white {
	background: #f7f7f7;
	background-color: #f7f7f7;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
     font-weight: 300;
    font-size: 40px;
    text-transform: none;
}

.start {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: right;
    color: #3c4f19;
    letter-spacing: 55px;
    text-align: center;
}
 
 