/**
* Template Name: Rapid - v4.8.2
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Arimo:400|Raleway:300,400,700&display=swap");

body {
  background: #000;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
}


a {
  color: #602eea;
  text-decoration: none;
  transition: 0.5s;
}

.text-highlight {
  color: #602eea;
}


a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: linear-gradient(45deg, rgba(200, 83, 248, 1) 0%, rgba(75, 70, 241, 1) 100%);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 35px;
  color: #fff;
  line-height: 0;
  font-weight: 700;
}

.back-to-top:hover {
  background: rgb(124, 110, 147);
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header .social-links {
  margin: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .social-links a {
  color: #fff;
  transition: 0.3s;
  line-height: 0;
  margin-left: 15px;
}

#header .social-links a i {
  line-height: 0;
}

#header .social-links a:hover {
  color: #602eea;
}

@media (max-width: 992px) {
  #header .social-links {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/* scrollbar */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, rgba(200, 83, 248, 1) 0%, rgba(75, 70, 241, 1) 100%);
  border-radius: 10px;
}

/* --------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation  */


.align-items-center {
  align-items: center !important;
  justify-content: center;
}

#header .logo-center {
  margin-top: -20px;
  padding: 0 100px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px 10px 24px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 550;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.scrollto.active:before,
.navbar>ul>li>a:hover:before {
  width: calc(100% - 14px);
}

.scrollto:before,
ul>li>a:before,
.navbar>ul>li>a:before {
  left: 7px;
  right: 7px;
  content: "";
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 83, 248, 1) 0%, rgba(75, 70, 241, 1) 100%);
  bottom: 0;
  width: 0%;
  -webkit-transition: .6s width ease-in-out;
  -o-transition: .6s width ease-in-out;
  transition: .6s width ease-in-out;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #602eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* Style The Dropdown Button */
.dropbtn {
 
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 43, 70, 0.9);
  transition: 0.3s;
  z-index: 999;
  min-height: 310px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  /* color: #fff; */
  color: #fff;
  font-weight: 600;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #602eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #602eea;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.blur-back {
  width: 100%;
  height: 100vh;
  /* background-color: rgb(0 0 0 / 30%); */
  /* backdrop-filter: blur(8px); */
  /* width: 520px; */
}

/* .client-text {
  background-color: rgb(0 0 0 / 25%);
  backdrop-filter: blur(8px);
   padding: 30px;
} */

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000 url("../img/banner/hp-banner1-plain.webp") center top no-repeat;
  /*background-color: #000;*/
  background-size: cover;
  padding-top: 200px;
  text-align: center;
}

#hero-about {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000 url("../img/banner/hp-banner2.jpg") center top no-repeat;
  /*background-color: #000;*/
  background-size: cover;
  padding-top: 110px;
}

#hero-client {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000 url("../img/background-img.jpg") center top no-repeat;
  background-size: cover;
}


@media (max-width: 991px) {
  #hero {
    height: 500px;
    padding: 140px 0 60px 0;
  }





  #hero .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #hero .intro-info {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  #hero .intro-info {
    text-align: left;
    /* padding-top: 40px; */
  }
}

.highlight,
#hero .intro-info h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 100;
  margin-top: 2rem;
}


@media (max-width: 991px) {
  #hero .intro-info h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .our-mission {
    font-size: 22px;
  }

  .about-txt {
    width: 50%;
  }

  .portofolio-img {
    padding: 0 !important;
  }

  .portfolio-text {
    padding: 0 !important;
  }
}

#hero .intro-info .btn-get-started,
#hero .intro-info .btn-services {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #000;
  background: #602eea;
  color: #000;
}

#hero .intro-info .btn-get-started:hover,
#hero .intro-info .btn-services:hover {
  background: #0a98c0;
}

#dply-none {
  display: none;
}

#hero-mob {
  display: none;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}



/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  position: relative;
  font-family: "Raleway", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #fff;
  width: 50%;
}

.section-header-services {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about {
  margin-bottom: 50px;
}

/* ----------------SFIX Section CSS---------------------- */

.sfix-section {
  padding-top: 140px;
}

.more {
  font-size: 18px;
  color: #fff;
}

.more:hover {
  color: #602eea !important;
  text-decoration: underline;
}

.more:active {
  color: #602eea !important;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }

  #hero-client {
    height: auto;
    padding: 24px;
  }

  #services {
    padding: 50px 0 40px 0 !important;
  }


}

@media (max-width: 575px) {
  #dply-none {
    display: block;
  }

  #hero-about {
    display: none;
  }

  .pad-mob {
    padding: 30px;
  }

  #hero-mob {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column-reverse;
  }

  #hero {
    display: none;
  }

  .blur-back {
    width: 70%;
    padding: 20px;
    position: absolute;
    bottom: 30px;
  }


  .section-header h3 {
    font-size: 28px;
  }

  #employees .about-img img {
    border: none !important;
  }

  .client-text {
    padding: 10px;
  }

  .listed-style-remove {
    list-style: none;
  }

  .fs-mob {
    font-size: 22px;
  }

  .listed-text li {
    font-size: 14px;
  }

  .our-mission {
    font-size: 18px;
  }

}


@media (max-width: 490px) {
  .blur-back {
    width: 90%;
    bottom: 15px;
  }
}

@media (max-width: 375px) {
  .blur-back {
    bottom: -15px;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #000;
  margin-top: -50px;
}

/* About Us Section
--------------------------------*/
#employees {
  padding-bottom: 40px;
}



#employees .about-content h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}

#employees .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#employees .about-content ul {
  list-style: none;
  padding: 0;
}

#employees .about-content ul li {
  padding-bottom: 10px;
}

#employees .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #602eea;
}

#employees .about-img {
  position: relative;
}

#employees .about-img img {
  width: 100%;
  border: 8px solid #000;
  transition: 0.5s;
  height: 345px;
  object-fit: cover;
}

#employees .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

/* 
#employees .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}

#employees .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
} */

/* Services Section
--------------------------------*/
#portfolio,
#employees,
#services-1 {
  padding: 20px 0 40px 0;
  min-height: 100vh;
}

#employees .box,
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  text-align: center;
  height: 100%;
  border: 3px solid transform;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

#employees .box:hover,
#services .box:hover {
  transform: scale(1.06);
  border: 3.5px solid #fff;
  /* border: 3.5px linear-gradient(45deg, rgba(200,83,248,1) 0%, rgba(75,70,241,1) 100%);; */

}

#employees .no-border-on-hover:hover,
#services .no-border-on-hover:hover {
  transform: scale(1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: default;
}

#employees .icon,
#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#employees .icon i,
#services .icon i {
  font-size: 36px;
  line-height: 0;
}

#employees .title,
#services .title {
  margin-bottom: 15px;
  font-size: 19px;
  color: #fff;
}

#employees .title a,
#services .title a {
  color: #fff;
  font-weight: 500;
}

#employees .box:hover .title a,
#services .box:hover .title a {
  color: #fff;
}

#employees .description,
#services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  color: gray;
}

.vlocity-skills:hover {
  cursor: pointer;
}



/* Why Us Section
--------------------------------*/
#why-us {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #why-us .why-us-content {
    padding-top: 30px;
  }

  .highlight {
    font-size: 42px;
  }

  .portfolio-details {
    width: 100% !important;
  }

  .portfolio-details .portfolio-info {
    padding: 0 !important;
  }

  .portfolio-details .portfolio-description {
    padding-left: 0 !important;
  }
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 100;
  margin-left: 56px;
  color: #fff;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #fff;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #000;
  font-size: 28px;
  font-weight: 100;
}

#call-to-action .cta-text {
  color: #000;
}

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #000;
  color: #000;
}

#call-to-action .cta-btn:hover {
  background: #602eea;
  border: 3px solid #602eea;
}

/* Features Section
--------------------------------*/
#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 100;
  font-size: 24px;
}

/* Portfolio Section
--------------------------------*/


#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #602eea;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 100;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #000;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #602eea;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #602eea;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  font-size: 22px;
  color: #000;
  line-height: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #000;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 1;
  border: 1px solid #fff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.portfolio-details .portfolio-info {
  padding-top: 0;
  box-shadow: 0px 0 30px rgba(65, 62, 102, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}


.portfolio-info ul li a {
  color: #fff
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #000;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }

}

@media (max-width: 767px) {

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 1;
  border: 1px solid #602eea;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #602eea;
}

/* Team Section
--------------------------------*/
#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 36px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 70px;
}

#team .member h4 {
  font-weight: 100;
  margin-bottom: 2px;
  font-size: 18px;
  color: #000;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #000;
}

#team .member .social a {
  transition: none;
  color: #000;
}

#team .member .social a:hover {
  color: #602eea;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  opacity: 0.5;
  transition: 0.3s;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 1;
  border: 1px solid #602eea;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #602eea;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 80px 0;
}

@media (max-width: 991px) {
  #pricing {
    padding-bottom: 30px;
  }
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

@media (max-width: 991px) {
  #pricing .card {
    margin-bottom: 50px;
  }
}

#pricing .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #602eea;
  transition: 0.5s;
}

#pricing .card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #fff;
}

#pricing .card .card-block {
  padding-top: 0;
  text-align: center;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #fff;
  font-weight: 300;
}

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #fff;
}

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#pricing .card .list-group {
  margin-bottom: 15px;
}

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #602eea;
  color: #000;
}

#pricing .card .btn:hover {
  background: #0a98c0;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
}

#faq .faq-list li {
  border-bottom: 1px solid #edecf4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #602eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #158caf;
  transition: 0.3s;
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
  display: none;
}

#faq .faq-list .collapsed {
  color: black;
}

#faq .faq-list .collapsed:hover {
  color: #602eea;
}

#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 42px;
  background: #000;
  min-height: 40px;
  margin-top: 90px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.breadcrumbs ol li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 10px 0;
  font-size: 14px;
  background: #000;
  position: relative;
}

.form-control:focus {
  box-shadow: none;
  outline: 0;
}

#footer .footer-top {
  background: #000;
  padding-top: 20px;
  margin-bottom: 80px;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 500;
}

#footer .footer-top .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #602eea;
  color: #000;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #000;
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 190px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
  color: #602eea;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #602eea;
  border: 1px solid #602eea;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0a98c0;
}

#footer .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#footer .php-email-form .error-message {
  display: none;
  color: #000;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 100;
}

#footer .php-email-form .error-message br+br {
  margin-top: 25px;
}

#footer .php-email-form .sent-message {
  display: none;
  color: #000;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 100;
}

#footer .php-email-form .loading {
  display: none;
  background: #000;
  text-align: center;
  padding: 15px;
}

#footer .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#footer .php-email-form input,
#footer .php-email-form textarea {
  font-size: 14px;
  border: none;
  background: none;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .php-email-form input:focus,
#footer .php-email-form textarea:focus {
  /* border-color: #602eea; */
  border-bottom: 1px solid #fff;
}

#footer .php-email-form input {
  padding: 10px 0px;
}

#footer .php-email-form input::placeholder {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
  text-transform: uppercase;
}

#footer .php-email-form textarea {
  padding: 12px 0px;
}

#footer .php-email-form textarea::placeholder {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
  text-transform: uppercase;
}

#footer .php-email-form button[type=submit] {
  background: #602eea;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .php-email-form button[type=submit]:hover {
  background: #0a98c0;
  cursor: pointer;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
}

#footer2 .copyright {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  /* #1bb1dc */
  color: #602eea;
}

#footer .credits a:hover {
  color: #0a98c0;
}

#footer2 {
  font-size: 14px;
}

/* Triar IT styles */
.logo-text {
  top: 5px;
  position: relative;
  left: 10px;
}

.box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  overflow: hidden;
}

.portfolio-container {
  margin: 10px 0;
  transition: all .2s ease-in-out;
}

.portfolio-container:hover {
  transform: scale(1.03);
}

.main-details {
  padding: 0;
}

.portfolio-details {
  /* position: absolute; */
  color: #ffffff;
  top: 20px;
  left: 20px;
  padding: 10px 10px 100px;
  width: 93%;
}

.box-border {
  overflow: hidden;
  width: 50%;
  height: 670px;
  padding: 10px;
  margin-top: 30px;
}

.portfolio-button {
  background-color: #ffffff;
  position: absolute;
  padding: 15px 30px;
  bottom: 20px;
  left: 20px;
}

.hide-intro {
  visibility: hidden;
}


/* Tiles */

.tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  grid-gap: 2.2rem;
}

.tiles article {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  width: 100%;
}

.tiles article>.image {
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.tiles article>.image img {
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.tiles article>.image:before {
  pointer-events: none;
  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .2;
}

.tiles article>.image:after {
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .15;
  z-index: 2;
}

.tiles article>a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 4px;
  border-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  font-weight: 400;
}

.tiles article>a> :last-child {
  margin: 0;
}

.tiles article>a:hover {
  color: #ffffff !important;
  font-weight: 600;
  cursor: default;
}

.tiles article>a h2 {
  margin: 0;
  font-weight: 500 !important;
}

.tiles article>a .content {
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.tiles article>a .content> :last-child {
  margin-bottom: 0;
}

.tiles article.style1>.image:before {
  background-color: #0000003d;
  backdrop-filter: blur(11px);
}

.tiles article.style2>.image:before {
  background-color: #0000003d;
  backdrop-filter: blur(11px);
}

.tiles article.style3>.image:before {
  background-color: #0000003d;
  backdrop-filter: blur(11px);
}

.tiles article.style4>.image:before {
  background-color: #0000003d;
  backdrop-filter: blur(30px);
}

.tiles article.style5>.image:before {
  background-color: #ae85ca;
}

.tiles article.style6>.image:before {
  background-color: #8499e7;
}

body:not(.is-touch) .tiles article:hover>.image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover>.image:before {
  background-color: #000000;
  opacity: 0.50;
}

body:not(.is-touch) .tiles article:hover>.image:after {
  opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
  max-height: 15em;
  opacity: 1;
  letter-spacing: 0.5px;
  font-size: 16px;
}

*+.tiles {
  margin-top: 2em;
}

body.is-preload .tiles article {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

body.is-touch .tiles article .content {
  max-height: 15em;
  opacity: 1;
}

.content p {
  margin: 0;
}

@media screen and (max-width: 1280px) {



  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
  }

}

@media screen and (max-width: 980px) {


  .tiles article {
    width: 100%;
    margin: 2.5em 0 0 0;
  }

}

@media screen and (max-width:768px) {
  .tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 736px) {





  .tiles article:hover>.image {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }

}

@media screen and (max-width:575px) {
  .tiles {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 .7rem;
  }
}

@media screen and (max-width: 480px) {

  .tiles {
    margin: 0;
  }

  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
    padding: 0 24px;
  }

}




/* Main */

/* #main {
  padding: 0em 0 4em 0;
} */

@media screen and (max-width: 736px) {

  #main {
    padding: 0em 0 1em 0;
  }

}



/* Wrapper */

#wrapper>*>.inner {
  width: 100%;
  max-width: 68em;
  margin: 0 auto;
  padding: 0 2.5em;
}

@media screen and (max-width: 736px) {

  #wrapper>*>.inner {
    padding: 0 1.25em;
  }

}




/* <!-- ======= Portfolio Details Section ======= --> */
.row {
  padding: 0 20px;
}

.col-lg-8,
.col-lg-4 {
  padding: 0 24px;
}

/* <!-- ======= End Portfolio Details Section ======= --> */

/* <!-- ======= Footer ======= --> */
#formpadding {
  padding: 0 24px;
}

:is(.sendmsg, .ps-5) {
  padding: 0 24px !important;
}

/* <!-- ======= Footer ======= --> */