/* General Blueprint Style */

@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
}


/* Made with http://icomoon.io/ */


/* Resets */

*,
*:after,
*:before {
	box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	margin: 0;
	color: #cecece;
	background: #F9F8F8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #5c5edc;
	outline: none;
}

a:hover {
	color: #fff;
}


/* Blueprint header */

.bp-header {
	padding: 6em 10vw 2em;
}

.bp-header__title {
	font-size: 2.125em;
	font-weight: 700;
	line-height: 0.3;
	margin: 0;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #FDD444;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

.bp-header__desc {
	font-size: 0.95em;
	margin: 0 0 1em;
	padding: 0;
	letter-spacing: 10px;
}
.bp-desc {
	font-size: 0.80em;
	margin:  0  1px 1em 0;
	padding: 0;
}

.bp-header__present {
	font-size: 0.85em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	padding: 0 0 0.6em 0.1em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #654F01;
}
.bp-header__title_line {
	font-size: 0.75em;
	font-weight: 500;
	position: relative;
	z-index: 101;
	display: block;
	padding: 0 0 0.6em 0.1em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #6E5D23;
}

.bp-tooltip:after {
	font-size: 50%;
	font-size: 75%;
	position: relative;
	top: -8px;
	left: -12px;
	width: 30px;
	height: 30px;
}

.bp-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	left: auto;
	margin-left: 4px;
	padding: 0.8em 1em;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #2D2C27;
	background: #E9E9E9;
}

.bp-nav {
	margin: 0 0 0 -0.75em;
}

.bp-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: left;
	border-radius: 50%;
}

.bp-nav__item > span {
	display: none;
	
}

.bp-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	left: 0;
	width: 600%;
	text-align: left;
	pointer-events: none;
	color: #595a5f;
}

.bp-nav__item:hover {
	background: #5c5edc;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;

	speak: none;
}

.bp-nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-nav a:hover:after {
	color: #fff;
}

.bp-icon--facebook  {
	background-image:url(../images/facebook-logo.png) ;
	background-repeat:no-repeat;
	background-position: center;
}

.bp-icon--linkedin {
	background-image:url(../images/linkedin-logo.png) ;
	background-repeat:no-repeat;
	background-position: center;
}

.bp-icon--google {
	background-image:url(../images/google-plus-logo.png) ;
	background-repeat:no-repeat;
	background-position: center;
}

.bp-icon--twitter {
	background-image:url(../images/twitter-logo-silhouette.png) ;
	background-repeat:no-repeat;
	background-position: center;
}

.bp-icon--instagram:after {
	content: '\I';
}

.imglogo
{
	max-width:90%;
    height:auto;
    margin:0 auto;
	alignment-baseline:text-before-edge;
}
.box {
            border-radius: 3px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            padding: 10px 25px;
            
            display: block;
            margin-top: 60px;
			background-color: #293867;
}
        
.box-icon {
            background-color: #A1BD7F;
            border-radius: 50%;
            display: table;
            height: 100px;
            margin: 0 auto;
            width: 100px;
            margin-top: -61px;
 }
 .box-icon span {
            color: #fff;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
 }
  .box h4 {
            font-size: 26px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .box > p {
            color: #717171;
            font-size: 16px;
            padding-top: 10px;
            text-align: justify;
        }
        
        .box > a {
            background-color: #03a9f4;
            border-radius: 2px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            color: #fff;
            transition: all 0.5s ease 0s;
        }
        
        .box > a:hover {
            background-color: #0288d1;
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
            color: #E52326;
            transition: all 0.5s ease 0s;
        }
 
@media screen and (max-width: 40em) {
	.bp-header {
		padding: 50px 20px 1em;
	}
	.bp-header__title {
		font-size: 1.1em;
	}
	.imglogo{
     max-width:100% !important;
    max-height:100% !important;
    display:block;
}
	 
}

/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4,h1 {
    font-size: 95%;
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4,h1 {
    font-size: 90%;
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}
	.title-arch {
		text-align: center;
		margin: 50px 0;
		font-size: 22px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
.project {
	width: 100%;
	height: 500px;
	background-image: url(../ChildWellfarePromotion/../ChildWellfarePromotion/ybIMG_2285f.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 !important;
	float:left;
}

.project-2 {
	background-image: url(../ChildWellfarePromotion/IMG-20160714-WA0018.jpg);
}

.project-3 {
	background-image: url(../ChildWellfarePromotion/IMG-20170427-WA0020.jpg);
}

.project-4 {
	background-image: url(../ChildWellfarePromotion/IMG-20160802-WA0027.jpg);
}

.project-hover {
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(186, 232, 2, 0.7);
	padding: 40% 30px !important;
}

.project-hover hr {
	height: 30px;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 1);
	border: 0;
}

.project-hover a {
	color: rgba(255, 255, 255, 1);
	padding: 2px 22px;
	line-height: 40px;
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
	border-color: rgba(51, 51, 51, 1);
	color: rgba(51, 51, 51, 1);
	background-color: #FFF;
}

.project:hover .project-hover {
	opacity: 1;
}

.project:hover .project-hover hr {
	width: 100%;
	height: 5px;
}
.wrapper {
    text-align:center;
    font-size:20px;
    color:#fff;
    position:relative;
}

/*.line {
    width:1px;
    height:100px;
    color:#000;
    background:#000;
    margin-left:250px;
    animation: line 5s  ease-in-out 2s infinite;
}*/

.circle-2 {
    width: 1px;
    height: 200px;
    background: red;
    position:absolute;
    top:0;
    left:250px;
}

.circle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: red;
    position: relative;
    animation: mymove 5s  ease-in-out 2s infinite;
    position:absolute;
    top:100px;
    left:200px;
}


/* Chrome, Safari, Opera */
@keyframes line {
    0% { height:100px}
    50% { height:200px}
    100% { height:100px}
}

@keyframes mymove {
    0% { top:100px}
    50% { top:200px}
    100% { top:100px}
}

.WebsiteCircle-2 {
    width: 1px;
    height: 200px;
    background: #2A3F08;
    position:absolute;
    top:0;
    left:350px;
}

.WebsiteCircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #2A3F08;
    position: relative;
    animation: mymove 6s  ease-in-out 3s infinite;
    position:absolute;
    top:100px;
    left:300px;
}

.androidcircle-2 {
    width: 1px;
    height: 200px;
    background: #7BC878;
    position:absolute;
    top:0;
    left:450px;
}

.androidCircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #7BC878;
    position: relative;
    animation: mymove 8s  ease-in-out 4s infinite;
    position:absolute;
    top:100px;
    left:400px;
}

.softwarecircle-2 {
    width: 1px;
    height: 200px;
    background: #13539F;
    position:absolute;
    top:0;
    left:550px;
}

.softwarecircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #13539F;
    position: relative;
    animation: mymove 8s  ease-in-out 2s infinite;
    position:absolute;
    top:100px;
    left:500px;
}

.emailcircle-2 {
    width: 1px;
    height: 200px;
    background: #11239F;
    position:absolute;
    top:0;
    left:650px;
}

.emailcircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #11239F;
    position: relative;
    animation: mymove 6s  ease-in-out 5s infinite;
    position:absolute;
    top:100px;
    left:600px;
}

.notificationcircle-2 {
    width: 1px;
    height: 200px;
    background: #6C0808;
    position:absolute;
    top:0;
    left:750px;
}

.notificationcircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #6C0808;
    position: relative;
    animation: mymove 7s  ease-in-out 2s infinite;
    position:absolute;
    top:100px;
    left:700px;
}

.seocircle-2 {
    width: 1px;
    height: 200px;
    background: #FFA500;
    position:absolute;
    top:0;
    left:850px;
}

.seocircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #FFA500;
    position: relative;
    animation: mymove 4s  ease-in-out 5s infinite;
    position:absolute;
    top:100px;
    left:800px;
}

.ecommcircle-2 {
    width: 1px;
    height: 200px;
    background: #824F9C;
    position:absolute;
    top:0;
    left:950px;
}

.ecommcircle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    background: #824F9C;
    position: relative;
    animation: mymove 5s  ease-in-out 5s infinite;
    position:absolute;
    top:100px;
    left:900px;
}