*{
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
/*navbar*/
.header{
/*  margin-top: 15px;*/
}
.shunav {
  overflow: hidden;
}
.shubham-logo img{
  width: 25%;
}
.shunav .shu-main-menu {
  font-weight: 400;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
.shu-main-menu .shumainul {
  list-style-type: none;
  display: flex;
}
.shunav .shu-main-menu .shumainul li a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.shu-side-menu span{
  font-size: 26px;
  cursor: pointer;
  font-weight: 600;
  color: #00000;
  position: absolute;
  top: 53px;
}
.shunav nav a:hover {
  color: #007d28;
}
.shunav nav a.active {
  background-color: #04AA6D;
  color: white;
}
  .sideshu.open {
    display: block;
  }
  .shu-sideshu-content {
    position: relative;
    top: 5px;
    left: 15px;
  }
  .shu-list-sidebar{
    list-style-type: none;
  }
  .sideshu .shu-list-sidebar a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    transition: 0.3s;
    line-height: 21px;
  }
  .shu-sideshu-content p{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 25px;
  }
  .shu-sideshu-content p a{
    text-decoration: none;
    color: #000000;
  }
  .side-list-shu{
    padding-left: 30px;
  }
  .sideshu a:hover, .sideshu a:focus {
    color: black;
  }

  .sideshu .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    text-decoration: none;
    font-weight: 500;
    color: #007d28;
    display: block;
  }
  
.sideshu .sitebarlogo{
  padding: 15px 0px 0px 20px;
  width: 30%;
}
.shu-socialmedia ul{
  list-style-type: none;
  display: inline-flex;
}
.shu-socialmedia ul li{
  padding: 15px 10px 3px 10px;
}
.shu-socialmedia ul li a i{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.demo-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  padding: 10px;
  border: 1px solid #f9f9f9;
  z-index: 1000;
  right: 0px;
  top: 0px;
  height: 328px;
}
.sub-menu li:hover .demo-menu {
  display: block;
}
.sub-menu{
  background: #007d28;
  list-style: none;
  position: absolute;
  margin-top: 25px;
  display: none;
  padding: 10px 5px 15px 5px;
  border-radius: 3px;
  /* border: 1px solid #dfdfdfe8; */
  z-index: 999;
  width: 305px;
/*  height: 350px;*/
}
.sub-menu .shubhamsubmenuli{
  padding: 15px 0px 15px 20px;
}
.sub-menu .shubhamsubmenuli:hover{
  background: whitesmoke;
}
.sub-menu .shubhamsubmenuli span{
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.sub-menu .shubhamsubmenuli span i{
  font-weight: 100;
  font-size: 13px; 
}
.sub-menu li a {
  float: none !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: block !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.sub-menu li a :hover{
  font-size: 15px !important;
  font-weight: 500 !important;
}
.has-children:hover .sub-menu {
  display: block;
}
.dropdown-content {
  border-radius: 5px;
  display: none;
  position: absolute;
  width: 98%;
  left: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 28px;
  z-index: 999;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.shumenurow{
  border: 1px solid #efefefe8;
}
.shumenucolumn {
  float: left;
  width: 25%;
  padding: 0px;
  background-color: #ffffff;
  height: 390px;
}
.shumenucolumn ul{
  padding-left: 7px;
  display: grid;
  list-style-type: none;
}
.shumenucolumn h3{
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px 15px 20px;
  text-align: left;
}
.shumenucolumn ul li a {
  float: none !important;
  color: black !important;
  text-decoration: none !important;
  display: block !important;
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 22px !important;
  padding-bottom: 10px !important;
}
.shumenucolumn a:hover {
  background-color: #ddd;
}
.shumenurow:after {
  content: "";
  display: table;
  clear: both;
}
.shu-side-menu{
  display: none;
} 
.top-header{
  display: grid;
  grid-template-columns: auto auto;
  padding: 15px 40px 5px 70px;
  border-bottom: 2px solid #007d28;
}
.shu-search-container{
  margin-top: 15px;
}
.shu-search-container form{
  width: 515px;
/*  background: #007d28;*/
  padding: 10px 0px 10px 19px;
  border-radius: 3px;
}
.shu-search-container input[type=text] {
  padding: 7px 15px 7px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #007d28;
  border-radius: 3px;
  width: 420px;
}
.shu-search-container button {
  padding: 7px 12px;
  margin-top: 0px;
  margin-right: 16px;
  background: #ffffff;
  font-size: 14px;
  color: black;
  cursor: pointer;
  border: 1px solid #007d28;
  border-radius: 3px;
}
.shu-search-container button:hover {
  background: #ccc;
}
.shu-login-div{
  margin-top: 33px;
}
.shu-login-div ul{
  list-style-type: none;
  display: flex;
/*  float: right;*/
}
.shu-login-div ul li{
  margin-right: 4px;
}
.shu-login-div ul li a{
  font-size: 16px;
  font-weight: 500;
  background: #007d28;
  color: white;
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
}
/*.top-header a{
  text-decoration: none;
  font-size: 16px;
  color: white;
  background: #61a1d6;
  padding: 6px 15px 6px 15px;
  margin: 0px 10px 11px 0px;
  font-weight: 500;
  border-radius: 5px;
}*/
.shunav .icon {
  display: none;
}
/*navbar*/
/*slider*/
.banner-section{
  border-bottom: 7px solid #f5f5f5;
}
.shubanner-div img{
  width: 100%;
}
.shu-video video{
  width: 100%;
  height: 400px;
}
.Video-container {
  display: grid;
  grid-template-columns: auto auto;
}
.shu-banner-text{
  padding: 145px 5px 0px 20px;
}
.shu-banner-text h1{
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  color: #f57d26;
  line-height: 44px;
  letter-spacing: -0.7px;
}

.slider {
  width: 100%;
  margin: 20px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
}

.shuslider {display: none}

/* Slideshow container */
.slider-shubham {
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*slider*/
/*Login Form*/
.login-form-grid{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.error{
  color: #e03d24;
  font-size: 13px;
  font-weight: 400;
}
.login-form-section{
  margin-bottom: 30px;
  margin-top: 30px;
}
.shu-marlefloginfomnrm{
  width: 410px;
  margin-left: 175px;
}
.shu-marlefragistfomnrm{
  width: 680px;
  margin-left: 135px;
}
.login-form-group{
  margin-right: 45px;
  margin-bottom: 10px;
}
.login-form-group label{
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 600;
  color: #007d28;
}
.login-form-group input{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 10px 18px;
  color: #575757;
  margin-top: 10px;
  margin-bottom: 0;
}
.login-form-group-select{
  margin-right: 7px;
  margin-bottom: 10px;
}
.login-form-group-select label{
  letter-spacing: -0.1px;
  font-size: 14px;
  font-weight: 600;
  color: #f57d26;
}
.login-form-group-select select{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 10px 18px;
  color: #575757;
  margin-top: 10px;
  margin-bottom: 0;
}
.radioshu label{
  letter-spacing: -0.1px;
  font-size: 14px;
  font-weight: 600;
  color: #f57d26;
}
.shubtntop{
  text-align: center;
  padding-top: 20px;
}
.shubtntop p{
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px 16px 0px;
  color: #007d28; 
}
.shubtntop a{
  background: #61a1d6;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #61a1d6;
  border-radius: 4px;
  padding: 7px 11px 5px 11px;
  text-decoration: none;
}
/*Login Form*/
/*Our Category*/
.category-section{
  padding: 30px 30px 30px 30px;
  border-bottom: 7px solid #f5f5f5;
}
.cagrgory-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.cagrgory-items{
  padding: 10px 10px 10px 10px;
}
.cagrgory-div{
  text-align: center;
  border: 1px solid #efefefad;
  border-radius: 5px;
}
/*.cagrgory-div img{
  width: 100%;
}*/
.cagrgory-div h4{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 10px;
  letter-spacing: -0.8px;
}
.cagrgory-div p{
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
  padding: 0px 15px 20px 15px;
}
/*Our category*/
/*brand start*/
.brand-section{
  padding: 30px 30px 30px 50px;
  border-bottom: 7px solid #f5f5f5;
}
.shubham-video{
  padding-top: 20px;
}
.brand-grid{
  padding: 30px 0px 0px 0px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
/*.shubham-video{
  height: 515px;
  width: 100%;
}*/
.brand-items{
  margin-right: 20px;
}
.brand-items img{
  width: 100%;
}
/*brand end*/
/*our-work*/
.our-work-section{
  border-bottom: 7px solid #f5f5f5;
  padding: 30px 30px 15px 30px;
}
.ourwork-heading{
  text-align: center;
}
.ourwork-heading h1{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -1.6px;
}
.ourwork-heading img{
  width: 33px;
}
.ourwork-heading p{
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #007d28;
  padding-bottom: 50px;
}
.ourwork-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.ourwork-items{
  padding: 10px 10px 10px 10px;
}
.ourwork-div{
  padding-bottom: 25px;
  background: #ffffff4f;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #f3f3f3f2;
  border: 1px solid #f3f3f3f2;
}
.ourwork-div img{
  width: 100%;
}
.ourwork-div h6{
  font-size: 13px;
  font-weight: 500;
  padding: 2px 0px 0px 15px;
  letter-spacing: 0.5px;
}
.ourwork-div h4{
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0px 3px 15px;
  color: #000000;
  letter-spacing: 0.2px;
}
.ourwork-div ul{
  list-style-type: none;
  display: ruby;
  margin-left: 16px;
  margin-top: 5px;
}
.ourwork-div ul li span{
  font-size: 16px;
  color: #007d28;
  padding-left: 3px;
  font-weight: 600;
}
.ourwork-div ul li del{
  font-size: 14px;
  color: #6d6c6c;
}
.ourwork-div ul li a{
  font-size: 12px;
  background: #007d28;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #007d28;
  padding: 3px 7px 3px 8px;
  margin-left: 95px;
}
.ourwork-div ul li i{
  font-size: 13px;
  padding-right: 3px; 
}
.ourwork-div p{
  font-size: 14px;
  text-align: justify;
  padding: 15px 0px 9px 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.ourwork-div p span{
  border: 1px solid #007d28;
  padding: 3px 8px 3px 8px;
  border-radius: 3px;
  background: #007d28;  
}
.ourwork-div .ourwork-btn{
  margin: 20px 0px 5px 0px;
  text-align: center;
}
.ourwork-div .ourwork-btn .regis{
  background: #61a1d6;
  color: white;
  font-size: 16px;
  padding: 5px 15px 6px 15px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration:none;
}
.ourwork-div .ourwork-btn .detai{
  background: #fff9f4;
  color: #007d28;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #007d28;
  letter-spacing: 0.7px;
}
/*our-work*/
/*Interactive Platform*/
.interactive-platform-sec{
  padding: 40px 10px 0px 10px;
}
.interactive-platform-grid{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.interactive-platform-grid .interactive-platform-items .shu-thumb{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #000000c9;
}
.interactive-platform-items{
  padding: 40px 10px 0px 10px;
}
.interactive-platform{
  position: relative;
}
.profile-insta {
  position: absolute;
  bottom: 0;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 10px;
}

.insta-img-pro {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.profile-insta h3 {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.profile-insta h3 button {
  color: white;
  font-weight: 500;
  background: rgb(0 149 246);
  border: 1px solid #0095f6;
  padding: 3px 6px 2px 7px;
  font-size: 12px;
  border-radius: 4px;
}
.top-reel {
  position: absolute;
  width: 100%;
  top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-reel .leftarrow{
  padding-left: 10px; 
}
.top-reel .rightcamera{
  padding-right: 10px; 
}
/*Interactive Platform*/
/*about*/
.about-section{
  padding: 35px 0px 30px 0px;
}
.about-section img{
  width: 33px;
}
.aboutprofile-test{
  margin: 15px 50px 0px 50px;
}
.aboutprofile-test p{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  color: black;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.aboutprofile-test ul{
  padding-left: 20px;
}
.aboutprofile-test ul li{
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.aboutprofile-test h4{
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 7px;
  font-weight: 500;
}
.aboutprofile-test h6{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 25px;
}
.aboutprofile-test h2{
  font-size: 28px;
  font-weight: 600;
  color: black;
  letter-spacing: 0.1px;
}
/*about*/
/*Why us*/
.shu-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
.shu-grid-item {
  padding: 30px 25px;
}
.shubham-why-us{
  border-bottom: 7px solid #f5f5f5;
}
.shubham-counter{
  width: 320px;
}
.shu-count-div{
  text-align: center;
  padding-bottom: 25px;
}
.shu-count-div img{
  width: 45%;
}
.shu-count-div .count{
  font-size: 52px;
}
.shu-count-div h6{
  font-size: 18px;
  font-weight: 600;
}
.shu-count-div .count span{
  align-items: center;
  font-size: 52px;
  font-weight: 400;
}
.shubham-chaiimage{
  padding-top: 60px;
  text-align: center;
}
.shubham-chaiimage h1{
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
  line-height: 49px;
  padding-bottom: 35px;
}
.shubham-chaiimage img{
  width: 70%;
}
.shu-grid-item .icon{
  background: #000000;
  width: 35px;
  height: 35px;
  padding: 18px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.shu-grid-item .icon img{
  width: 100%;
}
.shu-grid-item h4{
  color: white;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.shu-grid-item p{
  font-size: 13px;
  font-weight: 400;
  color: darkgrey;
  text-align: justify;
}
/*Why us*/
/*shubham certificate*/
.shubham-certificate-section{
  border-bottom: 7px solid #f5f5f5;
  margin: 35px 20px 0px 20px;
}
.shubham-certificate-grid {
  display: grid;
  grid-template-columns: auto auto;
}
.shubham-awads-img{
  padding: 10px 10px 20px 25px; 
}
.shubham-awads-img img{
  width: 100%;
}
/*shubham certificate*/
/*feature*/
.feature-section{
  padding: 0px 0px 50px 0px;
  border-top: 1px solid #141414;
}
/*.feature-grid{
  display: grid;
  grid-template-columns: auto auto;
}*/
/*.feature-shu{
  padding: 20px 35px 0px 40px;
}*/
/*.feature-grid-item img{
  width: 100%;
}*/
.coverbg{
  width: 100%;
}
.feature-grid {
  position: relative;
  color: white;
}
.feature-grid-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 578px;
  background: #1414148f;
  height: 665px;
  padding: 40px 35px 0px 40px;
}
.feature-shu h5{
  position: relative; 
  margin-bottom: 10px;
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.feature-shu h5 span {
  position: relative;
  padding-right: 55px;
  margin-right: 8px;
  color: white;
  padding-top: 3px;
}
.feature-shu h5 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: white;
}
.feature-shu h2{
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
  color: white;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
}
.feature-shu ul{
  margin-left: 20px;
}
.feature-shu ul li{
  font-size: 15px;
  text-align: justify;
  color: #d1cfcf;
}
.feature-shu p{
      font-size: 15px;
    text-align: justify;
    color: #d1cfcf;
    padding-bottom: 15px;
    padding-top: 10px;
}
.feature-shu a{
  margin-top: 44px;
  color: #ffffff;
  text-decoration: none;
  background: red;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 4px;
}
/*feature*/
/*Blogs*/
.shu-blog-grid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.shubham-blog-section{
  margin: 30px 33px;
}
.shu-blog-item{
  margin: 20px 15px 15px 15px;
      border: 1px solid #c3c3c3;
    border-radius: 4px;
}
.shu-blog-image img{
  width: 100%;
}
.shucontent-blog{
  padding: 10px 15px 12px 15px;
}
.shucontent-blog span{
  text-transform: uppercase;
  background-color: #007d28;
  padding: 5px 10px 5px 10px;
}
.shucontent-blog span a{
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  text-align: justify;
  line-height: 33px;
}
.shucontent-blog h4{
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
  margin-top: 7px;
}
.shucontent-blog h4 a{
  color: black;
  text-decoration: none;
}
/*Blogs*/
/*testimonials*/
.testimonials-section{
  padding: 45px 85px 40px 85px;
  border-bottom: 7px solid #f5f5f5;
}
.testimonials-text{
  text-align: center;
}
.testimonials-text .testimonials-sub-title {
  position: relative; 
  margin-bottom: 10px;
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.testimonials-text .testimonials-sub-title span {
  position: relative;
  padding-right: 55px;
  margin-right: 8px;
  color: white;
  padding-top: 3px;
}
.testimonials-text .testimonials-sub-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: white;
}
.testimonials-text .testimonials-main-title{
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
}
.shuSlides {display: none}

/* Slideshow container */
.shu-testi-container {
/*  max-width: 1000px;*/
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: #d4000c;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(0 125 40);
}

/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  /* padding: 20px 80px; */
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.testimonial-author{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.author{
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #007d28;
  margin-right: 20px;
}
.testimonial-author .author img {
  border-radius: 50%;
  width: 100%;
}
.author-text h4{
  font-weight: 400;
  /* margin-bottom: 5px; */
  /* letter-spacing: 0px; */
  font-size: 14px;
  color: #000000;
}
.author-text h5{
  color: #007d28;
  font-size: 18px;
  font-weight: 500;
  /* letter-spacing: 3px; */
  text-transform: uppercase;
}
/*testimonials*/
/*footer*/
.footer-section{
  background-color: rgb(247 247 247 / 60%) !important;
  padding: 50px 40px 300px 85px;
}
.float-left{
  float: left; 
}
.float-right{
  float: right; 
}
.shulogofooleft{
  padding-left: 15px;
}
.footer-block-item img{
  width: 40%;
}
.footer-block-item p{
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  padding-top: 10px;
  color: black;
}
.shufirdtlinkleft{
  margin-left: 30px;
  margin-right: 10px;
}
.shuseconlinkleft{
  margin-left: 10px;
  margin-right: 20px;
}
.footer-block-item h4{
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.shu-footerlink ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000000;
  padding-top: 8px;
}
.shu-footerlink ul li a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 21px;
}
.footer-item-copyright{
  text-align: center;
  background: #000000;
  padding: 13px 0px 10px 0px;
}
.footer-item-copyright p{
  color: white;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.footer-item-copyright p a{
  color: #007d28;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.footer-item-socialmedia ul{
/*  float: right;*/
  margin-top: 10px;
}
.footer-item-socialmedia ul li {
  display: inline-block;
}
.footer-item-socialmedia .facebook{
  background: rgb(59, 89, 152) !important;
  border-radius: 5px;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding: 3px 15px 1px 14px;
}
.footer-item-socialmedia .instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #f1e353 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 5px;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  line-height: 35px;
  padding: 2px 11px 1px 13px;
}
.footer-item-socialmedia .twitter{
  background: rgb(2, 176, 232) !important;
  border-radius: 5px;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding: 3px 10px 1px 11px;
}
.footer-item-socialmedia .linkedin{
  background: rgb(10, 102, 194) !important;
  border-radius: 5px;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding: 3px 10px 1px 11px;
}
.footer-item-socialmedia .whatsapp{
  background: rgb(37, 211, 102) !important;
  border-radius: 5px;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding: 3px 11px 1px 12px;
}
/*footer*/
.row{
  width: 100%;
}
.col-lg-3{
  width: 25%;
}
.col-lg-4{
  width: 33.3%;
}
.col-md-12{
  width: 100%;
}
.col-lg-6{
  width: 50%;
}
.inputleft{
  float: left;
}
.inputright{
  float: right;
}
/*gallery*/
.gallery-section{
  padding: 40px 50px 10px 45px;
}
.gallery-grid{
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.gallery-grid-item{
  padding: 2px 5px 0px 5px;
}
.gallery-grid-item img{
  width: 100%;
}
/*gallery*/
/*contact*/
.contact-detail-section{
  padding: 45px 60px 40px 50px;
  border-top: 1px solid #141414;
}
.contact-detail-grid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.contact-detail-grid-item{
  text-align: center;
}
.contact-detail-grid-item i{
  font-size: 55px;
  color: #e03d24;
}
.contact-detail-grid-item h6{
  font-size: 22px;
  padding-top: 5px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.contact-detail-grid-item p a{
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.contact-form-section{
  padding: 50px 50px 30px 50px;
}
.contact-form-grid{
  display: grid;
  grid-template-columns: auto auto;
}
.formshu-title{
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.formshu-title span {
  position: relative;
  padding-right: 60px;
  display: inline-block;
  margin-right: 10px;
  color: white;
}
.formshu-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: white;
}
.shurow{  
  display: grid;
  grid-template-columns: auto auto;
}
.form-group{
/*  width: 100%;*/
/*  margin-left: 35px;
  margin-bottom: 15px;
  margin-right: 15px;*/
  padding: 0px 11px 15px 35px;
}
/*.entry-box {
  width: 100%;
}*/
.entry-box label{
    letter-spacing: -0.1px;
    font-size: 14px;
    font-weight: 600;
    color: #007d28;
}
.entry-box input {
/*  height: 100%;*/
}
.entry-box input, 
.entry-box textarea {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 10px 18px;
  color: #575757;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-form-grid-item h4{
  font-size: 20px;
  font-weight: 600;
  color: #007d28;
  padding-left: 33px;
  padding-top: 10px;
}
.default-button{
  background: #007d28;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #007d28;
  border-radius: 4px;
  padding: 8px 15px 7px 15px;
}
.map iframe{
  width: 600px;
  height: 505px;
}
.contactus-detail .div-contact-detail{
  background: #007d28;
  box-shadow: 0px 0px 2px #007d28;
  /* color: black; */
  border: 1px solid #007d28;
  border-radius: 5px;
  padding: 12px 25px 25px 25px;
  text-align: center;
}
.contactus-detail .div-contact-detail p{
  font-size: 35px;
  color: white;
}
.contactus-detail .div-contact-detail a{
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.contact-detailgrid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.detailgrid-item{
  width: 360px;
}
.contactus-detail{
  margin: 30px 23px 0px 50px;
}
.donatebtn{
  text-align: right;
}