*{
    padding: 0;
    margin: 0;
}


.wrapper
{
    width: 1300px;
    margin:0 auto;
}
header {
	height: 100px;
	background: #180657;
	width: 100%;
    z-index: 10;
	position: fixed;
}
.logo
{
    width: 30%;
    float: left;
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	font-family: poppins;
	color: #fff;
	letter-spacing: 5px;
    font-family: 'Dancing Script', cursive;
}
nav {
	float: right;
	line-height: 100px;
}
nav a {
	text-decoration: none;
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 0 10px;
	color: #fff;
}
#banner /*1st pic-home*/
{
    background: url(lighthouse.PNG)no-repeat;
    background-size: cover;
    width: 100%;
	height: 300px;
}
.top-underline
{
    /* padding-top: 3px;
    color: #009688; */
    border-bottom: 1px solid #009688;
    font-weight: 3px;
}
.top-underline:hover
{
    color: #009688;
}

/* scroll up btn */
.gotop
{
    position: fixed;
    width: 50px;
    height: 50px;
    background: #18065717;
    bottom: 40px;
    right: 50px;

    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size:30px;
    color: #180657;
}
/* .gotop img
{
    width: 50px;
    height: 50px;
} */
html
{
    scroll-behavior: smooth;
}

.pages-links
{
    width:100%;
    padding: 70px 0; 
    /* padding-left: 20px; */
}
.pages-links p
{
    padding-left: 150px;
}

span a
{
    text-decoration: none; 
    
    font-style: italic;
    font-size: 16px;
    font-weight: 300px;  
}

/* about body */
hr{
    background: rgb(220, 200, 243);
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 80%;
}
.visit-body
{
    width:100%;
    padding: 30px 0; 
}
.visit-body-title
{
    padding-left: 150px;
    font-family: poppins;
    font-size: 50px;
}
.diff-color
{
    background-color: #efefef;
}
.visit-body-content
{
    padding-left: 150px;
    padding-top: 100px;
}
.visit-body-content-subdivision-whole
{
    padding-left: 20px;
    padding-right: 150px;
}
.visit-body-content-subdivision-heading
{
    /* padding-left: 150px; */
    font-family: poppins;
    font-size: 45px;
    text-align: center;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding-top: 100px;
    padding-bottom: 50px;
}
.visit-body-content-subdivision
{
    padding-bottom: 100px;
}
.visit-body-content-subdivision-heading-hr
{
    background: rgb(8, 8, 8);
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 40%;
    text-align: left;
}
.visit-body-content-subdivision-whole-title
{
    font-family: poppins;
    font-size: 38px;
    text-align: left;
    padding-top: 100px;
}
.visit-body-content-subdivision-whole-title-hr
{
    background: rgb(8, 8, 8);
    height: 2px;
    border: 0;
    /* margin: 15px auto; */
    width: 100%;
    text-align: left;
}
.visit-body-content-subdivision-whole-pic
{
    padding-left: 20%;
    padding-bottom: 30px;
    padding-top: 20px;
}
.visit-body-content-subdivision-whole-pic img
{
    width: 67%;
    height: 400px;
}
.visit-body-content-subdivision-whole-desc p
{
    
    font-family: poppins;
    font-size: 20px;
    /* padding-bottom: 260px; */
}

/* .visit-body-content
{
    padding-top: 10px;
    padding-right: 150px;
    padding-left: 150px;
    font-family: poppins;
    font-size: 20px;
    padding-bottom: 260px;
} */

/* footer */
#footer
{
    padding: 100px 0 20px;
    background: #efefef;
    position: relative;
}
.footer-row
{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left,.footer-right
{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}
.footer-right
{
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.footer-row h1
{
    margin: 10px 0;
    font-size: 30px;
}
.footer-row h1
{
    margin: 10px 0;
}
.footer-row p
{
    line-height: 35px;
}
.footer-img
{
    max-width: 370px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%,-50%);
}
.social-links
{
    text-align: center;
}
.baseline p
{
    font-size: 25px;
    padding-bottom: 7px;
    padding-left: 5px;
    color: #180657;
}
.feedback
{
    width: 60%;
    height: 25px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    padding-bottom: 15px;
   

}
      textarea {
        width: 60%;
        height: 150px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        font-size: 16px;
        resize: none;
         /* color: #ab97f3; */
        font-family: Arial, Helvetica, sans-serif;
      }

      .button
      {
        padding-top: 13px;
        padding-left: 2px;
      }
      .button-submit
      {
        background-color: #180657;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        padding-top: 10px;
        text-decoration: none;
      }


.social-links p
{
    font-size: 12px;
    margin-top: 20px;
} 
@media screen and (max-width: 770px)
{
    .footer-left,.footer-right
    {
        flex-basis: 100%;
        font-size: 14px;
    }
    .footer-img
    {
        top: 25%;
    }
}
.social-links
{
    text-align: center;
}
.social-links i 
{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #180657;
    margin: 40px 5px 0;
    color: #180657;
    cursor: pointer;
    transition: 0.5s;
}
.social-links i:hover
{
    background: #180657;
    color: #fff;
    transform: translateY(-7px);
}