
body {
  background: #fff;
  color: #444;
  font-family: "Poppins", sans-serif;
  padding-top: 80px;

}

a {
  color: #ffff;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ffff;
  outline: none;
  text-decoration: none;
}
.hidden-lg{
  display: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

a.whatasppcall {
    font-size: 30px;
    color: #fff;
    position: fixed;
    bottom: 94px;
    right: 30px;
    background: #f57f1f;
    padding: 1px 11px;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    -webkit-animation: white-shadow 10s infinite, red-shadow 10s infinite;
    animation: white-shadow 10s infinite, red-shadow 10s infinite;
}
a.numcall {
    font-size: 30px;
    color: #fff;
    position: fixed;
    bottom: 150px;
    right: 30px;
    background: #f57f1f;
    padding: 1px 11px;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    -webkit-animation: white-shadow 5s infinite, red-shadow 5s infinite;
    animation: white-shadow 5s infinite, red-shadow 5s infinite;
}



.top-header ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

a.nav-top {
  color: #ffff;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-left: 5px;
}

.logo-heading h1 {
    letter-spacing: 1px;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.logo-heading h4{
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
      margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #ffff;
  color: #000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(218, 199, 202, 0.486);
    box-shadow:  0 0 0 0 rgba(218, 138, 151, 0.486);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 18px transparent;
  }
}

/* width */
  ::-webkit-scrollbar {
    width: 4px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f57f1f;
    border-radius: 4px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.5s;
     background: #ffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 33%);
}


#header.header-scrolled {
     background: #fff;

}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }

}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
img.img-fluid.imf1 {
    position: absolute;
    left: 20px;
    width: 170px;
    top: -20px;
}
img.img-fluid.imf2 {
    position: absolute;
    left: 20px;
    width: 170px;
    top: -31px;
}

#header.header-scrolled .navbar h4 {
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
}
#header.header-scrolled .navbar h1 {
    font-size: 38px;
}

#header.header-scrolled .imf1{
    display: none;
  }
  .imf2{
    display: none;

  }
  #header.header-scrolled .imf2{
    display: block;
  }


#header.header-scrolled a.nav-link.scrollto.active {
    color: #ffff;
    border-bottom: 2px solid #ffff;
    font-weight: 500;
}

a.nav-link.scrollto.login-btn {
padding: 5px 15px;
    color: #d92682;
    font-weight: 600;
  }

img.img-fluid.gulak-img {
    width: 18%;
    position: absolute;
    right: 40px;
    top: -8px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
    margin: 10px;
    margin-top: 0px;
    text-transform: capitalize;
}
.navbar a i, .navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 0px;
}
.navbar li:hover > a {
  color: #ffffff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  background: url(/frontend/assets/img/005.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-scrolled .navbar .dropdown ul {
  background: url(/frontend/assets/img/007.png);
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 5px 15px;
  font-size: 14px;
  text-transform: none;
  color: #923f3f;
  background: url(/frontend/assets/img/007.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-scrolled .navbar .dropdown ul a {
  color: #ffffff !important;
  background: url(/frontend/assets/img/005.png);
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ffff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.bg-animation{
  -webkit-animation: white-shadow .8s infinite,nav-shadow .8s infinite;
  animation: white-shadow .8s infinite, nav-shadow .8s infinite;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@-webkit-keyframes nav-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 238, 231, 0.733);
    box-shadow:  0 0 0 0 rgba(231, 238, 231, 0.733);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 10px transparent;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: absolute;
  margin-top: -6px;
}


.mobile-nav-toggle.bi-x {
  color: #07166e;
}
.navbar-mobile .img.img-fluid.imf3{
  display: none !important;

}
.fixed-top {
    height: 80px;
}


@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }


  .mobile-nav-toggle {
    display: block;
    color: #07166e;
    left: 10px;
    top: 26px;
  }
  .hidden-sm{
    display: none;
  }
  .hidden-lg{
    display: block;
  }
  #header.header-scrolled .imf2 {
    display: none;
}
img.img-fluid.imf3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mob {
  padding: 20px 10px;
}
#header.header-scrolled i.bi.mobile-nav-toggle.bi-x {
  color: #07166e;
}



#header.header-scrolled .mobile-nav-toggle {
    display: block;
    color: #07166e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #ffffff !important;
}


a.nav-link.scrollto.login-btn {
    position: absolute;
    right: 0px;
    top: 25px;
    border: 0px;
}


.navbar ul {
   display: none;
}

}
.top-header {
    background: #000;
    padding: 5px 0px 10px 0px;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.3s;
  z-index: 999;
  width: 70% !important;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  /* top: 15px; */
  left: 25px;
  z-index: 10;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 15px;
  left: 0px;
  padding: 10px 0;
  /* background-color: #ffff; */
  overflow-y: auto;
  transition: 0.3s;
  z-index: 9;
}
.navbar-mobile a, .navbar-mobile a:focus {
  font-size: 15px;
  color: #000;
  margin-top: 5px;
    margin-right: 0px;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffff;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ffff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
img.Banner-img {
  width: 100%;
  border-radius:10px;
}
.banner {
  background: url(/frontend/assets/img/bg1.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75px;
}

.img-fluid.readmore {
  width: 60%;
}
.btn-enroll{
  background: url(/frontend/assets/img/readmore.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  margin-left: 10px;
  font-family: Cannu regular;

}







/* Causeswork Us Section
--------------------------------*/
.Causeswork {
    padding: 25px 0px;
}
img.img-fluid.pro-img {
        width: 150px;
    height: 150px;
    border: 3px solid #d92682;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px 1px;
    box-shadow: 0px 0px 6px gray;
}

.Causeswork-item h5 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #d92682;
     font-family: Poppins;
}


.Causeswork-item {

    text-align: center;
}


.Causeswork-margin {
    padding: 10px 0px;
}

.ddd {
    display: flex;
    justify-content: space-between;
}
a.readm {
    color: #151515;
    font-size: 13px;
    font-weight: 600;
    float: right;
    margin-top: -20px;
}
h6.h6sr {
    float: right;
    margin-top: -22px;
}






h5.up-title {
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
h6.up-title-sub {
    font-size: 16px !important;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0px;
        color: #d92682;
}
.upload-data {
    padding: 25px 0px;
    border-top: 1px solid #cfcece;
    border-bottom: 1px solid #cfcece;
    margin: 0px 25px;
}
img.img-fluid.pro-upload {
    width: 140px;
    height: 140px;
    border: 3px solid #d92682;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px gray;
        object-fit: cover;
}


img.img-fluid.banner-imgs {
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px gray;
}


.mob-footer {
    background: #d92682;
    border-radius: 40px;
    padding: 10px 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
a.mob-nav1 {
    font-size: 26px;
}
a.mob-nav1 p {
    text-align: center;
    margin-top: -3px;
    margin-bottom: 0px;
}


h3.pro-title {
    background: #d92682;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.product-box {
    border: 2px solid #000;
    border-radius: 10px;
        margin-bottom: 22px;
  }

  .product-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    height: 180px;
    object-fit: contain;
}
.d-flx {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.bg-blu h5 {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 5px;
    color: #fff;
}
.head-c {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 6px;
}
.clr1 {
    background: red;
   border-radius: 50%;
    margin-left: -10px;
    margin-bottom: 0px;
    width: 15px;
    height: 15px;
}
.clr2 {
    background: blue;
    border-radius: 50%;
    margin-left: -10px;
    margin-bottom: 0px;
    width: 15px;
    height: 15px;
}
.clr3 {
    background: green;
   border-radius: 50%;
    margin-left: -10px;
    margin-bottom: 0px;
    width: 15px;
    height: 15px;
}
.bg-blu {
    background: #0071a9;
}
.bg-gr {
    background: #cecece;
     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bg-gr h5 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    color: #000;
}
.size-s{
  font-size: 12px;
   font-weight: 600;
   color: #000;
}
.bottom-footer {
  background-color: #f57f1f;
  padding: 6px;
}
.bottom-footer p {
  color: #ffff;
  margin-bottom: 0px;
  font-weight: 600;
}
a.btn.btn-sm.login-btn {
  border: 2px solid #ffff;
  font-weight: 600;
}
    .Causeswork h4 {
        font-size: 18px !important;
        font-weight: 500;
    }
    h4.sub-title {
        margin-bottom: 8px;
        color: #2674bc;
        font-size: 18px !important;
    }

  .banner-item {
      margin: 20px 10px 10px;
  }

a.nav-link.scrollto {
        justify-content: flex-start !important;
        font-size: 12px;
    color: #121212;
        border-bottom: 1px solid #afafaf;
}
a.edit-btn {
    float: right;

}
a.nav-link.scrollto i {
       width: 20px;
    font-size: 18px;
    margin-right: 5px;
    color: #777474;
}
a.d-flex.hhdg {
      justify-content: flex-start !important;
      font-size: 12px;
    color: #121212;
    margin-bottom: -18px;
     margin-left: 0px;
}
a.d-flex.hhdg  i {
        width: 20px;
    font-size: 18px;
    margin-right: 5px;


}

.nax-boxw {
    border-radius: 8px;
    box-shadow: 0px 2px 6px -1px gray;
    width: 90%;
    margin: 0px auto 25px;
}
img.img-fluid.imf3 {
    width: 124px;
    padding: 9px 0px 0px 0px;
}
    /*--------0px - 991px------------*/
    @media only screen and (min-width:0px) and (max-width:767px){
      .mtt1{margin-top: 0px;}
          .mob {
              padding: 16px 10px;
          }
              img.img-fluid.imf3 {
                height: 70px;
        width: 130px;
        padding: 4px 0px;
    }

      .m-box img {
          width: 80px;
          margin-top: -60px;
      }
      .m-box {
          width: 100%;
          margin: auto;
          padding: 20px;
          border: 2px solid black;
          border-radius: 25px;
          text-align: center;
      }
      .mmtt{
        margin-top: 30px;
      }
      .pashm_icon-block.icon-block-7.light {
            margin-top: 1px;
        }
    }


    .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
    margin-left: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slidertogl {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidertogl:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slidertogl {
  background-color: #2196F3;
}

input:focus + .slidertogl {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidertogl:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slidertogl.round {
  border-radius: 34px;
}

.slidertogl.round:before {
  border-radius: 50%;
}
footer{
  background: #000000;
  padding-top: 30px;
  margin-top: 40px;
}
footer h2 {
  font-weight: 500;
  color: #fff;
  font-family: Poppins;
  margin-top: 25px;
  /* text-align: end; */
  font-size: 20px;
}
footer i {
    color: #fff;
    width: 25px;
    height: 25px;
}
footer ul {
  list-style-type: none;
  /* text-align: end; */
  font-size: 22px;
  padding-left: 10px;
}
footer li {
  margin-bottom: 12px;
}
footer ul li a{
  color: #ffffff;
  font-family: 'FontAwesome';
  width: 84%;
}
footer ul li a:hover{
  color: white;
}



.bottom-footer {
  background-color: #dc137a;
  padding: 6px;
}
.bottom-footer p {
  color: #ffff;
  margin-bottom: 0px;
  font-weight: 600;
}
a.btn.btn-sm.login-btn {
  border: 2px solid #ffff;
  font-weight: 600;
}
