@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}
body{
    font-family: "Merriweather", serif;
     font-size: 14px;
     overflow-x: hidden;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
h1, h2, h3, h4, h5, h6{font-family: "Oswald", sans-serif;font-weight: 300;}

@-webkit-keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}

@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    padding: 9px !important;
    border: none;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    display: none;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 14px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    padding: 0px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
     padding: 8px 14px;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        padding: 0px;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
 
}

#header-carousel .owl-prev,
#header-carousel .owl-next {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
    font-size: 18px;
}
#header-carousel .owl-prev {left: 2%;}
#header-carousel .owl-next{right: 2%;}
#header-carousel .owl-nav {
    
}

@media (max-width: 768px) {
    #header-carousel .item {
        position: relative;
               min-height: 235px;
    }
    
    #header-carousel .item img {
    }
    .carousel-caption{
        padding-top: 0px;
    }
}


.page-header {
   /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), center center no-repeat;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: block;
}
.section-title h2{
    font-weight: 300;
    font-size: 40px;
}
.section-title h2 span{
    position: relative;
    font-weight: 300;
    color: #009cff;
}
.section-title h2 span::before, .section-title.red-circle h2 label:before, .section-title.red-circle.yellow h2 label:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 4px;
    right: -18%;
    background: #0080FF;
    z-index: -1;
    opacity: 0.2;
    border-radius: 100%;
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
}

.img-border img {
  width:100%;
  padding: 0px 50px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item .overflow_img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 0px;
    transition: .5s;
}

.project-item:hover .overflow_img a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}

.footer .btn.btn-link:hover {
    color: #ddd;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
.donatenow{
    background: #ff5858;
    border-radius: 0px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 30px;
}
.footer .copyright a:hover {
    color: var(--primary);
}
.footer p{
    color:#fff;
    margin-bottom: 0px !important;
    line-height: 25px;
}
/*start css*/
.bg-dark {
    background-color: #00162D !important;
}
a.navbar-brand img {
    width: 85px;
}
.topright_nav li {
    list-style:none;
}
.topright_nav li a{
  color:#fff;
  font-family: "Poppins", sans-serif;
}
.topright_nav ul {
    margin: 0px;
}
.right_btn .btn:hover{
    background: #0080ff;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.right_btn .btn {
    border: 1px solid #0080FF;
    padding: 10px 13px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
}
.right_btn .btn img{
  width:25px;
}
.navbar-nav {
    padding: 0px;
    margin: 0px auto;
    justify-content: center;
    width: 100%;
}
.navbar-nav li{list-style: none;margin: 0px 0px;width: 100%;}
.navbar-nav li a:hover, .navbar-nav li.current a {
    color: #ebebeb;
    transition: all 0.3s ease-in-out;
    background: #3994ef;
    }
.navbar-nav li a{
  color:#fff;
  padding: 14px 15px;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.sociles img{
    width:30px;
}

#header-carousel .item {
    height: 700px;
    object-fit: cover;
    background-repeat: no-repeat;
}
.bannertext{
    position:relative;
    width: 60%;
}
.bannertext h1:before {
    content:'';
    background: #0080FF;
    left: -8.3%;
    position: absolute;
    width: 11%;
    top: 0;
    height: 100%;
    display: none;
    }
.bannertext h4:before {
    content:'';
    background: #2C2C2C;
    left: -11%;
    position: absolute;
    width: 11%;
    top: 0;
    height: 100%;
    display: none;
    }
.bannertext h1{background: #0080FF;width: 100%;padding-top: 20px;padding-bottom: 20px;padding-right: 30px;padding-left: 62px;font-weight: bold;font-family: "Merriweather", serif;font-size: 40px;position: relative;}
.bannertext h4{
    position: relative;
    width: 75%;
    background: #2C2C2C;
    font-size: 16px;
    font-weight: 200;
    padding: 20px 0px;
    padding-right: 50px;
    padding-left: 62px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: "Oswald", sans-serif;
}
.sliderbtn{background: #FF5858;color: #fff;border: none;padding: 10px 35px;border-radius: 2px;}
.blue{
    color:#0080FF;
}
.contents_h3 h3{margin-bottom: 15px;font-size: 22px;}
.contents_h3 h6{
    font-weight: 400;
}
.cirles{position: absolute;top: -130px;left: 0;}.cirles img{
    -webkit-animation: moveTopBottom 4s infinite ease-in-out;
    animation: moveTopBottom 4s infinite ease-in-out;
    width: 100%;
}
.project-item:hover .overden img, .semron-item:hover .overden img{
    transform: scale(1.03);
     transition: all 0.4s ease-in-out;
}
.overden{
    display: block;
    overflow: hidden;
}
.btn.btn-lg:hover, .sliderbtn:hover {
    background: #0080ff;
    transition: all 0.4s ease-in-out;
    }
.btn.btn-lg{
    background: #FF5858;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0 auto;
    display: table;
    padding: 7px 30px 9px;
    border-radius: 1px;
    transition: all 0.4s ease-in-out;
    border-color: #FF5858;
    font-size: 16px;
}
img{
    transition: all 0.4s ease-in-out;
}
.eventcontent {
    background-color:#fff;
    padding: 20px;
    transition: all 1s ease-in-out;
}
.eventcontent:hover{
   transition: all 1s ease-in-out;
  background: linear-gradient(142.99deg, #0080FF -20.24%, #002C58 106.57%);  
}
.eventcontent span {
    color: #000000;
    font-size: 16px;
}
.eventcontent:hover h4, .eventcontent:hover h4 a, .eventcontent:hover p, .eventcontent:hover span{
    color: #fff;
}
.project-item {
    border-radius: 8px;
    box-shadow: 0px 2px 55px #cfcfcf;
    overflow: hidden;
}
.semron-item {
    border-radius: 8px;
    overflow: hidden;
}
.project-item .btn{background: #FF5858;color: #fff;font-family: "Oswald", sans-serif;font-weight: 400;margin: 0 auto;display: table;padding: 5px 30px 6px;border-radius: 1px;font-size: 17px;}
.eventcontent h4{font-size: 25px;color: #0080FF;font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}.eventcontent p{
    color: #000000;
    font-size: 16px;
}.semroncontent h4{font-size: 25px;color: #0080FF;font-weight: 500;margin-bottom: 13px;margin-top: 6px;}.semroncontent p{
    color: #000000;
    font-size: 16px;
    font-family: "Merriweather", serif;
    margin: 0px;
}
.semroncontent span{
    color: #000000;
    font-size: 16px;
}
.semroncontent {
    padding: 20px 0px;
    transition: all 1s ease-in-out;
}
.set-bg{
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}
.section-title.red-circle h2 span::before{
    display: none;
}
.section-title.red-circle h2 label, .section-title.red-circle.yellow h2 label{
    position: relative;
}
.section-title.red-circle h2 label::before{background: #FF5858;left: -9px;z-index: 9;}
.section-title.red-circle.yellow h2 label::before{background:#B5A592;left: -9px;z-index: 9;}

.recentallownce{
    background: linear-gradient(142.99deg, #0080FF -20.24%, #002C58 106.57%);

}
.content_news p {
    color: #000000;
    font-size: 16px;
    font-family: "Merriweather", serif;
/*     margin-bottom: 0px; */
}
.content_news h4 {
    font-size: 25px;
    color: #0080FF;
    font-weight: 500;
}
.content_news {
    background-color: #fff;
    padding: 20px;
    transition: all 1s ease-in-out;
		height:100%;
}
.content_news span {
    color: #000000;
    font-size: 16px;
}

.content_news:hover h4, .content_news:hover p, .content_news:hover span{
    /* color:#fff; */
}
.content_news:hover {
    transition: all 1s ease-in-out;
    /* background: #0080FF; */
    height:100%;
}
.overden_new {
    display: block;
    overflow: hidden;
	height:100%;
}
.news-item:hover .overden_new img {
    transform: scale(1.03);
    transition: all 0.4 ease-in-out;
}
.news-item {
     border-radius: 6px;
    box-shadow: 0px 1px 10px #82b7e9;
    overflow: hidden;
}
.green{
    color:#007E0F;
}
.footer{
  background:#001830;  
}
.footer h5{
 font-family: "Poppins", sans-serif;   
}
.adresul i{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #0080FF;
    padding: 5px;
    text-align: center;
}
.adresul {
    margin-left: -40px;
}
.newsletter {
    background: linear-gradient(142.99deg, #0080FF -20.24%, #002C58 106.57%);
}
.lettertext h2{
color: #fff;
    }.lettertext p{
  color: #fff;
  margin: 0px;  
}
.sendtext input{padding: 15px 19px;}.sendtext .btn{
    border-radius: 0px;
    background-color: #0080FF;
    border-color: #0080FF;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.section-title.yellow h2 span:before{
background-color:#EBDD99;
    opacity: 0.6;
}
.fe_iteml_bv{
    display: block;
    overflow: hidden;
}
.content_cl_try h3{color: #fff;    font-size: 25px;}
.content_cl_try p{
    color: #fff;
    font-size:16px;
}
.content_cl_try {
    background: linear-gradient(142.99deg, #0080FF -20.24%, #002C58 106.57%);
    padding: 20px 20px 42px;
    position: relative;
    height: 100%;
}
.reblog{background: #FF5858;color: #fff;font-family: "Oswald", sans-serif;font-weight: 400;padding: 7px 34px 10px;border-radius: 1px;position: absolute;right: 0;border: none;bottom: 0;}
.fetaured_nv {
    margin-bottom: 0px;
    border-bottom: 2px solid #eee;
}
.filevl{width: 115px;margin-left: 20px;}
.filevl a i{
    display: block;
    margin-bottom: 9px;
}
.filevl a:hover{
        background-color: #0080FF;
}
.content_news:hover span, .eventcontent:hover span{
     /* filter: brightness(0) invert(1); */
}
.filevl a{
    display: block;
    background: #ff5858;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-family: "Oswald", sans-serif;
      transition: all 0.4s ease-in-out;  
}
.pdn{
    padding: 0px;
}
.iten_vm p{font-family: "Oswald", sans-serif;font-size: 24px;font-weight: 300;width: 80%;margin: 0px;}
.mainheads{
    transition: all 0.4s ease-in-out;
    }
.mainheads.sticky{
    position: fixed;
    left:0;
    right: 0;
    z-index: 9999;
    background-color:#fff;
    top: 0;
   /* transition: all 0.4s ease-in-out;*/
}
.iten_vm {
    display: flex;
    align-items: center;
    padding: 25px 0px;
}
.cirles-right{
    position: absolute;
    bottom:30px;
    right: 0;
    }.cirles-right img{
   width:40px; 
    -webkit-animation: moveTopBottom 4s infinite ease-in-out;
          animation: moveTopBottom 4s infinite ease-in-out;
}
.featured_absolute_img{
    position: absolute;
    top: 30%;
    left: 0;
    }.featured_absolute_img img{
   width:40px; 
    -webkit-animation: moveTopBottom 4s infinite ease-in-out;
          animation: moveTopBottom 4s infinite ease-in-out;
}.featured_absolute_img2{
    position: absolute;
    bottom:0px;
    right: 0;
    }.featured_absolute_img2 img{
   width:40px; 
-webkit-animation: moveTopBottom 4s infinite ease-in-out;
          animation: moveTopBottom 4s infinite ease-in-out;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    background: #000000;
}
@media (min-width:768px) and (max-width:1024px){
    .right_btn .btn img {
    width: 16px;
}
    .right_btn .btn {
    padding: 6px 8px;
    font-size: 14px;
}
}
@media (max-width:991px){
    .mainheads.sticky .navbar-dark .navbar-toggler{
margin-right: 15px;
    }
    .navbar-nav li a i{
        display: none;
    }
    .navbar-nav > li.current > a:after {
    left: 7px;
    right: auto;
}
    .semroncontent h4 {
    font-size: 17px;
}
    .content_news h4 {
    font-size: 17px;
}
    .eventcontent {
    padding: 10px;
}
    .eventcontent p {
    font-size: 13px;
}
    .eventcontent span {
    font-size: 9px;
}
    .eventcontent h4 {
    font-size: 19px;
}
    .footer .col-lg-2, .footer .col-lg-3{
        margin-bottom: 10px;
    }
    .donatenow {
    margin-top: 0px;
    margin-bottom: 20px;
}
    .lettertext {
    margin-bottom: 20px;
}
    .img-border img {
    padding: 0px 0px;
}
    .cirles-right img {
    width: 15px;
}
    .section-title {
    margin-bottom: 20px !important;
}
    .setbg {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .semron-item{
       margin-bottom:30px;  
    }
    .featured_absolute_img2 {
    bottom: -29px;
}
    .featured_absolute_img2 img {
    width: 20px;
}
    .featured_absolute_img {
    top: 50%;
}
    .featured_absolute_img img {
    width: 20px;
}
    .news-item{
   margin-bottom:30px;
    }
    .btn.btn-lg {
    padding: 3px 15px 5px;
    margin-top: 0px !important;
}
    .project-item .btn {
    padding: 3px 19px 4px;
}
.project-item{
    margin-bottom:30px;
}
  
    .cirles {
    width: 20px !important;
}
    .cirles img {
    width: 100%;
}
    .section-title h2 {
    font-size: 30px;
}
    .sliderbtn {
    position: relative;
}
   .bannertext h4 {
    background: rgb(44 44 44 / 51%);
    font-size: 9px;
    padding: 10px 5%;
    width: 100%;
}
    .bannertext h1 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5%;
        padding-right: 10px;
        font-size: 14px;
        background: rgb(0 128 255 / 41%);
}
    .bannertext {
    width: 100%;
}
    .navbar.sticky-top {
    padding: 0px 0px;
}
	.midlec .container {
    padding: 0px;
}
	.midlec.bg-primary.navbar-dark {
    background-color: #222222 !important;
		        padding: 0px 14px;
}
}
.serchmodal input, .serchmodal .form-control:focus{
    color: #fff;
}
.navbar .nav-item .dropdown-menu ul{
    padding: 0px;
}
.navbar .nav-item.dropdown a:hover{
    color: #ebebeb;
    }.navbar .nav-item .dropdown-menu ul li a{
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 10px 12px;
    font-size: 14px;
    text-align: left;
}.navbar .nav-item .dropdown-menu ul li a:hover{
    color: #fff;
    background: #0080ff;
}
.donatenow:hover {
    background: #0080ff;
    color: #fff;
    }
.aboutcontent .cirles, .worship_content .cirles, .agration_content .cirles {
    position: absolute;
    top: -30px;
    left: 0;
    width: 45px;
}
.about_absolute{
    position: absolute;
    top: 40%;
    left: 0;
}
.about_absolute img{
      width: 40px;
    -webkit-animation: moveTopBottom 4s infinite ease-in-out;
    animation: moveTopBottom 4s infinite ease-in-out;  
}
.roterdam {
padding: 25px;
height: 100%;
border-radius: 7px;
    }.roterdam h3{
        font-size: 24px;
        margin-bottom: 15px;
}.roterdam p{
    line-height: 24px;
    font-size: 16px;
}
.roterdam.backg p{
    color:#fff;
}
.roterdam.backg{
    background: linear-gradient(142.99deg, #0080FF -20.24%, #002C58 106.57%);

}
.ourvission h3{margin: 10px 0px;font-size: 25px;}
.ourvission img{
  width:70px;  
}
.circlemidle{
    background-color: rgba(212, 212, 212, 0.2);
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.menulist h4{font-size: 18px;font-weight: 500;}
.mega-sub-menu ul{
padding: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
font-family: "Poppins", sans-serif !important;	
}
.mega-sub-menu li a{
    color: #000;
    padding: 7px 0px;
    text-align: left;
	 
}.mega-sub-menu li a:hover{
    color: #0080ff;
    background: transparent;
}
.navbar-nav > li:hover > .mega-sub-menu {
        opacity: 1;
        transform: translate(0, 0);
        display: block;
    }
.mega-sub-menu{
    border-radius: 8px;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    z-index: 999;
    border-radius: 0;
    background: #f9f9f9;
    border: 0;
    padding: 20px 30px;
    position: absolute;
    width: 85%;
    max-width: none;
    right: 0;
    display: none;
}
.imageabout2{
    float:right;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about_right_side {
    background: #EFEFEF;
    border-radius:7px;
    overflow:hidden;
}
.about_right_side h4 {background: #2c96ff;color: #fff;text-align: left;padding: 10px 18px;font-size: 23px;}
.about_right_side ul {padding-top: 10px;padding-bottom: 20px;}.about_right_side ul li{padding: 4px 0px;font-family: "Oswald", sans-serif;color: #000;font-size: 16px;line-height: 24px;}
.about_right_side ul li a{
	color:#000;
}
.mistry_content{position: absolute;right: 1%;background: #0080ff;padding: 20px;border-radius: 5px;width: 50%;top: 50%;transform: translateY(-50%);}
.mistry_content p{
    color: #fff;
    line-height: 30px;
}
img.m-img-2 {
    width: 310px;
    float: left;
    padding-right: 27px;
    padding-bottom: 15px;
}
img.m-img-3 {
    width: 310px;
    float: right;
    padding-left: 27px;
    padding-bottom: 15px;
}
.absolutes{
    border-radius: 5px;
    box-shadow: 0px 4px 15.6px 3px #00000099;
    padding: 20px;
    margin-right: -28%;
    position: relative;
    background: rgb(255 255 255 / 75%);
}
#header-carousel .carousel-prev-icon, #header-carousel .carousel-next-icon {
  font-size: 20px;
    position: relative;
}
.fs-18 {
    font-size:18px;
}
.fw-600{
    font-weight:600;
}
.navtype {
    border-top: 1px solid #2c96ff;
    border-bottom: 1px solid #2c96ff;
    padding: 15px 0px;
}
.parcher_item{margin-bottom: 30px;}
.parcher_item h4{
  font-family: "Merriweather", serif;
  color: #2c96ff;
  font-size: 17px;
}.parcher_item h5{
 font-family: "Merriweather", serif;
 font-size: 16px;
}
.imageparcher{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.imageparcher:hover img{
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}
.parcher_ab-right {
    position: absolute;
    right: 0;
    top: 25%;
    width: 45px;
}
.left-percircle {
     position: absolute;
     left: 0;
     top: 15%;
     width: 45px;
     z-index: -1;
}
.parcger-left {
     position: absolute;
     left: 0;
     bottom: 15%;
     width: 45px;
     z-index: -1;
}
.parcger-left img, .left-percircle img{
    width: 100%;
 -webkit-animation: moveTopBottom 4s infinite ease-in-out;
    animation: moveTopBottom 4s infinite ease-in-out;	
}
.imageabout3v {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 47%;
}
.right_dp{
    float:right;
}
    .navbar .nav-item .dropdown-menu ul li:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        padding: 0px;
    }
.navbar .nav-item .dropdown-menu ul li .dropdown-menu{
    display: block;
    visibility: hidden;
    top: 0%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
    left: 100%;
}
.parcher_ab-right img{
    width: 100%;
	 -webkit-animation: moveTopBottom 3s infinite ease-in-out;
    animation: moveTopBottom 3s infinite ease-in-out;
}
.imageparcher img{
    width:100%;
}
.g_overgaln {
    display: block;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    height: 220px;
}
.galeryof, .galeryof_detail{
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom:16px;
}
.g_overgaln img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galeryof:hover .g_overgaln img, .galeryof_detail:hover .g_overgaln img {
    transform: scale(1.03);
    transition: all 0.4s ease-in-out;
}
.galeryof_detail:hover a {
    opacity: 1;
}
.galeryof_detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 0px;
    transition: .5s;
}
.galeryof h4 a{color: #000;}
.galeryof h4 a{
 transition: all 0.4s ease-in-out;
 background-color: #EAEAEA;
 margin: 0px;
 padding: 13px;
 text-align: center;
 font-weight: 400;
 font-size: 20px;
 display: block;
}
.galeryof:hover h4 a{
     transition: all 0.4s ease-in-out;
     background-color: #0080FF;
     color: #fff;
}
.dfeom input{box-shadow: 0px 7px 9.3px 0px #00000033;border-color: #868686;padding: 12px 15px;font-size: 15px;}
.dfeom textarea{
    box-shadow: 0px 7px 9.3px 0px #00000033;
    height: 140px;
    border-color: #868686;
    padding: 10px 15px;
    font-size: 15px;
}
.send{
    background: #ff5858;
    border-radius: 4px;
    color: #fff;
    padding: 7px 30px;
    margin-top: 10px;
    border-color:#ff5858;
}
/* .pagination{margin-top: 30px;justify-content: center;}
 .pagination ul a, 
  .pagination ul span{
    margin: 0px 5px;
    font-weight: 600;
    background: #d8d8d8;
    color: #000000;
    padding: 6px 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
}.pagination ul span.current, .pagination ul span:hover{
    color: #ffffff;
    background: #0080ff;
}.pagination li a{
    padding: 4px 6px;
    text-align: center;
}
.pagination li{
    text-align: center;
    list-style: none;
}
.pagination span a{
  color: #fff;   
}
.pagination ul{
    padding: 0px;
    margin: 0px;
	display:flex;
} */

.pagination-wrapper {margin-top: 30px;justify-content: center;}
.pagination-wrapper a, 
.pagination-wrapper span{
    margin: 0px 3px;
    font-weight: 600;
    background: #e7e6e6;
    color: #000000;
    padding: 6px 6px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    text-align: center;
    width: 36px;
    height: 31px;
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
}.pagination-wrapper span.current, .pagination-wrapper span:hover{
    color: #ffffff;
    background: #0080ff;
}.pagination-wrapper a{
    text-align: center;
}
.pagination-wrapper  li{
    text-align: center;
    list-style: none;
}
.pagination-wrapper span a{
  color: #fff;   
}
.pagination-wrapper ul{
    padding: 0px;
    margin: 0px;
	display:flex;
	justify-content:center;
}
.navtabs_cl{

}
.navtabs_cl .nav.nav-tabs{border: none;}
.navtabs_cl .nav.nav-tabs li .nav-link{
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    padding: 6px 36px;
    border: none;
    border-bottom: 2px solid #0b84fd;
    color: #0682fe;
    border-radius: 0px;
}
.navtabs_cl .nav.nav-tabs li .nav-link.active, .navtabs_cl .nav.nav-tabs li .nav-link:hover{background: #0080FF;color: #fff;}
.hope_vs {
    box-shadow: 0px 17.55px 23.4px 0px #00000066;
    background: #EFEFEF;
    padding: 20px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}
.hope_vs h3 {
    color: #2c96ff;
    font-size: 22px;
}
.green_dim {
    background: #0080FF;
    padding: 15px 15px;
    box-shadow: 0px 17.55px 23.4px 0px #00000066;
    margin-bottom: 20px;
    border-radius: 15px;
}
.leader_corner:hover .sub_menu_dropdown{
  transition: all 0.3s ease-in-out;
    opacity:1;
    visibility: visible;  
}
.sub_menu_dropdown {
    position: absolute;
    background: #0080FF;
    transform: translateY(27px);
    z-index: 9999;
    padding: 20px 20px;
    border-radius:10px;
    box-shadow: 0px 4px 14.6px 0px #00000099;
    transition: all 0.3s ease-in-out;
    opacity:0;
    visibility: hidden;
    width: 96%;
}
.sub_menu_dropdown ul.list{
    list-style: circle;
    color: #fff;
    padding-left: 15px;
}
.sub_menu_dropdown h4{font-size: 20px;color: #fff;}.sub_menu_dropdown ul{
    padding: 0px;
    list-style: none;
}.sub_menu_dropdown ul li{
    padding: 3px 0px;
}.sub_menu_dropdown li a{
    color: #f1f0f0;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
	    font-family: "Poppins", sans-serif !important;
}
.sub_menu_dropdown li a:hover{
    padding-left: 2px;
}
.sel_dwon{position: relative;}
.sel_dwon:before{
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 50px / 1 FontAwesome;
    position: absolute;
    top: -47px;
    color: #0080ff;
    left: 10%;
}
.sel_dwon.mid:before{
 left: 50%;   
}
.sub_menu_dropdown .border-right{
    border-right: 1px solid #7abdff;
}
.right_btn .btn:hover img{
    filter: brightness(0) invert(1);
}
.carousel-captions {
    padding-top: 20px;
}
.lightbox {
/*     transform: translateY(40%); */
}
@media (min-width:1100px){
    .pdlg{
    padding-left: 25px;
}
}
@media (max-width:1024px){
  .navbar-nav li a{
        text-align: left;
    }
}
.aboutcontent p strong.blue{
	font-size:18px;
}
@media (max-width:767px){
    .about_right_side.mt-5.mobile-mb-bottom {
    margin-top: 20px !important;
}
    .pagination{
        margin-bottom:40px;
    }
    .media_imb {
    margin-top: 20px;
}
    .parcher_ab-right {
    width: 25px;
}
    .left-percircle {
    width: 20px;
}
    img.m-img-3 {
    width: 100%;
    padding-left: 0px;
}
    img.m-img-2 {
    width: 100%;
    padding-right: 0px;
}
    .absolutes {
    margin-right: 0px;
    margin-bottom: 25px;
}
    .navbar-nav li a{
        text-align: left;
    }
    .imageabout2 {
    padding-left: 0px;
    width: 100%;
}
    .mistimg {
    margin: 25px 0px;
}
    .mistry_content {
    position: relative;
    right: 0px;
    width: 100%;
    top: 0%;
    transform: none;
    margin: 20px 0px;
}
    .mobile-mb-bottom{
        margin-bottom: 20px;
    }
    .roterdam.bg-light{
        margin-top: 30px;
    }
    .roterdam{
        height: auto;
        margin-bottom: 30px;
    }
    .page-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-position: center;
}
    section.our_vision {
    padding-top: 0px !important;
}
    .ourvission {
    margin: 15px 0px;
}
    .circlemidle {
    width: 300px;
    height: 300px;
}
}
@media (max-width:1024px) and (min-width:768px){
    .bannertext h1:before, .bannertext h4:before{
        display: none;
    }
        .bannertext h1 {
        font-size: 35px;
    }
    .bannertext h4 {
        background: rgb(44 44 44 / 51%);
        font-size: 14px;
        padding: 10px 5%;
        width: 65%;
    }
}

@media (max-width:1200px) and (min-width:1050px){
    .navbar-nav li a {
    padding: 14px 2px;
}
    .bannertext {
    width: 80%;
}
    .bannertext h1 br{
        display: none;
    }
}
@media (max-width:1366px) and (min-width:1200px){
    .navbar-nav li a {
    padding: 14px 13px;
}
}
        .navbar-nav li a {
        text-align: center;
        padding: 14px 3px;
    }
    .bannertext h1 {
    font-size: 30px;
}
   .bannertext h1 br{
    display: none;
   }
}
@media (max-width:767px){
	.navbar-collapse {
    position: absolute;
    right: 0;
display: block !important;
}
    .bannertext h1:before, .bannertext h4:before{
        display: none;
    }
      #header-carousel .item {
               height: 245px;
        background-size: contain;
    }
}
.text_rm li a
{
    display: block;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    color: #ffffff !important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
    line-height: 25px;
}
.text_rm ul li a:hover
{
    color: #ddd;
    letter-spacing: 1px;
    box-shadow: none;
}
.text_rm ul li
{
    list-style: none;
}
.text_rm ul
{
    padding: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #0080ff !important;
}
@media only screen and (min-width: 769px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 50px !important;
    height: 50px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center !important;
	display: flex !important;
    justify-content: space-between !important;
	}
    #mega-menu-wrap-primary {
        background: #0080ff !important;
		width:100% !important;
    }
}
.sendtext br, .sendtext span.wpcf7-spinner{
	display:none;
}
.sendtext p{
	margin:0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	    font-family: "Poppins", sans-serif !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    margin-top: 4px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #0080ff !important;
}
#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-megamenu > ul.mega-sub-menu:before {
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 50px / 1 FontAwesome;
    position: absolute;
    top: -28px;
    color: #0080ff;
    right: 10%;
}
#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed !important;
    z-index: 9999 !important;
    width: 70% !important;
    right: 5% !important;
    left: unset !important;
    background: #0080ff !important;
    border-radius: 8px !important;
	top: 20%;
}
@media only screen and (min-width: 769px) {
	#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, #mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	  background: #ffffff !important;	
	}
    #mega-menu-wrap-our_media_menu {
        background: #ffffff !important;
        border: 1px solid #0080FF !important;
        border-radius: 5px !important;
        color: #000;
        padding: 2px 14px !important;
    }
	#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item{
		width:100% !important;
	}
	#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu > li.mega-menu-item > a.mega-menu-link{
		color:#777 !important;
		    text-align: center !important;
		font-size: 16px !important;
	}
	#mega-menu-wrap-our_media_menu #mega-menu-our_media_menu a.mega-menu-link{
	color:#fff !important;
	font-family: "Poppins", sans-serif !important;
	}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	text-align:center !important;
	    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif !important;
	    padding: 0px 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
/*     width: 100% !important; */
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link::before{
    content:'';
    background-image: url(https://demoshowcase.in/churchwp/wp-content/themes/church/images/line.png) !important;
    height: 4px !important;
    width: 38px !important;
    background-size: contain !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto !important;
}
.text_rm li {
    list-style: none;
}
ul.sumlang {
    padding: 0px;
    text-align: left;
    background: #fff;
    position: absolute;
    top: 26px;
      width: 120px;
    z-index: 999;
}
ul.sumlang li a {
    color: #000;
    padding: 4px 11px;
    display: block;
    border: 1px solid #f6f3f3;
    box-shadow: 0px 1px 3px #ddd;
}
.pdf_links{margin-bottom: 8px;border-radius: 5px;padding: 8px 12px;transition: all 0.3s ease-in-out;background: #f4f3f3;border: 1px solid #eee;}
.pdf_links img{width: 23px;    margin-right: 3px;}
.pdf_links a{
    color: #006fc0;
    font-weight: bold;
    text-decoration: underline;
}
.pdf_links:hover{
 background: #d5d4d4;
}
.pdf_links a.nobold{
	    color: #45afe0;
    font-weight: normal;
}
.text_abn h3 {
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
    color: #23307c;
}
.contents_h3{
    font-size: 16px;
    line-height: 25px;
}
.overden img{
    width: 100%;
}
.fs-16{
    font-size: 16px;
    line-height: 25px;
}
.aboutcontent p, .abotinfo p{
 font-size: 16px;
    line-height: 25px;	
}
.ourvission p{
font-size: 16px;
    line-height: 25px;	
}
.project-item .overflow_img a img{
	width:100%;
}
img.iconblogs {
    position: absolute;
    top: 11px;
    z-index: 9;
    width: 23px;
    left: 40px;
}
.text_seond ul li {
    font-size: 16px;
    line-height: 25px;
}
@media (min-width:1100px){
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size:18px;
	}
}
.project-item .overflow_img > a > img{
	    width: 30px;
}
.cebtertextv p{
 font-size: 16px;
    line-height: 25px;	
}
.about_right_side ul li.current_page_item a, .about_right_side ul li.current_page_item{
  color: #0080ff;
}
.lb-data .lb-caption {
    margin-bottom: 10px;
    background: #045db2;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    display: table;
    font-size: 12px;
}





.home {
    position: relative;
}

.home .banner {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    /* background: #141a20; */
    background-size: cover!important;
    margin: 0 0 40px
}

@media screen and (min-width: 768px) {
    .home .banner {
        margin:0 0 75px
    }
}

.home .banner .headline h1 {
    color: #fff;
    font-family: Merriweather,serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 41px;
    line-height: 2.5625rem
}

@media screen and (min-width: 375px) {
    .home .banner .headline h1 {
        font-size:28px;
        font-size: 1.75rem;
        line-height: 41px;
        line-height: 2.5625rem
    }
}

@media screen and (min-width: 768px) {
    .home .banner .headline h1 {
        font-size:42px;
        font-size: 2.625rem;
        line-height: 60px;
        line-height: 3.75rem
    }
}

@media screen and (min-width: 992px) {
    .home .banner .headline h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.home .banner .subhead h2 {
    color: #fff;
    font-family: Oswald,sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media screen and (min-width: 375px) {
    .home .banner .subhead h2 {
        font-size:21px;
        font-size: 1.3125rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

@media screen and (min-width: 768px) {
    .home .banner .subhead h2 {
        font-weight:300;
        font-size: 24px;
        line-height: 36px;
        line-height: 2.25rem
    }
}

@media screen and (min-width: 992px) {
    .home .banner .subhead h2 {
        font-size:30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem
    }
}

@media screen and (min-width: 1230px) {
    .home .banner .subhead h2 {
        font-size:36px;
        font-size: 18px;
        line-height: 48px;
        line-height: 33px;
    }
}

.home .banner .subhead.w-img {
    padding: 0!important
}

@media screen and (min-width: 992px) {
    .home .banner .subhead.w-img {
        width:50%!important
    }
}

.home .banner .subhead.w-img .subhead-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .banner .subhead.w-img h2 {
    text-align: left;
    padding: 1em
}

@media screen and (min-width: 768px) {
    .home .banner .subhead.w-img h2 {
        padding:1em 6em 1em 1em
    }
}

@media screen and (min-width: 992px) {
    .home .banner .subhead.w-img h2 {
        padding:1em 4em 1em 1em
    }
}

.home .banner .subhead.w-img img {
    position: relative;
    top: 0;
    height: 140px!important;
    width: auto;
    padding: 1em
}

@media screen and (min-width: 650px) {
    .home .banner .subhead.w-img img {
        height:240px!important;
        padding: 2em
    }
}

@media screen and (min-width: 1430px) {
    .home .banner .subhead.w-img img {
        height:440px!important;
        padding: 2em
    }
}

@media screen and (min-width: 768px) {
    .home .banner .subhead.w-img a {
        top:50%!important;
        -webkit-transform: translateY(-50%)!important;
        transform: translateY(-50%)!important
    }
}

.home .banner.default-no-video {
    height: 300px
}

.home .banner.default-no-video.tall {
    height: 400px
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video {
        height:600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: unset;
        padding-top: 35px;
    }

    .home .banner.default-no-video.tall {
        height: 600px
    }
}

.home .banner.default-no-video .align {
    border-top: 1px solid #979797;
    background: #2c2c2c;
    padding: 36px 0;
    position: absolute;
    bottom: unset;
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video .align {
        background:none;
        text-align: left;
        padding: 0;
        border: 0;
        position: relative;
        top: 0;
        width: auto
    }
}

.home .banner.default-no-video .align .headline h1 {
    display: inline-block;
    background: #0080ff;
    text-align: center;
    margin: 0 15px;
    position: absolute;
    bottom: 90%;
    left: 0;
    right: 0
}

@media screen and (min-width: 375px) {
    .home .banner.default-no-video .align .headline h1 {
        margin:0 25px
    }
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video .align .headline h1 {
        margin:0;
        position: relative;
        top: auto;
        text-align: left;
        padding: 15px 20px 15px 50px;
        background: #0080FF;
    }
}

@media screen and (min-width: 992px) {
	.height_desktop{
	height: 275px;
	}
	.content_news.heighcondol{
	height:234px;
}
    .home .banner.default-no-video .align .headline h1 {
        padding: 15px 40px 15px 63px;
    }
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video .align .subhead {
        position:relative;
        background: #2C2C2C;
        display: inline-block;
        width: 640px;
        padding: 33px 40px 33px 63px;
    }
}

@media screen and (min-width: 1230px) {
    .home .banner.default-no-video .align .subhead {
        padding: 27px 40px 27px 63px;
    }
}

.home .banner.default-no-video .align .subhead h2 {
    margin: 0 10px 25px
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video .align .subhead h2 {
        margin:0 75px 0 0;
        max-width: 100%
    }
}

.home .banner.default-no-video .align .subhead a {
    margin: 0 auto;
    max-width: 195px
}

@media screen and (min-width: 768px) {
    .home .banner.default-no-video .align .subhead a {
        max-width:none;
        margin: 0;
        position: absolute;
        right: -70px;
        top: 65px;
    }
}
@media (max-width:767px){
.home .banner.default-no-video.tall {
    padding-top: 0px;
}	
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 11px !important;
}
.close_btns svg {
    width: 30px;
    fill: #fff;
    margin-bottom: 20px;
}
.right_openside {
    width: 500px;
    background: #0080ff;
    padding: 40px 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    overflow-y: auto;
}
.close_btns{position: absolute;right: 25px;top: 22px;cursor:pointer;}
.logo_deln {margin-bottom: 15px;}
.bottom_ols h2{
	color: #fff;
	font-weight: 500;
	font-size: 50px;
}
.bottom_ols p{
	color: #fff;
	font-size: 15px;
}
.right_openside.active {
  transform: translateX(0%);
}
.forms_right .form_group p br{
display:none;	
}
.forms_right label{
	display: block;
	text-align: left;
	color: #fff;
}
.gobutton{
	position: absolute;
    bottom: 0;
    padding: 8px 29px !important;
    right: 0;
    width: auto !important;
    top: 21px;
    height: 41px;
}
.forms_right input{
	display: block;
	width: 100%;
	padding: 9px 9px;
	border: 1px solid #fff;
}
.check_rightbox {
    display: block;
    text-align: left;
}

.forms_right input:focus{
	outline:none;
	box-shadow:none;
}
.forms_right .wpcf7 form .wpcf7-response-output {
    color: #fff !important;
    border: 2px solid #ffffff !important;
}
.check_rightbox .wpcf7-list-item{
    display: block;
    margin: 0 0 10px 0px;
}
.check_rightbox .form-group input {
cursor: pointer;
    display: inline-block;
    width: auto;
}

.check_rightbox .form-group label {
  position: relative;
  cursor: pointer;
}
/* 
.check_rightbox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
} */

/* .check_rightbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
.logo_deln img {
    width: 220px;
}
.adresul.ted i{
	color:#fff;
}
.sermon-content{
    padding: 12px 0px;
    font-size: 16px;
    line-height: 25px;
}
.sermon-content h4 {
    font-size: 22px;
    color: #0080FF;
    font-weight: 500;
}
.sermon-content span {
    color: #000000;
    font-size: 16px;
}
.sermon-content p {
    color: #000000;
    font-size: 14px;
    font-family: "Merriweather", serif;
    margin: 0px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.sermon-item{
	margin-bottom:20px;
}
h6.sermon-date-pro {
    font-weight: bold;
	margin-bottom: 20px;
}
.fancybox__container{
	z-index:9999;
}
.text_seond p{
	font-size:16px;
}
.adresul.ted{
font-size:16px;	
}
.overflow_img.position-relative {
    height: 234px;
    overflow: hidden;
}
.overflow_img.position-relative .overden{
	height:100%;	
}
.overflow_img.position-relative .overden img{
	height:100%;
	object-fit:cover;
}
.worship_content p{
	font-size:16px;
}
.overden_new {
    height: 100%;
}
.overden_new > a {
    height: 100%;
    display: block;
}
.overden_new > a > img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.allouncement_page .content_news:hover h4 a{
	/* color:#fff; */
}
.allouncement_page .content_news h4{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;	
}
a.next.page-numbers {
    background: transparent;
    color: #000;
    width: auto;
    height: auto;
}
a.prev.page-numbers {
    width: auto;
    height: auto;
    background: transparent;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
    border-color: #eab7b7;
    background: #fbe8e8;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.rounded-4 {
    border-radius: 15px;
}
ul.listas {
    padding: 6px 0px;
}
ul.listas li{
    padding: 5px 0px;
	list-style:none;
}
span.line {
    height: 2px;
    background: #ed1b24;
    display: block;
    width: 74px;
    margin: 6px 0px;
}
.border-dashed {
    border: 2px dashed;
    border-width: 3px;
    border-color: #ff5858;
}
p.review{
    font-size:14px;
    color: #8a8a8a;
}

   .alignleft {
    float: left;
    margin-right: 1rem;}
    .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;}
    
    .alignright {
    float: right;
    margin-left: 1rem;}

@media (max-width:767px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link::before{
		display:none !important;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: left !important;
    padding: 0px 15px !important;
}
	.navbar-dark .navbar-brand{
		display:block;
	}
	.navbar-toggler{
		display:none;
	}
	div#navbarCollapse {
            display: block !important;
        flex-basis: unset;
}
	.home .banner.default-no-video .align .headline h1 br{
		display:none;
	}
   .home .banner.default-no-video .align .headline h1 {
	   position:relative !important;
                font-size: 22px !important;
        margin-bottom: 15px;
    }
}