html{
    margin-top:0px;
}
.sidebar{
    background: #000;
    color:#fff;
    padding:20px;
    margin: 0 0 30px;
}
.wp-block-file .wp-block-file__button {
	background: #007aff !important;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}
.wp-block-file .wp-block-file__button:hover {
    background: #007aff !important;
    color: #fff;
}
.wp-post-image{
    float:left;
    margin:0 15px 10px 0;
}
.format-image h2{
    color:#fff;
    background:#717171;
    padding:15px;
}
.format-video h2{
    color:#fff;
    background:#211e1e;
    padding:15px;
}
.format-standard h2{
    color:#444;
    background:#d2d2d2;
    padding:15px;
}
.post-categories::before{
  padding-left:0px !important;
}

.blog article{
    display: inline-block;
    margin: 0 0 30px;
    width:100%;
}
.blog article h2{
    margin-bottom:15px;
}
.blog article p>img{
    width:100%; 
    height:auto;
}
.wp-block-group {
    margin-top:20px;
}
.wp-block-group h2{
    color:#fff !important;
    font-size:20px !important;

}

.wp-block-group li a{
    color:#fff;
}
.wp-block-group li a:hover, .wp-block-group li a:active{
    color:#fff;
}
.wp-block-archives{
    list-style-type: none;
    padding-left:0 !important;
}

.wp-block-heading{
    border-bottom: 1px solid #fff;
    padding-bottom:0.6rem;
}

.service-item .widget-wrapper .wp-block-heading{
    
    border-bottom: 1px solid #fff;
    font-size:20px;
}
.service-item .widget-wrapper .wp-block-heading:hover, .service-item .widget-wrapper .wp-block-heading:active{
    color:#fff
}
.wp-block-categories{
    list-style-type: none;
    padding-left:0 !important;
}
.post-categories {
    list-style-type: none;
}
.post-categories li{
    display: inline;
    

}




/* about us page css */
.hero-about{
   
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  .hero-text h1{
    font-size:50px
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  .carousel-caption{
    text-shadow:2px 2px 10px #000;
  }
  .carousel-caption{
    top:39%;
  }
  .mar-bot-30{
    padding-bottom:30px !important;
  }
  .mar-bot-40{
    padding-bottom:40px;
  }
 
  .mar-top-30{
    padding-top:30px;
  }
  .footer-contact p a{
    color:#fff !important;
  }
  .footer-contact p a:hover{
    color:#fff !important;
  }
  .top-bar div{
    color:#fff !important;
  }
  .white{
    color:#fff !important;
  }
  .white:hover{
    color:#fff !important;
  }
  div#google_translate_element div.goog-te-gadget-simple {
    font-size: 19px;
}

div#google_translate_element div.goog-te-gadget-simple {
    background-color: black;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: green
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: blue
}

div#google_translate_element div.goog-te-gadget-simple {
    border: none;}
.mar-top-15{
    margin-top:15px;
}
div #flags{
        display:none !important;
    }
.memebers-section ul{
  list-style: none;
  padding: 0;
}
.memebers-section ul li{
  padding-bottom: 5px;
    display: flex;
}
.memebers-section ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);}
  /* contact form css */

  .sitemap-section .wsp-pages-list{
    list-style: none;
    padding: 0;
  }
  .sitemap-section .wsp-pages-list li{
    padding-bottom: 5px;
    display: flex;
    align-items: start;
  }
 
  .section-blue{
    background-color:#183882 !important;
    color:#fff !important;
  }
  .section-blue .section-title h2{
    color:#fff !important;
  }
  .section-blue .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fff;
    margin: 4px 10px;
}

  .section-blue .section-title div span{
    color:#fff !important;
  }
  .section-blue p{
    color:#fff;
    text-align: justify;
  }
.wpcf7-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  .wpcf7-submit{
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
  }
  .wpcf7-submit:hover{
  background: 
  color-mix(in srgb, var(--accent-color), transparent 20%);}
  .wpcf7-text{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .wpcf7-textarea, .wpcf7-text{
    width:100%;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }



  .photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  
  /* comments css */
  .comments-area {
    background: #fbfbfb;
    padding:0 10px 0 10px;
    width:100%;
    }
    
    #comment{
    width: 100% !important;}
    /* Highlight active form field */
     
    .comments-area input[type=text], textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid #DDDDDD;
      width:100% !important;
    }
     
 .comments-area input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
    border: 2px solid rgba(81, 203, 238, 1);
    }
  .comment-form-comment label{
    float:left;
    width:100%;
 }
 
 .comment-form-author label{
    float:left;
    width:100%;
 }
.comment-form-email label{
  float:left;
  width:100%;
}
.comment-form-url label{
  float:left;
  width:100%;
}
#comments{
    font-size:1rem;
}
 .form-submit .submit{
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
  }
  .search-submit{
    background:#fff;
    color:#183882;
    border:1px solid #183882;
  }
  .search-submit:hover{
    color:#fff;
    background:#183882;
    border:1px solid #fff;
  }
 .form-submit .submit:hover{
  background: 
  color-mix(in srgb, var(--accent-color), transparent 20%);}

 /* Search widget. */
.widget_search .search-submit {
  display: none;
}
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}
.widget_recent_entries li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
p{
  font-size:1rem;
}
.social-media ul{
  margin:0;
  padding: 0;
  list-style-type: none;
}
.wp-block-list li{
  list-style-type: none;
  display: inline;
  margin:0 5px 0;
}

@media only screen and (min-width: 1140){
  .alignfull, .alignwide{
    margin-bottom:2em;
  }
  .alignwide{
    width:75vw;
    margin-left:50%;
    transform:translateX(-50%);
  }
  .alignfull{
    width:100vw;
    margin-left:50%;
    transform:translateX(-50%);
  }
}
.editor-post-title__input{
  font:28px 'Oswald', sans-serif;
  margin:15px 0 15px;
}

 .ourwork-section .program-section ul ul{
    list-style: none;
    padding: 0;
  }
  
  .ourwork-section .program-section ul ul li{
    padding-bottom: 5px;
    display: flex;
    /*align-items: start;*/
  }
  .ourwork-section div ul ul i{
    font-size: 20px;
    padding-right: 4px;
    color: var(--accent-color);
  }
.program-section .program-section ul li span{
  font-size:20px;
  color:#183882 !important;
}
.program-section .programs-ul li span{
    font-size: 20px;
    padding-right: none;
    display: inline;
    color: var(--accent-color);
}

.program-section .programs-ul li {
  /*list-style-type: none;
  display: inline-block;*/
  margin:0 5px 0;

} 

