body {background: #303030;color: #ffffff;font-family: 'Muli', sans-serif;font-weight: 300;overflow-x: hidden; /* prevent horizontal scrollbar from appearing */line-height: 22px;}
a { color: #ffffff; }
a:hover { color: #fdcf23; text-decoration: none; }
/* start h2 */
h2 { text-align: center; font-size: 32px; padding-bottom: 40px; }
h2 span { color: #fecf23; font-weight: bold; }
/* end h2 */

/* start about service contact */
#about, #team, #service, #portfolio, #contact { padding-top: 25px; padding-bottom: 25px; }
/* end about service contact */

/* start header */
header { min-height: 20px; padding-top: 18px; padding-bottom: 10px; }
header .fa { color: #fecf23; }
header span { font-weight: bold; padding-right: 10px; padding-left: 4px; }
header a { color: #ffffff; font-weight: 600; }
header .social-icon { text-align: right; }
header .social-icon li a { border: none; width: 20px; height: 20px; line-height: 20px; text-align: center; }
/* end header */

/* start nagivation */
.navbar-default { background: #fff; border: none; box-shadow: none; margin: 0 !important; }
.navbar-default .navbar-brand { font-weight: 500; font-size: 30px; height: 70px; line-height: 40px; padding: 12px 0px 0px 12px; }
.navbar-default .navbar-nav li a { font-weight: bold; font-size: 13px; height: 70px; line-height: 40px; }
.navbar-default .navbar-nav > li > a.current { color: #fecf23; }
.fixed-nav { border-radius: 0; width: 100%; z-index: 1000; }
.sticky { position: fixed; left: 0; top: 0; }
/* end navigation */

/* start home */
#home { background: url('../images/home-bg.jpg') no-repeat; background-size: cover; padding-top: 160px; padding-bottom: 100px; min-height: 650px; }
#home h1 { font-weight: 300; font-size: 44px; padding-bottom: 10px; color: #ffffff; }
#home h1 span { color: #fecf23; font-weight: bold; }
#home .btn { background: transparent; border-radius: 2px; color: #fff; font-size: 16px; font-weight: bold; margin-top: 20px; width: 180px; height: 60px; padding-top: 18px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#home .btn:hover { background: #fecf23; border-color: transparent; }
.element { height: 60px; font-size: 16px; }
.overlay { background: rgba(0, 0, 0, 0.6); padding: 20px; margin-top: 70px; text-align: center; }
/* end home */

/* start about */
.media:first-child { margin-top: 25px; margin-bottom: 25px; }
#about .media-heading-wrapper { padding-bottom: 25px; }
#about .media-heading-wrapper .fa { border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 24px; width: 60px; height: 60px; line-height: 60px; text-align: center; margin-right: 20px; }
#about .media-heading-wrapper h3 {font-size: 18px;font-weight: bold;padding-top: 20px;padding-left: 52px;color: #fecf23;}
.mt-50 { margin-top: 50px; }
/* end about */

/* start service */
#service .col-md-3 { padding: 40px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#service .col-md-3:hover { background: #505050; border-radius: 4px; }
#service .col-md-3 { padding: 20px; }
#service .active { background: #505050; padding: 40px; }
#service .img { border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 50px; width: 100px; height: 100px; line-height: 84px; text-align: center; margin: 0 auto; }
#service h4 { color: #fecf23; font-weight: 600; padding-top: 10px; padding-bottom: 14px; }
/* end service */

/* start contact */
#contact { background: #202020; }
#contact .form-control { background: transparent; border: 1px solid #fecf23; border-radius: 2px; box-shadow: none; color: #fff; margin-top: 6px; margin-bottom: 16px; }
#contact label { font-weight: 500; }
#contact input { height: 50px; }
#contact input[type="submit"] { background: #fecf23; font-weight: bold; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#contact input[type="submit"]:hover { background: transparent; }
#contact address { border-bottom: 1px solid #505050; padding-top: 30px; }
#contact address .address-title { font-weight: bold; font-size: 20px; padding-bottom: 10px; }
#contact address span { display: block; padding-bottom: 30px; }
#contact address .fa { border: 1px solid #fff; border-radius: 50%; width: 40px; height: 40px; line-height: 40px; text-align: center; margin-right: 10px; margin-bottom: 10px; }
/* end contact */

/* start copyright */
#copyright { padding: 12px 0 0px; }
#copyright p { font-weight: 400; }
/* end copyright */

/* start social icon */
.social-icon { position: relative; padding: 0; margin: 0; }
.social-icon h4 { display: inline-block; padding-right: 20px; }
.social-icon li { display: inline-block; list-style: none; }
.social-icon li a { border: 1px solid #fff; border-radius: 50%; color: #fff; width: 40px; height: 40px; line-height: 40px; text-align: center; text-decoration: none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin-right: 10px; }
.social-icon li a:hover { background: #fecf23; border-color: transparent; }
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
#portfolio .portfolio-thumb .portfolio-overlay { padding: 0px 8px; }
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
#team .team-wrapper { margin-top: 40px; }
#portfolio .portfolio-thumb .portfolio-overlay { background: #fecf23; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; position: absolute; padding: 40px 10px 20px 20px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
#home { min-height: 300px; padding-top: 80px; padding-bottom: 60px; }
#home h1 { font-size: 52px; }
.fixed-nav { position: fixed; top: 0; }
header { margin-top: 70px; }
header .social-icon { text-align: left; }
.navbar-toggle { margin-top: 15px; }
.navbar-collapse { max-height: 300px; overflow-y: auto; }
.navbar-default .navbar-nav li a { height: 45px; padding-top: 5px; padding-bottom: 5px; line-height: 35px; }
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
header .social-icon { text-align: left; }
#home { min-height: 200px; padding-top: 60px; padding-bottom: 40px; }
#home h1 { font-size: 32px; }
}
/* end 360 media quires */
