html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
/*    font: inherit; */
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #384452;
    background-color: #eee;
}
img{
max-width:100%;
display: block;
}
.blog-content-wrap img{
box-shadow: 0px 0px 4px 0px #BFBFBF;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}


header {
    height: 250px;
    line-height: 200px;
    text-align: center;
    background-image: url(https://mamina-suman.com/img/spacer/cityMask.jpg);
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(0, 179, 254);
    /* background-image: url(https://mamina-suman.com/img/pattern3.jpg); */
    background-origin: padding-box;
    background-size: auto;
}

@media only screen and (min-width: 1170px) {
    header {
       /* height: 300px;
        line-height: 300px; */
    }
}

header h1 {
    box-sizing: border-box;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding-bottom: 30px;
    line-height: 16px;
}

.logo-wrapper {
    width: 180px;
    margin: 0 auto;
    padding: 15px 0;
}

/*===================
    BLOG Section    ||
=====================
*/
.wrapper {
    /*padding-left: 50px;*/
}

.blog-heading-wrap, .blog-content-wrap {
    padding-top: 30px;
    color: #38406f;
}

.blog-header {
    font-size: 35px;
line-height: 35px;
}

.blog-details {
    font-size: 12px;
}

.blog-date {
    color: #efa996;
    margin-right: 10px;
}

.blog-author {
    color: #008dfe;
}

.blog-content {
    font-size: 25px;
    color: #00B3FE;
    margin-bottom: 25px;
}

.blog-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px #00B3FE;
}
.sml-contact-text{
    margin-bottom: 50px;
    border: 1px solid #00B3FE;
    padding: 10px;
}
p.desc{
margin-bottom:10px;
}
p.thank-you{
font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.blog-content-list {
    list-style-type: none;
    margin-left: 20px;
    font-size: 20px;
}


    .blog-content-list li {
        margin-bottom: 10px;
    }

        .blog-content-list li:before {
            content: "\f067";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 1em;
        }

.sub-list {
    margin-top: 10px;
    margin-left: 15px;
    list-style-type: none;
    font-size: 14px;
}

    .sub-list li:before {
        content: "\f068";
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 1em;
    }

li a {
    color: inherit;
}

    li a:visited {
        color: inherit;
    }

    li a:active {
        color: inherit;
    }

    li a:hover {
        color: inherit;
        text-decoration: none;
    }

.bs-callout {
    padding: 20px;    
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px; 
   margin: 10px 0;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bg-info {    
    margin: 5px 0;
}
.sub-content {
    margin: 20px 0;
}

    .toggle-content {
        font: normal normal normal 24px/1 FontAwesome;
        position: absolute;
        right: 60px;
        margin-top: -35px;
        cursor: pointer;
        color: #32A2B5;
		
    }
	.toggle-content:hover {        
    font-weight:bold;
    }

    .sub-content h4 {
        font-size: 20px;
        color: #00B3FE;
        border-bottom: 2px solid #F7F7F7;
    padding-bottom: 11px;
    }

    .sub-content p {
        line-height: 25px;
    }

footer {
    background: #384452;
    color: #ddd;
    padding: 5px 0;
    border-top: 5px solid #E6552E;
}
.heartbeat {
    -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
    -moz-animation: heartbeat 1300ms ease 0s infinite normal;
    -ms-animation: heartbeat 1300ms ease 0s infinite normal;
    animation: heartbeat 1300ms ease 0s infinite normal;
}
@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform:  scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform:  scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  42% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  70% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  14% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  28% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  42% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  70% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  14% {
    -moz-transform:   scale(1.3);
    -ms-transform:   scale(1.3);
    -webkit-transform:   scale(1.3);
    transform:   scale(1.3);
  }
  28% {
    -moz-transform:   scale(1);
    -ms-transform:   scale(1);
    -webkit-transform:   scale(1);
    transform:   scale(1);
  }
  42% {
    -moz-transform:   scale(1.3);
    -ms-transform:   scale(1.3);
    -webkit-transform:   scale(1.3);
    transform:   scale(1.3);
  }
  70% {
    -moz-transform:   scale(1);
    -ms-transform:   scale(1);
    -webkit-transform:   scale(1);
    transform:   scale(1);
  }
}
.love {
    color: red;
    margin-right: 0 !important;
}
 footer a{
 color: #acb7c0;
}
footer a:hover {
    color: white;
    cursor: pointer;
}
