body a:hover{
	text-decoration:none;
}

/*--contact-starts--*/
.contact-top{
	text-align:center;
}
.map-bottom {
    margin-bottom: 5em;
}
.map{
	margin-top:4%;
}
.map iframe{
	width:100%;
	height:300px;
}
.adrs-left span{
	color:#182b45;
	font-size:2.2em;
	display:inline-block;
	vertical-align:middle;
}
.adrs-left p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #6b0f24;
    margin: 0 0 0 10px;
}
.adrs-left p a{
	color:#6b0f24;
}
.adrs-left p a:hover{
	color:#182b45;
}
.contact-bottom{
	margin-top:4%;
}
.contact-bottom input[type="text"] {
    width: 49.38%;
    font-size:18px;
    margin: 0px;
    color: #999;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BEBEBE;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 8px;
}
.contact-bottom textarea {
    font-size:18px;
    width: 100%;
    color: #999;
    resize: none;
    background: none;
    height: 12.7em;
    padding: 15px;
    outline: none;
    border: 1px solid #BEBEBE;
    margin-top: 1.4%;
}
.submit-btn input[type=submit] {
    color:#fff;
    padding: 7px 41px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    margin: 20px 0 0 0px;
    border:none;
    background:#6b0f24;
    outline: none;
}
.submit-btn {
    text-align: center;
}
.submit-btn input[type=submit]:hover {
    background: #182b45;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--contact-end--*/
/*-- gallery --*/
.gallery-top {
    padding: 5em 0;
}
.gallery-info {
  text-align: center;
}
.gallery-grid img {
  width: 100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
	margin:2em 0;
}
.gallery-grids-top {
    margin: 5em 0 0 0;
}
/*-- babysisters --*/
.babysisters h5 {
    font-size: 1.4em;
    margin: 0;
    color: #6B0F24;
	font-family: 'Play-Regular';
}
.co-le {
    float: left;
    width: 37%;
}
.co-rg {
    float: right;
    width: 58%;
}
.co-top {
    margin-bottom: 2.7em;
}
.plan-top {
    border: 1px solid #182b45;
    padding: 2em;
    text-align: center;
    margin: 0 0 2em;
}
.plan-top:hover {
    border:1px solid #6B0F24;
}
.relation {
    margin-bottom: 1.5em;
}
/*-- services --*/
.services-grid h4{
  font-size: 1.5em;
  color: #fff;
  text-transform: capitalize;
  margin:0;
  font-family: 'Play-Regular';
}
.services-info {
  background:#182b45;
    padding: 1em 1em;
}
.services-info:hover {
   background: #6b0f24;
    padding: 1em 1em;
}
.services-grid {
    margin-bottom: 3em;
}
.services-section {
    text-align: center;
}
/*-- services --*/
/*-- single --*/
.artical-links ul {
    padding: 1.5em 0;
    border: 1px dashed #4E629C;
    border-left: none;
    border-right: none;
}
.artical-links ul li {
    display: inline-block;
    padding-left: 4em;
    color: #6b0f24;
    font-size: 1em;
}
.artical-links ul li:nth-child(1) {
    padding-left: .5em;
}
.artical-links ul li i {
    vertical-align: inherit;
    margin-right: .8em;
}
.artical-links ul li a{
	color:#6b0f24;
}
.artical-links ul li a:hover{
	text-decoration:underline;
	color:#182b45;
}
.artical-content h4{
	color: #6b0f24;
    text-align: left;
    text-transform: capitalize;
    font-size: 2em;
	font-family: 'Play-Regular';
    margin: 0 0 1em;
}
.artical-content p {
	color: #999;
	font-size: 1em;
	line-height: 1.8em;
	margin:2em 0;
}
/*---comment-box----*/
.table-form{
	margin: 2em 0 0;
}
.table-form input[type="text"],.table-form input[type="email"],.table-form textarea{
	border:1px solid #E3E3E3;
	outline: none;
	padding: 1em;
	color:#999;
	overflow: hidden;
	display: block;	
	font-size: 1em;
	background:none;
}
.table-form input[type="email"]{
	margin:1em 0;
}
.table-form textarea{
	min-height:220px;
	resize: none;
	margin:1em 0;
}
.table-form input[type="submit"],.table-form textarea,.table-form input[type="text"],.table-form input[type="email"] {
	width:70%;
}
.table-form input[type="submit"] {
	background:#6b0f24;
	color: #fff;
	font-size: 1.2em;
	display: block;
	outline: none;
	border: none;
	padding:0.5em 0;
	text-align:center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.table-form input[type="submit"]:hover{
	background:#182b45;
}
.comment-grid-top h3, .artical-commentbox h3 {
    color: #182b45;
	font-family: 'Play-Regular';
    text-transform: capitalize;
    padding-top: 1.5em;
    margin: 0;
    font-size: 3em;
}
.top-comment-left{
	float: left;
	width: 13%;
}
.top-comment-right{
	float: left;
	width:84%;
	margin-left:1em;
}
.top-comment-right ul{
	padding: 0;
	margin: 0;
}
.top-comment-right ul li {
    display: inline-block;
    color:#6B0F24;
    padding: 0.3em;
    font-size: 1.2em;
}
.top-comment-right ul li a {
    text-decoration: none;
    font-size: 1.1em;
    color: #182b45;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-comment-right ul li a:hover{
	color:#000;
}
.top-comment-right p {
  color:#999;
  font-size: 1em;
  margin: 0;
  line-height: 1.8em;
}
.comments-top-top {
    margin: 2.5em 0 0;
    border: 1px solid #E4E4E4;
    padding: 2em;
    width: 70%;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.comments-top-top:hover{
	 border-color:#4E629C;
}
.blog-top p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
	margin: 1em 0;
}
.artical-content img {
  width: 100%;
}
.artical-links ul li span {
    font-size: 1.2em;
    display: inline-block;
}
.artical-content,.artical-links,.comment-grid-top,.artical-commentbox {
    padding: 0 2em;
}
/*-- //single --*/
/*-- responsive-design --*/
@media (max-width: 1440px){
}
/*-- responsive-design --*/
@media (max-width: 1366px){
}
/*-- responsive-design --*/
@media (min-width: 1200px){
    .email-frm-changes{
        width: 49.38%;
    font-size: 18px!important;
    margin: 0px;
    color: #999;
    background: none;
    padding: 15px 10px!important;
    outline: none;
    border: 1px solid #BEBEBE;

    }
}
/*-- responsive-design --*/
@media (max-width: 1024px){
.head-right p {
    font-size: 1em;
}
.banner-text h3 {
    font-size: 3em;
}
.banner-text {
    margin: 12em auto 0;
}
.banner2 {
    min-height: 515px;
}
.banner1 {
    min-height: 515px;
}
.welcome {
    padding: 3em 0;
}
.welcome h2 {
    font-size: 2.5em;
}
.welcome h5 {
    font-size: 1.3em;
}
.welcome h4 {
    font-size: 1.6em;
}
.services {
    padding: 3em 0;
}
h3.title {
    font-size: 2.5em;
}
.services h4 {
    font-size: 1.3em;
}
.servc-grid {
    margin: 1.49em 0;
}
.events {
    padding: 3em 0;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -6px;
}
/* .footer {
    padding: 3em 0px;
} */
.footer-right input[type="text"] {
    width: 72%;
}
.footer-right form input[type=submit] {
    padding: 9px 25px;
}

.parents h2, .babysisters h2, .contact h2, .gallery h2,.single h2 {
    font-size: 2.3em;
}
.parents h3, .babysisters h3, .contact h3, .gallery h3 {
    font-size: 2.3em;
}
.adrs-left {
	padding:0;
}
.contact-bottom input[type="text"] {
    width: 49.2%;
}
.artical-content, .artical-links, .comment-grid-top, .artical-commentbox {
    padding: 0 1em;
}
.comment-grid-top h3, .artical-commentbox h3 {
    font-size: 2.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 991px){
.header-top {
    padding: 1em 0px;
}
.head-middle h1 a {
    font-size: 1.4em;
}
.head-left {
    float: left;
    width: 20%;
    padding-top: 1.3em;
}
.navigation {
    height: 75px ! important;
}
.head-right {
   padding:0;
    float: left;
    width: 40%;
}
.head-middle {
    float: left;
    width: 40%;
}
.banner-text {
    margin: 7em auto 0;
	width:70%;
}
.banner1 {
    min-height: 400px;
}
.banner2 {
    min-height: 400px;
}
.welcome-left {
    padding: 0 1em;
}
.welcome-right {
    margin: 2em 0 0;
}
.project {
    padding: 3em 0;
}
.servc-grids {
    float: left;
    width: 50%;
}
.servc-grids1 {
    float: left;
    width: 50%;
}
.servc-grid-left span.glyphicon {
    font-size: 2.5em;
	padding:0;
}
.col-xs-3.servc-grid-left {
    float: left;
    width: 20%;
}
.col-xs-9.servc-grid-right {
    float: left;
    width: 80%;
	padding:0;
}
.services h4 {
    font-size: 1.2em;
}
.services p {
    font-size: 0.9em;
}
.welcome p {
    font-size: 0.9em;
}
.events {
    padding: 0em 0 3em;
}
.events-grid-left {
    float: left;
    width: 33.33%;
}
.footer-right {
    float: left;
    width: 100%;
	margin-bottom:1em;
}
.footer-left {
    float: left;
    width: 50%;
}
.footer-right form input[type=submit] {
    padding: 9px 12px;
}
.footer-right input[type="text"] {
    width: 70%;
}
.footer-left p {
    font-size: 0.9em;
    width: 81%;
}
.a-2 {
    margin-top: 3%;
}
.footer-right p {
    margin-top: 4%;
    margin-bottom: 2%;
}
.services-grid {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.parents p,.contact p, .gallery p {
    font-size: 0.9em;
}
.services-grid h4 {
    font-size: 1.4em;
}
.sister-left {
    float: left;
    width: 33.33%;
}
.sister-middle {
    float: left;
    width: 33.33%;
}
.sister-right {
    float: left;
    width: 33.33%;
}
.babysisters h5 {
    font-size: 1.2em;
}
.babysisters p{
    font-size: 0.875em;
}
.co-top {
    margin-bottom: 1.5em;
}
.plan-top {
    padding: 1em;
    margin: 0 0 1em;
}
.gallery-grid {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.gallery-grids-top {
    margin: 0;
}
.events h3 {
    font-size: 2.5em;
}
.events p {
    font-size: 0.9em;
}
.adrs-left {
    padding: 0 15px;
	margin:1em 0;
}
.contact-bottom input[type="text"] {
    width: 100%;
}
.artical-links ul li {
    padding-left: 0.5em;
}
.comments-top-top {
    padding: 2em;
    width: 100%;
}
.artical-content p {
    font-size: 0.9em;
}
.top-comment-right p {
    font-size: 0.9em;
}
}
/*-- responsive-design --*/
@media (max-width: 800px){
ul.navig li a {
    padding: 26px 20px;
}
}
@media (max-width: 420px){
.contact-bottom textarea{
    margin-top: 3%!important;
}
}
/*-- responsive-design --*/
@media (max-width: 768px){
.navigation {
    height: 60px ! important;
}
.navigation {
    padding: 0.8em 0px;
}
ul.navig li a {
    width: 100%;
    font-weight: 600;
    display: block;
    color: rgba(64, 63, 69, 1);
    font-size: 1.25em;
    padding: 9px 20px;
}
.footer-left p {
    font-size: 0.9em;
    width: 78%;
}
}
/*-- responsive-design --*/
@media (max-width: 736px){
.artical-links ul li span {
    font-size: 1em;
}
.artical-content h4 {
    font-size: 1.7em;
}
}
/*-- responsive-design --*/
@media (max-width: 640px){
.head-right {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
}
.head-middle {
    float: none;
    width: 100%;
    margin: 0.5em 0;
}
.head-left {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
}
.head-left ul {
    margin: 4% 0 0 0;
}
.head-right p {
    margin-top: 0;
}
.banner-text h3 {
    font-size: 2.5em;
}
.banner-text {
    margin: 6em auto 0;
    width: 80%;
}
.banner1 {
    min-height: 350px;
}
.banner2 {
    min-height: 350px;
}
.services-grid h4 {
    font-size: 1.1em;
}
.sister-left {
    float: left;
    width: 50%;
}
.sister-middle {
    float: left;
    width: 50%;
}
.sister-right {
    float: left;
    width: 63%;
}
.contact-bottom input[type="text"] {
    width:100%;
}
.top-comment-left {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.top-comment-left img {
    display: inline-block;
}
.top-comment-right {
    float: left;
    width: 100%;
    margin-left: 0em;
    text-align: center;
}
.comment-grid-top h3, .artical-commentbox h3 {
    font-size: 2em;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
    width: 100%;
}
.footer-left p {
    font-size: 0.9em;
    width: 76%;
}
}
/*-- responsive-design --*/
@media (max-width:600px){
.footer-left p {
    font-size: 0.9em;
    width: 73%;
}
}
/*-- responsive-design --*/
@media (max-width: 480px){
.head-middle h1 a {
    font-size: 1.3em;
}
.banner-text {
    margin: 4em auto 0;
    width: 87%;
}
.banner1 {
    min-height: 290px;
}
.banner2 {
    min-height: 290px;
}
.banner-text h3 {
    font-size: 2.2em;
}
.welcome {
    padding: 2em 0;
}
.welcome h2 {
    font-size: 2.3em;
	margin: 0 0 0.5em;
}
.welcome h5 {
    font-size: 1.2em;
}
.services {
    padding: 2em 0;
}
.servc-grids {
    float: left;
    width: 100%;
}
.col-xs-9.servc-grid-right {
    padding: 0 10px;
}
.servc-grids1 {
    float: left;
    width: 100%;
}
h3.title {
    font-size: 2.3em;
}
.events h3 {
    font-size: 2.3em;
}
.events-grid-left {
    float: left;
    width: 100%;
}
.events-grid-left {
    margin-bottom: 3em;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -79px;
}
.events {
    padding: 0em 0 0em;
}
.footer-right {
    float: left;
    width: 100%;
}
.footer-left {
    float: left;
    width: 100%;
}
.a-2 {
    margin-top: 2%;
}
.parents h2, .babysisters h2, .contact h2, .gallery h2 ,.single h2{
    margin: 0 0 1em;
}
.services-grid {
    float: left;
    width: 50%;
    padding: 0 8px;
}
.typo, .parents, .babysisters, .contact, .gallery ,.single {
    padding: 2em 0;
}
.sister-left {
    float: left;
    width: 100%;
}
.sister-middle {
    float: left;
    width: 100%;
}
.parents h3, .babysisters h3, .contact h3, .gallery h3 {
    margin: 0 0 1em;
}
.sister-middle {
    margin: 2em 0;
}
.footer-left p {
    width: 82%;
}
.gallery-grid {
    float: left;
    width: 50%;
    padding: 10px;
}
.contact-bottom input[type="text"] {
    width: 100%;
}
.artical-content h4 {
    font-size: 1.5em;
}
.artical-links ul li:last-child {
    margin-top: 0.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 414px){
.events-grid-left-top p i {
    left: -46px;
}
.artical-content, .artical-links, .comment-grid-top, .artical-commentbox {
    padding: 0px 0em;
}
.artical-content h4 {
    font-size: 1.4em;
}
.top-comment-right ul li {
    font-size: 1.1em;
}
.parents h2, .babysisters h2, .contact h2, .gallery h2, .single h2 {
    margin: 0 0 0.8em;
}
.comments-top-top {
    padding: 1em;
    width: 100%;
}
.contact-bottom input[type="text"] {
    width: 100%;
    margin-top: 10px;
	margin-right:0;
	padding: 10px 10px;
}
.footer-left p {
    width: 81%;
}
.footer-left span {
    font-size: 1.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 384px){
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -31px;
}
}
/*-- responsive-design --*/
@media (max-width: 375px){
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -26px;
}
}
/*-- responsive-design --*/
@media (max-width: 320px){
.head-right p {
    font-size: 0.95em;
}
.head-middle h1 a {
    font-size: 1.2em;
}
.navigation {
    height: 50px ! important;
	padding:0.5em 0;
}
.banner-text {
    margin: 4em auto 0;
    width: 100%;
}
.banner-text h3 {
    font-size: 1.5em;
}
.banner-text p {
    font-size: 18px;
}
.banner2 {
    min-height: 235px;
}
.banner1 {
    min-height: 235px;
}
.welcome h2 {
    font-size: 2em;
}
.welcome h5 {
    font-size: 1.1em;
    line-height: 1.3em;
}
.welcome-left {
    padding: 0;
}
.welcome h4 {
    font-size: 1.4em;
}
.welcome-right {
    padding: 0;
}
button.btn.btn-default {
    width: 35px;
    height: 38px;
}
h3.title {
    font-size: 2em;
}
.events h3 {
    font-size: 2em;
}
.events-grid-left {
    padding: 0;
	 margin-bottom: 2em;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -14px;
}
.footer {
    padding: 2em 0px;
}
.footer-right form input[type=submit] {
    padding: 8px 6px;
}
.footer-right input[type="text"] {
    width: 65%;
}
.footer-right {
    padding: 0;
}
.footer-right p {
    font-size: 15px;
	text-align:center;
}
.footer-left {
    padding: 0;
}
.footer-left p {
    width: 80%;
}
.footer-right {
    margin-bottom: 1em;
}
.parents h2, .babysisters h2, .contact h2, .gallery h2,.single h2 {
    font-size:1.8em;
}
.services-grid {
    float: left;
    width: 100%;
    padding: 0 8px;
}
.services-grid {
    margin-bottom: 1.2em;
}
.banner-1 {
    min-height: 150px;
}
.parents h3, .babysisters h3, .contact h3, .gallery h3 {
    font-size: 2em;
}
.sister-left {
    padding: 0;
}
.sister-middle {
    padding: 0;
}
.sister-right {
    float: left;
    width: 100%;
    padding: 0;
}
.gallery-grid {
    padding: 5px;
}
.adrs-left {
    padding: 0;
}
.contact p {
    width: 86%;
}
.map-bottom {
    margin-bottom: 2em;
}
.contact-bottom input[type="text"] {
    width: 100%;
    margin: 0 0 0.5em;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 0;
}
.artical-content h4 {
    font-size: 1.2em;
    line-height: 1.3em;
}
.contact-bottom input[type="text"] {
    padding: 8px 10px;
    font-size: 0.9em;
}
.adrs-left span {
	font-size: 1.5em;
}
.footer-left span {
    font-size: 1.5em;
}
}
/*data works contact*/
.normal-text {
    font-family: inherit;
    font-size: 17px;
    color: #666666;
    line-height: 2 !important;
    margin-bottom: 2%;
}
.circle-bg {
    display: table;
    border: 2px solid #414042;
    position: relative;
    color: white;
    /* background: #3FBDC9; */
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-bottom: 5%;
}
.circle-bg {
    display: table;
    border: 2px solid #414042;
    position: relative;
    color: white;
    background: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 5%;
}

.grow {
    transition: all .2s ease-in-out;
}

.circle-txt {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    left: 0px;
    right: 0px;
}

.circle-txt {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    left: 0px;
    right: 0px;
}

.normal-text {
    font-family: inherit;
    font-size: 17px;
    color: #666666;
    line-height: 2 !important;
    margin-bottom: 2%;
}
.circle-bg span {
   
    display: none;
} 
.circle-bg:hover{
    background-color:#414042!important;
    }
.normal-text:hover{
  color: #fff!important;  
}
.shlp:hover{
color:rgba(65, 64, 66, 0.79)!important;
}
@media (max-width:992px) and (min-width:768px){
.contact-bottom {
    margin-top: 38%!important;
}
}
/*ends*/
/* gallery page css */
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
 
/*ends*/
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
    border-color: #ccc!important;
    box-shadow: 1px 2px 10px #ccc;
}
.col-sm-6.inner-left.inner-right {
    margin-bottom: 30px;
}
/* #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
} */

/* #myBtn:hover {
  background-color: #555;
} */
