@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');

body{
  font-family: 'Mulish', sans-serif;
}

h2{
  font-weight: 800;
font-size: 32px;
color: #000;
margin-bottom: 20px;
}

p{
  width: 90%;
  display: inline-block;
  text-align: left;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 30px !important;
}

header {
  width: 100%;
  position: fixed;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  left: 0px;
  z-index: 9999;
  top: 0px;
}

header .navbar .logo-img {
  width: 170px;
  height: 145px !important;
  padding: 10px 0px 0px !important;
  display: inline-block;
  background: url(../images/web/logo-bg.png) center bottom no-repeat;
  text-align: center;
  position: absolute;
  top: 0px;
}

header .navbar .logo-img img{ 
width: 100px;
display: inline-block;
}
.navbar-expand-lg .navbar-collapse {
  margin-left: 260px;
  margin-top: 12px;
}
.navbar ul li a.nav-link {
  color: #222222;
  font-weight: 500;
  padding: 0px 20px !important;
  line-height: 40px;
}

.navbar ul li a.nav-link:hover, .navbar ul li a.nav-link.active {
  color: #1F508A;
}

.navbar ul li a.nav-link.donation-btn{
  background: #1F508A;
  padding: 0px 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 20px;
}

.navbar ul li a.nav-link.donation-btn:hover{
  background: #000;
  color: #fff;
}
.navbar ul li a.nav-link.login-btn{
  padding: 0px 30px 0px 20px !important;
}

.navbar ul li a.nav-link.login-btn svg{
  right: 15px !important;
}

button.navbar-toggler {
  position: absolute;
  right: 0;
  top: 15px;
  background: #1F508A;
  color: #ffff;
  padding: 0px;
  width: 50px;
  height: 50px;
}

button.navbar-toggler span.navbar-toggler-icon{
  background: url(../images/web/menu-icon.png) center center no-repeat;
  background-size: 30px;
}

/*-----slider ---------*/

.slider-main {
  width: 100%;
  height: 100vh;
  position: relative;
  display: inline-block;
}

.slider-main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slider-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  z-index: 2;
  padding-top: 40px;
  background: linear-gradient(270deg, #1F508A 11.63%, rgba(217, 217, 217, 0) 81.57%);
}

.slider-txt .col-lg-5{
  display: table;
  position: relative;
  height: 100vh;
  }

.slider-txt .col-lg-5 span {
display: table-cell;
vertical-align: middle;
}


.slider-txt h1 {
 color: #fff;
 font-size: 44px;
 font-weight: 300;
}

.slider-txt p {
  color: #fff;
  padding: 20px 0px;
 }

.slider-txt h1 strong{
  font-weight: 800;
 }

/*-----------About us------------*/

.aboutus-sec {
  padding: 50px 0px;

}

.aboutus-sec h2 {
 margin-top: 40px;

}

.aboutus-sec p {
  padding: 0px 0px 20px;

}

.aboutus-sec img{
  width: 100%;
}

/*-----------video------------*/

.video-sec {
  background: #ddd;
  padding: 50px 0px;

}

.video-sec span{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 40px;
}

.video-sec h2{
  margin-bottom: 30px;
  display: inline-block;
}

.video-sec h4 {
  font-weight: 300;
  font-size: 30px;
  color: #2D2D2D;
  margin-bottom: 20px;
}

a.blue-btn {
  background: #1F508A;
  padding: 0px 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 20px;
}

a.blue-btn:hover {
  background: #000;
  color: #fff;
}


a.white-btn {
  background: #fff;
  padding: 0px 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #1F508A;
  text-decoration: none;
  border-radius: 4px;
}

a.white-btn:hover {
  background: #1F508A;
  color: #fff;
}


/*------------testimonial--------------*/


.testimonial-sec {
  padding: 50px 0px;
  text-align: center;
}

.testimonial-sec p{
  text-align: center;
}

img.msg-img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 0px 0px 10px;
}

.testimonial-sec h5{
  font-weight: 800;
  font-size: 18px;
  color: #000;
}


/*-----------footer-----------*/

footer{
  width: 100%;
  display: inline-block;
  background: #263238;
}

.footer-top {
  padding: 50px 0px 40px;
}

.footer-top h4{
  color: #fff;
  font-size: 18px;
  margin: 0px 0px 10px;
}

.footer-top ul{
  margin: 0px;
  padding: 0px;
}

.footer-top li{
  color: #fff;
  font-size: 14px;
  margin: 0px 0px 15px;
  padding: 0px;
  font-weight: 300;
  display: block;
}

.footer-top li a{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-top li a:hover{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-copyright {
  background: #202B30;
  padding: 15px 0px;
  text-align: center;
}

.footer-copyright p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  text-align: center;
}

/*--About us--------*/

.inner-banner {
  background: #1F508A;
  padding: 180px 0px 80px;
}

.inner-banner .col-md-5{
  height: 400px;
  display: table;
}

.inner-banner .col-md-5 span{
  vertical-align: middle;
  display: table-cell;
}

.inner-banner h2{
  color: #fff;
}

.inner-banner p{
  color: #fff;
  font-size: 24px;
  font-weight: 300 !important;
  margin-bottom: 35px;
}

.inner-banner img {
  width: 80%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}


.inner-banner p strong{
  font-weight: bold !important;
}


.aboutbottom-sec {
  padding: 50px 0px 30px;
  text-align: left;
}

.aboutbottom-sec ul{
  padding-left: 20px;
}

.aboutbottom-sec ul li{
  padding-bottom: 20px;
}

.aboutbottom-sec p {
 width: 100%;
 font-size: 16px;
 padding-bottom: 20px;
}

.aboutbottom-sec h5{
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

/*-----------Thechannal----------*/

.thechannal-banner{
  background: #1F508A;
  padding: 180px 0px 80px;
}

.thechannal-banner span{
  color: #fff;
}

.thechannal-banner h2 {
  color: #fff;
  display: block;
}

.thechannal-banner h4{
  color: #fff;
}

.thechannal-banner img {
  height: 350px;
  width: 85%;
  border-radius: 15px;
}

.white-bg{
  background: #fff !important;
}

/*---------------Contact us-------------*/

.contact-form-sec{
  padding: 60px 0px;
  background: #fff;
}

.contact-form-sec p{
  margin-bottom: 20px;
  font-size: 16px;
}

.contact-form-sec p strong{
  display: block;
  font-weight: bold;
}

input{
  width: 100%;
  display: inline-block;
  height: 60px;
  border-radius: 6px;
background: #F8F9FF;
border: 0px;
padding: 0px 15px;
margin-bottom: 20px;
}

textarea{
  width: 100%;
  display: inline-block;
  height: 120px;
  border-radius: 6px;
background: #F8F9FF;
border: 0px;
padding: 10px 15px;
margin-bottom: 20px;
}

.contact-form-sec button{
  background: #1F508A;
  padding: 0px 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border: 0px;
}

.contact-form-sec button:hover{
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 991px) {
.navbar-expand-lg .navbar-collapse {
  margin-left: 0;
  margin-top: 0px;
  background: #fff;
  width: 280px;
  position: absolute;
  right: 0px;
  top: 80px;
  padding: 10px 20px;
}

.navbar ul li a.nav-link {
  padding: 10px 0px !important;
  border-bottom: #1F508A 1px solid;
}

.navbar ul li a.nav-link.donation-btn {
  margin-right: 0px;
  padding: 0px 20px !important;
  margin-top: 5px;
}

.slider-main {
  height: 500px;
}

.slider-main img {
  height: 100%;
}

.slider-txt {
  height: 100%;
}


.slider-txt h1 {
  font-size: 38px;
 }
 
 .slider-txt p {
   font-size: 15px;
  }

  .inner-banner .col-md-5 {
    height: 360px;
}
.inner-banner img {
  width: 90%;
  height: 360px;
}

}

.privacy-policy p{
  width: 100%;
}

.privacy-policy ul{
  width: 100%;
  list-style: disc;
  margin: 0px 0px 10px 20px;
  padding: 0px;
}

.privacy-policy ul li{
  width: 100%;
  list-style: disc;
  margin: 0px;
  padding: 0px 0px 10px;
  text-align: left;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 30px !important;
}

@media only screen and (max-width: 767px) {
.col-md-5.about-img {
  margin-top: 30px;
}

p {
  width: 100%;
}

.video-sec span {
  margin-top: 0px;
}

.video-sec iframe {
  margin-top: 30px;
  height: 350px;
}

.footer-top ul {
  padding: 0px 0px 30px;
}

.footer-top {
  padding: 50px 0px 10px;
}

.contect-banner img {
  width: 100%;
  margin-top: 30px;
}

.aboutus-sec h2 {
  margin-top: 0;
}

.privacy-policy {
  padding-top: 150px !important;
}

}

@media only screen and (max-width: 576px) {
.container {
  max-width: 96% !important;
}

.logo-img {
  width: 150px;
  height: 125px;
}
.logo-img img {
  width: 80px;
}
.slider-txt h1 {
  font-size: 32px;
 }

 .video-sec iframe {
  height: 300px;
}

.contect-banner img {
  height: auto;
}

.inner-banner .col-md-5 {
  height: auto;
}
.inner-banner img {
width: 100%;
height: auto;
margin-bottom: 20px;
}

}


