/*
  section {
      padding-bottom: 15px;
  }
*/

/*
    </style>
    <style>
*/

* {
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
    padding: 20px 0 0 0;
    font-family: Arial;
}

/* Center website */

.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}



/* Add padding BETWEEN each column */

.row,
.row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */

.column {
    display: none;
    /* Hide all elements by default */
}

/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */

.content {
    background-color: white;
    padding: 10px;
}

.ptop15 {
    padding-top: 15px;
}

/* The "show" class is added to the filtered elements */

.show {
    display: block;
}

/* Style the buttons */

.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}

.nabin {
    background-color: #fff;
    color: #666;
}


* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f1f1f1;
    /*            padding: 20px;*/
    font-family: Arial;
}

.container {
    padding: 0;
}

/*
  section {
      margin: 15px 0;
  }
*/

.withbg {
    background: #fff;
}

.gallery h2,
.about h3,
.welcome-head h3,
.services1 h3,
h3.tittle,
.contact h3,
.contact-form h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Righteous', cursive;
    font-family: "Jaro", sans-serif;
    color: #803181;
    margin: 20px 0 30px 0;
}

.welcome-head {
    text-align: center;
    padding: 30px 50px 50px 50px;
}

.gallery {
    text-align: center;
}

/*Contact*/

.contact h3 {
    padding: 25px 0;
}

/*Footer*/

.footer {
    background: #803181;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    /*    margin-bottom: -50px;*/
}

.footer a {
    color: inherit;
}


.to-top{
    bottom: 20px;
    right: 20px;
    position: -webkit-fixed; /* Safari */
    position: fixed;
    background-color: white;
    border-radius: 50%;
    padding: 10px 13px;
}
.arrup {
    color: #803181;
    font-size: 30px;
    float: right;
}


/*--contact-us--*/

.contact {
    background: #eee;
}

.contact-main p {
    font-size: 14px;
    color: #555;
    line-height: 1.7em;
    margin: 1em auto;
    width: 85%;
    text-align: center;
}

.contact-top-one h4 {
    font-size: 18px;
    color: #803181;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.contact-top-one p {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 1em 0;
    text-align: left;
}

.contact-top-one span {
    display: block;
}

.contact-top-one p,
.contact-top-one p a {
    color: #757575;
    font-size: 16px;
    margin: 1em 0px;
    line-height: 1.8em;
    text-align: left;
    font-weight: 400;
}

.contact-top-one p a {
    font-size: 1em;
}

.contact-top-one p a:hover {
    color: #803181;
    text-decoration: none;
}

.contact-top-right form input[type="text"] {
    width: 49%;
    color: #555;
    outline: none;
    font-size: 0.9em;
    padding: 13px 13px;
    margin-bottom: 1em;
    border: solid 1px #9cd8d8;
    -webkit-appearance: none;
    float: left;
    margin-right: 1%;
}

.contact-top-right form textarea {
    resize: none;
    width: 99%;
    color: #555;
    font-size: 0.9em;
    outline: none;
    padding: 10px 10px;
    border: solid 1px #9cd8d8;
    min-height: 12em;
    -webkit-appearance: none;
}

.sub-button input[type="submit"] {
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.7em 3em;
    display: inline-block;

    background: #803181;
    margin-top: 1em;
    -webkit-appearance: none;
    float: left;
}

.sub-button input[type="submit"]:hover {
    background: #9cd8d8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

/*
.contact-bottom {
     padding: 4em 0;
}
*/

.contact-top-left {
    float: left;
    margin-top: 20px;
    padding-left: 1em;
    text-align: right;
}

/*
.contact-top-right {
	  float: right;
	  width: 69%;
}
*/

/*-- //contact --*/

@media screen and (min-width:576px) {
    .contact-top-left {
        margin-top: 0px;
    }
}


.logoimg{
    margin-right: 10px;
}