
@import url("../css/bootstrap.css");
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic|Oswald:400,300);

html,
body {
    font-size: 100%;
    font-family: 'Fjalla One', sans-serif;
    background: url(../images/bg.Jpg) no-repeat;
    background-size: 100% 100%;
}

body a {
    transition: 0.5s all ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

.colorbrown {
    background-color: #493945;
}

.coloryellow {
    background-color: #DCC03F;
}

.banner {
    padding-top: 4%;
}

.logo {
    text-align: center;
    background: #564750;
    width: 45%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #564750;
}

.top-menu {
    background: #43313B;
}

.top-menu ul {
    width: 45%;
    margin: 0 auto;
}

.top-menu ul li {
    display: inline-block;
    border-right: 1px solid #564750;
    float: left;
}

.top-menu ul li:nth-child(1) {
    border-left: 1px solid #564750;
}

.top-menu ul li a {
    display: block;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 20px 1.564em;
}

.top-menu ul li a:hover {
    background: #564750;
    color: #fff;
}

/*----*/
.content-left {
    padding: 0;
    width: 27.6%;
    margin-bottom: 2em;
}

.content-right {
    padding: 0;
    width: 27.5%;
}

.content-middle {
    padding: 0;
    width: 44.9%;
}

i.pop {
    background: url(../images/pop.png) no-repeat 4px 4px #DD6554;
    display: block;
    float: right;
    width: 33px;
    height: 33px;
}

i.pop2 {
    background: url(../images/pop.png) no-repeat 4px 4px #D8466B;
    display: block;
    float: right;
    width: 33px;
    height: 33px;
}

i.pop3 {
    background: url(../images/pop.png) no-repeat 4px 4px #9F4671;
    display: block;
    float: right;
    width: 33px;
    height: 33px;
}

.date {
    float: left;
    width: 23%;
    margin-right: 13px;
}

.date span {
    background: #564750;
    padding: 4px;
    color: #EB523D;
    display: block;
    font-size: 1.3em;
    text-align: center;
}

.date h6 {
    padding: 10px;
    background: #EB523D;
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.date-info h4 a {
    color: #EB523D;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 10px;
}

.date-info p {
    font-size: 0.9em;
    color: #786872;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
}

.banner-info {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 373.3px;
    text-align: center;
    padding-top: 15em;
}

.banner-info h3 {
    color: #fff;
    font-size: 1.5em;
}

.banner-info h4 {
    color: #fff;
    font-size: 1.3em;
    margin-top: 5px;
}

.banner-info a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    margin-top: 8px;
    font-size: 0.95em;
    padding: 0.4em 0.9em;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    z-index: 1;
}

/* General button style (reset) */
.btn {
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 1b */
.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #D4315A;
}

.btn-1b:hover,
.btn-1b:active {
    color: #fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}

.content-sec {
    background: #564750;
    padding: 2em 2em 0 2em;
}

.content-grids {
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    padding-bottom: 2em;
}

.content-grids:nth-child(3) {
    border-bottom: none;
}

.content-grids h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0.8em;
}

.content-grids p {
    color: #9A9598;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
    margin-bottom: 1em;
}

.content-grids a {
    display: inline-block;
    font-size: 0.88em;
    padding: 0.5em 0.8em;
    color: #6D6067;
    letter-spacing: 0.5px;
    background: #fff;
    font-weight: 600;
    margin-top: 1.5em;
    text-decoration: none;
    z-index: 0;
}

.content-grids {
    padding-top: 2em;
}

.content-grids img {
    width: 100%;
    margin-bottom: 1.2em;
}

.content-grids h3 {
    text-transform: uppercase;
}

/*--right--*/
.content-right-sec {
    padding: 1.8em 0em 1.8em 1.8em;
}

.search {
    position: relative;
}

.search h3 {
    color: #70616A;
    font-size: 1.5em;
    margin-bottom: 0.8em;
}

.search form {
    border: 2px solid #564750;
}

.search form input[type="text"] {
    padding: 8px 6px;
    font-weight: 400;
    font-size: 0.9em;
    color: #5F5059;
    border: none;
    font-family: 'Lato', sans-serif;
    outline: none;
    width: 87%;
    background: transparent;
}

.search form input[type="submit"] {
    background: url('../images/splits.png')no-repeat -101px -156px;
    width: 25px;
    height: 35px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    padding: 0;
}

.content-right-list {
    margin: 2em 0;
}

.content-right-list h3,
.content-right-contact h3 {
    color: #70616A;
    font-size: 1.5em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.content-right-list ul li {
    display: inline-block;
    border-bottom: 1px solid #30242C;
}

.content-right-list ul li:nth-child(5) {
    border-bottom: none;
}

.content-right-list ul li a {
    color: #70616A;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    padding: 6px 0;
    text-decoration: none;
    display: block;
}

.content-right-list ul li a:hover,
.content-right-list ul li.active a {
    color: #D4315A
}

.content-right-contact form {
    margin-top: 1em;
}

.content-right-contact form input[type="text"],
.content-right-contact form textarea {
    background: transparent;
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #564750;
    font-size: 0.9em;
    margin-bottom: 1em;
    color: #5F5059;
    font-family: 'Lato', sans-serif;
    outline: none;
    font-weight: 400;
}

.content-right-contact form textarea {
    resize: none;
    height: 150px;
}

.content-right-contact form input[type="submit"] {
    background: #D4315A;
    padding: 9px 1.3em;
    border: none;
    font-size: 1em;
    margin-bottom: 1em;
    color: #fff;
    outline: none;
    font-weight: 400;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.content-right-contact form input[type="submit"]:hover {
    text-decoration: none;
    background: #EB523D;
    color: #fff;
}

/*--footer--*/
.footer {
    text-align: center;
    padding: 2em 0;
}

.footer p {
    color: #70616A;
    font-size: 1em;
    margin-bottom: 5px;
}

.footer p a {
    color: #fff;
    font-size: 1em;
    display: inline-block;
    margin-top: 5px;
}

.footer p a:hover {
    color: #D4315A;
}

.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
    color: #EB523D;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}

.what-do,
.activites {
    padding: 0;
}

.what-do h3,
.activites h3 {
    color: #D4315A;
    font-size: 1.5em;
    margin-bottom: 0.5em
}

.what-do li,
.activites li {
    list-style-image: url(../images/icon3.png);
    margin: 0 0 10px 20px;
}

.what-do li a,
.activites li a {
    font-family: 'Lato', sans-serif;
    color: #9A9598;
    font-size: 0.9em;
    text-decoration: none;
}

.what-do ul li a:hover,
.activites ul li a:hover {
    color: #EB523D;
    padding-left: 1em;
}

/*-- sale-page --*/

.works .clear {
    height: 46px;
}

.box1 .text1 {
    padding-bottom: 1px;
}

.text1 a {
    color: #70616A;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.text1 a:hover {
    color: #EB523D;
}

.works {
    margin-top: 2em;
}

.works h3 {
    color: #EB523D;
    margin-bottom: 1em;
    font-size: 2em;
    text-align: center;
}

.container_12 {
    padding: 4em 0 1em 0;
}

.thumb-box7 {
    padding: 1em 0 5em 0;
}

a.gal {
    position: relative;
    display: block;
}

a.gal span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/magnify.png) -102px 0 no-repeat;
}

a.gal:hover span {
    background-position: center center;
}

.grid_4 {
    width: 22%;
    float: left;
    margin: 0 3% 0% 0;
}

.box1 p {
    color: #9A9598;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
}

.box1 img {
    width: 100%;
}

.text1 {
    padding-top: 1em;
    margin-bottom: 1em;
}

.box1 img:hover {
    opacity: 0.5;
}

.thumb-box6 {
    padding: 100px 0 50px 0;
    background-image: url(../images/bg_pic1.jpg);
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.thumb-box6 .col-lg-3 {
    margin-bottom: 35px;
}

.thumb-pad3 {
    overflow: hidden;
    border: 6px solid #26c6df;
}

.thumb-pad3 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.thumb-pad3 .thumbnail figure {
    margin: 0 25px 0 0;
    float: left;
}

.thumb-pad3 .thumbnail figure img {
    border: none;
}

.thumb-pad3 .thumbnail figure img {
    width: 100%;
}

.contact {
    padding: 2em 0 0 0;
}

.contact-grids {
    margin-top: 2em;
}

.contact-map iframe {
    min-height: 285px;
    width: 100%;
    border: none;
}

.contact_head h2 {
    color: #EB523D;
    margin-bottom: 5px;
    font-size: 2em;
}

.contact_head p {
    color: #9A9598;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
    margin-bottom: 1em;
}

.contact_left,
.contact_right {
    padding: 0;
}

.contact_left h3,
.contact_right h3 {
    color: #70616A;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.form_details input[type="text"],
.form_details textarea {
    padding: 10px;
    width: 100%;
    font-size: 1em;
    margin: 10px 0px;
    border: 1px solid #9A9598;
    color: #9A9598;
    font-family: 'Lato', sans-serif;
    background: none;
    -webkit-appearance: none;
    float: left;
    outline: none;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.form_details textarea:hover,
.form_details input[type="text"]:hover {
    border: 1px solid #EB523D;
}

.form_details textarea {
    height: 150px;
    resize: none;
    width: 100%;
}

.form_details input[type="submit"] {
    background: #D4315A;
    padding: 9px 1.2em;
    border: none;
    font-size: 1em;
    margin: 1em 0;
    color: #fff;
    outline: none;
    font-weight: 400;
    transition: 0.5s all;
}

.form_details input[type="submit"]:hover {
    text-decoration: none;
    background: #EB523D;
    color: #fff;
}

.address ul li {
    display: block;
}

.address ul li {
    text-decoration: none;
    padding: 2px 0;
    color: #9A9598;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
}

.address ul li a {
    color: #D4315A;
    margin-right: 1em;
}

.address ul li a:hover {
    color: #EB523D;
}

.contact_right {
    padding-left: 2em;
}

/*--single--*/
.single {
    padding: 2em 0;
}

.single h2 {
    color: #EB523D;
    margin-bottom: 0.7em;
    font-size: 2em;
    text-align: center
}

.single-section {
    margin-top: 1em;
}

.single-pic {
    text-align: center;
    margin-bottom: 1em;
}

.single-section h3 {
    color: #D4315A;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.single-section p {
    color: #9A9598;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
    margin-bottom: 1em;
}

.content-grid-single p {
    color: #BBA198;
    line-height: 1.8em;
    font-size: 0.95em;
    margin-top: 1em;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #D4315A;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*------------------------Comments------------------------*/

.comments {
    font-family: 'Lato', sans-serif;
    margin-top: 2em;
    margin-bottom: 30px;
}

.comments-item {
    border-bottom: 1px solid #564750;
    margin-bottom: 30px;
}

.comment-author {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.comment-author-image {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-author-name {
    font-weight: 600;
    font-size: 16px;
    color: #70616A;
    margin: 0 0 10px 0;
}

.comment-date {
    display: block;
    color: #EB5A41;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.comment-content {
    font-size: 16px;
    color: #9A9598;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content-form {
    margin: 40px 0;
}

.content-form h3,
.comments h3 {
    color: #EB523D;
    margin-bottom: 1em;
    text-decoration: none;
    display: block;
}

.content-form form input[type="text"],
.content-form form textarea {
    padding: 10px 15px;
    width: 60%;
    color: #5F5059;
    font-size: 1em;
    border: 1px solid #564750;
    background: transparent;
    outline: none;
    font-family: 'Lato', sans-serif;
    display: block;
    margin: 10px 0;
}

.content-form form textarea {
    height: 100px;
    resize: none;
}

.content-form form input[type="submit"] {
    background: #D4315A;
    padding: 9px 1.3em;
    border: none;
    font-size: 1em;
    margin-bottom: 1em;
    color: #fff;
    outline: none;
    font-weight: 400;
    transition: 0.5s all;
}

.content-form form input[type="submit"]:hover {
    background: #EB523D;
}

/*----responsive-menu-start---*/

@media(max-width:1024px) {
    .top-menu {
        height: 72px;
    }

    .top-menu ul li a {
        font-size: 0.9em;
        padding: 1.8em 1.289em;
    }

    .banner-info h3 {
        font-size: 1.4em;
    }

    .banner-info h4 {
        font-size: 1.2em;
    }

    .banner-info {
        height: 339px;
        padding-top: 14em;
    }

    .text1 a {
        font-size: 14px;
    }

    .date {
        width: 30%;
        margin-right: 14px;
    }

    .date-info p {
        font-size: 0.85em;
    }

    .content-grids {
        padding-bottom: 1.5em;
    }

    .content-grids a {
        font-size: 0.83em;
        margin-top: 1em;
    }

    .content-grids h3 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }

    .content-grids p {
        font-size: 0.85em;
        margin-bottom: 0.5em;
        overflow: hidden;
        height: 60px;
    }

    .search h3 {
        font-size: 1.4em;
        margin-bottom: 0.5em;
    }

    .content-right-list h3,
    .content-right-contact h3 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }

    .content-right-list ul li a {
        font-size: 0.79em;
        padding: 6px 0;
    }

    .box1 p {
        font-size: 0.85em;
    }

    .contact_head p {
        line-height: 1.6em;
        font-size: 0.85em;
    }

    .form_details input[type="text"],
    .form_details textarea {
        font-size: 0.9em;
    }

    .address ul li {
        line-height: 1.5em;
        font-size: 0.85em;
    }

    .form_details input[type="submit"] {
        padding: 10px 1em;
        font-size: 0.9em;
    }
}


@media(max-width:768px) {
    .logo {
      	text-align: left;
        padding: 10px 35px 10px 15px;
    }

    .top-menu {
        height: 0;
    }

    span.menu {
        display: inline-block;
        width: 30px;
        height: 35px;
        position: absolute;
        top: 50%;
        right: 15px;
      	transform: translateY(-50%);
        display: block;
    }

    span.menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin-top: 7px;
    }

    .top-menu span.menu:before {
        content: url("../images/nav-icon.png") no-repeat 0px 0px;
        cursor: pointer;
        text-align: center;
    }

    .top-menu lable {
        display: none;
    }


    .top-menu {
        float: none;
        text-align: center;
        height: 0;
    }

    .top-menu ul {
        display: none;
        background: #43313B;
        width: 100%;
        float: right;
    }

    .top-menu ul li {
        width: 100%;
        text-align: center;
        border-top: 1px solid #564750;
        border-right: none;
    }


    .top-menu ul li a {
        font-size: 0.8em;
        padding: 1.2em 0.86em;
    }

    .content-left {
        width: 27.6%;
        margin-bottom: 1em;
        float: left;
    }

    .content-middle,
    .content-right {
        float: left;
    }

    .banner-info {
        padding-top: 11em;
        height: 276px;
    }

    .banner-info h3 {
        font-size: 1.2em;
    }

    .banner-info h4 {
        font-size: 1em;
    }

    .banner-info a {
        margin-top: 9px;
        font-size: 0.83em;
        padding: 0.3em 0.8em;
    }

    .date {
        width: 36%;
        margin-right: 10px;
    }

    .date-info p {
        font-size: 0.8em;
        overflow: hidden;
        height: 55px;
        line-height: 1.5em;
    }

    .date-info h4 a {
        font-size: 0.9em;
        margin-bottom: 7px;
    }

    .content-sec {
        padding: 1.5em 1.5em 0 1.5em;
    }

    .content-grids h3 {
        font-size: 1.12em;
    }

    .content-grids {
        padding-bottom: 1em;
    }

    .content-grids img {
        margin-bottom: 0.5em;
    }

    .content-right-sec {
        padding: 1.5em 0em 1.5em 1em;
    }

    .search h3 {
        font-size: 1.2em;
    }

    .search form input[type="submit"] {
        background: url('../images/search.png')no-repeat 2px 11px;
    }

    .content-right-list {
        margin: 1em 0;
    }

    .content-right-list h3,
    .content-right-contact h3 {
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    .content-right-list ul li:nth-child(2) {
        display: none;
    }

    .content-right-list ul li a {
        font-size: 0.78em;
    }

    .content-right-contact form textarea {
        height: 83px;
    }

    .content-right-contact form input[type="text"],
    .content-right-contact form textarea {
        padding: 5px 6px;
        border: 1.5px solid #564750;
        font-size: 0.85em;
    }

    .content-right-contact form input[type="submit"] {
        padding: 7px 1.3em;
        font-size: 0.85em;
    }

    .contact_head h2 {
        font-size: 1.7em;
        margin-bottom: 7px;
    }

    .box1 p {
        overflow: hidden;
        height: 92px;
    }

    .what-do,
    .activites {
        float: left;
        width: 45%;
    }

    .what-do li:nth-child(2),
    .activites li:nth-child(2) {
        display: none;
    }

    .what-do h3,
    .activites h3 {
        font-size: 1.4em;
    }

    .works h3 {
        font-size: 1.5em;
    }

    .what-do li a,
    .activites li a {
        font-size: 0.85em;
    }

    .text1 {
        margin-bottom: 0em;
    }

    .text1 a {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .box1 p {
        font-size: 0.8em;
        overflow: hidden;
        height: 70px;
    }

    .contact_left,
    .contact_right {
        width: 50%;
        float: left;
    }

    .form_details textarea {
        height: 126px;
    }

    .form_details input[type="text"],
    .form_details textarea {
        padding: 7px;
        font-size: 0.85em;
    }

    .contact-map iframe {
        min-height: 220px;
    }

    .form_details input[type="submit"] {
        padding: 7px 0.8em;
        font-size: 0.85em;
    }

    .content-form form input[type="text"],
    .content-form form textarea {
        padding: 8px 10px;
        width: 90%;
        font-size: 0.9em;
    }

    .single-section p {
        font-size: 0.9em;
    }

    .single-section h3 {
        font-size: 1.4em;
        margin-bottom: 0.5em;
    }

    .comment-info p {
        font-size: 0.9em;
    }

    .comment-info:nth-child(3) {
        margin-bottom: 0em;
    }
}

@media(max-width:640px) {
    .logo a span {
        width: 200px;
        height: 129px;
        background: url(../images/splits.png) -197px -14px;
        background-size: 194%;
    }

    .top-menu ul li:nth-child(1) {
        border-top: none;
        border-left: none;
    }

    .content-left {
        width: 100%;
    }

    h3.info {
        font-size: 1.5em;
    }

    .content-middle,
    .content-right {
        width: 100%;
    }

    .banner-info {
        height: 300px;
        padding-top: 12em;
    }

    .banner-info h3 {
        font-size: 1.4em;
    }

    .banner-info h4 {
        font-size: 1.1em;
    }

    .banner-info a {
        font-size: 0.9em;
    }

    .content-right-sec {
        padding: 1.5em 0em 1em 0em;
    }

    .content-right-list ul {
        width: 70%;
    }

    .content-right-list ul li {
        display: block;
    }

    .search form input[type="text"] {
        width: 94%;
    }

    .grid_4.span66 {
        display: none;
    }

    .grid_4 {
        width: 30%;
    }

    .text1 a {
        font-size: 12px;
    }

    .what-do li a,
    .activites li a {
        font-size: 0.8em;
    }

    .single-pic img {
        width: 60%;
    }

    .single h2 {
        font-size: 1.7em
    }

    .single-section p {
        font-size: 0.85em;
        overflow: hidden;
        height: 146px;
    }

    .single-section h3 {
        font-size: 1.25em;
        margin-bottom: 0.3em;
    }

    .content-form form input[type="text"],
    .content-form form textarea {
        width: 100%;
        font-size: 0.8em;
    }

    .content-form form input[type="submit"] {
        padding: 9px 1.5em;
        font-size: 0.8em;
    }

    .comments {
        margin-top: 1em;
    }

    .content-form h3,
    .comments h3 {
        margin-bottom: 0.5em;
    }

    .comment-info h5 {
        font-size: 0.75em;
    }
}

@media (max-width: 480px) {
  
    .content-right-contact form input[type="submit"] {
        margin-bottom: 0em;
    }

    .footer {
        padding: 1em 0;
    }

    .footer p {
        font-size: 0.9em;
        margin-bottom: 0px;
    }

    .what-do,
    .activites {
        width: 100%;
    }

    .activites {
        margin-top: 1em;
    }

    .contact_head p {
        font-size: 0.8em;
        height: 61px;
        overflow: hidden;
    }

    .contact_left,
    .contact_right {
        width: 100%;
    }

    .contact-grids {
        margin-top: 1em;
    }

    .contact_left h3,
    .contact_right h3 {
        font-size: 1.3em;
        margin-bottom: 5px;
    }

    .contact_right {
        padding-left: 0em;
        margin-bottom: 1em;
    }

    .single {
        padding: 1em 0 0 0;
    }

    .single h2 {
        font-size: 1.4em;
    }

    .comment-info p {
        font-size: 0.85em;
        overflow: hidden;
        height: 45px;
    }
}

@media (max-width: 320px) {

    .banner {
        padding-top: 10%;
    }

    .top-menu ul li a {
        font-size: 0.8em;
        padding: 0.5em 0.86em;
    }

    h3.info {
        font-size: 1.3em;
    }

    .date {
        width: 30%;
    }

    .banner-info {
        padding-top: 7em;
        height: 202px;
    }

    .banner-info h3 {
        font-size: 1.1em;
    }

    .banner-info h4 {
        font-size: 0.9em;
    }

    .banner-info a {
        font-size: 0.8em;
        margin-top: 8px;
    }

    .content-grids h3 {
        font-size: 1em;
    }

    .content-grids a {
        font-size: 0.8em;
        margin-top: 0.7em;
    }

    .content-grids {
        padding-top: 1em;
    }

    .search form input[type="text"] {
        width: 90%;
    }

    .content-right-list ul {
        width: 81%;
    }

    .content-right-contact form input[type="text"],
    .content-right-contact form textarea {
        font-size: 0.8em;
    }

    .footer p {
        font-size: 0.8em;
    }

    .contact_head h2 {
        font-size: 1.4em;
    }

    .contact {
        padding: 1em 0 0 0;
    }

    .what-do h3,
    .activites h3 {
        font-size: 1.3em;
        margin-bottom: 5px;
    }

    .works {
        margin-top: 1em;
    }

    .works h3 {
        font-size: 1.35em;
    }

    .grid_4:nth-child(5) {
        display: none;
    }

    .grid_4 {
        width: 47%;
    }

    .text1 a {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .contact-map iframe {
        min-height: 130px;
    }

    .single h2 {
        font-size: 1em;
    }

    .single-pic img {
        width: 75%;
    }

    .single-section h3 {
        font-size: 1em;
    }

    .single-section p {
        font-size: 0.8em;
        height: 90px;
    }

    .content-form {
        margin-top: 1em;
    }

    .content-form h3,
    .comments h3 {
        font-size: 1.2em;
    }

    .comment-info {
        margin-bottom: 1em;
    }

    .comment-info p {
        font-size: 0.8em;
        height: 40px;
    }

    .comment-info h4 {
        font-size: 0.9em;
    }

    .content-form form input[type="submit"] {
        padding: 6px 1.5em;
    }

    .comment-info a {
        padding: 0.4em 1.2em;
        font-size: 0.8em;
    }
}

/*style for templates*/

.banner {
  	position: relative;
    padding-top: 0;
    margin-bottom: 50px;
}

.logo {
    width: 100%;
}

.logo a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.logo a:hover {
    text-decoration: none;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.top-menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media(max-width:768px) {
    .top-menu ul {
        display: none;
    }
}

.blog-title {
    color: #D4315A;
    font-size: 28px;
    padding: 30px 15px 20px 15px;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.post-item {
    margin-bottom: 20px;
}

.post-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
}

.post-date,
.post-author a {
    font-size: 14px;
    font-weight: 700;
    color: #70616A;
}

.post-item-info {
    margin-bottom: 20px;
}

.post-item-title {
    margin: 0 0 10px 0;
}

@media screen and (min-width: 992px) {
	.post-item-title {
        min-height: 45px;
    }
}

.post-item-title a {
    font-size: 22px;
    color: #D4315A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item-text {
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.more-btn {
    background: #D4315A;
    border: 1px solid #D4315A;
    padding: 8px 35px;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 400;
}

.more-btn:hover {
    background: #fff;
    border: 1px solid #D4315A;
    text-decoration: none;
    color: #D4315A;
}

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
  	margin: 0 0 30px 0;
}

.pagination-list a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 2.6;
    color: #D4315A;
    border: 1px solid #D4315A;
    background-color: #fff;
  	padding: 0 10px;
    margin: 0 3px;
}

.pagination-list a:hover {
    text-decoration: none;
    border: 1px solid #D4315A;
    background-color: #D4315A;
    color: #fff;
}

.pagination-list li.active a {
    border: 1px solid #D4315A;
    background-color: #D4315A;
    color: #fff;
}

.post-sidebar {
    padding: 10px 15px 20px 15px;
}

.search h3,
.sidebar-heading {
    text-transform: uppercase;
    color: #D4315A;
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar-box {
    margin-bottom: 30px;
}

.sidebar-box ul {
    list-style: none;
}

.sidebar-box ul li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.tag-cloud-link {
    color: #D4315A;
}

.single-post-text h2,
.single-post-text h3 {
    padding: 20px 0;
}

.footer {
  	background: #fff6fb;
    padding: 50px 0 0 0;
}

.footer-links {
	margin: 0 0 30px 0;
}

.footer-links h3 {
    font-size: 24px;
    color: #70616A;
    margin-bottom: 10px;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li a {
    color: #D4315A;
}

.footer p {
	padding: 20px 0;
}
