@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,700,600);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/*==============================================
            Common Styles
==============================================*/
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    height: 100%;
}
html{height: 100%;}
p {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    color:#3c3c3c;
    font-weight: 300;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #ff6868;
}
a:hover, a:focus, a:active, a.active {
    color: #ff6868;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
input,form,textarea,button,checkbox{
    font-family: 'Open Sans', sans-serif;
}
.img-centered {
    margin: 0 auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}
h1 {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 17px;
    text-transform: uppercase;
}
h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 17px;
    color: #3c3c3c;
}
h3 {
    color: #ff6868;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}
h4 {
    font-size: 20px;
    padding-bottom: 30px;
    color: #3c3c3c;
    text-transform: uppercase;
}
.no-padding {
    padding: 0 !important;
}
.container {
    max-width: 900px;
}
.btn-primary{
    background: #ff6868;
    color: #fff;
    border-radius: 8px;
    padding: 13px 26px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    text-align: center;
}
.btn-general:hover,.btn-general:focus,.btn-general:active,.btn-general.active{
    background: #fe4949;
    color: #e3e0e0;
}


/*==============================================
            Header Block
==============================================*/
header {
    background: #343c46 url(../images/header-bg.jpg) 0 0 ;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
header .header-content {
    margin-top: 186px;
    text-align: center;
    z-index: 3;
}
.navbar-brand {
    display: inline-block;
    float: none;
    margin-bottom: 70px;
}
.navbar-brand > img { 
    max-width: 48px;
}
header .header-content h1{
    padding-bottom: 30px;
    letter-spacing: 7px;
}
header .header-content p {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}


/*==============================================
            About Us
==============================================*/
section{
    padding: 95px 0 130px;
    text-align: center;
}
fieldset{
    border:2px solid #3c3c3c;
    padding: 15px 160px;
    text-align: center;
}
fieldset legend{
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: none;
    letter-spacing: 2px;
    width: auto;
    padding:0 120px;
}
section p{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
}



/*==============================================
            Services Block
==============================================*/
section#service{
    background: url(../images/service-bg.jpg) no-repeat;
    background-size:cover;
    padding-bottom: 100px;
}
#service fieldset{
    border-color:#fff;
}
#service fieldset legend{
    color: #fff;
}
section#service p{
    color: #fff;
}


/*==============================================
            Our Work Block
==============================================*/
section#our-work{
    padding: 85px 0 105px;
}
.single-cat{
    padding-bottom: 25px;
    padding-top: 15px;
}
.single-cat > .fa{
    font-size: 65px;
    margin-bottom: 20px;
}
.single-cat h4{
    font-weight: 700;
    letter-spacing: 3px;
}
.single-cat p{
    font-size: 15px;
    line-height: 26px;
}

/*==============================================
            Portfoilo Block
==============================================*/
section#portfolio {
    padding: 0;
    overflow: hidden;
}
.single-port{
    margin-bottom: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
}
.single-port > img{
    width: 100%;
    height: 237px;
}
.single-port h3{
    position: absolute;
    bottom: 40px;
    left: 48px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 5px;
}
.single-port h3 a{
    color: #fff;
}
.port-block1,
.port-block3{
    width: 30%;
}
.port-block2{
    width: 40%;
}
.port-block3{
    padding-right: 0;
}


/*==============================================
            Contact Part
==============================================*/
section#contact{
    padding: 130px 0 50px;
}

section#contact a.btn{
    background: #3c3c3c;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 9px 90px;
    border-radius: 0;
    margin-bottom: 30px;
    letter-spacing: 4px;
}


/*==============================================
            Footer Part
==============================================*/
footer {
    padding: 10px 0 58px;
}
.footer-content{
    max-width: 320px;
    margin: 0 auto;
}
.footer-logo {
    margin-right: 30px;
    float: left;
}
.copyright {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 35px;
}
.copyright a {
    color: #ff6868;
}

/*==============================================
            Responsive Part
==============================================*/

@media (max-width:1024px) {
    header{background-size:50%;}
    .about-inner:before,.about-inner:after{background: none;}
    .banner-img{width: 500px;}
}
@media (max-width:992px) {
    .single-portfolio img{height: 308px;}
}
@media (max-width:800px) {
    .single-portfolio{width: 50%;}
    .single-portfolio img{height: 252px;}
    .single-price{margin-bottom: 20px;}
}
@media (max-width:768px) {
    .banner-img{width: 390px;}
    .about-inner img{width: 100% !important;}
    .partners-block a img{width: 100%;}
}
@media (max-width:767px) {
    .navbar-default{
        background: #343c46;
        min-height: 70px;
        border: none;
    }
    .navbar-toggle{
        margin: 14px;
    }
    .navbar-default .nav li a{margin: 0 15px;}
    header .header-content{
        max-width: 100%;
        text-align: center;
    }
    header .header-content p{
        text-align: center;
        padding-right: 15px;
    }
    .news-letter input.form-box1{display: inline-block;}
    .header-content .social-icon li{display: inline-block; float: none; margin: 0 12px;}
    .navbar-default .navbar-brand{font-size: 40px;}
    .border-bottom{display: none;}
    .single-service {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .about-inner h3{margin-top:20px;}
    .app-block-inner{height: auto; padding-bottom: 0;}
    .app-image figure{position: relative; margin-top: 40px; text-align: center; bottom:-2px;}
}
@media (max-width:667px) {
    .single-portfolio img{height: 300px;}
    #blog h4{margin-top:20px;}
    #subscribe{background-image: none;}
    .news-letter input.btn{margin-left: 0;}
}

@media (max-width:480px) {
    .single-portfolio{width: 100%;}
    .single-portfolio img{height: 320px;}
    .portfolio-item li{display: inline-block; margin: 10px 0;}
    .news-letter input.form-box1,.news-letter input.btn{width: 100%; text-align: center;}
    header .header-content{max-width: 433px;}
    .banner-img{display: none;}
    .partners-block a{margin-bottom: 10px;}
    .partners-block a img{width: auto; height: 100%;}
}
@media (max-width:414px) {
    .partners-block img{width: 100%;}
}

@media (max-width:340px) {
    header .header-content{max-width: 275px;}
    h1 {
        font-size: 42px;
    }
    .partners-block a img{width: 100%; height: auto;}
}

section#contact::-webkit-input-placeholder {
}
section#contact:-moz-placeholder {
}
section#contact::-moz-placeholder {
}
section#contact:-ms-input-placeholder {
}
