@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");

/*==========Banner CSS Start==========*/

.sticky-header-one .header-bottom-one {
    padding: 9px 0px;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: 0.3s;
}
h1.h1-title {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    color: #ffffff;
    font-weight: 800;
    line-height: 90px;
}
h2.for span {
    position: relative;
    width: 35px;
    height: 5px;
    display: flex;
    margin-right: 10px;
}
h2.for span::before {
    top: 24px;
    left: -42px;
}
h2.for span::after {
    bottom: -26px;
    animation-name: lineAnimReverse;
    right: 37px;
}
h2.for span::before{
    content: "";
    height: 2px;
    width: 25px;
    background-color: #5956e9;
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: lineAnim;
}
h2.for span::after{
    content: "";
    height: 2px;
    width: 25px;
    background-color: #5956e9;
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes lineAnim {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(60%);
  }
  75% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes lineAnimReverse {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(-60%);
  }
  75% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*==========Banner CSS End==========*/

/*==========About CSS Start==========*/

p.about {
    font-weight: 500;
    color: #181717;
    font-family: "Fira Sans", sans-serif;
    text-align: justify;
    font-size: 16px;
}
.google-rating-text span a {
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 10px;
}

h2.h2-subtitle-one {
    position: relative;
    font-family: "Fira Sans";
    font-size: 26px;
    color: #3f3a7a;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 39px;
    display: inline-block;
}
h2.h2-title span{
    color: #FE5A0E;
    font-family: 'Rajdhani';
    background: linear-gradient(to left, #2a274c, #2a274c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.second-about {
    top: 67%;
    right: 0;
    bottom: 0;
}
.about-text {
    position: absolute;
    left: 30px;
    width: 261px;
    text-align: center;
    padding: 95px 0 0;
    height: 260px;
}
.about-text h3 {
    color: #fff;
    font-size: 44px;
    font-family: 'Rajdhani';
    font-weight: 600;
}
.about-text h3 sub {
    font-size: 22px;
    bottom: 0;
    font-weight: 600;
}
.about-text span {
    font-size: 19px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: -18px;
    margin-top: -10px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Rajdhani';
}

.about__img-inner.st-3 {
    margin-right: 30px;
    max-width: 570px;
}
.p-relative {
    position: relative;
}
.about__img-inner img {
    border-radius: 0;
    transition: all 0.5s ease-out 0s;
    border: none;
}
.about3-main-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.about-3-s3 {
    position: absolute;
    bottom: -26px;
    right: 80px;
}
.about__img-inner{
    -webkit-animation-name: up-down;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
}
.about__img-inner:after{
    position: absolute;
    z-index: -1;
    content: '';
    top: 106%;
    left: 7%;
    height: 35px;
    width: 76%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%);
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*==========About CSS End==========*/

/*==========Products CSS Start==========*/

.portfolio-box-one {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 29%);
}
.portfolio-hover-one .h3-title {
    color: #ffffff;
    font-family: "Fira Sans";
    text-transform: uppercase;
}

.content-overlay {
    position: absolute;
    top: 7%;
    left: 5%;
    width: 0%;
    height: 86%;
    background-color: #14113ae6;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.content-overlay .content .links a.image-preview {
    margin-right: 12px;
}
.content-overlay .content .links a {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}
.content-overlay .content .info {
    position: absolute;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}
.content-overlay .content .info .tag {
    margin-bottom: 0px;
    color: #fafafa;
    font-weight: 400;
    font-size: 26px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s;
    font-family: "Fira Sans";
    text-transform: uppercase;
}
.content-overlay .content .info .project-name {
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0px;
    color: #fafafa;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}
.portfolio-box-one:hover .content-overlay {
    opacity: 1;
    width: 90%;
}
.portfolio-box-one:hover .content-overlay .content .info .tag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
.portfolio-box-one:hover .content-overlay .content .info .project-name {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.portfolio-box-one:hover .content-overlay .content .links a {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

/*==========Products CSS End==========*/

/*==========Footer CSS Starts==========*/

.footer-copyright-one p {
    color: #fff;
    font-family: "Fira Sans";
    font-size: 16px;
}
.footer-copyright-one p span a {
    color: #5754e4;
    text-transform: uppercase;
    font-weight: 600;
}
.text-center {
    text-align: center!important;
}
.w-100 {
    width: 100%!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
footer .logo a {
    display: inline-block;
    max-width: 9.0625rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.logo + .footer-data {
    margin-top: 2.1875rem;
    padding-top: 2.8125rem;
    border-top: 1px solid rgba(255,255,255,.2);
}
.widget {
    margin-bottom: 3.125rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.widget ul li a{
    color: #fff;
    font-family: 'Fira Sans';
    font-size: 18px;
}
.widget ul li{
    color: #fff;
}
.widget ul li i {
    margin-right: 8px;
    font-size: 20px;
}
.widget ul li + li {
    margin-top: 10px;
}
.widget > h4{
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
}
.newsletter > input {
    height: 3.25rem;
    font-size: 1.0625rem;
    padding: 10px 1.25rem;
}
.newsletter button {
    height: 2.8125rem;
    line-height: initial;
    right: 3.5px;
    top: 3.5px;
}
.thm-btn {
    border: 2px solid #ffaf00 !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 10.5px 2.1875rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    -webkit-box-shadow: 0 6px 1rem 0px rgb(16 1 148 / 18%);
    box-shadow: 0 6px 1rem 0px rgb(16 1 148 / 18%);
}
.thm-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: var(--color3);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
}
.thm-btn:hover{
    color: #5956e9;
}
.newsletter button i {
    margin-right: 0;
}
.social-links2 > a {
    display: inline-block;
    max-width: 2.9375rem;
    overflow: hidden;
    position: relative;
    max-height: 2.9375rem;
    color: #fff;
}
.social-links2 > a svg {
    height: 100px;
    width: 100px;
    -webkit-transform: scale(.47);
    transform: scale(.47);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    fill: #3b379bf2;
}
.social-links2 > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.social-links2 > a:hover{
    color: #030216;
}

.widget_footer p i{
    margin-right: 8px;
}

/*==========Footer CSS End==========*/

/*==========Why Choose Us CSS Starts==========*/

p.why {
    font-family: "Fira Sans";
}
h3.h3-title {
    font-family: "Rajdhani";
    font-size: 23px;
    color: #161616;
    line-height: 35px;
    font-weight: 700;
        /*text-transform: uppercase;*/
}
p.why-1{
    font-family: "Fira Sans";
    font-size: 16px;
    text-align: justify;
    color: #000;
    padding: 0 37px 0 0px;
}
h2.h2-subtitle-one1{
   position: relative;
    font-family: "Fira Sans";
    font-size: 26px;
    color: #5956e9;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 39px;
    display: inline-block;
    margin-right: 46%;
}


h2.h2-title-1{
    font-family: 'Rajdhani', sans-serif;
    color: #161616;
    font-weight: 800;
    padding-bottom: 25px;
    padding-top: 50px;
    margin-right: 20px;
    text-align: justify;
    font-size: 41px;
}
/*==========Why Choose Us CSS End==========*/

/*==========Form CSS Starts==========*/
.get-in-touch-form-one {
    padding: 30px;
    background-color: #14113a;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0px 0px 0px 7px rgb(21 18 60 / 48%), 0px 0px 0px 15px rgb(52 50 142 / 36%), 0px 0px 0px 24px rgb(41 38 112 / 20%);
}
.portfolio-detail-info-blur1 {
    position: absolute;
    top: -130px;
    left: -83px;
    z-index: -1;
}
.portfolio-detail-info-blur2 {
    position: absolute;
    bottom: -155px;
    right: -237px;
    z-index: -1;
}
p.form {
    font-family: "Fira Sans";
    font-size: 16px;
    text-align: justify;
    color: #000;
}
.newsletter-title-one .h2-title2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 63px);
    margin-bottom: 0;
    font-family:'Rajdhani', sans-serif;
    font-weight: 600;
}

/*==========Form CSS End==========*/


/*==========Breadcrums CSS Starts==========*/

/*.page-title {
    padding: 233px 0 173px;
}*/
.page-title h2 {
    font-size: 50px;
    max-width: 1100px;
    color: #fff;
    font-family:'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
        text-transform: uppercase;
}
.breadcrumb-nav {
    position: absolute;
    right: 0;
    bottom: -115px;
    padding: 22px 60px;
    text-transform: capitalize;
}
.breadcrumb-nav:before {
    width: 1000%;
    height: 72px;
    left: -12px;
    bottom: 0;
    border: 1px solid #fff;
    border-right: 0px;
    border-bottom: 0;
    position: absolute;
    content: "";
    border-radius: 60px 0 0 0;
}
.breadcrumb-nav li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
}
.breadcrumb-nav li {
    position: relative;
    z-index: 1;
    line-height: 1;
}
.breadcrumb-nav li:not(:last-child):after {
    right: -4px;
    position: absolute;
    content: '-';
    top: 0;
    width: 5px;
    height: 2px;
}
.breadcrumb-nav:after {
    border: none;
    height: 100%;
    left: 0;
    border-radius: 50px 0 0 0;
}
.breadcrumb-nav:after{
    width: 1000%;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 60px 0 0 0;
}
 .breadcrumb-nav:after{
    background-color: #5956e9;
 }
.breadcrumb-nav li a{
    color: #fff;
     font-family: "Fira Sans";
     font-size: 18px;
}
.breadcrumb-nav li{
    color: #fff;
     font-family: "Fira Sans";
      font-size: 18px;
}
/*==========Breadcrums CSS End==========*/

/*==========About Page CSS Start==========*/
.pr-bg-color-1 {
    background: linear-gradient(to left, #2a279bfa, #14113a);
}
.progress-card {
    margin-bottom: 30px;
    padding: 34px;
    text-align: center;
    border-radius: 60% 40%;
    position: relative;
}
.pr-bg-color-1:before {
    background: #5956e9;
}

.progress-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 48% 50%;
    transition: .7s;
}
.progress-card img {
    margin-bottom: 25px;
}
.progress-card h3 {
    font-size: 30px;
    line-height: .7;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Rajdhani';
}
.progress-card p {
    color: #fff;
    margin-bottom: 0;
    /* text-align: justify; */
    font-size: 14px;
    padding: 0 20px 0 20px;
}
.progress-card:hover:before {
    animation: rotated360 6s infinite linear;
}
@keyframes rotated360
{
    0%
    {
        transform:rotate(0)
    }
    to
    {
        transform:rotate(-360deg)
    }
}


.main-history-in-one {
    position: relative;
    padding-bottom: 120px;
    margin-top: 100px;
}
p.about-inner{
    font-family: "Fira Sans";
    color: #0a0a0a;
    font-size: 16px;
    text-align: center;
}
.h2-subtitle-one:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 65px;
    height: 65px;
    background: none;
    border: 6px solid #adadb59e;
    z-index: -1;
}
p.abt{
    font-family: "Fira Sans";
    color: #0a0a0a;
    text-align: justify;
}

.services-section {
    position: relative;
    /*padding: 0px 0px 70px;*/
}
.services-section .lower-section {
    position: relative;
   /* padding-top: 90px;*/
}
.services-section .image-column {
    position: relative;
    margin-bottom: 30px;
}
.services-section .image-column .inner-column {
    position: relative;
}
/*.services-section .image-column .color-layer {*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    bottom: -15px;*/
/*    right: 60px;*/
/*    height: 100%;*/
/*    background: url(https://html.themexriver.com/nextbit/images/resource/service-pattern-layer.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*.services-section .image-column .border-layer {*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    bottom: 40px;*/
/*    right: 0px;*/
/*    top: -25px;*/
/*    z-index: 1;*/
/*    background: url(https://html.themexriver.com/nextbit/images/resource/service-border-layer.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/
.services-section .image-column .image {
    position: relative;
}
.services-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.services-section .content-column {
    position: relative;
    margin-bottom:30px;
}
.services-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}
.services-section .content-column .sec-title {
    margin-bottom: 15px;
}
.sec-title .title {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: red;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.services-section .content-column .bold-text {
    position: relative;
    font-weight: 500;
    line-height: 1.7em;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.services-section .content-column .text {
    margin-bottom:30px;
}

/*==========About Page End==========*/



/*Contact inner css start*/
.icon img:hover {
    animation: hvr-buzz-out 0.75s linear 1;
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.contact-info-content {
    background-color: #14113a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 69px;
    overflow: hidden;
    padding: 0 71px 0;
}


.contact-info-content .contact-info-item {
    display: flex;
    padding: 53px 0 49px;
    position: relative;
    z-index: 1;
}
.contact-info-content .contact-info-item .icon {
    background: linear-gradient(to left, #5956e9, #14113a);
    border-radius: 32px;
    width: 100px;
    height: 100px;
    line-height: 98px;
    margin-right: 39px;
    margin-top: 3px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.contact-info-content .contact-info-item .content h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    font-family: 'Rajdhani';
}
.contact-info-content .contact-info-item .content .line-icon {
    display: block;
    margin-bottom: 21px;
}
.contact-info-content .contact-info-item .content a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    /*line-height: 32px;*/
    font-family: 'Rajdhani';
}

.contact-info-content .contact-info-item:first-child:after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 542px;
    position: absolute;
    right: -22px;
    top: calc(-50% - 23px);
    width: 542px;
    z-index: -1;
}
.contact-info-content .contact-info-item:last-child:before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 542px;
    left: -27px;
    position: absolute;
    top: calc(-50% - 23px);
    width: 542px;
    z-index: -1;
}
.contact-info-content .contact-info-item .content p {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 32px;
    font-family: 'Rajdhani';
}

@media only screen and (max-width: 1199px) {
  .contact-info-content {
    padding: 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 35px;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item {
    padding: 33px 0 35px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item {
    background-color:#14113a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    margin-bottom: 30px;
    padding: 33px 30px 35px;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item .icon {
    border-radius: 18px;
    height: 70px;
    line-height: 70px;
    margin-right: 18px;
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item .icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item .icon img {
    width: 48%;
  }
}

/*Contact inner css end*/


/*Products Category page css start*/
.ptb-120 {
    padding: 120px 0;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgb(0 0 0 / 19%);
  transition: all 300ms ease;
}
/*.project-three__single:hover {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}*/

.project-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
  padding: 30px;
  
}
.project-three__single:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.project-three__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 60px;
  background-color: #e9ecf3;
  content: "";
  width: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
  height: 100%;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.project-three__img-box:after {
  position: absolute;
  left: 0;
  bottom: 58px;
  background-color: #e9ecf3;
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(to left, #211f8fc4, #080626cc);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 210px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  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;
  font-size: 13px;
  color: var(--ambed-white, #ffffff);
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  right: 40px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.project-three__title {
  font-size: 29px;
    font-weight: 900;
    line-height: 38px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.project-three__title a {
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color:#726fe3;
}

.project-three__sub-title {
  color:#ffffff;
  font-weight: 500;
  opacity: .4;
}

h1.pro-text{
    color: #000;
    font-family: 'Rajdhani';
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}
p.pro-para{
    color: #000;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
}

h1.category{
    font-size: 50px;
    font-family: 'Rajdhani';
    text-align: center;
    margin-top: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color:#3f3a7a;
}


/*Products Category page css end*/



/***

====================================================================
    category Section
====================================================================

***/
/*Products inner page css start*/

h2.for{
   color: #242222;
    font-family: 'Rajdhani';
    font-size: 30px;
    /* left: 10px; */
    font-weight: 600;
    margin-left: 44px;
    margin-top: 17px;
    text-transform: uppercase;
}
.service-list-one{
    border: 1px solid #ebe4e4;
    padding: 38px;
    background: #efe7e794;
}


.service-list-one1 ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-list-one1 ul li {
   /* border-radius: 10px;*/
    margin-bottom: 10px;
   /* box-shadow: 0px 4px 5px #b5acac;*/
    transition: all 500ms ease;
    /*clip-path: polygon(93% 0, 100% 30%, 100% 100%, 7% 100%, 0 75%, 0 0);*/
}
.service-list-one1 ul li:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.service-list-one1 ul li:last-child {
    margin-bottom: 0;
}

.service-list-one1 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 21px;
    /*background-color: #f4f6fd;
    border-radius: 10px;*/
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
    background: linear-gradient(to left, #5956e9, #14113a);

}

.service-list-one1 ul li a:hover {
    background: linear-gradient(to left, #5956e9, #14113a);
    box-shadow: 0px 10px 30px 0px rgb(20, 17, 58, 0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-one1 ul .active a {
    background: linear-gradient(to left, #5956e9, #14113a);
    box-shadow: 0px 10px 30px 0px rgb(20, 17, 58, 0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-one1 ul li a span {
    font-family: 'Fira Sans';
    font-size: 16px;
    font-weight: 500;
    color: #f5ebeb;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-one1 ul li a:hover span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-one1 ul .active a span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-one1 ul li a i {
    color: #221f5f;
    font-size: 18px;
}
.service-list-one1{
    border: 1px solid #ebe4e4;
    padding: 58px;
}

h3.title a{
    color: #fff;
}


/*Quality css start*/

.box1{
    font-family: 'Dosis', sans-serif;
    position: relative;
    overflow: hidden;
    border: 1px solid #80808078;
    box-shadow: 0 10px 10px #8a8ba9;
    border-radius: 8px;
}
.box1:before,
.box1:after{
    content: '';
    background: linear-gradient(to left, #0b0b0ce0, #0b0b0ce0);
    height: 150%;
    width: 100%;
    border-radius: 0 100% 0 0;
    opacity: 0;
    position: absolute;
    left: -50%;
    top: 100%;
    z-index: 1;
    transition: border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
}
.box1:after{
    border-radius: 100% 0 0 0;
    left: 50%;
}
.box1:hover:before,
.box1:hover:after{
    top: -50%;
    opacity: 0.9;
    border-radius: 0 35% 0 0;
}
.box1:hover:after{ border-radius: 35% 0 0 0; }
.box1 img{
    width: 100%;
    height: auto;
}
.box1 .box-content1{
    color: #fff;
    text-align: center;
    width: 80%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}
.box1:hover .box-content1{ opacity: 1; }
.box1 .title1{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px;
}
.box1 .post1{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.box1 .icon1{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box1 .icon1 li{
    margin: 0 5px;
    display: inline-block;
}
.box1 .icon1 li a{
    color: #fff;
    background: transparent;
    font-size: 14px;
    line-height: 31px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}
.box1 .icon1 li  a:hover{
    color: #fff;
    box-shadow: 0 0 10px #000;
}
@media only screen and (max-width:990px){
    .box1 { margin: 0 0 30px; }
}

h2.quality{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-size: 39px;
    font-weight: 600;
    margin-top: 32px;
}

/*Quality css End*/




/*INDUSTRY SLIDER*/

.industify_slider_alpha {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.industify_slider_alpha .owl_control>div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #842af1 0%, #033da4 51%, #842af1 100%);
}

.industify_slider_alpha .owl_control>div>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.industify_slider_alpha .owl_control .a {
    width: 9px;
    height: 2px;
    position: absolute;
    left: 25px;
    top: 27px;
    background-color: #fff;
    transform: rotate(135deg);
    display: block
}

.industify_slider_alpha .owl_control .b {
    width: 9px;
    height: 2px;
    position: absolute;
    left: 25px;
    top: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    display: block
}

.industify_slider_alpha[data-nav-types=square] .owl_control>div {
    border-radius: 0
}

.industify_slider_alpha[data-nav-types=rounded] .owl_control>div {
    border-radius: 5px
}

.industify_slider_alpha .owl_control .fn_next>span {
    transform: rotate(180deg);
    background-image: linear-gradient(90deg, #842af1 0%, #033da4 51%, #842af1 100%);
}

.industify_slider_alpha .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 100vh;
    min-height: 590px;
    overflow: hidden
}

.industify_slider_alpha .img_holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    z-index: 1
}

.industify_slider_alpha .title_holder {
    position: absolute;
    top: 70%;
    margin-top: -235px;
    width: 424px;
    height: 248px;
    left: 0;
    z-index: 4;
    background-color: rgb(32 32 34 / 92%);
    padding: 40px;
}

.industify_slider_alpha .title_holder .inner {
    display: table;
    width: 100%;
    height: 100%
}

.industify_slider_alpha .title_holder .in {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.industify_slider_alpha .owl_control .fn_prev {
    left: 378px;
    margin-top: 205px
}

.industify_slider_alpha .owl_control .fn_next {
    right: auto;
    left: 440px;
    margin-top: 205px
}

.industify_slider_alpha .title_holder p {
    display: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 16px
}

.industify_slider_alpha .title_holder p a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.industify_slider_alpha .title_holder p a:hover {
    border-bottom-color: #fff
}

.industify_slider_alpha .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    /*margin-bottom: 34px;*/
    color: #fff;
    font-family: 'Rajdhani';
}

.industify_slider_alpha .title_holder h3 a {
    color: #eee;
    text-decoration: none;
    transition: all .3s ease
}

.industify_slider_alpha .title_holder h3 a:hover {
    color: #fff
}

.industify_slider_alpha[data-category-show=yes] .title_holder p {
    display: block
}

.industify_slider_alpha[data-link-types=none] .title_holder .simple_read_more {
    display: none
}

.industify_slider_alpha[data-link-types=none] .title_holder .read_more {
    display: none
}

.industify_slider_alpha[data-link-types=static] .title_holder .simple_read_more {
    width: auto;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 11px
}

.industify_slider_alpha[data-link-types=static] .title_holder .simple_read_more span {
    opacity: 1
}

.industify_slider_alpha[data-link-types=static] .title_holder .simple_read_more i {
    right: 0;
    left: auto
}

.industify_slider_alpha[data-link-types=static] .title_holder>span {
    height: 24px
}

.industify_slider_alpha[data-progress=disabled] .swiper-pagination {
    display: none !important
}

.industify_slider_alpha .title_holder .desc {
    color: #efe7e7;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Fira Sans';
    text-align: justify;
}

.industify_slider_alpha[data-desc-show=yes] .title_holder .desc {
    display: block
}

.industify_slider_alpha[data-box-pos=tl] .title_holder {
    top: 0;
    margin-top: 0
}

.industify_slider_alpha[data-box-pos=tl] .owl_control>div {
    top: 0;
    margin-top: 440px
}

.industify_slider_alpha[data-box-pos=tm] .title_holder {
    top: 0;
    margin-top: 0;
    left: 50%;
    margin-left: -240px
}

.industify_slider_alpha[data-box-pos=tm] .owl_control>div {
    top: 0;
    margin-top: 440px;
    left: 50%;
    margin-left: -62px
}

.industify_slider_alpha[data-box-pos=tm] .owl_control>.fn_next {
    margin-left: 2px
}

.industify_slider_alpha[data-box-pos=tr] .title_holder {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 0
}

.industify_slider_alpha[data-box-pos=tr] .owl_control>div {
    top: 0;
    margin-top: 440px;
    left: auto;
    margin-left: 0;
    right: 440px
}

.industify_slider_alpha[data-box-pos=tr] .owl_control>.fn_next {
    right: 378px
}

.industify_slider_alpha[data-box-pos=cm] .title_holder {
    left: 50%;
    margin-left: -240px
}

.industify_slider_alpha[data-box-pos=cm] .owl_control>div {
    left: 50%;
    margin-left: -62px
}

.industify_slider_alpha[data-box-pos=cm] .owl_control>.fn_next {
    margin-left: 2px
}

.industify_slider_alpha[data-box-pos=cr] .title_holder {
    left: auto;
    right: 0
}

.industify_slider_alpha[data-box-pos=cr] .owl_control>div {
    left: auto;
    margin-left: 0;
    right: 440px
}

.industify_slider_alpha[data-box-pos=cr] .owl_control>.fn_next {
    right: 378px
}

.industify_slider_alpha[data-box-pos=bl] .title_holder {
    top: auto;
    margin-top: 0;
    bottom: 0
}

.industify_slider_alpha[data-box-pos=bl] .owl_control>div {
    top: auto;
    margin-top: auto;
    bottom: 0;
    margin-bottom: 440px
}

.industify_slider_alpha[data-box-pos=bm] .title_holder {
    left: 50%;
    margin-left: -240px;
    bottom: 0;
    top: auto;
    margin-top: auto
}

.industify_slider_alpha[data-box-pos=bm] .owl_control>div {
    left: 50%;
    margin-left: -62px;
    bottom: 440px;
    top: auto;
    margin-top: auto
}

.industify_slider_alpha[data-box-pos=bm] .owl_control>.fn_next {
    margin-left: 2px
}

.industify_slider_alpha[data-box-pos=br] .title_holder {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: auto
}

.industify_slider_alpha[data-box-pos=br] .owl_control>div {
    left: auto;
    margin-left: 0;
    right: 440px;
    bottom: 440px;
    top: auto;
    margin-top: auto
}

.industify_slider_alpha[data-box-pos=br] .owl_control>.fn_next {
    right: 378px
}

.industify_slider_alpha[data-text-effect=enabled] .title_holder .in>* {
    overflow: hidden;
    display: block;
    position: relative
}

.industify_slider_alpha[data-text-effect=enabled] .title_holder .in>*>span {
    display: block;
    position: relative;
    transform: translateY(100%);
    -webkit-transition: all 1s cubic-bezier(.155, .93, .43, .99);
    -moz-transition: all 1s cubic-bezier(.155, .93, .43, .99);
    -o-transition: all 1s cubic-bezier(.155, .93, .43, .99);
    transition: all 1s cubic-bezier(.155, .93, .43, .99);
    -webkit-transition-timing-function: cubic-bezier(.155, .93, .43, .99);
    -moz-transition-timing-function: cubic-bezier(.155, .93, .43, .99);
    -o-transition-timing-function: cubic-bezier(.155, .93, .43, .99);
    transition-timing-function: cubic-bezier(.155, .93, .43, .99)
}

.industify_slider_alpha[data-text-effect=enabled] .swiper-slide-active .title_holder .in>:nth-child(1)>span {
    transform: translateY(0);
    transition-delay: .5s
}

.industify_slider_alpha[data-text-effect=enabled] .swiper-slide-active .title_holder .in>:nth-child(2)>span {
    transform: translateY(0);
    transition-delay: .6s
}

.industify_slider_alpha[data-text-effect=enabled] .swiper-slide-active .title_holder .in>:nth-child(3)>span {
    transform: translateY(0);
    transition-delay: .7s
}

.industify_slider_alpha[data-img-effect=enabled] .swiper-slide .img_holder {
    transition: all 2s ease
}

.industify_slider_alpha[data-img-effect=enabled] .swiper-slide-active .img_holder {
    transform: scale(1.1)
}

@media (max-width:768px) {
    .industify_slider_alpha .owl_control {
        display: none
    }
    .industify_slider_alpha .title_holder .in,
    .industify_slider_alpha .title_holder .inner {
        display: block
    }
    .industify_slider_alpha .title_holder {
        width: auto;
        padding: 10px 20px;
        top: auto;
        right: 60px;
        left: 60px;
        margin-top: auto;
        bottom: 60px;
        text-align: center;
        height: 60px
    }
    .industify_slider_alpha .title_holder p {
        display: none !important
    }
    .industify_slider_alpha .title_holder h3 {
        margin: 0;
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px
    }
    .industify_slider_alpha .title_holder .desc {
        display: none !important
    }
    .industify_slider_alpha .title_holder .in>span {
        display: none
    }
    .industify_slider_alpha .owl_control .fn_prev {
        left: 0;
        margin-top: auto;
        bottom: 0
    }
    .industify_slider_alpha .owl_control .fn_next {
        left: auto;
        margin-top: auto;
        right: 0;
        bottom: 0
    }
    .industify_slider_alpha .owl_control>div {
        border-radius: 0
    }
}

@media (max-width:480px) {
    .industify_slider_alpha .title_holder {
        left: 0;
        right: 0;
        bottom: 60px
    }
    .industify_slider_alpha .owl_control>div {
        width: 50%
    }
    .industify_slider_alpha .owl_control .fn_prev {
        border-right: 1px solid rgba(255, 255, 255, .3)
    }
    .industify_slider_alpha .owl_control .fn_next {
        border-left: 1px solid rgba(255, 255, 255, .3)
    }
    .industify_slider_alpha .owl_control .a,
    .industify_slider_alpha .owl_control .b {
        left: 50%;
        margin-left: -10px
    }
}

.industify_slider_alpha:before{
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
    border-top: 100px solid #efefef;
    content: "";
    position: absolute;
    bottom: -1px;
    top: 0;
    width: 50%;
    z-index: 100;
    border-top: 200px solid #f4f4f6;
    border-bottom: 200px solid #f4f4f6;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.industify_slider_alpha:after{
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
    content: "";
    position: absolute;
    bottom: -1px;
    top: 0;
    width: 50%;
    z-index: 100;
    border-top: 200px solid #f4f4f6;
    border-bottom: 200px solid #f4f4f6;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

p.pro-para2{
    text-align: justify;
    color: #000;
    font-family: 'Fira Sans';
    font-size: 14px;
    font-weight:600;
}

p.pro-para3{
    text-align: justify;
    color: #000;
    font-family: 'Fira Sans';
    font-size: 16px;
}

*==========================================
    about
===========================================*/
.about {
  padding: 30px 0px 0px 0px; 
}
  .about.about-2 {
    background: url("../img/about-bg.png") center center no-repeat;
    background-size: cover;
    padding-bottom: 90px; }
  .about .part-img {
    position: relative; }
    .about .part-img img {
      width: 100%; }
    .about .part-img .award-base {
      text-align: center;
      background: #fff;
      width: 160px;
      height: 160px;
      position: absolute;
      right: -60px;
      bottom: -60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      -webkit-box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
      box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
      z-index: 2; }
      .about .part-img .award-base:after {
        position: absolute;
        content: '';
        left: -50px;
        right: -50px;
        top: -50px;
        bottom: -50px;
        background: url("../img/award-base-bg.png") center center;
        background-size: contain;
        z-index: -1;
        -webkit-animation: award-circle infinite 10s;
        animation: award-circle infinite 10s; }
      .about .part-img .award-base .icon img {
        width: 40px;
        margin-bottom: 10px; }
      .about .part-img .award-base .icon span.text {
        display: block;
        line-height: 18px; }
      .about .part-img .award-base .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 13px;
        color: #222222; }
  .about .part-text span.sub-title {
    display: block;
    font-size: 20px;
    color: #5956e9;
    font-family: 'Rajdhani';
    margin-top: -80px;
    margin-bottom: 14px;
    font-weight: 600; }
   
  /* .about .part-text span.sub-title::before {
    position: absolute;
    content: '';
    left: 17px;
    top: 150px;
    width: 35px;
    height: 4px;
    background: #eaca60;
}*/

.about #part-text{    margin: 129px 0;}
      
      
  .about .part-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #f9f6f9;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
    text-align:left;
  font-family: 'Rajdhani';
  margin-top: -48px;
    
}

 .about .part-text h2{
    font-size: 25px;
    font-weight: 700;
    color: #f9f6f9;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
    text-align:left;
  font-family: 'Rajdhani';
  margin-top: -48px;
    
}


    .about .part-text h2 span.marked {
      
     font-weight: 700;
    color: #5956e9;
    font-style: italic; }
    /*.about .part-text span.sub-title:after {*/
    /*  }*/
  .about .part-text .p-body p {
    font-family: 'Fira Sans';
    color: #f9f6f9;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    margin-top: -39px;
     }
    .about .part-text .p-body p:last-child {
      margin-bottom: 0; }
    .about .part-text .p-body p a {
      text-decoration: underline;
      color: #fb4f00;
      font-weight: 700; }
  .about .part-text .owner-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px; }
    .about .part-text .owner-rights .signature {
      width: 130px;
      margin-right: 40px; }
      .about .part-text .owner-rights .signature img {
        width: 100%; }
    .about .part-text .owner-rights .i-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .about .part-text .owner-rights .i-info span {
        display: block; }
        .about .part-text .owner-rights .i-info span.name {
          font-size: 20px;
          font-weight: 600;
          font-family: "Poppins", sans-serif;
          color: #222222; }
        .about .part-text .owner-rights .i-info span.position {
          font-size: 16px;
          color: #444444; }
  .about .service-in-about .single-service {
    padding: 40px 30px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    display: block; }
    .about .service-in-about .single-service:hover {
      background:#c5a47e; }
      .about .service-in-about .single-service:hover .part-icon{opacity:0;}
      .about .service-in-about .single-service:hover .part-text {
        position: relative;
        top: -30px;
        margin-top: -20px; }
        .about .service-in-about .single-service:hover .part-text h3 {
          color: #fff;
          position: relative;
          padding-bottom: 20px; }
          .about .service-in-about .single-service:hover .part-text h3:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 80px;
            height: 2px;
            background: #fff;
            left: 50%;
            margin-left: -40px; }
        .about .service-in-about .single-service:hover .part-text p {
          color: #fff; }
    .about .service-in-about .single-service.first {
      margin-top: 30px; }
    .about .service-in-about .single-service .part-icon {
      margin-bottom: 13px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      /*.about .service-in-about .single-service .part-icon img {*/
      /*  width: 60px;*/
      /*  height: 60px; }*/
    .about .service-in-about .single-service .part-text {
      position: relative;
      top: -0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .about .service-in-about .single-service .part-text h3 {
        /*color: #222222;*/
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 12px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative; 
          font-family: "Dosis", sans-serif;
      }
        .about .service-in-about .single-service .part-text h3:after {
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .about .service-in-about .single-service .part-text p {
       /*color: #222222;*/
    text-align: justify;
    word-spacing: -2px;
   
    line-height: 27px;
    font-family: "Dosis", sans-serif;
    color: #8e8d8e;
    font-weight: 500;
    font-size:18px;
}
/*CHOOSEUS*/
.choose-us-box {
    margin-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.choose-us-box .row .col-lg-6:nth-child(1) .single-choose-us-card {
    margin-bottom: 25px;
}
/*.choose-us-box .single-choose-us-card.with-box-shadow {*/
/*    border: 1px solid #fff;*/
   
/*    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;*/
/*}*/
.choose-us-box .single-choose-us-card {
    text-align: center;
    /*border: 1px solid #ddd;*/
    padding: 45px 35px;
  background: linear-gradient(to left, #5956e9, #14113a);
   transition: transition: .6s;
   border-radius:10px;
}
.choose-us-box .single-choose-us-card:hover {box-shadow: 0 5px 15px 0 rgb(49 49 49);  transition: transition: .6s;}
.choose-us-box .single-choose-us-card .icon {
    margin-bottom: 15px;
}
.choose-us-box .single-choose-us-card h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
}
.choose-us-box .row .col-lg-6:nth-child(2) .single-choose-us-card {
    margin-top: 25px;
}
.choose-us-box .row .col-lg-6:nth-child(3) .single-choose-us-card {
    margin-bottom: 25px;
}
.choose-us-box .row .col-lg-6:nth-child(4) .single-choose-us-card {
    margin-top: 25px;
}
.choose-us-box .choose-us-shape-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
   
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
}

.about-image-with-shape{
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}


#feedback {
    position: fixed;
    /* top: 25%; */
    top: 45%;
    /* right: -3.2%; */
    right: 0;
    height: 250px;
    /* margin-right: -3px; */
    /* margin-bottom: -3px; */
    margin-bottom: 280px;
    z-index: 998;
}
.social {
    position: fixed;
    /* top: 25%; */
    top: 45%;
    /* right: -3.2%; */
    right: 0;
    height: 250px;
    /* margin-right: -3px; */
    /* margin-bottom: -3px; */
    margin-bottom: 280px;
    z-index: 9;
}
.social li {
    list-style-type: none;
    padding: 3px 0;
}
.social li:first-child a {
    border-radius: 0 5px 0 0;
}
.social li a {
    display: block;
    height: 40px;
    width: 50px;
    background: linear-gradient(to left, #5956e9, #14113a);
    /*border-bottom: 1px solid #333;*/
    font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms;
}
.social li a span {
    width: 280px;
    float: right;
    text-align: center;
    background: #5956e9;
    color: #fff;
    margin: -25px 74px;
    padding: 10px 18px;
    /* transform-origin: 0; */
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms;
    font-size: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.social li span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 11px;
    border-left: 10px solid transparent;
    border-right: 10px solid #5956e9;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 11px;
    border-left: 10px solid transparent;
    border-right: 10px solid #5956e9;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.social li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
}
.social li:first-child a:hover {
    background: #28166f;
    color: #fff;
}

/*type*/
span.typer1 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer2 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer3 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer4 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer5 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

span.typer6 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer7 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer8 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

span.typer9 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer10 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
span.typer11 {
    font-size: 66px;
    max-width: 1100px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}


.quote h3{
        font-size: 40px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0;
}

/*why we are different*/

.services-section-1.margin-top {
    margin-top: -340px;
}
.services-section-1 {
    position: relative;
   padding: 400px 0 116px;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    margin-bottom: 55px;
}
.centered {
    text-align: center!important;
}
.sec-title h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: #3f3a7a;
    padding-top: 10px;
    font-family: 'Rajdhani';
}
.services-section-1 .service-block:nth-child(1) {
    transform: translateY(120px);
}
.service-block {
    position: relative;
    margin-bottom: 30px;
}
.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 8px;
    padding: 70px 20px 60px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.service-block .inner-box {
    margin-bottom: 30px;
}
.service-block .inner-box .color-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}
.service-block .inner-box .color-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    border-radius: 8px 0 0 8px;
    transition: all .5s ease;
    background: linear-gradient(to bottom,#000065 0,#010167 100%);
}
.service-block .inner-box .color-layer:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    border-radius: 0 8px 8px 0;
    transition: all .5s ease;
    background: linear-gradient(to bottom,#000065 0,#010167 100%);
}
.service-block .inner-box:hover .color-layer:before {
    opacity: 1;
    transform: rotateY(0);
}
.service-block .inner-box:hover .color-layer:after{
    opacity: 1;
    transform: rotateY(0);
}
.service-block .inner-box .pattern-layer-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 123px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all .6s ease;
}
.service-block .inner-box .icon-box {
    position: relative;
    color: #3f3a7a;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all .6s ease;
}
.service-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'Rajdhani';
}
.service-block .inner-box:hover h5 
{
    color: #fff;
}
.service-block .inner-box:hover .text{
    color: #fff;
}
.service-block .inner-box .text {
    position: relative;
    color: #181515;
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 15px;
    transition: all .6s ease;
    font-family: 'Fira Sans';
    text-align: justify;
}
.services-section-1 .service-block:nth-child(2) {
    transform: translateY(80px);
}
.services-section-1 .service-block:nth-child(3) {
    transform: translateY(40px);
}
.service-block .inner-box:hover .icon-box{
    color: #fff;
}
.service-block .inner-box:hover .pattern-layer-two {
    opacity: 1;
}
.features-block__text {
    color: #000;
}
.features-block__text {
    font-size: 16px;
    line-height: 1.75;
    color:#121111;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    margin-bottom: 29px;
    text-align: center;
    margin-top: -43px;
}

/*our mission*/

#about-area {
    padding: 58px 0 40px;
    background-color: #14113a;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.centered-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    float: left;
    width: 100%;
}
.centered-title h1 {
    position: relative;
    display: inline-block;
    font-size: 34px;
    color: #ffffff;
    /*line-height: 1.6em;*/
    font-weight: 700;
    /*padding-bottom: 10px;*/
    letter-spacing: 0px;
    text-transform: uppercase;
    /*margin-bottom: 15px;*/
    font-family: 'Rajdhani';
}
.solution-block {
    position: relative;
    margin-bottom: 40px;
}
.solution-block .inner-box {
    position: relative;
    text-align: center;
}
.solution-section .solution-block .inner-box:before {
    position: absolute;
    content: '';
    right: -90px;
    top: 50px;
    width: 165px;
    height: 61px;
    background: url(../images/solution-arrow-1.png) no-repeat;
}
.solution-section .solution-block:nth-child(2) .inner-box:before {
    top: -10px;
    background: url(../images/solution-arrow-2.png) no-repeat;
}
.icons {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 20px auto 60px;
    position: relative;
}
.icons i {
    display: inline-block;
    color: #3f3a7a;
    font-size: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    z-index: 9;
}
.solution-block .inner-box h3 {
    position: relative;
    font-weight: 600;
    z-index: 2;
    line-height: 1.3em;
    font-size: 20px;
}
.solution-block .inner-box h3 a {
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#hide:before{
    background: none;
}

/*our mission*/

.container {
    padding-left: 15px;
    padding-right: 15px;
}
/*  Service Box Style 04   */

.service-box-style-04 .main-box {
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
}
.service-box-style-04 .flipper {
    position: relative;

   
}
.service-box-style-04 .main-box .box-front,
.service-box-style-04 .main-box .box-back {
    text-align: center;
    background-size: cover;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.service-box-style-04 .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px 30px;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
    transform: translate3d(0, -50%, 50px) scale(0.9);
}
.service-box-style-04 .main-box .box-front .content-wrap .icon-wrap {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.service-box-style-04 .main-box .box-back .content-wrap .icon-wrap {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.service-box-style-04 .content-wrap .box-back {
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
    transform: translate3d(0, -50%, 50px) scale(0.9);
}
.service-box-style-04 .main-box .box-front {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); 
    background: #f7f2f2;
    /*border-bottom: 4px solid rgb(232, 232, 232);*/

}
.service-box-style-04 .main-box:hover .box-front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.service-box-style-04 .flipper:hover .box-back,
.service-box-style-04 .flipper:hover .box-front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
    transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.service-box-style-04 .main-box .box-back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.service-box-style-04 .main-box:hover .box-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.service-box-style-04 .main-box .box-back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.gradient-bg-icon-2 {
    background: linear-gradient(to left, #5956e9, #14113a);

    position: relative;
}

.height-500px {
    height: 450px !important;
}

.gradient-bg-6 {
    background: rgb(245, 0, 87);
    background: linear-gradient(to left, #5956e9, #14113a);
}


.content-wrap h4 {
    font-size: 20px;
    text-transform: uppercase;
    /* color: #fff; */
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    font-family: "Rajdhani";
}
.content-wrap p {
    font-family: 'Fira Sans';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #282727;
    line-height: 21px;
    margin: 0;
    text-align:justify;
}

.grow {
  animation: grow 4s ease;
}
@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

/*media css*/

#player {
    padding: 80px 0;
    position: relative;
}

.player-pa {
    padding-top: 70px;
}
.player-img {
    position: relative;
}
.player-img .player-lightbox {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #201d4ab3;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.player-lightbox a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.player-lightbox a i {
    font-size: 25px;
    color: white;
    /*opacity: 0;*/
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.player-info {
    background: #393699;
    width: 70%;
    height: 60px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*opacity: 0;*/
    top: -79px;
    text-align: center;
}
.player-info h3 {
    font-size: 24px;
   font-family: 'Rajdhani';
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
}
.player-item:hover .player-lightbox {
    height: 100%;
}
