/*****************************************************************
    Template Name    : TechSoft - IT Solution & Business Services HTML5 Responsive Website Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2024
    File Description : Main css file of the template
*****************************************************************/

/*****************************************************************

** - 01 - Default CSS
** - 01.1 - Preloader Section CSS
** - 02 - Navbar Section CSS
** - 03 - All Home Section CSS
** - 04 - All About Section CSS
** - 05 - All Services Section CSS
** - 06 - Single Services Section CSS
** - 07 - Why Choosing Us Section CSS
** - 08 - How It Works Section CSS
** - 09 - Counter Section CSS
** - 10 - All Projects Section CSS
** - 11 - Single Projects Section CSS
** - 12 - All Testimonial Section CSS
** - 13 - Blog Section CSS
** - 14 - Blog Details Page Section CSS
** - 14.1 - Blog Page Sidebar Widget Section CSS
** - 15 - Hire Section CSS
** - 16 - Partner Section CSS
** - 17 - All Footer Section CSS

** - 18 - Other Page Banner Title Section CSS
** - 19 - All Contact Page Section CSS
** - 20 - Pricing Page Section CSS
** - 21 - Team Page Section CSS
** - 22 - Faq Page Section CSS
** - 23 - 404 Error Page Section CSS
** - 24 - Coming Soon Page Section CSS
** - 25 - Terms & Conditions Page CSS
** - 26 - Privacy Policy Page CSS

*****************************************************************/


/**************************************
 ** - 01 - Default CSS
 **************************************/
 *, *:before, *:after {
	box-sizing: inherit;
  }
  
  * {
	scroll-behavior: inherit !important;
  }
  
  html, body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
  }
  body {
	  padding: 0;
	  margin: 0;
	  font-size: 16px;
	  font-weight: normal;
	  font-variant: normal;
	  overflow-x: hidden;
	  transition: all .2s ease-out;
	  -webkit-transition: all .2s ease-out;
	  font-family: 'Source Sans Pro', sans-serif;
  }
  
  img {
	  max-width: 100%;
	  height: auto;
  }
  
  button {
	  outline: 0 !important;
  }
  
  .d-table {
	  width: 100%;
	  height: 100%;
  }
  
  .d-table-cell {
	  vertical-align: middle;
  }
  
  .ptb-100 {
	  padding-top: 100px;
	  padding-bottom: 100px;
  }
  
  .pt-50 {
	  padding-top: 50px;
  }
  .pt-70 {
	  padding-top: 70px;
  }
  
  .pb-50 {
	  padding-bottom: 50px;
  }
  
  .pb-70 {
	  padding-bottom: 70px;
  }
  
  .pb-100 {
	  padding-bottom: 100px;
  }
  
  .pt-100 {
	  padding-top: 100px;
  }
  
  .bg-grey {
	  background-color: rgba(223, 223, 223, .11) !important;
  }
  
  .color-text {
	  color: #5764ec;
  }
  
  .author-name {
	  color: #fff;
	  font-size: 15px;
	  font-weight: 600;
  }
  
  dl, ol, ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
  }
  
  .section-padding {
	  padding: 100px 0;
  }
  
  a {
	  color: #333;
	  text-decoration: none;
	  outline: 0 !important;
	  -webkit-transition: all 0.4s;
	  transition: all 0.4s
  }
  
  a:hover {
	  text-decoration: none;
	  color: #5764ec;
	  -webkit-transition: all 0.4s;
	  transition: all 0.4s;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	  font-weight: 700;
	  line-height: 1.3;
	  margin: 0;
	  font-family: 'Roboto', sans-serif;
  }
  
  p {
	  font-size: 16px;
	  line-height: 1.8;
	  color: #505050;
	  margin-bottom: 15px;
	  font-weight: 400;
	  font-family: 'Source Sans Pro', sans-serif;
  }
  
  p:last-child {
	  margin-bottom: 0;
  }
  
  .default-btn {
	  border: none;
	  position: relative;
	  display: inline-block;
	  text-align: center;
	  overflow: hidden;
	  z-index: 1;
	  color: #ffffff;
	  background-color: #5764ec;
	  border-radius: 0px;
	  font-weight: 600;
	  font-size: 15px;
	  padding-left: 40px;
	  padding-right: 40px;
	  padding-top: 12px;
	  padding-bottom: 12px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .btn-primary {
	  border: none;
	  display: inline-block;
	  line-height: initial;
	  border-radius: 0px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  padding: 14px 33px;
	  position: relative;
	  z-index: 1;
	  font-size: 16px;
	  font-weight: 600;
  }
  
  .btn-primary {
	  display: inline-block;
	  color: #ffffff;
	  background-color: #5764ec;
	  background-image: linear-gradient(135deg, #ff561d 0%, #ff561d 50%, #5764ec 50%, #5764ec 100%);
	  background-position: right center;
	  text-align: center;
	  text-decoration: none;
	  -webkit-transition-delay: 0s;
	  transition-delay: 0s;
	  -webkit-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	  -webkit-transition-property: color, background;
	  transition-property: color, background;
	  -webkit-transition-timing-function: ease;
	  transition-timing-function: ease;
	  background-size: 270% auto;
  }
  
  .btn-primary:hover, .btn-primary:focus {
	  background-position: left center;
	  -webkit-box-shadow: unset !important;
	  -moz-box-shadow: unset !important;
	  box-shadow: unset !important;
  }
  
  .btn-mr-right-20 {
	  margin-right: 20px;
  }
  
  /* margin top */
  .mt-5 {
	  margin-top: 5px;
  }
  
  .mt-10 {
	  margin-top: 10px;
  }
  
  .mt-15 {
	  margin-top: 15px;
  }
  
  .mt-20 {
	  margin-top: 20px;
  }
  
  .mt-25 {
	  margin-top: 25px;
  }
  
  .mt-30 {
	  margin-top: 30px;
  }
  
  .mt-35 {
	  margin-top: 35px;
  }
  
  .mt-40 {
	  margin-top: 40px;
  }
  
  .mt-45 {
	  margin-top: 45px;
  }
  
  /* margin bottom */
  .mb-5 {
	  margin-bottom: 5px;
  }
  
  .mb-10 {
	  margin-bottom: 10px;
  }
  
  .mb-15 {
	  margin-bottom: 15px;
  }
  
  .mb-20 {
	  margin-bottom: 20px;
  }
  
  .mb-25 {
	  margin-bottom: 25px;
  }
  
  .mb-30 {
	  margin-bottom: 30px;
  }
  
  .mb-35 {
	  margin-bottom: 35px;
  }
  
  .mb-40 {
	  margin-bottom: 40px;
  }
  
  .mb-45 {
	  margin-bottom: 45px;
  }
  
  .mr-15 {
	  margin-right: 15px;
  }
  
  .section-title {
	  text-align: center;
	  margin-bottom: 65px;
  }
  
  .section-title h6 {
	  font-size: 15px;
	  color: #ff561d;
	  font-weight: 700;
	  margin-bottom: 10px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
  }
  
  .section-title h2 {
	  font-size: 38px;
	  color: #333;
	  font-weight: 800;
	  margin: 0;
  }

  /**************************************
 ** - 10 - Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 16px;
	font-weight: 600;
	color: #4C75FF;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 33px;
	color: #505060;
	font-weight: 700;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	padding: 15px 10px;
	padding-left: 12px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #505060;
	font-size: 15px;
	font-weight: 500;
	border-left: 2px solid #4C75FF;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	overflow: hidden;
}
.overview-content .features-list li span i {
	color: #4C75FF;
	font-size: 15px;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
	padding-left: 15px;
}

.overview-content .features-list li span:hover i {
	color: #ffffff;
}

.overview-content .features-list li span.active {
    color: #fff;
}

.overview-content .features-list li span.active i {
    color: #fff;
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
    right: 100%;
	bottom: 0;
	border-radius: 0px 0px 0px 0px;
	background-color: #4C75FF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span.active:before {
    right: 0;
}
.overview-content .features-list li span:hover::before {
	right: 0;
}

.overview-image {
	text-align: center;
}


  /*****************************************
   ** - 00 -  Go Top CSS
   ******************************************/
  .go-top {
	  position: fixed;
	  cursor: pointer;
	  top: 0;
	  right: 35px;
	  color: #ffffff;
	  background-color: #5764ec;
	  z-index: 4;
	  width: 45px;
	  text-align: center;
	  height: 45px;
	  line-height: 45px;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: .9s;
	  transition: .9s;
	  border-radius: 0;
  }
  
  .go-top.active {
	  top: 85%;
	  -webkit-transform: translateY(-98%);
	  transform: translateY(-98%);
	  opacity: 1;
	  visibility: visible;
  }
  
  .go-top i {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .go-top i:last-child {
	  opacity: 0;
	  visibility: hidden;
	  top: 60%;
  }
  
  .go-top::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  background: #ff561d;
	  opacity: 0;
	  visibility: hidden;
	  border-radius: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .go-top:hover, .go-top:focus {
	  color: #ffffff;
  }
  
  .go-top:hover::before, .go-top:focus::before {
	  opacity: 1;
	  visibility: visible;
  }
  
  .go-top:hover i:first-child, .go-top:focus i:first-child {
	  opacity: 0;
	  top: 0;
	  visibility: hidden;
  }
  
  .go-top:hover i:last-child, .go-top:focus i:last-child {
	  opacity: 1;
	  visibility: visible;
	  top: 50%;
  }
  
  
  
  .single-features-item {
	  position: relative;
	  z-index: 1;
	  display: block;
	  padding: 40px 25px;
	  text-align: center;
	  border-radius: 10px;
	  background-color: #ffffff;
	  margin-top: 30px;
	  overflow: hidden;
	  -webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	  -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	  box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	  -webkit-transition: all 500ms ease-out;
	  transition: all 500ms ease-out;
  }
  .single-features-item::before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 70%;
	  height: 3px;
	  margin: 0 auto;
	  border-radius: 10px;
	  background-color: #4C75FF;
	  -webkit-transition: all ease 0.5s;
	  transition: all ease 0.5s;
  }
  .single-features-item:hover::before {
	  width: 100%;
	  height: 100%;
  }
  .features-icon {
	  display: inline-block;
	  margin-bottom: 25px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  will-change: transform;
  }
  
  .features-icon i {
	  color: #4C75FF;
	  font-size: 38px;
	  width: 75px;
	  height: 75px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: auto;
	  background: rgb(215, 215, 215, 0.17);
	  border-radius: 50%;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  
  .single-features-item h3 {
	  font-size: 18px;
	  font-weight: 600;
	  margin-bottom: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .single-features-item h3 a {
	  display: inline-block;
  }
  
  .single-features-item p {
	  font-size: 15px;
	  margin-top: 15px;
	  margin-bottom: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .single-features-item .features-btn-link {
	  margin-top: 16px;
  }
  
  .single-features-item .features-btn-link .features-link {
	  display: inline-block;
	  font-size: 16px;
	  color: #4C75FF;
	  letter-spacing: 0.5px;
	  font-weight: 600;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  text-decoration: underline;
  }
  
  .single-features-item:hover {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
  }
  
  .single-features-item:hover .features-icon i {
	  background: #fff;
  }
  
  .single-features-item:hover h3 {
	  color: #fff;
  }
  .single-features-item:hover p {
	  color: #fff;
  }
  .single-features-item:hover .features-btn-link .features-link {
	  color: #fff;
  }
  
  
  /**************************************
   ** - 01.1 - Preloader Section CSS
   **************************************/
  .techSoft-preloader {
	  background: #fff;
	  bottom: 0;
	  left: 0;
	  position: fixed;
	  right: 0;
	  top: 0;
	  z-index: 99999;
	  width: 100%;
	  height: 100%;
  }
  .techSoft-preloader svg {
	  bottom: 0;
	  height: 70px;
	  left: 0;
	  margin: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 70px;
  }
  .techSoft-preloader svg polygon {
	  stroke-dasharray: 17;
	  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
	  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  }
  .loader-text {
	  color: #5764ec;
	  left: 0;
	  font-size: 16px;
	  letter-spacing: 2px;
	  margin-top: 55px;
	  position: absolute;
	  right: 0;
	  text-align: center;
	  top: 50%;
	  transform: translateY(-50%);
  }
  @-webkit-keyframes dash {
	to {
	  stroke-dashoffset: 136;
	}
  }
  @keyframes dash {
	to {
	  stroke-dashoffset: 136;
	}
  }
  
  /**************************************
   ** - 02 - Navbar Section CSS
   **************************************/
  .techSoft-responsive-nav {
	  display: none;
  }
  
  .navbar-area .techSoft-nav-top-bar {
	  padding-top: 8px;
	  padding-bottom: 8px;
	  background-color: #5764ec;
  }
  
  .navbar-area .techSoft-nav-top-bar .call-to-action p {
	  margin: 0 13px 0 0;
	  display: inline-block;
	  color: #ffffff;
	  font-size: 15px;
  }
  
  .navbar-area .techSoft-nav-top-bar .call-to-action p i {
	  margin-right: 3px;
	  font-size: 14px;
  }
  
  .navbar-area .techSoft-nav-top-bar .call-to-action p a {
	  color: #ffffff;
  }
  
  .navbar-area .techSoft-nav-top-bar .call-to-action p a:hover, .navbar-area .techSoft-nav-top-bar .call-to-action p a:focus {
	  text-decoration: underline;
  }
  
  .navbar-area .techSoft-nav-top-bar .top-social {
	  float: right;
	  padding: 0;
	  margin: 0 0 0 10px;
	  list-style-type: none;
  }
  
  .navbar-area .techSoft-nav-top-bar .top-social li {
	  display: inline-block;
	  vertical-align: sub;
  }
  
  .navbar-area .techSoft-nav-top-bar .top-social li a {
	  font-size: 14px;
	  margin-left: 10px;
	  display: inline-block;
	  height: 30px;
	  width: 30px;
	  line-height: 30px;
	  color: #fff;
	  background-color: transparent;
	  border: 1px solid transparent;
	  border-radius: 50px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  text-align: center;
  }
  
  .navbar-area .techSoft-nav-top-bar .top-social li a:hover, .navbar-area .techSoft-nav-top-bar .top-social li a:focus {
	  color: #fff;
	  background-color: transparent;
	  border: 1px solid #ffffff;
  }
  
  .navbar-area .techSoft-nav-top-bar.template-color-bg {
	  background: #5764ec;
	  border-bottom: none;
  }
  
  .navbar-area .techSoft-nav-top-bar.template-color-bg .call-to-action p a {
	  color: #ffffff;
  }
  
  .navbar-area .techSoft-nav-top-bar.template-color-bg .top-social li a {
	  color: #ffffff;
  }
  
  .navbar-area.is-sticky .techSoft-nav-top-bar {
	  display: none;
  }
  
  .techSoft-nav {
	  background-color: #5764ec;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  padding-right: 0;
	  padding-left: 0;
  }
  
  .techSoft-nav .navbar {
	  padding-right: 0;
	  padding-top: 0;
	  padding-left: 0;
	  padding-bottom: 0;
  }
  
  .techSoft-nav .navbar ul {
	  padding-left: 0;
	  list-style-type: none;
	  margin-bottom: 0;
  }
  
  .techSoft-nav .navbar .navbar-nav {
	  margin: auto;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item {
	  position: relative;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  padding-left: 0;
	  padding-right: 0;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item a {
	  color: #333;
	  font-size: 17px;
	  font-weight: 600;
	  text-transform: capitalize;
	  padding-left: 0;
	  padding-right: 0;
	  padding-top: 0;
	  padding-bottom: 0;
	  margin-left: 15px;
	  margin-right: 15px;
	  -webkit-transition: all 0.4s;
	  transition: all 0.4s;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item a:hover, .techSoft-nav .navbar .navbar-nav .nav-item a:focus, .techSoft-nav .navbar .navbar-nav .nav-item a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item a i {
	  font-size: 10px;
	  position: relative;
	  top: -1px;
	  margin-left: 1px;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item:last-child a {
	  margin-right: 0;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item:first-child a {
	  margin-left: 0;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item:hover a, .techSoft-nav .navbar .navbar-nav .nav-item:focus a, .techSoft-nav .navbar .navbar-nav .nav-item.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  background: #ffffff;
	  position: absolute;
	  border: none;
	  top: 80px;
	  left: 0;
	  width: 235px;
	  z-index: 99;
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  border-radius: 0;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  padding: 0;
	  margin: 0;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	  padding-top: 12px;
	  padding-left: 20px;
	  padding-right: 12px;
	  padding-bottom: 12px;
	  border-bottom: 1px dashed #daf9d2;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	  content: '';
	  position: absolute;
	  left: -5px;
	  top: 50%;
	  width: 0;
	  height: 1px;
	  background-color: #5764ec;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
  }
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	  padding: 0;
	  margin: 0;
	  color: #333;
	  font-size: 17px;
	  font-weight: 600;
	  position: relative;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	  color: #5764ec;
	  padding-left: 5px;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	  width: 5px;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	  left: -245px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  left: -245px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  left: -245px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  left: 195px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  left: 195px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  left: 195px;
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: -15px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: -15px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: -15px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: -15px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: 0px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	  color: #5764ec;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: 0px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	  top: 100%;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .techSoft-nav .navbar .other-option {
	  margin-left: 0;
	  margin-top: 0px;
  }
  
  .techSoft-nav .black-logo {
	  display: none;
  }
  
  .navbar-area {
	  background-color: #ffffff;
	  position: relative;
	  z-index: 999;
	  width: 100%;
	  height: auto;
	  -webkit-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	  -moz-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	  box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .navbar-area.is-sticky {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 999999;
	  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  background: #ffffff !important;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .techSoft-nav.techSoft-fixed-nav.scroll-to-fixed-fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 9999;
	  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  background: #ffffff;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .navbar-area.is-sticky .navbar-nav .nav-item a {
	  color: #333;
  }
  
  .navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	  color: #5764ec;
  }

  
  @media only screen and (max-width: 991px) {
	  .navbar-area {
		  padding-top: 20px;
		  padding-bottom: 20px;
	  }
  
	  .navbar-area.is-sticky {
		  border-bottom: none;
		  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  padding-top: 20px;
		  padding-bottom: 20px;
	  }
  
	  .navbar-area.is-sticky .logo .white-logo {
		  display: none;
	  }
  
	  .navbar-area.is-sticky .logo .black-logo {
		  display: block;
	  }
  
	  .techSoft-responsive-nav {
		  display: block;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu {
		  position: relative;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .mean-nav ul {
		  font-size: 14px;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .mean-nav ul li a {
		  font-size: 15px;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .mean-nav ul li a.active {
		  color: #5764ec;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .mean-nav ul li li a {
		  font-size: 15px;
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .navbar-nav {
		  overflow-y: scroll;
		  height: 336px;
		  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	  }
  
	  .techSoft-responsive-nav .techSoft-responsive-menu.mean-container .others-options {
		  display: none;
	  }
  
	  .techSoft-responsive-nav .mean-container a.meanmenu-reveal {
		  color: #333;
	  }
  
	  .techSoft-responsive-nav .mean-container a.meanmenu-reveal span {
		  background: #333;
	  }
  
	  .techSoft-responsive-nav .logo {
		  position: relative;
		  width: 50%;
		  z-index: 999;
	  }
  
	  .techSoft-responsive-nav .logo .white-logo {
		  display: block;
	  }
  
	  .techSoft-responsive-nav .logo .black-logo {
		  display: none;
	  }
  
	  .techSoft-nav {
		  display: none;
	  }
  }
  
  .techSoft-nav .navbar .option-item {
	  margin-right: 30px;
	  position: relative;
  }
  
  .techSoft-nav .navbar .option-item .search-btn {
	  font-size: 15px;
	  color: #737373;
	  cursor: pointer;
	  background: transparent;
	  width: 25px;
	  height: 25px;
	  line-height: 25px;
	  text-align: center;
	  border-radius: 0px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  
  .techSoft-nav .navbar .option-item .close-btn {
	  font-size: 16px;
	  color: #737373;
	  cursor: pointer;
	  display: none;
	  background: transparent;
	  width: 25px;
	  height: 25px;
	  line-height: 25px;
	  text-align: center;
	  border-radius: 0px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  
  .techSoft-nav .navbar .option-item .close-btn.active {
	  display: block;
  }
  
  .search-overlay {
	  display: none;
  }
  
  .search-overlay.search-popup {
	  position: absolute;
	  top: 60px;
	  width: 350px;
	  background: #ffffff;
	  z-index: 2;
	  right: 0;
	  padding: 20px;
	  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  margin-top: 0;
  }
  
  .search-overlay.search-popup .search-form {
	  position: relative;
  }
  
  .search-overlay.search-popup .search-form .search-input {
	  display: block;
	  width: 100%;
	  height: 50px;
	  line-height: initial;
	  border: 1px solid #e0e0e0;
	  color: #02162e;
	  outline: 0;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  padding-top: 4px;
	  padding-left: 10px;
  }
  
  .search-overlay.search-popup .search-form .search-button {
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 50px;
	  background: #5764ec;
	  border: none;
	  width: 50px;
	  line-height: 53px;
	  outline: 0;
	  color: #ffffff;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  padding: 0;
  }
  
  .search-overlay.search-popup .search-form .search-button i {
	  font-size: 16px;
  }
  
  /**************************************
   ** - 03 - All Home Section CSS
   **************************************/
  
  .home-slider-area {
	  position: relative;
	  z-index: 1;
	  /* min-height: 100vh; */
	  background: rgb(2,0,36);
  }
  
  .home-slider,
  .home-slider-single-item {
	  height: 750px;
	  /* min-height: 100vh; */
	  overflow: hidden;
	  display: block;
  }
  
  .home-slider-single-item {
	  display: flex;
	  align-items: center;
	  padding: 70px 0;
	  background-repeat: no-repeat;
	  /* background-position: center; */
	  background-position: 75% center;
	  background-size: cover;
	  position: relative;
	  z-index: 1;
	  width: 100%;
  }
  
  .home-slider-single-item::before {
	  position: absolute;
	  top: 0;
	  content: "";
	  left: 0px;
	  padding: 0;
	  height: 100%;
	  width: 100%;
	  z-index: -1;
	  background: rgb(2,0,36);
	  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(227,227,255,0) 64%);
  }
  
  .home-slider-single-item .container {
	  position: relative;
	  z-index: 3;
  }
  
  .home-slider-single-item::after {
	  content: none;
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(255, 255, 255, .7);
  }
  
  
  .home-slider-content {
	  width: 100%;
	  max-width: 650px;
	  margin-bottom: 50px;
	  text-align: left;
	  overflow: hidden;
  }
  
  .home-slider-title {
	  color: #fff;
	  font-size: 60px;
	  font-weight: 800;
	  margin-bottom: 20px;
  }
  
  .home-slider-description {
	  max-width: 500px;
  }
  
  .home-slider-description p {
	  margin-bottom: 0;
	  color: #fff;
	  font-size: 18px;
  }
  .flickity-enabled.is-draggable .flickity-slider > .is-selected .home-slider-content h1 {
	  -webkit-animation: slideInUp 1s 0s both;
	  animation: slideInUp 1s 0s both;
  }
  .flickity-enabled.is-draggable .flickity-slider > .is-selected .home-slider-content p {
	  -webkit-animation: slideInUp 1s .2s both;
	  animation: slideInUp 1s .2s both;
  }
  .flickity-enabled.is-draggable .flickity-slider > .is-selected .home-slider-content .home-slider-btn-box {
	  -webkit-animation: slideInUp 1s .3s both;
	  animation: slideInUp 1s .3s both;
  }
  
  .home-slider-btn-box {
	  margin-top: 25px;
  }
  
  .valign {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
  }
  
  .flickity-page-dots {
	  position: relative;
	  bottom: inherit;
	  margin-top: 33px;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
  }
  
  .flickity-page-dots .dot {
	  position: relative;
	  width: 14px;
	  height: 14px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  outline: 0;
	  background: 0 0;
	  opacity: 1;
	  margin: 0 1.125rem .625rem 0;
  }
  
  .flickity-page-dots .dot:last-child {
	  margin-right: 0;
  }
  
  .flickity-page-dots .dot.is-selected::after {
	  width: 100%;
	  height: 100%;
	  background-color: #ffffff;
  }
  
  .flickity-page-dots .dot:hover::after {
	  background-color: #5764ec;
  }
  
  .flickity-page-dots .dot::after {
	  content: "";
	  width: 10px;
	  height: 10px;
	  border: 1px solid #ffffff;
	  background-color: transparent;
	  border-radius: 50%;
	  transition: all .4s;
	  outline: 0;
	  margin: 0;
  }
  
  .flickity-dots-white .flickity-page-dots .dot::after {
	  background-color: #fff;
  }
  
  .flickity-dots-white .flickity-page-dots .dot.is-selected::after {
	  background-color: #5764ec;
  }
  
  .flickity-prev-next-button {
	  width: 44px;
	  height: 44px;
	  border-radius: 50%;
	  background: #fff;
	  border: 0;
	  display: flex;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
	  position: relative;
	  left: 0;
	  top: 0;
	  width: 14px;
	  height: 14px;
	  margin: auto;
	  fill: #5764ec;
  }
  
  .ios .flickity-prev-next-button .flickity-button-icon {
	  width: 15px;
	  height: 15px;
  }
  
  .carusel-col {
	  padding: 0;
	  margin-right: 30px;
  }
  
  .carusel-col:last-child {
	  margin-right: 0;
  }
  
  .flickity-dots-absolute .flickity-page-dots {
	  position: absolute;
	  bottom: 25px;
  }
  
  /**************************************
   ** - 03.01 - Demo-2 Home Section CSS
   **************************************/
  .home-area.home-area-2 {
	  position: relative;
	  z-index: 1;
	  height: 750px;
	  min-height: 100vh;
	  background-size: cover;
	  background-repeat: no-repeat;
	  overflow: hidden;
	  background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc));
	  background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc);
	  background: #8E2DE2;
	  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
	  background: linear-gradient(to right, #4A00E0, #8E2DE2);
	  background: #2193b0;  /* fallback for old browsers */
	  background: -webkit-linear-gradient(to right, #2193b0, #6dd5ed);  /* Chrome 10-25, Safari 5.1-6 */
	  background: linear-gradient(to right, #2193b0, #6dd5ed); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  }
  
  .home-area .banner-image {
	  text-align: center;
	  padding-top: 50px;
  }
  
  .home-area .creative-shape {
	  position: absolute;
	  bottom: -5px;
	  left: 0;
	  width: 100%;
	  height: auto;
	  z-index: -1;
  }
  
  .main-banner-content {
	  text-align: left;
	  padding-bottom: 50px;
  }
  .main-banner-content h1 {
	font-size: 50px;
	color: #212529;
	margin: 0 0 20px 0;
	font-weight: 700;
  }
  
  .main-banner-content p {
	color: #212529;
	font-size: 18px;
	margin: 0 0 0 0;
  }
  
  .home-video-box {
	  position: relative;
	  z-index: 1;
	  margin-top: 35px;
  }
  
  .home-video-box .video-btn.popup-youtube {
	  display: inline-block;
	  position: unset;
	  z-index: 1;
	  -webkit-transform: none;
	  transform: none;
  }
  
  /**************************************
   ** - 04 - All About Section CSS
   *************************************/
  .about-area {
  }
  
  .about-image img {
	  border-radius: 3px;
  }
  
  .about-content {
	  padding-right: 0px;
  }
  
  .about-content h6 {
	  font-size: 16px;
	  color: #ff561d;
	  font-weight: 700;
	  margin-bottom: 10px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
  }
  
  .about-content h2 {
	  font-size: 38px;
	  font-weight: 700;
	  margin-top: 10px;
	  margin-bottom: 15px;
  }
  
  .about-blockquote {
	  padding: 5px 0px 5px 35px;
	  border-left: 2px solid #5764ec;
	  margin-top: 25px;
  }
  .about-blockquote h3 {
	  color: #555;
	  font-size: 18px;
	  font-weight: 500;
	  line-height: 1.5;
  }
  
  .feature-list-box li {
	  margin-bottom: 5px;
	  display: block;
	  padding-bottom: 5px;
  }
  
  .feature-list-box li:last-child {
	  margin-bottom: 0px;
  }
  
  .feature-list-box li i {
	  padding-right: 5px;
	  color: #5764ec;
  }
  
  .video-btn.popup-youtube {
	  height: 70px;
	  width: 70px;
	  line-height: 75px;
	  border: 3px solid #ffffff;
	  border-radius: 50%;
	  display: block;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  z-index: 1;
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  transform: translateY(-50%) translateX(-50%);
	  text-align: center;
  }
  
  .video-btn.popup-youtube i {
	  color: #ffffff;
	  font-size: 30px;
	  padding-left: 5px;
  }
  .about-inner-area {
	  margin-top: 35px;
  }
  .about-page-content {
	  margin-top: 35px;
  }
  .about-inner-area .about-page-content h3 {
	  color: #333;
	  font-size: 20px;
	  margin-bottom: 10px;
  }
  
  /**********************************************
   ** - 05.01 - Demo-2 About Section CSS
   **********************************************/
  .about-area .skills {
	  margin-top: 30px;
  }
  .about-area .skills .skill-item {
	  margin-bottom: 25px;
  }
  .about-area .skills .skill-item:last-child {
	  margin-bottom: 0px;
  }
  .about-area .skills .skill-item h6 {
	  font-size: 16px;
	  color: #333;
	  text-transform: capitalize;
	  position: relative;
	  z-index: 4;
	  font-weight: 600;
	  letter-spacing: 0;
	  margin-bottom: 10px;
  }
  .about-area .skills .skill-item h6 em {
	  float: right;
	  font-size: 15px;
	  font-style: normal;
  }
  .about-area .skills .skill-item .skill-progress {
	  position: relative;
	  height: 5px;
	  border-radius: 0px;
	  background: #f1f1fa;
  }
  .about-area .skills .skill-item .skill-progress .progres {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 10%;
	  background-color: #5764ec;
	  -webkit-transition: all 1.5s;
	  transition: all 1.5s;
  }
  
  /**************************************
   ** - 05 - All Services Section CSS
   **************************************/
  
  .services-area-1 {
	  position: relative;
  }
  
  .single-services-box-1 {
	  position: relative;
	  display: block;
	  padding: 35px 30px;
	  text-align: left;
	  overflow: hidden;
	  border: 1px solid #ececec;
	  border-radius: 3px;
	  margin-bottom: 30px;
	  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  -webkit-transition: all 500ms ease-out;
	  transition: all 500ms ease-out;
  }
  .single-services-box-1:before {
	  position: absolute;
	  content: "";
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 100%;
	  z-index: -1;
	  transform: scale(1.1);
	  opacity: 0;
	  transition: .5s;
  }
  
  .single-services-box-img-1:before {
	  background: url(../img/services/security-1.jpg);
  }
  .single-services-box-img-2:before {
	  background: url(../img/services/security-1.jpg);
  }
  .single-services-box-img-3:before {
	  background: url(../img/services/security-2.jpg);
  }
  .single-services-box-img-4:before {
	  background: url(../img/services/services-4.jpg);
  }
  .single-services-box-img-5:before {
	  background: url(../img/services/services-5.jpg);
  }
  .single-services-box-img-6:before {
	  background: url(../img/services/services-6.jpg);
  }
  
  .single-services-box-1:before {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
  }
  
  .single-services-box-1:hover:before {
	  opacity: 1;
	  transform: scale(1);
  }
  .single-services-box-1:hover {
	  background: rgb(87, 100, 236, 0.5);
	  box-shadow: none;
  }
  .single-services-box-1 .services-icon-12 {
	  display: block;
	  color: #5764ec;
	  margin-bottom: 20px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .single-services-box-1 .services-icon-12 i::before {
	  font-size: 55px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  .single-services-box-1:hover .services-icon-12 i {
	  color: #fff;
  }
  
  .single-services-box-1 h3 {
	  font-size: 18px;
	  margin-bottom: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .single-services-box-1:hover h3 {
	  color: #fff;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .single-services-box-1 p {
	  font-size: 16px;
	  margin-top: 15px;
	  margin-bottom: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  .single-services-box-1:hover p {
	  color: #fff;
  }
  
  .single-services-box-1 .services-btn {
	margin-top: 16px;
	text-align: left;
  }
  
  .single-services-box-1 .services-btn .services-btn-one {
	  color: #5764ec;
	  font-size: 17px;
	  font-weight: 600;
	  display: inline-block;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  .single-services-box-1:hover .services-btn .services-btn-one {
	  color: #fff;
  }
  
  .single-services-box-1 .services-btn i {
	  position: relative;
	  color: #5764ec;
	  top: 1px;
	  font-weight: bold;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .single-services-box-1 .services-btn i::before {
	font-size: 14px;
  }
  
  .services-more-btn-box {
	  margin-top: 15px;
  }
  
  /*******************************************
   ** - 05.01 - Demo-2 Services Section CSS
   *******************************************/
  
  .single-services-box-2 {
	position: relative;
	z-index: 1;
	padding: 35px 25px;
	text-align: center;
	border-radius: 0px;
	background-color: #ffffff;
	margin-bottom: 30px;
	-webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	-moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  .single-services-box-2:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	border-bottom: 3px solid #5764ec;
	  border-bottom-left-radius: 5px;
	  border-bottom-right-radius: 5px;
	transform: scaleX(0);
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  .single-services-box-2:hover:before {
	transform: scaleX(1);
  }
  .single-services-box-2 .services-icon-2 {
	  position: relative;
	  display: inline-block;
	  z-index: 1;
	  width: 80px;
	  height: 80px;
	  line-height: 80px;
	  border: 1px solid #f5f6ff;
	  border-radius: 50%;
	  color: #5764ec;
	  margin-bottom: 20px;
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .single-services-box-2:hover .services-icon-2 {
	  border-color: #5764ec;
	  color: #ffffff;
	  -webkit-transform: scale(.98);
	  -moz-transform: scale(.98);
	  -ms-transform: scale(.98);
	  -o-transform: scale(.98);
	  transform: scale(.98);
  }
  .single-services-box-2 .services-icon-2::before {
	  content: '';
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  background-color: #f5f6ff;
	  z-index: -1;
	  border-radius: 50%;
	  margin: 5px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .single-services-box-2:hover .services-icon-2::before {
	  background: #5764ec;
  }
  .single-services-box-2 .services-icon-2 i::before {
	font-size: 35px;
  }
  
  .single-services-box-2 h3 {
	font-size: 18px;
	margin-bottom: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .single-services-box-2 h3 a {
	display: inline-block;
  }
  
  .single-services-box-2 p {
	font-size: 16px;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
	margin-top: 15px;
	margin-bottom: 0;
  }
  
  .single-services-box-2 .services-btn {
	margin-top: 16px;
  }
  
  .single-services-box-2 .services-btn .services-btn-one {
	  display: inline-block;
	  color: #5764ec;
	  font-size: 17px;
	  font-weight: 600;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .single-services-box-2 .services-btn i {
	position: relative;
	color: #5764ec;
	top: 1px;
	font-weight: bold;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
  }
  
  .single-services-box-2 .services-btn i::before {
	font-size: 14px;
  }
  
  .single-services-box-2:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
  }
  
  .single-services-box-2:hover h3 {
	color: #333;
  }
  
  .single-services-box-2:hover h3 a {
	color: #333;
  }
  
  .single-services-box-2:hover p {
	color: #333;
  }
  
  .single-services-box-2:hover .services-btn .services-btn-one {
	color: #333;
  }
  
  .single-services-box-2:hover .services-btn i {
	color: #333;
  }
  .services-more-btn-box {
	  margin-top: 15px;
  }
  
  /*******************************************
   ** - 05.0 - Services Category Section CSS
   *******************************************/
  
  .services-single-category {
	  position: relative;
	  padding: 40px 30px;
	  display: block;
	  border-radius: 0px;
	  background: #fff;
	  margin-top: 30px;
	  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  overflow: hidden;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
  }
  .services-single-category:hover {
	  -webkit-transform: translateY(2px);
	  transform: translateY(-5px);-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
	  box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
  }
  
  .services-single-category-icon {
	  position: absolute;
	  left: 5px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
  }
  
  .services-single-category-info {
	  padding-left: 75px;
  }
  
  .services-single-category-icon i {
	  width: 90px;
	  height: 90px;
	  background: #5764ec;
	  display: block;
	  text-align: center;
	  line-height: 90px;
	  color: #fff;
	  border-radius: 50%;
  }
  .services-single-category-icon i.icon:before {
	  font-size: 50px;
  }
  
  .services-single-category-info h3 {
	  font-size: 18px;
	  color: #5764ec;
	  margin-bottom: 10px;
  }
  
  /************************************************
   ** - 06 - Single Services Page Details CSS
   ************************************************/
  .services-details-overview {
	  margin-bottom: 60px;
  }
  
  .services-details-overview:last-child {
	  margin-bottom: 0;
  }
  
  .services-details-overview .services-details-desc h3 {
	  margin-bottom: 15px;
	  font-size: 25px;
	  font-weight: 600;
  }
  
  .services-details-overview .services-details-desc .features-text {
	  margin-top: 25px;
  }
  
  .services-details-overview .services-details-desc .features-text h4 {
	  margin-bottom: 10px;
	  font-size: 18px;
  }
  
  .services-details-bg-title-area {
	  background: #242a2d;
	  box-shadow: 0 10px 32px rgb(0, 0, 0, 0.20);
  }
  .services-details-bg-title-content h2 {
	  color: #fff;
	  font-size: 38px;
	  font-weight: 800;
	  margin-bottom: 15px;
  }
  
  .services-details-bg-title-content h3 {
	  color: #fff;
	  font-size: 20px;
	  font-weight: 700;
  }
  
  /***********************************************
   ** - 07 - Why Choosing Us Section CSS
   ***********************************************/
  .whychoose-area {
  }
  .whychoose-area .section-title {
	  margin-bottom: 15px;
  }
  
  .whychoose-single-item {
	  position: relative;
	  margin-top: 45px;
  }
  
  .whychoose-icon-box {
	  position: absolute;
	  left: 0;
	  top: 0;
	  text-align: center;
  }
  
  .whychoose-icon-box img {
	  width: 60px;
	  margin: 0 auto;
  }
  
  .whychoose-info {
	  padding-left: 100px;
  }
  
  .whychoose-info h3 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  
  /**************************************
   ** - 08 - How It Works Section CSS
   *************************************/
  .workprocess-area {
	  background-color: #f4f5ff;
	  position: relative;
	  z-index: 1;
  }
  .workprocess-area .section-title {
	  margin-bottom: 15px;
  }
  
  .workprocess-single-item {
	  position: relative;
	  margin-top: 35px;
  }
  
  .workprocess-icon-box {
	  position: absolute;
	  left: 0;
	  top: 0;
  }
  .workprocess-icon-box .workprocess-icon-number {
	  background: url(../img/circle-border.svg) 0 0 no-repeat;
	  font-size: 1rem;
	  font-weight: 600;
	  color: #fff;
	  width: 64px;
	  height: 64px;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: nowrap;
  }
  
  .workprocess-info {
	  padding-left: 85px;
	  padding-top: 20px;
  }
  
  .workprocess-info h3 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  .workprocess-number-bg {
	  position: absolute;
	  top: -40px;
	  left: 10px;
	  width: 120px;
	  z-index: -1;
	  text-align: right;
  }
  
  .workprocess-number-bg span {
	  font-size: 12.5rem;
	  color: rgba(0,0,0,.03);
	  font-weight: 700;
	  line-height: 1;
  }
  
  /**************************************
   ** - 09 - Counter Section CSS
   *************************************/
  .counter-wrapper-box {
	  position: relative;
	  background-color: #fff;
	  z-index: 1;
	  text-align: center;
	  padding: 70px 0;
	  margin-top: -122px;
	  border-radius: 0px;
	  overflow: hidden;
	  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  }
  
  .counter-wrapper-box::before {
	  content: "";
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  left: 0;
	  top: 0;
	  background-color: #217fca;
	  background-image: url(../img/counter-bg.jpg);
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  z-index: -1;
	  opacity: .5;
  }
  
  .counter-contents h2 {
	  color: #333;
	  font-size: 55px;
	  font-weight: 700;
	  margin-bottom: 10px;
	  word-spacing: -10px;
	  font-family: 'Source Sans Pro', sans-serif;
  }
  
  .counter-contents h3 {
	  color: #333;
	  font-size: 18px;
	  font-weight: 600;
  }
  
  .counter-area2 {
	  text-align: center;
	  background-color: rgba(136, 116, 181, .11);
	  position: relative;
	  z-index: 1;
	  text-align: center;
	  padding: 70px 0;
  }
  
  /**************************************
   ** - 10 - All Projects Section CSS
   **************************************/
  .project-area {
  }
  
  .project-area .section-title {
	  text-align: center;
	  margin-bottom: 35px;
  }
  
  .single-project {
	  position: relative;
	  margin-top: 30px;
  }
  
  .single-project::before {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  border-radius: 3px;
	  background-color: #000;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .project-image img {
	  border-radius: 3px;
  }
  
  .single-project .works-overly-info {
	  position: absolute;
	  left: 18px;
	  right: 18px;
	  bottom: 18px;
	  text-align: left;
	  color: #ffffff;
	  -webkit-transform: translateY(50px);
	  transform: translateY(50px);
	  font-size: 20px;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .single-project .works-overly-info:hover {
	  text-decoration: none;
  }
  
  .single-project .works-overly-info .text {
	  background: #ffffff;
	  padding: 15px 20px;
	  text-align: center;
	  border-radius: 3px;
  }
  
  .single-project .works-overly-info .text h3 {
	  color: #333;
	  font-size: 18px;
	  font-weight: 700;
	  line-height: 1.5;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .single-project .works-overly-info .text h3 a {
	  color: #333;
	  font-size: 18px;
	  margin: 0;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .single-project .works-overly-info .text h3 a:hover {
	  color: #5764ec;
	  text-decoration: underline;
  }
  
  .single-project .works-overly-info .text .works-category {
	  font-size: 15px;
	  color: #5764ec;
	  font-weight: 600;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .single-project:hover::before, .single-project:focus::before {
	  opacity: 0.7;
	  visibility: visible;
  }
  
  .single-project:hover .works-overly-info, .single-project:focus .works-overly-info {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	  -webkit-transition: .6s;
	  transition: .6s;
  }
  .project-area-1 .project-more-btn-box {
	  margin-top: 40px;
  }
  
/*********************************************
 ** - 09 - Industries Tabs Section CSS
 *********************************************/
.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.solutions-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.solutions-list-tab .tabs li {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 16.6666666667%;
    flex: 4 0 16.6666666667%;
    max-width: 23.666667%;
    text-align: center;
    margin-right: 30px;
    margin-left: 0;
}

.solutions-list-tab .tabs li:last-child {
    margin-right: 0;
}

.solutions-list-tab .tabs li a {
    display: block;
    color: #292a2c;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.solutions-list-tab .tabs li a span {
    display: block;
    margin-top: 0;
}

.solutions-list-tab .tabs li.current a,
.solutions-list-tab .tabs li:hover a {
    color: #ffffff;
    background-color: #4C75FF;
}
.home-1-tab .solutions-list-tab .tabs li.current a,
.home-1-tab .solutions-list-tab .tabs li:hover a {
    color: #ffffff;
	background: #4C75FF;
}

.home-2-tab .solutions-list-tab .tabs li.current a,
.home-2-tab .solutions-list-tab .tabs li:hover a {
    color: #ffffff;
	background: #4C75FF;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content h3 {
    font-size: 33px;
    color: #393953;
    margin: 0 0 15px 0;
	font-weight: 700;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content p {
    margin: 0 0 0 0;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list {
    padding-left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li {
    font-size: 15px;
    color: #5f5f5f;
    list-style-type: none;
    padding-bottom: 10px;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li:last-child {
    padding-bottom: 0;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i {
	font-size: 15px;
    color: #4C75FF;
    margin-right: 5px;
}

.tab-image {
    text-align: center;
}

  
  /*******************************************
   * 12.01 - Demo-2 Projects Section Style
   *******************************************/
  
  .project-flip-area {
	  position: relative;
  }
  
  .project-flip-area .project-flip-list {
	  text-align: center;
	  margin-bottom: 20px;
  }
  
  .project-flip-area .project-flip-list .nav {
	  display: inline-block;
	  margin: 0;
	  position: relative;
  }
  
  .project-flip-area .project-flip-list .nav li {
	  display: inline-block;
	  font-size: 16px;
	  font-weight: 600;
	  text-transform: capitalize;
	  margin: 0 5px;
	  padding: 10px 25px;
	  color: #333;
	  background-color: #fff;
	  cursor: pointer;
	  border-radius: 0px;
	  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	  transition: all 0.4s ease 0s;
	  -moz-transition: all 0.5s ease-in-out 0s;
	  -ms-transition: all 0.5s ease-in-out 0s;
	  -o-transition: all 0.5s ease-in-out 0s;
	  -webkit-transition: all 0.5s ease-in-out 0s;
	  transition: all 0.5s ease-in-out 0s;
  }
  
  .project-flip-area .project-flip-list .nav li:hover, .project-flip-area .project-flip-list .nav li.filter-active {
	  color: #fff;
	  background-color: #5764ec;
	  -moz-transition: all 0.5s ease-in-out 0s;
	  -ms-transition: all 0.5s ease-in-out 0s;
	  -o-transition: all 0.5s ease-in-out 0s;
	  -webkit-transition: all 0.5s ease-in-out 0s;
	  transition: all 0.5s ease-in-out 0s;
  }
  
  .project-flip-area .project-flip-container {
	  display: inline-block;
	  width: 100%;
  }
  
  .project-flip-area .project-flip-grid {
	  overflow: hidden;
	  width: 415px;
      height: 340px;
  }
  
  .project-flip-box {
	  overflow: hidden;
	  position: relative;
	  -webkit-backface-visibility: hidden;
	  overflow: hidden;
	  border-radius: 0px;
	  margin-top: 30px;

	  box-shadow:
	  0 0 0 1px rgba(0, 0, 0, 0.05),
	  0 1px 4px rgba(0, 0, 0, 0.08);
  
  transition: box-shadow 0.4s ease;
  
  }

  
  
  .project-flip-box:hover {
	  box-shadow: none;
  }
  
  .project-flip-content {
	  height: 100%; 
	  -ms-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-transform-style: preserve-3d;
	  perspective: 1000px;
	  -webkit-perspective: 1000px;
  }
  .project-flip-box-front {
	  -ms-transform: rotateY(0deg);
	  -webkit-transform: rotateY(0deg);
	  transform: rotateY(0deg);
	  -webkit-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
	  transform-style: preserve-3d;
  }
  .project-flip-box .project-flip-box-front:before {
	  overflow: hidden;
	  position: absolute;
	  content: "";
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  /* background: linear-gradient(to bottom, transparent, #000); */
	  background-color: #fff;
  }
  .project-flip-box-back {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  -ms-transform: rotateY(180deg);
	  -webkit-transform: rotateY(180deg);
	  transform: rotateY(180deg);
	  -webkit-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
	  transform-style: preserve-3d;
  }
  .project-flip-box .project-flip-box-back:before {
	  position: absolute;
	  content: "";
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(to bottom, transparent, #150051);
  }
  
  .project-flip-box-front img, .project-flip-box-back img {
	  width: 98%;
	  height: 100%;
	  -o-object-fit: cover;
	  object-fit: cover;
  }
  .project-flip-box-front, .project-flip-box-back {
	  border-radius: 0px;
	  -ms-transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
	  transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
	  -webkit-transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
  }
  .project-flip-box:hover .project-flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  .project-flip-box:hover .project-flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  
  .project-flip-content .inner {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  padding: 20px 35px;
	  outline: 1px solid transparent;
	  -webkit-perspective: inherit;
	  perspective: inherit;
	  z-index: 2;
	  transform: translateY(-50%) translateZ(60px) scale(.94);
	  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	  top: 50%;
  }
  
  .project-flip-content .inner h3 {
	  font-size: 20px;
	  color: #fff;
	  margin-bottom: 15px;
  }
  .project-flip-content .project-flip-box-front .inner p {
	  font-size: 16px;
	  color: #212529;
	  margin-bottom: 0;
  }
  .project-flip-content .project-flip-box-back .inner p {
	  font-size: 16px;
	  color: #fff;
	  margin-bottom: 25px;
  }
  
  .project-flip-more-btn-box {
	  margin-top: 45px;
  }

  /* ===== 正面【无图片】时内容居中 ===== */
.project-flip-box-front.no-image {
    display: flex;
    align-items: center;      /* 垂直居中 */
    justify-content: center;  /* 水平居中 */
    background-color: #fff;
	height: 100%;
}

/* 覆盖原来的 absolute 叠加定位 */
.project-flip-box-front.no-image .inner {
    position: static;         /* 关键 */
    transform: none;          /* 关键 */
    padding: 25px;
}


  
  /******************************************************
   ** - 11 - Single Projects Details Page Section CSS
   ******************************************************/
  .project-details-image {
	  margin-bottom: 35px;
  }
  
  .projects-details-desc {
	  margin-top: 5px;
  }
  
  .projects-details-desc h3 {
	  margin-bottom: 13px;
	  font-size: 25px;
  }
  
  .projects-details-desc .features-text {
	  margin-top: 25px;
	  margin-bottom: 25px;
  }
  
  .projects-details-desc .features-text h4 {
	  margin-bottom: 12px;
	  font-size: 18px;
	  font-weight: 600;
  }
  
  .projects-details-desc .features-text h4 i {
	  font-size: 16px;
	  margin-right: 4px;
	  color: #5764ec;
  }
  
  .projects-details-desc .project-details-info {
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -15px;
	  margin-left: -15px;
	  margin-top: 35px;
  }
  
  .projects-details-desc .project-details-info .single-info-box {
	  -ms-flex: 0 0 20%;
	  -webkit-box-flex: 0;
	  flex: 0 0 20%;
	  max-width: 20%;
	  padding-left: 15px;
	  padding-right: 15px;
  }
  
  .projects-details-desc .project-details-info .single-info-box h4 {
	  margin-bottom: 10px;
	  font-size: 18px;
	  font-weight: 700;
  }
  
  .projects-details-desc .project-details-info .single-info-box span {
	  display: block;
	  color: #505050;
	  font-size: 15px;
  }
  
  .projects-details-desc .project-details-info .single-info-box .social {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .projects-details-desc .project-details-info .single-info-box .social li {
	  display: inline-block;
	  margin-right: 8px;
  }
  
  .projects-details-desc .project-details-info .single-info-box .social li a {
	  display: block;
	  color: #5764ec;
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  border-radius: 50%;
	  background-color: transparent;
	  border: 1px solid #5764ec;
	  text-align: center;
	  font-size: 15px;
  }
  
  .projects-details-desc .project-details-info .single-info-box .social li a:hover {
	  color: #ffffff;
	  background-color: #5764ec;
  }
  
  /**********************************************
   ** - 12 - All Testimonial Section CSS
   **********************************************/
  .testimonial-area {
	  position: relative;
	  z-index: 1;
  }
  
  .testimonial-area .owl-stage-outer {
	  margin: 0 -8px;
	  padding-left: 8px;
	  padding-top: .35rem;
  }
  .testimonial-content-inner .testimonial-text {
	  position: relative;
	  background: #ffffff;
	  border-radius: 3px;
	  padding: 30px 25px;
	  text-align: left;
	  -webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
	  box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
  }
  .testimonial-content-inner .testimonial-text:before {
	  content: '';
	  bottom: -20px;
	  top: auto;
	  border-color: #fff transparent transparent #fff;
	  display: block;
	  position: absolute;
	  left: 0;
	  margin-left: 0;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 15px;
  }
  
  .testimonial-content-inner .testimonial-text p {
  }
  
  .testimonial-text .rating-box {
	  margin-top: 10px;
  }
  
  .testimonial-text .rating-box h6 {
	  font-size: 15px;
	  font-weight: 700;
	  color: #777;
  }
  
  .testimonial-text .rating-box ul li {
	  display: inline-block;
  }
  
  .testimonial-text .rating-box ul li i {
	  color: #ffce39;
	  font-size: 15px;
  }
  .testimonial-content-inner .author-info-box {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  flex-direction: row;
	  display: flex;
	  -webkit-box-align: center;
	  align-items: center;
	  text-align: left;
	  padding: 30px 0;
  }
  .testimonial-content-inner .author-info-box .author-img img {
	  border-radius: 50%;
	  border: 5px solid #fff;
	  width: 75px;
	  margin: 0 auto;
	  -webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	  box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
  }
  .testimonial-content-inner .author-info-box .author-img {
	  margin-right: 18px;
  }
  .testimonial-content-inner .author-info-box h3 {
	  font-size: 18px;
	  font-weight: 700
  }
  
  .testimonial-content-inner .author-info-box span {
	  font-size: 15px;
	  font-weight: 600
  }
  
  /* owl theme */
  
  .owl-theme .owl-nav.disabled+.owl-dots {
	  margin-top: 20px;
  }
  .owl-theme .owl-dots .owl-dot span {
	  width: 7px;
	  height: 7px;
	  margin: 5px 5px;
	  background-color: rgba(0, 0, 0, 0.1);
	  display: block;
	  -webkit-backface-visibility: visible;
	  transition: opacity .2s ease;
	  border-radius: 3px;
	  transition: .3s;
	  border: 2px solid transparent;
  }
  .owl-theme .owl-dots .owl-dot.active span {
	  background-color: #5764ec !important;
	  width: 7px;
	  height: 7px;
	  transition: .3s;
	  -webkit-box-shadow: 0 1px 5px #5764ec;
	  box-shadow: 0 1px 5px #5764ec;
  }
  .owl-theme .owl-dots .owl-dot:hover span {
	  background-color: transparent;
	  border: 2px solid #5764ec;
	  transition: .3s;
  }
  
  /***************************************************
   ** - 14.01 Demo-2 Testimonial-2 Section Style
   ***************************************************/
  .testimonial-area2 {
	  text-align: center;
	  background-color: rgba(136, 116, 181, .11);
  }
  
  .single-testimonial2 {
	  position: relative;
	  background-color: #ffffff;
	  padding: 40px 35px;
	  border-radius: 0px;
	  margin: 15px;
	  margin-bottom: 20px;
	  transition: all .4s;
	  border-bottom: 3px solid transparent;
  }
  
  .owl-carousel.owl-drag .owl-item.active.center .single-testimonial2 {
	  border-bottom: 3px solid #5764ec;
	  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  }
  
  .rating-box2 ul li {
	  display: inline-block;
  }
  
  .rating-box2 ul li i {
	  color: #ffce39;
	  font-size: 18px;
  }
  
  .testimonial-content2 {
	  margin-top: 25px;
	  margin-bottom: 15px;
  }
  
  .testimonial-content2 p {
	  color: #464646;
	  font-size: 16px;
	  /* font-style: italic;
	  letter-spacing: 0.5px; */
  }
  
  .single-testimonial2 .testimonial-bio2 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  justify-content: center;
  }
  
  .single-testimonial2 .testimonial-bio2 .avatar2 img {
	  border-radius: 50%;
	  width: 80px;
	  margin: 0 auto;
  }
  
  .single-testimonial2 .testimonial-bio2 .bio-info2 {
	  text-align: left;
	  margin-left: 15px;
  }
  
  .single-testimonial2 .testimonial-bio2 .bio-info2 .name {
	  font-size: 18px;
	  font-weight: 600;
	  margin-top: 2px;
  }
  
  .single-testimonial2 .testimonial-bio2 .bio-info2 span {
	  font-size: 15px;
	  color: #555;
  }
  
  .testimonial-area2 .owl-theme .owl-nav.disabled+.owl-dots {
	  position: unset;
	  right: 0;
	  top: 50%;
	  transform: none;
	  margin-top: 20px;
  }
  
  
  /**************************************
   ** - 13 - Blog Section CSS
   *************************************/
  .blog-area .section-title {
	  margin-bottom: 30px;
  }
  
  .blog-area .single-blog {
	  position: relative;
	  margin-top: 35px;
	  border-radius: 3px;
	  background-color: #ffffff;
	  -webkit-box-shadow: -1px 5px 20px 0px rgb(82, 90, 101, 0.1);
	  box-shadow: -1px 5px 20px 0px rgb(82, 90, 101, 0.1);
	  overflow: hidden;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .blog-area .post-img {
	  position: relative;
	  overflow: hidden;
  }
  
  .blog-area .single-blog img {
	  -webkit-transition: all .5s;
	  transition: all .5s;
  }
  
  .blog-area .single-blog:hover img {
	  -webkit-filter: none;
	  filter: none;
  }
  
  .blog-area .single-blog .blog-content {
	  text-align: left;
	  padding: 30px 25px;
  }
  
  .blog-content .blog-date {
	  margin-bottom: 15px;
  }
  
  .blog-content .blog-date .blog-list li {
	  display: inline-block;
  }
  
  .blog-content .blog-date .blog-list li h6 {
	  color: #5e5e5e;
	  font-size: 15px;
	  font-weight: 600;
	  display: inline-block;
  }
  
  .blog-content .blog-date .blog-list li .blog-inline-sep {
	  color: #333;
	  font-size: 14px;
	  padding: 0 5px;
  }
  
  .blog-content .blog-date .blog-list li a {
	  font-size: 15px;
	  color: #5764ec;
	  font-weight: 600;
	  display: inline-block;
  }
  
  .blog-area .single-blog .blog-content h3 a {
	  font-size: 18px;
	  font-weight: 700;
	  color: #333;
	  line-height: 1.5;
	  margin-bottom: 10px;
	  display: block;
  }
  
  .blog-area .single-blog .blog-content h3 a:hover {
	  color: #5764ec;
	  text-decoration: underline !important;
  }
  
  .blog-bottom-text-link {
	  margin-top: 10px;
  }
  
  .single-blog .blog-content .blog-bottom-text-link a {
	  color: #5f5f5f;
	  display: inline-block;
	  font-size: 17px;
	  margin-top: 15px;
	  display: block;
	  font-weight: 700;
  }
  
  .single-blog .blog-content .blog-bottom-text-link a:hover {
	  color: #5764ec;
	  text-decoration: underline !important;
  }
  
  /***************************************************
   ** - 13.00 - Blog Page Number Pagination Section CSS
   ***************************************************/
  .pagination-area {
	  text-align: center;
  }
  
  .pagination-area .page-numbers {
	  width: 45px;
	  height: 45px;
	  margin: 0 3px;
	  display: inline-block;
	  background-color: #ffffff;
	  line-height: 48px;
	  color: #333;
	  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
	  box-shadow: 0 2px 10px 0 #d8dde6;
	  font-size: 18px;
	  font-weight: 700;
  }
  
  .pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	  background: #5764ec;
	  color: #ffffff;
	  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
	  box-shadow: 0 2px 10px 0 #d8dde6;
  }
  
  /************************************************
   ** - 14 - Blog Details Page Section CSS
   ************************************************/
  .blog-details-desc .article-content {
	  margin-top: 30px;
  }
  
  .blog-details-desc .article-content .entry-meta {
	  margin-bottom: -8px;
  }
  
  .blog-details-desc .article-content .entry-meta ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .blog-details-desc .article-content .entry-meta ul li {
	  position: relative;
	  display: inline-block;
	  color: #333;
	  margin-right: 21px;
  }
  
  .blog-details-desc .article-content .entry-meta ul li span {
	  display: inline-block;
	  color: #333;
	  font-weight: 500;
  }
  
  .blog-details-desc .article-content .entry-meta ul li a {
	  display: inline-block;
	  color: #505050;
  }
  
  .blog-details-desc .article-content .entry-meta ul li a:hover {
	  color: #5764ec;
  }
  
  .blog-details-desc .article-content .entry-meta ul li i {
	  color: #5764ec;
	  margin-right: 2px;
  }
  
  .blog-details-desc .article-content .entry-meta ul li::before {
	  content: '';
	  position: absolute;
	  top: 12px;
	  right: -15px;
	  width: 6px;
	  height: 1px;
	  background: #5764ec;
  }
  
  .blog-details-desc .article-content .entry-meta ul li:last-child {
	  margin-right: 0;
  }
  
  .blog-details-desc .article-content .entry-meta ul li:last-child::before {
	  display: none;
  }
  
  .blog-details-desc .article-content h3 {
	  margin-bottom: 15px;
	  margin-top: 25px;
	  font-size: 24px;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 {
	  padding-left: 0;
	  list-style-type: none;
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -15px;
	  margin-left: -15px;
	  margin-bottom: 30px;
	  margin-top: 30px;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	  -ms-flex: 0 0 50%;
	  -webkit-box-flex: 0;
	  flex: 0 0 50%;
	  max-width: 50%;
	  padding-right: 15px;
	  padding-left: 15px;
  }
  
  .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	  margin-bottom: 0;
  }
  
  .blog-details-desc .article-footer {
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-top: 30px;
  }
  
  .blog-details-desc .article-footer .article-tags {
	  -ms-flex: 0 0 50%;
	  -webkit-box-flex: 0;
	  flex: 1 0 50%;
	  max-width: 100%;
	  color: #505050;
  }
  
  .blog-details-desc .article-footer .article-tags span {
	  display: inline-block;
	  color: #333;
	  font-size: 15px;
	  margin-right: 5px;
	  font-weight: 600;
  }
  
  .blog-details-desc .article-footer .article-tags a {
	  display: inline-block;
	  color: #505050;
  }
  
  .blog-details-desc .article-footer .article-tags a:hover {
	  color: #5764ec;
	  text-decoration: underline;
  }
  
  .blog-details-desc .article-footer .article-share {
	  -ms-flex: 0 0 50%;
	  -webkit-box-flex: 0;
	  flex: 0 0 50%;
	  max-width: 50%;
  }
  
  .blog-details-desc .article-footer .article-share .social {
	  padding-left: 0;
	  list-style-type: none;
	  text-align: right;
	  margin-bottom: 0;
  }
  
  .blog-details-desc .article-footer .article-share .social li {
	  display: inline-block;
	  margin-right: 8px;
  }
  .blog-details-desc .article-footer .article-share .social li:last-child {
	  margin-right: 0px;
  }
  
  .blog-details-desc .article-footer .article-share .social li span {
	  display: inline-block;
	  margin-right: 5px;
	  font-weight: 600;
	  color: #505050;
  }
  
  .blog-details-desc .article-footer .article-share .social li a {
	  display: block;
	  color: #5764ec;
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  border-radius: 50%;
	  background-color: transparent;
	  border: 1px solid #5764ec;
	  text-align: center;
	  font-size: 15px;
  }
  
  .blog-details-desc .article-footer .article-share .social li a:hover {
	  color: #ffffff;
	  background-color: #5764ec;
  }
  
  .blog-details-desc .post-navigation {
	  margin-top: 30px;
  }
  
  blockquote, .blockquote {
	  overflow: hidden;
	  background-color: #fafafa;
	  padding: 50px !important;
	  position: relative;
	  text-align: center;
	  z-index: 1;
	  margin-bottom: 20px;
	  margin-top: 20px;
  }
  
  blockquote p, .blockquote p {
	  color: #333;
	  line-height: 1.6;
	  margin-bottom: 0;
	  font-style: italic;
	  font-weight: 500;
	  font-size: 24px !important;
  }
  
  blockquote cite, .blockquote cite {
	  display: none;
  }
  
  blockquote::before, .blockquote::before {
	  color: #efefef;
	  content: "\f10e";
	  position: absolute;
	  left: 50px;
	  top: -50px;
	  z-index: -1;
	  font-family: "Font Awesome 5 Free";
	  font-size: 140px;
	  font-weight: 700;
  }
  
  blockquote::after, .blockquote::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  width: 3px;
	  background-color: #5764ec;
	  margin-top: 20px;
	  margin-bottom: 20px;
  }
  
  .post-navigation {
	  border-top: 1px solid #eeeeee;
	  border-bottom: 1px solid #eeeeee;
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
  
  .post-navigation .navigation-links {
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  
  .post-navigation .navigation-links .nav-previous {
	  -ms-flex: 0 0 50%;
	  -webkit-box-flex: 0;
	  flex: 0 0 50%;
	  max-width: 50%;
  }
  
  .post-navigation .navigation-links .nav-next {
	  -ms-flex: 0 0 50%;
	  -webkit-box-flex: 0;
	  flex: 0 0 50%;
	  max-width: 50%;
	  text-align: right;
  }
  
  .post-navigation .navigation-links div a {
	  display: inline-block;
	  font-weight: 600;
  }
  
  .comments-area {
	  padding: 25px;
	  margin-top: 30px;
	  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	  -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	  background-color: #ffffff;
  }
  
  .comments-area .comments-title {
	  position: relative;
	  margin-bottom: 30px;
	  line-height: initial;
	  font-size: 24px;
	  font-weight: 600;
  }
  
  .comments-area ol, .comments-area ul {
	  padding: 0;
	  margin: 0;
	  list-style-type: none;
  }
  
  .comments-area .comment-list {
	  padding: 0;
	  margin: 0;
	  list-style-type: none;
  }
  
  .comments-area .comment-body {
	  border-bottom: 1px solid #eeeeee;
	  padding-left: 65px;
	  color: #333;
	  font-size: 14px;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
  }
  
  .comments-area .comment-body .reply {
	  margin-top: 15px;
  }
  
  .comments-area .comment-body .reply a {
	  border: 1px solid #ded9d9;
	  color: #333;
	  display: inline-block;
	  padding: 5px 20px;
	  border-radius: 30px;
	  text-transform: capitalize;
	  position: relative;
	  z-index: 1;
	  font-size: 12px;
	  font-weight: 600;
  }
  
  .comments-area .comment-body .reply a:hover {
	  color: #ffffff;
	  background-color: #5764ec;
	  border-color: #5764ec;
  }
  
  .comments-area .comment-author {
	  font-size: 15px;
	  margin-bottom: 0.1em;
	  position: relative;
	  z-index: 2;
  }
  
  .comments-area .comment-author .avatar {
	  height: 50px;
	  left: -65px;
	  position: absolute;
	  width: 50px;
  }
  
  .comments-area .comment-author .fn {
	  font-weight: 600;
  }
  
  .comments-area .comment-author .says {
	  display: none;
  }
  
  .comments-area .comment-metadata {
	  margin-bottom: .8em;
	  color: #505050;
	  letter-spacing: 0.01em;
	  text-transform: capitalize;
	  font-size: 13px;
	  font-weight: 400;
  }
  
  .comments-area .comment-metadata a {
	  color: #505050;
  }
  
  .comments-area .comment-metadata a:hover {
	  color: #5764ec;
  }
  
  .comments-area .comment-respond {
	  margin-top: 30px;
  }
  
  .comments-area .comment-respond .comment-reply-title {
	  margin-bottom: 0;
	  position: relative;
	  font-size: 24px;
	  font-weight: 600;
  }
  
  .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	  display: inline-block;
  }
  
  .comments-area .comment-respond .comment-form {
	  overflow: hidden;
  }
  
  .comments-area .comment-respond .comment-notes {
	  margin-bottom: 0;
	  margin-top: 10px;
  }
  
  .comments-area .comment-respond .comment-form-comment {
	  margin-top: 15px;
	  float: left;
	  width: 100%;
  }
  
  .comments-area .comment-respond label {
	  display: block;
	  font-weight: 600;
	  color: #333;
	  margin-bottom: 5px;
  }
  
  .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	  display: block;
	  width: 100%;
	  background-color: #ffffff;
	  border: 1px solid #eeeeee;
	  padding: 0.625em 0.7375em;
	  outline: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	  border-color: #5764ec;
  }
  
  .comments-area .comment-respond .comment-form-author {
	  float: left;
	  width: 50%;
	  padding-right: 10px;
	  margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-email {
	  float: left;
	  width: 50%;
	  padding-left: 12px;
	  margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-url {
	  float: left;
	  width: 100%;
	  margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent {
	  width: 100%;
	  float: left;
	  position: relative;
	  padding-left: 20px;
	  margin-bottom: 20px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent input {
	  position: absolute;
	  left: 0;
	  top: 4px;
  }
  
  .comments-area .comment-respond .comment-form-cookies-consent label {
	  display: inline-block;
	  margin: 0;
	  color: #505050;
	  font-weight: normal;
	  position: relative;
	  top: -2px;
  }
  
  .comments-area .comment-respond .form-submit {
	  float: left;
	  width: 100%;
  }
  
  .comments-area .comment-respond .form-submit input {
	  color: #ffffff;
	  font-size: 15px;
	  font-weight: 600;
	  padding: 10px 30px;
	  display: inline-block;
	  background-color: #5764ec;
	  border-radius: 0;
	  cursor: pointer;
	  border: none;
	  outline: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	  color: #ffffff;
	  background-color: #333;
  }
  
  /************************************************
   ** - 14.1 - Blog Page Sidebar Widget Section CSS
   ************************************************/
  .widget-area .widget {
	  margin-top: 35px;
  }
  
  .widget-area .widget:first-child {
	  margin-top: 0;
  }
  
  .widget-area .widget .widget-title {
	  border-bottom: 1px solid #eeeeee;
	  padding-bottom: 10px;
	  margin-bottom: 25px;
	  text-transform: capitalize;
	  position: relative;
	  font-size: 22px;
  }
  
  .widget-area .widget .widget-title::before {
	  content: '';
	  position: absolute;
	  background: #5764ec;
	  bottom: -1px;
	  left: 0;
	  width: 50px;
	  height: 1px;
  }
  
  .widget-area .widget_search {
	  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	  -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	  background-color: #ffffff;
	  padding: 15px;
  }
  
  .widget-area .widget_search form {
	  position: relative;
  }
  
  .widget-area .widget_search form label {
	  display: block;
	  margin-bottom: 0;
  }
  
  .widget-area .widget_search form .screen-reader-text {
	  display: none;
  }
  
  .widget-area .widget_search form .search-field {
	  background-color: transparent;
	  height: 50px;
	  padding: 6px 15px;
	  border: 1px solid #eeeeee;
	  width: 100%;
	  display: block;
	  outline: 0;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .widget-area .widget_search form .search-field:focus {
	  border-color: #5764ec;
  }
  
  .widget-area .widget_search form button {
	  position: absolute;
	  right: 0;
	  outline: 0;
	  bottom: 0;
	  height: 50px;
	  width: 50px;
	  z-index: 1;
	  border: none;
	  color: #ffffff;
	  background-color: #5764ec;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .widget-area .widget_search form button:hover {
	  background-color: #333;
	  color: #ffffff;
  }
  
  .widget-area .widget_techSoft_posts_thumb {
	  position: relative;
	  overflow: hidden;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item {
	  overflow: hidden;
	  margin-bottom: 15px;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item:last-child {
	  margin-bottom: 0;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .thumb {
	  float: left;
	  height: 80px;
	  overflow: hidden;
	  position: relative;
	  width: 80px;
	  margin-right: 15px;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage {
	  width: 80px;
	  height: 80px;
	  display: inline-block;
	  background-size: cover !important;
	  background-repeat: no-repeat;
	  background-position: center center !important;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg1 {
	  background-image: url(../img/blog/blog-1.jpg);
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg2 {
	  background-image: url(../img/blog/blog-2.jpg);
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg3 {
	  background-image: url(../img/blog/blog-3.jpg);
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .info {
	  overflow: hidden;
	  margin-top: 5px;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .info span {
	  display: block;
	  color: #505050;
	  text-transform: capitalize;
	  margin-top: -2px;
	  margin-bottom: 3px;
	  font-size: 14px;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .info .title {
	  margin-bottom: 0;
	  line-height: 1.4;
	  font-size: 16px;
  }
  
  .widget-area .widget_techSoft_posts_thumb .item .info .title a {
	  display: inline-block;
  }
  
  .widget-area .widget_recent_entries ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .widget-area .widget_recent_entries ul li {
	  position: relative;
	  margin-bottom: 12px;
	  color: #333;
	  padding-left: 14px;
	  line-height: 1.5;
	  font-weight: 400;
	  font-size: 15.5px;
  }
  
  .widget-area .widget_recent_entries ul li:last-child {
	  margin-bottom: 0;
  }
  
  .widget-area .widget_recent_entries ul li::before {
	  background: #5764ec;
	  height: 8px;
	  width: 8px;
	  content: '';
	  left: 0;
	  top: 7px;
	  position: absolute;
	  border-radius: 50px;
	  border-right-style: inset;
  }
  
  .widget-area .widget_recent_entries ul li a {
	  display: inline-block;
	  color: #333;
  }
  
  .widget-area .widget_recent_entries ul li a:hover {
	  color: #5764ec;
  }
  
  .widget-area .widget_recent_entries ul li .post-date {
	  display: block;
	  font-size: 13px;
	  color: #505050;
	  margin-top: 4px;
  }
  
  .widget-area .widget_archive ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .widget-area .widget_archive ul li {
	  position: relative;
	  margin-bottom: 12px;
	  padding-left: 14px;
	  color: #333;
	  font-size: 15.5px;
	  font-weight: 400;
  }
  
  .widget-area .widget_archive ul li:last-child {
	  margin-bottom: 0;
  }
  
  .widget-area .widget_archive ul li::before {
	  background: #5764ec;
	  height: 8px;
	  width: 8px;
	  content: '';
	  left: 0;
	  top: 7px;
	  position: absolute;
	  border-radius: 50px;
	  border-right-style: inset;
  }
  
  .widget-area .widget_archive ul li a {
	  display: inline-block;
	  color: #333;
  }
  
  .widget-area .widget_archive ul li a:hover {
	  color: #5764ec;
  }
  
  .widget-area .widget_categories ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .widget-area .widget_categories ul li {
	  position: relative;
	  margin-bottom: 12px;
	  color: #505050;
	  padding-left: 14px;
	  font-size: 15.5px;
	  font-weight: 400;
  }
  
  .widget-area .widget_categories ul li:last-child {
	  margin-bottom: 0;
  }
  
  .widget-area .widget_categories ul li::before {
	  background: #5764ec;
	  height: 8px;
	  width: 8px;
	  content: '';
	  left: 0;
	  top: 7px;
	  position: absolute;
	  border-radius: 50px;
	  border-right-style: inset;
  }
  
  .widget-area .widget_categories ul li a {
	  color: #333;
	  display: block;
  }
  
  .widget-area .widget_categories ul li a:hover {
	  color: #5764ec;
  }
  
  .widget-area .widget_categories ul li .post-count {
	  float: right;
  }
  
  .widget-area .widget_meta ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .widget-area .widget_meta ul li {
	  position: relative;
	  margin-bottom: 12px;
	  color: #333;
	  padding-left: 14px;
	  font-size: 15.5px;
	  font-weight: 400;
  }
  
  .widget-area .widget_meta ul li:last-child {
	  margin-bottom: 0;
  }
  
  .widget-area .widget_meta ul li::before {
	  background: #5764ec;
	  height: 8px;
	  width: 8px;
	  content: '';
	  left: 0;
	  top: 7px;
	  position: absolute;
	  border-radius: 50px;
	  border-right-style: inset;
  }
  
  .widget-area .widget_meta ul li a {
	  display: inline-block;
	  color: #333;
  }
  
  .widget-area .widget_meta ul li a:hover {
	  color: #5764ec;
  }
  
  .widget-area .widget_tag_cloud .widget-title {
	  margin-bottom: 12px;
  }
  
  .widget-area .tagcloud a {
	  display: inline-block;
	  color: #333;
	  font-size: 15px;
	  font-weight: 400;
	  padding: 8px 15px;
	  border: 1px solid #eeeeee;
	  margin-top: 8px;
	  margin-right: 4px;
  }
  
  .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	  color: #ffffff;
	  background-color: #5764ec;
	  border-color: #5764ec;
  }
  
  .widget-area .widget_event_details ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  
  .widget-area .widget_event_details ul li {
	  border-bottom: 1px solid #eeeeee;
	  color: #888f96;
	  padding-bottom: 10px;
	  padding-top: 10px;
  }
  
  .widget-area .widget_event_details ul li:first-child {
	  padding-top: 0;
  }
  
  .widget-area .widget_event_details ul li:last-child {
	  border-bottom: none;
	  padding-bottom: 0;
  }
  
  .widget-area .widget_event_details ul li span {
	  display: inline-block;
	  color: #333;
	  font-weight: 400;
  }
  
  .widget-area .widget_event_details ul li a {
	  display: inline-block;
	  color: #888f96;
  }
  
  .widget-area .widget_event_details ul li a:hover {
	  color: #5764ec;
  }

  /**************************************
 ** - 15 - Hire Section CSS
 *************************************/
.consultation-area {
	padding: 70px 0;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.consultation-area::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgba(47, 55, 136, 0.5);
}

.consultation-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}

.consultation-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.consultation-content .callbtn-number:hover {
	color: #5764ec;
}

  
  /**************************************
   ** - 15 - Hire Section CSS
   *************************************/
/* 多行轮播容器 - 使用一个定义 */
.partner-carousel-multi {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    /* gap: 30px; */
    width: 100%;
}

/* 每行轮播容器 */
.carousel-row {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    width: 100%;
}

/* 轮播轨道 */
.carousel-row .partner-carousel-track {
    display: flex;
    width: max-content;
    animation: carousel-scroll 30s linear infinite;
}

/* 反向滚动的第二行 */
.carousel-row.reverse .partner-carousel-track {
    animation: carousel-scroll-reverse 25s linear infinite;
}

/* 重要：在这里设置图片容器大小以显示5个 */
.partner-item {
    flex: 0 0 auto;
    min-width: 180px; /* 减小宽度以显示5个 */
    /* width: 180px; */
    margin: 0 10px; /* 减小外边距 */
    padding: 0 5px;
    box-sizing: border-box;
}

/* 调整图片容器 */
.partner-item a {
    display: block;
    text-align: center;
    padding: 12px 8px; /* 减小内边距 */
    /* border: 1px solid #ececec; */
    border-radius: 8px;
    transition: all 0.3s ease;
    background: white;
    height: 100px; /* 固定高度 */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 在这里设置图片大小 */
.partner-area img {
    max-width: 100%;
    width: auto;
    max-height: 50px; /* 控制图片最大高度 */
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    transition: 0.3s;
    display: block;
}

/* 调整动画距离 - 基于5个图片计算 */
@keyframes carousel-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        /* 每个item宽度(180px) + 外边距(20px) = 200px × 原始项目数(8个) */
        transform: translateX(calc(-200px * 8));
    }
}

@keyframes carousel-scroll-reverse {
    0% {
        transform: translateX(calc(-200px * 8));
    }
    100% {
        transform: translateX(0);
    }
}

/* 暂停动画在悬停时 */
.partner-carousel-track:hover {
    animation-play-state: paused;
}

.partner-item a:hover {
    box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: transparent;
}

.partner-item img:hover {
    opacity: .7;
    cursor: pointer;
}

/* 渐变遮罩效果 */
.carousel-row:before,
.carousel-row:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* .carousel-row:before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.carousel-row:after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
} */

/* 响应式设计 */
@media (max-width: 768px) {
    .partner-carousel-multi {
        /* gap: 20px; */
    }
    
    .partner-item {
        min-width: 120px; /* 移动端更小 */
        width: 185px;
        margin: 0 8px;
    }
    
    .partner-item a {
        padding: 8px 5px;
        height: 80px;
    }
    
    .partner-area img {
        max-height: 35px;
    }
    
    @keyframes carousel-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-136px * 8)); /* (120px + 16px) × 8 */
        }
    }
    
    @keyframes carousel-scroll-reverse {
        0% {
            transform: translateX(calc(-136px * 8));
        }
        100% {
            transform: translateX(0);
        }
    }
}
  /**************************************
   ** - 17 - All Footer Section CSS
   *************************************/
  .footer-area {
	  padding: 100px 0;
	  background-color: #1d1f34;
  }
  .footer-about {
	  padding-right: 50px;
  }
  .footer-logo {
	  margin-bottom: 20px;
	  display: inline-block;
  }
  
  .footer-list h5 {
	  font-size: 18px;
	  font-weight: 700;
	  color: #fff;
	  margin-bottom: 25px;
  }
  
  .footer-list p {
	  font-size: 16px;
	  color: #e0dbdb;
  }
  
  .footer-list ul li {
	  margin-bottom: 8px;
	  color: #e0dbdb;
  }
  
  .footer-list ul li:last-child {
	  margin-bottom: 0px;
  }
  
  .footer-list ul li a {
	  display: inline-block;
	  font-size: 15px;
	  color: #e0dbdb;
  }
  
  .footer-list ul li a:hover {
	  color: #ff561d;
	  text-decoration: underline;
  }
  
  .footer-contact-info .footer-contact-list li span {
	  display: inline-block;
	  color: #e0dbdb;
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: .5px;
  }
  
  .footer-social-icon {
	  margin-top: 25px;
  }
  
  .footer-social-icon li {
	  margin-right: 10px;
	  display: inline-block;
  }
  
  .footer-social-icon li a {
	  color: #fff !important;
	  font-size: 16px !important;
	  width: 38px;
	  height: 38px;
	  line-height: 38px;
	  border-radius: 5px;
	  text-align: center;
	  border: 1px solid #fff;
	  background: transparent;
	  display: block;
	  -webkit-transition: all .3s;
	  transition: all .3s;
  }
  
  .footer-social-icon li a:hover {
	  color: #fff !important;
	  background: #ff561d;
	  border-radius: 30px;
	  border: 1px solid #ff561d;
  }
  
  .newsletter-form {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
  }
  
  .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	border: none;
	height: 52px;
	padding-left: 20px;
	border-radius: 0px;
	outline: 0;
	color: #333;
  }
  
  .newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #505050;
  }
  
  .newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #505050;
  }
  
  .newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #505050;
  }
  
  .newsletter-form .input-newsletter::placeholder {
	color: #505050;
  }
  
  .newsletter-form button {
	  position: absolute;
	  right: 0px;
	  top: 0px;
	  color: #ffffff;
	  font-size: 15px;
	  background-color: #5764ec;
	  border: none;
	  height: 52px;
	  line-height: 52px;
	  padding: 0 20px;
	  border-radius: 0px;
  }
  
  .newsletter-form button:hover {
	background-color: #333;
	color: #ffffff;
  }
  
  
  .copyright-area {
	  padding-top: 35px;
	  padding-bottom: 35px;
	  background-color: #26293e;
  }
  
  .copyright-area p {
	  color: #e0dbdb;
	  font-size: 16px;
  }
  
  .copyright-area ul {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
	  text-align: right;
  }
  
  .copyright-area ul li {
	  display: inline-block;
	  color: #e0dbdb;
	  font-size: 16px;
	  position: relative;
	  margin-left: 10px;
	  margin-right: 10px;
  }
  
  .copyright-area ul li a {
	  display: inline-block;
	  color: #e0dbdb;
  }
  
  .copyright-area ul li a:hover {
	  color: #ff561d;
  }
  
  .copyright-area ul li::before {
	  content: '';
	  position: absolute;
	  top: 5px;
	  right: -13px;
	  width: 1px;
	  height: 14px;
	  background-color: #ffffff;
  }
  
  .copyright-area ul li:last-child {
	  margin-right: 0;
  }
  
  .copyright-area ul li:last-child::before {
	  display: none;
  }
  
  .copyright-area ul li:first-child {
	  margin-left: 0;
  }
  
  /**********************************************
   ** - 17.01 - Demo-2 Footer Section CSS
   **********************************************/
  .footer-section-2 {
	  position: relative;
	  z-index: 1;
	  overflow: hidden;
  }
  .footer-section-2::before {
	  position: absolute;
	  content: "";
	  height: 100%;
	  width: 100%;
	  left: 0;
	  right: 0;
	  top: 0;
	  z-index: -1;
	  opacity: 0.8;
	  background-image: url(../img/footer-dot.png);
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  .footer-heading-2 {
	  margin-bottom: 25px;
  }
  .footer-heading-2 h3 {
	  font-size: 18px;
	  color: #333;
	  font-weight: 600;
	  margin: 0 0 0 0;
	  position: relative;
  }
  .single-footer-widget-2 p {
	  font-size: 14px;
	  color: #000;
	  font-weight: 400;
  }
  .single-footer-widget-2 .footer-heading-2 {
	  margin-bottom: 25px;
  }
  .single-footer-widget-2 .footer-heading-2 h3 {
	  font-size: 18px;
	  color: #333;
	  font-weight: 600;
	  margin: 0 0 0 0;
  }
  .single-footer-widget-2 .footer-quick-links-2 {
	  padding-left: 0;
	  margin-bottom: 0;
  }
  .single-footer-widget-2 .footer-nav-links-2 li {
	  list-style-type: none;
	  padding-bottom: 12px;
  }
  .single-footer-widget-2 .footer-nav-links-2 li:last-child {
	  padding-bottom: 0;
  }
  .single-footer-widget-2 .footer-quick-links-2 li a {
	  display: inline-block;
	  color: #000;
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: .5px;
  }
  .single-footer-widget-2 .footer-quick-links-2 li a:hover {
	  color: #5764ec;
	  text-decoration: underline;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  .footer-offices-info-2 {
	  margin-bottom: 30px;
  }
  .footer-offices-info-2:last-child {
	  margin-bottom: 0px;
  }
  .footer-offices-info-2 h6 {
	  color: #333;
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: .5px;
  }
  .footer-offices-info-2 p {
	  color: #000;
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: .5px;
	  margin-bottom: 0;
  }
  .footer-offices-info-2 span a {
	  color: #5764ec;
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: 1.5px;
  }
  .single-footer-widget-2 .footer-info-contact-2 {
	  position: relative;
	  margin-bottom: 15px;
  }
  .single-footer-widget-2 .footer-social-2 {
	  padding-left: 0;
	  margin-bottom: 0;
	  margin-top: 20px;
  }
  .single-footer-widget-2 .footer-social-2 li {
	  display: inline-block;
	  margin-right: 10px;
  }
  .single-footer-widget-2 .footer-social-2 li:last-child {
	  margin-right: 0;
  }
  .single-footer-widget-2 .footer-social-2 i {
	  display: inline-block;
	  font-size: 18px;
	  height: 40px;
	  width: 40px;
	  line-height: 40px;
	  background-color: #f5f5f5;
	  border: 1px solid #f5f5f5;
	  border-radius: 0px;
	  color: #5764ec;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
	  text-align: center;
  }
  .single-footer-widget-2 .footer-social-2 i:hover {
	  background-color: #ff561d;
	  color: #ffffff;
	  border: 1px solid #ff561d;
  }
  .newsletter-form-2 {
	  max-width: 580px;
	  position: relative;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 25px;
  }
  .newsletter-form-2 .input-newsletter {
	  display: block;
	  width: 100%;
	  background-color: #f5f5f5;
	  border: none;
	  height: 52px;
	  padding-left: 25px;
	  border-radius: 0px;
	  outline: 0;
	  color: #333;
  }
  .newsletter-form-2 .input-newsletter::-webkit-input-placeholder {
	  color: #505050;
  }
  .newsletter-form-2 .input-newsletter:-ms-input-placeholder {
	  color: #505050;
  }
  .newsletter-form-2 .input-newsletter::-ms-input-placeholder {
	  color: #505050;
  }
  .newsletter-form-2 .input-newsletter::placeholder {
	  color: #505050;
  }
  .newsletter-form-2 button {
	  position: absolute;
	  right: 0px;
	  top: 0px;
	  color: #ffffff;
	  font-size: 15px;
	  background-color: #5764ec;
	  border: none;
	  height: 52px;
	  line-height: 52px;
	  padding: 0 20px;
	  border-radius: 0px;
  }
  .newsletter-form-2 button:hover {
	  background-color: #333;
	  color: #ffffff;
  }
  .single-footer-widget-2 .footer-download-btn-2 {
	  margin-top: 25px;
  }
  .single-footer-widget-2 .footer-download-btn-2 a {
	  display: inline-block;
  }
  .single-footer-widget-2 .footer-download-btn-2 .app-link-btn-1 {
	  margin-right: 10px;
  }
  .single-footer-widget-2 .footer-download-btn-2 a:hover {
	  opacity: .8;
  }
  
  /**********************************************
   ** - 18 - Other Page Banner Title Section CSS
   **********************************************/
  .page-title-area {
	  position: relative;
	  z-index: 1;
	  background-image: url(../img/banner-bg.jpg);
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  height: 400px;
  }
  
  .page-title-area::before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  height: 100%;
	  width: 100%;
	  left: 0;
	  top: 0;
	  opacity: 0.5;
	  background-color: #121630;
  }
  
  .page-title-content {
	  text-align: center;
	  margin-top: 45px;
  }
  
  .page-title-content h2 {
	  margin-bottom: 0;
	  color: #ffffff;
	  font-size: 38px;
	  font-weight: 700;
  }
  .page-title-content ul {
	  padding: 0;
	  margin: 0;
	  list-style-type: none;
  }
  
  .page-title-content ul li {
	  color: #ffffff;
	  display: inline-block;
	  position: relative;
	  font-weight: 600;
	  font-size: 13px;
	  margin: 0;
	  letter-spacing: 0.3px;
	  text-transform: uppercase;
  }
  
  .page-title-content ul li a {
	  display: inline-block;
	  color: #ffffff;
	  -webkit-transition: all 400ms ease-out;
	  transition: all 400ms ease-out;
	  will-change: transform;
  }
  
  .page-title-content ul li a:hover {
	  color: #fff;
	  text-decoration: underline;
  }
  
  .page-title-content ul li::after {
	  content: '\007c';
	  padding: 0 10px;
	  vertical-align: top;
	  font-weight: bolder;
	  font-size: 12px;
  }
  
  .page-title-content ul li:last-child::after {
	  display: none;
  }
  
  /****************************************
   ** - 19 - All Contact Page Section CSS
   ****************************************/
  .home2-contact-form {
	  padding: 40px 30px;
	  border-radius: 3px;
	  background: #8E2DE2;  /* fallback for old browsers */
	  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
	  background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  }
  .home2-contact-form .contact-form .form-group {
	  margin-bottom: 15px !important;
  }
  .home2-contact-form .contact-form form .form-control {
	  height: 45px;
	  font-size: 15px;
	  font-weight: 500;
	  background-color: #ffffff;
	  border: none;
  }
  .home2-contact-form .contact-form form textarea.form-control {
	  height: auto;
	  padding-top: 15px;
	  line-height: initial;
  }
  .home2-contact-form h3 {
	  color: #fff;
	  font-size: 28px;
	  margin-bottom: 25px;
	  text-align: center;
  }
  .home2-contact-form .contact-form form .form-control:focus {
	  border: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
  }
  
  .home-3-contact-area,
  .contact-page-1-section {
	  background-image: url(../img/map-image.png);
	  background-position: right center;
	  background-size: auto;
	  background-repeat: no-repeat;
  }
  .contact-form-box {
	  margin-top: 35px;
  }
  .contact-form .form-group {
	  margin-bottom: 30px;
  }
  
  .contact-form form .form-control {
	  background-color: #ffffff;
	  border: none;
	  height: 50px;
	  font-size: 15px;
	  border: 1px solid #cacaca;
  }
  .home-3-contact-area form .form-control,
  .contact-page-1-section form .form-control {
	  background-color: transparent;
	  border: none;
	  height: 50px;
	  font-size: 15px;
	  border: 1px solid #cacaca;
  }
  
  .contact-form form .form-control:focus {
	  border: 1px solid #5764ec;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
  }
  
  .contact-form form textarea.form-control {
	  height: auto;
	  padding-top: 15px;
	  line-height: initial;
  }
  
  .contact-info-box .single-contact-box {
	  text-align: center;
	  background-color: #ffffff;
	  padding: 0px 25px;
	  margin-top: 30px;
  }
  
  .single-contact-box img {
	  margin-bottom: 30px;
  }
  
  .contact-section .form-message {
	  margin: 0;
  }
  .contact-section .form-message.success {
	  background: #03b103;
	  color: #fff;
	  padding: 10px 15px;
	  border-radius: 0px;
	  margin-bottom: 30px;
  }
  
  .contact-section .form-message.error {
	  background: #ff4d15;
	  color: #fff;
	  padding: 10px 15px;
	  border-radius: 0px;
	  margin-bottom: 30px;
  }
  
  /**************************************
   ** - 19.01 - Contact-2 Page CSS
   **************************************/
  .contact-form-2 .form .form-control {
	  background-color: #f3f3f3;
	  border: none;
	  height: 52px;
	  font-size: 16px;
	  font-weight: 500;
	  border: 0px solid #f3f3f3;
  }
  .contact-form-2 .form textarea.form-control {
	  height: auto;
	  padding-top: 15px;
	  line-height: initial;
  }
  .contact-form-2 .form .form-control:focus,
  .contact-form-2 .form textarea.form-control:focus {
	  border: 0px;
	  outline: none;
  }
  .single-contact-box-2 h3 {
	  font-size: 28px;
	  font-weight: 700;
	  margin-bottom: 15px;
  }
  .contact-office-address-box {
	  background: #fff;
	  margin-top: 30px;
	  padding: 45px 20px;
	  text-align: center;
	  border-radius: 0px;
	  border-top: 2px solid #5764ec;
	  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
  }
  
  .contact-office-address-box h5 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  
  .contact-office-address-box a {
	  font-size: 14px;
	  font-weight: 600;
	  letter-spacing: 1.5px;
	  display: block;
	  line-height: 1.5;
  }
  
  .contact-office-address-box p {
	  font-size: 14px;
	  margin-bottom: 12px;
  }
  .social-icon-box {
	  margin-top: 20px;
  }
  
  .social-icon-box li {
	  margin-right: 10px;
	  display: inline-block;
  }
  
  .social-icon-box li a {
	  color: #5764ec;
	  font-size: 17px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  border-radius: 5px;
	  text-align: center;
	  border: 1px solid #5764ec;
	  background: transparent;
	  display: block;
	  -webkit-transition: all .3s;
	  transition: all .3s;
  }
  
  .social-icon-box li a:hover {
	  background: #5764ec;
	  color: #fff !important;
  }
  
  /*********************************************
   ** - 19.00 - Contact Page Map Section CSS
   *********************************************/
  .map-section {
	  margin-bottom: -10px;
  }
  
  .map-section .google-map iframe {
	  width: 100%;
	  height: 450px;
	  border: 0;
  }
  
  
  /**************************************
   ** - 20 - Pricing Page Section CSS
   **************************************/
  .pricing-area {
	  position: relative;
	  z-index: 1;
  }
  .single-pricing-box {
	  margin-bottom: 30px;
	  border: 1px solid #ececec;
	  padding: 30px;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  border-radius: 0px;
	  will-change: transform;
  }
  .single-pricing-box .pricing-header h3 {
	  margin-bottom: 0;
	  font-size: 26px;
	  font-weight: 700;
  }
  .single-pricing-box .pricing-header p {
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  line-height: 1.6;
	  margin-top: 10px;
	  margin-bottom: 0;
  }
  .single-pricing-box .price {
	  font-size: 50px;
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  .single-pricing-box .price span {
	  display: inline-block;
	  margin-left: -7px;
	  font-size: 20px;
	  font-weight: 600;
  }
  .single-pricing-box .price-btn-box {
	  margin-bottom: 25px;
  }
  .price-btn-box .btn-primary {
	  border-radius: 30px;
  }
  .single-pricing-box .pricing-features {
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style-type: none;
  }
  .single-pricing-box .pricing-features li {
	  margin-bottom: 12px;
	  color: #505050;
	  position: relative;
	  padding-left: 24px;
  }
  .single-pricing-box .pricing-features li:last-child {
	  margin-bottom: 0;
  }
  .single-pricing-box .pricing-features li i {
	  color: #5764ec;
	  font-size: 16px;
	  position: absolute;
	  left: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
  }
  .single-pricing-box:hover {
	  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	  background-color: #ffffff;
	  border-color: #ffffff;
  }
  .single-pricing-box:hover .price-btn-box .btn-primary::before {
	  visibility: hidden;
	  opacity: 0;
  }
  .single-pricing-box:hover .price-btn-box .btn-primary::after {
	  opacity: 1;
	  visibility: visible;
  }
  .pricing-tab .tabs {
	  padding-left: 0;
	  margin-bottom: 45px;
	  list-style-type: none;
	  text-align: center;
  }
  .pricing-tab .tabs li {
	  display: inline-block;
  }
  .pricing-tab .tabs li a {
	  position: relative;
	  z-index: 1;
	  background-color: #f1f1f1;
	  padding: 10px 30px 11px;
	  margin-left: -2px;
	  margin-right: -2px;
	  font-weight: 600;
	  font-size: 16px;
	  display: block;
  }
  .pricing-tab .tabs li a::before {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  top: 0;
	  opacity: 0;
	  background-color: #5764ec;
	  visibility: hidden;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .pricing-tab .tabs li a:hover {
	  color: #ffffff;
  }
  .pricing-tab .tabs li a:hover::before {
	  opacity: 1;
	  visibility: visible;
  }
  .pricing-tab .tabs li.current a {
	  color: #ffffff;
  }
  .pricing-tab .tabs li.current a::before {
	  opacity: 1;
	  visibility: visible;
  }
  .pricing-tab .tabs li:nth-child(1) a {
	  border-radius: 5px 0 0 5px;
  }
  .pricing-tab .tabs li:nth-child(1) a::before {
	  border-radius: 5px 0 0 5px;
  }
  .pricing-tab .tabs li:nth-child(2) a {
	  border-radius: 0 5px 5px 0;
  }
  .pricing-tab .tabs li:nth-child(2) a::before {
	  border-radius: 0 5px 5px 0;
  }
  .tab .tabs_item {
	  display: none;
  }
  .tab .tabs_item:first-child {
	  display: block;
  }
  
  /**************************************
   ** - 21 - Team Page Section CSS
   *************************************/
  .team-area {
  }
  
  .team-area .section-title {
	  margin-bottom: 35px;
  }
  
  .single-team-box {
	  margin-top: 30px;
	  overflow: hidden;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .team-image {
	  position: relative;
	  z-index: 1;
	  border-radius: 3px;
	  overflow: hidden;
  }
  
  .team-image::before {
	  content: "";
	  position: absolute;
	  z-index: 2;
	  top: 0;
	  left: 0;
	  padding: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  visibility: hidden;
	  background: #000;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
    pointer-events: none;
  }
  .single-team-box:hover .team-image::before {
	  opacity: .8;
	  visibility: visible;
  }
  
  .single-team-box .team-image img {
	  width: 100%;
	  height: auto;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  
  .single-team-box:hover .team-image img {
	  -webkit-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  transform: scale(1.1);
  }
  
  .team-social-icon {
	  position: absolute;
	  z-index: 5;
	  top: 50%;
	  width: 100%;
	  text-align: center;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
  }
  
  .team-social-icon a {
	  padding: 5px 5px;
	  color: #fff;
	  font-size: 16px;
	  margin: 0 5px;
	  display: inline-block;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	  -webkit-transition: all .3s;
	  -o-transition: all .3s;
	  transition: all .3s;
	  will-change: transform;
  }
  .single-team-box:hover .team-social-icon a {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
  }
  
  .team-info {
	  padding: 20px 15px 0px;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .team-info h3 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 0;
  }
  .team-info span {
	  color: #5764ec;
	  font-size: 15px;
	  font-weight: 600;
	  display: block;
  }
  .mt-70 {
	  margin-top: 70px !important;
  }
  
  /**************************************
   ** - 21 - Team Area-2 Page Section CSS
   *************************************/
  .team-area-2 {
  }
  
  .team-area-2 .section-title {
	  margin-bottom: 35px;
  }
  .single-team-box-2 {
	  padding: 0px 0px;
	  margin-top: 30px;
	  overflow: hidden;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .team-image {
	  position: relative;
	  z-index: 1;
  }
  .single-team-box-2 .team-image-2 img {
	  width: 100%;
	  height: auto;
  }
  .team-info-2 {
	  padding: 20px 15px 25px;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
  }
  .team-info-2 h3 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 5px;
  }
  .team-info-2 span {
	  color: #ff561d;
	  font-size: 14px;
	  font-weight: 700;
	  display: block;
  }
  .team-social-icon-2 {
	  display: block;
	  margin-top: 15px;
  }
  .single-team-box-2 .team-social-icon-2 a {
	  display: inline-block;
	  color: inherit;
	  font-size: 14px;
	  margin: 0 5px;
	  vertical-align: middle;
	  background: transparent;
	  width: 33px;
	  height: 33px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 30px;
	  position: relative;
	  z-index: 1;
  }
  .single-team-box-2 .team-social-icon-2 a:after {
	  top: 0px;
	  left: 0px;
	  z-index: -1;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  content: '';
	  -webkit-transform: scale(1.4);
	  -ms-transform: scale(1.4);
	  -o-transform: scale(1.4);
	  transform: scale(1.4);
	  opacity: 0;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  transition: all 0.5s;
	  background: inherit;
	  border-radius: inherit;
  }
  .single-team-box-2 .team-social-icon-2 a:hover:after {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
  }
  .single-team-box-2 .team-social-icon-2 a:hover i:before {
	  color: #fff;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  transition: all 0.5s;
  }
  .social-color-1:hover:after {
	  background-color: #3b5998 !important;
  }
  .social-color-2:hover:after {
	  background-color: #00acee !important;
  }
  .social-color-3:hover:after {
	  background-color: #0e76a8 !important;
  }
  .social-color-1 {
	  color: #3b5998 !important;
	  background-color: transparent;
	  border: 1px dashed #3b5998;
  }
  .social-color-2 {
	  color: #00acee !important;
	  background-color: transparent;
	  border: 1px dashed #00acee;
  }
  .social-color-3 {
	  color: #0e76a8 !important;
	  background-color: transparent;
	  border: 1px dashed #0e76a8;
  }
  .mt-70 {
	  margin-top: 70px !important;
  }
  .team-more-btn-box {
	  margin-top: 30px;
  }
  
  /**************************************
   ** - 22 - Faq Page Section CSS
   **************************************/
  .faq-area {
  }
  
  .faq-accordion .accordion {
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
	  padding-left: 0;
	  margin-bottom: 0;
	  position: relative;
  }
  
  .faq-accordion .accordion .accordion-item {
	  display: block;
	  border-radius: 0px;
	  margin-bottom: 20px;
	  overflow: hidden;
	  border: 0;
	  -webkit-box-shadow: 0 0.3em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	  box-shadow: 0 0.3em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
  }
  
  .faq-accordion .accordion .accordion-item:last-child {
	  margin-bottom: 0;
  }
  
  .faq-accordion .accordion .accordion-item .accordion-title {
	  padding: 20px;
	  color: #333;
	  position: relative;
	  background: #ffffff;
	  font-size: 18px;
	  font-weight: 600;
	  display: block;
	  border: none;
  }
  
  .faq-accordion .accordion .accordion-item .accordion-title i {
	  position: absolute;
	  right: 30px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  color: #767c99;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  font-size: 16px;
  }
  
  .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	  content: "\f0d8";
  }
  
  .faq-accordion .accordion .accordion-item .accordion-content {
	  display: none;
	  background-color: #ffffff;
	  margin-bottom: 0;
	  padding: 20px 15px;
	  font-size: 15px;
	  border-top: 1px solid #dadada;
  }
  
  .faq-accordion .accordion .accordion-item .accordion-content.show {
	  display: block;
  }
  
  /**************************************
   ** - 23 - 404 Error Page Section CSS
   **************************************/
  .error-area {
	  height: 100vh;
  }
  
  .error-content {
	  text-align: center;
	  margin: 0 auto;
	  max-width: 700px;
	  padding-bottom: 100px;
  }
  
  .error-content h3 {
	  font-size: 35px;
	  margin-top: 10px;
	  margin-bottom: 18px;
  }
  
  .error-content p {
	  max-width: 520px;
	  margin: 0 auto 20px;
	  line-height: 30px;
  }
  
  .error-content .default-btn-one {
	  display: inline-block;
	  padding: 12px 30px;
	  background: #5764ec;
	  border: 1px solid #5764ec;
	  color: #ffffff;
	  font-size: 16px;
	  font-weight: 400;
	  -webkit-transition: .6s;
	  transition: .6s;
	  margin-right: 0;
  }
  
  .error-content .default-btn-one:hover {
	  text-decoration: none;
	  background-color: #ffffff;
	  color: #5764ec;
  }
  
  /**************************************
   ** - 24 - Coming Soon Page Section CSS
   **************************************/
  .coming-soon-area {
	  position: relative;
	  z-index: 1;
	  padding: 100px 0;
	  height: 800px;
	  min-height: 100vh;
	  background-image: url(../img/banner-bg.jpg);
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  
  .coming-soon-area::before {
	  content: '';
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  opacity: .3;
	  background-color: #000000;
  }
  
  .coming-soon-area .social-list {
	  list-style-type: none;
	  margin: 0 auto;
	  margin-top: 40px;
  }
  
  .coming-soon-area .social-list li {
	  display: inline-block;
  }
  
  .coming-soon-area .social-list li.list-heading {
	  display: block;
	  color: #ffffff;
	  margin-bottom: 10px;
	  font-size: 16px;
	  font-weight: 500;
  }
  
  .coming-soon-area .social-list li a {
	  color: #ffffff;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  display: inline-block;
	  background-color: #5764ec;
	  border: 1px solid #5764ec;
	  border-radius: 50%;
	  margin: 0 2px;
  }
  
  .coming-soon-area .social-list li a:hover {
	  color: #ffffff;
	  border: 1px solid #ffffff;
	  background-color: transparent;
	  -webkit-transition: .5s;
	  transition: .5s;
  }
  
  .coming-soon-content {
	  text-align: center;
  }
  
  .coming-soon-content h1 {
	  color: #ffffff;
	  font-size: 45px;
	  font-weight: 700;
	  margin-bottom: 15px;
  }
  
  .coming-soon-content p {
	  color: #ffffff;
	  margin: 0 auto;
	  max-width: 620px;
	  line-height: 30px;
  }
  
  .coming-soon-content form {
	  position: relative;
	  margin: 35px auto 55px;
	  max-width: 520px;
  }
  
  .coming-soon-content form .email-input {
	  display: block;
	  width: 100%;
	  height: 56px;
	  border: none;
	  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	  border-radius: 40px;
	  padding: 15px 25px;
	  outline: 0 !important;
	  background: #F1F2F3;
  }
  
  .coming-soon-content form .submit-btn {
	  position: absolute;
	  right: 3px;
	  top: 3px;
	  height: 50px;
	  background: #5764ec;
	  color: #ffffff;
	  border: none;
	  border-radius: 40px;
	  width: 130px;
	  outline: 0 !important;
	  cursor: pointer;
	  text-transform: uppercase;
	  font-size: 14px;
	  font-weight: 600;
  }
  
  .coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
	  background-color: #5764ec;
  }
  
  .coming-soon-content #timer div {
	  background: #ffffff;
	  display: inline-block;
	  border-radius: 50%;
	  width: 120px;
	  height: 120px;
	  color: #5764ec;
	  -webkit-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
	  -moz-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
	  box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
	  margin: 0 10px;
	  padding-top: 18px;
	  font-size: 40px;
	  font-weight: 700;
  }
  
  .coming-soon-content #timer div span {
	  display: block;
	  color: #777777;
	  font-size: 14px;
	  font-weight: 600;
	  margin-top: -4px;
  }
  
  
  
  /****************************************
   ** - 25 - Terms & Conditions Page CSS
   ****************************************/
  .terms-conditions-info h3 {
	  font-size: 24px;
	  margin: 0 0 15px 0;
  }
  
  /************************************
   ** - 26 - Privacy Policy Page CSS
   ************************************/
  .privacy-policy-info h3 {
	  font-size: 24px;
	  margin: 0 0 15px 0;
  }
  
/**************************************
 ** - 06 - About Section CSS
 **************************************/
.about-area {
	position: relative;
	z-index: 1;
}
.about-content {
    margin-left: 20px;
}

.about-content.about-content-2 {
    margin-right: 0;
    margin-left: 0;
}

.about-content h6 {
	color: #ff6c3e;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content p {
	margin-bottom: 15px;
}

.about-content .about-feature-list {
    margin-top: 20px;
}

.about-content .about-feature-list li {
	color: #747576;
    margin-bottom: 10px;
}

.about-content .about-feature-list li:last-child {
    margin-bottom: 0px;
}

.about-content .about-feature-list i {
	color: #4C75FF;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: transparent;
    border-left: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 50px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
    background: -webkit-gradient(90deg, rgb(215, 215, 215, 0.03) 0%, rgb(215, 215, 215, 0.0) 100%);
    background: linear-gradient(90deg, rgb(215, 215, 215, 0.3) 0%, rgb(215, 215, 215, 0.0) 100%);
}

.about-image {
    text-align: center;
}
.about-image img {
	border-radius: 3px;
}

.about-area .skills {
	margin-top: 30px;
}
.about-area .skills .skill-item {
	margin-bottom: 25px;
}

.about-area .skills .skill-item:last-child {
	margin-bottom: 0px;
}

.about-area .skills .skill-item h6 {
	position: relative;
	z-index: 4;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.about-area .skills .skill-item h6 em {
	float: right;
	font-size: 15px;
	font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color: #ff6c3e;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.about-image .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.about-image .iq-video {
    background: #3F51B5;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 100%;
    line-height: 70px;
    z-index: 9;
    position: relative;
}
.about-image .iq-video:hover {
    background: #fff;
    color: #3F51B5;
}
.about-image .iq-video i {
	margin-left: 5px;
}
.about-image .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.about-image .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
    background: rgba(255, 255, 255, 0.65);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.about-image .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.about-image .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.about-image .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.about-image .years-design {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;text-align: left;
    padding: 10px 40px 20px 40px;
    background: #ffffff;
    border-bottom: 3px solid #ff6c3e;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.about-image .years-design h2 {
    font-size: 75px;
    font-weight: 700;
    background: url(../img/banner-bg.jpg) no-repeat;
    background-position: 50% 65%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin: 0;
}
.about-image .years-design h5 {
    color: #ff6c3e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

/**************************************
 ** - 07 - Services Section CSS
 *************************************/
 
/**************************************
 ** - 07 - Services Section CSS
 *************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-icon {
    color: #4C75FF;
	font-size: 37px;
	width: 85px;
    height: 85px;
	padding: 17px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: -webkit-gradient(90deg, rgb(215, 215, 215, 0.03) 0%, rgb(215, 215, 215, 0.2) 100%);
    background: linear-gradient(90deg, rgb(215, 215, 215, 0.03) 0%, rgb(215, 215, 215, 0.2) 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-icon img {
}

.single-services-item h3 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #4C75FF;
    font-weight: 600;
	text-decoration: underline;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item:hover .services-icon i {
}

/***************************************************
 ** - 15 - Testimonial Design Two Section CSS
 ***************************************************/
 .testimonial-design-two {
	position: relative;
	z-index: 1;
}

.testimonial-design-two .section-title {
    margin-bottom: 30px;
}

.testimonial-design-two .owl-stage-outer {
	margin: 0 -8px;
	padding-left: 8px;
	padding-top: .35rem;
}
.single-testimonial-two .testimonial-two-content {
    display: block;
    margin: 0px 15px;
}
.testimonial-two-content .testimonial-text {
	position: relative;
    display: block;
    background: #fff;
    padding: 45px 30px 40px 30px;
    margin: 40px 0px;
    box-shadow: 0 10px 35px 15px #ededf1;
    border-radius: 5px;
}
.testimonial-two-content .testimonial-text:after {
	position: absolute;
    content: '';
    background: #ffffff;
    width: 50px;
    height: 50px;
    left: 25px;
    bottom: -20px;
    transform: rotate(-45deg);
}
.testimonial-two-content .testimonial-text .logo-box {
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial-two-content .testimonial-text p {
}

.testimonial-two-content .testimonial-text .rating-box {
	margin-top: 15px;
}

.testimonial-two-content .testimonial-text .rating-box ul li {
	display: inline-block;
}

.testimonial-two-content .testimonial-text .rating-box ul li i {
	color: #ffce39;
	font-size: 16px;
}
.testimonial-two-content .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	padding: 20px 0px;
	margin-left: 10px;
}

.testimonial-two-content .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 90px;
    margin: 0 auto;
	-webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}
.testimonial-two-content .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-two-content .author-info-box h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.testimonial-two-content .author-info-box span {
	color: #ff6c3e;
    font-size: 15px;
    font-weight: 500;
}

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 3px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #5764ec !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #5764ec;
	box-shadow: 0 1px 5px #5764ec;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #5764ec;
	transition: .3s;
}


/**************************************
 ** - 13 - Counter Section CSS
 **************************************/
 .counter-area {
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.counter-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	background-color: #121630;
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

/**************************************
 ** -其他模版CSS
 **************************************/

 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap");

.section__space {
  padding: 100px 0px;
}

@media only screen and (max-width: 1199px) {
  .section__space {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section__space {
    padding: 60px 0px;
  }
}

.section__space__top {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .section__space__top {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section__space__top {
    padding-top: 60px;
  }
}

.section__space__bottom {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .section__space__bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .section__space__bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .column__space {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .column__space--secondary {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.column__space__negative {
  margin-bottom: 0px;
}

.section__header h6 {
  color: #5764ec;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .section__header h6 {
    margin-top: -5px;
  }
}

.section__header h2 {
  color: #232323;
  margin-top: 13px;
}

@media only screen and (max-width: 991px) {
  .section__header h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section__header h2 {
    margin-bottom: 15px;
  }
}

.section__header p {
  color: #4a4c59;
}

h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  h6 {
    margin-top: -5px;
  }
}

.overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 16, 44, 0.878);
  z-index: -1;
}

.overlay--secondary {
  position: relative;
  overflow: hidden;
}

.overlay--secondary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #0d6efd57;
  transition: all 0.2s ease-in;
}

.pos__rel {
  position: relative;
}

.over__hi {
  overflow: hidden;
}

.thumb__ltr {
  direction: ltr;
}

.thumb__rtl {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  .thumb__rtl {
    direction: ltr;
  }
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: right;
}

.section__cta {
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .section__cta {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section__cta {
    padding-top: 40px;
  }
}

.section__cta .button {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .section__cta .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cta__button {
  text-align: center;
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .cta__button {
    margin-top: 35px;
  }
}

.bg__img {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

@media only screen and (max-width: 1199px) {
  .bg__img {
    background-size: cover;
  }
}

.social__bar a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .social__bar a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .social__bar a {
    margin-right: 5px;
  }
}

.social__bar a:last-of-type {
  margin-right: 0px;
}

.social__bar a i {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  transition: all 0.4s ease-in;
}

.social__bar a:hover {
  border: 1px solid #5764ec;
}

.social__bar a:hover i {
  color: #5764ec;
}

.slick-slide {
  margin: 0px 12px;
  text-align: center;
}

.slick-list {
  margin: 0px -12px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 50px 0px 0px 0px;
  padding: 0px;
}

@media only screen and (max-width: 1199px) {
  .slick-dots {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 30px;
    gap: 5px;
  }
}

.slick-dots li {
  line-height: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(5 47 217 / 37%);
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

.slick-dots li button:hover {
  background-color: #5764ec;
}

.slick-dots .slick-active button {
  width: 20px;
  height: 20px;
  background-color: #5764ec;
}

@media only screen and (max-width: 767px) {
  .slick-dots .slick-active button {
    width: 15px;
    height: 15px;
  }
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (2.4) animations styles start ---------
 ==== */
@keyframes shape {
  0% {
    transform: scale(1.2);
  }
  25% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes rotate {
  0% {
    opacity: 0.3;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(200px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  15% {
    transform: scale(1) rotate(160deg);
    opacity: 0.3;
  }
  30% {
    transform: scale(0.8) rotate(60deg);
    opacity: 0.6;
  }
  90% {
    transform: scale(1) rotate(30deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes player {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(50px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ticket {
  0% {
    transform: translate(0px, 0px);
    opacity: 0.5;
  }
  50% {
    transform: translate(30px, 30px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0.5;
  }
}

@keyframes lottery {
  0% {
    transform: translate(0px, 0px);
    opacity: 0.1;
  }
  50% {
    transform: translate(0px, 0px) scale(1.2) rotate(35deg);
    opacity: 0.4;
  }
  75% {
    transform: translate(0px, 0px) scale(1) rotate(10deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0px, 0px) scale(1) rotate(0deg);
    opacity: 0.1;
  }
}

@keyframes multiply {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    transform: translate(30px, -30px) rotate(15deg);
    opacity: 0.5;
  }
  75% {
    transform: translate(0px, 0px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes partner {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(30px, 0px) scale(0.9);
    opacity: 0.5;
  }
  75% {
    transform: translate(40px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}

@keyframes foot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

/* ==== 
 --------- (2.4) animations styles end ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles start ---------
 ==== */
.preloader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}

.preloader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}

.preloader span::after, .preloader span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ed5e29;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}

.preloader span::before {
  top: 0;
}

.preloader span::after {
  bottom: 0;
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/* ==== 
 --------- (3.1) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.2) breadcrumbs styles start ---------
 ==== */
.breadcrumb {
  margin: 10px 0px 0px;
}

.breadcrumb .breadcrumb-item {
  color: #5764ec;
}

.breadcrumb .breadcrumb-item .primary {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item .primary:hover {
  color: #5764ec;
}

.breadcrumb .breadcrumb-item::before {
  color: #ffffff;
  padding-right: 12px;
}

.breadcrumb .active {
  padding-left: 12px;
}

.breadcrumb--secondary {
  margin-top: 20px;
}

/* ==== 
 --------- (3.2) breadcrumb styles end ---------
 ==== */
/* ==== 
 --------- (3.3) buttons styles start ---------
 ==== */
.button {
  padding: 12px 30px;
  color: #ffffff;
  background-color: #5764ec;
  border-radius: 5px;
  transition: all 0.4s ease-in;
}

.button:hover {
  color: #ffffff;
  background-color: #232323;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 767px) {
  .button {
    padding: 8px 25px;
  }
}

.button__small {
  padding: 2px 20px;
  border-radius: 0px;
  background-color: transparent;
  color: #232323;
  margin-right: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .button__small {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .button__small {
    margin-bottom: 20px;
  }
}

.button__small:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.button__small__active {
  background-color: #5764ec;
  color: #ffffff;
}

.button__small__active:hover {
  background-color: #232323;
  color: #ffffff;
}

.submit--button {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  background-color: #5764ec;
  text-align: center;
  border-radius: 0px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #5764ec;
  border-radius: 5px;
  color: #232323;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.2s ease-in;
  transform: translateY(100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.scrollToTop i {
  color: #ffffff;
  transition: all 0.2s ease-in;
}

.scrollToTop:hover {
  background-color: #ffffff;
}

.scrollToTop:hover i {
  color: #232323;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

/* ==== 
 --------- (3.3) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.4) forms styles start ---------
 ==== */
.input {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .input {
    margin-bottom: 25px;
    padding: 12px;
  }
}

.input::placeholder {
  color: #626262;
}

.search {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}

@media only screen and (max-width: 767px) {
  .search {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.search form {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .search form {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.search input {
  margin-top: 0px;
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  border: 2px solid #c8dbf8;
  outline: none;
  background-color: transparent;
  color: #232323;
  font-weight: 500;
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .search input {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .search input {
    width: 80%;
    padding: 6px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .search input {
    width: 100%;
  }
}

.search input:focus {
  border: 2px solid #5764ec;
}

.search input::placeholder {
  font-weight: 500;
}

.search .button {
  border: none;
  outline: none;
  padding-left: 40px;
  padding-left: 40px;
  border-radius: 30px;
  margin-top: 40px;
  border: 0px solid transparent !important;
}

@media only screen and (max-width: 1199px) {
  .search .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .search .button {
    margin-top: 20px;
  }
}

.search .button:hover {
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
}

.search .close {
  position: absolute;
  top: 10%;
  right: 20%;
}

.search .close i {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .search .close i {
    font-size: 30px;
  }
}

.contact__form .nice-select {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  border-radius: 0px;
  padding: 17px 20px;
  padding-right: 60px;
  border: 1px solid #dddddd;
  outline: none;
  height: auto;
  line-height: inherit !important;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .contact__form .nice-select {
    margin-bottom: 25px;
    padding: 16px 12px;
  }
}

.contact__form .nice-select::after {
  font-family: "icofont";
  font-weight: 900;
  content: "\ea86";
  border: none;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0px;
  height: auto;
  width: auto;
  font-size: 18px;
  color: #5764ec;
}

.contact__form .nice-select .open::after {
  transform: rotate(0deg);
}

.contact__form .nice-select .list {
  width: 100%;
  border-radius: 0px;
}

textarea {
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 1px solid #dddddd;
  outline: none;
  height: 150px;
  resize: none;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  textarea {
    margin-bottom: 30px;
    padding: 12px;
  }
}

@media only screen and (max-width: 575px) {
  textarea {
    height: 120px;
  }
}

textarea::placeholder {
  color: #626262;
}

/* ==== 
 --------- (3.4) forms styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.topbar {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(106, 108, 124, 0.09);
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar__left .tertiary {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #4a4c59;
}

.topbar__left .tertiary i {
  color: #5764ec;
  font-size: 16px;
  line-height: inherit;
}

.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.topbar__right a {
  display: flex;
  align-items: center;
  color: #4a4c59;
  font-size: 16px;
  gap: 10px;
}

.topbar__right a:hover {
  color: #5764ec;
}

.topbar__right a i {
  font-size: 16px;
  color: #5764ec;
}

header {
  padding: 20px 0px;
  background-color: #ffffff;
  z-index: 99999;
}

.shape {
  background-color: white;
  opacity: 0.102;
  position: absolute;
  left: 0px;
  top: 122px;
  width: 1920px;
  height: 1px;
  z-index: 143;
}

.header-active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.header-fixed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}

@media only screen and (max-width: 991px) {
  .header-fixed {
    background-color: #ffffff;
  }
}

.header-secondary {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

@media only screen and (max-width: 991px) {
  .header-secondary {
    margin-top: 0px;
  }
}

.header-secondary .nav-link {
  color: #ffffff;
}



.header-fixed-secondary {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: #ffffff;
}

.header-fixed-secondary .nav-link {
  color: #232323;
}

.header-secondary-active {
  background-color: #ffffff;
}

.header-secondary-active .nav-link {
  color: #4a4c59;
}




.logo {
  max-width: 116px;
  height: 34px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .logo {
    max-width: 110px;
    height: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 2px;
  }
}



@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color: #e4e4e4;
  }
}

.nav-link:hover {
  color: #5764ec;
}

.nav-link-active,
.dropdown-toggle-active {
  color: #5764ec !important;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}

.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 2px solid #ffffff;
  }
}

.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  position: relative;
  margin-top: 10px;
  border-top: 3px solid #5764ec;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0px;
  z-index: 99999;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  color: #232323;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.2s ease-in;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #5764ec;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #5764ec;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}

.dropdown .dropdown-menu::before {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5764ec;
  border-top: 10px solid transparent;
  position: absolute;
  top: -22px;
  left: 10px;
}

.dropdown .show::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.dropdown .dropdown-menu::after {
  content: none;
}


.search__toggle {
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #5764ec;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-left: 35px;
}

@media only screen and (max-width: 1199px) {
  .search__toggle {
    margin-left: 28px;
    margin-right: 20px;
  }
}

.search__toggle i {
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .search__toggle i {
    font-size: 16px;
  }
}



.toggle-active .top-bar {
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #232323;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  transform: rotate(45deg) translate(-7px, -4px);
  background: #232323;
}

.header--tertiary {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .header--tertiary {
    margin-top: 0px;
  }
}

.header--tertiary__active {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 240px 0px;
  background-color: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 180px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 120px 0px;
  }
}

.hero__content {
  text-align: left;
}

.hero__content::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -7px;
}

.hero__content h1 {
  margin: 5px 0px;
}

@media only screen and (max-width: 1199px) {
  .hero__content h1 {
    margin: 10px 0px;
  }
}

.hero__content p {
  color: #4a4c59;
  max-width: 610px;
}

.hero__content .button {
  margin-top: 33px;
}

@media only screen and (max-width: 1199px) {
  .hero__content .button {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content .button {
    margin-top: 26px;
  }
}

.hero__thumb {
  position: absolute;
  bottom: 0px;
  right: 5vw;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .hero__thumb {
    right: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__thumb {
    right: 22vw;
  }
}

.hero__thumb img {
  max-width: 47vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .hero__thumb img {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__thumb img {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__thumb img {
    max-width: 50vw;
  }
}

.hero__animation img {
  display: inline-block;
  position: absolute;
  z-index: -1;
  animation: shape 15s infinite alternate-reverse;
}

.hero__animation .shape__left {
  top: 0px;
  left: 0px;
  max-width: 8vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .hero__animation .shape__left {
    max-width: 10vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__animation .shape__left {
    max-width: 15vw;
  }
}

.hero__animation .shape__right {
  bottom: 0px;
  right: 0px;
  max-width: 10vw;
  height: auto;
  animation-delay: 3s;
}

@media only screen and (max-width: 991px) {
  .hero__animation .shape__right {
    max-width: 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__animation .shape__right {
    max-width: 9vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__animation .shape__right {
    max-width: 14vw;
  }
}

.hero--secondary {
  padding-top: 300px;
}

@media only screen and (max-width: 1199px) {
  .hero--secondary {
    padding-top: 240px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--secondary {
    padding: 200px 0px 140px;
  }
}

@media only screen and (max-width: 767px) {
  .hero--secondary {
    padding: 160px 0px 100px;
  }
}

.hero--secondary .hero__content h1,
.hero--secondary .hero__content p {
  color: #ffffff;
}

.hero--secondary .hero__thumb {
  right: 20vw;
}

@media only screen and (max-width: 1199px) {
  .hero--secondary .hero__thumb {
    right: 10vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb {
    right: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb {
    right: 15vw;
  }
}

.hero--secondary .hero__thumb img {
  max-width: 33vw;
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb img {
    max-width: 23vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero--secondary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .hero--secondary .hero__thumb img {
    max-width: 25vw;
  }
}

.hero--secondary .button:hover {
  background-color: #ffffff;
  color: #5764ec;
}

@media only screen and (max-width: 1799px) {
  .hero--secondary .hero__thumb {
    right: 10vw;
  }
}

@media only screen and (max-width: 1799px) {
  .hero--tertiary .hero__thumb {
    bottom: -60px;
  }
}

.hero--tertiary {
  background-color: #dfdfe0;
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .hero--tertiary {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero--tertiary {
    padding-top: 155px;
    padding-bottom: 90px;
  }
}

.hero--tertiary .hero__thumb {
  bottom: -120px;
  right: 10vw;
}

@media only screen and (max-width: 1399px) {
  .hero--tertiary .hero__thumb {
    bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary .hero__thumb {
    right: 5vw;
  }
}

.hero--tertiary .hero__thumb img {
  max-width: 27vw;
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--tertiary .hero__thumb img {
    max-width: 16vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero--tertiary .hero__thumb img {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 575px) {
  .hero--tertiary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero--tertiary .hero__thumb img {
    max-width: 24vw;
  }
}

/* ==== 
 --------- (4.2) hero secction styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner__area {
  padding: 280px 0px 210px;
}

.banner__area::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.banner__area::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-bottom: -3px;
}

@media only screen and (max-width: 1199px) {
  .banner__area {
    padding: 230px 0px 150px;
  }
  .banner__area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__area {
    padding: 180px 0px 100px;
  }
  .banner__area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
  }
}

.banner__area h2 {
  color: #ffffff;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.feature__area {
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  padding: 40px;
}

@media only screen and (max-width: 1199px) {
  .feature__area {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .feature__area {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__area {
    padding: 40px 20px;
  }
}

.feature__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.feature__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4%;
  width: 2px;
  height: 130%;
  background-color: #ececec;
}

@media only screen and (max-width: 1199px) {
  .feature__item::before {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  .feature__item {
    flex-direction: column;
  }
}

.feature__item i {
  display: inline-block;
  font-size: 40px;
  color: #5764ec;
}

@media only screen and (max-width: 1199px) {
  .feature__item i {
    font-size: 30px;
  }
}

.feature__item .feature__item__content h5 {
  color: #232323;
  margin-top: -5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .feature__item .feature__item__content h5 {
    margin-top: -7px;
  }
}

.feature__item .feature__item__content p {
  color: #4a4c59;
  margin-bottom: -6px;
}

@media only screen and (max-width: 767px) {
  .feature__item--primary {
    margin-bottom: 30px;
  }
}

.feature__item--primary::before {
  content: none;
}

@media only screen and (max-width: 991px) {
  .feature__item--tertiary {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .feature {
    z-index: 2;
    position: relative;
    top: -185px;
    margin-bottom: -185px;
  }
}

.feature--two {
  position: static;
  top: 0px;
  margin-bottom: 0px;
}

.feature--secondary .feature__item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #5764ec;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .feature--secondary .feature__item::after {
    display: none;
  }
}

.feature--secondary .feature__item:hover::after {
  width: 87%;
}

@media only screen and (max-width: 991px) {
  .about__thumb {
    margin-bottom: 30px;
  }
}

.about__thumb img {
  max-width: 48vw;
  height: auto;
}

@media only screen and (max-width: 424px) {
  .about__thumb img {
    max-width: 60vw;
  }
}

.about__content h2 {
  margin: 13px 0px;
}

@media only screen and (max-width: 767px) {
  .about__content h2 {
    margin: 8px 0px;
  }
}

.about__content hr {
  height: 1px;
  width: 100%;
  background-color: #ada7a7;
  margin: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .about__content hr {
    margin: 25px 0px;
  }
}

.about__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .about__item {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 424px) {
  .about__item {
    flex-direction: column;
    row-gap: 15px;
  }
}

.about__item:nth-of-type(2) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .about__item:nth-of-type(2) {
    margin-top: 18px;
  }
}

.about__item .about__item__icon__box {
  min-width: 60px !important;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.about__item .about__item__icon__box i {
  font-size: 30px;
  color: #5764ec;
  transition: all 0.2s ease-in;
}

.about__item p {
  margin-top: 10px;
}

.about__item:hover .about__item__icon__box {
  background-color: #5764ec;
}

.about__item:hover .about__item__icon__box i {
  color: #ffffff;
}

.founder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

@media only screen and (max-width: 424px) {
  .founder {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}

.founder h5 {
  font-weight: 700;
}

.founder__img img {
  width: 80px;
  height: 80px;
  border: none;
  outline: none;
  border-radius: 0px;
}

.founder__signature img {
  max-width: 12vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .founder__signature img {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .founder__signature img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .founder__signature img {
    max-width: 25vw;
  }
}

.about--two .about__thumb img {
  max-width: 100%;
  height: auto;
}

.about--two .button {
  margin-top: 20px;
}

.about--two .features__thumb {
  width: 170px;
  height: 170px;
  background-image: linear-gradient(45deg, #5764ec 50%, transparent 50%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (max-width: 1199px) {
  .about--two .features__thumb {
    width: 150px;
    height: 150px;
  }
}

.about--two .features__thumb__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.about--two .features__thumb__content h3,
.about--two .features__thumb__content h5 {
  color: #ffffff;
}

.about--two .features__thumb__content h5 {
  margin-top: -5px;
}

.about--two .video__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about--two .video__popup .main i {
  color: #5764ec;
}

.about--two .video__popup .main::before, .about--two .video__popup .main::after {
  background-color: rgba(255, 255, 255, 0.561);
}

.about__two__items {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 424px) {
  .about__two__items {
    flex-direction: column;
    row-gap: 25px;
    align-items: flex-start;
  }
}

.about__two__items .about__item {
  margin: 0px;
  align-items: center;
}

@media only screen and (max-width: 424px) {
  .about__two__items .about__item {
    align-items: flex-start;
  }
}

.about__two__items:last-of-type {
  margin-top: 25px;
}

.team--slider {
  z-index: 1;
}

.team--slider .section__header h2,
.team--slider .section__header p {
  color: #ffffff;
}

.team--slider .team__animation .left-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 11vw;
  height: auto;
}

.team--slider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 57%;
  z-index: -1;
  background-image: url("../images/team/team-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .team--slider::before {
    height: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .team--slider::before {
    height: 64%;
  }
}

.team__slider--two .section__header h2 {
  color: #232323;
}

.team__slider--two .section__header p {
  color: #4a4c59;
}

.team__slider--two::before {
  content: none;
}

.skill__content h2 {
  margin: 14px 0px 20px;
}

@media only screen and (max-width: 767px) {
  .skill__content h2 {
    margin: 10px 0px 10px;
  }
}

.skill__content p {
  margin-bottom: 25px;
}

.skill__content .button {
  background-color: transparent;
  border: 1px solid #5764ec;
  color: #5764ec;
}

.skill__content .button:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.skill__thumb img {
  max-width: 29vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .skill__thumb img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .skill__thumb img {
    max-width: 200px;
  }
}

.skill__bar__wrapper {
  overflow-x: hidden;
}

.skill__wrapper {
  margin-bottom: 25px;
  position: relative;
}

.skill__wrapper:last-of-type {
  margin-bottom: 40px;
}

.skill__wrapper p {
  font-weight: 600;
  margin-bottom: 8px;
}

.skill__wrapper::before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #e4e4e4;
  bottom: 0;
}

.skill__wrapper .skill-bar {
  width: 100%;
  height: 5px;
  background-color: #5764ec;
  display: block;
}

.skill__wrapper .skill1 {
  width: 58%;
}

.skill__wrapper span {
  position: absolute;
  border-top: 0px solid transparent;
  top: 0px;
  right: 0px;
  padding: 0;
  font-size: 16px;
  padding: 3px 0;
  font-weight: 500;
}

.skill__wrapper .skill2 {
  width: 77%;
}

.skill__wrapper .skill3 {
  width: 40%;
}

.skill__wrapper .skill4 {
  width: 90%;
}

.skill__wrapper .skill5 {
  width: 66%;
}

.skill__wrapper .skill6 {
  width: 50%;
}

@media only screen and (max-width: 1650px) {
  .skill {
    padding-bottom: 100px;
  }
  .skill__thumb {
    position: absolute;
    bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .skill {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .skill {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .skill__thumb {
    position: static;
  }
}

.video {
  padding: 260px 0px;
  background-color: #232323;
}

@media only screen and (max-width: 1199px) {
  .video {
    padding: 140px 0px 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .video {
    padding: 90px 0px 100px;
  }
}

.video h5 {
  color: #ffffff;
}

.video .video__shape img {
  position: absolute;
  right: 0px;
  bottom: -20px;
  max-width: 11vw;
  height: auto;
}

.video__popup {
  display: block;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 110px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .video__popup {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video__popup {
    margin-bottom: 15px;
  }
}

.video__popup .main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.video__popup .main i {
  font-size: 22px;
  color: #0c3eb9;
}

.video__popup .main::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.161);
  animation: waves 3s infinite linear;
  animation-delay: 0s;
  z-index: -2;
}

.video__popup .main::after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.161);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: waves 3s infinite linear;
  animation-delay: 1s;
  z-index: -1;
}

.mfp-container {
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 9999999;
}

.mfp-wrap {
  z-index: 999999999;
}

.work .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .work .section__header {
    margin-bottom: 38px;
  }
}

.work__single__item h5 {
  color: #232323;
  text-align: center;
  margin: 25px 0px 10px;
}

.work__single__item p {
  text-align: center;
  color: #626262;
}

.work__poster__wrapper {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.work__poster__wrapper .work__poster {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.work__poster__wrapper .work__poster::before {
  height: 0%;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.work__poster__wrapper .work__poster img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.work__poster__wrapper .work__poster .main {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}

.work__poster__wrapper .work__poster .main::before {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0s;
  z-index: -2;
}

.work__poster__wrapper .work__poster .main::after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.work__poster__wrapper:hover .work__poster .main {
  top: 50%;
}

.work__poster__wrapper:hover .work__poster::before {
  height: 100%;
}

.contact__cta__area {
  padding: 50px 0px;
}

.contact__cta__left {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 575px) {
  .contact__cta__left {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
}

.contact__cta__left img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 575px) {
  .contact__cta__left img {
    width: 40px;
    height: 40px;
  }
}

.contact__cta__left h3 {
  color: #ffffff;
}

.contact__cta__right .button {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .contact__cta__right .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog--secondary .blog__single__item {
  max-height: 525px !important;
}

.blog--secondary .blog__single__item .blog__post__meta {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.blog--secondary .slick-dots {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .blog--secondary .slick-dots {
    margin-top: 10px;
  }
}

.service .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .service .section__header {
    margin-bottom: 38px;
  }
}

.service__single__item {
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 767px) {
  .service__single__item {
    max-width: 350px;
  }
}

.service__single__item .service__posterr {
  height: 270px;
  display: block;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .service__single__item .service__posterr {
    height: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .service__single__item .service__posterr {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__posterr {
    height: 200px;
  }
}

.service__single__item .service__posterr::before {
  transition: all 0.2s ease-in;
  height: 0%;
  border-radius: 5px 5px 0px 0px;
}

.service__single__item .service__posterr img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
}

.service__single__item .service__item {
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__item {
    gap: 15px;
  }
}

.service__single__item .service__item i {
  font-size: 40px;
  color: #5764ec;
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__item i {
    font-size: 30px;
  }
}

.service__single__item .service__item .service__item__content h5 {
  color: #232323;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .service__single__item .service__item .service__item__content h5 {
    margin-top: -7px;
  }
}

.service__single__item .service__item .service__item__content p {
  color: #4a4c59;
  margin-bottom: -6px;
}

.service__single__item .service__item .service__item__content a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-top: 10px;
}

.service__single__item .service__item .service__item__content a:hover {
  color: #5764ec;
}

.service__single__item .service__item .service__item__content a i {
  font-size: 18px;
  color: inherit;
  line-height: inherit;
}

.service__single__item:hover .service__posterr::before {
  height: 100%;
}

.service__single__item:hover .service__item .service__item__content a {
  color: #5764ec;
}

.service--two .section__header {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .service--two .section__header {
    margin-bottom: 30px;
  }
}

.service--two .service--two__single__item {
  padding: 60px 40px 40px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  margin-top: 35px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .service--two .service--two__single__item {
    padding: 60px 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item {
    margin-top: 25px;
    padding: 40px 20px 20px;
  }
}

.service--two .service--two__single__item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fcfdfe;
  box-shadow: 0px 0px 6.51px 0.49px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 40px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .service--two .service--two__single__item .icon {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item .icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}

.service--two .service--two__single__item .icon i {
  font-size: 40px;
  color: #5764ec;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item .icon i {
    font-size: 24px;
  }
}

.service--two .service--two__single__item p {
  margin: 10px 0px 7px;
}

.service--two .service--two__single__item .shape__alt {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.2s ease-in;
}

.service--two .service--two__single__item:hover {
  border: 1px solid #5764ec;
}

.service--two .service--two__single__item:hover .icon {
  background-color: #5764ec;
}

.service--two .service--two__single__item:hover .icon i {
  color: #ffffff;
}

.service--two .service--two__single__item:hover a {
  color: #5764ec;
}

.service--two .service--two__single__item:hover .shape__alt {
  width: 70px;
  height: 70px;
}

.service__three .service--two__single__item {
  background-image: url("../images/service/item-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 0px solid transparent;
}

.service__three .service--two__single__item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 0.2s ease-in;
  z-index: -2;
  border-radius: 5px;
}

.service__three .service--two__single__item h5,
.service__three .service--two__single__item p,
.service__three .service--two__single__item a {
  transition: all 0.2s ease-in;
}

.service__three .service--two__single__item:hover {
  border: 0px solid transparent;
}

.service__three .service--two__single__item:hover::after {
  background-color: rgba(218, 5, 42, 0.702);
}

.service__three .service--two__single__item:hover .icon {
  background-color: #ffffff;
}

.service__three .service--two__single__item:hover .icon i {
  color: #5764ec;
}

.service__three .service--two__single__item:hover h5,
.service__three .service--two__single__item:hover p,
.service__three .service--two__single__item:hover a {
  color: #ffffff;
}

.faq__content h2 {
  margin: 15px 0px 10px;
}

@media only screen and (max-width: 1199px) {
  .faq__content h2 {
    margin: 10px 0px 5px;
  }
}

.faq__content .secondary:last-of-type {
  color: #5764ec;
  margin-top: 8px;
}

.faq__content .button {
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .faq__content .button {
    margin-top: 25px;
  }
}

.faq__wrapper .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.faq__wrapper .accordion h6 {
  margin-top: 0px;
}

.faq__wrapper .accordion-item {
  border-radius: 5px;
}

.faq__wrapper .accordion-button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #626262;
  box-shadow: 0px 0px 0px;
  outline: none;
}

.faq__wrapper .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 18px;
  vertical-align: 0px !important;
  width: auto;
  height: 100% !important;
}

.faq__wrapper .accordion-button i {
  font-size: 20px;
  color: #232323;
}

.faq__wrapper .accordion-button:not(.collapsed) {
  background-color: #5764ec;
  color: #ffffff;
}

.faq__wrapper .accordion-button:not(.collapsed) i {
  color: #ffffff;
}

.faq__wrapper .accordion-body p {
  color: #626262;
}

.faq__wrapper .accordion-body .accordion-body-inner {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .faq__wrapper .accordion-body .accordion-body-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.faq__wrapper .accordion-body .accordion-body-inner img {
  width: 120px;
  height: 70px;
}

.faq__wrapper .accordion-body .accordion-body-inner .alt {
  color: #232323;
  font-weight: 600;
}

.service__slider .service__single__item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.service__slider .service__item__content {
  text-align: left;
}

.service__slider .service__item__content a {
  margin-top: 20px !important;
}

.service__slider .service__item {
  border-bottom: 0px solid #5764ec;
}

.service__slider .slick-center .service__item {
  border-bottom: 3px solid #5764ec;
}

.service__slider .slick-center .service__item a {
  color: #5764ec;
}

.skillbar__two .section__header {
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .skillbar__two .section__header {
    margin-bottom: 30px;
  }
}

.skillbar__two .section__header h2,
.skillbar__two .section__header p {
  color: #ffffff;
}

.skillbar__two p {
  color: #ffffff;
}

.skillbar__two .team__animation .left-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 11vw;
  height: auto;
}

.skillbar__two .skill__wrapper::before {
  background-color: #ffffff;
}

.skillbar__two .skill__wrapper span {
  color: #ffffff;
}

.skillbar__two .skill__wrapper:last-of-type {
  margin-bottom: 0px;
}

.skillbar__two .cta__button .button {
  background-color: #ffffff;
  color: #5764ec;
}

.skillbar__two .cta__button .button:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.video__call__content h2 {
  color: #ffffff;
  margin: 10px 0px;
}

.video__call__content p {
  color: #ffffff;
  max-width: 500px;
}

.video__call__content .button {
  margin-top: 38px;
}

@media only screen and (max-width: 991px) {
  .video__call__content .button {
    margin-top: 28px;
  }
}

.video__call__content .button:hover {
  background-color: #ffffff;
  color: #5764ec;
}

.video__call__thumb .video__thumb__inner {
  display: inline-block;
  position: relative;
}

.video__call__thumb img {
  max-width: 100%;
  height: auto;
}

.video__call__thumb .video__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__call__thumb .video__popup .main i {
  color: #5764ec;
}

.video__call__thumb .video__popup .main::before, .video__call__thumb .video__popup .main::after {
  background-color: rgba(255, 255, 255, 0.561);
}

.project__grid__wrapper {
  margin-top: 60px;
  margin-bottom: -30px;
}

.project__single__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.project__single__item .project__poster {
  display: block;
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 1199px) {
  .project__single__item .project__poster {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .project__single__item .project__poster {
    height: 300px;
  }
}

.project__single__item .project__poster::before {
  height: 0%;
}

.project__single__item .project__poster img {
  width: 100%;
  height: 100%;
}

.project__single__item .project__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in;
}

.project__single__item .project__icon i {
  font-size: 20px;
  color: #5764ec;
}

.project__single__item:hover .project__poster {
  height: 300px;
}

.project__single__item:hover .project__poster::before {
  height: 100%;
}

.project__single__item:hover .project__icon {
  top: 50%;
}

.project .section__header {
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .project .section__header {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project__btn__wrapper {
    margin-bottom: 10px;
  }
}

.project__overview h5 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #232323;
    font-style: normal;
    text-align: left;
}

@media only screen and (max-width: 1199px) {
  .project__overview h5 {
    margin-bottom: 15px;
  }
}

.project__overview h5:last-of-type {
  margin-bottom: 0px;
}

.project__overview h5 .project__details__tab {
  padding: 10px 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
  color: #232323;
    width: 100% !important; 
  display: block !important;
}

@media only screen and (max-width: 1199px) {
  .project__overview h5 .project__details__tab {
    padding: 10px 15px;
  }
}

.project__overview h5 .project__details__tab:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.project__overview h5 .project__details__tab__active {
  background-color: #5764ec;
  color: #ffffff;
}

.project__features {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project__features {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .project__features {
    margin-top: 30px;
  }
}

.project__features .features__thumb {
  width: 170px;
  height: 170px;
  background-image: linear-gradient(45deg, #5764ec 50%, transparent 50%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (max-width: 1199px) {
  .project__features .features__thumb {
    width: 150px;
    height: 150px;
  }
}

.project__features .features__thumb__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.project__features .features__thumb__content h3,
.project__features .features__thumb__content h5 {
  color: #ffffff;
}

.project__features .features__thumb__content h5 {
  margin-top: -5px;
}

.features__poster {
  height: 430px;
}

@media only screen and (max-width: 1199px) {
  .features__poster {
    height: 350px;
  }
}

.features__poster img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .features__poster img {
    width: auto;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project__details__left__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.project__details__right__content img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .project__details__right__content img {
    width: auto;
    max-width: 100%;
  }
}

.project__details__right__content .alt {
  color: #5764ec;
  max-width: 700px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .project__details__right__content .mb-30 {
    margin-bottom: 25px;
  }
}

.project__details__wrapper .alt--two {
  max-width: 1100px;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .project__details__wrapper .alt--two {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project__details__wrapper .alt--two {
    margin-top: 20px;
  }
}

.team .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .team .section__header {
    margin-bottom: 38px;
  }
}

.team__single__item {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .team__single__item {
    max-width: 300px;
  }
}

.team__single__item .team__poster {
  display: block;
  height: 430px;
}

@media only screen and (max-width: 1199px) {
  .team__single__item .team__poster {
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .team__single__item .team__poster {
    height: 395px;
  }
}

@media only screen and (max-width: 767px) {
  .team__single__item .team__poster {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .team__single__item .team__poster {
    height: 350px;
  }
}

.team__single__item .team__poster::before {
  height: 0%;
}

.team__single__item .team__poster img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.team__single__item:hover .team__poster::before {
  height: 100%;
  border-radius: 5px;
}

.team__single__item:hover .team__member__social {
  left: 0px;
}

.team__member__social {
  position: absolute;
  top: 10px;
  left: -100px;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 767px) {
  .team__member__social {
    top: 0px;
  }
}

.team__member__social .social__bar {
  padding: 20px;
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: transparent;
}

.team__member__social .social__bar a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  margin: 0px;
}

.team__member__social .social__bar a i {
  color: #646464;
  font-size: 18px;
}

.team__member__social .social__bar a:hover {
  background-color: #5764ec;
}

.team__member__social .social__bar a:hover i {
  color: #ffffff;
}

.team__member__info {
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  padding: 15px 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .team__member__info {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .team__member__info {
    padding: 10px 12px;
  }
}

.team__member__info h5 {
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .team__member__info h5 {
    margin-bottom: 0px;
  }
}

.team__member__info p {
  text-align: center;
}

.testimonial__slider__wrapper .slick-list {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .testimonial__slider__wrapper .slick-list {
    padding-top: 75px;
  }
}

.testimonial__item {
  background-color: #ffffff;
  padding: 70px 40px 50px;
  box-shadow: 0px 0px 117px 0px rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .testimonial__item {
    padding: 50px 20px 30px;
  }
}

.testimonial__item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #d0dae2;
  border-top-left-radius: 50px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 991px) {
  .testimonial__item::before {
    width: 40px;
    height: 40px;
    border-top-left-radius: 40px;
  }
}

.testimonial__item .author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 40px;
  border: 2px solid #5764ec;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .author {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 20px;
  }
}

.testimonial__item .author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial__item .ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .ratings {
    top: 20px;
    right: 20px;
  }
}

.testimonial__item .ratings i {
  font-size: 24px;
  color: #fe5a0e;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .ratings i {
    font-size: 20px;
  }
}

.testimonial__item .desig {
  margin: 5px 0px;
  color: #4a4c59;
  font-style: normal;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .desig {
    margin: 10px 0px;
  }
}

.testimonial__item p {
  font-style: italic;
}

.slick-current .testimonial__item::before {
  background-color: #5764ec;
}

.team__details .talt {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .team__details .talt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .team__details .talt {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .team__details__poster {
    margin-bottom: 20px;
  }
}

.team__details__poster img {
  max-width: 100%;
  height: 430px;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .team__details__poster img {
    height: 350px;
  }
}

.team__details__content .alt {
  margin-top: 10px;
}

.team__details__content .team__details__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.team__details__content .team__details__info:first-of-type {
  margin-top: 24px;
}

.team__details__content .team__details__info:last-of-type {
  margin-bottom: 0px;
}

.team__details__content .icone {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5764ec;
  border-radius: 50%;
}

.team__details__content .icone i {
  font-size: 22px !important;
  color: #5764ec;
}

.pricing .section__header {
  margin-bottom: 87px;
}

@media only screen and (max-width: 991px) {
  .pricing .section__header {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing .section__header {
    margin-bottom: 38px;
  }
}

.pricing__plan__wrapper {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .pricing__plan__wrapper {
    margin-bottom: 0px;
  }
}

.pricing__single__item {
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  text-align: center;
}

.pricing__single__item h5,
.pricing__single__item h2,
.pricing__single__item p {
  text-align: center;
}

.pricing__single__item img {
  width: 78px;
  height: 78px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item img {
    width: 58px;
    height: 58px;
  }
}

.pricing__single__item h5 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item h5 {
    margin-bottom: 5px;
  }
}

.pricing__single__item h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item h2 {
    margin-bottom: 10px;
  }
}

.pricing__single__item p {
  margin-bottom: 27px;
  color: #4a4c59;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item p {
    margin-bottom: 17px;
  }
}

.pricing__single__item .button {
  margin-top: 10px;
  width: 160px;
  text-align: center;
}

.pricing__single__item .button__alt {
  background-color: transparent;
  color: #5764ec;
  border: 1px solid #5764ec;
  text-align: center;
}

.pricing__single__item .button__alt:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.pricing__single__item--primary {
  position: relative;
  z-index: 1;
}

.pricing__single__item--primary::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  transform: scale(1.1);
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary::before {
    transform: scale(1);
  }
}

.pricing__single__item--primary .tag {
  position: absolute;
  top: -77px;
  left: -18px;
  padding: 15px 30px;
  line-height: 1;
  background-color: #5764ec;
  display: inline-block;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .pricing__single__item--primary .tag {
    top: -55px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary .tag {
    top: -25px;
    left: 0px;
    font-size: 12px;
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing__single__item--primary .tag {
    top: 5px;
  }
}

.pricing__single__item--primary .tag:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: #5764ec transparent #5764ec transparent;
}

@media only screen and (max-width: 1199px) {
  .pricing__single__item--primary .tag:after {
    right: -23px;
    border-width: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary .tag:after {
    right: -16px;
    border-width: 16px;
  }
}

.blog .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .blog .section__header {
    margin-bottom: 38px;
  }
}

.blog__poster {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
}

.blog__poster::before {
  height: 0%;
}

.blog__poster img {
  border: none;
  outline: none;
  width: 100%;
  height: 370px;
}

@media only screen and (max-width: 1199px) {
  .blog__poster img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .blog__poster img {
    min-height: 300px;
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__poster img {
    height: 300px;
    min-height: 300px;
  }
}

.blog__post__meta {
  padding: 22px 20px 27px;
  margin: 0px 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.blog__post__meta h5 {
  margin: 12px 0px 9px;
}

.blog__post__meta__head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog__post__meta__head .tertiary {
  color: #626262;
}

.blog__post__meta__head .tertiary:last-of-type {
  position: relative;
  padding-left: 15px;
}

.blog__post__meta__head .tertiary:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #5764ec;
  border-radius: 50%;
}

.blog__single__item:hover .blog__poster::before {
  width: 100%;
  height: 100%;
}

.blog__details__poster {
  height: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .blog__details__poster {
    height: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__details__poster {
    height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__details__poster {
    height: 180px;
  }
}

.blog__details__poster img {
  width: 100%;
  height: 100%;
}

.blog____details__post__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog____details__post__meta .quinary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog____details__post__meta .quinary i {
  font-size: 16px;
}

.blog__post__title {
  max-width: 600px;
  margin-bottom: 12px;
}

.blog__details__left p {
  text-align: justify;
}

.blog__details__left .alt {
  font-weight: 500;
  color: #5764ec;
  margin-top: 10px;
}

.blog__details__left hr {
  margin: 50px 0px;
}

@media only screen and (max-width: 1199px) {
  .blog__details__left hr {
    margin: 40px 0px;
  }
}

.post__comments {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .post__comments {
    margin-top: 30px;
  }
}

.post__comments h4 {
  color: #232323;
}

.single__comment {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 45px 0px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 1199px) {
  .single__comment {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .single__comment {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}

.single__comment img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.single__comment .quaternary {
  margin: 10px 0px;
}

@media only screen and (max-width: 1199px) {
  .single__comment .quaternary {
    margin: 5px 0px;
  }
}

.single__comment .comment__info {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 424px) {
  .single__comment .comment__info {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}

.single__comment .comment__info a {
  color: #5764ec;
}

.search__post #blogPostSearch {
  position: relative;
}

.search__post #blogPostSearch input {
  padding-right: 60px;
}

.search__post #blogPostSearch .button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 34px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding: 0px;
}

.search__post #blogPostSearch .button i {
  font-size: 16px;
}

.search__post #blogPostSearch .button:hover {
  box-shadow: 0px 0px 0px;
}

.blog__business .service__poster:hover {
  padding-left: 0px;
}

.blog__business h5 a {
  color: #232323;
}

.blog__business h5 a:hover {
  color: #5764ec;
  padding-left: 0px;
}

.blog__business p {
  max-width: 270px;
  margin: 10px 0px 30px;
}

@media only screen and (max-width: 1199px) {
  .blog__business p {
    margin-bottom: 15px;
  }
}

.blog__business a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog__business a i {
  font-size: 20px;
}

.blog__business a:hover {
  padding-left: 5px;
}

.service__poster {
  display: block;
  margin-bottom: 25px;
}

.service__poster img {
  width: 100%;
  height: auto;
}

.tag {
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .tag {
    margin-top: 25px;
  }
}

.tag h5 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .tag h5 {
    margin-top: 15px;
  }
}

.tag .button {
  padding: 2px 0px;
  text-align: center;
  border-radius: 0px;
  background-color: #ffffff;
  color: #626262;
  border: 1px solid #d7d7d7;
  margin: 0px 15px 20px 0px;
  width: 100px;
}

.tag .button:hover {
  background-color: #5764ec;
  color: #ffffff;
}

.newss {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .newss {
    margin-top: 20px;
  }
}

.newss p {
  color: #626262;
  margin: 20px 0px 15px;
  max-width: 280px;
}

.follow {
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .follow {
    margin-top: 35px;
  }
}

.follow h5 {
  margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
  .follow h5 {
    margin-top: 18px;
  }
}

.follow a {
  background-color: #232323;
}

.follow a i {
  color: #ffffff;
  font-size: 20px;
}

.follow a:hover {
  background-color: #5764ec;
}

.follow a:hover i {
  color: #ffffff;
}

.calendar__wrapper {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .calendar__wrapper {
    margin-top: 40px;
  }
}

.calendar {
  position: relative;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.ui-datepicker {
  width: 100%;
}

.ui-datepicker th {
  font-weight: 400;
  color: #232323;
}

.ui-datepicker-today a {
  color: #5764ec !important;
  font-weight: 700 !important;
}

.ui-datepicker .ui-datepicker-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
  border: none;
  outline: none;
  left: 10px;
  background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-next {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover {
  border: none;
  outline: none;
  right: 10px;
  background-color: #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  color: #232323;
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
  color: #5764ec;
}

.contact .section__header {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .contact .section__header {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__form {
    margin-bottom: 30px;
  }
}

.contact__item {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact__item {
    padding: 30px 20px;
    gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__item {
    max-width: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .contact__item {
    padding: 20px;
    gap: 20px;
  }
}

.contact__item img {
  width: 65px;
  height: 65px;
}

@media only screen and (max-width: 1199px) {
  .contact__item img {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .contact__item img {
    width: 35px;
    height: 35px;
  }
}

.contact__item h5 {
  margin-bottom: 10px;
  margin-top: -6px;
}

@media only screen and (max-width: 575px) {
  .contact__item h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact__item p:last-of-type {
  margin-bottom: -5px;
}

.contact__item--highlighted {
  background-color: #5764ec;
  border-color: #5764ec;
}

.contact__item--highlighted h5,
.contact__item--highlighted p {
  color: #ffffff;
}

.contact__item--last {
  margin-bottom: 0px;
}

.contact--two .section__header h2,
.contact--two .section__header p {
  color: #ffffff;
}

.contact--two .input,
.contact--two .nice-select,
.contact--two textarea {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.contact--two .input::placeholder,
.contact--two .nice-select::placeholder,
.contact--two textarea::placeholder {
  color: #ffffff;
}

.contact--two .submit--button:hover {
  color: #5764ec;
  background-color: #ffffff;
}

.contact--two .contact__item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

.contact--two .contact__item h5,
.contact--two .contact__item p {
  color: #ffffff;
}

.contact--two .contact__item--highlighted {
  background-color: #5764ec;
  border: 0px solid transparent;
}

.error__area {
  text-align: center;
}

.error__area img {
  display: inline-block;
  max-width: 33vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .error__area img {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 575px) {
  .error__area img {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 424px) {
  .error__area img {
    max-width: 65vw;
  }
}

.error__area .btn__center {
  margin-top: 40px;
}

.error__area .btn__center .button {
  padding: 12px 50px;
}

@media only screen and (max-width: 1199px) {
  .error__area .btn__center .button {
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .error__area .btn__center .button {
    padding: 10px 40px;
  }
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #232323;
  padding-bottom: 28px;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .logo img {
  max-width: 120px;
  height: auto;
}

.footer .social__bar {
  margin-top: 27px;
}

@media only screen and (max-width: 1199px) {
  .footer .social__bar {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer .social__bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.footer h5 {
  color: #ffffff;
  margin-top: -6px;
  margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
  .footer h5 {
    margin-bottom: 20px;
  }
}

.footer ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

.footer ul li {
  margin-bottom: 9px;
}

.footer ul:last-of-type {
  margin-bottom: 0px;
}

.footer ul a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.footer ul a:hover {
  color: #5764ec;
  padding-left: 5px;
}

.footer .tertiary--alt {
  margin-top: 15px;
}

.footer .input {
  padding: 8px 15px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 15px;
}

.footer .submit--button {
  padding: 8px 15px;
}

.footer .submit--button:hover {
  background-color: #ffffff;
  color: #5764ec;
}

.footer hr {
  width: 100%;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.58);
  margin: 30px 0px 25px;
}

.footer .copy__link li {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.footer .copy__link li:last-of-type {
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .footer .copy__link li:first-of-type {
    padding-left: 0px;
  }
}

.footer .copy__link a:hover {
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .footer .copy__link {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer__single__item {
    margin-bottom: 40px;
  }
}

.footer__single__item--last {
  margin-bottom: 0px;
}

.footer__single__item--tertiary {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__single__item--tertiary {
    margin-bottom: 40px;
  }
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== *腾讯云/
/*# sourceMappingURL=style.css.map */


.tpm-hero2 {
    position: relative;
    margin-bottom: -46px;
    -webkit-font-smoothing: antialiased
}

.tpm-hero2__main {
    height: 650px;
    position: relative;
    background: #e6e9ee
}

.tpm-hero2.type-v2 .tpm-hero2__main {
    height: 460px;
    background: linear-gradient(180deg, #d3e5fc, #f1f5fd)
}

.tpm-hero2__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px
}

.tpm-hero2__item-link {
    display: block;
    height: 100%;
    text-decoration: none
}

.tpm-hero2__item-bg-wrap {
    background: #e6e9ee
}

.tpm-hero2__item-bg,
.tpm-hero2__item-bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.tpm-hero2__item-bg {
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.tpm-hero2__item-bg-gradient-left {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 190px;
    height: 100%
}

.tpm-hero2__item-bg-gradient-right {
    position: absolute;
    right: 50%;
    margin-right: -960px;
    width: 190px;
    height: 100%
}

.tpm-hero2__item-3d {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none
}

.tpm-hero2__item-3d-main {
    position: absolute;
    width: 460px;
    height: 392px;
    left: 50%;
    top: 62px;
    margin-left: 188px;
    pointer-events: none;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.tpm-hero2__item-videowrap {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden
}

.tpm-hero2__item-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tpm-hero2__item-video.is-hide {
    opacity: 0
}

.tpm-hero2__item-content {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    box-sizing: border-box
}

.tpm-hero2__item-content-inner {
    padding-top: 158px;
    padding-right: 402px;
    padding-left: 318px
}

.tpm-hero2__item-title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
    color: #181818;
    font-weight: 500;
    max-height: 88px
}

.tpm-hero2__item-desc,
.tpm-hero2__item-title {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.tpm-hero2__item-desc {
    font-size: 18px;
    color: #4b5b76;
    line-height: 24px;
    max-height: 48px
}

.tpm-hero2__item-btns {
    margin-top: 60px
}

.tpm-hero2__item-btns .tpm-btn {
    margin-right: 20px;
    min-width: 136px
}

.tpm-hero2__item--dark .tpm-hero2__item-desc,
.tpm-hero2__item--dark .tpm-hero2__item-title {
    color: #fff
}

.tpm-hero2.type-v2 .tpm-hero2__item-videowrap {
    width: 2560px
}

.tpm-hero2.type-v2 .tpm-hero2__item-bg-wrap {
    background: linear-gradient(180deg, #d3e5fc, #f1f5fd)
}

@media screen and (min-width:769px) {
    .tpm-hero2--with-3d .tpm-hero2__item-bg-wrap {
        overflow: hidden
    }

    .tpm-hero2--with-3d .tpm-hero2__item-bg {
        left: 50%;
        margin-left: 5px;
        width: 1275px;
        height: 100%
    }

    .tpm-hero2--with-3d .tpm-hero2__item--video .tpm-hero2__item-bg {
        left: 0;
        margin-left: 0;
        width: 100%
    }

    .tpm-hero2--with-3d .tpm-hero2__item:first-child .tpm-hero2__item-bg {
        background-image: url(images/hero2-bg-pc1_160.jpg)
    }

    .tpm-hero2--with-3d .tpm-hero2__item:nth-child(2) .tpm-hero2__item-bg {
        background-image: url(images/hero2-bg-pc2_5f8.jpg)
    }

    .tpm-hero2--with-3d .tpm-hero2__item:nth-child(3) .tpm-hero2__item-bg {
        background-image: url(images/hero2-bg-pc3_475.jpg)
    }

    .tpm-hero2--with-3d .tpm-hero2__item:nth-child(4) .tpm-hero2__item-bg {
        background-image: url(images/hero2-bg-pc4_e01.jpg)
    }

    .tpm-hero2--with-3d .tpm-hero2__item:nth-child(5) .tpm-hero2__item-bg {
        background-image: url(images/hero2-bg-pc5_f5e.jpg)
    }
}

@media screen and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__item {
        padding-left: 40px;
        padding-right: 40px
    }

    .tpm-view-l .tpm-hero2__item-content {
        max-width: 1420px
    }

    .tpm-view-l .tpm-hero2__item-content-inner {
        padding-left: 318px;
        padding-right: 522px
    }
}

@media screen and (min-width:769px) and (max-width:1440px) {
    .tpm-hero2__item-3d-main {
        left: auto;
        right: 72px;
        margin-left: 0
    }

    .tpm-hero2--with-3d .tpm-hero2__item-bg {
        right: -560px;
        left: auto;
        margin-left: 0
    }

    .tpm-hero2--with-3d .tpm-hero2__item-content-inner {
        padding-right: 450px
    }
}

@media screen and (max-width:768px) {
    .tpm-hero2 {
        margin-top: 0;
        margin-bottom: -22px
    }

    .tpm-hero2__main {
        height: 380px
    }

    .tpm-hero2 .swiper-container {
        height: 380px
    }

    .tpm-hero2 .hero__model-wrap,
    .tpm-hero2 .tpm-hero2__item-3d {
        display: none
    }

    .tpm-hero2__item {
        position: relative;
        padding: 0
    }

    .tpm-hero2__item-link {
        padding: 0 16px 84px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tpm-hero2__item-bg {
        display: none
    }

    .tpm-hero2__item-bg--mobile {
        display: block;
        background-size: auto 100%;
        background-position: top;
        background-repeat: no-repeat
    }

    .tpm-hero2__item-3d-main {
        position: absolute;
        top: -20px;
        left: 50%;
        margin: 0 0 0 -150px;
        width: 300px;
        height: 284px
    }

    .tpm-hero2__item-content {
        text-align: center;
        width: 100%
    }

    .tpm-hero2__item-content-inner {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .tpm-hero2__item-title {
        margin-bottom: 8px;
        line-height: 40px;
        font-size: 24px;
        color: #000
    }

    .tpm-hero2__item-desc,
    .tpm-hero2__item-title {
        display: block;
        max-height: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tpm-hero2__item-desc {
        line-height: 24px;
        font-size: 14px;
        color: #3d485d
    }

    .tpm-hero2__item-btns {
        display: none
    }

    .tpm-hero2--with-3d .tpm-hero2__item-3d {
        display: block
    }
}

.tpm-hero2 .dg.ac {
    z-index: 16666 !important
}

.tpm-hero2 .hero__model-wrap {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none
}

.tpm-hero2 .hero__model-inner-wrap {
    position: absolute;
    width: 460px;
    height: 392px;
    left: 50%;
    top: 62px;
    margin-left: 188px
}

.tpm-hero2 .hero__model-canvas {
    width: 460px;
    height: 392px;
    pointer-events: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer
}

.tpm-hero2 .tp-mat-product-section {
    position: relative;
    z-index: 10
}

@media screen and (min-width:769px) {
    .tpm-hero2--with-3d .hero__model-wrap {
        display: block
    }
}

@media screen and (min-width:769px) and (max-width:1440px) {
    .tpm-hero2 .hero__model-inner-wrap {
        left: auto;
        right: 72px;
        margin-left: 0
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl {
        left: 50%;
        top: 0;
        z-index: 2;
        padding: 0 20px;
        max-width: 1220px;
        width: 100%;
        height: 100%;
        font-size: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        pointer-events: none
    }

    .tpm-hero2__ctrl,
    .tpm-hero2__ctrl-list {
        position: absolute;
        box-sizing: border-box
    }

    .tpm-hero2__ctrl-list {
        z-index: 1;
        top: 108px;
        left: 20px;
        width: 268px;
        min-height: 300px;
        border-right: 2px solid #fff;
        pointer-events: visible
    }

    .tpm-hero2__ctrl-item {
        position: relative;
        cursor: pointer;
        color: #181818;
        margin-right: -2px
    }
}

@media screen and (min-width:769px) and (min-width:769px) {
    .tpm-hero2__ctrl-item {
        transition: color .3s ease-in-out;
        -ms-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-line {
        position: absolute;
        right: -2px;
        left: 0;
        transition: all .4s cubic-bezier(0, 0, 0, 1)
    }

    .tpm-hero2__ctrl-item-line:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6));
        transition: background-image .3s cubic-bezier(1, .05, .58, 1)
    }

    .tpm-hero2__ctrl-item-line:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 2px;
        height: 100%;
        background-color: #0052d9;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-inner {
        position: relative;
        padding-right: 30px;
        height: 60px
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-tit {
        height: inherit;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-tittext {
        line-height: 24px;
        font-size: 19px;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        transition: font-size .4s ease-in-out
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-tag {
        margin-right: 12px;
        padding: 0 8px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #f64041
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item-progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out, background-image .3s ease-in-out;
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@media screen and (min-width:769px) {

    .tpm-hero2__ctrl-item.is-active,
    .tpm-hero2__ctrl-item:hover {
        color: #0052d9
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-item.is-active .tpm-hero2__ctrl-item-progress {
        opacity: 1;
        visibility: visible
    }

    .tpm-hero2__ctrl-item.is-active .tpm-hero2__ctrl-item-tittext {
        font-weight: 500
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2--dark .tpm-hero2__ctrl-list {
        border-right-color: rgba(0, 0, 0, .15)
    }

    .tpm-hero2--dark .tpm-hero2__ctrl-item {
        color: #fff
    }

    .tpm-hero2--dark .tpm-hero2__ctrl-item-line:before {
        background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .15))
    }

    .tpm-hero2--dark .tpm-hero2__ctrl-item-line:after {
        background-color: #fff
    }

    .tpm-hero2--dark .tpm-hero2__ctrl-item-progress {
        background: linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0))
    }

    .tpm-hero2--dark .tpm-hero2__ctrl-item.is-active,
    .tpm-hero2--dark .tpm-hero2__ctrl-item:hover {
        color: #fff
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2.type-v2 .tpm-hero2__ctrl-list {
        top: 88px
    }
}

@media screen and (min-width:769px) and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__ctrl {
        padding: 0 40px;
        max-width: 1500px
    }

    .tpm-view-l .tpm-hero2__ctrl-list {
        top: 108px;
        left: 40px
    }

    .tpm-view-l .tpm-hero2.type-v2 .tpm-view-l .tpm-hero2__ctrl-list {
        top: 88px
    }
}

@media screen and (max-width:768px) {
    .tpm-hero2__ctrl {
        position: absolute;
        left: 0;
        bottom: 54px;
        z-index: 2;
        padding: 0 16px;
        width: 100%;
        font-size: 0;
        text-align: center;
        box-sizing: border-box
    }

    .tpm-hero2__ctrl-list {
        margin: 0 auto;
        max-width: 1180px
    }

    .tpm-hero2__ctrl-item {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
        cursor: pointer;
        overflow: hidden
    }

    .tpm-hero2__ctrl-item:before {
        content: "";
        display: block;
        width: 30px;
        height: 4px;
        background-color: #d7dbe0;
        border-radius: 2px
    }

    .tpm-hero2__ctrl-item+.tpm-hero2__ctrl-item {
        margin-left: 10px
    }

    .tpm-hero2__ctrl-item-inner {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 4px;
        display: none;
        background-color: #0052d9;
        border-radius: 2px
    }

    .tpm-hero2__ctrl-item.is-active .tpm-hero2__ctrl-item-inner {
        display: block
    }
}

.tpm-hero2__entries-wrap {
    position: relative;
    z-index: 11;
    margin-top: -46px;
    padding: 0 20px;
    pointer-events: none
}

.tpm-hero2__entries-inner {
    margin: 0 auto;
    max-width: 1300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tpm-hero2__entry {
    display: block;
    margin-right: 20px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    border-radius: 4px;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    max-width: none;
    height: auto;
    padding: 18px;
    position: relative;
    pointer-events: auto
}

@media screen and (min-width:769px) {
    .tpm-hero2__entry {
        transition: box-shadow .3s ease-in-out
    }
}

.tpm-hero2__entry:last-child {
    margin-right: 0
}

.tpm-hero2__entry-title {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:769px) {
    .tpm-hero2__entry-title {
        transition: color .3s ease-in-out
    }
}

.tpm-hero2__entry-icon {
    display: inline-block;
    vertical-align: -5.5px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 12px
}

.tpm-hero2__entry-desc {
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.tpm-hero2__entry-mobile {
    display: none
}

.tpm-hero2__entry:hover {
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .2)
}

.tpm-hero2__entry:hover .tpm-hero2__entry-title {
    color: #0052d9
}

.tpm-hero2--with-3d .tpm-hero2__entry,
.tpm-hero2--with-3d .tpm-hero2__entry:hover {
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1)
}

@media screen and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__entries-wrap {
        padding-left: 40px;
        padding-right: 40px
    }

    .tpm-view-l .tpm-hero2__entries-inner {
        max-width: 1420px
    }

    .tpm-view-l .tpm-hero2__entry-desc {
        -webkit-line-clamp: 1
    }
}

@media screen and (max-width:1200px) {
    .tpm-hero2__entries-inner {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tpm-hero2__entry {
        -ms-flex: 1;
        flex: 1;
        max-width: none
    }
}

@media screen and (max-width:768px) {
    .tpm-hero2__entries-wrap {
        padding: 0;
        margin-top: -45px;
        pointer-events: auto
    }

    .tpm-hero2__entries-inner {
        padding: 0 16px;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tpm-hero2__entry {
        margin-right: 8px;
        padding: 12px 8px 8px;
        height: auto;
        min-height: 68px;
        -ms-flex: 1;
        flex: 1;
        width: 1px;
        text-align: center
    }

    .tpm-hero2__entry:last-child {
        margin-right: 0
    }

    .tpm-hero2__entry-icon {
        margin-bottom: 4px
    }

    .tpm-hero2__entry-title {
        display: none;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px
    }

    .tpm-hero2__entry-desc {
        display: none
    }

    .tpm-hero2__entry-mobile,
    .tpm-hero2__entry-mobile .tpm-hero2__entry-title {
        display: block
    }

    .tpm-hero2__entry-icon {
        display: block;
        margin: 0 auto 4px
    }

    .tpm-hero2__entries--with-media .tpm-hero2__entry:nth-child(3) {
        margin-right: 0
    }
}

@media screen and (max-width:600px) {
    .tpm-hero2__entries-inner {
        -ms-flex-pack: start;
        justify-content: start
    }

    .tpm-hero2__entry {
        -ms-flex: none;
        flex: none;
        margin-bottom: 8px;
        padding: 10px 6px;
        min-height: auto;
        width: calc(50% - 4px);
        text-align: left
    }

    .tpm-hero2__entry:nth-child(n+5) {
        display: none
    }

    .tpm-hero2__entry:nth-child(2n) {
        margin-right: 0
    }

    .tpm-hero2__entry:nth-child(n+3) {
        margin-bottom: 0
    }

    .tpm-hero2__entry-title {
        line-height: 24px
    }

    .tpm-hero2__entry-icon {
        display: inline-block;
        vertical-align: -7px;
        margin: 0 8px 0 0
    }

    .tpm-hero2__entries--with-media .tpm-hero2__entry {
        margin-bottom: 0
    }

    .tpm-hero2__entries--with-media .tpm-hero2__entry:nth-child(3) {
        display: none
    }
}

.tpm-hero2__product {
    position: relative;
    z-index: 1;
    padding: 16px;
    border-radius: 4px;
    pointer-events: auto;
    width: 472px;
    overflow: hidden
}

.tpm-hero2__product-bg {
    position: absolute;
    top: -14px;
    right: 12px;
    width: 144px;
    height: 144px;
    z-index: -1;
    opacity: .25
}

.tpm-hero2__product-bg img {
    display: block;
    width: 100%;
    height: 100%
}

.tpm-hero2__product-object {
    margin-bottom: 6px
}

.tpm-hero2__product-title {
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tpm-hero2__product-linkwrap {
    width: 100%;
    max-height: 50px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.tpm-hero2__product-links {
    width: calc(33.33333% - 10.66667px)
}

.tpm-hero2__product-links+.tpm-hero2__product-links {
    margin-left: 16px
}

.tpm-hero2__product-link .tp-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    max-width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tpm-hero2__product-link .tp-link:after {
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -5px
}

.tpm-hero2__product-link+.tpm-hero2__product-link {
    margin-top: 6px
}

@media screen and (max-width:768px) {
    .tpm-hero2__product {
        margin-top: 8px;
        max-width: none;
        width: 100%
    }

    .tpm-hero2__product-bg {
        right: -8px
    }

    .tpm-hero2__product-object {
        margin-bottom: 16px
    }

    .tpm-hero2__product-title {
        line-height: 24px;
        font-size: 16px;
        white-space: normal;
        overflow: visible
    }

    .tpm-hero2__product-linkwrap {
        display: block;
        max-height: none;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: -6px
    }

    .tpm-hero2__product-links {
        display: inline;
        margin: 0;
        max-width: none
    }

    .tpm-hero2__product-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 6px;
        padding-left: 6px;
        padding-right: 6px;
        width: 33.3333%;
        box-sizing: border-box
    }

    .tpm-hero2__product-links+.tpm-hero2__product-links {
        margin-left: 0
    }

    .tpm-hero2__product-link+.tpm-hero2__product-link {
        margin-top: 0
    }
}

@media screen and (max-width:600px) {
    .tpm-hero2__product .tpm-hero2__product-link {
        width: 50%
    }
}

@media screen and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__product {
        padding: 18px 20px;
        width: 640px
    }

    .tpm-view-l .tpm-hero2__product-bg {
        left: 75px;
        right: auto
    }

    .tpm-view-l .tpm-hero2__product-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .tpm-view-l .tpm-hero2__product-object {
        position: relative;
        margin-right: 20px;
        margin-bottom: 0;
        padding-right: 28px;
        width: 144px;
        box-sizing: content-box;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tpm-view-l .tpm-hero2__product-object:after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 0;
        width: 1px;
        background-color: hsla(0, 0%, 100%, .2)
    }

    .tpm-view-l .tpm-hero2__product-main {
        min-width: 0;
        min-height: 0;
        -ms-flex: 1;
        flex: 1
    }

    .tpm-view-l .tpm-hero2__product-title {
        max-height: 52px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis
    }

    .tpm-view-l .tpm-hero2__product-linkwrap {
        max-height: 56px
    }

    .tpm-view-l .tpm-hero2__product .tpm-hero2__product-link+.tpm-hero2__product-link {
        margin-top: 12px
    }
}

.tpm-hero2__event {
    position: relative;
    width: 472px;
    height: auto;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-image: linear-gradient(0deg, #686fff, #525af6);
    border: 2px solid #7178ff;
    box-shadow: 8px 8px 20px 0 rgba(100, 108, 254, .39);
    border-radius: 4px;
    color: #fff;
    pointer-events: auto
}

.tpm-hero2__event-object {
    width: 128px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.tpm-hero2__event-object:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 1px;
    height: 44px;
    background: hsla(0, 0%, 100%, .2)
}

.tpm-hero2__event-img {
    display: block;
    width: 112px;
    height: 84px
}

.tpm-hero2__event-main {
    position: relative;
    display: block;
    max-height: 100%;
    padding: 12px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    -ms-flex: 1;
    flex: 1
}

.tpm-hero2__event-subimg {
    margin-bottom: 4px
}

.tpm-hero2__event-subimg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 32px;
    box-sizing: border-box
}

.tpm-hero2__event-links {
    margin-right: 16px;
    width: calc(33.33333% - 10.66667px)
}

.tpm-hero2__event-links:last-child {
    margin-right: 0
}

.tpm-hero2__event-linkwrap {
    width: 100%;
    max-height: 50px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.tpm-hero2__event-link {
    margin-bottom: 6px
}

.tpm-hero2__event-link:last-child {
    margin-bottom: 0
}

.tpm-hero2__event .tpm-link.tp-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    max-width: 100%;
    line-height: 22px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tpm-hero2__event .tpm-link.tp-link:after {
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -5px
}

.tpm-hero2__event-count {
    position: absolute;
    right: -6px;
    top: 12px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(81, 67, 60, .3);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    color: #4b5b76;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.tpm-hero2__event-count-num {
    margin-left: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #6168fc
}

.tpm-hero2__event-count-num em {
    margin-right: 2px;
    font-weight: 500
}

.tpm-hero2__event-count-text {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
    color: #6168fc;
    line-height: 26px
}

.tpm-hero2__event-desc {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

.tpm-hero2__event-tag {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    border: 2px solid #fff;
    background: linear-gradient(0deg, #fff, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(82, 90, 246, .1);
    padding: 3px 10px
}

.tpm-hero2__event-tag-text {
    color: #545cf6;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.tpm-hero2__event-tag-title {
    margin-top: 2px;
    color: #525af6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px
}

.tpm-hero2__event-tag-num {
    font-family: DINPro;
    font-weight: 700
}

.tpm-hero2__event--single .tpm-hero2__event-object {
    width: auto;
    min-width: 120px;
    max-width: 246px;
    padding: 22px 20px;
    display: none
}

.tpm-hero2__event--single .tpm-hero2__event-object:after {
    display: none
}

.tpm-hero2__event--single .tpm-hero2__event-img {
    width: auto;
    max-height: 44px;
    max-width: 100%;
    height: auto
}

.tpm-hero2__event--single .tpm-hero2__event-main {
    padding: 10px 16px 20px;
    -ms-flex-align: start;
    align-items: flex-start
}

.tpm-hero2__event--single .tpm-hero2__event-subimg {
    margin-bottom: 20px
}

.tpm-hero2__event--single .tpm-hero2__event-title {
    display: none;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px
}

.tpm-hero2__event--single .tpm-hero2__event-title--long {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tpm-hero2__event--single .tpm-hero2__event-title--short {
    display: none
}

.tpm-hero2__event--topic {
    border-radius: 4px;
    border: 2px solid rgba(82, 90, 246, .45);
    background: linear-gradient(0deg, rgba(82, 90, 246, .85), #525af6), #fff;
    box-shadow: 8px 8px 20px 0 rgba(82, 90, 246, .4)
}

.tpm-hero2__event--topic .tpm-hero2__event-object {
    display: none
}

.tpm-hero2__event--topic .tpm-hero2__event-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 16px 20px
}

.tpm-hero2__event--topic .tpm-hero2__event-subimg {
    height: 44px;
    margin-bottom: 0
}

.tpm-hero2__event--topic .tpm-hero2__event-subimg img {
    height: 44px
}

.tpm-hero2__event--topic .tpm-hero2__event-desc {
    margin-top: 8px;
    font-size: 16px;
    height: 24px
}

.tpm-hero2__event--topic .tpm-hero2__event-desc p {
    display: inline-block
}

.tpm-hero2__event--topic .tpm-hero2__event-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 12px;
    right: -6px;
    -webkit-transform: none;
    transform: none
}

.tpm-hero2__event--topic .tpm-hero2__event-tag-num,
.tpm-hero2__event--topic .tpm-hero2__event-tag-text,
.tpm-hero2__event--topic .tpm-hero2__event-tag-title {
    color: #525af6;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.tpm-hero2__event--topic .tpm-hero2__event-tag-title {
    margin: 0 0 0 4px
}

@media screen and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__event {
        padding-right: 80px;
        width: 640px
    }

    .tpm-view-l .tpm-hero2__event-object {
        display: -ms-flexbox;
        display: flex
    }

    .tpm-view-l .tpm-hero2__event-main {
        padding: 16px 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .tpm-view-l .tpm-hero2__event-subimg {
        display: none
    }

    .tpm-view-l .tpm-hero2__event-linkwrap {
        max-height: 56px
    }

    .tpm-view-l .tpm-hero2__event-links {
        margin-right: 16px
    }

    .tpm-view-l .tpm-hero2__event-links:last-child {
        margin-right: 0
    }

    .tpm-view-l .tpm-hero2__event-link {
        margin-bottom: 12px
    }

    .tpm-view-l .tpm-hero2__event-link:last-child {
        margin-bottom: 0
    }

    .tpm-view-l .tpm-hero2__event-count {
        top: 50%;
        display: block;
        padding: 3px 14px 3px 10px;
        line-height: 20px;
        font-size: 14px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .tpm-view-l .tpm-hero2__event-count-num {
        margin: 2px 0 0
    }

    .tpm-view-l .tpm-hero2__event-count-num em {
        margin-right: 4px;
        line-height: 36px;
        font-size: 28px
    }

    .tpm-view-l .tpm-hero2__event--single .tpm-hero2__event-object {
        display: -ms-flexbox;
        display: flex
    }

    .tpm-view-l .tpm-hero2__event--single .tpm-hero2__event-object:after {
        display: block
    }

    .tpm-view-l .tpm-hero2__event--single .tpm-hero2__event-main {
        padding: 16px 12px
    }

    .tpm-view-l .tpm-hero2__event--single .tpm-hero2__event-title {
        display: block
    }

    .tpm-view-l .tpm-hero2__event--single .tpm-hero2__event-title .tpm-hero2__event-title--long {
        max-height: 56px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .tpm-view-l .tpm-hero2__event--topic {
        padding-right: 110px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-object {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        max-width: none;
        padding: 22px 20px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-img {
        width: auto;
        height: 44px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-main {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 22px 0 22px 12px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-desc {
        margin-top: 0;
        height: 28px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-tag {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-tag-text {
        font-size: 14px;
        line-height: 20px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-tag-title {
        margin: 2px 0 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px
    }

    .tpm-view-l .tpm-hero2__event--topic .tpm-hero2__event-tag-num {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        font-family: DINPro
    }
}

@media screen and (max-width:768px) {
    .tpm-hero2__event {
        margin-top: 8px;
        max-width: none;
        width: 100%
    }

    .tpm-hero2__event-linkwrap {
        display: block;
        max-height: none;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: -6px
    }

    .tpm-hero2__event-links {
        display: inline;
        margin: 0;
        max-width: none
    }

    .tpm-hero2__event-link {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px;
        width: 33.3333%;
        box-sizing: border-box
    }

    .tpm-hero2__event-link:last-child {
        margin-bottom: 6px
    }

    .tpm-hero2__event--single .tpm-hero2__event-main {
        padding: 10px 14px 18px
    }

    .tpm-hero2__event--single .tpm-hero2__event-subimg {
        margin-bottom: 12px
    }

    .tpm-hero2__event--single .tpm-hero2__event-title {
        line-height: 26px;
        font-size: 18px
    }

    .tpm-hero2__event--single .tpm-hero2__event-title--long {
        white-space: normal;
        text-overflow: clip;
        overflow: visible
    }

    .tpm-hero2__event--topic .tpm-hero2__event-object {
        display: none
    }

    .tpm-hero2__event--topic .tpm-hero2__event-main {
        padding: 10px 14px 14px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tpm-hero2__event--topic .tpm-hero2__event-subimg {
        height: 36px;
        margin-bottom: 8px
    }

    .tpm-hero2__event--topic .tpm-hero2__event-subimg img {
        height: 36px
    }

    .tpm-hero2__event--topic .tpm-hero2__event-title {
        line-height: 26px;
        font-size: 18px
    }

    .tpm-hero2__event--topic .tpm-hero2__event-title--long {
        white-space: normal;
        text-overflow: clip;
        overflow: visible
    }

    .tpm-hero2__event--topic .tpm-hero2__event-desc {
        margin-top: 0;
        font-size: 14px;
        line-height: 22px;
        height: 22px
    }

    .tpm-hero2__event--topic .tpm-hero2__event-tag {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 12px;
        right: -6px;
        -webkit-transform: none;
        transform: none
    }

    .tpm-hero2__event--topic .tpm-hero2__event-tag-num,
    .tpm-hero2__event--topic .tpm-hero2__event-tag-text,
    .tpm-hero2__event--topic .tpm-hero2__event-tag-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        font-family: PingFang SC
    }

    .tpm-hero2__event--topic .tpm-hero2__event-tag-title {
        margin-top: 4px
    }
}

@media screen and (max-width:600px) {
    .tpm-hero2__event-link {
        width: 50%
    }

    .tpm-hero2__event-subimg {
        margin-bottom: 12px
    }

    .tpm-hero2__event--single .tpm-hero2__event-main {
        padding: 10px 14px 14px
    }

    .tpm-hero2__event--single .tpm-hero2__event-title {
        line-height: 24px;
        font-size: 16px
    }
}

@media screen and (min-width:769px) {
    .tpm-hero2__ctrl-list {
        width: calc(20% - 24px)
    }

    .tpm-hero2__item-content-inner {
        padding-left: calc(20% + 34px)
    }

    .tpm-hero2-event .tpm-hero2__ctrl-list {
        width: calc(33.33333% - 190.66667px)
    }

    .tpm-hero2-event .tpm-hero2__item-content-inner {
        padding-left: calc(33.33333% - 127.33333px)
    }
}

@media screen and (min-width:769px) and (min-width:1440px) {
    .tpm-view-l .tpm-hero2__ctrl-list {
        width: calc(20% - 32px)
    }

    .tpm-view-l .tpm-hero2__item-content-inner {
        padding-left: calc(20% + 34px)
    }

    .tpm-view-l .tpm-hero2-event .tpm-hero2__ctrl-list {
        width: calc(33.33333% - 260px)
    }

    .tpm-view-l .tpm-hero2-event .tpm-hero2__item-content-inner {
        padding-left: calc(33.33333% - 183.33333px)
    }
}
.tpm-btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 104px;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #0052d9;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1)
}