@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Lato:wght@100;300;400;700;900&display=swap'); :root {
    --main-color: #F78200;
}

body {
    font-size: 16px;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
}

.swbutton1 {
    background: #fff;
    line-height: 50px;
    height: 54px;
    padding: 0 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
}

.swbutton1:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none;
    font-weight: bold;
    border: 2px solid #000;
}

.swbutton1:before {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.swbutton1:hover:before {
    left: 0;
    width: 100%;
}

.swbutton1:not(:hover):before {
    left: -100%;
    width: 0;
}

.quesbtn{
    margin: 30px auto;
    display: block;
    width: fit-content;
}

.headertop {
    background: #1F60D9;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    padding: 0 20px;
    color: #fff;
    z-index: 9;
}

.swsheaderlogos {
    padding: 15px 25px;
    transition: ease all 0.3s;
}

.swsheader {
    position: sticky;
    top: 0px;
    /* z-index: 9; */
    z-index: 9999;
    background: #fff;
}

.swsheader .logo {
    width: 300px;
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
    transition: ease all 0.3s;
}

.swsheader .logo img {
    width: 100%;
    height: auto;
}

.swsheader .logo2 {
    padding: 10px 0 0 0;
    float: left;
    width: 140px;
    transition: ease all 0.3s;
}

.swsheader .logo2 img {
    width: 100%;
    height: auto;
}

.headerlink {
    float: right;
    padding: 10px 0 0 0;
    transition: ease all 0.3s;
}
.banner .bannerWrap {
    position: relative;
     
    
}
#owl-homeBanner11 { position:static !important; }
#owl-homeBanner11 .owl-dots  { margin-bottom:-50px !important; }
 .banner .bannerWrap img {
    width: 70%;
    height: auto !important; margin:0px auto;
}
.imagetext {
    list-style-type: none;
    padding: 0;
    /* margin: 30px 0 0 0; */
    margin: 10px 0 0 0;
    display: flex;
  }
  .imagetext li {
    margin-right: 30px; 
    /* font-size: 34px; */
    font-size: 26px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
  }

  .imagetext li a {
    color: #fff;
  }
  
  .imagetext li:last-child {
    margin-right: 0; 
  }
  
.headerlink li {
    color: 505050;
    float: left;
}
.headerlink li a{
    color: #505050;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.headerlink li a:hover {
    border: 2px solid #fff;
    color: #31A649;
}

.swsheader.fixed {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 13%);
}

.swsheader.fixed .swsheaderlogos {
    padding: 10px 25px;
}

.swsheader.fixed .logo2 {
    width: 130px;
}

.swsheader.fixed .headerlink {
    padding: 5px 0 0 0;
}

.navbar {
    /* background: #31A649; */
    background: #ffffff;
    height: 45px;
    margin: 0;
    /* padding: 0; */
    padding: 4px 0 0 0;
    display: block;
    width: 100%;
}
.navbar-nav {
   display: flex;
   justify-content: flex-end;
}

.navbar ul {
    line-height: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar ul li {
    display: flex;
    position: relative;
    /* margin: 0 8px; */
    margin: 0 20px 0 0;
    font-size: 14px;
    /* padding: 0; */
    padding: 0 0px;
    color: #666;
    cursor: pointer;
    
    text-align: center;
    /* -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; */
}

.eventsall .order2  { order:2; }

.navbar ul li a {
    /* font-size: 14px; */
    font-size: 16px;
    /* color: #fff; */
    color: #000000;
    width: 100%;
    display: block;
    text-transform: capitalize;
    /* font-weight: 400; */
    font-weight: 600; padding:0 20px; border-radius:4px;
    line-height: 45px;
    text-align: center;
}

.navbar ul li.active a {
    color: #fff;
}

.navbar ul li:hover,.navbar ul li.active a {
    /* background: #000; */
    background: #31A649;
    color: #fff;
}
 .navbar ul li:hover a { color: #fff; }

.navbar ul .dropdowns {
    left: 0px;
    position: absolute; width:200px;
    top: 45px;
    
    background: #000;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 0;
}

.navbar ul .dropdowns li {
    display: block;
    margin: 0;
    float: none;
    padding: 0;
    width: 100%;
}

.navbar ul .dropdowns li a {
    display: block;
    padding: 8px 15px!important;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.navbar ul .dropdowns li a:hover {
    background: #333;
    color: #fff;
}

.navbar ul .dropdowns li i {
    float: right;
}

.navbar ul li:hover .dropdowns {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    height: auto;
}

.navbar ul .dropdowns-2 {
    top: 0;
    left: 100%;
    width: 250px;
    background: #222;
    border: 0px solid #ddd;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar ul .dropdowns li:hover .dropdowns-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar button.contactBtn {
  border: 2px solid #31A649;
  background-color: white;
  border-radius: 8px;
  margin-left: 3px;
  color: black;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 180px;
}
.navbar button.contactBtn {
    background: transparent;
    outline: #31A649;
}
.navbar button.contactBtn:hover {
    background-color: #31A649;
    color: white;
}

.sliderhome {
    overflow: hidden;
    width: 100%;
    position: relative;
    /* background-image:url('../images/homepage-banner-01.png');
    background-size: cover; */
    /* height: 500px; */
    /* height: 720px; */
    /* height: 680px; */
    height: 780px;
    background: #f3eeee;
}
.sliderhome video {
    height: 100%;
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover
}
.sliderhome .slideBar {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    /* height: 680px; */
    height: 780px;
    background: #f3eeee;
}
.sliderhome .slideBar .owl-carousel{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}
.slideBar .owl-carousel .item img {
    border-radius: 0;
    height: 780px;
}
 /*.sliderhome .slideBar .logincamp{
    position: absolute;
    z-index: 1111;
    
    right: 14%;
} */
.sliderhome .headeings {
    position: absolute;
     top: 50px;  
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center
}
.logincamp {
    width: 100%;
    height: 615px; margin: 0px 0;
   /* background: #fff;
    
    padding: 0;
    
    top: 20px; 
    
     transform: translateX(-50%); 
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  }
  
  #summercamp-form {    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background:#fff; border-radius:18px; }
  .logincamp h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .logincamp .summerCampForm {
    max-width: 100%;
  }
  
  .logincamp .summerCampForm ul {
    list-style: none;
    padding: 0;
  }
  
  .logincamp .summerCampForm ul li {
    margin-bottom: 15px;
  }
  
  .logincamp .summerCampForm li label {
    font-size: 16px;
    font-weight: bold;
  }
.logincamp .summerCampForm li.cityStateList {
    display: flex;
    justify-content: space-between;
}
.logincamp .summerCampForm li .form-select {
    width: 49%;    
}
  
  .logincamp input[type="text"],
  .logincamp input[type="email"],
  .logincamp input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .logincamp .button1 {
    display: block;
    width: 100%;
    padding: 10px;
    background-color:#31A649;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .logincamp .button1:hover {
    background-color: #ccc;
    color: #000;
  }
  
  .logincamp .text-center {
    text-align: center;
  }
  
.sliderhome .headeings h1 {
    font-size: 64px;
    line-height: 64px;
    /* margin-top: 10px; */
    color: #fff;
    position: relative;
    font-weight: 600;
    text-align: left;
}

.sliderhome .headeings p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    font-weight: 400;
}

.sliderhome .headeings .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#LoginCamp {} 

/** About Section Wrapper **/
.secWrapper {
    position: relative;
      top: 100px !important; 
    /* padding: 40px 0 100px 0;  */
    padding: 50px 0 120px 0;
}
.main-sec-content {
    max-width: 85%;
    margin: 0 auto;
}
.main-sec-content h2 {
    color: #000;
    
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0;
}
.main-sec-content h2 strong {
	display:block;
	 font-size: 24px;font-weight: 600;
	}
.main-sec-content h2.registerNow {
    margin-top: 30px;
    font-size: 24px;
}
.main-sec-content p {
    color: #000;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.footermain{
    text-align: center;
    align-items: center;
}
.footerlink {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footermain p{
   color: #fff;
   font-weight: bold;
   font-size: 20px;
  }
  .footermain p.copyright {
      font-size: 12px;
      color: #fff;
      font-weight: normal;
      background: none;
      border-top: none;
  }
  .footerlink li {
    margin-right: 18px; 
    font-size: 16px;
    /* font-family: 'EB Garamond', serif;
    font-weight: 600; */
  }

  .footerlink li a {
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
  }
  .footerlink li a:hover {
    text-decoration: underline;
  }
  .swslogo{
      margin-bottom: 10px;
  }
  .swslogo img{
   width: 20%;
  }
.accordion {
    margin-top: 30px;
}
.accordion .accordion-item {
    background-color: transparent;
}
.accordion .accordion-body {
    border-radius: 12px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: #fff;
}
.accordion .accordion-item .accordion-button.collapsed {
    border-radius: 12px;
    margin-bottom: 12px;
    font-family: 'EB Garamond';
    font-size: 18px;
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    background: #fff;
    border-radius: 12px!important;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed):focus {
    outline: 0;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.secWrapper .sec-img img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform-origin: 0 0;
    animation: map-1 1s ease-in-out forwards;
}
/* .secWrapper.aboutSharda .main-sec-content h2{
    color: #fff;
} */
/* .secWrapper.aboutSharda .main-sec-content p{
    color: #fff;
} */
.aboutSharda {
    position: relative;
    top: 0 !important;
    background: #f4cb61;
    /* min-height: 405px; */
}
.aboutSharda::before {
    content: "";
    position: absolute;
    top: -60px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-1.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.snapShot {
    position: relative;
    top: 30px;
    /* background: #82bfff; */
    background: #17243e;
    z-index: 0;
}

.snapShot::before {
    content: "";
    position: absolute;
    top: -80px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-2.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.snapshotBG{
    position: absolute;
    top: 0;
    background: url('../images/snapshot-banner-bg.jpg') no-repeat #17243e;
    background-size: cover;
    background-position: 0 -15px;
    width: 100%;
    height: 100%;
    top: -8px;
} 
.artsCraft {
    position: relative;
    top: 60px;
    background: #c7dc8d;
}
.artsCraft::before {
    content: "";
    position: absolute;
    top: -70px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 70px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-3.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
/* .secWrapper.theater {
    background: #f4cb61;
}
.secWrapper.dance-music {
    background: #b67fa6;
} */
.technology {
    position: relative;
    top: 80px;
    background: #9ec6df;
}
.technology::before {
    content: "";
    position: absolute;
    top: -80px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-6.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.nature {
    position: relative;
    top: 100px;
    background: #cba6ec;
}
.nature::before {
    content: "";
    position: absolute;
    top: -80px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-7.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.sports {
    position: relative;
    top: 120px;
    background: #f4cb61;
}
.sports::before {
    content: "";
    position: absolute;
    top: -80px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-1.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.faqs {
    position: relative;
    top: 140px;
    background: #eae6e5;
}
.faqs::before {
    content: "";
    position: absolute;
    top: -80px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 80px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-9.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.new-footer {
    position: relative;
    top: 140px;
    background: #000000;
    padding: 0 0 30px 0;
}
.new-footer::before {
    content: "";
    position: absolute;
    top: -70px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    height: 70px; /* Adjust this value as needed */
    background: url('../images/svg/wave-sec-10.svg') repeat-x;
    background-size: contain;
    z-index: 1;
}
.eventsall { margin:-100px 0 0px 0; }
/* .secWrapper .wave {
    width: 100%;
    height: 110px;
    position: absolute;
    top: -75px;
    z-index: 1;
}
.secWrapper .wave.about-sharda-wave {
    background-image: url(../images/svg/wave-sec-1.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
    
} */
/* .secWrapper .wave.summer-snapshot-wave {
    background-image: url(../images/svg/wave-sec-2.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.artsCraft-wave {
    background-image: url(../images/svg/wave-sec-3.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.theater-wave {
    background-image: url(../images/svg/wave-sec-1.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.dance-music-wave {
    background-image: url(../images/svg/wave-sec-5.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.technology-wave {
    background-image: url(../images/svg/wave-sec-6.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.nature-wave {
    background-image: url(../images/svg/wave-sec-7.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.sports-wave {
    background-image: url(../images/svg/wave-sec-1.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.faqs-wave {
    padding: 0;
    background-image: url(../images/svg/wave-sec-9.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
/* .secWrapper .wave.new-footer-wave {
    padding: 0;
    background-image: url(../images/svg/wave-sec-10.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
} */
.v-center-text {
    display: flex;
    align-items: center;
}
.listWrap {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.listWrap-1 {
    width: 100%;
    margin-bottom: 20px; display:inline-block;
}
.list-activities2 li { width:50%; float:left; }
.listWrap .list-activities {
    padding: 0;
    margin: 0;
    font-size:14px;
    font-weight: 400;
}
.listWrap .list-activities li {
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    list-style: none;
    background: url(../images/svg/radio-button.svg) no-repeat 0% 50%;
    background-size: 16px;
}
.listWrap-1 .list-activities {
    padding: 0;
    margin: 0;
    font-size:16px;
    font-weight: 400;
}
.listWrap-1 .list-activities li {
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    list-style: none;
    background: url(../images/svg/radio-button.svg) no-repeat 0% 50%;
    background-size: 16px;
}
/* .listWrap .list-activities li.svg {
    
    width: 20px;
    height: 20px;
 } */
.faqs .content {
    max-width: 100%;
}
/** End About Section Wrap **/

/** Owl Carousel Slider **/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 1%;
    left: 44%;
  }
  .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #31A649;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .owl-carousel .owl-item img {
    border-radius: 22px;
  }
  /** End Owl Carousel Slider **/

  .secWrapper.air{
  background: #cbefb6;
  }
  .secWrapper.air h2{
      color: #000;
  }
  .secWrapper.air p{
     color: #000;
  }
  .secWrapper.dace{
    background: #f3c3e0;
  }
  .secWrapper.design{
    background: #d0ddef;
  }


@keyframes map-1 {
    0% {
        margin-bottom: -100px;
        opacity: 0;
    }

    100% {
        margin-bottom: 0px;
        opacity: 1;
    }
}


.snapshot {
    /* padding: 0px 0 20px 0;   */
}

.stat .icon {
    /* width: 70px;
    height: 70px;
    margin: 10px auto 10px ; */
    /* border: 2px dotted #fff;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 90px;
    height: 60px;
}

.stat .icon img {
    /* width: 90%; */
    width: 90px;
    height: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.stat strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #030303;
    font-family: 'EB Garamond', serif;
    display: block;
}

.stat span {
    font-size: 16px;
    font-weight: 600;
    /* color: #000; */
    color: #fff;
    display: block;
    margin-top:20px;
}

.stat strong .counter-value {
    display: inline-block;
}

.foundationspap1 ul {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    top: -15px;
}
.foundationspap1 ul li { padding:0 50px; }

.foundationspap1 ul li .images {
    width: 120px;
    height: 120px;
    background: #fff;
    line-height: 120px;
    border-radius: 100px;
    margin: 0 auto 40px
}

.foundationspap1 ul li .images img {
    width: 50%;
    transition: transform .8s
}

.foundationspap1 ul li .images img:hover {
    transform: scale(1.5)
}

.newfooter {
    background: #000;
}

.newfooter .footelogo {
    position: relative;
    background: #fff;
    padding: 0px 20px 30px 20px;
    min-height: 400px;
    text-align: center;
}

.newfooter .footelogo:before {
    height: 30px;
    position: absolute;
    content: "";
    top: -30px;
    width: 100%;
    background: #fff;
    left: 0;
}

.newfooter .footelogo img {
    margin: 0 auto 30px;
    display: block;
}

.newfooter .footelogo p {
    border-top: 1px solid #dadada;
    padding: 15px 0 0 0;
    margin: 0px 0 0 0;
    font-size: 10px;
    color: #000;
}

.socialnew {
   display: flex;
   justify-content: center;
}
.socialnew li {
    display: inline-block;
    margin-right: 12px;
 }
 .socialnew li:last-child {
    margin-right: 0px;
 }
 
.socialnew a {
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    float: left;
    border-radius: 30px;
    color: #000;
    text-align: center;
    display: block;
    margin: 0 10px 0 0;
}

.socialnew a:hover {
    background: #31A649;
    color: #fff;
}

.socialnew a i {
    font-style:normal;
}

.navbar .fa-angle-down {
    display: none;
}

.mobilemenu {
    display: none!important;
}
.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.cd-top.cd-fade-out {
    opacity: 1;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.mobile_form {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 999999;
}
.scrollBtn {
    background: #31A649;
    line-height: 34px;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #31A649;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
}

.scrollBtn:hover {
    color: #fff !important;
    background-color: #31A649;
    text-shadow: none;
    font-weight: bold;
    border: 2px solid #000;
}
.scrollBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.scrollBtn:hover:before {
    left: 0;
    width: 100%;
}

.scrollBtn:not(:hover):before {
    left: -100%;
    width: 0;
}
@media screen and (max-width: 1024px) {
    .owl-carousel.owl-drag .owl-item .item{
        width: 100%;
        /* height: 680px; */
        height: 780px;
    }
    .owl-carousel.owl-drag .owl-item .item img {
        width: 100%;
        height: 100%;
    }
    .sliderhome .slideBar .logincamp {
        position: relative;
        right: -24%;
    } 
    .banner .bannerWrap {
        position: relative;
        top: -10%;
        left: 40%;
    }
}
@media screen and (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 30px;
        left: 3px;
        z-index: 99;
        background: none;
        width: 100%;
    }

    .navbar-toggler {
        padding: 0 10px;
        border: 0;
        line-height: 1;
        position: relative;
        top: -10px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-collapse {
        top: 10px;
        left: -3px;
        position: relative;
        background: #31A649;
        width: 60%;
        height: calc(100vh - 80px );
        padding: 0 0 100px;
        overflow-y: hidden;
        transition: .3s;
    }
    .navbar ul li:hover, .navbar ul li.active {
        background: rgba(0,0,0,0.1);
    }

    .navbar ul li {
        display: block;
        width: 100%;
        text-align: left;
        /* padding: 0 20px; */
        padding: 0 4px;
    }

    .navbar ul li a {
        text-align: left;
        padding: 0;
        color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .navbar ul .dropdowns {
        position: static;
        /*background:rgba(0,0,0,0.1); */
        background: none;
    }

    .navbar ul .dropdowns-2 {
        position: static;
        background: none;
        padding: 0 0px 0 20px;
        width: 100%;
        /*background: rgba(0,0,0,0.1);*/
        visibility: visible;
        opacity: 1;
    }

    .navbar ul .dropdowns li .fa-angle-right {
        display: none;
    }

    .navbar .fa-angle-down {
        display: block;
        float: right;
    }

    .navbar ul .dropdowns li a:hover {
        background: rgba(0,0,0,0.1);
    }
    .swsheaderlogos {
        padding: 10px!important;
    }
    .sliderhome .headeings h1 {
        font-size: 46px;
        line-height: 56px;
    }
    .sliderhome .headeings .imagetext {
        text-align: left;
    }
    .sliderhome .slideBar .logincamp{
        width: 335px;
        height: 590px;
        padding: 0;
        right: 5%;
    }
    .swsheader .logo {
        width: 240px;
        height: auto;
        padding-right: 0;
        position: relative;
        left: 30px;
    }
    /* .swsheader.fixed .logo {
        width: 180px;
    } */
    .swsheader.fixed .headerlink {
        padding: 15px 0 0 0;
    }
    .headerlink li a {
        font-size: 10px;
        font-weight: 500;
        line-height: 18px;
        padding: 0 5px;
        border-radius: 0;
    }
    .secWrapper .sec-img img {
        margin-top: 30px;
    }
    .secWrapper .content {
        max-width: 100%;
    }
    .swslogo img{
        width: 40%;
    }
    .secWrapper.new-footer {
        padding: 20px 0 20px 0;
    }
    .foundationspap1 {
        padding-bottom: 30px;
    }
    .foundationspap1 ul {
        display: block;
        top: 8px;
    }
    .foundationspap1 ul li.stat {
        margin-bottom: 30px;
    }
    .foundationspap1 ul .stat span{
        font-size: 18px;
        margin-top: 15px;
    }
    .foundationspap1 ul li.stat:last-child {
        margin-bottom: 30px;
    }
    /* .secWrapper.snapShot {
        padding: 30px 0 0 0;
    } */
    .listWrap {
        width: 100%;
        margin-bottom: 2px;
    }
    /* .secWrapper {
        padding: 40px 0;
    } */
   .owl-carousel.owl-loaded {
    margin-bottom: 30px;
   }
   .main-sec-content h2.registerNow {
        font-size: 22px;
    }
    .owl-carousel.owl-drag .owl-item .item{
        width: 100%;
        /* height: 680px; */
        height: 780px;
    }
    .owl-carousel.owl-drag .owl-item .item img {
        width: 100%;
        height: 100%;
    }
    .banner .bannerWrap {
        position: relative;
        top: -10%;
        left: 40%;
    }
    .sliderhome .slideBar .logincamp {
        position: relative;
        right: -35%;
        top: 80px;
    }
    .snapshotBG {
        background-position: top center;
    }
}

@media screen and (max-width: 767px) {
	.navbar-collapse.show { padding:20px; }
    .swsheader {
        position: fixed;
        /* top: 29px; */
        top: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
    }
    .swsheaderlogos {
        /* padding: 10px!important; */
        /* padding: 19px!important;  */
        padding: 10px!important; 
    }
    .swsheader .logo {
        /* width: 60% !important; */
        width: 220px;
        float: left;
        margin: 12px 0 0 0;
        /* padding: 0 10px 0 0 ; */
        position: relative;
        z-index: 1010;
    }
    .swsheader .logo {
        width: 210px;
        left: 22px;
        margin: 0;
    }
    .sliderhome .headeings h1 {
        /* font-size: 42px; */
        font-size:34px;
        text-align: center;
    }
    .sliderhome .headeings .imagetext {
        margin: 0;
        display: block;
    }
    .sliderhome .headeings .imagetext li {
        /* font-size: 42px; */
        font-size:18px;
        text-align: center;
    }
    .sliderhome .slideBar .logincamp {
        width: 335px;
        height: 585px;
        margin: 0 auto;
        /* position: absolute;
        top: 60px;
        right: 40px; */
        position: relative;
        top: 40px;
        right: 0;
        z-index: 2;
    }
    .foundationspap1 ul li {
        width: 100%;
        margin: 0 0 30px auto;
    }
    .accordion .accordion-item .accordion-button.collapsed {
        font-size: 16px;
        font-weight: bold;
    }
    .main-sec-content h2 {
        font-size: 40px;
    }
    /* .main-sec-content p {
        font-size: 14px;
    } */
    .stat span {
        font-size: 16px;
    }
    .footerlink {
        margin: 30px 0 0 0;
        display: block;
    }
    .footerlink li {
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .footerlink li a {
        font-size: 14px;
    }
    .mobilemenu {
        display:block !important;
    }
    .headertop {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 99;
    }
      .swsheader .container-fluid {
        z-index: 100;
        position: relative;
    }
    .swsheader .logo2 {
        width: 30% !important;
        float: left;
        padding: 0 3px 0 0 ;
        position: relative;
        z-index: 1010;
    }
    .sliderhome {
        margin-top: 65px;
    }
    .innerslider {
        margin-top: 95px;
    }
    .navbar {
        position: fixed;
        /* top: 30px; */
        top: 4px;
        left: 3px;
        z-index: 99;
        background: none;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .navbar-toggler {
        padding: 0 8px;
        border: 0;
        line-height: 1;
        position: relative;
        top: 0;
    }
    .navbar-collapse {
        top: 50px;
        background: #31A649;
        width: 100%;
        height: calc(100vh - 80px );
        padding: 0 0 100px;
        overflow-y: scroll;
        transition: .3s;
    }
    .navbar ul li:hover, .navbar ul li.active {
        background: rgba(0,0,0,0.1);
    }
    .navbar ul li {
        display: block;
        width: 100%;
        text-align: left;
        /* padding: 0 20px; */
        padding: 0;
    }
    .navbar ul li a {
        text-align: left;
        padding: 0;
        color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .navbar ul .dropdowns {
        position: static;
        /*background:rgba(0,0,0,0.1); */
        background: none;
    }
    .navbar ul .dropdowns-2 {
        position: static;
        background: none;
        padding: 0 0px 0 20px;
        width: 100%;
        /*background: rgba(0,0,0,0.1);*/
        visibility: visible;
        opacity: 1;
    }
    .navbar ul .dropdowns li .fa-angle-right {
        display: none;
    }
    .navbar .fa-angle-down {
        display: block;
        float: right;
    }
    .navbar ul .dropdowns li a:hover {
        background: rgba(0,0,0,0.1);
    }
    .headerlink {
        display: none;
    }
    .header {
        position: sticky;
        padding: 10px 0;
        background: #fff;
    }
    .header .logo {
        padding: 0 0 0 0px;
        width: 150px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .header-right a {
        padding: 4px 5px;
    }
    .header.sticky {
        padding: 10px 0;
    }
    .about-sec img {
        padding: 0 0 40px 0;
    }
    .stat {
        width: 150px;
        margin: 10px auto;
    }
    .offset-1 {
        margin: 0;
    }
    .offset-5 {
        margin: 0;
    }
    .offset-3 {
        margin: 0;
    }
    .newfooter .footelogo {
        margin: 15px 0;
        padding: 25px;
    }
    .newfooter .footelogo:before {
        display: none;
    }
    .ourteam {
        padding: 0 50px;
    }
    .snapshot {
        padding: 0 0 20px 0;
    }
    .banner .bannerWrap {
        position: relative;
        top: 0;
        left: 0;
    }
    .banner .bannerWrap img {
        width: 72%;
        height: auto;
        padding: 15px 0;
    }
    .owl-carousel.owl-drag .owl-item .item{
        width: 100%;
        height: auto;
    }
    .owl-carousel.owl-drag .owl-item .item img {
        width: 100%;
        height: 100%;
    }
    .sliderhome {
        height: 890px;
    }
    .sliderhome .slideBar {
        height: 840px;
    }
    .snapshotBG {
        background: url('../images/snapshot-banner-mobile-bg.jpg') no-repeat #17243e;
        background-position: top center;
        top: -10px;
        background-size: cover;
    }
    .mobile_form {
        position: fixed;
        top: 92%;
    }
}

@media screen and (max-width: 413px) {
    .sliderhome .slideBar .logincamp {
        width: 335px;
        /* right: 20px;
        position: absolute; */
        z-index: 2;
    }
    .stat .icon {
        width: 90px;
        height: 90px;
    }
    .stat .icon img {
        width: 100%;
    }
    .foundationspap1 ul li.stat {
        margin-bottom: 25px;
    }
    .foundationspap1 ul .stat span {
        font-size: 16px;
    }
    .secWrapper {
        padding: 30px 0 90px 0;
    }
    .foundationspap1 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 374px) {
    /* .sliderhome .slideBar .logincamp {
        right: 10px;
        position: absolute;
    } */
    .navbar-collapse.show {
        width: 70%;
    }
    .main-sec-content h2.registerNow {
        font-size: 22px;
    }
}

