
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap');

@font-face {
    font-family: "Kaftan-trial";
 
    src: url("kaftan-trial.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "jedira-regular";
 
    src: url("jedira-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  li{
    list-style: none;
  }
  a{
    text-decoration: none !important;
  }
 

  h1{
    font-family: 'Inter';
  }

  /* h2{
    font-family: "Kaftan-trial";
  } */

  #header{
    /* background-color: #000; */
    background-color: #181818;
  }



 

  #header a{

   
  
    font-size: 18px;
    line-height: 26px;
    color: #ffff;
    font-weight: 400;
    font-family: "Inter";
    padding:0px 20px;
  }

  #header img{
    opacity: 1;
  }


  #header .btnheadercontact{
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #7261ff;
    background: #fff;
    font-weight: 400;
    padding: 15px 0px;
    padding-left: 20px;
    padding-right: 40px;
  }
 

  #header .mt-20{
    margin-top:20px; 
    margin-right:16px;
  }


  #header .main-fluid-container {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .inner-fluid-container{
  padding-right:0;
}

#header .w-90{
  width: 90%;
}


#header .logo{
  padding-left:35px;
}


button.slick-prev.slick-arrow {
  position:absolute;
  bottom:50px;
  right:150px;
  z-index:9999;
}

button.slick-next.slick-arrow {
    position:absolute;
    bottom:50px;
    right:90px;
    z-index:9999;
} 
 .myslider .item {
   width: 100%;
   position: relative;
}
.slick-list {
    position: relative;
    overflow: hidden;
  }
.slider-caption {
    left:4.5%;
    top:60%;
    z-index:999;
    color:#fff;
}
.slick-current .slider-caption {
    animation-name:zoomIn;
    animation-duration:1200ms;
    animation-timing-function:ease-in-out;
}

@keyframes zoomIn{
  0%{
      transform:scale(0);
      opacity: 0;
  }
  80%{
    transform:scale(1.2);
    opacity: 0.6;
  }
  100%{
      transform:scale(1);
  }
}


.slick-vertical .slick-slide {
 
   border:none !important;
}

.myslider h1{
  font-size: 56px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 20px;
}

.myslider h1 span{
  font-size: 64px;
color: #7261ff;
font-family: "Kaftan-trial";
MARGIN:0px 15px;
}

.myslider p{
  font-size: 16px;
line-height: 25px;
color: #ffffff;
font-weight: 400;
font-family: "Inter";
}


a{
  text-decoration: none;
}
.readmore{
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f9751c;
  font-weight: 400;
  font-family: "Inter";
}
.readmore:hover{
  color: #f9751c;
}



 
.selectcarcolor button div.redblack {

    background: linear-gradient(135deg, red 50%, black 50%);

}
 

 
.loader-wrap {

  position: fixed;

  z-index: 10;

  height: 100vh;

  width: 100%;

  left: 0;

  top: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  overflow: hidden;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: transparent;

  z-index: 99999999999999;

}
 
.loader-wrap svg {

  position: absolute;

  top: 0;

  width: 100vw;

  height: 110vh;

  fill: #1b1b1b;

}
 
.loader-wrap .loader-wrap-heading .load-text {

  font-size: 30px;

  font-weight: 400;

  letter-spacing: 10px;

  text-transform: uppercase;

  z-index: 20;

}
 
.load-text span {

  -webkit-animation: loading 1s infinite alternate;

  animation: loading 1s infinite alternate;

}
 
.load-text span:nth-child(1) {

  -webkit-animation-delay: 0s;

  animation-delay: 0s;

}
 
.load-text span:nth-child(2) {

  -webkit-animation-delay: 0.1s;

  animation-delay: 0.1s;

}
 
.load-text span:nth-child(3) {

  -webkit-animation-delay: 0.2s;

  animation-delay: 0.2s;

}
 
.load-text span:nth-child(4) {

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;

}
 
.load-text span:nth-child(5) {

  -webkit-animation-delay: 0.4s;

  animation-delay: 0.4s;

}
 
.load-text span:nth-child(6) {

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;

}
 
.load-text span:nth-child(7) {

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s;

}
 
@-webkit-keyframes loading {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}
 
@keyframes loading {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}
 
 
[data-overlay-dark],

[data-overlay-light] {

  position: relative;

}
 
[data-overlay-dark] .container,

[data-overlay-dark] .container-xxl,

[data-overlay-light] .container-xxl,

[data-overlay-light] .container {

  position: relative;

  z-index: 2;

}
 
[data-overlay-dark]:before,

[data-overlay-light]:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

  pointer-events: none;

}
 
[data-overlay-dark]:before {

  background: transparent;

}
 
[data-overlay-light]:before {

  background: #fff;

}
 
[data-overlay-dark],

[data-overlay-dark] h1,

[data-overlay-dark] h2,

[data-overlay-dark] h3,

[data-overlay-dark] h4,

[data-overlay-dark] h5,

[data-overlay-dark] h6,

[data-overlay-dark] span,

.bg-dark h1,

.bg-dark h2,

.bg-dark h3,

.bg-dark h4,

.bg-dark h5,

.bg-dark h6,

.bg-dark span,

.bg-color h1,

.bg-color h2,

.bg-color h3,

.bg-color h4,

.bg-color h5,

.bg-color h6,

.bg-color span {

  color: #fff;

}
 
[data-overlay-dark="0"]:before,

[data-overlay-light="0"]:before {

  opacity: 0;

}
 
[data-overlay-dark="1"]:before,

[data-overlay-light="1"]:before {

  opacity: .1;

}
 
[data-overlay-dark="2"]:before,

[data-overlay-light="2"]:before {

  opacity: .2;

}
 
[data-overlay-dark="3"]:before,

[data-overlay-light="3"]:before {

  opacity: .3;

}
 
[data-overlay-dark="4"]:before,

[data-overlay-light="4"]:before {

  opacity: .4;

}
 
[data-overlay-dark="5"]:before,

[data-overlay-light="5"]:before {

  opacity: .5;

}
 
[data-overlay-dark="6"]:before,

[data-overlay-light="6"]:before {

  opacity: .6;

}
 
[data-overlay-dark="7"]:before,

[data-overlay-light="7"]:before {

  opacity: .7;

}
 
[data-overlay-dark="8"]:before,

[data-overlay-light="8"]:before {

  opacity: .8;

}
 
[data-overlay-dark="9"]:before,

[data-overlay-light="9"]:before,

[data-overlay-color="9"]:before {

  opacity: .9;

}
 
[data-overlay-dark="10"]:before,

[data-overlay-light="10"]:before {

  opacity: 1;

}

button.slick-prev.slick-arrow {
 display: block  !important;
}


/* css for milestone slider*/

   /*--- Milestone Progress bar---*/


   .cd-horizontal-timeline {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 70px 0;
}

.horizontal-timeline {
    opacity: 0;
    width: 100%;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.horizontal-timeline ol {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}


/* Never visible - this is used in jQuery to check the current MQ  */

.horizontal-timeline::before {
    content: 'desktop';
    display: none;
}

.horizontal-timeline.loaded {
    opacity: 1;
   
}


/* Timeline  */

.horizontal-timeline .timeline {
    position: relative;
    margin: 0 auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100px;
    padding: 0 0px;
}

.horizontal-timeline .events-wrapper {
    position: relative;
    top:6px;
    height: 60px;
    overflow: hidden;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 13%;
    height: 2.5px;
    background:#f9751c;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

/* Filling line  */

.horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #7261ff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

/* Event dates on the timeline  */

.horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding-bottom: 15px;
    color: #7a7a7a;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    user-select: none;
}


/* Dots for the event dates on the timeline */

.horizontal-timeline .events a::before {
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 7px;
    height: 20px;
}

.horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 40%;
    bottom: -7px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #f4b641;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}


/* Stop mouse pointer events on a selected event  */

.horizontal-timeline .events a.selected {
    pointer-events: none;
}

.horizontal-timeline .events a.selected::after,
.horizontal-timeline .events a.older-event::after {
    background-color: #7261ff;
    border-color: #7261ff;
}

.horizontal-timeline .events a:hover {
    text-decoration: underline;
}


/* Navigation  */

.timeline-navigation {
    position: relative;
    top: 50px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
    margin: 0 20px;
    line-height: 0;
    transform: none;
    height: 40px;
}

.timeline-navigation .fa-arrow-circle-left:before {
    content: "\f060";
}

.timeline-navigation .fa-arrow-circle-right:before {
    content: "\f061";
}

.timeline-navigation#leftNav {
    left: 1px;
}

.timeline-navigation#rightNav {
    right: 1px;
}

.timeline-navigation a {
    display: inline;
    text-decoration: none;
    color: #f9751c;
    font-family: 'FontAwesome';
    font-size: 16px;
    border-radius: 50%;
    border:2px solid #7261ff;
    padding: 10px 12px;
}

.timeline-navigation a:hover {
    color:#7261ff;
    border-color: #20409a;
}


/* Inactive  */

.timeline-navigation a.inactive {
    cursor: not-allowed;
    border-color: #7261ff;
    color: #f9751c;
}

.timeline-navigation .fa-chevron-circle-left,
.timeline-navigation .fa-chevron-circle-right {
    /* visibility: hidden;  */
    display: none;
}


/* Autoplay Pause/Play button  */

.timeline-navigation#pausePlay {
    width: 100%;
    top: -10px;
    text-align: center;
}


/* Event content  */

.horizontal-timeline .events-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: height 0.4s 0.2s;
    -moz-transition: height 0.4s 0.2s;
    transition: height 0.4s 0.2s;
    padding: 0 0px;
    margin: 2em 0 0;
}


/* Autoplay progress bar  */

.horizontal-timeline .events-content .progressBarWrapper {
    position: absolute;
    width: 100%;
    height: 4px;
    margin-top: -4px;
    padding: 0 20px;
}

.horizontal-timeline .events-content .progressBar {
    width: 0%;
    max-width: 100%;
    height: inherit;
    background: #002bff;
}

.horizontal-timeline .events-content li[data-horizontal-timeline],
.horizontal-timeline .events-content li[data-date] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    user-select: none;
    transition: opacity 1s;
}

.horizontal-timeline .events-content li[data-horizontal-timeline].selected,

/* data-date deprecated as of v2.0.5.alpha.3  */

.horizontal-timeline .events-content li[data-date].selected {
    position: relative;
    z-index: 2;
    opacity: 1;
}


/* Event content animations  */

.horizontal-timeline .events-content li.enter-right,
.horizontal-timeline .events-content li.exit-right {
    -webkit-animation-name: timeline-enter-right;
    -moz-animation-name: timeline-enter-right;
    animation-name: timeline-enter-right;
}

.horizontal-timeline .events-content li.enter-left,
.horizontal-timeline .events-content li.exit-left {
    -webkit-animation-name: timeline-enter-left;
    -moz-animation-name: timeline-enter-left;
    animation-name: timeline-enter-left;
}

.horizontal-timeline .events-content li.exit-right,
.horizontal-timeline .events-content li.exit-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.horizontal-timeline .events-content li.animationSpeed {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.events-content li.animationSpeed h2 {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    color: #20409a;
    font-weight: 600;
}

.events-content li.animationSpeed p {
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}

@-webkit-keyframes timeline-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes timeline-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes timeline-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes timeline-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes timeline-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes timeline-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 1100px) {
    .horizontal-timeline {
        margin:0 auto;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {

    /* Never visible - this is used in jQuery to check the current MQ  */
    .horizontal-timeline::before {
        content: 'tablet';
    }
}

@media only screen and (max-width: 500px) {

    /* Never visible - this is used in jQuery to check the current MQ */
    .horizontal-timeline::before {
        content: 'mobile';
    }
}

@media only screen and (max-width: 1100px) {
    .horizontal-timeline .timeline {
        padding-bottom: 40px !important;
    }

    .timeline-navigation#leftNav {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .timeline-navigation#rightNav {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .timeline-navigation#leftNav,
    .timeline-navigation#rightNav {
        display: -ms-flexbox !important;
        display: flex !important;
        top: -5px !important;
    }

    .timeline-navigation#pausePlay {
        top: 20px !important;
    }
}

/*--- Milestone Progress bar end---*/


/*about us css*/

.banner .breadcrumb{
  position: absolute;
  
  left:5%;
  bottom: 20%;
}

.banner  .breadcrumb li a{
  font-size: 14px;
  letter-spacing: 7px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  position: relative;
  top:-3px;
  padding:0px 5px;
}


.banner .breadcrumb li.active {
  font-size: 14px;
  letter-spacing: 7px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
}

.banner .breadcrumb-item+.breadcrumb-item::before {

  padding-right: 6px;
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #f9751c;
  position: relative;
  top: 7px;
  right: 6px;
  margin-right: 9px;
}

.banner .heading{
  font-size: 64px;
  color: #7261ff;
  font-family: "jedira-regular";
  position: absolute;
  bottom: 4%;
  left:5%;
}

.introtext{
  padding:100px 0px;
  background-color: #f4f4f4;
}


.introtext h3{
  font-size: 44px;
color: #010101;
font-weight: 400;
font-family: "Inter";
line-height: 50px;
}

.introtext h3 span{
  font-size: 52px;
  color: #7261ff;
  font-family: "jedira-regular";
  
}

.introtext p{
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}


.introtext .wrapper {
  border: 1px solid #dadada;
  padding: 30px;
}


.mt-80{
  margin-top:80px;
}

.p-80{
padding:0px 80px;
}



.introtext h6{
  font-size: 16px;
letter-spacing: 5px;
line-height: 25px;
text-transform: uppercase;
color: #f9751c;
font-weight: 400;
font-family: "Inter";
}

.introtext .wrapper .mb-75{
  margin-bottom: 75px;
}

.introtext .wrapper p{
  margin:0;
}

.milestones h1{
  font-size: 46px;
color: #010101;
font-weight: 400;
font-family: "Inter";
text-align: center;
margin-bottom: 50px;
}

.milestones h6{
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 20px;
}

.milestones p{
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}

.our-team {
  filter: drop-shadow(0px 3px 17.5px rgba(186,182,182,0.55));
  background: #000;
  padding: 100px 0px;
}




.our-team h2{
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
  margin-bottom: 70px;
}

.our-team h2 span {
  font-size: 52px;
  color: #7261ff;
  font-family: "jedira-regular";
  margin-left:20px;
}


.our-team h6{
  font-size: 18px;
letter-spacing: 5px;
line-height: 25px;
text-transform: uppercase;
color: #ffffff;
font-weight: 400;
font-family: "Inter";
margin:20px 0px;
}

.our-team p{
  font-size: 18px;
line-height: 25px;
color: #ffffff;
font-weight: 300;
font-family: "Inter";
}

.our-team .drawline-left{
  height: 1.5px;
  width: 150px;
  background: linear-gradient(to right,  #f9751c 50%, #f4b641 50%);
  position: relative;
  z-index: 99;
  transform: rotate(90deg);
  margin-left: -40px;
  top:25px;
}

.help-clients {
  position: relative;
}

.help-clients h2{
  font-size: 52px;
  color: #7261ff;
  font-family: "jedira-regular";
}

.our-values{
  position:relative;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  
}

.our-values h2{
  font-size: 44px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
  
}
.our-values h2 span{
font-size: 52px;
color: #7261ff;
font-family: "jedira-regular";
}



.our-values p{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  margin-top:7px;
}

.our-values .wrapper {
  /* border-left: 1px solid red; */
  border-left-width: 2px;
  border-left-style: solid;
  border-image: linear-gradient(to bottom,  #f9751c 50%,  #f4b641  50%);
  border-image-slice: 1;
}

.our-values .wrapper h6{
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 30px;
}

.mb-100{
  margin-bottom: 100px;
}

.mb-70{
  margin-bottom: 70px;
}

.pl-20{
  padding-left: 20px;
}

.help-clients h2{
  font-size: 40px;
  color: #010101;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 30px;
}


.help-clients{
  background-image: url('/assets/images/About/business.jpg');
  background-position: right;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 40%;
}

.help-clients h2 span{
  font-size: 52px;
color: #7261ff;
font-family: "jedira-regular";
}

.p-80{
  padding:80px 0px;
}

.help-clients p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 45px;
}


#news{
  padding:80px 0px;
}

#news h5{
  font-size: 28px;
  line-height: 30px;
  color: #7261ff;
  font-weight: 400;
  font-family: "Inter";

}


#news p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
 margin-bottom: 20px;
}

#news .date{
margin: 15px 0px;
color:#f9751c;
}

#news .img-wrapper{
  overflow: hidden;
}


#news img:hover{
transform:scale(1.5);
transition: transform 1s ease;
}

#news .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

#news .img-wrapper:hover .overlay {
  opacity: 1;
}

#blogs{
  padding:80px;
}

#blogs .post-box {
  margin-bottom: 3.125rem;
  border: 1px solid #ecedef;
}

#blogs div#blog-standard .post-img {
  width: 100%;
  padding: 20px;
  height: auto;
}


#blogs div#blog-standard .post-info {
  text-align: left;
  padding: 20px;
}


#blogs .post-info > p + .post-info-bottom {
  margin-top: 1.5625rem;
}

#blogs .post-info-bottom {
  border-top: 1px solid #ecedef;
  border-bottom: 1px solid #ecedef;
  justify-content: space-between;
  padding: .75rem 0;
}

#blogs .post-box:hover {
  border: 1px solid #7261ff;
  transition: 0.3s;
  border-radius: 5px;
}

#blogs .post-info h3 a{
  font-size: 25px;
  line-height: 30px;
  color: #7261ff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 20px;
}

#blogs .post-info p{
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
 margin-top: 25px;
}

#blogs .post-info-bottom a {
  color: #000;
  font-weight: 400;
  font-family: "Inter";
}

#blogs .post-info-bottom .far,#blogs .post-info-bottom .fas{
  margin-right: 10px;
  color:#f9751c;
}

#blogs .post-info-bottom li{
  font-size: 14px;
  margin-right: 10px;
}

#blogs .widget2 {
  background-color: #f8f8f9;
  padding: 1.875rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}


#blogs .widget2  li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#blogs .widget2  li a{
  color:#000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter";
}

#blogs .widget2 h3{
  font-size: 25px;
  line-height: 30px;
  color: #7261ff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 20px;
}

.widget2 + .widget2 {
  margin-top: 3.125rem;
}



.widget2 > form input {
  background-color: #fff;
  width: 100%;
  border: 1px solid #e2e2e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  height: 3.4375rem;
  padding: 1rem 2.5rem 1rem 1.875rem;
}

.widget2 > form input:focus{

  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.widget2 > form button {
  position: absolute;
  right: 0;
  width: 2.5rem;
  bottom: 0;
  top: 0;
  background-color: transparent;
  border:none;
}

.widget2 > form {
  position: relative;
}

.widget2 > form button:hover{
  color: #7261ff;
}

.blog-mini-post.w-100 img{
  width: 85px;
  position: relative;
  top:7px;
}

.blog-mini-post-info h4 a{
  color:#000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter";
}

.blog-mini-post.w-100 {
  display: flex;
}
.blog-mini-post > a + .blog-mini-post-info {
  flex: 0 0 calc(100% - 3.75rem);
  max-width: calc(100% - 3.75rem);
  padding-left: 1.125rem;
}


.blog-mini-post  h4.mb-0 {
  line-height: 16px;
}

span.d-block.mini-post-date {
  color:#000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter";
}
.blog-mini-post i.far.fa-comments.thm-clr{
  margin-right: 10px;
  color:#f9751c;
}


.blog-mini-post.w-100 {
  display: flex;
  margin-bottom: 10px;
}

.tagclouds > a {
  color: #fff;
  display: inline-block;
  background-color:#777;
  margin: 0 4px 8px;
  font-size: 14px;
  padding: 5.5px 1.25rem;
  position: relative;
  z-index: 1;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
  color: #ffffff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  font-size: 18px;
  min-width: 44px;
  color: #242424;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: 2px solid #d4d4d4;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 0px 0px;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
  color: #ffffff;
  border-color:#f9751c ;
  background-color:  #7261ff;
}


/*faq*/


#faq{
  padding:70px 0px;
}

#faqTab  {
  display: flex;
  flex-direction: column;
}

#faqTab  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
  border:none !important;
}

#faqTab  .nav-link.active::after {
  left: 0;
  right: auto;
  width: 100px;
}

#faqTab  .nav-item{
  position: relative;
}

#faqTab .nav-link::after {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  bottom: -1px;
  height: 3px;
  width: 0;
  transition: .33s;
  background: #fdce0c;
}

#faqTab .nav-link {
  
  cursor: default;
  font-size: 28px;
  line-height: 30px;
   color: #000;
  font-weight: 400;
  font-family: "Inter";
}
#faqTab .nav-link.active{
  color: #7261ff;
}


#faqTab .nav-item{
  margin-top: 11px;
}

#faqTab .nav-item{
  border-bottom: 1px solid #d7d7d7 !important;
}

#faqTab .nav-link:hover{
  color: #fdce0c;
}

#faqTab .nav-link{
  padding:15px 2px;
}


.accordion-item.active {
  box-shadow: 0 0 24px 0 rgba(75, 81, 91, 0.12);
  background: #ffffff;
  border-color: #ffffff;
  transition: .15s ease;
}

.accordion-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid #d7d7d7;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-radius: 10px;
  transition: .35s ease;
  margin-top: 30px;
  border-top:1px solid #d7d7d7 !important;
}

.accordion-button:not(.collapsed)::after {
  content: 'X';
  background-image: none !important;
  transform: rotate(-180deg);
  background-color: #fdce0c;
  height: 26px;
  width: 26px;
  color: #fff;
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.accordion-button {
background-color: #fff !important;
box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f8f9;
  box-shadow: none !important;
  
}

.accordion-item h2 button{
  cursor: default;
  font-size: 28px;
  line-height: 30px;
   color: #000;
  font-weight: 400;
  font-family: "Inter";
  padding:25px 35px 25px 35px;
}

.accordion-button:not(.collapsed) {
  color: #7261ff;
}

.accordion-body{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
 
}

.accordion-button:focus{
  border:none !important;
}


.heading-webistedevelopement {
 
    
    font-size: 58px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    position: absolute;
    bottom: 4%;
    left: 5%;
}

.heading-webistedevelopement  span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";
}


.introtextwebsitedevelopement{
  padding:100px 0px;
  background-color: #f4f4f4;
}

.introtextwebsitedevelopement h2{
  font-size: 44px;
  color: #010101;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
}
.introtextwebsitedevelopement p{
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}

.introtextwebsitedevelopement p:first-child{
  margin-bottom: 30px;
}

.marquee .main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee .slide-har {
  position: relative;
}

.marquee .slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 150s linear infinite;
  animation: slide-har 150s linear infinite;
  animation-delay: 2s;
}

.marquee .main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee .main-marq.xlg-pading .item {
  padding: 0 30px !important;
}
.marquee .main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  
}

.marquee h4 {
  font-size: 120px;
color: #ffffff;
font-weight: 500;
font-family: "Inter";
}

.marquee h4 span{

  font-size: 120px;
  color: #7261ff;
  font-family: "jedira-regular";
}

.marquee{
  padding:60px 0;
  background-color: #000;
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    
  }
  
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.our-process{
  padding:80px 0px;
}


.our-process h2{
  font-size: 44px;
  color: #010101;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
}

.our-process h2 span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";
}


.our-process p{
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}



.our-process .img-wrapper  {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 9px; */
  border: 2px solid #f9751c;
  border-radius: 50%;
}


.our-process .img-wrapper {
  position: relative;
  top:-57px;
}

.our-process .img-wrapper img{
 
  height: 40px;
  width: 40px;
 
}

.our-process .first-row{
  margin-bottom: 90px;
}

section.our-process ul{
  padding: 0;
}

section.our-process ul li{
  margin-top: 5px;
 
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Inter";

}
section.our-process ul li em{
  margin-right: 10px;
font-size:14px;
}

section.our-process p.heading {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
  
}



section.our-process .col-lg-3.col-md-3.col-12:hover{
background-color: #000;
transition: all ease 0.8s;
}

section.our-process .col-lg-3.col-md-3.col-12:hover .img-wrapper{
  background-color: #7261ff;
  border:1px solid #7261ff;
  transition: all ease 0.8s;
}


 
section.our-process .col-lg-3.col-md-3.col-12:hover p.heading{
  color:  #7261ff;
  transition: all ease 0.8s;
}

section.our-process .col-lg-3.col-md-3.col-12{
  padding:20px;
  position: relative;
}
 
section.our-process .col-lg-3.col-md-3.col-12:hover ul li{
  color:#fff;
  transition: all ease 0.8s;
}

section.our-process .col-lg-3.col-md-3.col-12:hover ul li .bi-play-fill{
  color: #7261ff;
  transition: all ease 0.8s;
}


section.our-process .col-lg-3.col-md-3.col-12 .card-arrow{
  width: 170px;
  /* float: right; */
  position: absolute;
  top: -37px;
  right: 17px;
}


section.our-process  .row .col-lg-3:nth-child(even) svg {
 
  transform: rotate(180deg);
}


.gettoolsneeded {
  background-image: url('../images/WebsiteDevelopment/bg.jpg');
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
}


.gettoolsneeded h2{
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 50px;
}

.gettoolsneeded h2 span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";

}

.technology-stack h2{
  font-size: 40px;
  color: #000;
  font-weight: 400;
  font-family: "Inter";
 
}
.technology-stack h2 span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";

}

.technology-stack{
  padding:90px 0;
  background-color: #f4f4f4;
}

.technology-stack p{
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
}

.technology-stack button.slick-prev.slick-arrow,.technology-stack button.slick-next.slick-arrow {
  display: none  !important;
}


.technology-stack .slick-slide {
  width: 96px !important;
  height: 96px !important;
  
  display: flex !important;
  justify-content: center;
  padding: 20px 10px;
  margin-right: 30px;
 
}

.technology-stack .slick-slide img{
  width: 76% !important;
}

.technology-stack .first-row{
  margin-bottom: 80px;
}


.responsivedesign{
  background-image: url('../images/WebsiteDevelopment/bg-project.jpg');
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
  padding:200px 0;
}

.responsivedesign h2{
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 40px;
}

.responsivedesign h2 span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";
}

.responsivedesign p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter";
}

.orangetext{
 
  letter-spacing: 6px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f9751c !important;

}

.responsivedesign .col-lg-4{
  position: relative;
  left: 7.5%;
}

.responsivedesign {
  display: flex;
  position: relative;
}

.responsivedesign .laptopimg{
position: absolute;
top:50%;
right:0;
transform: translateY(-50%);
z-index: 2;
}

.responsivedesign .laptopimg img{
  width: 725px;
  height:451px;
}

.responsivedesign .tabimg{
  position: absolute;
  top: 8%;
  right:35%;
  z-index: 1;
}

.responsivedesign .tabimg img{
  width: 340px;
  height:461px;
}

.mobileimg {
  position: absolute;
  right: 40%;
  top: 40%;
  z-index: 3;
}

.mobileimg img{
  width: 187px;
  height: 352px;
  border-radius: 10px;
}

/*featured project*/





/*featured project*/

#ContentPlaceHolder1_featuredproject {
    height: auto;
    padding: 25px 0 80px 0;
}

    #ContentPlaceHolder1_featuredproject .bootomborderproj {
        border-bottom: 1px solid #e8e8e8;
    }

    #ContentPlaceHolder1_featuredproject .singleimageborder {
        border-right: 1px solid #e8e8e8;
    }

    #ContentPlaceHolder1_featuredproject .laptopimg {
        max-width: 873px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 991;
        max-height: 550px;
        width: 100%;
        height: auto;
    }
    /* .projectslidimg{
  width: 100%;
} */
    #ContentPlaceHolder1_featuredproject .projectslider {
        width: 100%;
    }

    #ContentPlaceHolder1_featuredproject .projectimg {
        width: 100%;
    }

    #ContentPlaceHolder1_featuredproject .rio-promos {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 19px;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide {
        margin: 0 5px;
    }

    #ContentPlaceHolder1_featuredproject .slick-list {
        margin: 0px -5px 0px -5px;
    }

    #ContentPlaceHolder1_featuredproject button.slick-next {
         position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20%;
    height: auto;
    display: block;
    transform: rotate(0deg);
    transition: all 0.6s;
    opacity: 0;
    background: #f2f3f2;
    bottom: 0;
    }

    #ContentPlaceHolder1_featuredproject button.slick-prev {
        position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20%;
    height: auto;
    display: block;
    transform: rotate(0deg);
    transition: all 0.6s;
    opacity: 0;
    background: #f2f3f2;
    bottom: 0;
    }

   

    

    #ContentPlaceHolder1_featuredproject .rio-promos img {
        height: 380px;
        width: 647px;
        margin: 0 auto;
    }
    /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
    /* Slider */
    #ContentPlaceHolder1_featuredproject .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    #ContentPlaceHolder1_featuredproject .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        #ContentPlaceHolder1_featuredproject .slick-list:focus {
            outline: none;
        }

        #ContentPlaceHolder1_featuredproject .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    #ContentPlaceHolder1_featuredproject .slick-slider .slick-track,
    #ContentPlaceHolder1_featuredproject .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #ContentPlaceHolder1_featuredproject .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        #ContentPlaceHolder1_featuredproject .slick-track:before,
        #ContentPlaceHolder1_featuredproject .slick-track:after {
            display: table;
            content: '';
        }

        #ContentPlaceHolder1_featuredproject .slick-track:after {
            clear: both;
        }

    #ContentPlaceHolder1_featuredproject .slick-loading .slick-track {
        visibility: hidden;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    #ContentPlaceHolder1_featuredproject [dir='rtl'] .slick-slide {
        float: right;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide img {
        display: block;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide.slick-loading img {
        display: none;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide.dragging img {
        pointer-events: none;
    }

    #ContentPlaceHolder1_featuredproject .slick-initialized .slick-slide {
        display: block;
    }

    #ContentPlaceHolder1_featuredproject .slick-loading .slick-slide {
        visibility: hidden;
    }


    #ContentPlaceHolder1_featuredproject .slick-slide.slick-active.slick-center img {
        filter: grayscale(0);
        transition: all 0.6s;
        width: 643px !important;
        height: 400px !important;
        left: 38px;
        margin: 38px 0 !important;
    }

    #ContentPlaceHolder1_featuredproject .slick-slide img {
        filter: grayscale(100);
        transition: all 0.6s;
    }

    #ContentPlaceHolder1_featuredproject .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    #ContentPlaceHolder1_featuredproject .slick-arrow.slick-hidden {
        display: none;
    }



    #ContentPlaceHolder1_featuredproject .slick-loading .slick-list {
        background: #fff url('https://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
    }

    #ContentPlaceHolder1_featuredproject .rio-promos img {
        height: 380px;
        width: 583px;
        margin: 0 auto;
        position: relative;
        margin-top: 60px;
        top: 140%;
    }


    #ContentPlaceHolder1_featuredproject h2 {
        font-size: 44px;
        color: #010101;
        font-weight: 400;
        font-family: "Inter";
        line-height: 50px;
        margin-bottom: 40px;
    }

        #ContentPlaceHolder1_featuredproject h2 span {
            color: #7261ff;
            font-size: 64px;
            font-family: "jedira-regular";
        }

#ContentPlaceHolder1_featuredproject {
    padding: 70px 0 138px 0;
}


/*#featuredproject {
  height: auto;
  padding: 25px 0 80px 0;
}

#featuredproject .bootomborderproj {
  border-bottom: 1px solid #e8e8e8;
}

#featuredproject .singleimageborder {
  border-right: 1px solid #e8e8e8;
}

#featuredproject .laptopimg {
  max-width: 873px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  max-height: 550px;
  width: 100%;
  height: auto;
}*/
/* .projectslidimg{
  width: 100%;
} */
/*#featuredproject .projectslider {
  width: 100%;
}

#featuredproject .projectimg {
  width: 100%;
}

#featuredproject .rio-promos {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 19px;
}

#featuredproject .slick-slide {
  margin: 0 5px;
}

#featuredproject .slick-list {
  margin: 0px -5px 0px -5px;
}

#featuredproject button.slick-next {
  position: absolute;
  top: 60%;
  right: -14px;
  width: 13px;
  height: 20px;
  background-image: url("../images/left-right-arrow.png");
  background-size: cover;
  display: none;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.6s;
  opacity: 1;
}

#featuredproject button.slick-prev {
  position: absolute;
  top: 40%;
  right: -14px;
  z-index: 1;
  width: 13px;
  height: 20px;
  background-image: url("../images/left-right-arrow.png");
  background-size: cover;
  background-position-x: right;
  display: none;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.6s;
  opacity: 1;
}

#featuredproject .slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

#featuredproject .slick-arrow.slick-disabled {*/
  /*opacity: 0;*/
  /*transition: all 0.6s;
  height: 0;
  width: 0;
}

#featuredproject .rio-promos img {
  height: 380px;
  width: 647px;
  margin: 0 auto;
}*/
/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
/*#featuredproject .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#featuredproject .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#featuredproject .slick-list:focus {
      outline: none;
  }

  #featuredproject  .slick-list.dragging {
      cursor: pointer;
      cursor: hand;
  }

  #featuredproject .slick-slider .slick-track,
  #featuredproject .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#featuredproject .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#featuredproject .slick-track:before,
#featuredproject .slick-track:after {
      display: table;
      content: '';
  }

  #featuredproject .slick-track:after {
      clear: both;
  }

  #featuredproject .slick-loading .slick-track {
  visibility: hidden;
}

#featuredproject .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

#featuredproject [dir='rtl'] .slick-slide {
  float: right;
}

#featuredproject .slick-slide img {
  display: block;
}

#featuredproject .slick-slide.slick-loading img {
  display: none;
}

#featuredproject .slick-slide.dragging img {
  pointer-events: none;
}

#featuredproject .slick-initialized .slick-slide {
  display: block;
}

#featuredproject .slick-loading .slick-slide {
  visibility: hidden;
}


#featuredproject .slick-slide.slick-active.slick-center img {
  filter: grayscale(0);
  transition: all 0.6s;
  width: 668px !important;

  height: 400px !important;
  left:14px;
  margin: 40px 0 !important;
}

#featuredproject .slick-slide img {
  filter: grayscale(100);
  transition: all 0.6s;
}

#featuredproject .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#featuredproject .slick-arrow.slick-hidden {
  display: none;
}



#featuredproject .slick-loading .slick-list {
  background: #fff url('https://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

#featuredproject .rio-promos img {
  height: 380px;
  width:583px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  top: 140%;
}


#featuredproject h2{
  font-size: 44px;
  color: #010101;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
  margin-bottom: 40px;
}

#featuredproject h2 span{
  color: #7261ff;
  font-size: 64px;
  font-family: "jedira-regular";
}

#featuredproject {
  padding: 70px 0 138px 0;
}*/

/*contact*/

.address{
  background: #000;
  padding: 70px 0px;
}

.address h6{
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f9751c;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 30px;
  position: relative;
}

.mail-phone{
  display: block;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 30px;
}


.address p{
  display: block;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 20px;
  padding-right: 50px;
}

.address i.fa-brands {
  font-size: 20px;
}

.address ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.address ul li{
 
  margin-right: 20px;
  border: 1px solid #f9751c;
  padding: 8px 10px;
  border-radius: 31px;
}

.address ul li i.fa-brands.fa-twitter{
  color: #00ffef;
}
.address ul li i.fa-brands.fa-instagram{
  color: #dc2c4a;
}



.address ul li i.fa-brands.fa-facebook{
color: #1f1fba;

}
.address h6:before {
  position: absolute;
  left: -13%;
  content: '';
  width: 40px;
  background: #f9751c;
  height: 2px;
  top: 9px;
}

.map{
  padding:70px 0;
}

.websolutions-list .box {
  position: relative;
  z-index: 1;
  transition: all 1s ease;
}

.websolutions-list .color-overlay {
  position: absolute;
  background: #7261ff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.websolutions-list .contentonimg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 91%;
  padding: 20px 25px;
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.websolutions-list .contentonimg img {
  width: 67px;
  margin-bottom: 25px;
}

.websolutions-list h6 {
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Inter";
}


.websolutions-list p.white-text {
  color: #fff;
  margin-bottom: 40px;
  
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
   
    margin: 0;

}


.websolutions-list .box:hover {
  z-index: 99999;
  margin-top: -20px;
}

.websolutions-list .box:hover .color-overlay{
  opacity:1
}

.websolutions-list{
  padding:70px 0;
  background-color: #fff;

}




#Sitemap-satco .sitemap-grid {
    padding-top: 0px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: initial;
    justify-content: center;
}

div.grid.sitemap {
    display: block !important;
    padding-inline: 0 !important;
}


#SitemapPage {
    padding: 30px 0px;
}

    #SitemapPage h2 {
        position: relative;
        color: #fbad1a;
        /* font-family: "Gotham"; */
        font-family: 'Inter';
        /* font-weight: 600; */
        margin-bottom: 40px;
    }

    #SitemapPage h4 a {
        color: #fbad1a !important;
        font-size: 20px !important;
        font-family: 'Inter';
        font-weight: 400;
        line-height: 30px;
    }

    #SitemapPage .text-base .type-header, .text-base.type-header {
        font-size: 3.2rem;
        line-height: 3.6rem;
        letter-spacing: -0.006em;
    }

    #SitemapPage .sitemap {
        margin-top: 20px;
    }

    #SitemapPage .sitemap-grid {
        padding-top: 0px;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: initial;
        justify-content: center;
    }

    #SitemapPage .sitemap-columns:nth-child(4n-7) {
        border-left: none;
    }

    #SitemapPage .sitemap-columns ul {
        padding-inline-start: 0px;
    }

    #SitemapPage .sitemap li.level-1 {
        margin: 0px;
        padding-left: 16px;
        font-size: 1.2em;
    }

    #SitemapPage .sitemap h2, .sitemap h3, .sitemap h4, .sitemap h5, .sitemap h6 {
        font: inherit;
        text-align: inherit;
        padding: 0px;
        margin: inherit;
        margin-bottom: 0px;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    #SitemapPage .sitemap li.level-1 ul {
        padding-left: 16px;
        margin: 10px 0 0 0;
    }

    #SitemapPage .sitemap-columns ul {
        padding-inline-start: 0px;
    }

    #SitemapPage .sitemap li.level-2 {
        font-size: 1.9rem;
    }

    #SitemapPage .sitemap li {
        font-family: 'Inter';
    }

    #SitemapPage .sitemap h2, .sitemap h3, .sitemap h4, .sitemap h5, .sitemap h6 {
        font: inherit;
        text-align: inherit;
        padding: 0px;
        margin: inherit;
        margin-bottom: 0px;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    #SitemapPage .sitemap li a {
        color: #5b5252;
        font-size: 16px;
    }

    #SitemapPage .sitemap li.level-1 ul {
        padding-left: 16px;
        margin: 10px 0 0 0;
    }

    #SitemapPage .sitemap-columns ul {
        padding-inline-start: 0px;
    }

    #SitemapPage .sitemap li.level-3 {
        font-size: 1.6rem;
    }

    #SitemapPage .sitemap li {
        font-family: 'Inter';
    }

    #SitemapPage .icon-list li {
        padding: 0 0 10px 0;
        display: block;
        position: relative;
        line-height: 1.31em;
        margin-bottom: 0;
    }

    #SitemapPage ul li {
        list-style-type: disc;
    }

    #SitemapPage .sitemap h2, .sitemap h3, .sitemap h4, .sitemap h5, .sitemap h6 {
        font: inherit;
        text-align: inherit;
        padding: 0px;
        margin: inherit;
        margin-bottom: 0px;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    #SitemapPage .sitemap-columns:nth-child(n+2) {
        border-left: solid 2px #dbdcdc;
    }

    #SitemapPage .sitemap-columns {
        padding: 20px;
        list-style: none;
    }

        #SitemapPage .sitemap-columns:nth-child(n+2) {
            border-left: solid 2px #dbdcdc;
        }

    #SitemapPage .sitemap-columns {
        padding: 20px;
        list-style: none;
    }

        #SitemapPage .sitemap-columns:nth-child(n+2) {
            border-left: solid 2px #dbdcdc;
        }

    #SitemapPage .sitemap-columns {
        padding: 20px;
        list-style: none;
    }

    #SitemapPage a {
        text-decoration: none;
    }

    #SitemapPage .sitemap-grid {
        /*  grid-template-columns: repeat(1, 1fr);*/
    }

@media screen and (max-width: 991px) {
    #SitemapPage .sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1199px) {
    #SitemapPage .sitemap-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 414px) {
    #SitemapPage .sitemap-columns:nth-child(-n+4) {
        border-left: none;
    }
}

@media screen and (max-width: 768px) {
    #SitemapPage .sitemap-columns:nth-child(4n+1) {
        border-left: none;
    }
}

@media screen and (max-width: 1199px) {
    #SitemapPage .sitemap-columns:nth-child(3n+1) {
        border-left: none;
    }
}

@media screen and (max-width: 1199px) {
    #SitemapPage .sitemap-columns:nth-child(4n-7) {
        border-left: solid 2px #dbdcdc;
    }
}

#SitemapPage .sitemap-columns:nth-child(4n-7) {
    border-left: none;
}

@media screen and (max-width: 414px) {
    #SitemapPage .sitemap-columns {
        padding: 20px 40px;
        border-bottom: solid 2px #dbdcdc;
    }
}

@media screen and (max-width: 414px) {
    #SitemapPage .sitemap-columns:nth-child(even) {
        border-left: none;
    }
}

@media screen and (max-width: 768px) {
    #SitemapPage .sitemap-columns:nth-child(4n+1) {
        border-left: none;
    }
}

@media screen and (max-width: 414px) {
    #SitemapPage .sitemap-columns:nth-child(even) {
        border-left: none;
    }
}

@media screen and (max-width: 991px) {
    #SitemapPage .sitemap-columns:nth-child(even) {
        border-left: solid 2px #dbdcdc;
    }
}

@media screen and (max-width: 991px) {
    #SitemapPage .sitemap-columns:nth-child(n+2) {
        border-left: none;
    }
}

@media screen and (max-width: 1199px) {
    #SitemapPage .sitemap-columns:nth-child(3n+1) {
        border-left: none;
    }
}

#SitemapPage .row-sitemapheading {
    padding: 30px 0px;
}

    #SitemapPage .row-sitemapheading h2 {
        position: relative;
        color: #fbad1a;
        /* font-family: "Gotham"; */
        font-family: 'Inter';
        font-weight: 600;
    }

.nav-2023 ~ #main-content .nav-first-module-adjustment {
    padding-top: var(--nav-height) !important;
}


section.our-team img:hover {
    transform: scale(1.1);
    transition: 1s all ease;
}

section.our-team .img-wrapper{
overflow:hidden
}
 


img.about-img {
width:80px;
}





#TestimonialsListing {
    padding: 70px 0;
}


    #TestimonialsListing .testimonial-wrapper:hover {
        position: relative;
        top: -8px;
        transition: all .9s !important;
    }

    #TestimonialsListing .testimonial-wrapper {
        padding: 20px 20px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    #TestimonialsListing img {
        height: 84px;
        width: 84px;
        margin-bottom: 20px;
    }

    #TestimonialsListing p {
        color: #000;
        line-height: 1.8;
        font-size: 16px;
        font-weight: 300;
    }


        #TestimonialsListing p.client-name {
            font-size: 16px;
            letter-spacing: 5px;
            line-height: 25px;
            text-transform: uppercase;
            color: #f9751c;
            font-weight: 400;
            font-family: "Inter";
            margin-bottom: 20px;
        }

    #TestimonialsListing .mb-3 {
        margin-bottom: 40px !important;
    }

#OpenProjectBookpopup .submit-btn{
  background-color: #7261ff !important;
    border-radius: 26px !important;
    color: white;
    padding: 7px 10px;
    border: 1px solid #7261ff !important;
    height: 40px;
    width: 40px;
}

.our-clientslider.left.slick-initialized.slick-slider button.slick-arrow {
display:none !important;
}

.our-clientslider-right.slick-initialized.slick-slider button.slick-next.slick-arrow {
display:none !important;
}

.gettoolsneeded{
position:relative;
}

.gettoolsneeded .container-onimg{
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

.gettoolsneeded .bgimg{
 height: 650px;
}

div#rotatingsvg {
    position: absolute;
    right: 5%;
    top: 15%;
    z-index: 5;
}

div#rotatingsvg img {
position:absolute;
top:45%;
right:37%;
width:40px;
}

div#rotatingsvg text{
font-family: "Inter";
text-transform:uppercase;
letter-spacing:7px;

}


#rotatingsvghomepage {
 position: absolute;
    right: 5%;
    top: 50%;
    z-index: 5;
}


#rotatingsvghomepage img {
position:absolute;
top:45%;
right:37%;
width:40px;
}

#rotatingsvghomepage text{
font-family: "Inter";
text-transform:uppercase;
letter-spacing:7px;

}

.our-values .contentonimg{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
padding:0px 0px;

}


   #about-section .rotate-box {
      position: relative;
      width: 600px;
      height: 600px;
      display: block;
      margin: 0 90px 0 auto;
      bottom: 0px;left:-30px }
      #about-section .rotate-box .num {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-family: 'Instrument Serif', serif; }
        #about-section .rotate-box .rotate-text {
        -webkit-animation: rotateText 20s linear infinite;
        animation: rotateText 20s linear infinite;
        font-weight: 400;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        border-radius: 50%; }
        #about-section .rotate-box .rotate-circle {
        background-color: transparent;
        -webkit-backdrop-filter: blur(75px);
        backdrop-filter: blur(75px);
        width:540px;
        height:540px;
        bottom:33px;
        left:30px;
        font-size: 20px;
    color: #000;
    text-transform: none;
    letter-spacing: 1.5px;
    font-weight: 500;
        }
       


        #about-section .rotate-box h1{
            font-size: 177px;
    line-height: 41px;
    filter: drop-shadow(0px 8px 12px rgba(31, 31, 31, 0.91));
    transform: translate(-50%, -50%);
    color: #7261ff;
        }
        #about-section .rotate-box p{
            font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
        }
    



        #about-section .rotate-box .rotate-circle svg {
          /* width: 220px;
          height: 220px; */
         
          /* -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.9);*/ } 


@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
    #about-section .number{
      position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 177px;
    line-height: 41px;
    filter: drop-shadow(0px 8px 12px rgba(31, 31, 31, 0.91));
    transform: translate(-50%, -50%);
    color: #7261ff;
    }
    #about-section .desc{
        font-size: 19px;
        position: absolute;
    top: 66%;
    font-weight:600;
    filter: drop-shadow(0px 8px 12px rgba(31, 31, 31, 0.91));
    color: #7261ff;
    line-height: 20px;
    text-transform: uppercase;
    width:100%;
    text-align: center;
    }






#ContentPlaceHolder1_faq_cat .acc-content {
    display: none;
}

    #ContentPlaceHolder1_faq_cat .acc-content.current {
        display: block !important;
        /* Ensure visibility */
    }

#ContentPlaceHolder1_faq_cat .acc-btn {
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 400;

  letter-spacing: 4px;
    text-transform: uppercase;
   
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Inter";


}

    #ContentPlaceHolder1_faq_cat .acc-btn.smalltext:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: #66666661;
        height: 1px;
    }

#ContentPlaceHolder1_faq_cat .accordions {
    margin-bottom: 20px;
}

    #ContentPlaceHolder1_faq_cat .accordions .acc-btn:before {
        position: absolute;
        /*right: 35px;*/

        right: 0px;
        top: 2px;
        height: 30px;
        font-size: 14px;
        color: #000;
        line-height: 30px;
        content: "\2b";
        font-family: "font awesome 6 free";
        transition: all 100ms ease;
        font-weight: 900;
    }


    #ContentPlaceHolder1_faq_cat .accordions .acc-btn.active:before {
        color: #000;
        content: "\f068";
        font-weight: 900;
        font-family: "font awesome 6 free";
    }

    #ContentPlaceHolder1_faq_cat .accordions .contents {
        margin: 20px 0;
    }

        #ContentPlaceHolder1_faq_cat .accordions .contents p {
            margin: 0;
              font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter";
        }


#ContentPlaceHolder1_faq_cat .accordion-animation {
    transition: 1s ease;
}
 
#ContentPlaceHolder1_faq_cat{
padding:60px 0;

}


#ContentPlaceHolder1_faq_cat h2{
  font-size: 44px;
  color: #010101;
  font-weight: 400;
  font-family: "Inter";
  line-height: 50px;
  text-align:center;
margin-bottom:20px;
}

#ContentPlaceHolder1_faq_cat h2 span{
  color: #7261ff;
  font-size: 43px;
  font-family: "jedira-regular";
}

.box-animation{
padding: 20px;
    position: relative;
}

.box-animation:hover{
background-color: #000;
transition: all ease 0.8s;
}

.box-animation:hover .img-wrapper{
  background-color: #7261ff;
  border:1px solid #7261ff;
  transition: all ease 0.8s;
}

.box-animation:hover p.heading{
  color:  #7261ff;
  transition: all ease 0.8s;
}

.box-animation:hover ul li .bi-play-fill{
  color: #7261ff;
  transition: all ease 0.8s;
}


.box-animation .card-arrow{
  width: 42px;
  /* float: right; */
  position: absolute;
  top: -37px;
  right: 109px;
}

.box-animation:nth-child(even) svg {
 
  transform: rotate(180deg);
}

.box-animation:hover ul li {
    color: #fff;
    transition: all ease 0.8s;
}

.box-animation{
width:20% !important;

}

.box-animation .card-arrow img {
    width: 158px !important;
}

.box-animation:nth-child(even) .card-arrow img {
    position: relative;
    top: 29px;
}


#enquiry-form select{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #999999;
    padding-left: 0;
    color: #999999;
   font-size:16px !important;

}


#enquiry-form .custom-user-box-left label{
top:0 !important;
}

#enquiry-form input[type=submit]{
position:relative;
}

#enquiry-form i{
position:absolute;
top:13px;
right:11px;
color: white;
font-size: 18px;
}




p.submit-btnpopup {

font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 15px;

}






/*change by roshan*/ 

#rotatingsvghomepage-section {
    position: absolute;
    right: 2%;
    /*right: 50%;*/
    top: 60%;
    z-index: 5;
}

#rotatingsvghomepage-section img {
    position: absolute;
    top: 45%;
    right: 37%;
    width: 40px;
}



#rotatingsvghomepage-section text {
    font-family: "Inter";
    text-transform: uppercase;
    letter-spacing: 7px;
}


/*change by roshan youtube popup play profile video*/ 
.video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}





.banner-video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1800 / 525; /* Same as image banner */
    overflow: hidden;
    position: relative;
}

    .banner-video-wrapper video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }


.custom-user-box-left input:focus + span + label,
.custom-user-box-left input:not(:placeholder-shown) + span + label {
    top: -20px;
  
}

.custom-user-box-left input:focus ~ label,
.custom-user-box-left.filled label {
  top: -20px;
 
}



