.base-color, a:hover, a:focus, .btn-custom:hover, .btn-custom:focus, .main-menu .menu li a.active, .home-banner .social-icons li i:hover, .main-logo .logo:hover, .pricing-item .content .price h3, .pricing-item .content .price h3 span, .works-filters li.active, .blog-item:hover h5 a, .pagination li a, .blog-single .meta p i, .widget-categories ul a:hover, .contact-item .social-icons li, .btn-transparenty, .main-logo .logo, .about-info .social-icons li i:hover, .contact-item .social-icons li i:hover, body.dark .about-box h2, body.dark .about-info .social-icons li i:hover{
	color: gray;
}
section.home.home-2.d-flex.d-none.align-items-center {
    display: none !important;
}

.home-banner .wow .customFadeInUp p{
	width: 50px;
}
.home-banner h1.cd-headline {
    font-size: 35px;
    font-weight: 700;
}
.container-fluid {
     width: 100%; 
     padding-right: 0; 
     padding-left: 0; 
     margin-right: 0; 
     margin-left: 0; 
}
/*.article_image img {
    width: 100px !important;
}*/

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image:none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: pnone;
    background-repeat: repeat-x;
}

.slick-next{
    display: none !important;
}
.slick-prev{
    display: none !important;
}
.slick-slide{
    padding: 0px !important;
}
.home{
    background-image: none;
}
.g-lines {
    display: none !important;
}
.firstcontant h2{

    font-size: 10px;
}

.firstcontant {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 396px;
    z-index: 9;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.right-content{
    margin-right: 20px;
    border-right: 3px solid red;
}

.secondcontant {
     background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 375px;
    z-index: 9;
    width: 100%;
    padding: 20px;
    text-align: center;
}
h5 {
    position: absolute;
    top: 557px;
    left: 257px;
    z-index: 9;
    color: black;
    font-size: 22px;
}
.firstcontant a{
    margin-right: 23px;
}

.home:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     background-color: white; 
    z-index: -1;
}
.wow .customFadeInUp .slow img{
    height: 50px;
}
.logos {
    position: absolute;
    top: 0;
    left: -60px;
}
.logos img {
    width: 292px;
}
.logooo{
    display: block;
}



@media(max-width: 990px){
    .col-md-6.first {
    margin-bottom: 40px;
}
section.home.home-2.d-flex.d-none.align-items-center {
    display: block !important;
}

.logos img {
    display: none;
}
.contact-details {
    margin-bottom: 10px;
}
.contact-detailsss {
    margin-bottom: 10px;
}
.heading {
    margin-bottom: 37px;
}
.logooo{
    display: block;
    width: 114px;
    margin-top: 20px;
}

h4 {
    font-size: 13px;
}
.firstcontant {
    top: 233px;
}
h5 {
    top: 437px;
    left: 7px;
}
.secondcontant {
  
    top: 470px;
     text-align: ;

}
.firstcontant a {
    margin-right: 8px;
}
.all-icon {
    display: block !important;
}
    .slide{
        display: none !important;
    }
    .slider1{
        display: block !important;
    }
    h1.cd-headline.clip {
    font-size: 27px;
}
.home-banner {
    text-align: center;
    margin-top: 15px;
    display: none;
}
.menu-bar{
    display: none;
}
.g-lines {
    margin-top: -17px !important;
    display: block !important;
}
.main-menu .hamburger-menu .line {
    background: #000;
    display: block;
    height: 2px;
    margin: 0 0 6px;
    width: 30px;
    margin-left: auto;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  .col-lg-12.banner-text {
    display: none;
}
.power {
   text-align: center;
}
.first-content p {
text-align: justify;
}

.first-content {
    padding: 5px 20px 0px 20px !important;
}
h3.boom {
    margin-left: 0 !important;
    margin-bottom: 33px;
    text-align: left;
    margin-right: 10px;

}
.icon {
    width: 160px !important;
}
    .call-icon {
    margin-left: -45px !important;
}
.whatsapp-icon {
    margin-left: -45px !important;
}
.container.racky {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.article_image {
    margin-top: 15px;
}



@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 /* font-family: 'Indie Flower', cursive;*/
}

.sliderr {
  height: 100vh;
  width: 100%;
  position: relative;
  margin: auto;
}

  .slidee {
    display: none;
    height: 80%;
    width: 100%;
}

    .slidee img {
      height: 100%;
      width: 100%;
      filter: contrast(90%);
      object-fit: cover;
    }

    .caption {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 22px;
      color: #fff;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 4px;
    }
    .sliderr.center {
    margin-top: 33px;
}

.kun-gallery ul li {
    position: relative;
    overflow: hidden;
    width: calc(24% - 19px) !important;

    /* height: 25vw; */
}
.slidee {
    width: 103% !important;
    height: auto !important;
}
a.prev, a.next {
    position: absolute;
    top: 25% !important;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    padding: 12px;
    transition: 0.2s;
    hover: background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}
.prev {
    left: 1px !important;
    margin-right: 551px;
}
.next {
    right: 1px !important;
    margin-left: 600px;
}

.kun-gallery {
    margin-left: 98px !important;
}
.kun-gallery {
    margin-left: 98px !important;
}
.ereaders-author-text.letter {
    margin-top: -137%;
}
 a.prev,a.next {
    position: absolute;
    top: 43%;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    padding: 12px;
    transition: 0.2s;
    hover:background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 3px;

   }
  .next {
    right: 84px;
    margin-left: 600px;
}
 .prev {
    left: 85px;
    margin-right: 551px;
}
/*.gallery-container .left-arrow,{
    position: absolute;
    color: white;
    top: 47%;
    line-height: 0;
    left: 0px !important;
    font-size: 4vw;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/



  }
a.image-1 img {
    
    padding: 5px;
}
/*b, strong {
    font-weight: 200;
    font-size: 20px;
}*/


a.prev, a.next {
    position: absolute;
    top: 44%;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    padding: 12px;
    transition: 0.2s;
    hover: background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}
  .next {
    right: 20px;
    margin-left: 600px;
  }
  .prev {
    left: 20px;
    margin-right: 551px;
  }


.show {
  animation: fade 0.5s ease-out;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.ereaders-author-text.letter {
    text-align: center;
}

}





@media(min-width: 1024px){
  .col-lg-12.banner-text {
    margin-top: -641px;
}
section.home.home-2.d-flex.d-none.align-items-center{
    display: none !important;
}
.menu-bar {
    margin-left: -122px !important;
}
.all-icon {
    margin-left: 53px !important;
}
.margin {
    margin-left: 75px !important;
}
div#image-gallery {
    margin-left: 54px;
}

}


.logooo {
    width: 117px;
    margin-top: 16px;
    margin-bottom: 12px;
}






/*bootstrape css code*/
.menu-bar ul li{
    display: inline-block;
    padding-right: 11px;
    text-transform: uppercase;
    color: #000;
} 
.over-all{
    background-color: #ffffff!important;   
}
section.top-header {
    background-color: white;
}

/*today*/
.logo {
    width: 123px;
    opacity: 63%;
    padding: 13px;
}
.menu-bar {
    line-height: 67px;
}
.secondcontant span{
    color: black !important;
    font-weight: 1000;
}
.all-icon{
    display: flex;
    justify-content: space-between;
    margin: auto;
   
}
.icon{
width: 200px;
}
.first-content {
    padding: 60px;
}
h3.boom {
    margin-left: 60px;
    margin-bottom: 33px;
    font-weight:600;
}
h6.name {
    margin-top: 11px;
    margin-bottom: 10px;
     text-align: center;
}



/*11/11/21*/
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #c0c0c0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"] {
    text-transform: uppercase;
}
.container {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
}
input#lname {
    color: #cccccc;
    border: 1px solid #cccccc;
}
input#date {
    color: #cccccc;
    border: 1px solid #cccccc;
}
input#time {
    color: #cccccc;
    border: 1px solid #cccccc;
}



/*contactform*/
.margin {
    margin: 100px 0px 35px 0px;
}
.heading {
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-weight: bolder;
    font-size: 22px;
}
.heading {
    margin-bottom: 50px;
}
input#lname {
    width: 100%;
    padding: 10px;
}
input#date {
    width: 100%;
    padding: 10px;
}
input#time {
    width: 100%;
    padding: 10px;
}

input.line {
    margin-top: 20px;
}
.contact-details h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.contact-detailsss h4{
    font-weight: 600;
}
h4 {
    font-size: 20px;
}
.contact-details p {
    text-align: center;
}
.contact-details {
    background-color: silver;
    padding: 20px;
    
}
.contact-detailsss {
    text-align: center;
    background-color: silver;
    padding: 32px;
}
.contact-detailsssss{
    text-align: center;
    background-color: silver;
    padding: 30px;

}

.logos img {
    height: 1000px;
}
.whatsapp-icon {
    margin-left: -14px;
}
.call-icon {
    margin-left: -14px;
    margin-bottom: 11px;
}
i.fa.fa-plus-circle {
    display: none;
}
div#image-gallery {
    /*margin-left: 60px;*/
    margin-top: 0px;
}
/*.container.contactss {
    margin-right: 25px;
}*/



/*19/11/21*/
#gallery {
  padding-top: 0px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    display: none;
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 60px;
  z-index: 1;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}




.article-boom {
    padding: 20px 20px 25px 10px;
    box-shadow: 2px 3px 7px grey;
}
.article-boom {
  /*  margin-left: 53px;*/
    margin-bottom: 21px;
    margin-top: 30px;
}

@media(max-width:  768px){

    .article-boom {
    margin-left:0px;

}
.kun-gallery {
    margin-left: 115px !important;
}
.gallery-container .right-arrow {
    /* right: -12px; */
    z-index: 999999;
    left: 309px !important;
        margin-top: -19px;
  /*  margin top: 296px !important;*/
}

.left-arrow {
    z-index: 99;
    margin-left: -21px;
  
    margin-top: -27px;
}

.ereaders-author-text.letter {
    margin-top: 0%;
}
    a.prev, a.next {
   
    top: 25% !important;
    
}

a.ref1 {
    position: absolute;
    top: 10px;
}
    
}


.container.racky {
    margin-left: 86px;
    margin-top: 50px;
}
.projects img {
    width: 105% !important;
    height: 245px !important;
}

img.alter {
    height: 250px;
    
}




@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 /* font-family: 'Indie Flower', cursive;*/
}

.sliderr {
    height: 100vh;
  position: relative;
  margin: auto;
}

  .slidee {
    display: none;
    height: 80%;

}

    img {
      height: 100%;
     

      filter: contrast(90%);
      object-fit: cover;
      text-align: center;
    }

    .caption {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 22px;
      color: #fff;
      padding: 8px 16px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 4px;
    }
  }

  a.prev,a.next {
    position: absolute;
    top: 43%;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    padding: 12px;
    transition: 0.2s;
    hover:background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 3px;

   }
  .next {
    right: 84px;
    margin-left: 600px;
}
 .prev {
    left: 85px;
    margin-right: 551px;
}
}

.show {
  animation: fade 0.5s ease-out;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



.random-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.kun-gallery {
  flex: 1;
}

.kun-gallery ul {
  list-style-type: none;
  padding: 0;
}

.kun-gallery li {
  display: inline-block;
  padding: 0;
}

.kun-gallery ul li a {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.kun-gallery ul li a:hover {
  opacity: .9;
}
.kun-gallery ul li {
    position: relative;
    overflow: hidden;
    width: calc(15% - -33px);
    /*height: 25vw;*/
}

.kun-lightbox {
  z-index: 999999;
}

.gallery-container {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  display: none; /* changed to work on gallery */
}

.kun-modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
  position: absolute;
  color: white;
  top: 50%;
  line-height: 0;
  left: 20px;
  font-size: 4vw;
  font-weight: 300;
  font-family: sans-serif;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-container .right-arrow {
  right: 20px;
  left: auto;
}

.gallery-container .close-icon {
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 3vw;
}

.kun-lightbox img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
  margin: auto;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ereaders-author-text.letter {
    text-align: center;
}
.kun-gallery {
    margin-left: 395px;
    align-items: center;
}
.kun-gallery ul li {
    position: relative;
    overflow: hidden;
    width: calc(9% - -44px) !important;
    /* height: 25vw; */
}
@media(max-width:  757px){
    .kun-gallery {
    margin-left: 31px !important;
}
.sliderr {
    height: 50vh;
   
}
}



@media (max-width: 575.98px) {


a.ref {
    position: relative;
    top: -48px !important;
    left: 133px !important;
}
a.ref1 {
    position: absolute;
    top: -27px !important;
    left: 148px !important;
}
}

.row.cap {
    margin-top: 24px;
}
a.ref1 {
    position: absolute;
    top: 10px;
    left: 10px;
}
    a.ref {
    position: relative;
    top: -8px;
    left: 0px;
}

img.img1 {
    height: auto;
}
.firstcontant {
    
    position: absolute;
    top: 275px;
    z-index: 9;
   
    text-align: center;
}

.col-lg-3.col-md-6.col-sm-6.col-xs-12.image h3 {
    background: rgba(255, 255, 255, 0.7);;
    z-index: 9;
    text-align: center;
    position: relative;
    top: -141px;
}
section.about-cnt {
    margin-top: 35px;
    margin-bottom: 60px;
}
.about-cnt .cnt p{
    text-align: justify !important;
    line-height: 3rem!important;
}
.second-content.first-content p {
    line-height: 28px;
    text-align: justify;
}
.menu-bar {
    text-align: center;
    margin-left: 121px;
} 





.carousel-frame {
  position: relative;
  width: 100%;
  height: min(calc(90vh - 10px), 350px);
  margin: 10px auto;
  overflow: hidden;
  box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
    inset -60px 0px 60px -60px rgb(0, 0, 0);
  background-image: radial-gradient(
    circle,
    transparent,
    transparent 75%,
    rgba(0, 0, 0, 0.3)
  );

}

.carousel-slide {
  display: flex;
   width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
    
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-dots {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  width: max(100px, 15%);
  display: flex;
  justify-content: space-between;
}

.carousel-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.carousel-dots .active-dot {
  background-color: rgba(255, 255, 255, 0.8);
}

img#lightbox {
    width: 50%;
    height: 50%;
}
.img-overlay {
    cursor: pointer;
}
img.light-box {
    width: 100%;
    height: 275px;
    margin-top: 35px;
}

@media(min-width: 768px) and (max-width: 991.98px){
    .members{
   display: grid !important;
    }

}
@media (max-width: 990px){
    img.light-box {
    margin-top: -100px !important;
}

img#lightbox {
    width: 95%;
    
}
img.alter {
    width: 100%;
    height:280px;
}
section.about-cnt {
    margin-top: 8px;
}
.col-lg-3.col-md-6.col-sm-6.col-xs-12.image h3 {
    top: -162px !important;
}
img.slid-imgsss {
    width: 100% !important;
    height: 100% !important;
}
.slidee {
    width: 100% !important;
    height: 400px !important;
}
.img-wrapper {
    margin-top: 15px !important;
}
a.prev, a.next {
    top: 45% !important;
}
}
@media (max-width: 1024px){
img.light-box {
    margin-top: 45px !important;
}
.menu-bar {
    margin-left: 47px !important;
}
}

/*.breadcrum {
    height: 65vh;
}*/
.team-img-cnt{
    text-align: center;
    margin-top: 17px;
}
.team-img-cnt{
    font-size: 18px;
    font-weight: bolder;
}
.img-wrapper img{
    
}

.copyright1 {
    position: absolute;
    top: 550px;
    

}
.copyright1 {
    background-color: white;
    width: 100%;
    opacity: 0.9;
}


.col-lg-3.col-md-6.col-sm-6.col-xs-12.image h3 {
   background: rgba(255, 255, 255, 0.7);
   z-index: 9;
   font-size: 18px;
   font-weight: 500 !important;
   text-transform: uppercase;
   text-align: center;
   top: -145px;
}
.col-lg-3.col-md-6.col-sm-6.col-xs-12.image h3 b {
   font-weight: 400;
   top: -6px;
   position: relative;
   margin: 0px;
}


@media (max-width: 990px) {

div #order1{
 order: 1;
}
div #order2{
 order: 2;
}
div #order3{
 order: 4;
}
div #order4{
 order: 3;
}
div #order5{
 order: 5;
}
div #order6{
 order: 6;
}
div #order7{
 order: 8;
}
div #order8{
 order: 7;
}
div #order9{
 order: 9;
}
div #order10{
 order: 10;
}
.copyright1 {
    margin-top: 185px;
    z-index: 1;
}
.home {
    min-height: 570px;
    height: 95vh;
}
div#overlay img {
    width: 80%;
    height: 55%;
}
#exitButton {
    top: 100px !important;
}
a.prev, a.next {
    top: 42% !important;
}
.ereaders-author-text.letter {
    margin-top: 60%;
}
.container {
    border-radius:0px;
    background:none;
    padding: 12px;
}
.home:after {
    background: none;
}
}


@media (max-width:768px) {
.sliderr {
    height: 35vh;
}
}





