/*
  @Author  : Fractalink Design Studio
  @Project : DIF Website
  @Dev     : Irfan Khan
  @Date    : 24th DEC 2015;
*/


/*-------------------------------------------------------------------------------------------*/

a,a:hover{text-decoration:none}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{background:#fff;font-family:Arial,sans-serif;font-size:12px;margin:0 auto;color:#444}ul{list-style:none;margin:0;padding:0}a{color:#8b8b8b}a:hover{color:#6a6a6a}h1,h2,h3,h4,h5,h6{font-weight:400}.hidden{display:none}

/* Base Style */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0 auto;
    color: #242424;
    font-weight: 300;
}

p {
    font-size: 14px;
    line-height: 18px;
}

.main-wrapper {
    height: 100%;
    position: fixed;
    width: 100%;
}

.header-wrapper {
    height: 112px;
    left: 50%;
    margin-left: -73px;
    margin-top: -210px;
    position: fixed;
    top: 50%;
    width: 156px;
    z-index: 1;
}

.footer-wrapper {
    position: fixed;
    right: 60px;
    bottom: 48px;
    width: 150px;
    z-index: 10;
}

.section-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}


/* Common Style */

.action-btn {
    font-size: 16px;
    display: inline-block;
    background: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 800;
}


/* Side Nav */

.side-nav {
    position: absolute;
    right: 20px;
    top: 40%;
    z-index: 5;
}

.side-nav li {
    height: 12px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    width: 12px;
}

.side-nav li a {
    background: #dfdfdf none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    height: 7px;
    width: 7px;
}

.side-nav li.active a,
.side-nav li:hover a {
    background: #1bbcb3 none repeat scroll 0 0;
    height: 10px;
    margin-left: -1px;
    width: 10px;
}


/*-------------------------------------------------------------------------------------------*/


/* Header Style */

.header-wrapper .logo {
    width: 100%;
}

.header-wrapper .logo img {
    width: 100%;
}

.header-wrapper.no-intial {
    left: 50px;
    top: 22px;
    width: 116px;
    margin-left: 0;
    margin-top: 0;
}


/*-------------------------------------------------------------------------------------------*/


/* Footer Style */

.social-connect {
    float: right;
}

.social-connect li {
    float: left;
}

.social-connect li a {
    width: 40px;
    height: 40px;
    margin-left: -8px;
    float: left;
    display: block;
    text-indent: -99999px;
    background: transparent url("../images/spirte.png") no-repeat scroll 0 0;
}

.social-connect li a.instagram {
    background-position: 0 -495px;
}

.social-connect li a.twitter {
    background-position: 0 -441px;
}

.social-connect li a.facebook {
    background-position: 0 -551px;
}


/*-------------------------------------------------------------------------------------------*/


/* Banner Style */

.banner-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 646px;
    margin-left: -323px;
    text-align: center;
    height: 284px;
    margin-top: -42px;
}

.banner-cont h1 {
    color: #1bbcb3;
    font-size: 48px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-cont .desc-cont {
    width: 560px;
    margin: 0px auto;
}

.section-wrapper .banner-cont .desc-cont p {
    line-height: 28px;
    color: #ffffff;
}

.banner-cont .action-btn {
    margin-top: 60px;
    -webkit-transition: all ease 0.4s 0s;
    -moz-transition: all ease 0.4s 0s;
    transition: all ease 0.4s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.banner-cont .action-btn:hover {
    color: #1bbcb3;
    border-color: #1bbcb3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}


/*-------------------------------------------------------------------------------------------*/


/* Section Style */

.section-wrapper .visual-wrap,
.section-wrapper .info-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
}

.section-wrapper .visual-wrap {
    left: 0;
    right: 50%;
    background-size: cover;
    background-position: center center;
}

.section-wrapper .info-wrap {
    left: 50%;
    right: 0;
    padding: 60px 100px 60px 60px;
    text-align: left;
}

.section-wrapper .category-title {
    font-size: 11px;
    line-height: 12px;
    color: #9e9e9e;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 600;
    letter-spacing: 5px;
}

.section-wrapper .project-title {
    font-size: 32px;
    line-height: 32px;
    color: #1bbcb3;
    text-transform: capitalize;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.section-wrapper .desc-cont p {
    line-height: 26px;
    color: #494949;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
}


/*-------------------------------------------------------------------------------------------*/


/* Contact Style */

.contact-wrapper {
    background: #119c94;
}

.contact-cont {
    left: 50%;
    margin-left: -430px;
    margin-top: -206px;
    position: absolute;
    top: 50%;
    width: 860px;
}

.section-wrapper .contact-cont .visual-wrap,
.section-wrapper .contact-cont .info-wrap {
    float: left;
    width: 50%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
}

.section-wrapper .contact-cont .info-wrap {
    padding: 0 84px 0 0;
}

.section-wrapper .contact-cont .form-wrap {
    float: right;
}

.contact-cont .info-wrap {
    color: #ffffff;
    text-align: left;
}

.contact-cont .info-wrap h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-cont .desc-cont {
    margin-bottom: 36px;
}

.contact-cont .desc-cont p {
    color: #ffffff;
    margin-bottom: 18px;
}

.contact-cont .social-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
}

.contact-cont .social-connect {
    float: left;
}

.contact-cont .social-connect ul {
    margin-left: 16px;
}

.contact-cont .social-connect li a {
    width: 70px;
    height: 65px;
    display: block;
    background: url("../images/spirte.png") no-repeat 0 0 transparent;
    margin-left: -16px;
}

.contact-cont .social-connect li a.instagram {
    background-position: 0 -93px;
}

.contact-cont .social-connect li a.twitter {
    background-position: 0 0;
}

.contact-cont .social-connect li a.facebook {
    background-position: 0 -187px;
}

.contact-cont .form-wrap {
    width: 400px;
    text-align: center;
}

.contact-cont .form-wrap li {
    display: block;
    margin-bottom: 6px;
}

.contact-cont .form-wrap li input[type="text"],
.contact-cont .form-wrap li input[type="email"] {
    border: 1px solid #c2c2c2;
    background: #ffffff;
    font-size: 15px;
    color: #9d9d9d;
    height: 46px;
    padding: 14px 16px;
    width: 100%;
}

.contact-cont .form-wrap li textarea {
    resize: none;
    border: 1px solid #c2c2c2;
    background: #ffffff;
    font-size: 15px;
    color: #9d9d9d;
    padding: 14px 16px;
    width: 100%;
}

.contact-cont .form-wrap li input[type="text"].error,
.contact-cont .form-wrap li input[type="email"].error,
.contact-cont .form-wrap li textarea.error
{
   border: 1px solid red;
}

.contact-cont .form-wrap li input[type="submit"] {
    text-align: center;
    margin-top: 14px;
    cursor:pointer;
}


.error-cont {
    background: red none repeat scroll 0 0;
    padding: 10px;
    color: #ffffff;
    display:none;
    margin-bottom:10px;
}

.msgShowing div
{
   color: #fff;
    font-weight: bold; 
}
 

.copyright {
    padding: 14px 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #73bab5;
    color: #73bab5;
    font-size: 11px;
}

.copyright p {
    font-size: 12px;
}

@media screen and (max-width:960px) {
    .main-wrapper {
        position: relative;
        height: auto;
    }
    .section-wrapper {
        position: relative;
        height: auto;
    }
    .banner-wrapper {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        min-height:475px;
    }

    .header-wrapper {
    background: transparent none repeat scroll 0 0;
    height: 112px;
    left: 50%;
    margin-top: auto;
    position: absolute;
    top: 50px;
    width: 156px;
    z-index: 1;
}
    .section-wrapper .visual-wrap,
    .section-wrapper .info-wrap {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .section-wrapper .visual-wrap,
    .section-wrapper .info-wrap {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .section-wrapper .visual-wrap {
        height: 320px;
    }
    .section-wrapper .info-wrap {
        padding: 40px 25px;
    }
    .contact-cont {
        left: auto;
        margin-left: auto;
        margin-top: auto;
        position: relative;
        top: auto;
        width: 100%;
        overflow: hidden;
    }
    .section-wrapper .contact-cont .info-wrap {
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
    }
    .section-wrapper .contact-cont .form-wrap {
        margin: 20px auto 0;
        overflow: hidden;
        padding: 20px;
        text-align: center;
        width: 100%;
    }
    .copyright {
        position: relative;
    }
    .section-wrapper .banner-cont .desc-cont p {
        color: #ffffff;
        line-height: 20px;
    }
    .section-wrapper .category-title {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 17px;
    }
    .section-wrapper .project-title {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .section-wrapper .desc-cont p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 13px;
    }
    .banner-cont {
        bottom: 14px;
        left: 0;
        margin-left: auto;
        margin-top: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        width: 100%;
    }
    .banner-cont h1 {
        font-size: 23px;
        line-height: 50px;
        text-align: center;
        margin-bottom:0;
    }
    .banner-cont .desc-cont {
        margin: 0 auto;
        width: 90%;
    }
    .section-wrapper .banner-cont .desc-cont p {
        color: #ffffff;
        line-height: 20px;
    }
    .footer-wrapper {
        display: none;
    }
    .banner-cont .action-btn {
        margin-top: 20px;
    }
}
