:root {
    --main-grediant: linear-gradient(90deg,#AE59CE, #AE59CE, #AE59CE, #BD4FC5, #C44AC0, #D13DB5, #D737AE,  #DD2FA8 ) !important;
    --main-color:#db31a9;
    --light-yellow:#FEFBF3;
    --btn-hover:linear-gradient(270deg,#AE59CE, #AE59CE, #AE59CE, #BD4FC5, #C44AC0, #D13DB5, #D737AE,  #DD2FA8 ) !important;
    --blue-color:#834e9e;
   --event-overley-1:linear-gradient(0deg,  rgba(0,0,0,.8) 20%, rgba(0,0,0,.0) 40%);
   --event-overley-2:linear-gradient(0deg, rgba(174,89,206,.9) 40%,  rgba(221,47,168,.3) 75%, rgba(0,0,0,.0) 100%);
   /* --event-overley-2:linear-gradient(0deg, rgba(215,38,56,.45) 40%,  rgba(63,46,136,.6) 75%, rgba(0,0,0,.0) 100%); */
    --event-hover-overley:linear-gradient(360deg, rgba(215, 38, 56, .6) 25%, rgba(63, 46, 136, .6) 100%);
    /* --team-bg:linear-gradient(180deg, rgba(63,46,136,1) 70%,  rgba(215,38,56,1) 100%); */
    --team-bg:var(--main-grediant);
} 

 
*{
  box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	color: #000;
}

 a{
	text-decoration:none;
}
a:hover{
	color: #fff;
}
h1, h2{
    font-size: 4.1rem;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing:-2px;
}
h2 span, h1 span{
    color: var(--main-color);
	background: linear-gradient(to right, #b058cd 40%, #dc30a9 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p{
  font-size: 1rem;
}
.heading{
  text-align: center;
  margin-bottom: 50px;
}
.heading p{
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
 /*  letter-spacing: .3px; */
}
.container{
    max-width: 75%;
}
.container-fluid{
  max-width: 95%;
}
.common-space{
    padding: 90px 0;
}
.inner-top-margin{
  padding-top: 150px;
}
.sarvice-space{
  padding-top: 90px;
}
.common-btn{
    display: block;
    padding: 15px 45px;
    font-size: 1.2rem;
    background: var(--main-grediant);
    border-radius: 10px;
    margin-top: 40px;
    width: fit-content;
    color: #fff;
    font-weight: 500;
    letter-spacing: .4px;
    
}
.common-btn-box{
  width: 100%;
  /* position: relative; */
}
/* .common-btn-box .outside-arrow{
  position: absolute;
  bottom: -40px;
  right:30%;
  width: 100px;
  height: auto;
  animation: indicate-arrow 2s infinite;
}
@keyframes indicate-arrow {
  0% {
    transform: translateX(0);
}
50% {
  transform: translateX(-10px);
}
100% {
  transform: translateX(0);
} 
}*/
.common-btn-box .common-btn{
  margin: 40px auto 0 auto;
}
.common-btn:hover{
    background: var(--btn-hover);
}
.menu-dark{
  background-color: var(--blue-color);
}
.heading-btn{
  width: fit-content;
  margin: 0 auto 5px auto;
  padding: 5px 15px;
  text-align: center;
  background: var(--main-grediant);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .4px;
}

.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .3s ease-in-out;
}
.top-navbar{
  padding: 8px 0;
	position:relative;
  transition: padding .3s ease-in-out;
}

	.top-navbar .mobile-menu-btn:focus {
		text-decoration: none;
		outline: 0;
	box-shadow:none; 
	}

.mobile-menu-btn{
	font-size:23px;
	padding:0;
	border:none;
  background: #fff;
  border-radius: 5px;
  color: var(--blue-color);
  width:37px;
  height: 33px;
}

.navbar{
  z-index:2;
}

.navbar-toggler-icon{
	background-image:none;
  color: #fff;
}

.mobile-menu-btn.show .close {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align:initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-left:0px;
    font-size:22px;
    color: #000;
    position: relative;
    z-index: 2;

}
.mobile-menu-btn .close, .mobile-menu-btn.show .navbar-toggler-icon  {
  display:none;

}

.navbar {
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
}

.header-logo{
    height: 75px;
    transition:height 0.3s ease-in-out;
    -webkit-transition: height 0.3s  ease-in-out;
    -moz-transition: height 0.3s  ease-in-out;
}
.top-navbar .nav-item {

  margin-left:17px ;
  padding: 5px 0;
  position: relative;
  margin-bottom: 0;
}

 .top-navbar .nav-item:last-child {

    margin-right:0;

	margin-right:0;
 
}

.top-navbar .nav-link {

  font-size: 1rem;
  color:#fff;

    cursor:pointer;

  display:inline-block;

   position:relative;
    font-weight: 500; 
    position: relative;
}



.top-navbar .nav-link i{
  font-size: .8rem;
}
.top-navbar ul li .dropdown-content ul li{
  list-style: none;
  padding-left: 0;
}

.top-navbar ul li ul li a{
	text-decoration:none;
	color:#000;
}

.top-navbar ul li .dropdown-content {
	position:fixed;
	background-color:#fff;
	padding-bottom:25px;
	padding-top:15px;
	border-top: 1px solid #cecece;
	line-height:2rem;
	width:100%;
	left:0;
  top: 59px;
	padding:40px 20px 40px 20px;
 /*  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px; */
  visibility: hidden;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  
} 
.navbar-nav{
  justify-content: flex-end;
}
.top-navbar ul li .dropdown-content .dropdown-content-menu{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 30px;
}
.dropdown-content h3{
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  width: fit-content;
}
.dropdown-content ul{
  padding: 0;
  
}
.dropdowmenubox{
  width: 16%;
  padding: 0 15px;
}
.dropdowmenubox h3 i{
  display: none;
}
.dropdown-content .viewall-btn{
  font-size: 1rem;
    letter-spacing: .3px;
    font-weight: 700;
    background: var(--main-grediant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-top: 15px;
}
.dropdown-content .viewall-btn i{
  background: var(--main-grediant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}

.dropdown-content ul li {
  border-radius: 10px;
  padding: 2px 0;
}
.header.sticky.header-fixed .dropdown-content ul li a.nav-link{
  padding: 0px;
  line-height: 1.3rem;
  font-weight: 400;
  font-size: .9rem; 
  width: fit-content;
  padding: 0;
  color: #000;
}

.navbar-nav .nav-item:hover > .dropdown-content{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top-navbar .navbar-nav .nav-item:hover.top-contect-btn a.nav-link{
  color: #fff;
  background-color: transparent;
} 

.dropdown-down-arrow, .dropdown-up-arrow{
    font-size: .9rem;
    top: 11px;
    color: #fff;
    position:absolute;
    right: -10px;
    top: 11px;
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}

.top-navbar .top-contect-btn a.nav-link{

	text-decoration: none;
    color: var(--blue-color);
    border-radius: 10px;
    background: #fff;
    line-height: 2.5rem;
    font-size: 1rem;
    padding: 0 20px;  
    font-weight: 600;
    border: 2px solid #fff;

}
.top-navbar .top-mobile-no a.nav-link{
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 0 8px;    
    font-size: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2.5rem;
}
.top-navbar .top-mobile-no a.nav-link i{
    margin-right: 10px;
}
.top-navbar .top-mobile-no a.nav-link:hover{
    color: var(--main-color);
}

.header.sticky.header-fixed.small_header .header-logo{
  height: auto;
  height: 56px;
 
}

.header.sticky.header-fixed.small_header{
  background: var(--main-grediant);  
}
.header.sticky.header-fixed.small_header .top-navbar{
  padding: 0 0;
}

.header.sticky.header-fixed.small_header  .nav-item{
padding: 8px 0;
}

.header.sticky.header-fixed.small_header  .nav-item .dropdown-content .nav-link:hover{
  color: var(--main-color);
} 

.header.sticky.header-fixed.small_header  .top-navbar .top-mobile-no a.nav-link{
  border-color: var(--main-color);
  padding:0 8px ;
}
/* .header.sticky.header-fixed.small_header .dropdown-content ul li a.nav-link{
  padding: 0;
    color: #000;
} */

.nav-item:after, .dropdown-content ul li a.nav-link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -1px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background:  var(--main-color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-item:hover:after, .dropdown-content ul li a.nav-link:hover:after { 
  width: 100%; 
  left: 0; 
}
.dropdown-content ul li a.nav-link:after{
  height: 1px;
}

 .top-mobile-no:after, .top-contect-btn:after{
  display: none;
}

.header.sticky.header-fixed.small_header  .top-navbar .top-mobile-no a.nav-link {
  position: relative;
  border: solid 2px #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.header.sticky.header-fixed.small_header  .top-navbar .top-mobile-no:hover a.nav-link{
  background-color: #FFF;
  color: var(--blue-color);
}
.header.sticky.header-fixed.small_header  .nav-item:hover > .nav-link i{
  color: #fff;
}
.header.sticky.header-fixed.small_header  .top-mobile-no:hover > .nav-link i{
  color: var(--blue-color);
}
/* .header.sticky.header-fixed.small_header  .top-navbar .top-mobile-no a.nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: var(--main-grediant);
}
 */

 .raquote {
  background: rgb(0 0 0 / 80%);
  transition: all 0.3s ease-in;
}

.navbar-menu-btns{
  display: none;
  justify-content: center;
  align-items: center;
}
.navbar-menu-btns a{
  margin-right: 22px;
  font-size: 18px;
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 33px;
  background-color: #fff;
  border-radius: 5px;
}
.navbar-toggler-icon {
  display: inline-block;
   width: auto; 
  height: auto; 
   vertical-align: initial; 
  background-image:none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  line-height: 24px;
  color: var(--blue-color);
}

/* banner */

.home-banner{
    position: relative;
}
.banner-img{
    width: 100%;
    height: 750px;

}
.banner-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-overley{
    background: linear-gradient(180deg,  rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-content{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
}
.banner-text{
    width: 1020px;
    text-align: center;
}
.banner-content .banner-text h1{
	    text-transform: inherit;
}
.banner-text h1{
    color: #fff;
    font-size: 4.1rem;
}
.banner-text p{
    font-size: 1.25rem;
    text-align: center;
    color: #fff; 
    font-weight: 300;
    margin:30px 0 0 0;
}
.banner-social-icons{
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.banner-social-icons::before{
  content: "";
  position: inherit;
  width: 2px;
  height: 60px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #838383;
}
.banner-icons{
  width: 40px;
  height: 40px;
  background-color: #838383;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items:center;
  color: #000;
  border-radius: 50%;
  margin: 20px 0;
}
.banner-icons a{
  color: #000;
  display: block;
}
.banner-icons:hover {
  background-color: var(--main-color);
}
.banner-icons:hover > a{
  color: #fff;
}

/* video-btn */

.video-btn{
    margin-top: 40px;
}
.video-btn a{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.video-btn a p{
    margin-left: 30px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
  .button {
    display: inline-block;
    position: relative;
  }
  .button.is-play {
    background-color: #fff;
    border-radius: 50%;
    width: 65px;
    height:65px;
  }
  .button.is-play .button-outer-circle {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
  }
  .button.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
            animation: fadeIn 7s ease;
  }
  .button.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 3s;
            animation: triangleStroke 3s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
            animation: smallScale 3s infinite;
  }
  .has-delay-short {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: .5;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: .5;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes triangleStroke {
    from {
      stroke-dashoffset: 90;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes triangleStroke {
    from {
      stroke-dashoffset: 90;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes smallScale {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  @keyframes smallScale {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  
/* video-btn */

.top-mobile-no i {
  animation: headShake 1s linear 2s infinite alternate;
}

/* banner animation */

 .star {
  position: absolute;
  content: "";
  width: 1px;
  height: 8px;
  z-index: 1;
  background-color: #fff;
  animation: stars linear infinite;

}
 .home-banner .star:nth-child(1) {
  top: -20px;
  left: 40%;
  animation-duration: 3s;
}
 .home-banner .star:nth-child(2) {
  top: -30px;
  left: 60%;
  animation-duration: 4s;
}
 .home-banner .star:nth-child(3) {
  top: -40px;
  left: 80%;
  animation-duration: 5s;
}
.home-banner .star:nth-child(4) {
  top: -50px;
  left: 90%;
  animation-duration: 6s;
}
.home-banner .star:nth-child(5) {
  top: -10px;
  left: 20%;
  animation-duration: 2s;
}
 @keyframes stars{
0%
{
  opacity:1;transform:translateY(0)
}
to
{
  opacity:0;transform:translateY(100vh)
}
}

/* banner animation */

/* banner */

/* About us */

.home-about{
    background:  linear-gradient(rgba(255,255,255,.35), rgba(255,255,255,.35)), url('../img/about-bg.webp') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 230px;
}

.about-img-box2{
    margin-top: 90px;
}
.about-img img{
    border-radius: 35px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}
.about-img .about-img1{
    height: 400px;
    width: 100%;
}
.about-img .about-img2{
    height: 186px;
    width: 100%;
    margin: 20px 0;
}

.about-img-content{
    padding: 0 30px;
    position: relative;
}
.about-text{
    padding-left:10px ;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.about-text h1{
    font-size: 3.8rem;
    margin-bottom: 10px;
}
.about-text h3{
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}
.about-text p{
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: .4px;
}

.ele-1{
    position: absolute;
    left: -80px;
    top: -40px;
    opacity: .1;
   height:130px;
   width: auto;
   animation: lefttoright 2.5s linear infinite alternate;
   pointer-events: none;
 }
 @keyframes lefttoright {
    0% {
        left: -15%;
      }
      100% {
        left: -10%;
      }
}
.ele-2{
  position: absolute;
  bottom: 180px;
  right: -95px;
  width: fit-content;
  height: fit-content;
  pointer-events: none;
}
 .element-2{
    
  height: 200px;
  width: auto;
  animation:  bounce .1s linear infinite, rotate 4s linear infinite;
    
 }
 @keyframes rotate {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
   }
/* About us */

/* client */

.client-content{
    position: relative;
}
.client-box{
  background: url(../img/backbg.jpg);
		background-position: center;
  border-radius: 30px;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  padding: 20px 40px;

}
.client-text{
  display: flex;
  align-items: center;
  height: 100%;
}
.client-text h3{
    color: #fff;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 4.1rem;
}

.client-slider .slider-item{
  margin: 0 15px ;
}
.client-logo{
  padding: 20px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  margin: 20px 0;
  text-align: center;
}
.client-logo img{
  width: auto; 
  height: 45px;
  margin: 0 auto;
}

.ele-3{
  position: inherit;
  width: 210px;
  height: auto;
  left: -80px;
  bottom: -80px;
  z-index: -1;
  pointer-events: none;
}
.client-content  .ele-1{
  position: absolute;
  top: -280px;
  right: -60px;
  left: auto;
  bottom: auto;
  animation: clientele 2.5s linear infinite alternate;
 }
 @keyframes clientele {
    0% {
        right: -10%;
      }
      100% {
        right: -5%;
      }
    
}

/* client */

/* events */

.event-img{
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
 
 
}
.event-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .event-overley{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var( --event-overley);
  height: 200%;

  transition: all 0.3s ;
} */

.event-img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var( --event-overley-1);
  transition: all 0.5s ;
}
.event-img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: var( --event-overley-2);
  transition: all 0.5s ;
}
.event-img:hover:after{
  bottom: 0;
 }
 .event-img:hover::before{
  bottom: -100%;
 }
.event-border{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.event-info{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
  transition: all .6s;
  z-index: 99;  
}
.event-info h3{
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.event-info .event-info-desc{
  max-height: 0;
/*   padding: 0; */
  transition: opacity .5s ease-in, max-height .5s ease-in-out;
  opacity: 0;

}
.event-info p{
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin:18px 0 30px 0;
  margin-top: 5px;
  /* display: none; */
}
.inner-btn{
  display: block;
  text-align: center;
  color: #fff;
  border:2px solid #fff;
  border-radius: 10px;
  padding: 10px 22px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .4px;
  width: fit-content;
  transition: all .3s ease-in-out;

}
.inner-btn:hover{
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.event-img:hover .event-info .event-info-desc  {
  opacity: 1;
  max-height: 300px;
}

.event-section .row>*{
  padding: 0;
}

/* events */

/* why us */

.why-us-section{
  background-color:var(--light-yellow) ;
  position: relative;
  overflow: hidden;
}

.why-us-section .ele-2 {
  left: -120px;
  bottom: 150px;
}

.heading-one{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.heading-one h2{
  font-size: 3.6rem;
}
.why-us-section .heading-btn{
  margin: 0 0 5px 0;
}

.why-heder-box{
  padding: 40px 32px;
  border-radius: 0 50px 0 50px ;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  background-color: #fff;
  width: 100%;
  margin: 12px 0;
}
.why-us-content{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.why-us-content i{
  display: none;
}
.why-heder-title{
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue-color);  
      background: linear-gradient(to right, #a85ed1 36%, #dc2ea7 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-heder-title span{
  display: block;
}
.why-header-icon{
  width: auto;
  height: 68px;
}
.why-header-icon i{
  display: none;
}

.why-heder-box p{
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 16px 0 0  0;
}
/* why us */


/* work */
.work-section{
  position: relative;
  padding: 160px 0 0px 0;
}
.home-work-section .heading{
  display: none;
}
.work-section .common-btn-box{
  width: fit-content;
  position: absolute;
  top:45px;
  right: 65px;
}

.work-section::before{
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width:750px;
  height: 550px;
	background: url(../img/backbg.jpg);
    border-radius: 0 25px 0 0;
    background-position: center;
}

.work-heading{
  display: flex;
  justify-content: end;
}
.work-heading h3{
  font-size:1.6rem ;
  font-weight: 700;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  line-height: 20px;
  margin: 60px 0 0 0 ;
  position: relative;
}
.work-heading h3::after{
  content: "";
  width: 3px;
  height: 120px;
  position: absolute;
  background-color: #fff;
  left: 9px;
  top: 257px;
}
.work-slider .slider{
  position: relative;
  overflow: hidden;

}
.work-slider img{
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.work-slider .slick-list {
  padding-left: 0px!important; 
}
.work-slider .slider-item::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
}
 .work-slider .slider-item{
position: relative;
display: flex;
justify-content: left;
align-items: center;
}

.work-slider-img{
  position: relative;
}
 .work-slider-img::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
} 
  
.work-slider-heading{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto;
    height: fit-content;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.work-slider-heading h2{
  color: #fff;
  font-size: 3.4rem;
  margin: 0;
  text-transform: capitalize;
  width:80%;
}
.work-slider-arrow{
  height: 90px;
  width: 90px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-left: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.work-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 0 0  0;
  list-style-type: none;
  position: initial !important;
  z-index: 1;
}
.work-slider .slick-dots li {
  margin: 0 3px;
}
.work-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding:0;
  border: none;
  border-radius: 100%;
  background-color: #000;
  text-indent: -9999px;

}
.work-slider .slick-dots li.slick-active button {
  background-color: var(--main-color);
}

.work-section.inner-recentwork-box::before{
  display: none;
}
.inner-recentwork-box .work-heading{
  display: none;
}

.work-section.inner-recentwork-box .common-btn-box{
position: initial;
width: 100%;
}
 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.work-section.inner-recentwork-box {
  padding: 90px 0;
}
/* testimonial */


.testi-section{
  position: relative;
overflow: hidden;
}
.testi-section .ele-2{
  right: -120px;
  top: 80px;
}

.test-slider-details{
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  border-top: 5px solid var(--main-color);
  padding: 70px 50px 30px 50px;
}
.testi-image{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border:2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.testi-image img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testi-content{
  text-align: center;
  font-size: .85rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}
.testi-name{
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
  color: var(--main-color);
}
.testi-deg{
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}

.testi-slider .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}


.testi-slider  .slick-current.slick-active  {
	transform: scale(1.1);
}
.testi-slider .slider-item{
  padding:70px 0 40px 0 ;
}

.work-category-slider .slick-prev-btn,
.work-category-slider  .slick-next-btn, 
.testi-slider .slick-prev-btn,
.testi-slider .slick-next-btn, 
.team-slider .slick-prev-btn,
.team-slider .slick-next-btn, 
.location-slider-1 .slick-prev-btn,
.location-slider-1 .slick-next-btn,
.case-study-slider .slick-next-btn,
.case-study-slider .slick-prev-btn
{
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 0px;
    background: var(--main-grediant);
background-repeat: no-repeat;
background-origin: padding-box, border-box;
}
.work-category-slider .slick-prev-btn:before,
.work-category-slider  .slick-next-btn:before, 
.location-slider-1 .slick-prev-btn:before,
.location-slider-1 .slick-next-btn:before,
.case-study-slider .slick-next-btn:before,
.case-study-slider .slick-prev-btn:before,
.team-slider .slick-prev-btn:before,
.team-slider .slick-next-btn:before,
.testi-slider .slick-prev-btn::before,
.testi-slider .slick-next-btn::before{
  content: "";
  position: inherit;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border:3px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.work-category-slider .slick-prev-btn i,
.work-category-slider  .slick-next-btn i,
.location-slider-1 .slick-prev-btn i,
.location-slider-1 .slick-next-btn i,
.case-study-slider .slick-next-btn i,
.case-study-slider .slick-prev-btn i,
.team-slider .slick-prev-btn i,
.team-slider .slick-next-btn i, 
.testi-slider .slick-prev-btn i,
.testi-slider .slick-next-btn i{
	color: var( --main-color);
    font-size: 21px;
	text-align:center;
	padding-top:5px;
}

.slick-prev-btn:before, .slick-next-btn:before{
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.slick-prev-btn:hover::before, .slick-next-btn:hover::before{
  opacity: 0;
}
.slick-prev-btn:hover i, .slick-next-btn:hover i{
  color: #fff;
}

.testi-slider .slick-next-btn{
	right:-50px;
	top:50%;
	z-index:1;
}
.testi-slider .slick-prev-btn{
	left:-50px;
	z-index:1;
	top:50%;
}
.qoute{
  position: absolute;
  top: 60px;
  left: 14px;
  width: 30px;
  height: auto;
}
.qoute-1{
  position: absolute;
  bottom: 100px;
  right: 14px;
  width: 30px;
  height: auto;
}

/* testimonial */

.team-section{
  position: relative;
  
}
.team-section .ele-4{
  position: absolute;
  left: 0;
  top: -225px;
  opacity: .6;
  pointer-events: none;
}

.case-study-slider .slick-next-btn,
.location-slider-1 .slick-next-btn,
.team-slider .slick-next-btn{
	right:-100px;
	top:50%;
	z-index:1;
}
.location-slider-1 .slick-prev-btn,
.case-study-slider .slick-prev-btn,
.team-slider .slick-prev-btn{
	left:-100px;
	z-index:1;
	top:50%;
}
 .team-box{
  margin:0 15px;
  padding: 12px;
 background:var(--team-bg);
 border-radius: 10px;
}
.team-slider .team-box img, .about-team-section .team-box img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.team-details{
  color: #fff;
  margin-top: 20px;
  border-left: 10px solid #fff;
  padding: 10px 10px 10px 30px;
}

.team-details h4{
  font-size: 1.3rem;
  font-weight: 600;
}
.team-details p{
  margin-bottom: 0;
  font-size: 1rem;
}

.team-img{
  position: relative;
}
.team-img .overlay {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  background-color:rgba(221,47,168,.8);
  width: 100%;
  height: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.team-box:hover .overlay {
  background-color: rgba(221,47,168,.8);
  height: 100%;
  top: 0;
}

.team-img .overlay p {
  font-size: 13px;
  width: 250px;
  text-align: left;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  margin-bottom:8px;
}

.team-img .overlay p  span{
  font-size: 16px;
  display: initial;
}

.team-social{
  width: 250px;
  text-align: start;  
}
.team-social a:first-child{
  margin-left: 0;
}
.team-social a{
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  color: #000;
  border-radius: 50%;
  margin: 10px 6px;
  padding: 3px;
}
/* team */



/* ctc */

.ctc-section{
  position: relative;
}
.ctc-content{
width: 100%;
}
.ctc-box{
  background: var(--main-grediant);
  padding: 30px 50px;
  border-radius: 30px;
  /* background-image: url('../img/cta-bg.svg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position:relative;
  left: 50%;
  transform: translateX(-50%);
   bottom: -100px;
}
.ctc-box h2{
  color: #fff;
  font-size: 3.1rem;
  text-transform: unset;
  line-height: 4.6rem;
  margin-bottom: 0;
}
.ctc-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ctc-btn-button.common-btn{
  background-color: #fff;
  color:var(--blue-color);
  background: #fff;
  font-weight: 500;
  margin-top: 0;
}

/* footer */

footer{
  background: url('../img/backbg.jpg');
  padding: 130px 0 0 0;
  background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ftr-logo img{
  max-height: 75px;
  width: auto; 
  text-align: left;
}
.ftr-header{
  padding: 25px 0;
  border-bottom: 1px solid #4b4b4b;
}
.ftr-social-icon{
  display: flex;
  justify-content: end;
 
}

.ftr-social-icon .ftr-icon{
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items:center;
  color: #000;
  border-radius: 50%;
  margin: 10px;
}
.ftr-social-icon .ftr-icon:hover > a{
  color: #fff;
}
.ftr-social-icon .ftr-icon a{
  display: block;

  color: #000;
}

.ftr-link-details{
  padding: 40px 0;
  border-bottom: 1px solid #4b4b4b;
}
.ftr-link-details .ftr-links h4{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.ftr-link-details .ftr-links ul{
  padding: 0;
  margin: 0;
}
.ftr-link-details .ftr-links ul li{
  padding: 10px 0;
  list-style: none;
  color: #fff;
}
.ftr-link-details .ftr-links ul li i{
  font-size: 15px;
  margin-right: 13px;
  margin-bottom:0 ;
  padding: 0;
  color: #838383;
  line-height: 25px;
}
.ftr-link-details .ftr-links ul li a, .address-link{
  color: #fff;
  font-size: 1rem;  
  font-weight: 300;
}
.address-link ul li{
  display: flex;
}

.ftr-link-details .ftr-links ul li a:hover{
  color: var(--main-color);
}
.ftr-bottom-locations{
  padding: 30px 0 30px  0;
  color: #fff;
}
.ftr-bottom-locations span{
  font-weight: 700;
  color: #fff;
  margin-top: 20px;display: inline-block;
}
.ftr-bottom-locations a{
  color: #fff;
  font-size: .95rem;
  line-height: 1.7rem;
  font-weight: 300;
}
.ftr-bottom-locations a:hover{
  color: var(--main-color);
  text-decoration: underline;
}
.copyright-text{
  text-align: center;
  padding: 10px ;
  border-top: 1px solid #4b4b4b;
  font-size: .9rem;
  color: #fff;
  background-color:rgba(0,0,0,.5);
}
.copyright-text span{
  color: var(--main-color);
}

/* innner */

.inner-banner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 110px 0;
  background:  linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.inner-banner h2{
  color: #fff;
}
.inner-banner p{
  font-size: 1.25rem;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 14px 0 0 0;
}

.inner-banner .banner-social-icons{
  right: 40px;
  bottom: 20px;
  display: flex;
}

.inner-banner .banner-social-icons::before{
    content: "";
    position: inherit;
    height: 2px;
    width: 60px;
    left: -75px;
    top: 50%;
    transform: translatey(-50%);
    background-color: #838383;
}
.inner-banner .banner-social-icons .banner-icons{
  margin: 0 20px 0 0;
}
.facebook:hover{
background-color:#316FF6 ;
color: #fff;
}
.instagram:hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

  color: #fff;
}
.whatsapp:hover{
  background-color: #25D366;
  color: #fff;
}
.linkedin:hover{
  background-color: #0077B5;
  color: #fff;
}
.google:hover{
  background: linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
}
.twitter:hover{
  background-color: #000;
  color: #fff;
}

.event-section .heading-one{
  padding-right:25px ;
}

.heading-one .common-btn{
  margin-left: 0;
  margin-top: 20px;
}

/* service */



/* conference */

.conference-setion{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.conference-setion .ele-2{
  top: 300px;
  bottom: auto;
}
.confer-detalis{
  padding: 20px 0 20px 20px;
  position: relative;
}
.conference-setion .event-teg{
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
}
.conference-setion .event-teg p{
  position: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .6px;
}
.conference-setion .event-teg img{
  height: 35px;
  width: auto;
}
.confer-content .first-word{
  
  margin-left: -50px;
  color: #000;
  font-size: 3.5rem;
  line-height: .9;
  font-weight: 700;
  display: block;
 
}
.confer-content .second-word{
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  width: fit-content;
  position: relative;
  top: -4px;
  font-size: 3rem;

}
.confer-content h2{
  margin: 15px 0 25px 50px ; 
 /*  width: 100%; */
}
.confer-content h3 {
  font-size: 1.6rem !important
}
.confer-content h3 span{
	font-size: inherit !important	
}
.confer-content h3, .confer-content h4, .confer-content h5, .confer-content h6{
    letter-spacing: .3px !important;
    margin: 30px 0 10px !important;
    font-weight: 700 !important;
	width: fit-content;
	background: var(--main-grediant);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.confer-content hr{
	color: #000;
    opacity: 1;
}
.confer-content p, .confer-content div{
	font-size: 1rem !important;
	letter-spacing: .4px !important;
    line-height: unset !important;
	margin: 0 0 1rem !important;
	white-space: unset !important;
}
.confer-content ul{
  padding-left: 45px;
}
.confer-content li{
  padding: 0px 0 2px 0;
  font-size: 1rem;
  letter-spacing: .4px;
  white-space: unset !important;
}

.confer-slider .slider-item img{
  width: 100%;
  height: auto;
}
.confer-slider .slider-nav .slider-nav-item{
  width: 100%;
  height: 170px;
}
.confer-slider .slider-nav .slider-nav-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav{
  display:block;
  margin:10px auto;
  width:100%;
}
.confer-slider .slider-nav .row {
  --bs-gutter-x: 0.4rem;
}
.slider-nav .slider-nav-item {
  display:inline-block;
  padding: 0px 2px 7px 0;
  color:#fff;
  text-decoration:none;
  opacity: .75;
}
.slider-nav .slider-nav-item:hover{
  opacity: 1;
}
.slider-nav-item.active{
  opacity: 1;
}

.watch-video{
  width: 250px;
  height: 150px;
  position: relative;
}
.watch-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}
.confer-video-btn{
  width: fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.confer-video-btn svg{
  margin-left: 3px;
}

.confer-video-btn .button.is-play {
  background-color: var(--blue-color);
  border-radius: 50%;
  width: 65px;
  height:65px;
}
.confer-video-btn .button.is-play .button-outer-circle {
  background: rgba(63,46,136,0.9);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.confer-md-block{
  display: none;
}
.client-section.location-clients {
  padding-top: 90px;
}

/* conference */

/* related-services */

.related-services {
  position: relative;
  overflow-y: visible;
}
.related-services .ele-2 {
  left: -120px;
  top: -120px;
  z-index: 1;
}

 .blog-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: #fff;
}
.related-services .event-img{
  width: 100%;
  height: 270px;
}
.blog-box .event-img::before{
  display: none;
}

.blog-box .event-img::after{
  display: none;
}
.blog-info{
  padding: 20px;
}
.blog-info h3{
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.blog-info p{
  font-size: .95rem;
 /*  letter-spacing: .3px; */
  margin: 10px 0 18px 0;
}
.blog-info a{
  font-size: 1.1rem;
  letter-spacing: .3px;
  font-weight: 700;
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-info a i{
    font-size: 1rem;
  font-weight: 700;
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px; 
  margin-top: 2px;
}
.blog-page .blog-box .event-img{
	height:280px;
}

/* related-services */

/* related-clients */

.client-section.confer-client .client-box{
  position: initial;
}

/* related-clients */

/* feature */

.feature-box {

  margin-bottom: 24px;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 69px #97A1B238;

}
.feature-box p.feature-text {
  font-size: 1.2rem;
  font-weight: 600;
 /*  letter-spacing: .4px; */
 
  /* width: fit-content; */
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .feature-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: var(--main-grediant);
} */

.feature-box h3{
  font-size: 1.3rem;
  letter-spacing: .3px;
  font-weight: 700;
  margin-bottom: 20px;
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.feature-box p{
  font-size: .95rem;
  margin-bottom: 0;
  color: #000;

}

.key-features-img{
  width: fit-content;
  margin: 0 auto 15px;
}
.key-features-img img{
  width: 55px;
  height: auto;
  animation:  bounce-icon 3s infinite;
}


/* feature */

/* location */

.location-content-details{
  border-top: 5px solid var(--blue-color);
  border-bottom: 5px solid var(--blue-color);
  padding : 0 12px;
}
.location-content-section .row>*{
  padding:0;
}
.location-slider-1 .slider-item,
.case-study-slider .slider-item{
  margin: 10px 12px;
}

.blog-box .event-img{
  height: 220px;
  width: 100%;
}
.blog-box .event-border{
  margin: 13px;
}
.location-content-slider .slider-item{
  margin: 10px 12px;
}
.location-content-slider{
  padding: 15px 0;
}

.location-content-box{
  padding: 40px 70px;
  
  background-color: var(--blue-color);
  color:#fff;
  /*  height: 495px; */ 
  height:100%;
}
.location-content-box h3{
  font-size: 1.8rem;
  font-weight: 700;
}
.location-content-box p{
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin: 25px 0 40px 0;
 /*  letter-spacing: .3px; */
  max-height:350px;
  overflow-y: scroll;
  padding-right: 20px;
}
.location-content-box .inner-btn:hover{
  background-color: #fff;
  border:2px solid #fff ;
  color: var(--blue-color);
}
.location-content-box p::-webkit-scrollbar {
  width: 5px;
}
.location-content-box p::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
.location-content-box p::-webkit-scrollbar-thumb:hover {
  background:#fff ; 
}

.location-clients .client-box{
  background-color: transparent;
  padding: 0;
}
.location-clients{
  padding-top: 90px;
}
.location-clients .client-box .slider-item .client-logo{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.location-content-slider .slick-prev-btn,
.location-content-slider .slick-next-btn
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 0px;
    background: var(--main-grediant);
background-repeat: no-repeat;
background-origin: padding-box, border-box;
}
.location-content-slider .slick-prev-btn:before,
.location-content-slider .slick-next-btn:before
{
  content: "";
  position: inherit;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border:3px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.location-content-slider .slick-prev-btn i,
.location-content-slider .slick-next-btn i{
	color: var( --main-color);
    font-size: 16px;
	text-align:center;
	padding-top:5px;
}
.location-content-slider .slick-next-btn{
	bottom: -70px;
  right: 42%;
	z-index:1;
}
.location-content-slider .slick-prev-btn{
  bottom: -70px;
  left: 42%;
	z-index:1;
}

.client-section.location-clients .client-box{
  position: initial;
}

.location-client-slider .slider-item{
  margin: 0 8px;
}

/* contact us */


.contact-section{
  position: relative;
  overflow: hidden;
}

  .contact-box{
    padding: 0 66px;
    margin: 40px 0;
  }
  
  .contact-box h4{
    font-family: var(--bold-font);
    text-align: center;
    font-weight: 600;
    color: #000;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
  }
  .contact-box p, .contact-socialinfo p{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 32px;
  }
  .contact-box p a,  .contact-socialinfo p a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
  }
  
  /* contact-form */
  
  .contact-section .contFrm{
    padding: 20px 20px 0 20px;
  
  }
  .contFrm h5{
    font-size: 16px;
      margin-top: 25px;
      color: #000;
      letter-spacing: .8px;
  }
  ::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
  }
  
  /* ::-ms-input-placeholder { /* Microsoft Edge */
   /* color: #fff; 
  } */
  input[type="text"], select.form-control {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    font-size: 15px;
}
  .choose_code{
    width: 100%;
    height: 40px;
    padding: 0 8px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 15px;
  }
  .choose_code, input:focus-visible
  {
    outline-offset: none;
    outline:none
  }
  .contactForm label{
      margin: 14px 0 3px 0;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      color: #000;
  }
  .form-sub-btn.submitForm{
   background-color: transparent;
   text-align: center;
   color: #fff;
   
  }
  .form-response {
      color: #000;
      margin-top: 10px;
  }
  .contact-main-box .heading{
    margin-bottom: 20px;
  }

  /* contact-form */
  
  /* contact us */

/* location */

.maping-image{
  width: 100%;
  position: relative;
}
.maping-image img{
  width: 100%;
  height: auto;
}
.maping-image a{
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: transparent;
}
.hover-left{
  bottom: 392px;
  left: 300px;
}
.hover-mid{
  left: 710px;
  bottom:426px;
}

.hover-right{
  right: 112px;
  bottom: 422px;

}
.maping-image a span{
  display: none;
  background-color: #fff;
  border-radius: 10px;
  padding:5px 10px;
  width: fit-content;
  color: #000;
}
.maping-image a:hover > span{
  display: block;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius:20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /* background: linear-gradient(180deg, rgba(63,46,136,1) 0%,  rgba(215,38,56,1)100%);  */
  background: var(--main-grediant); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(63,46,136,1) 0%,  rgba(215,38,56,1)100%); 
}

/* about-inner-page */

.about-page{
  background:  linear-gradient(rgba(255,255,255,.35), rgba(255,255,255,.35)), url('../img/about-bg.webp') ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.about-large-img {
  border-radius: 10px;
  position: relative;
  width: 500px;
  height: 500px;
}
.about-large-img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  border-radius: 10px;
}
.about-large-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

}
.about-small-img {
  width: 270px;
  height: 200px;
  border-radius: 10px;
  position: absolute;
  bottom: -95px;
  right: -97px;
}
.about-small-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-inner-content .heading-btn{
  margin-left: 0;
  margin-bottom: 20px;
}

/* counter-section */

.counter-numbers .numbers .number-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;

}

.counter-numbers .numbers .number-card .cont {
  text-align: center;
  color: #000;
}
.counter-numbers .numbers .number-card .cont img{
  width: 50px ;
  height: auto;
}
.counter-numbers .numbers .number-card p {
  font-size: 1rem;
  color: #000;
  margin: 0;
  padding: 0 40px;
}

.counter-numbers .numbers .number-card h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  margin-bottom: 25px;
}
.counter-numbers .numbers .number-card h4{
  font-size: 1.1rem;
  color: var(--main-color);
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

/* counter-section */

.team-and-service{
  background: linear-gradient(rgba(255, 255, 255, .35), rgba(255, 255, 255, .35)), url(../img/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.about-team-section{
  padding-top: 90px;
}
.about-team-section .team-box{
  margin: 12px 0 ;
}

.ib-about{
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.ib-about-img img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ib-about .about-text{
  padding: 0px 150px 0px 40px;
}

/* about-inner-page */


/* contact us page */

.contact-details{
  padding: 50px 47px;
  background-color: var(--blue-color);
  height: 100%;
}
.contact-page{
 background-color: var(--light-yellow);
 position: relative;
 overflow: hidden;
}

.contact-page .row>*{
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
 
}
.contact-page .row .row>*{

  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}
.contact-page .form{
  max-width: 580px;
  margin-left: 100px;
}
.contact-content{
  margin-bottom: 40px;
}

.contact-content h3{
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.contact-content p, .contact-content p a{
  font-size:1rem;
  color: #fff;
}

.contact-details .ftr-social-icon{
  justify-content: start;
  margin-top: 10px;
}
.contact-details .ftr-social-icon .ftr-icon:first-child{
  margin-left: 0;
}
.contactForm textarea{
  min-height: 100px;
  width: 100%;
    height: 40px;
    padding: 0 8px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    font-size: 15px;
}
.contactForm textarea:focus-visible {
  outline: none;
}
.contact-page .contFrm {
  padding: 50px 20px;
}

.contact-page  .form-heading , .contact-page .contact-content .form-heading{
  text-align: left;
  margin-bottom: 20px;
  color:#000;
  font-size: 2rem;
  font-weight: 700;
}
.contact-page  .form-heading span{
  color: var(--main-color);
}
.contact-page .contact-content .form-heading{
  color: #fff;
}
.contact-page .common-btn-box .common-btn {
  margin: 40px 0 0 0;
}

/* contact us page */

/* datepicker */

.contFrm .datepicker{
width: 100%;
    height: 40px;
    padding: 0 8px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    font-size: 15px;
}
.ui-datepicker-buttonpane{
  display: none;
}
.ui-datepicker-month option, .ui-datepicker-year option{
  color: #2B323B;
  background-color: #fff;
}
.date {
  appearance: none;
  
}
.date:focus {
  box-shadow: none;
  outline: none;
  /* border:none; */
}

.ui-datepicker, .ui-datepicker-div {
  width: 280px !important;
  padding: 5px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2) !important;
}
/* @media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 60px !important;
    left: 40px !important;
    width: 100%;
    border-radius: 0px;
  }
}
 */
 .ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  font-size: 14px;
  color: #000;
  margin: 0 5px;
 width:70px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #ffffff;
  color: #000;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -6px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 14px;
}
.ui-state-default:hover {
  background: var(--main-grediant);
  text-decoration: none;
  color:#fff;
}

.ui-state-highlight {
  background: var(--main-color);
  color: #fff;
}

.ui-state-active{
  color: #fff;
background:var(--main-grediant); 
}

.ui-datepicker-unselectable .ui-state-default {
  color:#a7a7a7; 
  pointer-events: none;
}
.ui-datepicker, .ui-datepicker-div {
  display: none;
}
.date-picker-icon {
  position: absolute;
  right: 10px;
  top: 35px;
  font-size: 17px;
  color: #555;
  z-index: 0;
}

.contact-page__input-box{
  position: relative;
}

.contact-form-connect-btn{
  background-color: var(--blue-color);
  border-radius: 10px;
  padding: 15px 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 40px;
}
.contact-form-connect-btn i{
  display: block;
 font-size: 25px;
  position: absolute;
  top: 50%;
  left: 15px;
  fill: #fff;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.whatsaap-connect-icon{
  background-color: #25D366;
}

/* datepicker */

.all-events-service .row>*{
  padding: 5px;
}

/* home gallery */
.gallery-content{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
  .gallery-content .slider-item{
    height: 300px;
    border-radius: 30px;
    margin: 0  10px 10px 10px;
    overflow: hidden;
    max-width: 350px;
    width: auto !important;
  }
  .gallery-content-slider .slider-item{
    margin: 10px  10px 0px 10px;
    height: 300px;
    overflow: hidden;
    max-width: 350px;
    border-radius: 30px;
    width: auto !important;
  }
  .gallery-content .slider-item img,   .gallery-content-slider .slider-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .gallery-slider{
    width: 100%;
    overflow: hidden;
  }

/* home gallery */


/* popup-form */

.raquote {
  background: rgb(0 0 0 / 80%);
  transition: all 0.3s ease-in;
}

.modalShow {
  padding-right: 17px;
  display: block;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-popup.contact-page__form-box {
  padding: 0;
}

.popup_form {
  padding: 30px;
  border-top: 8px solid var(--pink)
}
.menu-popup{
  border-top: 8px solid var(--main-color);
}
.menu_popup_form{
  padding: 30px 15px 30px 30px;
}
.menu_popup_form .form_title {
  margin-bottom: 30px;
  font-size: .9rem;
}
.menu_popup_form .form_title h3{
  font-size: 1.7rem;
  font-weight: 700;
  color:#000;
  margin-bottom: 10px;
}
.menu_popup_form .form_title p{
  font-size: .9rem
}
.form-image {
  width: 100%;
  height: 100%;
}
.form-image img {
  width: 100%;
  object-fit: cover;
  border-bottom-right-radius: 120px;
  border-top-right-radius: 120px;
  height: 100%;
  border-bottom-left-radius: 4px;
}
.mg-top-40 {
  margin-top: 40px;
}

.popclose {
  cursor: pointer;
  color: #000;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
  font-size: 25px;
  border-radius: 10px;
}

.popclose:hover {
  color: #000;
}

.popup-form .contact-page__input-box{
  margin-bottom: 15px;
}
.popup-form label{
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}
.contact-page__btn.common-btn-box .common-btn{
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-page-disc a{
  color: var(--main-color);
  font-weight: 600;
}
.contact-form .form-control:focus {
  background-color: #fff;
  border-color: #191919;
  outline: 0;
  box-shadow: none;
}

/* popup-form */

.plus-pattern{
position: absolute;
top: 100px;
left: -100px;
z-index: 999;
opacity: 1;
z-index: -1;
transition: all 0.4s ease-out;
}
.plus-pattern .plus {
width: auto; 
height: 24px;
fill: #000;
margin: 0px 12px;
vertical-align: top;
/*   will-change: transform; */
transform: rotate(45deg) translateZ(0);
transform-origin: center;
transition:none;
opacity:.3;
overflow: hidden;
}
.pattern-box{
height: 150px;
overflow: hidden;
width: 100%;
display: block;
position: relative;
}
.abcd {
flex-wrap: nowrap;
display: flex;
overflow: hidden;
width: 100%;
}

.whatsapp-bottom {
  position: fixed;
  bottom: 2vw;
  right:25px;
  z-index: 999;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name:bounce-2 ;
}
.whatsapp-bottom svg{
  background: #25D366;
  width:32px;
  color:#fff;
 height: auto; 
  
}
.whatsapp-bottom.animated {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce-2 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }

  100% {
    transform: translateY(0)
  }
}


/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 99;
  bottom: 7vw;
  right: -80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #999;
  background-color: #000;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}
.to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.to_top.show {
  right: 25px;
  opacity: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  background-color: var(--blue-color);
  border: none;
}
.to_top:hover{
  background-color: var(--main-color);
}

/* inner-work-page */

.inner-work-section .row >*{
  padding: 5px;
}

.inner-work-box.event-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.inner-work-box .event-info{
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
margin: 0;
bottom: auto;
overflow: hidden;
}

.inner-work-box .inner-btn{
  margin: 0 auto;
}

.event-img.inner-work-box:hover .event-info{
  bottom: auto;
  max-height: 100%;
}

.no_slider_1 .slick-track, .no_slider_2 .slick-track {
  transform: none !important;
}
.no_slider_3 .slider-item:nth-child(2) {
  transform: scale(1);
}

/* work-category-page */

.work-category-banner{
 background-color: var(--blue-color);
 overflow: hidden;
 padding-top: 150px;
}
.work-category-banner .heading-one h2{
  font-size: 3rem;
}
.work-category-slider .slider-item img{
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.work-category-slider .slider-item{
  max-height:400px ;
  height: auto;
}

.work-category-banner .common-btn-box .common-btn{
  margin-left: 0;
  background: var(--main-color);
}
.work-category-banner .common-btn-box .common-btn i{
  margin-right: 15px;
}

.work-category-banner .heading-one h2{
  color: #fff;
  text-align: left;
}
.work-category-banner .heading-one h2 span{
  color: #fff;
}
.work-category-content{
  margin-top: 30px;
}
.work-category-content p{
  font-size: 1.1rem;
  font-weight: 600;
  color: #dddddd;
}
.work-category-content p span{
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.work-category-slider .slick-next-btn, 
.work-category-slider .slick-prev-btn{
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.work-category-slider .slick-next-btn i, 
.work-category-slider .slick-prev-btn i{
  font-size: 15px;
}
.work-category-slider .slick-prev-btn{
  left: -22px;
  z-index: 1;
}
.work-category-slider .slick-next-btn{
  right: -22px;
  z-index: 1;
} 
.work-category-text{
  position: relative;
} 
.work-category-logo{
  position: absolute;
  top: -50px;
  right: 0;
}.work-category-logo img{
  height: 40px;
  width: auto;
}
.work-text-content h4{
  font-weight: 500;
  margin: 0px 0 15px 0;
  font-size: 25px;
  line-height: 40px;
  width: fit-content;
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-text-content p {
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: left;
  margin-bottom: 17px;
}

.case-study-slider .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 20px 0;
}
.case-study-slider .slider-item .blog-box{
  border-radius: 20px 20px 0 0 ;
  overflow: hidden;
}

.case-study-slider .blog-box .event-img {
  height: 250px;
  width: 100%;
}
.case-study-slider .slick-current.slick-active  {
	transform: scale(1.1);
}

.work-category-client .client-box {
   background-color: var(--blue-color);
   padding: 30px;
}
.work-category-services .blog-info{
  text-align: center;
  padding: 20px ;
}
.work-category-services .blog-info h3{
  margin-bottom: 20px;
  font-size: 1.7rem;
}

/* work-category-page */

:root {
  --step-line-width: 3px;
  --step-line-offset: 26px;
  --step-circle-diameter: 205px;
  --step-circle-color: #faebfb;
  --step-spacing:48px;
  --step-endcap-size: 10px;
  --step-label-offset: 20px;
  --step-label-fontsize: 12px;
  --step-label-lineheight: 1.5;
  --step-circle-border:319px;
}

.process-section {
  padding-bottom: 210px;
  overflow: hidden;

}
.process-section .heading{
  margin-bottom: 100px;
}
.step-rotate-circ{
  width: 245px;
  height: 245px;
  border-radius: 50%;
  position: absolute;
  top: -20px;  
  left: -20px;
}
.step-rotate-circ-1{
  animation: orbit 3s linear  infinite alternate;
 animation-play-state: paused; 
  transform: rotate(-55deg);
}
.step-rotate-circ-2{
  animation: orbit-2 3s linear infinite alternate;
 animation-play-state: paused; 
transform: rotate(-28deg);
}

.start-animation .step-rotate-circ{
  animation-play-state: running;
}
.start-animation .step-animate-circl{
opacity: 1;
}

.step-animate-circl{
  height: 30px;
  width: 30px;
   opacity: 0; 
  position: relative;
  top: 18px;
  left: 18px;
   transition:opacity .2s ease; 
   z-index: 99999;
}

@keyframes orbit {
  from {
    transform: rotate(-55deg);
  }
  to {
    transform: rotate(152deg);
  }
}
@keyframes orbit-2 {
  from {
    transform: rotate(332deg);
  }
  to {
    transform: rotate(120deg);
  }
}

.steps li:nth-child(even)  .step-animate-circl img{
  transform: rotate(180deg);
}
.step-animate-circl img{
  width: 100%;
  height: auto;
}
.steps {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: var(--step-spacing);

}

.steps li {
  position: relative;
}

.steps li:nth-child(even){
  top: 130px;
}

.steps li .steps__icon-container {
  background-color: var(--step-circle-color);
  width: var(--step-circle-diameter);
  height: var(--step-circle-diameter);
  border-radius: calc(var(--step-circle-diameter) / 2);
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps li:nth-child(odd) .steps__icon-container .process-down-arrow{
  position: absolute;
  right: -33px;
  bottom: 42px;
  font-size: 20px;
  font-weight: 700;
  animation: bounce-arrow 2.5s infinite ;
}

.steps li:nth-child(even) .steps__icon-container .process-down-arrow i{
  transform: rotate(180deg);
}
.steps li:nth-child(even) .steps__icon-container .process-down-arrow{
  position: absolute;
  right: -33px;
  top: 29px;
  font-size: 20px;
  font-weight: 700;

  animation: bounce-arrow 2.5s infinite ;
 
}

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

.step-icon-circl{
  width: 130px;
  height: 130px; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.steps li .steps__icon-container::before {
  position: absolute;
  content: "";
  display: block;
  width: calc((2 * var(--step-line-offset)) + var(--step-circle-diameter));
  height: calc(var(--step-line-offset) + var(--step-circle-border) / 2);
  border: var(--step-line-width) dashed ;
}

.steps li:nth-child(odd) .steps__icon-container::before {
  top: calc(-1 * var(--step-line-offset));
  border-radius: calc(
      (2 * var(--step-line-offset)) + var(--step-circle-diameter)
    )
    calc((2 * var(--step-line-offset)) + var(--step-circle-diameter)) 0 0;
  border-bottom-width: 0;
  clip-path: inset(0 0 calc(var(--step-line-offset) / 2) 0);
}

.steps li:nth-child(even) .steps__icon-container::before {
  bottom: calc(-1 * var(--step-line-offset));
  border-radius: 0 0
    calc((2 * var(--step-line-offset)) + var(--step-circle-diameter))
    calc((2 * var(--step-line-offset)) + var(--step-circle-diameter));
  border-top-width: 0;
  clip-path: inset(calc(var(--step-line-offset) / 2) 0 0 0);
  
}
.steps li:nth-child(1) .steps__icon-container::before, .steps li:nth-child(4) .steps__icon-container::before{
  border-color: var(--blue-color);
}
.steps li:nth-child(2) .steps__icon-container::before, .steps li:nth-child(5) .steps__icon-container::before{
  border-color: var(--main-color);
}
.steps li:nth-child(3) .steps__icon-container::before, .steps li:nth-child(6) .steps__icon-container::before{
  border-color: #000;
}

.steps li:nth-child(1) .steps__icon-container .process-down-arrow, .steps li:nth-child(4) .steps__icon-container .process-down-arrow{
  color: var(--blue-color);
}
.steps li:nth-child(2) .steps__icon-container .process-down-arrow, .steps li:nth-child(5) .steps__icon-container .process-down-arrow{
  color: var(--main-color);
}
.steps li:nth-child(3) .steps__icon-container .process-down-arrow, .steps li:nth-child(6) .steps__icon-container .process-down-arrow{
  color: #000;
}

.steps li:nth-child(1) .steps__icon-container .step-icon-circl, .steps li:nth-child(4) .steps__icon-container .step-icon-circl{
  background-color: var(--blue-color);
  }
  .steps li:nth-child(2) .steps__icon-container .step-icon-circl, .steps li:nth-child(5) .steps__icon-container  .step-icon-circl{
    background-color: var(--main-color);
  }
  .steps li:nth-child(3) .steps__icon-container .step-icon-circl, .steps li:nth-child(6) .steps__icon-container .step-icon-circl{
    background-color: #000;
  }

.steps li .steps__label {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  line-height: var(--step-label-lineheight);
  transform: translateX(-50%);
}

.steps li:nth-child(odd) .steps__label {
  top: calc(var(--step-circle-diameter) + var(--step-label-offset));
}

.steps li:nth-child(even) .steps__label {
  bottom: calc(var(--step-circle-diameter) + var(--step-label-offset));
}

 .steps__label p{
font-size: .85rem;
transition: all .2s ease-in-out;
}

.start-animation .steps__label h4 , .steps__label h4:hover{
  background: var(--main-grediant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.steps__label h4{
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: .4px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6px;
}
.steps__label ul li{
	font-size: .8rem;
transition: all .2s ease-in-out;
text-align:left;
position:initial;
}
.steps__label ul{
	padding-left:15px;
}

.process-num {
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    opacity: .05;
    z-index: 1;
}
.steps li:nth-child(odd) .process-num{
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.steps li:nth-child(even) .process-num{
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.ftr-bottom-locations p a:last-child span {
  display: none;
}

 .why-us-content svg {
  width: 100%;
  width: 64px;
  height: 64px;
  height: auto;
  animation: bounce-icon 3s infinite;
}
@keyframes bounce-icon {
  0% {
    transform: translateY(0);
}
50% {
  transform: translateY(-6px);
}
100% {
  transform: translateY(0);
}
}
stop {
  -webkit-animation: colors 12s infinite;
          animation: colors 12s infinite;
}

.stop-2 {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.stop-3 {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

@-webkit-keyframes colors {
  15% {
    stop-color: var(--blue-color);
  }
  30% {
    stop-color: var(--main-color);
  }
  45% {
    stop-color: var(--main-color);
  }
  60% {
    stop-color: var(--blue-color);
  }
  75% {
    stop-color: var(--main-color);
  }
  90% {
    stop-color: var(--main-color);
  }
}

@keyframes colors {
  15% {
    stop-color: var(--blue-color);
  }
  30% {
    stop-color: var(--main-color);
  }
  45% {
    stop-color: var(--main-color);
  }
  60% {
    stop-color: var(--blue-color);
  }
  75% {
    stop-color: var(--main-color);
  }
  90% {
    stop-color: var(--main-color);
  }
} 
.related-blogs .blog-box h3{
	margin-bottom:30px;
}
.blog-page .blog-box{
  margin: 12px 0;
}
.singleblog-page-header h2{
	text-transform:capitalize;
	font-weight:700;
	text-align:left;
	font-size:3.5rem;
	background: var(--main-grediant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.singleblog-page h1, .singleblog-page h2 {
	text-transform:initial;
}
.singleblog-page-header.blog-banner.inner-banner{
	background:var(--light-yellow);
	padding:130px 0 120px;
	border-bottom: 1px solid #fbf1d5;
}
.related-blogs .blog-info h3{
	font-size:1.3rem;
}

.blog-text h2{
	font-size:54px;
}
/* blog page */

.blog-banner{
  padding-bottom: 170px;
}
.blog-image{
  margin: 0 0 30px 0;
  border-radius: 10px; 
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.blog-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom:10px;
}
.single-blog-details{
   padding: 25px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 

}
.blog-banner h2{
  text-align: left;
}
.blog-banner p{
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}
.singleblog-page {
  position: relative;
  top: -100px;
}
 .blog-banner .banner-text {
  width: 100%;
}

.blog-text p{
    font-size: 1rem;
    line-height: 1.8rem !important;
}
.blog-text h4 {
  font-weight: 500;
  margin: 35px 0 15px 0;
  font-size: 29px;
  background: var(--main-grediant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
/* blog page */
 

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  overflow: hidden;
}
.preloader .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  animation-name: preloader-inner;
  animation-duration: 0.8s;
  transition: all ease 0.8s;
}
.preloader .inner figure {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.preloader .inner figure img {
  /* height: 120px; */
  height: 68px;
}
.preloader .inner small {
  width: 100%;
  display: block;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 40px;
  text-align: center;
  margin-top: 15px;
    letter-spacing:2.7px;
  font-weight:600;
}
.preloader .inner .progress-bar {
  background: none;
}
.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}
.preloader svg path {
  animation-name: preloader-svg;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.7s;
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

/* .preloader figure img{
  animation:bounce-2 2.5s infinite ;
}
 */
@-webkit-keyframes preloader-svg {
  0% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
  }
  50% {
    d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
  }
  100% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
  }
}
@-webkit-keyframes preloader-inner {
  0% {
    transform: translateY(-50px);
    opacity: 0;
	
	
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.page-loaded .preloader {
  top: 100%;
}

.page-loaded .preloader .inner {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .preloader svg path {
  animation-play-state: running;
}
.error-back-to-home .common-btn-box{
	width:100%;
}
.error-back-to-home a{
	margin:0 auto;
	color:#fff;
} 




/* *****
Custom Cursor
**** */
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var( --blue-color);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999;
}

.cursor2 {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var( --main-color);
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s; 
  transition: width .3s, height .3s, opacity .3s;
  z-index: 99999;
}

.home-two-cursor {
  border: 1px solid #000;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}



/* privacy policy */


.privacy-box h4{
	font-size:20px;
	margin-top:25px;
	font-weight:700;
}
.privacy-box h3{
	margin:35px 0 20px 0;
	font-size:25px;
	font-weight:700;
}
.privacy-box ul li{
	padding:3px;
}


.contact-main-box{
	border-top: 8px solid var(--main-color);
	border-radius:10px;
	padding:40px 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin:15px 0;
}


.other-box{
	position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 23px);
}
.other-box input{
	 border: none;
    height: 37px;
    border-right: 1px solid #cfcfcf !important;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.work-category-text img{max-width:100% !important}