@import url('https://fonts.googleapis.com/css2?family=Lobster&amp;family=Oswald&amp;family=Playfair+Display:ital,wght@0,600;1,500&amp;family=Roboto:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;family=Lobster&amp;family=Montserrat:wght@100;400&amp;family=Oswald&amp;family=Playfair+Display:ital,wght@0,600;1,500&amp;family=Roboto:wght@300&amp;display=swap');

body {
    background: #fff;
    color: #444;
    font-family: "Montserrat", sans-serif!important;
  }
  html {
    scroll-behavior: smooth;
  }
  a {
    color: #f0f7ff;
    text-decoration: none;
    transition: 0.5s;
  }
  
  a:hover, a:active, a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
    font-family: 'Montserrat';
  }
  
  h1, h2, h3, h4, h5, h6 {
   
    font-family: 'Playfair Display', serif; 
 


    /* font-weight: 400; */
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bolder;

  }
 /* h1, h3, h4{
    font-family: "Vidaloka", serif;

  } */
  h4{
        font-family: "Montserrat", sans-serif;
  }

  .header a{
      text-decoration: none;
  }
  .details{
    display: flex;
    justify-content: space-between;
    /* background: #000000; */
    /* background: #1e1d1d; */
    background: #ff5722;
    padding: 5px;
    height: 32px;
    color: white;
    font-weight: 700;

  }
  .details p{
    padding: 0px;
  }
  .adet{
    display: flex;
  }
  .adet i{
    margin-right: 12px;
    color: #ffffff;
  }
  .adet p{
    margin-right: 50px;
  }
  .adet span{
    margin-right: 46px;
  }
  .mail{
    display: flex;
  }
  .mail i{
    color: #ffffff;
  }
  .mail a,.adet a{
    color: #ffffff;
    font-weight: 700;

  }
  .mail p{
    margin-left: 16px;
  }
  .appo{}
  .nav{
    justify-content: space-between;
    display: flex;
    /* background: #ffffff; */
    background: #080808;
    height: 107px;
    box-shadow: 5px 1px 5px 1px #00000026;

  }
  .navsticky{
      position: fixed;
      top: 0px;
      z-index: 24;
      width: 100%; 
      box-shadow: 2px 1px 11px #0000005c;
  }
  .nav .icon img{
    width: 205px;
    padding: 11px;
    position: absolute;
    z-index: 1;

  }
  .nav .menu{
    margin-left: 30%;
  }
  .nav .menu ul{
    display: flex;
    padding: 13px;
    padding-right: 1px;
    font-size: 13px;
    margin-top: 22px;
}
  .nav .menu ul li, .nav .menu1 ul li{
    margin-left: 33px;
    list-style: none;
    padding: 6px;
    border-radius: 31px;
  }
  .nav .menu ul li{
    margin-left: -16px;
  }
  .nav .menu1 ul li{
  margin-left: 2px;
  }

  .nav .menu ul li a, .menu1 ul li a{
    padding: 0.45em 1.35em 0.45em;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    rgb(255 255 255);
  }
  .nav .menu ul li:hover,.menu1 ul li a:hover{
    /* background: #1e1d1d;  */
    background: #0e0d0d;
  }
  .nav .menu ul li:hover>a{
    color: white;
  }
/*banner*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.serv1{
    width: 100%;
    padding: 65px;
    text-align: center;
}
.wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card{
    max-width: 254px;
    min-height: 250px;
    background: #02b875;
    padding: 24px;
    box-sizing: border-box;
    color: #FFF;
    margin: 13px;
    box-shadow: 0px 2px 7px #0000008f;
}
.card:nth-child(3){
   background: #cc7e26;
}
.card:nth-child(2){
    background: #4181ee;
}
.card:last-child{
   background: #673ab7;
}
.card-title{
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.card-content{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.card-btn{
    all: unset;
    display: block;
    margin-left: 50px;
    border: 2px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
}
.card-btn:hover{
  color: #f690c6;
  background: #FFF;
}
.card:nth-child(2) .card-btn:hover{
   color:#4181ee;
   background: #FFF;
}
.card:last-child .card-btn:hover{
   color:#673ab7;
    background: #FFF;
}
.intro{
  text-align: center;
  padding-top: 25px;
  padding: 44px;
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(../../hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/new-years-party-royalty-free-image-1577388392.jpg);
  background-position: inherit;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.intro h4{

}
.abtus p{
  line-height: 28px!important;
}
.abtus{
  display: flex;
    flex-wrap: wrap;
    background: #ededed;
    padding: 49px;
}
.abtus .desc,.abtus .img{
  width: 50%;
}
.abtus .img img{
  width: 448px;
  border: 4px solid #e3e3e3;
  border-radius: 10px;

}
.abt1 .img video{
  width: 589px!important;
  box-shadow: 23px 22px 2px 4px #0000004d;
  border-radius: 40px;

}
.abtus,.intro p{
    padding: 18px;
    text-align: center;
}
.abt1{
  padding-top: 62px;
  background: #ededed;
}
.abt1 img{
  border: 0px!important;
}
.abtus h1{}
.abtus p, .intro p{
    font-size: 16px;
    padding: 9px 69px 10px 76px;
    text-align: justify;
}
.services{
  padding-top: 70px;
}
.feature-box-1 {
    width: 304px;
    padding: 32px;
    box-shadow: 0 0 39px rgb(31 45 61 / 21%);
    margin: 15px 0;
    position: relative;
    background-repeat: round;
    z-index: 1;
    border-radius: 10px;
    background-size: contain;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
    margin-left: 15px;
  }
  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #20247b;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }
  .feature-box-1 .icon i {
    line-height: 70px;
  }
  .feature-box-1 h5 {
    color: #fc5356;
    font-weight: 600;
  }
  .feature-box-1 p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    color: white;
    backdrop-filter: blur(1px);
    }  
  .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: linear-gradient(to right,rgba(251,30,139,.96) 0,#ab44ec 50%,#6410f7 100%);
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    
  }
  .feature-box-1:hover {
    top: -5px;
  }
  .feature-box-1:hover h5 {
    color: #ffffff;
  }
  .feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
  }
 .services .row{
    margin: 0px!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-left: 57px;
gap: 10px; */
 }
 .services h1,.client h1,.gallery h1, #contact h1{
   text-align: center;
   padding-bottom: 16px;
 }

 .footer{
    padding: 34px 12px 9px 36px;
    background: #e3e3e3;
 }
 .foot{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
 }
 .foot .abot{}
 .foot .abot img{
    width: 135px;
 }
.abot p{
    width: 199px;
}
.foot .links{
}
.foot ul{
    list-style: none;
    margin-right: 58px;
    font-size: 16px;
    margin-left: 15px;
}
.foot li{
    padding-bottom: 14px;
    cursor: pointer;
}
.foot h3{
    font-size: 16px;
    font-weight: 600;
}
.foot .addr{}
.foot .addr p{}
.foot .f1{
  margin-left: 58px;

}
.foot .call .mob{
    display: flex;
    margin-bottom: -24px;
}
.foot .call .mob p i{
  padding-right: 12px;

}
.foot .call  .social{
    margin-top: -22px;

}
.foot .call .social i{
    font-size: 21px;
    padding: 12px;

}
#contact{
    padding: 50px;
}
.contacts{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#contact h1{
    text-align: center;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
.form #contact {
    background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 500px;
  }
  
 
  
  #contact h4 {
    margin: 5px 0 15px;
    display: block;
    /* font-size: 24px; */
    font-size: 35px;
    font-weight: 400;
    text-align: center;
  
  }
  
  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
  }
  
  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact input[type="url"]:hover,
  #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }
  
  #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  
  #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    /* background: #1e1d1d; */
    background: #b05783;

    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
  }
  
  #contact button[type="submit"]:hover {
    background: #e2004c;
    -webkit-transition:nd 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  .copyright {
    text-align: center;
  }
  
  #contact input:focus,
  #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
  }
  
  ::-webkit-input-placeholder {
    color: #888;
  }
  
  :-moz-placeholder {
    color: #888;
  }
  
  ::-moz-placeholder {
    color: #888;
  }
  
  :-ms-input-placeholder {
    color: #888;
  }
  .form #contact{
      width: 400px;
  }
  .wrap
{
  margin:50px auto 0 auto;
  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1200px;
}
.tile
{
  width: 374px;
  height: 268px;
  margin:20px;
  background-color: #000000b0;
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  font-family:'Roboto';
  border-radius:10px;

}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height:calc(100% - 60px);
}
.tile h1
{
 
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
{
  font-weight:100;
  margin:20px 0 0 0;
  font-style:italic;
   transform: translateX(200px);
}
.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.animate-text a{
  color: white;
}
.tile
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.tile img
{
  opacity: 0.2;
}
.tile .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  display: none;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}
body h3{
  font-size: 31px;
}

@media (max-width: 1000px) {
  .wrap {
   flex-wrap: wrap;
  }
 
}
.gallery h1{
  text-align: center;
}
.gallery{
  padding: 61px;
}
.mobnav{
  display: none;
}
@media (max-width: 767px) {
  .mobnav{
    display:block;
    margin-left: 273px;
  }
  .ham i, .close1 i{
    font-size: 47px;
  }
  .close1{
    display: none;
    z-index: 2;
  }
  .menu{
    display:none;
  }
  .menu1{
    position: absolute;
    z-index: 1;
    /* background: #ffffff; */
    background: #000;
    width: 0%;
    height: 0px;
    font-size: 26px;
    display: none;
    transition: all .3s;
    box-shadow: -14px 17px 7px -9px #0000006b;
  }
  .menu1 ul{
    list-style: none;
    margin-top: 30px;
    padding-left: 9px;
  }
  .menu1 ul li a {
    font-size: 21px;
  }
  .showclip{
    width: 72%!important;
    height: auto;
    padding-right: 27px;
    right: -9px;
    z-index: 43;
  }
  .form #contact {
    width: 361px;
  }
  .nav {
      justify-content: space-between;
      /* position: fixed;
      top: 0px;
      z-index: 1;
      width: 100%; */
    }
  body{
    width: 100%;
  }
  .mail{
    display: none;
  }
  .adet p{
    font-size: 13px;
  }
  .adet span{
    font-size: 13px;
    margin-right: 30px;
  }
  .abtus p{
    font-size: 19px;
    text-align: justify;
    padding: 0px;
  
}
.map iframe{
  width: 312px;

}
.abtus{
  gap: 44px;
}
.services .row {
  
  padding: 0px!important;
  display: flex;
  justify-content: center;
}
.gallery {
  padding-left: 34px!important;
}
.nav .icon img {
left: 2px;
}
.abt1{
  flex-direction: column-reverse;
}
.serv1 h3{
  padding-top: 50px;
}
.papers{
  height: max-content!important;
}
.abtus .img img {
  width: 339px!important;
}
.desc{
  width: 100%!important;
}
.paperdec{
  flex-wrap: wrap;
}
.serv1{
  padding: 0px!important;

}
.foot{
  margin-left: -83px;
}
.foot h3 {
  font-size: 27px;
}
.foot p{
  font-size: 23px;
    width: 100%;
}
.foot li {
  padding-bottom: 14px;
  cursor: pointer;
  font-size: 21px;
}

.foot .f1 {
  margin-left: 58px;
  width: 100%;
}
.det{
  margin-bottom: 25px;
}
.adbox{
  width: 100%!important;
}
.gall{
  padding: 0px!important;
}
.pob{
  padding: 31px 46px 49px!important;
}
.pob img{
  width: 100%!important;
}
.abt1 .desc {
  padding:24px!important;
  margin: 0px!important;
}
.abt1{
  flex-direction: column!important;
}
.abt1 .img{
  width: 100%;
}
.abt1{
  gap: 0px!important;
}
.baloon{
  bottom: 68%!important;
  right: 0px!important;
}
}
.foot {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;

}
.intro p{
  padding:0px;
  text-align: justify;

}
.map iframe{
  width: 823px;

}
.footer {
  padding: 40px 12px 9px 38px;
  background: #e3e3e3;
}.img-fluid{
  width: 150px!important;
  gap: 55px;
  max-width: none!important;
}

@media (max-width: 480px){
  .form #contact {
    width: 315px;
  }
  .abt1 .img video{
    width: 321px!important;
  }
  .faArrowIcon {
    
    left: 61px!important;
} 
}

@media(max-width :300px){
  .faArrowIcon {
    
    left: 61px!important;
} 
}


@media (max-width: 600px)
{

  .map iframe {
    width: 360px;
}
.abt1 .img video{
  width: 500px!important;
}
}
@media (max-width: 1200px)
{

  .abt1 .img video{
    width: 500px!important;
  }
}
@media (max-width: 500px){
.abt1 .img video {
    width: 347px!important;
}
}
/* .feature-box-1:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%) 100%,url('/img/bday.jpg') );
} */
/* .feature-box-1:nth-child(1){
  background-image: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(img/bday.jpg); 
   background-size: contain;

}
.feature-box-1:nth-child(2){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://images.shaadisaga.com/shaadisaga_production/photos/pictures/002/693/128/original/IMG_0292.JPG?1623246521);
  background-size: contain;

}
.feature-box-1:nth-child(3){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://static.toiimg.com/thumb/msid-78123031,width-1200,height-900,resizemode-4/.jpg);
  background-size: contain;

}
.feature-box-1:nth-child(4){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://bouncycastlenetwork-res.cloudinary.com/4f3d7b49b5a578ad4881a94761664146.jpg);
  background-size: contain;

}
.feature-box-1:nth-child(5){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://i.pinimg.com/736x/25/cb/cd/25cbcde62dc17f545c585a2739c0c36c--stage-set-red-carpet.jpg);
  background-size: contain;

}
.feature-box-1:nth-child(6){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://images.unsplash.com/photo-1561489396-888724a1543d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8Y29uZmVyZW5jZXxlbnwwfHwwfHw%3D&w=1000&q=80);
  background-size: contain;

}
.feature-box-1:nth-child(7){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://www.teammusic.com/wp-content/uploads/2018/08/BANDINC-corporate-team-building-1024x768.jpg);
  background-size: contain;

}
.feature-box-1:nth-child(8){
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://blogmedia.evbstatic.com/wp-content/uploads/wpmulti/sites/8/2017/10/16153928/iStock-613897214.jpg);
  background-size: contain;

} */
.papers,.papers:before,.papers:after {
	background-color:#fff;
	border:1px solid #ccc;
	/* box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2); */
}
.papers {
	position:relative;
	width:90%;
  color: white;
	padding:2em;
	margin:0px auto;
	margin-top:40px;
  height: 358px;
	font-size:12px;
  border-radius: 10px;
  /* background:linear-gradient(0deg, rgb(149 131 112), rgb(16 0 0 / 55%)); */
  background: #2a2b2f;
  background-size: cover;
  box-shadow: 14px 17px 0px 1px #ff890f;
}
.papers:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px;
}
/* .papers2{
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://imageio.forbes.com/specials-images/dam/imageserve/479653273/960x0.jpg?fit=bounds&format=jpg&width=960);
  background-size: cover;
}
.papers3{
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 55%)),url(https://i.etsystatic.com/17991337/r/il/f7032b/2139618203/il_570xN.2139618203_iwzv.jpg);
  background-size: cover;
} */

/* .papers:before,.papers:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:before{
  background: #ff991a;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
  background: #02b875;
} */
.papers h1 {
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	padding:0.2em 0;
	margin:0;
	border-top:1px solid #ddd;
	border-bottom:2px solid #ddd;
}
.papers .notopmarg{
  
}
.papers p {
  text-align: initial;
  margin: 1.5em 0;
    font-size: 16px;
}

.paperdec{
  display: flex;
  padding-bottom: 72px;
}
.paperdec h4{
  font-size: 25px;
}
.color{
  /* color: #1e1d1d; */
  color: #b05783;

}
.color:before{
  width: 10px;
  background: #20247b;
}
.line{
  width: 10%;
  position: absolute;
  height: 2px;
  background: #ff8302;
  /* margin-left: 54px; */
  margin-top: -16px;
  margin-bottom: 19px;
  left: 52px;

}
.abtus.line{

}
.desc hr{
  width: 74px;
  height: 3px;
  background: #1e1d1d;
  border: 0;
}
.papers hr,.services hr,.gallery hr, #contact hr, .serv1 hr,.client hr, .wdo hr, .parth hr{
  width: 72px;
  /* background: #1e1d1d; */
  background: #b05783;
  height: 2px;
  margin-top: -18px;
  border: none;
  font-family: 'fontello';
  content: '\e8ff';
}
.services hr,.gallery hr, #contact hr{
    /* background: #1e1d1d; */
    background: #b05783;

}
.serv1 hr{

}
.intro1 .desc hr{
  background: #a5a5a5;

}
.links li a{
  color: #636363;
}
.social a{
  color: #757575;

}
/* background: url(https://cdn.dribbble.com/users/2983604/screenshots/8140241/media/d0905a1….gif);
padding: 49px;
background-position: bottom;
background-repeat: no-repeat; */

.intro1 .img img{
  box-shadow: 23px 22px 2px 4px #0000004d;
}
.gtco-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color:black;
  padding:10px 5px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  /* background: #fff; */
  background: #000;
  box-shadow: 0 8px 30px -7px #00091059;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #00000070;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #1e1d1d;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  /* color: #555; */
  color: #fff;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.owl-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-body{
  padding-top: 17px;
}
.copy{
  text-align: center;
    background: #141313;
    margin-top: -11px;
    padding-bottom: 13px;
    color: white;
}
.copy hr{
  background: center;
  width: 100%;
  margin: 8px;
  margin-left: -5px;
  border-top: 2px solid #b7b7b7;
}
.serv1 hr{
  width: 22%;
  margin-top: 13px;
  margin-bottom: 50px;
}
.do{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 82px;
  padding-bottom: 68px;
}
.do1{
  /* padding: 28px;
  text-align: center;
  /* background: white; */
  /* box-shadow: 8px 1px 18px 1px #00000073; */
  /* border-radius: 13px;  */
  padding: 28px;
  text-align: center;
  background: #231f20;
  box-shadow: 8px 1px 18px 1px #00000073;
  border-radius: 13px;
  color: white;

}
.wdo h3{
  text-align: center;
}
.do1 img{
  width: 119px;
}
.do1 p{}
.wdo hr{
  margin-bottom: 30px;
  margin-top: 11px;
}
/* .papers:hover{
  background-size: auto;
  transition: ease all 0.35s;
}
.papers{
  transition: ease all 0.35s; */

  /* width: 649px;
  height: 448px;
  border: 4px solid #e3e3e3;
  border-radius: 10px;
} */
.tab{    display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content: center;
  gap: 67px;
}
.det{
  width: 321px;
  padding-top: 27px;
  /* background: #00000073; */
  background: #b05783;
  box-shadow: 1px 14px 19px #0000003b;
  /* height: fit-content; */
  color: black;
  /* border-radius: 10px; */
  transition: .3s all;
  overflow: hidden;
  border-radius: 15px;
}
.det h4{
  text-align: center;
    height: 49px;
    padding-top: 21px;
    border-right: 17px solid;
    border-left: 20px solid;
    color: white;
  /* background: #000000; */
  background: #231f20;
}

.det p{
  text-align: center;
  font-size: 16px;

}
.aboutus{
  padding-top: 30px;
  padding-bottom: 0px;
}
.aboutus1{
  padding-bottom: 102px;
    background: #ffffff;
}

.address{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 63px;
  padding-bottom: 62px;
}
.adbox{
  text-align: center;
  width: 21%;
  background: #efeeee;
  box-shadow: -1px 4px 8px 2px #0000002b;
  border-radius: 14px;
}
.adbox .name{
  padding-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
}
.adbox .add{
  padding-top: 0px;
}
.adbox i{
  font-size: 56px;

}
.adbox .social{
  display: flex;
  justify-content: center;
}
.adbox .social p a i{
  font-size: 31px;
  color: black;
}
#contact hr{
  margin-bottom: 70px;

}
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
a{
  width: 100%;
  height: 300px;
}
.gallery-title{
  /* color: #1e1d1d; */
  color: #b05783;

}

.gallery .container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}


.filter-button
{
  font-size: 18px;
  border: 1px solid #b05783;
  border-radius: 5px;
  text-align: center;
  /* color: #1e1d1d; */
  color: #b05783;
  margin-bottom: 30px;

}
.filter-button:hover
{
  font-size: 18px;
  border: 1px solid #000000;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #b05783;

}
.filter-button.active
{
  /* background-color: #000000; */
  background-color: #b05783;
  color: white;
}
.port-image
{
  width: 100%;
}

.gallery_product
{
  margin-bottom: 30px;
-webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.block{
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.pob img{
  width: 50%;
}
.pob{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 36px 132px 49px;

}
 .parth h1{
  text-align: center;
  margin-bottom: 38px;
  padding-top: 23px;

}
.carousel-control {
height: 100%;
}

/*themes*/
.themes ul {
      --col-gap: 3rem;
    --row-gap: 3rem;
    --line-w: 0.25rem;
  
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(111rem, 90%);
  margin-inline: auto;
}

/* line */
.themes ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.themes ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.themes ul li {
  grid-column: 2;
  --inlineP: 6.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.themes ul li .date {
  --dateH: 6rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  margin-bottom: 5px;

  text-align: center;
  /* background-color: var(--accent-color); */
  background-color: #000000;

  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  font-size: 15px;

  display: grid;
  place-content: center;
  position: relative;

  
}

/* date flap */
.themes ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.themes ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  /* border: 0.3rem solid var(--accent-color); */
  border: 0.3rem solid #b05783;

  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.themes ul li .title,
.themesul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.themes ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.themes ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.themes ul li .title::before,
.themes ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.themes ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.themes ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .themes ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .themes ul::before {
    grid-column: 2;
  }
  .themes ul li:nth-child(odd) {
    grid-column: 1;
  }
  .themes ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .themes ul li:nth-child(2) {
    /* grid-row: 2/4; */
    grid-row: 1;

  }

  .themes ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .themes ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .themes ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;

  }
}
/*package*/
.snip1404{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
}
.snip1404 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.snip1404 .plan {
  height: fit-content;
  margin: 0;
  width: 25%;
  position: relative;
  overflow: hidden;
  border: 3px solid #442232;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /* background-color: #1e1d1d; */
  background-color: #b05783;

}
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1404 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1404 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1404 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1404 header {
  /* background-color: #5f3047; */
  background-color: #b05783;
  color: #ffffff;
}
.snip1404 .plan-title {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  padding: 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.snip1404 .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 300px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}
.snip1404 .plan-cost {
  padding: 40px 20px 10px;
  text-align: right;
  border-bottom: 2px solid #572b41;

}
.snip1404 .plan-price {
  font-weight: 600;
  font-size: 3em;
}
.snip1404 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.snip1404 .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
}
.snip1404 .plan-features li {
  padding: 8px 5%;
  color: #2e1722;
  font-family: 'Montserrat';

}
.snip1404 .plan-features i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.snip1404 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.snip1404 .plan-select a {
  /* background-color: #442232; */
  background-color: #231f20;

  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}
.snip1404 .plan-select a:hover {
  background-color: #552a3f;
}
.snip1404 .plan:hover {
  margin-top: -10px;
  border-color: #331926;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;cursor:pointer;
}
.snip1404 .plan .plan-select {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1404 .plan {
    width: 50%;
  }
  .nav .menu ul li a{
    font-size: 9px;
    
}
  .snip1404 .plan-title,
  .snip1404 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1404 .plan-select,
  .snip1404 .featured .plan-select {
    padding: 20px;
  }
  .snip1404 .featured {
    margin-top: 0;
  }
}
.snip1404 a{
  width: auto;
  height: auto;
}
@media only screen and (max-width: 440px) {
  .snip1404 .plan {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen   
and (min-device-width : 920px)   
and (max-device-width : 1304px)
{
    .nav .menu ul li a, .menu1 ul li a {
    font-size: 15px;
    
}
.nav .menu {
    margin-left: 21%;
}

}
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 919px)
{
  
.nav .menu {
    margin-left: 18%;
}
}
@import url(../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
.snip1404 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin: 50px 0px;
}
.book{
  position: fixed;
  bottom: 1pc;
  right: 22px;
    /* background: #f690c6; */
    background: #b05783;
  padding: 11px;
  border-radius: 17px;
}
.book a{
  color: rgb(255, 255, 255);
  font-weight: bolder;}
  #success{
    display: none;
  }
  .img{
   
   
    
    /* animation: up-down 1.4s infinite ease-in-out alternate; */
  }
  
  @keyframes up-down{
    from{
      transform: translatey(0px);
    }
    to{
      transform: translatey(-20px);
    }
  }
  
  .abt1 h1 {
    color: white;
    margin-top: 102px;
}
.abt1{
  justify-content: center;

}
.abt1 {
  background: none!important;
}
.abt1 .desc{
  padding-top: 62px;
  margin-left: -56px;
  /* margin-top: 27px; */
  /* margin-bottom: 28px; */
  box-shadow: -32px 7px 61px -3px #00000070;   
    /* border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%; */
     z-index: -1;
}
.abt1 .img{
  box-shadow: 8px 1px 19px 1px #0000008c;
  background-size: cover;

}
.baloon{
  position: absolute;
    width: 277px;
    bottom: 218px;
    right: -46px;
    z-index: -5;
 animation: up-down 1.4s infinite ease-in-out alternate; 
}

.section-services {

	font-family: "Poppins", sans-serif;
	color: #fff;
}
.section-services h1{
  color: black;
}

.section-services .header-section {
	margin-bottom: 35px;
}

.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.section-services .header-section .title span {
	color: #f70037;
}

.section-services .header-section .description {
	color: #6f6f71;
}

.section-services .single-service {
	margin-top: 40px;
  /* background-color: #eeb5d1; */
  background-color: #b05783;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  text-align: center;

}

.section-services .single-service .part-1 {
	padding: 40px 40px 25px;
	border-bottom: 2px solid #1d1e23;
}

.section-services .single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
  color: #f690c6;
}
.section-services .single-service .part-1 i img {
  filter: brightness(2);
  transition-duration: .5s;
}

.section-services .single-service .part-1 .title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.8em;
  /* color: #7b4863; */
  color: #ffffff;

}

.section-services .single-service .part-2 {
	padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
	margin-bottom: 22px;
	color: #6f6f71;
	font-size: 14px;
	line-height: 1.8em;
}

.section-services .single-service .part-2 a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.section-services .single-service .part-2 a i {
	margin-right: 10px;
	color: #f70037;
}
.foot{
justify-content: center;
} 
/* .single-service :hover > i img{
transform: scale(1.1);
filter: brightness(3.5)!important;
transition-duration: .7s;
} */
.add a{
  color: #444;

}
.call .mob p a{
  color: #444;

}