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

  
html {
  font-size: 16px;
  /* cursor: none; */
   overflow-x: hidden; 
}




@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
      url('../fonts/BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 85px;
  font-weight: 700;
  font-family: 'Bebas Neue';
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Bebas Neue';
}

h2 {
  font-size:85px;
  color:#000;
  font-weight: 500;
  font-family: 'Bebas Neue';
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-bottom: -69px;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #bc8e44;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 4px 0 19px 0px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
  margin-top: -4rem;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #ccc !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  opacity: 1;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 47px;
  color: #bc8e44;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 70px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #000;
  font-size: 27px;
  font-style: italic;
  line-height: 41px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  margin-top: 135px;
  position: relative;
}

.slider-content::before{
  content: '';
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: 91px;
  width:62px;
  height: 115px;
  animation: zoom-in 3s linear infinite alternate;
}


@keyframes zoom-in{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.2);
  }
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding-left: 35px;
  font-size: 16px;
} 

.main-navigate nav img {
  width: 82%;
}

header .header-inFo {
  position: absolute;
  right: 44px;
  top: 17px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 700;
  font-size: 18px;
  text-align: start;
  color: #000;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 16px 61px;
  color: #fff;
  outline: none;
  border: none;
  background:#bc8e44;
  border-radius: 33px;
  transition: all .5s;
  font-weight: 500;
}

.btn:hover{
 background-color: #621c76;
 color: #fff;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
  left: 30px;
}

.banner-btn{
  margin-top: 27px;
}

.slider-content .text-holder h2{
  font-size: 87px;
  font-weight: 500;
  line-height: 86px;
  margin-top: 14px;
}

.bn-img figure img{
  width: 646px;
}

.bn-img{
  position: relative;
  bottom: 0rem;
  text-align: center;
}

/* header/slider-css */


/* abt-sec */

.abt-sec{
  padding: 10rem 0 15rem 0;
  position: relative;
  background-color: #e4dee9;
}

.shapee{
  position: absolute;
  left: 0;
  bottom: -111px;
  z-index: 2;
}


.about-img{
  text-align: end;
}

.about-content article h2{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.about-content article h2::after{
  content: '';
  background-color:#bc8e44;
  position: absolute;
  bottom: -6px;
  left: -23px;
  width: 58px;
  height: 3px;
}

.abt-before{
  position: absolute;
  left: 1rem;
  bottom: 8rem;
}


.abt-after{
  position: absolute;
 right: 0;
  bottom: 18rem;
}

/* abt-sec */


/* mission-sec */

.mission-sec{
  padding: 14rem 0;
  background-image: url(../images/missionbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  
}

.mission-content article h2{
  color:#fff;
}

.mission-content article p{
  color: #fff;
}

/* mission-sec */


/* viison-sec */
.purple{
  background-color: #5c1a74;
}

.vision-sec{
  padding: 11rem 0;
  background-color: #e4dee9;
  position: relative;
}

.vision-sec::before{
  content: '';
  background-image: url(../images/shapevision.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top:12rem;
  width: 404px;
  height:685px;
}

.vision-img{
  text-align: center;
}

.about-content article h5{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}


.vision-before{
  position: absolute;
  left: 0;
  bottom: 17rem;
}

.vs-after{
  position: absolute;
  right: 0;
  bottom: 17rem;
}

.vs-after img{
  width: 178px;
}
/* vision-sec */


/* Gallery section styling start */

.Gallery {
  position: relative;
  width: 100%;
  height: 100%;
}


.Gallery{
  padding:6rem;
  background-image: url(../images/gallerybg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.Gallery .primary-heading h2{
  color: #fff;
}


/* Gallery */


.latest-info .date {
  background-color: #ae833f;
  width: 80px;
  min-height: 80px;
  text-align: center;
  padding: 15px 5px;
  position: absolute;
  border: 0;
  border-radius: 100%;
  bottom: 0;
  margin: 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

  .latest-info figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  

.latest-info .date h5 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.latest-info .date span {
  color: #fff;
}

.latest-info article h5 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #201e1c;
}

.primary-heading h5{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.Section_blog{
  padding: 6rem 0 9rem 0;
  background-color: #e4dee9;
}


/* slider-blog */
.slider-blog{
  padding: 8rem 0 8rem 0;
  position: relative;
}

.slider-blog::before{
  content: '';
  background-image: url(../images/blogafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width:422px;
  height: 1044px;
}



.slider-blog .owl-carousel .owl-stage{
  padding-bottom: 30px;
}

.bg-cardd{background-color: #fff;border-radius: 40px;height: 530px;box-shadow: 5px 7px 10px 0px rgba(176, 172, 172, 0.3);}

.bg-cardd article a img{
  width: 45px !important;
}

.bg-cardd article{
  padding: 0px 20px 45px 40px;
}

.bg-cardd article h4{
  font-size: 23px;
  margin: 30px 0 15px 0px;
  font-weight:700;
  font-family: 'Poppins', sans-serif;
}

.bg-cardd{
  margin: 0px 15px;
}


/* slider-blog */


/* contactus */

.contactus{
  padding: 7rem 0;
    position: relative;
  }
  
  
  .contactus form input {
   height: 58px;
   padding-left: 23px;
   background: #ffffff;
   border-radius: 20px;
   border: none;
  }
  
  .contactus form select {
    border-radius: 8px;
   margin-top: 15px;
   background: #f7f9f8;
   height: 58px;
  }
  
  .contactus form textarea {
   border: none;
   background: #ffffff;
   border-radius: 20px;
   padding: 20px;
   margin-top: 15px
  }
  
  .contactus form .btn {
   padding: 15px 70px;
   margin: 43px auto 25px;
  }
  
  .ct-dot{
    position: absolute;
    left: 0;
    top: 5rem;
    right: 0;
    text-align: center;
  }
  
  /* contactus */
  



  /* footer-sec */
.footer-sec {
  background-image: url(../images/footerbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 355px;
}

.footersocial ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  /* margin-top: 2rem; */
  margin: 40px 0px 0px 20px;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 8px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid white;
  transition: all .6s;
}

.footer-details {
  display: flex;
  align-items: center;
}

.footer-details span {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-contact h4 {
  color: #fff;
  font-size: 29px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 11px;
}

.footer-contact ul li {
  padding-bottom: 13px;
}

.footer-contact ul li i {
  color: white;
  font-size: 28px;
  margin-right: 20px;
}

.footer-contact ul li p {
  margin: 0;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  position: relative;
  top: 10px;
}

.footer-contact ul li a {
  color: white;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 10px;
  display: inherit;
}

.footernav ul {
  margin-top: 30px;
  border-top: 2px solid #cbcad2aa;
  padding-top: 35px;
  border-bottom: 1px solid #cbcad2aa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.footer-contact {
  margin-top: 41px;
}

.footernav ul li a {
  color: white;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 17px !important;
  transition: all .5s;
}

.footernav ul li a:hover {
  color: #570a71;
}

.footer-map {
  position: relative;
  top: 35px;
  left: 37px;
}

.footersocial ul li a i:hover {
  background-color: #d1b065;
  color: #fff;
  border: none;
}


.copysec p {
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}


/* footer-sec */



/* Preloader */

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color:#000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #5c1a74;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #ae833f;
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--white);
}

/* !@Preloader */

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -25px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    z-index: 10000001;
    border: 1px solid #570a71;
    background-color: transparent;
    
}

.hmepage_image_banner{
    height: 731px;
}



/* Cursor End */

.MainBanner {
  z-index: -1;
  position: relative;
  margin-top: -53px;
  background-position: center !important;
 height: 361px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}

.AboutBanner{
  background: url('https://testv56.demowebsitelinks.com/Clifford/wp-content/uploads/2024/10/banner1.jpg');
}
.MainBanner h1 {
  color: #fff;
  font-size: 44px;
}
.SupportSec h4{
  color: #fff;
  font-size: 113px;
}
.MainBanner h3 {
  color: #fff;
  font-size: 5rem;
}
section.Vissionse.mission-sec {
  background: #e4dee9;
}

section.Vissionse.mission-sec h2 {
  color: #1a1917;
}

section.Vissionse.mission-sec p {
  color: #313131;
}
.SupportSec{
  background: url('../images/suppor.jpg');
  background-position: center !important;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}
.textcusto {
  text-align: center;
}
.blogBAnner{
  background: url('https://testv56.demowebsitelinks.com/Clifford/wp-content/uploads/2024/10/banner1.jpg');
}

section.slider-blog.mainb:before {
  display: none;
}

section.slider-blog.mainb {
    padding-bottom: 0;
}

section.slider-blog.mainb .bg-cardd {
  margin-bottom: 40px;
}
.contact-inf {
  text-align: center;
}
.contact-inf article span {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}
.contact-inf article h5 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}
.email-inFo {
  padding: 100px 0px 0px 0px;
  position: relative;
}
section.mapsec {
    padding-top: 0rem;
    margin-bottom: 4rem;
    background: url(../images/bgnew.jpg);
}
.contactban{
  background: url('https://testv56.demowebsitelinks.com/Clifford/wp-content/uploads/2024/10/banner1.jpg');
}

.Eventban{
  background: url('https://testv56.demowebsitelinks.com/Clifford/wp-content/uploads/2024/10/banner1.jpg');
}


.blogNxt.ned .latest-info {
  gap: 63px;
  display: flex;
  align-items: center;
}

.blogNxt.ned .latest-info .date {
  padding-bottom: 13px !important;
  position: unset;
  width: 85px;
  padding: 0px;
  height: 85px;
  margin: 0px;
}

.blogNxt.ned .latest-info article h5 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blogNxt.ned .latest-info figure {overflow: unset;}

.blogNxt.ned.marg {
  margin-top: 80px;
}
section.Section_blog.innerev {
  background: transparent;
}
section.Gallery.innergallery {
  background: transparent;
}
.memoban{
  background: url('../images/memo.jpg');
}
#background-audio {
  display: none;
}

/* Dropdown css */

  
  .navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 0.625rem 0 0.625rem 28px;
}

.navbar a:hover,
.navbar .active>a,
.navbar li:hover>a {
  color: #ffc451;
}

header .an-navbar .navbar .nav-item a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 5px !important;
  border-right: 1px solid rgba(255,255,255,.3);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a {
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a:hover {
  color: #ce63ce;
}
.navbar .drop-down>a:after {
      content: '\f0d7';
      font-family: "Font Awesome 5 Pro";
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .drop-down li {
  min-width: 260px;
  position: relative;
  list-style: none;
  padding: 15px 13px;
}

.navbar .drop-down ul a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  text-transform: capitalize;
}

.navbar .drop-down .drop-down>a {
  padding-right: 35px;
}

.navbar .drop-down .drop-down>a:after {
  content: "\f0da";
  right: 15px;
  display: none;
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar ul li {
  padding-right: 7px;
  position: relative;
} 
nav.navbar.navbar-expand-lg {
  padding: 0;
}

.navbar .drop-down ul a i.fas {
float: right;
padding-right: 10px;
padding-top: 3px;
transform: rotateZ(-89deg);
position: relative;
left: -9px;
top: -3px;
color: #0276db;
}

.navbar .drop-down li > li:hover {
background-color: #000;
}

li.drop-down > ul > li:hover {background-color: skyblue !important;}

li.drop-down > ul > li:hover a {
color: #fff !important;
}

.navbar .drop-down li.drop-down ul li:hover {
background-color: skyblue !important;
}

.navbar .drop-down li.drop-down ul li a {
color: #000 !important;
}

.navbar .drop-down li.drop-down ul li:hover a {
color: #fff !important;
}

.navbar .drop-down ul:hover a i.fas {
color: #fff !important;
}

/* hover open navigation dropdown css */
.sliderItem h4 {
    font-size: 39px !important;
    color: #bc8e44;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 70px;
    margin-bottom: 0;
    font-family: sans-serif !important;
}

.bg-cardd {
  
   
    height: 576px;
  
}

p.fotp {
    color: white;
    margin-top: 34px;
}





