

/***********************************
11. Start Contact
***********************************/

.contact {
    width: 100%;
    padding: 100px 0 0;
    overflow-x: hidden;
}

.contact .form-contact .form-control {
    height: 45px;
    border-radius: 0;   
    box-shadow: 0 0 0 0;
    position: relative;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #fc466b;
    outline: 0;
}

.contact .form-contact textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact .form-contact input[type="submit"] {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
    border: 0;
    letter-spacing: 2px;
}

.contact .form-contact input[type="submit"]:hover {
    background: #1a1a1a;
    color: #fff;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact {
    margin-bottom: 30px;
}

.contact .info-contact .icon-contact {
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fc466b;
    position: relative;
    margin-left: 45%;
     -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact:hover .icon-contact {
    background: linear-gradient(to bottom, #fc466b, #3f5efb);
}

.contact .info-contact .icon-contact:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.contact .info-contact .icon-contact:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -1px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.contact .info-contact .icon-contact:before,
.contact .info-contact .icon-contact:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.contact .info-contact:hover .icon-contact:before,
.contact .info-contact:hover .icon-contact:after {
    height: 0;
}

.contact .info-contact .icon-contact i {
    line-height: 60px;
    color: #fc466b;
    font-size: 30px;
}

.contact .info-contact:hover i {
    color: #fff;
}

.contact .info-contact p {
    padding-top: 15px;
    color: #111;
    font-size: 15px;
	text-align:center;
}

.contact .subscribe {
    background: url("../image/bg/subscribe.jpg") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    margin-top: 80px;
}

.contact .subscribe .overlay-subscribe {
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.contact .subscribe .overlay-subscribe h2 {
    text-align: center;
    color: #444;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-top: -8px;
}

.contact .subscribe .overlay-subscribe form {
    margin-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.contact .subscribe .overlay-subscribe form input[type="email"] {
    padding-left: 20px;
    width: 340px;
    height: 50px;
    border: 0;
    border-radius: 30px 0 0 30px;
    font-size: 17px;
}

.contact .subscribe .overlay-subscribe form input[type="submit"] {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
    border: 0;
    height: 50px;
    width: 140px;
    margin-left: -5px;
    position: relative;
    top: 1px;
    border-radius: 0 30px 30px 0;
    font-size: 18px;
    letter-spacing: 2px;
}

.contact .subscribe .overlay-subscribe form input[type="submit"]:hover {
    background: #1a1a1a;
}

.contact .subscribe .overlay-subscribe p {
    padding-top: 50px;
    text-align: center;
    color: #111;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 0;
    position: relative;
    top: 8px;
}

.contact .footer {
    width: 100%;
    background-color: #0c0c0c;
    padding: 70px;
}

.contact .footer .social-media {
    text-align: center;
}

.contact .footer .social-media i {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact .footer .social-media i:hover {
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
}

.contact .footer p.copyright {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 13px;
}

.contact .footer p{
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
}

.contact .footer p i {
    font-size: 18px;
    
    animation: plus-heart 1s infinite;
    -webkit-animation: plus-heart 1s infinite;
    -moz-animation: plus-heart 1s infinite;
    -o-animation: plus-heart 1s infinite;
    -ms-animation: plus-heart 1s infinite;
}

@keyframes plus-heart {
    0%{transform: scale(1)}
    50%{transform: scale(1.3)}
}

.contact .footer p a {
    color: #fc466b;
}

.contact .footer p a:hover {
    color: #fff;
}



/***********************************
End Contact
***********************************/

@media (max-width: 576px){
.heart-and-link a {
float: inherit!important;
margin-left: 50%;
}
}

@media(max-width:590px){ 
    
    /*=================================
    Start Parallax 
    =================================*/
    
    .parallax .buttons-intro {
        top: 72% !important;
    }
    
    /*=================================
    End Parallax 
    =================================*/
    
    
    
    /*=================================
    Start Services  
    =================================*/
    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    /*=================================
    End Services 
    =================================*/
    
    
    
    /*=================================
    Start Testimonials
    =================================*/
    
    .testimonials .heading-section h2,
    .testimonials .heading-section span {
        font-size: 29px;
    }
    
    .testimonials .heading-section span,
    .contact .heading-section span {
        top: -23px;
    }
    
    .testimonials .heading-section:hover span,
    .contact .heading-section:hover span {
        top: -15px;
    }
    
    /*=================================
    End Testimonials
    =================================*/
    
    
    
    /*=================================
    Start Contact
    =================================*/
    
    .contact .subscribe .overlay-subscribe form input[type="email"],
    .contact .subscribe .overlay-subscribe form input[type="submit"] {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    
    .contact .subscribe .overlay-subscribe form input[type="email"] {
        border-radius: 20px 0 0 0;
    }
    
    .contact .subscribe .overlay-subscribe form input[type="submit"] {
        border-radius: 0 0 20px 0;
    }
    
    /*=================================
    End Contact
    =================================*/

    
}


/***********************************
3. Start About
***********************************/

.about {
    width: 100%;
    padding: 100px 0;
}

.heading-section {
    position: relative;
    margin-bottom: 40px;
}

.heading-section span {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 10px;
    letter-spacing: 3px;
    z-index: 0;
}

.heading-section:hover span{
    top: -25px;
}

.heading-section h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: -13px;
}

.heading-section .border-heading {
    width: 50px;
    height: 5px;
    background: linear-gradient(to left, #ed3237, #3f5efb);
    margin-top: 18px;
    position: relative;
    
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.heading-section:hover .border-heading {
    width: 300px;
}

.heading-section .border-heading i {
    color: #ed3237;
    font-size: 30px;
    position: absolute;
    right: -4px;
    top: -22px;
}

.heading-section p {
    color: #111;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
	text-align:justify;
}

.about .info-about {
    border-radius: 3px;
    padding: 40px 15px;
}

.about .active-info {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about:hover {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about .icon {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #ed3237;
    position: relative;
}

.about .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;    
}

.about .info-about .icon:before,
.about .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.about .info-about:hover .icon:before,
.about .info-about:hover .icon:after {
    height: 0;
}

.about .info-about .icon i {
    font-size: 90px;
    color: #ed3237;
    line-height: 150px;
}

.about .info-about .info-icon h3 {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 1px;
}

.about .info-about .info-icon p {
    color: #666;
    font-size: 15px;
    text-align: center;
    width: 98%;
    margin: 20px auto 0;
}

/***********************************
End About
***********************************/



.heart-and-link {
    padding-top: 22px;
    padding-bottom: 5px;
    margin-right: 100px;
}

.heart-and-link i {
    font-size: 20px;
}

.heart-and-link span {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    top: -2px;
    padding-left: 3px;
}

.heart-and-link a {
    float: right;
    background: linear-gradient(to right, #db143c, #15c2ff);
    color: #fff;
    padding: 8px 20px;
    border-radius: 22px;
    position: relative;
    top: -9px;
    font-size: 15px;
    z-index: 2;
    overflow: hidden;
}

.heart-and-link a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
    border-radius: 22px;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.heart-and-link a:hover:before {
    width: 100%;
}





/***********************************
6. Start Features
***********************************/

.features {
  
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
	margin-bottom: -82px;
}

.features .overlay-features {
    background: linear-gradient(to right, rgb(237, 50, 55), #09b7f3a3);
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.feature.feature-right {
    text-align: right;
}


.feature.feature-left {
    text-align: left;
}
.features .overlay-features .feature {
    background-color: #fff;
    padding: 30px 20px;
    margin: 25px 0 0;
    border-radius: 2px;
}

.features .overlay-features .feature.feature-right .icon-feature {
    float: right;
}
.features .overlay-features .feature.feature-left .icon-feature {
    float: left;
}

.features .overlay-features .feature .icon-feature {
    width: 70px;
    height: 55px;
    text-align: center;
    border: 1px solid #ed3237;
    position: relative;
}

.features .overlay-features .feature .icon-feature:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.features .overlay-features .feature .icon-feature:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.features .overlay-features .feature .icon-feature:before,
.features .overlay-features .feature .icon-feature:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.features .overlay-features .feature:hover .icon-feature:before,
.features .overlay-features .feature:hover .icon-feature:after {
    width: 0;
}

.features .overlay-features .feature .icon-feature i {
    font-size: 35px;
    text-align: center;
    color: #ed3237;
    line-height: 55px;
}

.features .overlay-features .feature .info-feature h3 {
    margin-top: 12px;
    color: #ed3237;
    font-size: 25px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
	margin-left:5px;
}

.features .overlay-features .feature .info-feature h3:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    background: linear-gradient(to right, #ed3237, #3f5efb);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.features .overlay-features .feature:hover .info-feature h3:before {
    width: 70%;
}

.features .overlay-features .feature .info-feature p {
    font-size: 15px;
    margin-top: 12px;
    color: #111;
    margin-bottom: 0;
}

.features .overlay-features .image-iphone {
    text-align: center;
    margin-top: 0px;
}

.features .overlay-features .image-iphone:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/***********************************
End Features
***********************************/




  
    

@media(max-width:400px){ 
    
    /*=================================
    Start Heading Section  
    =================================*/
    
    .heading-section span,
    .heading-section h2{
        font-size: 40px;
    }
    
    .heading-section:hover .border-heading {
        width: 230px;
    }
    
    .heading-section p {
        width: 95%;
    }
    
    /*=================================
    Start Heading Section   
    =================================*/
    
    
    
    /*=================================
    Start Portfolio 
    =================================*/
    
    .portfolio .image-portfolio {
        width: 100% !important;
        height: 300px !important;
    }
    
    /*=================================
    End Portfolio 
    =================================*/
    
    
    
    /*=================================
    Start Features
    =================================*/
    
    .features .overlay-features .image-iphone img {
        width: 246px;
    }
    
    /*=================================
    End Features
    =================================*/
    
    
    
    /*=================================
    Start Team
    =================================*/
    
    .team .personal .social-personal {
        top: 5px;
    }
    
    .team .personal .social-personal .icon-social {
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
    }
    
    .team .personal .social-personal .icon-social i {
        line-height: 40px;
    }
    
    
    .blog .article .info-article h4 {
        font-size: 13px;
    }
    /*=================================
    End Team
    =================================*/
    
    
    
}


@media(max-width:590px){ 
    
    /*=================================
    Start Parallax 
    =================================*/
    
    .parallax .buttons-intro {
        top: 72% !important;
    }
    
    /*=================================
    End Parallax 
    =================================*/
    
    
    
    /*=================================
    Start Services  
    =================================*/
    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    /*=================================
    End Services 
    =================================*/
    
    
    
    
    
    /*=================================
    Start Testimonials
    =================================*/
    
    .testimonials .heading-section h2,
    .testimonials .heading-section span {
        font-size: 29px;
    }
    
    .testimonials .heading-section span,
    .contact .heading-section span {
        top: -23px;
    }
    
    .testimonials .heading-section:hover span,
    .contact .heading-section:hover span {
        top: -15px;
    }
    
    /*=================================
    End Testimonials
    =================================*/
    
    
    
    /*=================================
    Start Contact
    =================================*/
    
    .contact .subscribe .overlay-subscribe form input[type="email"],
    .contact .subscribe .overlay-subscribe form input[type="submit"] {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    
    .contact .subscribe .overlay-subscribe form input[type="email"] {
        border-radius: 20px 0 0 0;
    }
    
    .contact .subscribe .overlay-subscribe form input[type="submit"] {
        border-radius: 0 0 20px 0;
    }
    
    /*=================================
    End Contact
    =================================*/

    
}

@media(max-width:767px){


    /*=================================
    Start Parallax 
    =================================*/
    
    .parallax {
        height: 700px;
    }
    
    .parallax .header {
        overflow: auto;
    }
    
    .parallax .header .logo {
        margin-top: 16px;
    }
    
    .parallax .header .logo img {
        width: 160px;
    }

    .parallax .header .navbar-default {
        float: none;
    }
    
    .parallax .header .navbar-toggle {
        margin-right: 0;
        border-radius: 0;
        border-color: #f15f79;
        right: 10px;
        margin: 24px 0;
    }
    
    .parallax .header .navbar-default .navbar-toggle:focus,
    .parallax .header .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    
    .parallax .header .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    
    .parallax .header .navbar-collapse {
        border: 0;
        box-shadow: 0 0 0 0;
    }
    
    .navbar-nav {
        width: 100%;
        padding-top: 10px;
        margin-left: 0;
        margin-right: 0;
        height: 400px;
    }
    
    .navbar-nav .active a {
        padding-left: 15px;
    }
    
    .parallax .header .navbar-default .navbar-nav>li>a {
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding: 15px 10px;
    }
    
    .parallax .header .navbar-default .navbar-nav>li>a:hover {
        padding-left: 25px;
    }
    
    .parallax .slider {
        top: 22%;
        width: 90%;
    }
    
    .parallax .slider .border-top-slider {
        top: -30px;
    }
    
    .parallax .slider .border-bottom-slider {
        top: 25px;
    }
    
    .parallax .slider h1{
	    font-size: 38px;
        line-height: 60px;
    }

    .parallax .slider h1 span {
        font-size: 38px;
    }
    
    .parallax .slider p {
        letter-spacing: 2px;
        word-spacing: 0;
        font-size: 14px;
        margin-top: 25px;
    }
    
    .parallax .buttons-intro {
        top: 60%;
    }
    
    .parallax .buttons-intro a {
        font-size: 16px;
        display: block;
        width: 200px;
        margin: 0px auto 30px;
    }
    
    .parallax .buttons-intro a:nth-child(1) { 
        left: 0;
    }
    
    .parallax .buttons-intro a:nth-child(2) { 
        left: 0;
    }
    
    .triangle-bottom,
    .triangle-top{
        display: none;
    }
    
    /*=================================
    End Parallax 
    =================================*/
    
    
    
    /*=================================
    Start About
    =================================*/
    
    .heading-section p {
        width: 95%;
    }
    
    .about .info-about {
        margin-bottom: 20px;
    }
    
    /*=================================
    End About
    =================================*/
    
    
    
    /*=================================
    Start Portfolio 
    =================================*/
    
    .portfolio .center-div {
        left: 0;
        top: 0;
    }
    
    .portfolio .top-section {
        top: 0;
    }
    
    .portfolio .image-portfolio {
        margin-bottom: 40px;
        width: 90%;
        height: 400px;
        margin: 0 auto 40px;
    }
    
    /*=================================
    End Portfolio 
    =================================*/
    
    
    
    
    /*=================================
    Start Features
    =================================*/
    
    .features .overlay-features .feature.feature-right .icon-feature {
        float: none;
    }
    
    .feature.feature-right {
        text-align: left;
    }
    
    .features .overlay-features .feature {
        margin: 40px 0;
    }
    
    /*=================================
    End Features
    =================================*/
    
    
    
    
    /*=================================
    Start Pricing
    =================================*/
    
    .pricing .price {
        margin-bottom: 40px;
    }
    
    .pricing .price:hover {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    /*=================================
    End Pricing
    =================================*/
    
    
    
    
    /*=================================
    Start Team
    =================================*/
    
    .team .personal {
        margin-bottom: 40px;
    }
    
	.features .overlay-features {
    background: linear-gradient(to right, rgb(237, 50, 55), #09b7f3a3);
    width: 100%;
    height: 100%;
    padding: 100px 0;
}
.heading-section span {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 10px;
    letter-spacing: 3px;
    z-index: 0;
}
    /*=================================
    End Team
    =================================*/
    
    
    
    
    /*=================================
    Start Blog
    =================================*/
    
    .blog .article {
        margin-bottom: 40px;
    }
    
    /*=================================
    End Blog
    =================================*/
    
    
    
    .services .overlay-services, 
    .features .overlay-features,
    .team .overlay-team,
    .testimonials .overlay-testimonials {
        padding: 80px 0;
    }
    
    .last-child {
        margin-bottom: 0 !important;
    }
}


/* small screen */

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    
    /*=================================
    Start Parallax 
    =================================*/
    
    .parallax .header .logo img {
        width: 130px;
    }
    
    .parallax .header .navbar-default .navbar-nav>li>a {
        font-size: 11px;
    }
    
    .parallax .header .navbar-default .navbar-nav>li>a {
        padding: 26px 5px;
    }
    
    .parallax .slider h1{
	    font-size: 48px;
    }

    .parallax .slider h1 span {
        font-size: 53px;
    }
    
    .parallax .slider p {
        letter-spacing: 2px;
        word-spacing: 0;
    }
    
    /*=================================
    End Parallax 
    =================================*/
    
    
    
    /*=================================
    Start About
    =================================*/
    
    .heading-section p {
        width: 95%;
    }
    
    .about .info-about {
        margin-bottom: 40px;
    }
    
    /*=================================
    End About
    =================================*/
    
    
    
    /*=================================
    Start Services  
    =================================*/
    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    /*=================================
    End Services 
    =================================*/
    
    
    
    /*=================================
    Start Portfolio 
    =================================*/
    
    .portfolio .center-div {
        left: 0;
        top: 0;
    }
    
    .portfolio .top-section {
        top: 0;
    }
    
    .hidden-small-screen {
        display: none;
    }
    
    .portfolio .image-portfolio {
        margin-bottom: 40px;
    }
    
    /*=================================
    End Portfolio 
    =================================*/
    
    
    
    /*=================================
    Start Features
    =================================*/
    
    .features .overlay-features .feature.feature-right .icon-feature {
        float: none;
    }
    
    .feature.feature-right {
        text-align: left;
    }
    
    .features .overlay-features .feature {
        margin: 40px 0;
    }
    
    /*=================================
    End Features
    =================================*/
    
    
    
    /*=================================
    Start Pricing
    =================================*/
    
    .pricing .price {
        margin-bottom: 40px;
    }

    /*=================================
    End Pricing
    =================================*/
    
    
    
    
    /*=================================
    Start Team
    =================================*/
    
    .team .personal {
        margin-bottom: 40px;
    }
    
    /*=================================
    End Team
    =================================*/
    
    
    
    
    /*=================================
    Start Blog
    =================================*/
    
    .blog .article {
        margin-bottom: 40px;
    }
    
    /*=================================
    End Blog
    =================================*/
    
    
    .last-child {
        margin-bottom: 0 !important;
    }
    

}

/* medium screen */

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
   /*=================================
    Start Parallax 
    =================================*/
    
    .parallax .header .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    
    .parallax .header .navbar-default .navbar-nav>li>a {
        padding: 34px 8px;
    }
    
    .parallax .slider h1 {
	    font-size: 55px;
    }

    .parallax .slider h1 span {
        font-size: 60px;
    }
    
    /*=================================
    End Parallax 
    =================================*/
    
    
    
    /*=================================
    Start Services  
    =================================*/
    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    /*=================================
    End Services 
    =================================*/
    
    
    
    
    /*=================================
    Start Portfolio 
    =================================*/
    
    .portfolio .center-div {
        left: 121px;
    }
    
    /*=================================
    End Portfolio 
    =================================*/
    
    
    
    /*=================================
    Start Features
    =================================*/
    
    .features .overlay-features .image-iphone {
        margin-top: 47px;
    }
    
    .features .overlay-features .image-iphone img {
        width: 300px;
    }
    
    /*=================================
    End Features
    =================================*/
    
    
    
    /*=================================
    Start Team
    =================================*/
    
    .team .personal .social-personal {
        top: 10px;
    }
    
    .team .personal .social-personal .icon-social {
        margin-bottom: 15px;
    }
    
    /*=================================
    End Team
    =================================*/
    
}

/* large screen */

@media(min-width:1200px)
{
    
    
}
