/* header */
header{
	height: 80px;
	width: 100%;
	color:white;
}
/*--------------------------------------------------------------
# Middle
--------------------------------------------------------------*/
#middle{
	min-height: 500px;
	height: auto;
	width: 100%;
	padding-top: 45px;
	position:inherit;
	margin-top: 90px;
	margin-bottom: 10px;
	bottom: 50;
	z-index: 3;
	background-color:;
	color:black;
	left: 0;
	right: 0;
}
#text-contents{
	position: relative;
	width: 98%;
	height: auto;
	margin-top:4px;
	margin-bottom: 10px;
	bottom: 50;
	z-index: 3;
	margin-left: 20px;
	text-align: justify;
	font-size: 18px;
	font-family: Times New Roman, sans-serif;
	justify-content: space-between;
}
/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
#contact {
  position: relative;
  height: 730px;
  max-width: 100%;
  padding: 0px;
  margin: auto;
  margin-top:-40px;
  margin-top:4px;
	margin-bottom: -1px;
	bottom: 50;
	z-index: 3;
}
#contact-map{
	float: left;
	width: 65%;
	height: 730px;
	margin-top:4px;
	margin-left: 10px;
}
.contact-title{
	width: 20%;
	height: auto;
}

#contact-col1{
	float: right;
	width: 30%;
	height: 730px;
	margin-top:4px;
	margin-right: 10px;
	padding-top:;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*--------------------------------------------------------------
# MARTHEROBIN
--------------------------------------------------------------*/
#robin{
	position: relative;
	width: 98%;
	height: auto;
	margin-top:4px;
	margin-bottom: 10px;
	bottom: 50;
	z-index: 3;
	margin-left: 20px;
	text-align: justify;
	font-size: 18px;
	font-family: Times New Roman, sans-serif;
	justify-content: space-between;
}
.drop-cap-letter {
  font-size: 3em;
  font-weight: bold;
  float: left;
  margin: 0.1em 0.2em 0.1em 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#bf{
	position: relative;
	height: 270px;
	width: 100%;
	margin-top:4px;
	margin-bottom: -1px;
	bottom: 50;
	z-index: 3;
	background-color:orange;
	color:white;
	text-align: left;
	font-size: 18px;
}
#bf-col1{
	position: reletive;
	float: left;
	width: 25%;
	height: 270px;
	margin-left: 4%;
}
#bf-col2{
	position: reletive;
	float: left;
	width: 30%;
	height: 270px;
	margin-left: 4%;
}
#bf-col3{
	position: reletive;
	float: right;
	width: 25%;
	height: 270px;
	margin-left: 4%;
}

#footer{
	position: reletive;
	float: left;
	height: 75px;
	width: 93%;
	padding-top:30px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color:#FFA500;
	color:white;
}
#back_to_top{
	float: right;
	height: 75px;
	width: 7%;
	padding-top:30px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color:#FFA500;
	color:white;
}
/* Styles for the back to top button */
    #backToTopBtn {
      display: none;
      position: relative;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      cursor: pointer;
      border: none;
      outline: none;
      background-color: #007BFF;
      color: white;
      padding: 5px;
      border-radius: 50%;
      font-size: 18px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
    }

    #backToTopBtn:hover {
      background-color: #0056b3;
    }
/* TOP MENU */
/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
nav{
    width: 100%;
  height: 90px;
  padding-top: 0px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.links:visited:hover:active {
  color: ;
}

nav .navbar{
  height: 100%;
  max-width: 1550px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 20px;
  color: black;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a:hover{
	color: #FFA500;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: black;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  width: 290px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: black;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: orange;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: orange;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: orange;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:920px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  white;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: orange;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: black;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:400px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

/*contact form*/
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* form with icon*/
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/*How TO - Contact Form*/
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text],[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 10px;
  resize: vertical;
}

input[type=submit],[type=reset] {
  background-color: #4CAF50;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit],[type=reset]:hover {
  background-color: #45a049;
}
.container {
  border-radius: 15px;
  background-color: #f2f2f2;
  padding: 10px;
  height: 500px;
}