

body { background: #fff; font-family: 'Roboto', sans-serif; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Poppins', sans-serif; }

button:focus, button:active, button:hover { outline: none; box-shadow: none; }
input:focus, button:focus, select:focus { outline: none !important; box-shadow: none !important; } 


/*.title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}*/

.title {
    font-size: 30px;
    text-transform: uppercase;
    color: #14aa9f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}
.title span {
    color: #066190;
    font-weight: 300;
}


.title2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #292929;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.siteBtn {
    padding: 8px 20px 7px;
    color: #fff;
    background: #57b1b8;
    font-size: 15px;
    border-radius: 25px;
    letter-spacing: .3px;
    font-weight: 300;
    min-width: 150px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
.siteBtn:hover {
    color: #fff;
    text-decoration: none;
}





.mainBanner {
    background-image: url(../images/banner-1.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #57b1b8;
}
.bannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}


.bannerContentInner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}
.bannerContentInner h1 {
    color: #14aa9f;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bannerContentInner h1 span {
    color: #066190;
    font-weight: 300;
}

.bannerContentInner p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.bannerContentInner .siteBtn {
    display: inline-block;
    padding: 10px 20px 10px;
    font-weight: 500;
    font-size: 18px;
    min-width: 200px;
}

/*.bannerContentInner .btnBg {
    display: inline-block;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    border-radius: 30px;
    padding: 2px;
    position: relative;
}
.bannerContentInner .btnBg span {
    background: #fff;
    display: inline-block;
    border-radius: 30px;
}

.bannerContentInner a {
    font-size: 24px;
    text-transform: uppercase;
    background-image: linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-weight: 400;
    padding: 14px 25px 12px;
    border-radius: 30px;
    display: inline-block;
    min-width: 275px;
}*/

.dropArrow {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150px;
    min-width: 35px !important;
    width: 35px;
    padding: 0 8px !important;
    margin: auto;
    cursor: pointer;
}


/*.mainBanner {
    background-image: url(../images/bannerBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.mainBannerContent {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.mainBannerContent h2 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.mainBannerContent p {
    font-size: 23px;
}
.mainBannerContent p i {
    margin-right: 10px;
}

.bannerBtn {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

.bannerBtn a {
    display: inline-block;
    padding: 15px 20px;
    background: #0067b1;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
    vertical-align: middle;
}
.bannerBtn a {
    text-decoration: none;
}

.bannerBtn .paly {
    padding: 7px 20px;
    line-height: 2.3em;
}
.bannerBtn .paly span { 
    vertical-align: middle; 
}
.bannerBtn .paly i {
    position: relative;
    font-size: 45px;
    vertical-align: middle;
    margin-left: 5px;
}
.bannerBtn .paly img {
    display: inline-block;
}*/








/* Repture code start */


.serviceSection { padding: 95px 0 45px; }

.serviceBox {
    text-align: center;
    margin-bottom: 50px;
}
.serviceImg {
    margin-bottom: 25px;
}

.serviceImg img {
    width: 85px;
}


.serviceBox h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;

}
.serviceBox p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}
.serviceBox a {
    font-size: 13px;
    color: #39769d;
}





.indexAbout { overflow: hidden; }
.indexAbout .container-fluid { padding: 0; }
.indexAboutText { padding-right: 0; }
.aboutContent {
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    color: #fff;
    padding: 60px 75px 55px 85px;
}
.aboutContent .title {
    color: #fff; 
    text-align: left; 
    margin-bottom: 15px;
}
.aboutContent .title span { 
    color: #fff; 
}
.aboutContent .aboutText p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.7em;
}
.aboutContent .aboutText p:first-child {
    margin-bottom: 20px;
}
.aboutContent .siteBtn { 
    margin-top: 20px; 
}

.indexAboutImg {
    padding-left: 0;
}
.aboutImg { 
    height: 100%;
    position: relative;
    background: #14aa9f;
}
.aboutImg:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 92%;
    border: 8px solid rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.aboutImg img { 
    width: 100%; 
    height: 100%; 
}
.aboutContent .siteBtn {
    margin-top: 20px;
}

/* Repture code end */



























.aboutSection {
    padding: 60px 0;
    /*height: 750px;*/
    background-image: url(../images/aboutBG.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.aboutInner p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.8em;
    text-align: center;
    padding: 0 50px;
}

.aboutBtnBox {
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

.aboutBtnInner {
    display: inline-block;
}

.aboutBtnInner .btnPrv, .aboutBtnInner .btnMain, .aboutBtnInner .btnNext {
    background: #782021;
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.aboutBtnInner .btnPrv:hover, .aboutBtnInner .btnMain:hover, .aboutBtnInner .btnNext:hover {
    text-decoration: none;
}
.aboutBtnInner .btnPrv, .aboutBtnInner .btnNext {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 23px;
    border-radius: 50%;
}

.aboutBtnInner .btnMain {
    height: 50px;
    line-height: 43px;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 20px;
    margin: 0 13px;
}



.servicesSection {
    padding: 75px 0 0;
}
.servicesBox {
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0,0,0,0.14);
    margin: 0 8px;
}
.servicesImg {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.servicesImg img {
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}
.servicesImg .serviceHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 103, 177, 0.5);
    display: none;
    transition: all .5s ease-in-out;
}
.servicesBox:hover .servicesImg .serviceHover { display: block; transition: all .5s ease-in-out; }
.servicesBox:hover .servicesImg img {
    transform: scale(1.06) rotate(1deg);
    transition: all .5s ease-in-out;
}

.servicesNm {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 15px 10px 12px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}






.howItWorkSection {
    padding: 10px 0 50px;
}
.howItWorkInner .title {
    color: #255a86;
}
.howItWorkBox {
    margin-top: 50px;
    position: relative;
    text-align: center;
}
.howItWorkIconBox {
    width: 200px;
    height: 200px;
    border: 6px solid #000;
    border-radius: 50%;
    margin: 0 auto 45px;
    position: relative;
}
.howItWorkIconBox .arrow {
    position: absolute;
    right: -90px;
    top: 48%;
}

.howItWorkIcon {
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #2b6597;
    text-align: center;
    line-height: 200px;
    position: relative;
}
.howItWorkIcon span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 3px solid #fff;
    background: #0c243c;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}

.howItWorkBox p {
    color: #1c1c1c;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.howItWorkBox h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}






.otherServicesSection {
    background-image: url(../images/servicesBG.png);
    background-size: cover;
    padding: 75px 0 85px;
}
.otherServicesSection .title, .otherServicesSection .title2 { 
    color: #fff; 
}
.otherServicesBox {
    color: #fff;
    margin-top: 35px;
}
.otherServicesHed {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.otherServicesHed span {
    display: inline-block;
    vertical-align: middle;
}
.otherServicesHed .dot {
    border: 1px solid #2cc7f4;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    position: relative;
}
.otherServicesHed .dot:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

.otherServicesContent {
    border: 2px solid #2cc7f4;
    border-radius: 5px;
    padding: 25px 15px 25px 45px;
    background: rgba(0, 174, 239, 0.3);
}

.otherServicesContent p {
    font-size: 16px;
}
.otherServicesContent p:last-child {
    margin-bottom: 0;
}









.gallerySection {
    padding: 80px 0;
    background-size: cover;
    background-color: #f2f2f2;
}
/*.gallerySection .title { 
    font-weight: 600; 
    font-size: 40px; 
    text-align: center; 
    margin-bottom: 35px; 
}*/
.galleryImgMainBox {
    padding: 0 75px;
}
.galleryImgBox {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.galleryImg {
    position: relative;
    margin: 15px 0;
    border: 4px solid #fff;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.galleryImg img { 
    width: 100%; 
    height: auto; 
}
.galleryImgHover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
    cursor: pointer;
}
.galleryImgHover a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0067b1;
    line-height: 45px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    position: absolute;
    font-size: 18px;
}
.galleryImg:hover { 
    border-color: #0067b1; 
    transition: .4s; 
}
.galleryImg:hover .galleryImgHover {
    opacity: 1;
    transition: .4s;
}



.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  cursor:zoom-out;
}
.lightbox img {
    max-width: 90%;
    max-height: 100%;
    margin-top: 10%;
    cursor: zoom-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translate(0, -50%);
}
.lightbox:target {
  outline: none;
  display: block;
} 










.contactReqSection {
    background-color: #066190;
    background-image: url(../images/contactBG.png);
    padding: 60px 0;
}


.contactReqHeadBG {  }
.contactReqHeadBG img { width: 100%; }

.contactReqForm {
    max-width: 775px;
    margin: 0 auto;
}
.contactReqForm .title2 { 
    color: #fff; 
    text-align: right;
    padding-right: 100px;
}
.contactReqForm .title {
    color: #fff;
    text-align: right;
    padding-right: 100px;
    margin-bottom: 85px;
}

.contactReqForm .form-control {
    height: 54px;
    font-size: 15px;
    border-radius: 0;
    padding-left: 55px;
    border: none;
    outline: none;
}
.contactReqForm .form-control:focus { outline: none; border: none; }



.contactReqForm .form-group {
    position: relative;
}
.contactReqForm .form-group span {
    width: 45px;
    height: 100%;
    line-height: 58px;
    background: #ebebeb;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #636363;
}

.contactReqForm textarea.form-control {
    height: 100px;
    resize: none;
}


.contactReqBtn { 
    text-align: center; 
    margin-top: 25px;
}

.contactReqBtn a {
    text-align: center;
    font-size: 20px;
    height: 54px;
    background: #fff;
    display: inline-block;
    width: 225px;
    line-height: 54px;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
}
.contactReqBtn a:hover {
    text-decoration: none;
}



.testimonialSection {
    padding: 75px 0;
}

.testimonialSection .title {
    color: #255a86;
}
.testimonialSection .title2 {
    color: #255a86;
}


.testimonialInner {
    margin-top: 45px;
}

.testimonialBox {
    background: #255a86;
    padding: 30px;
    color: #fff;
    margin: 65px 10px 0;
}
.testimonialImg {
    text-align: center;
    margin-top: -84px;
}
.testimonialImg img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    display: inline-block !important;
}

.quotesIcon {
    text-align: center;
    position: relative;
    padding: 10px 0;
    margin: 25px 0 20px;
}
.quotesIcon img {
    position: relative;
    z-index: 1;
    background: #255a86;
    padding: 0px 20px;
    width: auto !important;
    display: inline-block !important;
}
.quotesIcon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #366c9a;
    left: 0;
    top: 22px;
}
.testimonialBox p {
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 35px;
}
.testimonialBox h4 {
    font-size: 20px;
    color: #8fb1d1;
    margin-bottom: 15px;
}



.testimonialInner .owl-nav { display: block !important; }
.testimonialInner .owl-prev, .testimonialInner .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0 !important;
}
.testimonialInner .owl-prev {
    left: -50px;
    background-image: url(../images/prv_arrow.png) !important;
    width: 46px;
    height: 48px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}
.testimonialInner .owl-next {
    right: -50px;
    background-image: url(../images/next_arrow.png) !important;
    width: 50px;
    height: 40px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}
.testimonialInner .owl-prev:hover, .testimonialInner .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}












.indexBlogMainSection {
    padding: 65px 0 50px;
}

.indexBlogSection {

}
.indexBlogSection .title {
    text-align: left;
    margin-bottom: 30px;
}

.blogBox {
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 25px;
}
.blogImg { 
    display: inline-block; 
    vertical-align: top; 
    position: relative;
}
.blogImg img {
    width: 215px;
}
.blogImg .blogDate {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(87, 177, 184, 0.85);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.blogContent {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    padding: 20px;
}
.blogContent h2 {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.blogContent p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blogFoot {
    position: relative;
    bottom: -5px;
}
.blogFoot span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.blogFoot a {
    float: right;
    color: #14aa9f;
    font-size: 16px;
}





.ourPlumberSection {
    padding-left: 25px;
}
.ourPlumberSection .title {
    text-align: left;
    margin-bottom: 30px;
}

.ourPlumberInner {
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
    padding: 35px;
    position: relative;
}

.ourPlumberBox {
    text-align: center;
}
.ourPlumberBox img {
    width: 175px !important;
    height: 175px;
    border-radius: 50%;
    display: inline-block !important;
}
.ourPlumberBox p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    margin: 30px 0 25px;
}



.ourPlumberInner .owl-prev {
    /*left: -50px;*/
    background-image: url(../images/plumberPrev.png) !important;
    width: 46px;
    height: 48px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
}
.ourPlumberInner .owl-next {
    /*right: -50px;*/
    background-image: url(../images/plumberNext.png) !important;
    width: 50px;
    height: 40px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
}

.ourPlumberInner .owl-prev:hover, .ourPlumberInner .owl-next:hover {
    background-color: transparent !important;
}







.call24x7Section {
    background-image: url(../images/call24x7BG.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.call24x7Box {  }


.call24x7Img { 
    display: inline-block;
    vertical-align: bottom;
}
.call24x7Content {
    display: inline-block;
    width: 68%;
    vertical-align: bottom;
    padding: 0 0 45px 18px;
}

.call24x7Content h2 {
    font-size: 50px;
    color: #2f2f30;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}
.call24x7Content h2:after {
    content: "";
    height: 1px;
    background: #2f2f30;
    width: 175px;
    position: absolute;
    bottom: 0;
}

.call24x7Content p {
    font-size: 18px;
    color: #424242;
    line-height: 1.5em;
    margin-bottom: 50px;
    font-weight: 400;
}


.call24x7Foot {  }
.call24x7Foot span {
    color: #2f2f30;
    font-size: 32px;
    font-weight: 400;
}

.call24x7Foot span b {
    color: #0c0c0c;
    font-size: 35px;
    font-weight: 500;
}
.call24x7Foot a {
    min-width: 250px;
    border-radius: 30px;
    background: #14aa9f;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 11px 15px;
    font-size: 20px;
    float: right;
}
.call24x7Foot a:hover {
    text-decoration: none;
}







/* --- bottom footer --- */
footer { background: #00395e; padding: 0 0 25px; color: #fff; }
.footer-logoSec {  }
.footer-logo {   }
.footer-logo img {
    width: auto;
    height: 48px;
}
.footer-logoSec p {
    padding: 25px 0 0;
    font-size: 16px;
}
.footSocialLink { padding: 25px 0 10px; }
.footSocialLink a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

/*.footer-socialLink span { margin-right: 15px; }
.footer-socialLink span i { font-size: 20px; color: #fff; }*/


.copyRight { font-size: 12px; padding: 10px 0 0; }
.footerHed {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}
.footerHed:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footerLink { padding: 0; margin: 0;  }
.footerLink li { list-style: none; margin-bottom: 5px; padding: 0; }
.footerLink li a { color: #fff; font-size: 14px; }
.footerLink li a:hover { text-decoration: none; color: #2cc7f4; }
.contact-list { padding: 0; margin: 0; }
.contact-list li { list-style: none; margin-bottom: 10px; padding: 0; font-size: 20px; position: relative; word-break: break-all; padding-left: 30px; }
.contact-list li a { text-decoration: none; color: #fff; word-break: break-all; }

.contact-list li i, .contact-list li a i { position: absolute; left: 0; top: 6px; }

.bottomFoot {
    background: #00395e;
    padding: 30px 0;
    font-size: 15px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.leftFootText { text-align: left; }
.rightFootText { text-align: right; }

/* ====== Footer Section end ====== */







#home-news{ text-align:center; text-transform:uppercase; color:#464646; height: 45px; line-height: 45px; overflow:hidden; position:relative; } 
.home_header { position:absolute; width:100%; z-index:99; color:#000; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } 
.home_header_on { z-index:100; }
.home_header strong { color: white; }
.home_header span, .home_header strong { position:relative; top:-50px; }
.home_header_on *:nth-child(1) { top: 0; -webkit-transition: top .6s ease-in-out; -moz-transition: top .6s ease-in-out; transition: top .6s ease-in-out; }
.home_header_on *:nth-child(2) { top: 0; -webkit-transition: top .6s ease-in-out .15s; -moz-transition: top .6s ease-in-out .15s; transition: top .6s ease-in-out .15s; }
.home_header_on *:nth-child(3) { top: 0; -webkit-transition: top .6s ease-in-out .3s; -moz-transition: top .6s ease-in-out .3s; transition: top .6s ease-in-out .3s; }
.home_header_out *:nth-child(1) { top: 50px; -webkit-transition: top .6s ease-in-out; -webkit-transition: top .6s ease-in-out; -moz-transition: top .6s ease-in-out; }
.home_header_out *:nth-child(2) { top: 50px; -webkit-transition: top .6s ease-in-out .15s; -moz-transition: top .6s ease-in-out .15s; transition: top .6s ease-in-out .15s; }
.home_header_out *:nth-child(3) { top: 50px; -webkit-transition: top .6s ease-in-out .3s; -moz-transition: top .6s ease-in-out .3s; transition: top .6s ease-in-out .3s; }









