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*/

/*Article0 section*/
@media screen and (max-width: 1366px)
{
h3.title-sd, h3.title-sd.two, h4.tittle {
    font-size: 2.5em;
}
}
h3.title-sd, h3.title-sd.two {
    font-size: 3em;
    color: #444;
    margin:70px 0;
}
.bd{
  padding:0.25em 0.4em;
  border-radius: 0.5rem;
  font-weight: 800;
  font-size:75%;
}
ul.icon{
  padding:0;
  margin:10px 0;
}
ul.icon li{
    display: inline-block;
    color:#777;
}
ul.icon a{
  font-size: 17px;
}
h6.icon-0{
  font-size: 17px;
}
h6.icon{
    font-weight:400;
    letter-spacing: 1px;
    font-size: 16px;
    color:#666;
}
h6.icon span{
    color:#666;
}
.icon li a{
    margin:0 14px;
    color:#666;
}
.icon li a:hover{
  text-decoration: none;
}
.a0 h5{
    font-size:23px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom:0.75em;
}
.a0 h5 a{
    color: #0066b2;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 1em;
}
.a0 h5 a:hover{
  text-decoration: none;
}

/*Article1 section*/
.a1{
    background: azure;
}
.a1 p span{
    vertical-align: middle;
    color: #ec1c24;
    font-size: 2em;
}
.a1 p{
  padding:10px;
}
.a1 a{
    display: inline-block;
    font-size: 18px;
    color:#666;
    letter-spacing: 1px;
    padding:15px 0;
}
.a1 a:hover{
  text-decoration: none;
}

/*Article2 section*/
.categ-sd ul li, .a2-left ul li {
    list-style-type: none;
    font-size: 14px;
}
.categ-sd ul li span, .a2-left ul li span {
    color:#999;
}
.categ-sd ul li a, .a2-left ul li a {
    color:#777;
    font-size:1.1em;
}
.categ-sd ul li a, .a2-left ul li a:hover{
  text-decoration: none;
}
ul.u-m li{
  padding:5px 0;
}

/*Article3 section*/
h3.comment-title {
    font-size: 1.9em;
    color: #0066b2;
    font-weight: 600;
    letter-spacing: 1px;
}
.comments-right h4{
    font-size:19px;
    font-weight: 600;
}
.comments-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}
.comments-right ul li a {
    color: #ec1c24;
}
.comments-right ul li a:hover{
  text-decoration: none;
}
.comments-right p {
    text-transform: capitalize;
}
.u-m{padding-left: 0; margin:10px 0;}
#h-m{margin:0;}
/*Article4 section*/
.form-group textarea {
    min-height: 16em;
    border: 1px solid #ddd;
    background: #F9FAFF;
}
.leave-coment-form textarea {
    min-height: 130px;
    resize: none;
    width: 100%;
    padding: 16px 20px;
}
.a4-leave_comments input[type="text"], .a4-leave_comments input[type="email"],
.a4-leave_comments textarea
{
   outline:none;
   padding:18px 15px;
   color:#333;
   background: azure;
   text-align: left;
   font-size:14px;
   text-transform: capitalize;
   letter-spacing: 2px;
   width:100%
}
.mm-submit{
    text-align: right;
}
.a4-leave_comments button {
    outline: none;
    border: none;
    background: #ec1c24;
    padding: 14px 36px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    text-transform: uppercase;
}

/*Events Right section0*/
.event-right input[type="search"] {
  padding: 10px;
  width: 100%;
  letter-spacing: 1px;
  margin-right: 0 !important;
  height: 46px;
}
.search0 button{
  outline: none;
  border: none;
  background: #ec1c24;
  width:100%;
  padding: 14px 36px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.34);
  font-weight: 600;
  text-transform: capitalize;
}
.post_sd-right h4{
  line-height: 20px;
}
.post_sd-right h4 a {
  font-size: 16px;
  color: #444;
}
.post_sd-right h4 a:hover{
  text-decoration: none;
}
.sd-event-list li{
  display: inline-block;
  font-size:14px;
}
ul.sd-event-list li span{
  color:rgba(180, 179, 179, 0.938);
}
ul.sd-event-list li a{
  color:gray;
}
ul.sd-event-list li a:hover{
  text-decoration: none;
}
.tags-sd ul li a.sd-text {
  padding: 5px 9px;
  margin:0 5px 10px 0;
  display: block;
  text-transform: capitalize;
  color: #777;
}
.tags-sd ul li a.sd-text:hover{
  text-decoration: none;
}
.tags-sd ul li{
  display: inline-block;
}