body{
    font-family: poppins;
    overflow-x:hidden;
}
.bg-black{
    background: #000;
}
.font-wght{
  font-weight: 600;
}
.text-pink{
    color: #d71343;
}
.bg-pink{
  background: #d71343!important;
}
.text-silver{
  color:#959595;
}


section{
    overflow-x:hidden;
}
li,span,p{
	text-transform:capitalize;
}
a:hover{
    text-decoration:none;
}
.w-90{
  width: 90%;
}
.fnt-14{
    font-size:14px;
    font-weight:600;
}
   .w-15{
          width: 15%!important;
        }
        .w-45{
          width: 45%!important;
        }
        
        .mt_35{
            margin-top:-35px;
        }
        .pause-btn{
           
    position: absolute;
    top: 90vh;
    font-size: 25px;
    right: 2%;
    border: 0;
    color: #fff;
    transform: translate(-50%,0);
    animation: glow-up 3s ease-in;
    background: red;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 #fff;
        }
        
        @keyframes glow-up{
            from{
                opacity:0;
            }
            25%{
                opacity:0;
            }
             50%{
                opacity:0;
            }
            
            to{
                opacity:1;
            }
        }
      /*@media screen and (min-width:1800px){*/
      /*    .pause-btn{*/
      /*    top:410px;*/
      /*} */
      /*}*/
/*==============Navbar-------------------*/



.new-nav .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: url('../img/as-nav-banner.jpg');
  overflow: hidden;
  transition: 0.5s;
   background-position:center;
  background-size:cover;
}

.new-nav .overlay-content {
display:flex;
justify-content:space-evenly;
  text-align: center;
  /*margin-top: 30px;*/
 }
.new-nav .overlay a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-shadow:0 0 10px black;
}


.new-nav .overlay .overlay-content  .drop-down:hover {
  transform:translateY(35%);
}
.new-nav .overlay .overlay-content  .menu {
  position:relative;
  padding: 8px;
  transform:translateY(40%);
  font-size: 36px;
  transition: 0.3s;
  height:100vh;
  width:100%;
  transition:.7s;
}

.new-nav .hv-bg:hover a, .overlay a:focus {
  color: #f1f1f1;
}

.new-nav .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.new-nav .overlay ul{
  display:none;
  list-style:none;
  padding-left:0;
  font-size:18px;
  height:100%;
  
   
}
.new-nav .overlay .drop-down:hover ul{

  display:block;
 animation: slide .5s ease-in-out;
}
.new-nav .overlay ul li{
  padding:10px 0;
  border-top:1px solid #fff;
  transition:1s;
}
.new-nav .overlay .sub-menu{
color:#fff;
font-weight:400;
font-size:17px;
}

.hv-bg {
    background: #000000b8;
    width: 100%;
}
.hv-bg:hover{
    background:transparent;
}


.new-nav .border-1{
border-right:1px solid #fff;
text-align:center;
}
@media screen and (max-width: 1024px) {
    .new-nav .overlay .overlay-content .menu{
        height:100%;
        border-bottom: 1px solid #fff;
        transform:none;
    }
    
	.new-nav .border-1{
    border-right:0;

}

      .new-nav .overlay-content {
          background:#000000e6;
      flex-direction:column;
      height:100%;
      justify-content:center;
      }
 .new-nav  .overlay a {font-size: 20px;height:fit-content;}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  .hv-bg{
      background:transparent;
  }
  .new-nav .overlay .overlay-content .drop-down:hover{
      transform:none;
  }
}


    .menu-btn{
        z-index: 98;
    position: absolute;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    right: 50px;
}
@keyframes slide{
  from{
    opacity:0%;
    width:0%;
  }
  to{
    opacity:50%;
    width:100%;
  }
}
.py-md-5{
    padding: 20px 15px;
  }

/*-----index----*/
#particles-js {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#fullpage{
  z-index: 1;
  mix-blend-mode: color;
}

#fullpage .slide{
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.sl1{
  position: relative;
  background: url('../img/home-1.jpg');
}

.sl2{
  position: relative;
  background: url('../img/home-2.jpg');
}
.sl3{
  position: relative;
  background: url('../img/home-3.jpg');
}

@media screen and  (max-width:768px){
      .portfolio .port-text{
        position: static!important;
}
    
    
.home-content{
 width:90%;
}
}

.wrapper:hover .home-content{
transform: rotate(20%, 30%);
}
canvas.particles-js-canvas-el{
  position: absolute;
  top: 0;
  left: 0;
}
.home-content{
    width:100%;
  z-index: 19;
  position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-content p{
  font-size: 20px;
  margin-top:5px;
}
 .sl1 img{
    width:768px;
}

/*------common-----*/
.services .card img{
    width:111px;
}




/*-------dyc-------*/
.arrow{
    position: relative;
}
.up-down{
   
   
    position: absolute;
    animation: up-down 1.8s ease-in infinite;

}
 .dyc-breadcrum{
     overflow:hidden;
     border-radius:0 0 30px 0;
        margin-top:-104px;
      background:#000;
      height:100vh;
  }
@keyframes up-down{
    from{
        bottom: 0px;
    }
    to{
        bottom: -20px;
    }
}

.portfolio .container{
    position:relative;
}
.portfolio .port-text{
        position: absolute;
    top: 0;
    right: 0;
}

.portfolio .port-text h3{
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #5555552c;
    border-radius:15px;
}
.portfolio .port-video:hover{
    background:#000;
}

.portfolio .port-video:hover video{
    opacity:.5;
}
.portfolio  .port-click{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
   
}

.portfolio  .port-click a h3{
    margin:0;
    font-size:50px;
    color:#fff;
     text-shadow: 0 5px 5px #000;
     font-weight:900;
}

@media screen and (min-width:769px)and (max-width:992px){
    
      .portfolio .port-text{
        position: static;
}
    
  .up-down{
    position: absolute;
    animation: up-down 1.8s ease-in infinite;
    left: 50%;
    bottom: 0%;
    transform: translate(-198%, 0%);
  }
  .maketing-call{
    -webkit-clip-path:polygon(100% 0, 48% 0, 44% 7%, 40% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 48% 0, 44% 7%, 40% 0, 0 0, 0 100%, 100% 100%);
  
  }
}

@media screen and (min-width:993px) {
  .maketing-call{
    -webkit-clip-path:polygon(100% 0, 55% 0, 51% 7%, 47% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 55% 0, 51% 7%, 47% 0, 0 0, 0 100%, 100% 100%);
  
  }
  
 
}
@media screen and (min-width:1441px){
    .site-logo{
        right:-4%;
    }
}
.promo-vid {
    margin-top:-156px;
}

.maketing-call.shape-bg {
    background: url(../img/shape-light.png),linear-gradient(#fff , #fff);
    background-position: 97% 97%;
    background-repeat: no-repeat;
 

}
.marketing-content h5,.marketing-content h4{
    font-weight: 600;
}
.pride-intro{
    overflow:hidden;
}
.benefits .line,.dyc-services .line, .how-we .line,.maketing-call .line,.pride-intro .line{
  width: 200px;
  border-top: 2px solid #d71343;
}

.line{
    width: 200px;
    border-top: 1px solid #d71343;
}
.marketing-content p{
    line-height: 1.7;
    letter-spacing: .3px;
}

.img-bg{
    background: url(../img/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-bg img, .img-bg i{
    width: 100px;
    font-size: 100px;
}
.dyc-services h2{
    font-weight: 600;
}
.dyc-services h5{
    margin: 15px 0;
    font-weight: 600;
}
.dyc-services span
{   color: #555555;
    font-family: sans-serif;
    font-size: 15px;
}


/*------------edited---------------*/
.dyc-services .card,.pride-services .card{
  margin: 20px 0;
 overflow: hidden;
 text-align: center;
  transition: .3s;
  background: #1b1b1b;
  padding: 20px;
  padding-top: 0;
  border-radius: 0;
}

.dyc-services .card .card-body,.pride-services .card .card-body{
  margin-top: 20px;
  padding-left: 0;
 transition: .3s;
}

.dyc-services .card h2,.pride-services .card h2{
  color: #ffff;
  margin-bottom: 20px;
  font-weight: 100;
}
.dyc-services .card p,.pride-services .card p{
	margin-bottom:0;
  line-height: 1.7;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.dyc-services .card-body i, .pride-services .card-body i{
	margin-top:1rem;
  color: #d71343;
  padding: 15px;
 height: 50px;
 width: 50px;
 align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.dyc-services .card:hover ,.pride-services .card:hover{
  outline: 1px solid #d71343;
}
/*------------edited---------------*/
.benefits{
  padding: 150px 0;

  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.benefits .cards i{
    background: #d71343;
    padding: 10px;
    border-radius: 100%;
}
.benefits .cards h6{
    margin-top: 20px;
    color: rgb(0, 0, 0);
}
.how-we .align-it{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.how-we h3{
  text-align: center;
  padding: 15px;
 box-shadow: 0px 0px 10px 0px #5555552c;
  border-radius: 20px;
}
.portfolio{
    position:relative;
    /* background: url(../img/shapeee.png); */
    background-position: 97% 97%;
    background-repeat: no-repeat;
}

.portfolio h2{
    font-weight: 600;
}



/* Create three equal columns that floats next to each other */
.portfolio .column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.portfolio .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.portfolio .content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.portfolio .show {
  display: block;
}
.portfolio .btn:hover {
  background-color: #ddd;
}

.portfolio .btn.active {
  background-color: #d71343;
  color: white;
}

@media screen and (max-width:425px)
{
    
  
    
    
    /*.pause-btn{*/
    /*    top:390px;*/
    /*    font-size:18px;*/
    /*}*/
    .portfolio .column{
        width:100%;
    }
}
@media screen and (min-width:426px) and (max-width:768px)
{
    .portfolio .column{
        width:50%;
    }
}

@media screen and (min-width:576px){
.modal-dialog{
    max-width:650px;
}
}

.modal-1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}
#myModal a{
    color:#fff;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}


img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



  .follow{
    font-size: 12px;
    text-align: center;
    color: #666;
    background:rgba(0,0,0,0.92);
    width: 100%;
    position: absolute;
    top: 1200px;
    opacity: 0.5;
    padding:5px 0
  }
  @media screen and (max-width:425px){
    

    nav{
        font-size:25px;
    }
  }

/*--------pride----------------*/
.pride-banner{
    margin-top:-156px;
  background:linear-gradient(#0000008f,#0000008f), url(../img/as-banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
   border-radius:0px 0px 90px;
  overflow-X:hidden;
}
/* .pride-banner img{
  width: 45%;
} */

.pride-banner .txt-rotate{
  color: #fff;
  font-size: 21px;
}

.mission .card{
  text-align: center;
    border: 2px solid #d71343;
    border-radius: 0px 50px 0px 50px;
}
.counter-stat{
  background: url('../img/yyy-scaled.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 70px 0;
  padding: 70px 0;
}
.counter-stat .counter{
  font-size: 40px;
  font-weight: 600;
  color: #fff
}
.counter-stat  span{
  color: #fff;
  font-size: 20px;
}
.line2{
 
  height: 3px;
  width: 200px;
  background: #851094;
}
.pride-tab{
    border: none;
    padding: 10px 20px;
    color: #d71343;
}
.tab-active{
        border-radius: 5px;
    border-bottom: 2px solid #a713d7;
}
button:focus{
    outline:none;
}
#join .formcontent{
    display:none;
}


#join button{
    text-decoration:none;
    color:#a713d7;
    font-weight:500;
}
#join .formlinks{
    border-radius: 5px;
    margin: 2px;
    padding: 10px;
    border: none;
}

button.formlinks.active {
    background: #d713430f;
    border-bottom: 3px solid #d71343!important;
}


#join .card input,#join .card textarea{
    overflow:hidden;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #6c757d57;
    width: 100%
}
#join .card{
    padding:20px;
    display:block;
}
#join .card .doc-button{
    padding: 10px 20px;
    background: linear-gradient(45deg, #d71343, #a713d7);
    color: #fff;
}
.upload-rsm{
    background:silver;
    border: 1px solid #6c757d57;
    padding: 10px;
    border-radius: 5px;
    margin-right: 20px;
}
/*.bg-attachment{*/
/*    position: absolute;*/
/*    top: 59%;*/
/*    right: -10%;*/
/*    opacity: .8;*/
/*}*/
/*@media screen and (max-width:768px){*/
/*    .bg-attachment{*/
/*        display:none;*/
/*    }*/
/*}*/

       .current .card{
            border: 1px solid #ced4da;
        }
      .current .card .card-title{
        text-align: center;
    background: #d5d6d7;
    padding: 5px;
    color: #343a40;
}
.current .desc ul{
   
    list-style: none;
}
.current .desc ul li{
    padding: 5px 0;
}
.current .card-title span, .current .card-title a{
    font-size: 14px;
    text-decoration: none;
}
.current a{
    text-decoration:none;
    color:#343a40;
}
.pride-services{
    overflow-X:hidden;
}
.pride-services h2{
  font-weight: 600;
}
.dual-clr{
  padding: 15px 40px;
    border: 0;
    border-radius: 40px;
    font-size: 25px;
    font-weight: 600;
    background: linear-gradient(45deg, #9c27b0, #e91e63)
}
.bdr-clr{
  width: -webkit-fill-available;
  padding: 10px;
  border: 1px solid #e91e63;
  border-radius: 40px;
  font-size: 20px;
  background: #fff;
  margin: 10px;
}
.bdr-clr:hover
{
  background: linear-gradient(45deg, #9c27b0, #e91e63);
  color:#fff; 
}
/*------job-description-----*/
 .jd{
            font-size: 14px;
        }
       .jd .title{
        font-size: 16px;
    font-weight: 600;
       }
      .jd button{
        margin: 10px;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid rgb(117, 117, 117);
      }
      .jd i{
        color: #fff;
        margin:0 5px;
        padding: 10px;
    border: 1px solid;
    border-radius: 100%;
    transition: .2s;
      }
      .jd i:hover{
        padding: 8px;
      }
      .bg-blue{
        background: #3b5998;
      }
      .bg-linked{
        background: #0077b5 ;
      }
.jd h4{
    background: linear-gradient(45deg, transparent, #c1bebe,transparent);
    padding: 5px;
}


   .modal input,.modal textarea{
      padding: 5px;
      border: 1px solid silver;
      margin: 5px;
      width: 100%;
      border-radius: 4px;
    }
 
    .modal select{
      width: 70%;
      padding: 5px;
    }
  .modal .col-md-3{
    text-align: right;
    }
   .modal-header,.modal-footer{
      background: #e9e9e9;
  color: #343a40;
    }
    @media screen and (max-width:425px){
        .modal .col-md-3{
    text-align: left;
    }
    }

/*--------------------contact---us-----------------*/
.breadcrum{
  background: url("../img/Contact-Us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
border-radius:0px 0px 90px;
  height: 452px;
  width: 100%;
}

.get-touch h4,.get-touch h1,.contact h2{
  font-weight: 600;
}
.get-touch i{
  margin-left: 10px;
  font-size: 17px;
  background: #d71343;
  padding: 10px;
  color: #fff;
  border-radius: 100%;
}
.get-touch .spc{
      margin-top: 100px;
}
.get-touch .card {

  height: 300px;
  border: 0;
  text-align: left;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px #ebebeb;
}
.get-touch .card i{
  font-size: 25px;
  width: fit-content;
  background: #c9c9c9;
  padding: 15px;
  color: #d71343;
  border-radius: 100%;
}
.get-touch .card a,.get-touch .card address{
  line-height: 1.6;
  text-decoration: none;
  color: #666;
}

.contact{
  padding: 150px 0 90px;
  box-shadow: 0px 20px 20px 20px #62626212   inset;
}
.contact p{
  font-size: 20px;
  line-height: 1.8;
  color: #686868;
}
.contact .form{
    padding: 40px;
    box-shadow: 0px 0px 20px 0px #9e9e9e;
}
.contact form label{
  font-size: 15px;
    margin-top: 15px;
    color: #1b1b1b;
}
.contact .form input{
    border:0;
    border-bottom:1px solid #1b1b1b;
}
.contact .form select{
        border: 0;
   color:#1b1b1b;
    margin-top: 15px;
    font-size: 15px;
    outline:none;
}
.contact .form input:focus-visible{
    outline:none;
}
.contact .form textarea{
  height: 100px;
}
.contact .submit{
  background: #141414;
    color: #fff;
    padding: 15px;
}
.contact .submit:hover{
  background: #fff;
  color: #141414;
  outline: 2px solid #000;
}

.contact  .service-opt ul{
  list-style: none;
  padding-left:0;
     position: absolute;
    z-index: 9;
    background: #fff;
    width: -webkit-fill-available;
    box-shadow: 0px 0px 5px 0px silver;
    
   
}

.contact  .service-opt ul li{
  padding: 5px 10px;
  border-top: 1px solid silver;
  font-size:15px;
     animation:slidedown .3s;
}
.contact  .service-opt ul li:hover{
   background: #d71343;
    color: #fff;
}
@keyframes slidedown{
    0%{
        padding: 0px 10px;
         font-size:1px;
    }
    100%{
        padding: 5px 10px;
         font-size:15px;
    }
}
/*----------about-us-------*/
.about-breadcum{
  text-transform: uppercase;
  padding: 198px 0 150px;
   border-radius:0px 0px 90px;
  background: linear-gradient(#0000008f,#0000008f), url(../img/as-banner-1.jpg);
}
.about-breadcum h1{
  font-size: 80px;
  color: #fff;
  font-weight: 600;
}
.ab-images{
  position: relative;
}
.ab-1{
  position: sticky;
  box-shadow:0px 0px 18px 0px #0000009c;
  width: 85%;
  z-index: 2;
  transition: .5s ease-in-out;
}
.ab-1:hover{
  transform: scale(.9);
}
.ab-2{
  
  position: absolute;
  bottom: -75px;
  right: 0;
  transition: .5s ease-in-out;
}
.ab-2:hover{
  transform: scale(.9);
}
@keyframes pop{
  0%{
    transform:scale(.7);
  }
  50%{
    transform:scale(1);
  }
  100%{
    transform:scale(.7);
  }
}
/*@media screen and (min-width:1024px){*/
/*    footer ul{*/
/*         margin-bottom:-50px;*/
/*    }*/
/*}*/
@media screen and (min-width:992px) and (max-width:1024px) {
  .ab-2{
    display: none;
  }
}
@media screen and (max-width:768px) {
  .arrow {
    display: none;
  }
  .about-breadcum h1{
    font-size: 40px;
  }
  
}
@media screen and (max-width:576px) {
  .about-breadcum h1{
    font-size: 30px;
  }
  
}
.about-content .content h2,.about-content .content h4{
  font-weight: 600;
  margin: 20px 0;
}
.about-content .card{
  margin: 20px 0;
  border: none;
  box-shadow: 0px 0px 20px 0px #e7e7e7;
}
.about-content .equal-pad{
    padding:27px 10px;
}
.about-content .d-flex hr{
  border: 1px solid #851094;
  width: 50%;
}
.star i{
  color: #d71343;
}
.about-content .card p{
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  color: #555555;
}
.about-content  a{
    text-transform:capitalize;
  color: #555555;
  text-decoration: none;
  transition: 2s;
}
.our-team .card-t{
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 0px 20px 0px #bdbdbd;
transition: 2s;
overflow: hidden;

}

.our-team .card-t img{
  background: #d71343;
    padding: 3px;
    border-radius: 100%;
    
   
}


.our-team .card-t .icons i {
margin: 0 5px;
padding: 10px 11px;
border-radius: 100%;
color: #d71343;
border: 1px solid #d71343;
}
.our-team .card-t:hover i
{
  color: #ffff;
  background: #d71343;
}
.about-mission{
  position: relative;
}
.about-mission .card{
  border: none;
  box-shadow: 0 -20px 20px 0px #e7e7e7;
}
.about-mission .card p{
  color: rgb(78, 78, 78);
  line-height: 1.6;

}
.about-mission .card i{
  border: 2px solid #d71343;
  border-radius: 100%;
  width: fit-content;
  padding: 12px;
  margin: auto;
}
.circle{
  position: absolute;
 border: 2px solid #d71343;
 border-radius: 100%;
 box-shadow: 0px 0px 20px 0px #bdbdbd;
  height: 300px;
  width: 300px;
animation: scale 3s ease-in-out infinite ;
}
@keyframes scale{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}

.circle.pos-1 {

  top: 70%;
  right: 30%;
}
.circle.pos-2 {

  top: 150%;
  left: -110%;
}
@media screen and (max-width:768px) {
  .about-mission .value .card{
    margin: 40px 0;
  }
}
.about-mission .value .card-body{
border-radius: 30px;
}
.about-mission .value .card-body h6{
  line-height: 1;
  font-size: 14px;
  margin: 0;
}

.clients img{
    max-width:175px;
}
/*--------clients----------------*/
/*.cl-breadcum{*/
/*  border-radius:0px 0px 90px;*/
/*  padding: 198px 0 150px;*/
/*  background: url('../img/Our-Clients.jpg');*/
/*  background-position: center center;*/
/*}*/
.gl-breadcrum{
  padding: 141px 0 150px;
  background: linear-gradient(#0000008f,#0000008f), url(../img/as-banner-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
   border-radius:0px 0px 90px;
}
/*.cl-breadcum h1,.gl-breadcrum h1{*/
/*  font-size: 2.5rem;*/
/*  color: #fff;*/
/*  font-weight: 600;*/
/*}*/
/*.gl-breadcrum h1{*/
/*    font-size:4rem;*/
/*}*/
/*@media screen and (max-width:768px) {*/
/*  .cl-breadcum h1{*/
/*    font-size: 2rem;*/
/*  }*/
  
/*}*/
/*@media screen and (max-width:576px) {*/
/*  .cl-breadcum h1{*/
/*    font-size: 1.5rem;*/
/*  }*/
  
/*}*/
/*.kinship .owl-carousel .item{*/
/*  margin: auto 19px;*/
/*}*/
/*.kinship .clients-slider2 .item{*/
/*  width: 176px;*/
/*  height: 176px;*/
/*  text-align: center;*/
/*}*/
/*.clients-testimonials .card{*/
/*  margin: 10px 10px ;*/
/*  text-align: left;*/
/*  font-style: italic;*/
/*  border:none;*/
/*  box-shadow: 0px 0px 20px 0px #dfdfdf;*/
/*}*/
/*.clients-testimonials .card .ratings {*/
/*  width: fit-content;*/
/*  color: goldenrod;*/
/*  margin-right: 5px;*/
/*  margin-bottom: -20px;*/
/*}*/
/*.clients-testimonials .card span{*/
/*  font-weight: 600;*/
/*  font-size: 18px;*/
/*}*/
/*.clients-testimonials .card span.text-small{*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*}*/
/*------------blog-grid-----------*/
.blog-bg{
    background:linear-gradient(#0000008f,#0000008f), url(../img/as-banner-3.jpg);
}
.blog-grid .card{
  border: 0;
    box-shadow: 0px 0px 20px 0px #dbdbdb;
    border-radius: 5px;
}
.blog-grid .card a,.blog-grid .card a p,.blog-grid .card a h4{
    text-decoration:none!important;
    color:#000;
}
/*----------blog-details---------*/
.related-blogs .line2{
  width: 300px;
  background: #e91e63;
}

/*-------------gallery------*/
#gallery {
  padding-top: 40px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
      max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}
.img-wrapper img {
  width: 350px;
height:350px;
object-fit:cover;
}
.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;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
#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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
max-height:100%;
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
 }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
 }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
 }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
 }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
 }
}

.fancybox-content{
    height:calc(100% - 88px)!important;
}
#gallery hr
{
border: 1px solid #851094;
    width: 50%;
}
#video-gallery video{
    max-height:400px;
    object-fit:cover;
}

/*--------footer------*/

  .footer{
      overflow:hidden;
    padding: 20px 0 0 0;
    color: #fff;
  }
  .footer ul{
    list-style: none;
    padding: 0;
  }
  .footer ul li{
    padding: 5px 0;
  }
  .footer ul li a{
    font-weight: 100;
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid #fff;
    font-size:15px;
  }
  .footer .lst a{
      border-bottom:0;
  }
  .footer ul li a:hover{
    color: #d71343;
  }
  .footer p{
    font-size: 14px;
    font-weight: 100;
    word-spacing:2px;
    margin-top: 10px;
  }
  .footer .query-btn{
             background: #ffffff;
    padding: 5px;
    border: 3px solid #ffff;
    text-align: center;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 10px;
    
  }
  .footer a{
      text-decoration:none;
  }
  /*.footer ul li i{*/
  /*  text-align: center;*/
  /*  font-size: 25px;*/
  /*  height: 40px;*/
  /*  width: 40px;*/
  /*  padding: 5px;*/
  /*  border: 1px solid #fff;*/
  /*  border-radius: 3px;*/
  /*  transition: .5s;*/
  /*  margin: 10px 20px 10px 0px;*/
  /*}*/
  .footer ul li i{
     margin-right: 10px;
    font-size: 25px;
  }
  .footer ul li i:hover{
    
    color: #d71343;
  }
  .footer .cut-out{
    /*clip-path: polygon(0 0, 89% 1%, 100% 100%, 0% 100%);*/
    background:linear-gradient(90deg, #ff1bf8, #d71343,  #ff1bf8 );
    padding: 20px 0;  
  }
    .footer .cut-out p{
        margin:0;
    }

  .footer .f-logo{
    height: 45px;
    background: #000000;
    border-radius: 5px;
    padding-top: 10px;
    box-shadow: 0 0 10px #ffffff1f;
    text-align:center;
  }
  .footer hr{
      height:1px;
      background:#ffff;
      border:0;
  }
  .footer h5{
      color:#e91e63;
  }
@media screen and (max-width:576px){
    .footer .f-logo{
        margin-bottom:10px;
    }
         .footer a .img-2{
             width:69%!important;
         }
         
         .footer .text-sc{
             text-align:center;
         }
}

/*------service-detail-----*/
.service-details .col-md-12 img{
    float:left;
    max-width:400px;
    margin:0 50px 50px 0;
}
.service-details p{
    line-height:1.7;
}
.service-details h2{
    font-weight: 600;
    color: #d71343;
}
.service-details i{
    font-size: 30px;
    background: #d71343;
    color: #fff;
    padding: 30px;
    border-radius: 100%;
    width:fit-content;
    align-self:center;
}
.service-details .card{
   border: none;
   background:azure;
    box-shadow: 0 0 5px 4px #f7f7f7;
    padding: 20px;
    border-radius: 20px;
}
.service-details h5{
        margin-top: 10px;
}
  /*--------footer------*/
  .wrapper{
      position:relative;
  
  }
  .ovf-h{
      overflow-x:hidden;
  }
  .footer-social{
     position: sticky;
     z-index:99;
    top: 30%;
    left: 100%;
    width:fit-content;
  }
  .footer-social i{
      text-shadow:1px 0px 0px white;
    border:1px solid white;
    padding:6px;
    transition: .5s;
    border-radius:5px;
    background: #d71343;
    color: #ffF;
    font-size:20px;
    margin:1px 0;
   
  }
  .footer-social a:hover i{
    transform: scale(.9);

  }
  .footer-social a:hover{
      text-decoration:none;
  }
  
 