body {
	font-family: 'Roboto', sans-serif;
}
html,body {
	height: 100%;
}
body {
	font-size: 15px;	line-height: 1.50;
	color: #000000;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #EB6B2A;
}
.text-colored {
	color: #EA6D2E;
}
a {
	color: #ED6E21;
}
a:hover {
	color: #EB6B2A;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
	text-align: justify;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
span.imp {
    color: #EB6B2A;
    font-weight: bold;
    /* font-size: 22px; */
    text-transform: uppercase;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
#contact
{
	color:#ffffff;
}
.list-icons li {
	padding: 0 0 15px 0;
	color:#ffffff;
}
.list-icons li  a{ 
	color:#ffffff;
}
.list-icons li  i{ 
	color:#EB6B2A;
}
.list-icons li  a:hover{ 
	color:#EB6B2A;
	text-decoration:underline;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
	    margin-bottom: 0;
}
ul.list-unstyled {
    margin-bottom: 20px;
}
.SubtitleBox
{
	width:100%;
	float:left;
	position:relative;
	 margin-bottom: 10px;
}
.Subtitle {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
	position:relative;
	float:left;
	
}
.Subtitle::after {
    background: #ffb241 none repeat scroll 0 0; 
    background: -moz-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#ffb241),color-stop(100%,#f34949));
    background: -webkit-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -o-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -ms-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: linear-gradient(135deg,#ffb241 0,#f34949 100%);
    bottom: -9px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; 
} 

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	/* background-color: rgba(254, 254, 254, 0.9); */	    background-color: transparent;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
	    background: url(../images/banner.jpg);
    background-attachment: fixed;
    background-position: Center center;
    background-size: cover;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #3F3F3F;
	/* border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3; */
	padding: 20px 0;
	color: #ffffff;
}
.subfooter a {
    color: #F6A845;
	text-decoration: none;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}
input#submitButton {
    background-color: #EB6A2A;
    color: #fff;
    background: #ffb241;
    background: -moz-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#ffb241),color-stop(100%,#f34949));
    background: -webkit-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -o-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -ms-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: linear-gradient(135deg,#ffb241 0,#f34949 100%);
    border: none;
}
input#submitButton:hover {
    background: #F5A945;
    border: none;
}
.footer.section {
    background-image: url(../images/foter_bg.jpg);
    background-position: center center;
    background-size: cover;
	background-attachment:fixed;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 6px;
    padding-bottom: 10px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}
input:focus, select:focus, textarea:focus {
   outline:none;
}
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 6px;
    padding-bottom: 10px;
    border: 1px solid white;
    background: transparent;
    color: #ffffff;
}
/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #ED6E21;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 { 
	font-size: 28px;	margin:5px 0; 
	text-transform:uppercase;
	font-weight: 300;
}.banner-caption p { 	font-size: 50px;	margin:5px 0; 
	text-transform:uppercase; }
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #ED6E21;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #EB6B2A;
	border-color: #EB6B2A;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #EA6D2E;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f068";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f067";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #F5AA44;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #EB6A2A;	  color: #fff;    background: #ffb241;    background: -moz-linear-gradient(-45deg,#ffb241 0,#f34949 100%);    background: -webkit-gradient(left top,right bottom,color-stop(0,#ffb241),color-stop(100%,#f34949));    background: -webkit-linear-gradient(-45deg,#ffb241 0,#f34949 100%);    background: -o-linear-gradient(-45deg,#ffb241 0,#f34949 100%);    background: -ms-linear-gradient(-45deg,#ffb241 0,#f34949 100%);    background: linear-gradient(135deg,#ffb241 0,#f34949 100%); 
    border-color: transparent;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #EA6E2C;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 10px;
    color: #EB6B2A;
}
::-webkit-input-placeholder {
   color: #ffffff;
} 
:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
} 
:-ms-input-placeholder {  
   color: #ffffff;  
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
    background: #ffb241;
    background: -moz-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#ffb241),color-stop(100%,#f34949));
    background: -webkit-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -o-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -ms-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: linear-gradient(135deg,#ffb241 0,#f34949 100%); 
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.close {
    font-size: 28px!important;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding: 10px 20px;
	font-size: 18px; 
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #f6a135;
	font-weight: 400;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #f6a135;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 0;
	border-bottom: 2px solid #EB6C2D;
}.fixed-header-on .navbar-default .navbar-nav > li > a {	color:#000000;}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		/* display: none; */
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #ED6E21;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin: 0px;
	padding: 0;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

.about_me
{
	/* text-align:center; */
	font-size:18px;
}
.big_txt
{
	font-size: 42px;
    font-family: cursive;
}
/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	    bottom: 15px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
	text-transform:uppercase;
}
.overlay i {
	position: absolute; 
	left:50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 22px;
    line-height: 1x;
    color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
    background: #EB6A2A;
    padding: 15px;
    border-radius: 50px;
	font-size:16px;
} 
.overlay  a i{
	color:#ffffff;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
p
{
text-align: justify;
}
span.mybtn a {
text-decoration: none;
background: #F6A136;
padding: 10px;
color: #ffffff;
border-radius: 5px;
}
span.mybtn a:hover {
color: #ffffff;
background: #EB6A2A;
}.typed{    color: #f6a135;	font-weight:500;	text-transform:uppercase;}/*Add custom cursor so it auto inherits font styles*/.typed::after {	content: '|';	display: inline;	-webkit-animation: blink 0.7s infinite;	-moz-animation: blink 0.7s infinite;	animation: blink 0.7s infinite; }/*Removes cursor that comes with typed.js*/.typed-cursor{   opacity: 0;	display: none;}/*Custom cursor animation*/@keyframes blink{    0% { opacity:1; }    50% { opacity:0; }    100% { opacity:1; }}@-webkit-keyframes blink{    0% { opacity:1; }    50% { opacity:0; }    100% { opacity:1; }}@-moz-keyframes blink{    0% { opacity:1; }    50% { opacity:0; }    100% { opacity:1; }}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; 
    min-width: auto;
}
a#back-to-top {
    background: rgba(0, 0, 0, 0.6);
    border: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
a#back-to-top i {
    color: #fff;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 20px; 
	display: block;
	z-index: 10;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.scroll-down span{
    position: relative;
    color: #f6a135;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}
i.fa.fa-angle-down {
    font-size: 40px; 
}
.Qtxt
{
	font-size:15px;
	margin-bottom:15px;
	font-weight:600;
}
.Qtxt span
{
	padding:5px 10px;
	background: #ffb241;
    background: -moz-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#ffb241),color-stop(100%,#f34949));
    background: -webkit-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -o-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: -ms-linear-gradient(-45deg,#ffb241 0,#f34949 100%);
    background: linear-gradient(135deg,#ffb241 0,#f34949 100%);
	color:#ffffff;
	font-weight:300;
}
.modal-body img
{
    width: 100%;
}
@media screen and (max-width:900px)
{
	.banner-caption h1 { 
	font-size: 20px; 
	}
	.banner-caption p { 
	font-size: 30px; 
	}
}
@media screen and (max-width:767px)
{
	.navbar-toggle
	{
		margin-top: 20px;
	}
	.navbar-default .navbar-toggle {
    border-color: #f6a135;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #f6a135;
	}
	.main-navigation .navbar-default .navbar-nav > li > a { 
    padding: 5px 0px;
    font-size: 16px;
    text-align: right;
	padding-right:15px;
	}
	.navbar-collapse
	{
		box-shadow: none;
		border:none;
	}
	.banner-caption h1 { 
	font-size: 16px; 
	}
	.banner-caption p {
    font-size: 25px;
	}
    .title
    {
        font-size: 26px; 
    }
    .lead
    {
        font-size: 15px; 
    }
    .Subtitle
    {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .list-unstyled li
    {
        font-size: 14px;
        text-align: left;
    }
    .about_me
    {
        font-size: 14px;
        text-align: left;
    }
    .Qtxt
    {
        font-size: 14px;
        line-height: 25px;
    }
    .space { 
    padding: 5px 0; 
    }   
    .section { 
    padding: 20px 0;
    }
    .list-icons li {
    padding: 0 0 5px 0; 
    font-size: 14px;
    }
    .boy_img
    {
        display: none;
    }
    input, select, textarea
    {
        font-size: 14px;
    }
    .subfooter
    {
        padding: 10px 0;
    }
    .subfooter p { 
    font-size: 12px;
    }
    .banner,.footer.section
    {
        background-attachment: initial;
    }
}