/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
 /* padding-top: 3rem;
  padding-bottom: 3rem;*/ padding:0;
  color: #5a5a5a; font-family: 'Merienda', cursive;
}


.mt-40{margin-top:60px;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/height: 35rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 32rem;*/
}



/* Section */
/* Section Layout */
.welcome-section{ background:url(../img/msg-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:60px 8%;
}

/* Left text */
.welcome-text{
    flex:1;
}

.welcome-text h2{
    font-size:36px;
    color:#183883;
    margin-bottom:20px;
}

.welcome-text p{ font-family: 'Merienda', cursive;
    font-size:16px;
    line-height:1.8;
    color:#444;
    text-align:justify;
}

.team-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.team-card img {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    border: 3px solid #1e73be; border-radius:50%;
    object-fit: cover;
}

.team-card h3 {
    margin-top: 15px;
    color: #d10000;
    font-size: 18px;
}

.team-card p {
    color: #d10000;
    font-size: 16px;
}

/* Right image */
.collage{
    flex:1;
    display:flex;
    justify-content:center;
}

.collage img{
    width:100%;
    max-width:500px;
    border-radius:20px;
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}

/* Mobile responsive */
@media(max-width:768px){
    .welcome-section{
        flex-direction:column;
        text-align:center;
    }

    .welcome-text p{
        text-align:center;
    }
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
  
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0;
  }
}

@media only screen and (max-device-width: 480px) {
.logos-area h1{font-size:35px !important;}
.a-right{margin-bottom:10px;}
.carousel-item{height:10rem;}

.owl-carousel .owl-item img {
    display: block;
    width:100px !important; min-width: 100px !important;
}

}


.bg-dark{background:#183883 !important;}
.a-left{float:left; text-align:left;}
.a-right{float:right; text-align:right;}

.logos-area img{margin:8px 0px;}
.logos-area h1{color:#183883; font-size:30px; padding-top:4%; text-shadow:#CC3300 1px 0px 2px;}
.logos-area h3{color:#fcbb0f; font-size:25px; text-shadow:#000 1px 0px 2px;}
.logos-area h4{color:#e67a18; font-size:22px; font-weight:700;}
.logos-area h5{color:#037e3b; font-size:19px; font-weight:700;}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;}
	
ul.navbar-nav li{padding-right:15px; text-align:center;}

.carousel-indicators{margin-bottom:4rem;}
.carousel-indicators [data-bs-target] { height:6px; border:2px solid #000099;}

.marketing{margin-bottom:45px;}
.marketing p{text-align:justify;}
.section-title h2{text-align:center; font-family: 'Merienda', cursive;/*font-family:Poppins,Arial,sans-serif;*/ font-size:30px; font-weight:700; padding-bottom:15px; color:#183883;}






footer{background:#183883; padding:20px 0;}

.footer-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px;}
	.footer-grid-block{overflow: hidden;/*background: white; border-radius:14px;  box-shadow: 0 6px 18px rgba(0,0,0,0.12); */transition: transform 0.3s; text-align:center; padding-top:12px;}
	.footer-grid-block h3{margin-bottom:15px; color:#ffff00; font-size:20px;}
	.footer-grid-block p{text-align:left;}


footer p{color:#FFFFFF; padding-top:10px;}
footer p a{color:#FFCC00;}
footer p a:hover{color:#fff;}

.float-end{position: fixed;
    background: #223a66;
    z-index: 9999;
    display: inline-block;
    right: 55px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   opacity:0;
    border-radius: 50px;
    transition: 0.3s;}
	
	.top {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
}

.bread-block{background:#3f266a; padding:20px 10px; text-align:center; margin-bottom:50px;}
.bread-block .breadcrumb{display:block !important; margin-bottom:0 !important;}
.bread-block .breadcrumb h4{display:block !important; width:100%; color:#FFCC00;}
.bread-block .breadcrumb p{display:block; color:#FFFFFF;}
.bread-block .breadcrumb p a{color:#FFFFFF; text-decoration:none;}
.bread-block .breadcrumb p a:hover{color:#FFCC00;}


.contact-block{padding:15px 10px; text-align:center;}
.contact-block h4{font-size:20px; color:#FFFFFF;}
.contact-block h5{font-size:16px; color:#FFFFFF;}
.contact-block h6{font-size:15px; color:#FFFFFF;}

.contact-block.bl-1{background:#143687;}
.contact-block.bl-2{background:#e67817;}
.contact-block.bl-3{background:#00793c;}
.contact-block.bl-4{background:#3f2768;}
.mt-35{margin-top:35px;}
.button{background:#143687; padding:10px 25px 12px; line-height:0; color:#FFFFFF; font-size:17px; border-radius:25px; margin:0; text-decoration:none;}
.button:hover{background:#e67817; color:#FFFFFF; transition:0.5;}


.owl-item {  
  margin-right: 10px;
  background: #fff;
}

.owl-carousel .owl-item img {
    display: block;
    width:160px !important; min-width: 160px !important;
}


