html{
  scroll-behavior: smooth;
}
body{
    padding:0;
    margin:0;
}
section, div{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Catamaran', sans-serif;
}
p {
  font-size: 0.9em;
  line-height: 1.9em;
  letter-spacing: 1px;
}
.page-s-inner {
  background: url(images/banner0.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  }
  .overlay-innerpage {
  min-height: 20em;
  background: rgba(0, 0, 0, 0.44);
  }
  @media screen and (max-width: 1366px)
  {
  .page-s-inner, .overlay-innerpage {
      min-height: 18em;
  }
}
.logo{
  display:inline-block;
  padding:1%;
}
.logo a{
  float: left;
  font-size: 45px;
  display: initial;
  margin: 0;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: capitalize;
}
.logo a:hover{
  color: rgb(226, 225, 225);
  text-decoration: none;
}
.rep{
  color:yellow;
}
.toggle,[id^=drop]
{
  display: none;
}
.name-init{
  background: white;
  padding:1.5em;
  display: flex;
}
nav{
  margin:0;
  padding:0;
}
nav ul{
 float:right;
 list-style: none;
 margin-top:0.5em;
 position: relative;
 padding:0;
 margin-bottom: 0;
}
nav ul li{
  display: inline-block;
  float: left;
}
ul.menu li.active a{
  color:rgb(19, 19, 63);
}
nav ul ul{
  display:none;
  position: absolute;
  padding:20px 5px 10px 5px;
  top:20px;
  background: white;
}
nav ul ul li{
  float:none;
  display: list-item;
  width:140px;
  position: relative;
}
nav ul ul li a{
  padding:5px 10px;
  display: block;
  color:rgb(73, 73, 73);
}
nav ul li:hover > ul{
  display: inherit;
}
nav ul li ul li:hover {
  background: #f8f9fa;
}
nav a{
  font-weight: 400;
  letter-spacing: 1px;
  font-size:0.9em;
  color:rgb(73, 73, 73);
  padding:0.5rem;
  margin:0 1.1em;
}
nav a:hover{
  color:rgb(2, 2, 68);
  text-decoration: none;
}
.buton0{
  background-color: rgb(224, 24, 24);
  border:none;
  display:inline-block;
  letter-spacing: 2px;
  color:white;
  border-radius: 3px;
  font-size: 1em;
  vertical-align: middle;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  padding:0.6em 2em;
}
.buton0:hover{
  background-color: rgb(255, 30, 30);
  color:rgb(42, 42, 199);
  text-decoration: none;
}
.overlay { 
  color:#fff;
  z-index:12;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1280px){
  nav a{
    letter-spacing: 1px;
    font-size: 0.9em;
    padding:0.5em;
    margin:0 0.5em;
  }
  .logo a{
   float:left;
   font-size: 1em;
  }
}
@media screen and (max-width: 1080px){
  .name-init{
    display:flex;
    padding:1em;
  }
}
@media all and (max-width : 992px){
  .logo{
    display:block;
    float:left;
    width:30%;
    text-align: center;
    padding:0;
  }
  .name-init{
    padding:1em;
    float: right;
    width:65%;
    justify-content: center;
    display:flex;
  }
  nav{
    margin:0;
  }
  nav ul{
    width:100%;
  }
  .toggle + a, .menu{
    display: none;
  }
  .toggle{
    display:block;
    padding:0.32em 3.2em;
    background: rgb(20, 3, 3);
    color: white;
    border-radius: 3px;
    cursor: pointer!important;
    margin:0 1em 0 0;
    float:left;
    border:none;
    font-size: 20px;
  }
  .menu .toggle{
    float:none;
    text-align: center;
    margin:auto;
    width:70%;
    padding:5px;
    color:rgb(73, 73, 73);
    font-size:0.9em;
    letter-spacing:1px;
    background: none;
  }
  .toggle:hover{
    background: white;
    color: rgb(29, 29, 29);
  }
  [id^=drop]:checked + ul{
    display:block;
    background: azure;
    padding:15px 0;
    text-align: center;
  }
  nav ul li{
    display:block;
    width:100%;
    padding:5px 0;
    margin:0;
  }
  nav ul ul li{
    display: block;
    width: 100%;
    padding:0;
  }
  nav ul ul{
    position: static;
    float: none;
  }
  nav ul li ul li:hover{
    background: white;
  }
  nav ul ul li:hover > ul,
  nav ul li:hover > ul{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .toggle{
    display: block;
    padding:0.32em 1.5em;
    text-align: center;
  }
  .logo a{
    float:left;
    padding-top:0.5em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 568px){
  .buton0{
    padding:0.6em 1em;
  }
}
/*/navbar*/

/*Contact section*/
h3.sd-title, h3.sd-title.two {
   font-size: 3em;
   color: #444;
   margin-top: 50px;
   margin-bottom: 20px;
}
@media screen and (max-width: 1366px)
{
h3.sd-title, h3.sd-title.two, h4.tittle {
   font-size: 2.9em;
}
}
.c-para0{
    color: gray;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8em;
}
.sd-form{
    margin:0 auto;
    width:80%;
}
.sd-form{
    margin:0 auto;
    width:80%;   
}
.form-group label{
  color: gray;
    font-size:0.9em;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 8px;
}
.form-group input{
  outline:none;
  padding:16px 0;
  text-transform: capitalize;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: azure;
  color:black;
}
.form-group textarea{
  border: 1px solid #ccc;
border-radius: 4px;
background: azure;
min-height:17em;
}
.t0{
    margin:25px;
}
.tx-sub{
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  background-color: rgb(255, 46, 46);
  letter-spacing: 2px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  transition: transform .2s linear, box-shadow .2s linear;
  padding: 1em 2.5em;
  border-radius: 4px;
}

/*Map section*/
.sec1{
    margin-top: 5%;
}
.sec1 iframe{
    min-height: 20em;
    border: none;
    background: #e8eaec;
    padding: 0.4em;
    width: 100%;
}

/*Repay section*/
.sec5{
    background-color: rgba(0, 0, 0, 0.815);
  }
  .text-center{
   text-align: center;
  }
  .text-center a{
    font-size: 40px;
    display: initial;
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
  }
  .text-center a:hover{
    color: rgb(226, 225, 225);
    text-decoration: none;
  }
  .link-r{
    padding:50px;
  }
  .link-c hr{
  border-color: rgba(255, 255, 255, 0.205);
  }
  .lin{
    padding:15px;
    color:rgba(255, 255, 255, 0.295);
  }
  .link_info{
    padding-left: 0px;
    text-decoration: none;
    list-style: none;
  }
  .link_info a{
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.295);
  }
  .link_info a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.137);
  }
  #addr{
    padding-top:35px;
    color:rgba(255, 255, 255, 0.295);
  }
  #addr p{
    width:170px;
  }
  .d2{
    padding-top:75px;
  }
  .d2 h3{
    color:white;
  }

  /*Footer section*/
.copy-right {
    letter-spacing: 2px;
    color: #777;
  }
  p.copy-right-grids {
    letter-spacing: 2px;
    color: #777;
  }
  p.copy-right-grids a {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#777;
  }
  p.copy-right-grids a:hover{
    text-decoration: none;
    color: red;
  }
  .sd-icons li {
    display: inline-block;
    margin: 0 13px;
  }
  .sd-icons li a span:hover{
    color: red;
    }
  .sd-icons li a span {
    color: #333;
    font-size: 19px;
  }
  .sd-icons li a{
    font-size: 20px;
  }
  .move-top {
    margin-top: 1.2em;
  }
  a.move-top span {
    width: 36px;
    height: 36px;
    text-align: center;
    border: transparent;
    line-height: 2.5em;
    background: #f7f7f7;
    border-radius: 5px;
  }