/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 15px;
	line-height: 23px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 0;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
    font-weight: normal;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

/***************** yasi code *****************/
.logoArea {
	background-color: #fff;
	padding: 10px 0;
}

.paddingTop13 {
	padding-top: 13px;
}

.phone2 {
	float: right;
}

.logo {
	height: 66px;
}

@media(min-width:320px) and (max-width:768px) {
.headerRightArea {
	display: none;
}

.logoArea {
	padding: 15px 0 10px 0;
	text-align: center;
}

.logo {
	text-align: center;
}

.phone {
	display: none;
}

.phone2 {
	display: none;
}

.phoneMobile {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.phoneMobile a {
	font-size: 20px;
	color: #0E76BD;
}
}

@media(min-width:769px) and (max-width:5000px) {
.phoneMobile2 {
	display: none;
}
}

@media(min-width:320px) and (max-width:769px) {
.phoneMobile2 {
	display: block;
	font-size: 20px;
	margin: 18px 0 0 20px;
}
}

/***************** banner *****************/
@media(min-width:320px) and (max-width:768px) {
.carousel-caption {
	display: none;
}
}

/***************** header *****************/
.circle { 
	width: 35px; 
	height: 35px; 
	background: #5F6950; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border-radius: 50px;
	margin: 0 5px; 
}

.circleTxt { 
	color: #fff;
	text-align: center; 
	padding-top: 10px;
	margin-left: -2px;
}

.circleTxt2 { 
	color: #fff;
	text-align: center; 
	padding-top: 10px;
	margin-left: -3px;
}

.topBar {
	font-size: 22px;
	text-align: right;
	margin-top: 16px;
}

.topBar a {
	color: #5F6950;
	text-decoration: none;
}

.topBar a:hover {
	color: #000;
	text-decoration: none;
}

.topBar2 {
	text-align: right;
	margin-top: 13px;
}

/***************** banner *****************/
.bannerBox {
	color: #fff;
	text-align: left;
}

.bannerBox h1 {
	font-size: 50px;
	/*text-shadow: 3px 3px #000;*/
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 0px;
}

.bannerBox h2 {
	font-size: 36px;
	/*text-shadow: 3px 3px #000;*/
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}

.bannerBox p {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

/***************** welcome *****************/
.welcome {
	padding: 70px 0 50px 0;
}

.welcome h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #2C5C18;
	font-weight: 500;
	margin-bottom: 20px;
}

.welcome p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
}

.welcomeBox {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.welcomeBox h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #2C5C18;
	font-weight: 500;
}

.welcomeBox p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

.borderGrey {
	border: #ddd 1px solid;
	padding: 4px;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

@media(min-width:320px) and (max-width:768px) {
.welcome h1 {
	font-size: 30px;
}
}

/***************** about *****************/
.about {
	padding: 0;
	margin: 0px;
	background-color: #000;
	background-image: url(../img/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.aboutPadding {
	padding: 0;
}

.about h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 30px;
}

.about p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 1.8;
	padding-left: 30px;
}

@media(min-width:320px) and (max-width:768px) {
.about h1 {
	font-size: 30px;
}
}

/***************** welcome *****************/
.projects {
	padding: 70px 0 70px 0;
	background-color: #5F6950;

}

.projects h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

@media(min-width:320px) and (max-width:768px) {
.projects h1 {
	font-size: 30px;
}
}

/***************** contct info *****************/
.contactInfo {
	background-color: #5F6950;
	padding: 20px 0;
	color: #fff;
	font-size: 22px;
}

.txt13 {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.8;
}

@media(min-width:320px) and (max-width:768px) {
.contactInfo {
	text-align: center;
}

.marginBottom {
	margin-bottom: 30px;
}
}

/***************** form *****************/
.form {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.formArea {
	background-color: #fff;
	margin-top: 70px;
	padding: 30px;
	text-align: center;
}

.formArea h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #2C5C18;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
}

.formArea p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

/************* footer *************/
.footer {
	background-color: #2C5C18;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ddd;
	font-weight: 300;
	line-height: 1.8;
	padding: 50px 0 40px 0;
	text-align: left;
	border-bottom: #fff 1px solid;
}

.footer a {
	color: #ddd;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer h3 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

/***************** contct info *****************/
.copyRight {
	background-color: #000;
	padding: 25px 0;
	color: #ddd;
	font-weight: 300;
	line-height: 1.8;
	font-size: 15px;
}

.copyRight a {
	color: #fff;
	text-decoration: none;
}

.copyRight a:hover {
	color: #fff;
	text-decoration: underline;
}

@media(min-width:320px) and (max-width:768px) {
.copyRight {
	text-align: center;
}

.designedBy {
	text-align: center;
}
}

@media(min-width:769px) and (max-width:5000px) {
.designedBy {
	text-align: right;
}
}

/***************** misc *****************/
.padding {
	padding: 0px;
}

.margin {
	margin: 0px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.paddingLeft {
	padding-left: 30px;
}

#top {
    bottom: 20px;
    position: fixed;
    right: 20px;
}

/***************** misc *****************/
.marginBot {
	margin-bottom: 30px;
}

.marginBot10 {
	margin-bottom: 10px;
}

.marginTop {
	margin-top: 0px;
}

.padLR {
	padding: 0 10px;
}

.paddingLeft {
	padding-left: 30px;
}

.center {
	text-align: center;
	margin: 0px;
}

.marPad {
	margin: 0px;
	padding: 0px;
}

/***************** inner page *****************/
.innerPage {
	padding: 40px 0 70px 0;
	background-color: #fff;
}

.innerPage h1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 35px;
	color: #d6181f;
	font-weight: 700;
	margin-bottom: 10px;
}

.innerPage p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: -.05em;
}	
	
	
@media(min-width:320px) and (max-width:768px) {
.innerPage h1 {
	font-size: 30px;
}
}

/***** Logos Scroll *****/
#logo-carousel .carousel-inner .item img {
  max-height: 200px;
  padding: 0px;
  filter: opacity(0.8);
  transition: .7s ease;
}
#logo-carousel .carousel-inner .item img:hover {
  filter: opacity(1);
}

.carousel-control {
	width: 15%;
}

@media (max-width: 767px) {

    #logo-carousel {
        padding: 0 50px;
    }

    #logo-carousel .carousel-control {
        width: 40px;
        background: none;
        color: #000;
    }

    #logo-carousel img {
        max-height: 120px;
    }
}