/* CSS Document */

/* 
    Created on   : 30/02/2018.
    Theme Name   : varsyx - Business & Agency Template.
    Version      : 1.0
    Author       : ThemaZineX.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Header  */
/*   04 - Theme menu Style One */
/*   05 - Banner Default Style */
/*   06 - About Short Feature  */
/*   07 - Our Feature  */
/*   08 - Skew Content Section  */
/*   09 - Solution Section  */
/*   10 - Our Work  */
/*   11 - Testimonial Style One  */
/*   12 - Theme Counter  */
/*   13 - Contact US  */
/*   14 - Footer   */
/*   15 - Instructor Banner  */
/*   16 - Footer  */
/*   17 - Contact Management  */
/*   18 - Digital Specialists  */
/*   19 - Pricing Table  */
/*   20 - Our News */
/*   21 - Testimonial Style two  */
/*   22 - Inner Banner  */
/*   23 - Service Details  */
/*   24 - Our Gallery  */
/*   25 - Gallery Details  */
/*   26 - Our Blog   */
/*   27 - Blog Details  */
/*   28 - Shop Page  */
/*   29 - FAQ  */
/*   30 - Testimonial Showcase  */

/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Source+Sans+Pro:300,400,600,700|Playfair+Display:400,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- Mega menu ------*/
@import url('../vendor/bootstrap-mega-menu/css/menu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');
/*------------ Range Slider ------------*/
@import url('../vendor/bootstrap-slider-master/dist/css/bootstrap-slider.min.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 62px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
:root {
  --w: 128px;
  --h: 128px;
  --start-pos: translateZ(-8rem) rotateX(330deg) rotateY(-45deg);
  --end-pos: translateZ(-8rem) rotateY(180deg);
  --anim-duration: 350ms;
  --half-w: calc(var(--w) / 2);
  --half-h: calc(var(--h) / 2);
}
/*==================== Click Top ====================*/
.scroll-top {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  position: fixed;
  bottom: 5px;
  right: 15px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: none;
  background: #3c3c3c;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src:
    url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
    /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg')
      format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
body .main-page-wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #211f1f;
  font-family: 'Playfair Display', serif;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
}
h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
}
h4 {
  font-size: 22px;
  font-weight: 500;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  font-weight: 600;
}
p {
  line-height: 32px;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.m-top0 {
  margin-top: 0 !important;
}
.m-bottom0 {
  margin-bottom: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m0 {
  margin: 0 !important;
}
/*--------------------- Transition --------------------*/
.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.main-page-wrapper .theme-button-one,
.bootstrap-select.btn-group .dropdown-menu li a,
.bootstrap-select.btn-group .dropdown-menu li a span,
#mega-menu-wrapper .nav li.signUp a,
.theme-button-two,
.about-short-feature .play-button,
.skew-content-section .image-box .play-button,
.solution-section .single-block,
.our-service .single-service,
.testimonial-style-one .testimonial-slider-one .client-caption-box:before,
.theme-footer .top-footer .footer-logo ul li a,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .single-figure,
.pricing-table .single-figure .package-name h3,
.pricing-table .single-figure .package-name .price,
.pricing-table .single-figure .package-feature ul li,
.pricing-table .single-figure .package-feature ul li:before,
.pricing-table .single-figure .package-feature p,
.theme-footer .top-footer .footer-list ul li a,
.owl-theme .owl-dots .owl-dot span,
.testimonial-style-two .video-playback .play-button,
.pricing-table .pricing-tab-switch .all-price-details,
.pricing-table .single-figure .get-package,
.digital-specialist .discover,
.digital-specialist .discover i,
.theme-inner-banner ul li a,
.service-details .social-icon li a,
.reply-comment form button,
.mixitUp-menu li:before,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text,
.gallery-wrapper .view-more,
.page-pagination li a,
.single-blog-post .post-info li a,
.blog-sidebar .blog-list ul li a,
.blog-sidebar .sidebar-latest-post li a,
.team-style-one .single-member .image .tag,
.team-style-one .single-member .text ul li a,
.team-style-two .single-member .text ul li a,
.team-style-two .single-member .text h5,
.team-style-two .single-member .text p,
.team-style-two .single-member .text,
.team-style-one .single-member .text h5,
.team-style-one .single-member .text,
.team-style-one .single-member .text h5,
.team-style-one .single-member .text p,
.theme-footer .top-footer .footer-newsletter form button,
.theme-footer .top-footer .footer-newsletter .get-touch,
.blog-sidebar .sidebar-email-update button,
.blog-sidebar .sidebar-email-update button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tran4s,
#mega-menu-wrapper .nav > li > a:before,
.our-news .single-news .image-box img,
.gallery-wrapper .single-portfolio-item .image-box .overlay {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*----------------------- Theme Default color file  -------------------*/
#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li:hover a,
.theme-inner-banner ul li a:hover,
.theme-footer.text-color-dark.white-bg .footer-top-content .footer-list-item ul li a:hover,
.gallery-wrapper .view-more,
.page-pagination li a,
.single-blog-post:hover h2 a,
.single-blog-post .read-more,
.single-blog-post .post-info li a:hover,
.theme-button-two:hover,
.blog-sidebar .sidebar-search button,
.blog-sidebar .blog-list ul li a i,
.blog-sidebar .blog-list ul li a:hover,
.blog-sidebar .sidebar-latest-post li:hover a,
.our-feature .single-feature-box i,
.blog-details .tag-option ul.float-left li a,
.shop-sidebar .sidebar-shop-categories ul li a:hover,
.shop-sidebar .shop-popular-product ul li .name h6 a:hover,
.shop-product .single-product:hover .info h6 a,
.faq .faq-panel .panel-group .panel-heading.active-panel a:before,
.testimonial-section .title,
.latest-news .single-news .post .read-more,
.team-section .title,
.team-style-one .single-member:hover .text h5,
.team-style-one .single-member .text.bg-white ul li a:hover,
.why-choose-us .single-feature h4 a:hover,
.service-style-four .single-service-box:hover .text h5 a,
#theme-main-banner .camera_caption p span,
.testimonial-section .theme-title p,
.our-service .single-service h4 a:hover,
.latest-news .single-news .post h4 a:hover,
.consultation-banner .container .theme-button-one.s-color,
.theme-footer .top-footer .footer-logo ul li a:hover,
.our-feature .single-feature-box h5 a:hover,
.theme-footer .top-footer .footer-list ul li a:hover,
.theme-footer .top-footer .footer-newsletter .get-touch:hover,
.theme-footer .bottom-footer p a,
.shop-sidebar .shop-popular-product ul li .name strong,
.shop-details .single-product-details .product-order-details .price li:first-child,
.our-feature.service-style-three .single-feature-box i,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .pricing-tab-switch h3 span,
.pricing-table .pricing-tab-switch .all-price-details:hover,
.pricing-table .single-figure .package-feature ul li:before,
.pricing-table .single-figure .get-package {
  color: #808000;
}
.theme-title-one:before,
.main-page-wrapper .theme-button-one,
#mega-menu-wrapper .nav > li > a:before,
#mega-menu-wrapper .nav li.signUp a:hover,
.service-details .social-icon li a:hover,
.service-details .virtual-sales h6:before,
.service-details .virtual-sales ul li:before,
.reply-comment form button,
.mixitUp-menu li:before,
.gallery-wrapper .view-more:hover,
.gallery-details .main-content-wrapper .project-information h5:before,
.about-short-feature .play-button,
.gallery-details .main-content-wrapper .project-information ul:before,
.page-pagination li a:hover,
.blog-sidebar .sidebar-email-update button,
.testimonial-style-one .testimonial-slider-one .client-caption-box:before,
.shop-product .single-product:hover .info > a,
.shop-pagination li a:hover,
.shop-pagination li.active a,
.shop-details .single-product-details .product-order-details .clearfix ul li button,
.shop-details .single-product-details .product-order-details .clearfix a,
.shop-sidebar .search button:hover,
.testimonial-style-two .grey-bg .owl-theme .owl-dots .owl-dot.active span,
.team-style-one .single-member .image .tag,
.team-style-one .single-member .text ul li a:hover,
.team-style-two .single-member:hover .text,
.team-style-one .single-member:hover .text.bg-white,
#mega-menu-wrapper .navbar-toggle .icon-bar,
.what-we-do [class*='col']:nth-child(even) .single-feature .number,
.theme-footer .top-footer .footer-newsletter form button,
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a,
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a:hover,
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a:focus,
.pricing-table .single-figure .get-package:hover {
  background: #808000;
}
.gallery-wrapper .view-more:hover,
.page-pagination li a:hover,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .single-figure .get-package {
  border-color: #808000;
}

.main-page-wrapper .theme-button-one.s-color,
#mega-menu-wrapper .nav li.signUp a,
.about-short-feature .play-button:hover,
.what-we-do [class*='col']:nth-child(odd) .single-feature .number,
.skew-content-section .text-box,
.our-work .gallery-content-wrapper .single-block .overlay a:hover,
.contact-us-section .contact-us form input[type='submit'],
.latest-news-slider .owl-dots .owl-dot.active span,
.latest-news-slider .owl-dots .owl-dot:hover span,
.consultation-banner,
.theme-footer .top-footer .footer-newsletter form button:hover,
.shop-sidebar .search button,
.shop-sidebar h4:before,
.shop-product .single-product .info > a,
.shop-pagination li a,
.shop-details .single-product-details .product-order-details .clearfix a:hover,
.shop-details .related-product h4:before,
.blog-sidebar .sidebar-email-update button:hover {
  background: #6b8e23;
}
.theme-footer .top-footer .footer-newsletter .get-touch {
  color: #6b8e23;
}
.theme-button-two,
.single-blog-post .read-more:hover,
.team-style-one .single-member .text {
  border-bottom-color: #808000;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name,
.team-style-two .single-member .text {
  border-left-color: #808000;
}
/*------------- Hover -----------*/
.hvr-shutter-out-horizontal:before {
  background: #6b8e23;
}
.hvr-shutter-out-horizontal.s-color:before {
  background: #808000;
}

/*---------------------- Theme Title ---------------------*/
.theme-title-one {
  position: relative;
  padding-top: 28px;
}
.theme-title-one:before {
  content: '';
  width: 72px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-title-one.text-center:before {
  left: 50%;
  margin-left: -36px;
}
.theme-title-one .theme-button-one,
.theme-title-one .theme-button-two {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.theme-title-three .theme-button-one {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.theme-title-one p {
  margin: 55px 0 0 0;
  font-size: 18px;
  line-height: 36px;
  width: 76%;
}
.shadow-text {
  font-family: 'Poppins', sans-serif;
  font-size: 332px;
  font-weight: 600;
  line-height: 0;
  position: absolute;
  color: #f3f3f3;
  top: -27px;
  left: 0;
  z-index: -1;
}
/*----- Title Two ------*/
.theme-title-two {
  position: relative;
  z-index: 10;
}
.theme-title-two h2 {
  font-size: 42px;
}
.theme-title-two p {
  font-size: 18px;
  line-height: 36px;
  padding-top: 25px;
}
/*------ Title Three ------*/
.theme-title-three {
  position: relative;
  padding: 50px 0 0 0;
}
.theme-title-three h2 {
  font-size: 42px;
  line-height: 55px;
}
.theme-title-three span {
  font-family: 'Poppins', sans-serif;
  font-size: 81px;
  color: #ebebeb;
  position: absolute;
  left: -5px;
  z-index: -1;
  font-weight: 500;
  top: 0;
}
.theme-title-three.bottom-text span {
  bottom: 0;
  top: auto;
}
.theme-title-three.text-center span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.theme-title-three.bottom-text {
  padding: 0 0 45px 0;
}
/*------ Title Four ------*/
.theme-title-four h6 {
  font-family: 'Poppins', sans-serif;
  color: #5c6a6d;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.theme-title-four h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}
.theme-title-four p {
  font-size: 20px;
  line-height: 35px;
  padding-top: 25px;
}
.theme-title-four .theme-button-one {
  margin-top: 45px;
}
/*---------------------- Theme Button ---------------------*/
.main-page-wrapper .theme-button-one {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  padding: 0 45px;
  text-transform: uppercase;
  border-radius: 20px;
}
.main-page-wrapper .theme-button-one.s-color {
  color: rgb(255 255 255 / 80%);
}
.main-page-wrapper .theme-button-one.s-color:hover {
  color: #fff;
}
.theme-button-two {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
/*------------------------------ Theme menu ----------------------*/
.theme-menu-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 75px 0 20px 0;
  background: transparent;
}
.theme-menu-wrapper .content-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mega-menu-wrapper .nav li.signUp a {
  line-height: 50px;
  color: #ffffff;
  padding: 0 50px;
  border-radius: 21px;
  margin: 0 0 0 20px;
}
#mega-menu-wrapper .nav li.signUp a:before {
  display: none;
}
#mega-menu-wrapper .nav li.signUp a:hover {
  color: #fff;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.theme-menu-wrapper.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 10px 0;
  background: #1a1717;
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}
/* ------------------------------- Theme Banner ------------------------- */
.camera_wrap {
  float: none;
}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#theme-main-banner .camera_overlayer:before {
  content: url(../images/home/shape.png);
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 1;
}
#theme-main-banner .camera_overlayer:after {
  content: url(../images/home/shape2.png);
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: 1;
}
#theme-main-banner .main-container {
  position: relative;
}
#theme-main-banner .camera_caption {
  height: 100%;
}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#theme-main-banner .camera_caption > div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption a {
  vertical-align: middle;
  margin: 10px 8px;
}
#theme-main-banner .camera_caption h1 {
  color: #fff;
  line-height: 66px;
  margin-top: 40px;
}
#theme-main-banner .camera_caption p {
  font-size: 18px;
  margin: 45px 0 75px 0;
}
/*-------------------- Banner Bottom Subscription ---------------*/
.banner-bottom-subscription {
  background: #f4f4f4;
  padding: 120px 0 100px 0;
}
.banner-bottom-subscription h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.banner-bottom-subscription p {
  text-align: center;
  font-size: 18px;
  padding: 30px 0 50px 0;
}
.banner-bottom-subscription .wrapper {
  padding: 0 30px;
}
.banner-bottom-subscription .wrapper form input {
  width: 100%;
  border: none;
  border-radius: 20px;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 25px;
}
/*---------------------- What We Do -------------------------*/
.what-we-do {
  padding: 140px 0 130px 0;
}
.what-we-do .theme-title {
  margin-bottom: 50px;
}
.what-we-do .single-feature {
  margin-top: 60px;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 70px 5px 55px 5px;
  text-align: center;
}
.what-we-do .single-feature h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.what-we-do .single-feature p {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}
.what-we-do .single-feature .number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  font-size: 28px;
  color: rgb(255 255 255 / 80%);
  position: absolute;
  top: 0;
  left: 50%;
  margin: -28px 0 0 -28px;
  z-index: 1;
}
/*------------------------- Why Choose Us ---------------------*/
.why-choose-us {
  padding: 140px 0 80px 0;
}
.why-choose-us .theme-title-four h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #5c6a6d;
  line-height: 35px;
  margin-top: 30px;
}
.why-choose-us .theme-title {
  margin-bottom: 70px;
}
.why-choose-us .single-feature {
  position: relative;
  padding: 0 0 50px 85px;
}
.why-choose-us .single-feature h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #211f1f;
}
.why-choose-us .single-feature p {
  line-height: 34px;
  margin-top: 15px;
}
.why-choose-us .single-feature .icon {
  position: absolute;
  top: 0;
  left: 0;
}
/*----------------------- Mockup Banner ----------------------*/
.mockup-banner {
  background: url(../images/home/pattern.jpg) no-repeat center;
}
.mockup-banner .container {
  position: relative;
}
.mockup-banner .opacity {
  background: rgba(58, 215, 101, 0.94);
  overflow: hidden;
  padding-bottom: 100px;
}
.mockup-banner .opacity h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  padding: 100px 0 28px 0;
}
.mockup-banner .opacity h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 60px;
}
.mockup-banner .opacity .theme-button-one.fix {
  background: #fff;
  margin-left: 12px;
}
.mockup-banner .opacity .theme-button-one:hover {
  background: #252525 !important;
}
.mockup-banner .opacity .mockup {
  position: absolute;
  top: 0;
  right: -420px;
}
/*--------------------- Our Service -------------------------*/
.our-service {
  background: #f8f8f8;
  padding: 120px 0 110px 0;
}
.our-service .theme-title {
  margin-bottom: 50px;
}
.our-service .single-service {
  background: #fff;
  text-align: center;
  padding: 40px 20px 50px 20px;
  margin-top: 40px;
  height: 510px;
}
.our-service .single-service img {
  margin: 0 auto;
}
.our-service .single-service h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin: 30px 0 25px 0;
}
.our-service .single-service p {
  line-height: 34px;
}
.our-service .single-service:hover {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.04);
}
/*----------------------- Latest News ---------------------*/
.latest-news {
  margin-bottom: 120px;
}
.latest-news .single-news .image img {
  width: 100%;
}
.latest-news .single-news .post {
  text-align: center;
  padding: 40px 20px 0 20px;
}
.latest-news .theme-title {
  margin-bottom: 100px;
}
.latest-news .single-news .post .date {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.latest-news .single-news .post h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  line-height: 35px;
  margin: 25px 0 30px 0;
}
.latest-news .single-news .post .read-more {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.latest-news .single-news .post .read-more i {
  font-size: 12px;
  margin-left: 5px;
}
.latest-news-slider .item {
  margin: 0 15px;
}
.latest-news-slider .owl-dots .owl-dot span {
  background: #e9e5e5;
  margin: 0 5px;
}
.latest-news-slider .owl-dots .owl-dot.active span,
.latest-news-slider .owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.latest-news-slider .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
}
/*--------------------- Consultation -------------------*/
.consultation-feature {
  padding: 120px 0 100px 0;
}
.consultation-banner {
  padding: 45px 0;
  margin-top: 40px;
}
.consultation-banner h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.consultation-banner .container .theme-button-one.s-color {
  background: #fff;
}
/*------------------- About Short Feature --------------------*/
.about-short-feature p {
  font-size: 22px;
  line-height: 42px;
}
.about-short-feature .theme-button-two {
  margin-top: 30px;
}
.about-short-feature .play-button {
  display: block;
  width: 78px;
  height: 78px;
  border: 7px solid #f2eeee;
  color: #fff;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.about-short-feature .play-button:hover {
  color: #fff;
}
/*--------------------------- Our Feature ------------------------*/
.our-feature {
  background: #f1efef;
  padding: 115px 0 90px 0;
  margin: 120px 0 120px 0;
}
.our-feature .theme-title {
  margin-bottom: 80px;
}
.our-feature .single-feature-box {
  background: #fff;
  text-align: center;
  padding: 30px 25px 60px 25px;
  margin-bottom: 30px;
}
.our-feature .single-feature-box i {
  font-size: 55px;
}
.our-feature .single-feature-box i.color-two {
  color: #f97794;
}
.our-feature .single-feature-box i.color-three {
  color: #08d847;
}
.our-feature .single-feature-box i.color-four {
  color: #3e50fa;
}
.our-feature .single-feature-box i.color-five {
  color: #00dbaa;
}
.our-feature .single-feature-box i.color-six {
  color: #fa8df1;
}

.our-feature .single-feature-box h5 {
  font-family: 'Poppins', sans-serif;
  margin: 15px 0 30px 0;
}
.our-feature.transparent-bg {
  background: transparent;
  padding: 0;
}
.our-feature.style-two .single-feature-box {
  padding-bottom: 0;
}
.our-feature.style-two .single-feature-box img {
  margin: 0 auto;
}
.our-feature.style-two .single-feature-box h5 {
  margin: 35px 0 25px 0;
}
.our-feature.style-two .single-feature-box p {
  font-size: 18px;
  line-height: 36px;
}
.our-feature.service-style-two .single-feature-box {
  text-align: left;
  padding: 0 35px 40px 0;
}
.our-feature.service-style-two {
  margin-bottom: 65px;
}
.our-feature.service-style-three .box-layout {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 30px;
}
.our-feature.service-style-three .single-feature-box {
  border: 1px solid #ededed;
  padding: 50px 30px 50px 30px;
}
.our-feature.service-style-three .single-feature-box h5 {
  text-transform: uppercase;
  font-weight: 500;
}
.service-style-four .theme-title-one p {
  margin-right: auto;
  margin-left: auto;
}
.service-style-four .shadow-text {
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-style-four .single-service-box h5 {
  font-weight: 500;
}
.service-style-four .single-service-box .text {
  text-align: center;
  border: 1px solid #ededed;
  border-top: none;
  padding: 35px 0 40px 0;
  margin-bottom: 30px;
}
.service-style-four .single-service-box img {
  width: 100%;
}
/*------------------------- Service Short Details -------------------*/
.service-short-details .theme-title-one {
  margin-bottom: 35px;
}
.service-short-details p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px;
}
/*------------------------ Our Work ----------------------*/
.our-work {
  padding: 140px 0;
}
.our-work img {
  margin-top: 30px;
}
/*------------------------- Testimonial ----------------------*/
.testimonial-style-one .testimonial-slider-one .client-caption-box {
  background: #fff;
  padding: 40px 35px 50px 35px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(213, 210, 210, 0.56);
  box-shadow: 0px 0px 36px 0px rgba(213, 210, 210, 0.56);
  margin: 20px 0;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box:hover:before {
  height: 3px;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box .image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0dfdf;
  margin: 0 auto;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box p {
  font-size: 18px;
  line-height: 36px;
  margin: 22px 0 30px 0;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box h6 {
  margin-bottom: 10px;
}
.testimonial-style-one .testimonial-slider-one .client-caption-box span {
  font-weight: 600;
}
.testimonial-slider-one .item {
  padding: 0 15px;
}
.testimonial-style-one .theme-title {
  margin-bottom: 50px;
}
/*------------------------ Theme Counter -----------------------*/
.theme-counter {
  margin: 90px 0 110px 0;
}
.theme-counter .theme-title {
  margin-bottom: 40px;
}
.theme-counter .single-box {
  text-align: center;
  margin-top: 50px;
}
.theme-counter .single-box .number {
  font-size: 45px;
}
.theme-counter .single-box p {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 18px;
}
/*---------------------- Contact US  -------------------*/
.contact-us-section {
  margin-bottom: 140px;
}
.contact-us-section .half-figure {
  width: 50%;
  height: 550px;
  position: relative;
}
.contact-us-section .half-figure .map-canvas {
  height: 100%;
  width: 100%;
}
.si-content {
  text-align: center;
  width: 200px;
}
.si-has-border .si-content-wrapper {
  border: none;
}
.si-shadow-wrapper-top {
  opacity: 0;
}
.contact-us-section .our-map .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
}
.contact-us-section .our-map .title h2,
.contact-us-section .contact-us .wrapper {
  max-width: 585px;
}
.contact-us-section .our-map .title h2 {
  font-size: 42px;
  line-height: 65px;
  padding-right: 55px;
}
.contact-us-section .our-map .title h2 span {
  display: inline-block;
  position: relative;
}
.contact-us-section .our-map .title h2 span:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.contact-us-section .contact-us .opacity {
  height: 100%;
}
.contact-us-section .contact-us .wrapper {
  padding: 40px 0 0 65px;
}
.contact-us-section .contact-us form input[type='text'],
.contact-us-section .contact-us form input[type='email'],
.contact-us-section .contact-us form textarea {
  width: 100%;
  padding: 0;
  border: none;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #d7d4d4;
  font-size: 18px;
  height: 50px;
  margin-bottom: 30px;
  background: transparent;
}
.contact-us-section .contact-us form input[type='submit'] {
  width: 185px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.contact-us-section .contact-us form input[type='submit']:hover {
  background: #212121;
}
.contact-us-section .contact-us form textarea {
  margin-top: 60px;
  resize: none;
}
/*----- Form color Grey -----*/
.contact-us-section .contact-us form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-us-section .contact-us form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-us-section .contact-us form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-us-section .contact-us form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
/*======================== Contact Address ==================*/
.contact-address {
  padding-bottom: 120px;
}
.contact-address .address-box {
  text-align: center;
  padding: 30px 0 38px 0;
  margin-bottom: 30px;
}
.contact-address .address-box.color-one {
  background: #08d847;
}
.contact-address .address-box.color-two {
  background: #fa8df1;
}
.contact-address .address-box.color-three {
  background: #3e50fa;
}
.contact-address .address-box i {
  font-size: 60px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.contact-address .address-box p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width: 500px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 250px);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p {
  color: #26ace3;
}
#error p {
  color: #c9182b;
}
#error button,
#success button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border: none;
  border-bottom: 1px solid #f03838 !important;
}
/*----------------------- Footer ---------------------*/
.theme-footer {
  background: #161212;
  padding-top: 65px;
}
.theme-footer .top-footer h6 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}
.theme-footer .top-footer .footer-logo p {
  font-size: 17px;
  line-height: 34px;
  color: #bbbbbb;
  padding: 50px 0 55px 0;
}
.theme-footer .top-footer .footer-logo ul li {
  display: inline-block;
}
.theme-footer .top-footer .footer-logo ul li a {
  color: #bbbbbb;
  margin-right: 35px;
  font-size: 18px;
}
.theme-footer .top-footer .footer-logo ul li:last-child a {
  margin: 0;
}
.theme-footer .top-footer .footer-list ul li a {
  color: #bbbbbb;
  margin-bottom: 18px;
}
.theme-footer .top-footer .footer-list ul li:last-child a {
  margin: 0;
}
.theme-footer .top-footer .footer-newsletter p {
  color: #bbbbbb;
}
.theme-footer .top-footer .footer-newsletter form {
  height: 50px;
  position: relative;
  margin: 40px 0 65px 0;
}
.theme-footer .top-footer .footer-newsletter form input {
  width: 100%;
  border: none;
  height: 100%;
  background: #282525;
  border-radius: 10px;
  padding: 0 72px 0 15px;
  color: #bbbbbb;
}
.theme-footer .top-footer .footer-newsletter form button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 65px;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
}
.theme-footer .top-footer .footer-newsletter .get-touch {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.theme-footer .top-footer .footer-newsletter .get-touch i {
  color: #bbbbbb;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: 2px;
}
.theme-footer .bottom-footer {
  background: #1a1717;
  padding: 15px 0;
  margin-top: 90px;
  text-align: center;
}
.theme-footer .bottom-footer p {
  font-family: 'Poppins', sans-serif;
  color: #bbbbbb;
}
/*--------------------- Partner Logo Section One ----------------------*/
.partent-logo-section-one {
  background: #f4f4f4;
  padding: 85px 0;
}
.partent-logo-section-one .item img {
  margin: 0 auto;
}

/*------------------------ Digital Specialists ----------------*/
.digital-specialist.space-fix {
  margin: 140px 0;
}
.digital-specialist {
  position: relative;
}
.digital-specialist p {
  font-size: 18px;
  line-height: 36px;
  margin: 15px 0 45px 0;
}
.digital-specialist:before {
  content: '';
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.digital-specialist.half-image-one:before {
  background: url(../images/home/9.jpg) no-repeat center;
}
.digital-specialist.half-image-two:before {
  background: url(../images/home/14.jpg) no-repeat center;
  right: auto;
  left: 0;
}
.digital-specialist .discover {
  font-weight: 600;
  font-size: 20px;
  color: #101010;
  margin-bottom: 35px;
}
.digital-specialist .discover i {
  width: 75px;
  height: 75px;
  line-height: 65px;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  text-align: center;
  color: #b4b1b4;
  margin-right: 18px;
}
.digital-specialist .discover:hover i {
  color: #fff;
}
/*---------------------- Pricing Table -------------------*/
.pricing-table {
  margin-top: 140px;
}
.pricing-table .main-bg-wrapper {
  background: #f7f7f7;
  padding: 85px 0 60px 0;
  margin: 60px 0 0 0;
}
.pricing-table .pricing-tab-switch h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 29px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 45px;
}
.pricing-table .pricing-tab-switch .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.pricing-table .pricing-tab-switch.text-center {
  margin-bottom: 85px;
}
.pricing-table .pricing-tab-switch .nav-tabs li a {
  width: 165px;
  line-height: 43px;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  background: transparent;
  padding: 0;
}
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a,
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a:hover,
.pricing-table .pricing-tab-switch .nav-tabs > li.active > a:focus {
  color: #fff;
}
.pricing-table .pricing-tab-switch .nav-tabs {
  border: none;
}
.pricing-table .single-figure {
  background: #fff;
  overflow: hidden;
  padding: 0 0 55px 0;
  position: relative;
  margin-bottom: 40px;
}
.pricing-table .single-figure .package-name {
  text-align: center;
  padding: 95px 0 0 0;
}
.pricing-table .single-figure .package-name h3 {
  text-transform: uppercase;
  font-size: 25px;
}
.pricing-table .single-figure .package-name .price {
  color: #101010;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 600;
}
.pricing-table .single-figure .package-feature {
  padding: 35px 20px 45px 70px;
  position: relative;
  z-index: 99;
}
.pricing-table .single-figure .package-feature p {
  font-size: 18px;
  line-height: 35px;
}
.pricing-table .single-figure .package-feature ul li {
  font-size: 18px;
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}
.pricing-table .single-figure .package-feature ul li:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
}
.pricing-table .single-figure .get-package {
  width: 220px;
  line-height: 43px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  border-radius: 22px;
  border-width: 1px;
  border-style: solid;
}
.pricing-table.style-one .single-figure:hover .package-name h3,
.pricing-table.style-one .single-figure:hover .package-name .price,
.pricing-table.style-one .single-figure:hover .package-feature ul li,
.pricing-table.style-one .single-figure:hover .package-feature ul li:before,
.pricing-table.style-one .single-figure:hover .package-feature p {
  color: #fff;
}
.pricing-table .single-figure:before {
  content: '';
  width: 430px;
  height: 185px;
  background: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: -24%;
  left: -30px;
}
.pricing-table.style-two .pricing-tab-switch h3 {
  margin-top: 70px;
}
.pricing-table .pricing-tab-switch p {
  font-size: 18px;
  line-height: 36px;
  margin: 78px 0 45px 0;
}
.pricing-table .pricing-tab-switch .all-price-details {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #101010;
}
.pricing-table.style-two .single-figure .get-package:hover {
  color: #fff;
}
/*------------------------ Our News ---------------------*/
.our-news {
  margin-bottom: 120px;
}
.our-news .theme-title-three span {
  position: relative;
  -webkit-transform: none;
  transform: none;
  left: auto;
}
.our-news .theme-title-three {
  padding: 0;
}
.our-news .box-layout-wrapper {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 40px;
}
.our-news .single-news {
  margin-bottom: 40px;
}
.our-news .single-news .image-box {
  position: relative;
  overflow: hidden;
}
.our-news .single-news .image-box img {
  width: 100%;
}
.our-news .single-news:hover .image-box img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.our-news .single-news .image-box .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.our-news .single-news .text {
  padding: 22px 30px;
  margin-top: 2px;
}
.our-news .single-news .text a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.our-news .single-news .text.color-one {
  background: rgba(161, 169, 7, 0.87);
}
.our-news .single-news .text.color-two {
  background: rgba(62, 79, 250, 0.87);
}
.our-news .single-news .text.color-three {
  background: rgba(18, 215, 25, 0.87);
}
.our-news .single-news .text.color-four {
  background: rgba(254, 39, 125, 0.87);
}
/*------------------ Testimonial Style two -------------------*/
.testimonial-style-two {
  margin: 120px 0 140px 0;
}
.testimonial-style-two .main-slider-wrapper .section-half {
  width: 50%;
  float: left;
  position: relative;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text.dark-bg {
  background: #1f1a1a;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg {
  background: #f6f6f6;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text {
  padding: 100px 0 60px 0;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper {
  max-width: 585px;
  padding-right: 65px;
  float: right;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .item p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 70px;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name h4,
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .item p,
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name span {
  color: #fff;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name h4 {
  margin-bottom: 10px;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name {
  padding: 18px 0 18px 30px;
  margin-left: 25px;
  border-left-width: 1px;
  border-left-style: solid;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name img {
  margin-top: 12px;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .client-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 30px 0 0 60px;
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  padding: 0;
  border-radius: 0;
  background: #312b2b;
  margin: 0 5px;
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span {
  width: 38px;
  height: 2px;
}
.owl-theme .owl-nav {
  margin: 0;
}
.testimonial-style-two .owl-theme .owl-dots {
  position: absolute;
  right: 40%;
  bottom: 10px;
}
.testimonial-style-two .video-playback {
  height: 544px;
  text-align: center;
}
.testimonial-style-two .video-playback .opacity {
  background: rgba(12, 12, 12, 0.55);
  height: 100%;
}
.testimonial-style-two .video-playback.bg-one {
  background: url(../images/home/13.jpg) no-repeat center center;
  background-size: cover;
}
.testimonial-style-two .video-playback.bg-two {
  background: url(../images/home/16.jpg) no-repeat center center;
  background-size: cover;
}
.testimonial-style-two .video-playback .play-button {
  display: block;
  width: 90px;
  height: 90px;
  border: 8px solid #8f8d8d;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #c4c4c4;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-style-two .video-playback .play-button:hover {
  border-color: #fff;
}
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .name h4,
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .item p,
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .name span {
  color: #2c2727;
}
.testimonial-style-two .grey-bg .owl-theme .owl-dots .owl-dot span {
  background: #dfdede;
}
/*------------------------ Inner Banner ----------------------*/
.theme-inner-banner {
  margin-bottom: 150px;
}
.theme-inner-banner .opacity {
  background: rgba(0, 0, 0, 0.7);
  padding: 250px 0 0 0;
}
.theme-inner-banner .theme-title-one:before {
  width: 100px;
  height: 2px;
}
.theme-inner-banner .theme-title-one h2 {
  font-size: 50px;
  color: #fff;
}
.theme-inner-banner .theme-title-one {
  padding-top: 20px;
}
.theme-inner-banner .theme-title-one p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  margin: 30px 0 80px 0;
}
.theme-inner-banner ul {
  text-align: center;
}
.theme-inner-banner ul li {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  margin: 0 2px;
}
.theme-inner-banner ul li a {
  color: #fff;
}
.theme-inner-banner .wrapper {
  position: relative;
  padding-bottom: 25px;
}
.theme-inner-banner .wrapper .theme-button-one {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
/*--------------- Service Details --------------- */
.service-details {
  margin-bottom: 140px;
}
.service-details .social-icon {
  text-align: right;
  margin-top: 30px;
}
.service-details .social-icon li {
  display: inline-block;
  text-align: center;
}
.service-details .social-icon li a {
  width: 42px;
  height: 58px;
  line-height: 58px;
  border-radius: 21px;
  color: #4f4f4f;
  background: #ebebeb;
  margin-left: 15px;
  font-size: 18px;
}
.service-details .social-icon li a:hover {
  color: #fff;
}
.service-details .details-text-wrapper p {
  font-size: 18px;
  line-height: 36px;
  margin: 45px 0 50px 0;
}
.service-details .service-feature {
  padding-top: 35px;
}
.service-details .service-feature .feature-box {
  height: 112px;
  line-height: 112px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 55px;
  margin-bottom: 20px;
}
.service-details .service-feature .feature-box.color-one {
  background: #fda5b6;
}
.service-details .service-feature .feature-box.color-two {
  background: #00dbaa;
}
.service-details .service-feature .feature-box.color-three {
  background: #3e50fa;
}
.service-details .service-feature .feature-box.color-four {
  background: #fdb3f7;
}

.service-details .service-feature h6 {
  line-height: 30px;
  text-align: center;
  color: #4f4f4f;
  font-weight: 500;
  font-size: 20px;
}
.service-details .service-feature .theme-button-one {
  border-radius: 20px;
}
.service-details .service-feature ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #4f4f4f;
  padding: 0 0 35px 45px;
  position: relative;
}
.service-details .service-feature ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 10px;
}
.service-details .service-feature ul li:nth-child(1):before {
  background: #fda5b6;
}
.service-details .service-feature ul li:nth-child(2):before {
  background: #00dbaa;
}
.service-details .service-feature ul li:nth-child(3):before {
  background: #3e50fa;
}
.service-details .service-feature ul li:nth-child(4):before {
  background: #fdb3f7;
}
.service-details .service-feature ul li:nth-child(5):before {
  background: #f97794;
}
.service-details .virtual-sales h6 {
  text-transform: uppercase;
  color: #4f4f4f;
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  margin-bottom: 55px;
}
.service-details .virtual-sales h6:before {
  content: '';
  width: 58px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-details .virtual-sales {
  padding: 95px 0 95px 0;
}
.service-details .virtual-sales ul li {
  float: left;
  width: 33.333333%;
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 600;
  margin-bottom: 45px;
}
.service-details .virtual-sales ul li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 6px;
  left: 0;
}
.theme-comment-box {
  padding-bottom: 40px;
}
.theme-comment-box .single-comment .image-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e2e0e0;
  float: left;
}
.theme-comment-box .single-comment .comment {
  float: left;
  width: calc(100% - 100px);
  padding-left: 35px;
}
.theme-comment-box .single-comment .comment .commnet-text {
  border: 1px solid #e8e6e6;
  border-radius: 45px;
  padding: 35px 100px 30px 60px;
  position: relative;
}
.theme-comment-box .single-comment .comment .commnet-text h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
}
.theme-comment-box .single-comment .comment .commnet-text p {
  margin-top: 25px;
}
.theme-comment-box .single-comment .comment .commnet-text img {
  position: absolute;
  top: 35px;
  right: 100px;
}
.theme-comment-box .single-comment {
  margin-bottom: 50px;
}
.reply-comment form {
  padding-top: 60px;
}
.reply-comment form input {
  width: 100%;
  border: 1px solid #e8e6e6;
  border-radius: 20px;
  padding: 0 30px;
  margin-bottom: 50px;
  height: 55px;
}
.reply-comment form textarea {
  width: 100%;
  border: 1px solid #e8e6e6;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 55px;
  height: 250px;
  max-width: 100%;
  max-height: 250px;
  resize: none;
}
.reply-comment form button {
  font-family: 'Poppins', sans-serif;
  width: 240px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
}
.reply-comment form button:hover {
  background: #252525;
}
/*----------------- Our Gallery ----------------*/
.our-gallery {
  margin-bottom: 110px;
}
.our-gallery .container {
  position: relative;
}
.our-gallery .shadow-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  top: 38px;
  left: -100px;
}
.our-gallery .theme-title-one {
  margin-bottom: 100px;
}
#mixitUp-item .mix {
  display: none;
}
.mixitUp-menu {
  text-align: center;
  margin-bottom: 85px;
}
.mixitUp-menu li {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin: 5px 10px;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.mixitUp-menu li:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -12px;
}
.mixitUp-menu li.active:before {
  width: 100%;
}
.gallery-wrapper .single-portfolio-item .image-box {
  position: relative;
  overflow: hidden;
}
.gallery-wrapper .single-portfolio-item .image-box img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.gallery-wrapper .single-portfolio-item:hover .image-box img {
  -webkit-transform: scale3D(1, 1, 1);
  transform: scale3D(1, 1, 1);
}
.gallery-wrapper .single-portfolio-item .image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(58, 215, 101, 0.9);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.gallery-wrapper .single-portfolio-item:hover .image-box .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-wrapper .single-portfolio-item .image-box .overlay .zoom-view {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 25px;
}
.gallery-wrapper .single-portfolio-item .image-box .overlay .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  text-align: center;
}
.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text span {
  color: #fff;
}
.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a {
  font-weight: 500;
  margin-bottom: 20px;
}
.gallery-wrapper .single-portfolio-item {
  margin-bottom: 30px;
}
.gallery-wrapper .view-more {
  display: block;
  width: 207px;
  line-height: 51px;
  border: 2px solid #e7e7e7;
  margin: 70px auto 0 auto;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.gallery-wrapper .view-more:hover {
  color: #fff;
}
.our-gallery .box-layout {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 75px;
}
.our-gallery .full-width {
  max-width: 1920px;
  margin: 0 auto;
}
.our-gallery.gallery-v4 .theme-title-one p {
  margin-right: auto;
  margin-left: auto;
}
.our-gallery.gallery-v4 .shadow-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery-v4 .gallery-wrapper .single-portfolio-item .image-box .overlay {
  top: 100px;
  bottom: 100px;
  max-width: 570px;
  left: 50%;
  min-width: 500px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*------------------- Gallery Details -----------------*/
.gallery-details .container {
  position: relative;
}
.gallery-details .shadow-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  top: 0;
}
.gallery-details .theme-title-one {
  margin-bottom: 65px;
}
.gallery-details .main-content-wrapper {
  margin: 80px 0 120px 0;
}
.gallery-details .main-content-wrapper .img-box {
  margin-bottom: 60px;
}
.gallery-details .main-content-wrapper h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  line-height: 36px;
  padding-bottom: 70px;
}
.gallery-details .main-content-wrapper .project-information {
  padding-bottom: 110px;
}
.gallery-details .main-content-wrapper .project-information h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 21px;
  line-height: 36px;
  padding-bottom: 8px;
}
.gallery-details .main-content-wrapper .project-information h5:before {
  content: '';
  width: 56px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-details .main-content-wrapper .project-information p {
  margin: 32px 0 30px 0;
}
.gallery-details .main-content-wrapper .project-information ul {
  position: relative;
}
.gallery-details .main-content-wrapper .project-information ul li {
  margin-bottom: 20px;
}
.gallery-details .main-content-wrapper .project-information ul li:last-child {
  margin: 0;
}
.gallery-details .main-content-wrapper .project-information ul li b {
  color: #101010;
  width: 30%;
  display: inline-block;
}
.gallery-details .main-content-wrapper .project-information ul:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 95%;
  top: 7px;
  left: -20px;
}
.page-pagination {
  padding-top: 50px;
}
.page-pagination li a {
  display: block;
  width: 207px;
  line-height: 51px;
  border: 2px solid #f1f1f1;
  margin: 20px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.page-pagination li a:hover {
  color: #fff;
}
/*-------------------- Our Blog -------------------*/
.blog-page {
  padding-bottom: 110px;
}
.single-blog-post h2 {
  line-height: 50px;
  margin-bottom: 50px;
}
.single-blog-post .img-box {
  overflow: hidden;
}
.single-blog-post .img-box img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-blog-post:hover .img-box img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.single-blog-post .post-info li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.single-blog-post .post-info li a {
  font-size: 18px;
  color: #101010;
}
.single-blog-post .post-info {
  padding: 40px 0 40px 0;
}
.single-blog-post p {
  font-size: 18px;
  line-height: 36px;
}
.single-blog-post .read-more {
  margin-top: 20px;
  border-bottom-color: transparent;
}
.our-blog .single-blog-post {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.our-blog .single-blog-post.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.blog-sidebar .sidebar-search {
  position: relative;
}
.blog-sidebar .sidebar-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 22px 15px 0;
}
.blog-sidebar .sidebar-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  width: 20px;
}
.blog-sidebar h4 {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin: 60px 0 50px 0;
}
.blog-sidebar h4:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #aafbe1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.blog-sidebar .blog-list ul li a {
  font-size: 18px;
  color: #656565;
  margin-bottom: 25px;
}
.blog-sidebar .blog-list ul li a:hover {
  padding-left: 12px;
}
.blog-sidebar .blog-list ul li a i {
  margin-right: 20px;
}
.blog-sidebar .sidebar-latest-post li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #101010;
  margin: 6px 0 35px 0;
}
.blog-sidebar .sidebar-email-update input {
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 15px 0 20px;
  margin-bottom: 20px;
}
.blog-sidebar .sidebar-email-update button {
  width: 124px;
  height: 50px;
  font-weight: 600;
  color: #fff;
}
/*----------------------- Blog Details -----------------*/
.blog-details .single-blog-post .mark-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #2b2b2b;
  position: relative;
  margin: 50px 0 30px 0;
}
.blog-details .single-blog-post .mark-text:before {
  content: '';
  width: 100%;
  height: 16px;
  position: absolute;
  background: #aafbe1;
  top: 6px;
  left: 0;
  z-index: -1;
}
.blog-details .single-blog-post h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin: 30px 0 30px 0;
}
.blog-details .tag-option {
  margin: 22px 0 150px 0;
}
.blog-details .tag-option ul li {
  display: inline-block;
  font-size: 18px;
  color: #151515;
  line-height: 35px;
  margin-top: 30px;
  font-weight: 600;
}
.blog-details .tag-option ul li a {
  font-weight: normal;
  color: #b6b5b5;
  margin-left: 15px;
  vertical-align: middle;
}
.blog-details .tag-option ul.float-left li a {
  margin: 0;
}
.blog-details .page-pagination {
  padding-top: 100px;
}
/*----------------------- Shop Page ---------------------*/
.shop-page {
  padding-bottom: 140px;
}
.shop-sidebar .search {
  height: 45px;
  position: relative;
}
.shop-sidebar .search input {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: none;
  padding: 0 102px 0 10px;
  font-style: italic;
  font-size: 15px;
}
.shop-sidebar .search button {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  color: #fff;
}
.shop-sidebar h4 {
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.shop-sidebar h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 2px;
}
.shop-sidebar .sidebar-shop-categories {
  margin: 60px 0;
}
.shop-sidebar .sidebar-shop-categories ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #888787;
  display: block;
  margin-bottom: 15px;
}
.shop-sidebar .shop-popular-product ul li img {
  width: 100px;
}
.shop-sidebar .shop-popular-product ul li .name {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.shop-sidebar .shop-popular-product ul li .name h6 a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #242222;
  display: block;
  margin: 13px 0;
}
.shop-sidebar .shop-popular-product ul li .name strong {
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.shop-sidebar .shop-popular-product ul li {
  margin-bottom: 30px;
}
.shop-product .single-product .image {
  overflow: hidden;
}
.shop-product .single-product .image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.shop-product .single-product:hover .image img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.shop-product .single-product .info {
  border: 1px solid #f3f3f3;
  border-top: none;
  text-align: center;
  padding: 32px 0 35px 0;
  margin-bottom: 30px;
}
.shop-product .single-product .info h6 a {
  display: block;
  font-weight: 500;
}
.shop-product .single-product .info strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: block;
  color: #242222;
  font-size: 18px;
  margin: 12px 0 15px 0;
}
.shop-product .single-product .info > a {
  width: 130px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.shop-pagination {
  text-align: center;
  margin-top: 20px;
}
.shop-pagination li {
  display: inline-block;
  vertical-align: middle;
}
.shop-pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin: 0 4px;
}
.shop-pagination li:last-child a {
  font-size: 12px;
  margin-left: 12px;
}
.shop-details .single-product-details img {
  width: 54%;
}
.shop-details .single-product-details .product-order-details {
  width: 46%;
  padding-left: 30px;
}
.shop-details .single-product-details .product-order-details h3 {
  font-size: 30px;
}
.shop-details .single-product-details .product-order-details .price li {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.shop-details .single-product-details .product-order-details .price li:first-child {
  font-weight: 500;
  font-size: 32px;
}
.shop-details .single-product-details .product-order-details .price li:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  color: rgba(36, 34, 34, 0.7);
  margin: 0 12px 0 30px;
}
.shop-details .single-product-details .product-order-details .price li:nth-child(3) {
  font-size: 14px;
}
.shop-details .single-product-details .product-order-details .price {
  margin: 16px 0 3px 0;
}
.shop-details .single-product-details .product-order-details .rating li {
  display: inline-block;
  margin-right: 3px;
  color: #f86227;
}
.shop-details .single-product-details .product-order-details .rating {
  margin: 20px 0 30px 0;
}
.shop-details .single-product-details .product-order-details .clearfix ul li {
  display: inline-block;
  vertical-align: middle;
}
.shop-details .single-product-details .product-order-details .clearfix ul li button {
  width: 70px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
.shop-details .single-product-details .product-order-details .clearfix ul li input {
  height: 40px;
  width: 80px;
  border: none;
  padding: 0;
  background: #eeeded;
  text-align: center;
  font-size: 18px;
  margin: 0 2px;
  font-weight: 600;
}
.shop-details .single-product-details .product-order-details .clearfix a {
  width: 130px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.shop-details .single-product-details .product-order-details .clearfix {
  margin-top: 60px;
}
.shop-details .review-tab {
  margin: 80px 0 100px 0;
}
.shop-details .review-tab .nav-tabs > li {
  margin: 0;
}
.shop-details .review-tab .nav-tabs > li > a {
  line-height: 60px;
  font-weight: 600;
  font-size: 22px;
  color: #242222;
  border: none;
  padding: 0 55px;
  background: #eaede8;
  border-radius: 0;
}
.shop-details .review-tab .nav-tabs {
  border: none;
  margin: 0 0 40px 0;
}
.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,
.shop-details .review-tab .nav-tabs > li.active > a:focus {
  color: #fff;
  background: #808000;
}
.shop-details .review-tab .tab-pane p {
  font-size: 18px;
  line-height: 35px;
}
.shop-details .review-tab .tab-pane h4 {
  margin-bottom: 40px;
}
.shop-details .review-tab .tab-pane ul li {
  line-height: 45px;
  font-size: 18px;
}
.shop-details .related-product h4 {
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.shop-details .related-product h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 2px;
}
.shop-details .related-product .item {
  margin: 0 15px;
}
/*===================== FAQ ======================*/
.faq-page {
  padding-bottom: 120px;
}
.faq-page .faq-title h4 {
  font-size: 24px;
  font-weight: 500;
}
.faq-page .faq-title p {
  font-weight: 600;
  line-height: 36px;
  font-size: 18px;
  margin: 35px 0 65px 0;
}
.faq .faq-panel .panel-group .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #f3f3f3;
}
.faq .faq-panel .panel-group .panel-heading a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #171616;
  font-weight: 500;
  padding: 18px 45px 18px 30px;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.faq .faq-panel .panel-group .panel-heading a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 18px;
  color: #615b5b;
  position: absolute;
  right: 18px;
  top: 0;
  line-height: 52px;
}
.faq .faq-panel .panel-group .panel-heading.active-panel a:before {
  content: '';
}
.faq .faq-panel .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 40px 40px 20px 0;
}
.faq .faq-panel .panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 17px;
}
.faq .wrapper {
  padding-left: 40px;
}
/*--------------------- Testimonial Showcase ---------------------*/
.testimonial-showcase .shadow-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  top: 38px;
  left: -100px;
}
.testimonial-showcase .theme-title-one {
  margin-bottom: 140px;
}
.testimonial-section .title {
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
.testimonial-showcase .testimonial-section {
  margin-bottom: 140px;
}
.testimonial-section .testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper {
  padding: 0;
  float: none;
  width: 46%;
  margin: 0 auto;
  max-width: 100%;
}
.testimonial-section
  .testimonial-style-two
  .main-slider-wrapper
  .testimonial-text
  .wrapper
  .item
  p {
  text-align: center;
}
.testimonial-section
  .testimonial-style-two
  .main-slider-wrapper
  .testimonial-text
  .wrapper
  .client-info {
  margin-left: 100px;
}
.testimonial-section
  .testimonial-style-two
  .main-slider-wrapper
  .testimonial-text
  .wrapper
  .client-image {
  margin-left: 168px;
}
.testimonial-section .testimonial-style-two .owl-theme .owl-dots {
  right: 20%;
}
.testimonial-slider-three .single-slide-wrapper {
  padding-top: 50px;
  text-align: center;
}
.testimonial-slider-three .single-slide-wrapper .main-wrapper {
  border: 1px solid #f1f0ef;
  padding: 65px 30px 75px 30px;
  position: relative;
}
.testimonial-slider-three .single-slide-wrapper .main-wrapper h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
.testimonial-slider-three .single-slide-wrapper .main-wrapper span {
  font-weight: 600;
}
.testimonial-slider-three .single-slide-wrapper .main-wrapper p {
  font-size: 18px;
  margin-top: 40px;
}
.testimonial-slider-three .single-slide-wrapper .main-wrapper .image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 98px;
  border-radius: 50%;
}
.testimonial-slider-three .item {
  margin: 0 15px;
}
.testimonial-section .theme-title {
  margin-bottom: 45px;
}
/*--------------------- Team Showcase ---------------------*/
.team-showcase .shadow-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  top: 38px;
  left: -100px;
}
.team-showcase .theme-title-one {
  margin-bottom: 140px;
}
.team-section .title {
  font-weight: 500;
  margin-bottom: 60px;
}
.team-showcase .team-section {
  margin-bottom: 140px;
}
.team-style-one .single-member .image {
  position: relative;
  overflow: hidden;
}
.team-style-one .single-member .image img,
.team-style-two .single-member .image img {
  width: 100%;
}
.team-style-one .single-member .image .round-image {
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.team-style-one .single-member .image .tag {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  padding: 0 26px;
  bottom: 50px;
  right: -51px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.team-style-one .single-member:hover .image .tag {
  opacity: 1;
}
.team-style-one .single-member .text {
  background: #f5f5f5;
  padding: 28px 20px 30px 20px;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.team-style-one .single-member .text.bg-white {
  background: #fff;
}
.team-style-one .single-member:hover .text.bg-white h5 {
  color: #fff;
}
.team-style-one .single-member:hover .text.bg-white p {
  color: rgba(255, 255, 255, 0.7);
}
.team-style-one .single-member .text h5 {
  font-weight: 500;
}
.team-style-one .single-member .text p {
  line-height: 26px;
  margin: 15px 0 15px 0;
}
.team-style-one .single-member .text ul li {
  display: inline-block;
}
.team-style-one .single-member .text ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #d1cfcf;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.team-style-one .single-member:hover .text.bg-white ul li a {
  background: #35c75d;
}
.team-style-one .single-member .text.bg-white ul li a:hover {
  background: #fff;
}
.team-slider .item {
  margin: 0 15px;
}

.team-style-two .single-member .text {
  padding: 28px 20px 30px 20px;
  text-align: center;
  border-left-width: 1px;
  border-left-style: solid;
}
.team-style-two .single-member .text h5 {
  font-weight: 500;
}
.team-style-two .single-member .text p {
  line-height: 26px;
  margin: 28px 0 15px 0;
}
.team-style-two .single-member .text ul li {
  display: inline-block;
}
.team-style-two .single-member .text ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f6f0f0;
  color: #6f6f6f;
  margin: 0 5px;
}
.team-style-two .single-member:hover .text h5,
.team-style-two .single-member:hover .text p,
.team-style-two .single-member:hover .text ul li a {
  color: #fff;
}
.team-style-two .single-member:hover .text ul li a {
  border-color: #fff;
}

.margin-0 {
  margin: 0;
}

.news-page {
  margin-top: 50px;
}

.news-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: sticky;
  top: 70px;
  background: white;
  margin-bottom: 10px;
}

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

.searchBox label {
  margin: 0;
}

.news-list {
  list-style: none;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.news-item {
  margin: 0px 0px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 4px 6px 0px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search {
  padding: 10px;
  border-radius: 21px;
  height: 100%;
  border: 1px solid #d4d4d4;
}

.searchButton {
  line-height: 50px;
  color: #ffffff;
  padding: 0 50px;
  border-radius: 21px;
  margin: 0 0 0 20px;
  background: #6b8e23;
  transition: all 0.3s ease-in-out;
}

.searchButton:hover {
  background: #808000;
}

.page-button {
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  cursor: pointer;
}

.page-button:hover {
  background-color: #e0e0e0;
}

.page-button.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

#pagination {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
}

.pagination-button {
  line-height: 50px;
  color: #ffffff;
  padding: 0 50px;
  border-radius: 21px;
  margin: 0 0 0 20px;
  background: #6b8e23;
  transition: all 0.3s ease-in-out;
}

.pagination-button:hover {
  background: #808000;
}

#paginationContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-inner-banner--custom {
  margin-bottom: 0;
}

.pricing-table--custom {
  margin-top: 0;
}

.pricing-table--custom .main-bg-wrapper {
  margin: 0;
}

.news-item {
  height: 500px !important;
  overflow: hidden;
}

.news-item img {
  height: 200px;
}

.price-table-figure-list--account {
  overflow: hidden;
}

.uk-benefits-block {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 60px 0px;
}

.uk-benefit {
  width: 300px;
  border-radius: 25px;
  padding: 25px 15px;
  border: 1px solid #0000001c;
}

.uk-benefit-title {
  display: flex;
  gap: 15px;
}

.uk-benefit-title h4 {
  margin: 0;
}

.uk-margin-bottom-remove {
  margin-bottom: 0;
}

.uk-account-benefit {
  display: flex;
  max-width: 350px;
}

.uk-account-benefit div {
  width: 300px;
}

.uk-benefit-platform {
  border-radius: 15px;
  width: 300px;
  background-color: #adadad;
  padding: 30px 15px;
}

.uk-app-box {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding: 50px;
  width: 50%;
}

.uk-app-box .uk-button {
  margin-top: 30px;
}

.uk-faq-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.uk-faq {
  width: 300px;
}

.uk-app-box-center {
  text-align: center;
  max-width: 800px;
}

.uk-button {
  line-height: 50px;
  color: #ffffff;
  padding: 0 50px;
  border-radius: 21px;
  background: #6b8e23;
  transition: all 0.3s ease-in-out;
}

/* .uk-light{
  color: #ccc;
}

.uk-light h3 {
  color: #ccc;
} */

.blocks-box {
  margin: 120px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.download-btn {
  background-color: transparent;
  color: #e5c2a0;
  border: 2px solid #e5c2a0;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 50px;
}

.stat-block {
  display: flex;
  align-items: center;
  margin: 20px;
}

.cube-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -80px;
}

.cube {
  position: relative;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.gold {
  font-size: 3em;
  position: absolute;
  left: 10px;
  top: -20px;
  color: #b49a02;
}

.cube img {
  width: 170px;
}

.first {
  margin-left: 400px;
}

.second {
  margin-right: 400px;
}

.second .gold {
  left: 45px;
}

.third {
  margin-left: 400px;
}

.accordion {
  width: 100%;
  margin: 30px auto;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  background-color: #ccc;
  color: #333;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header.active {
  background-color: #e5c2a0;
  color: #fff;
}

.accordion-content {
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease;
  font-size: 1.6em;
}

.accordion-content p {
  margin: 15px 0;
}

.icon {
  font-size: 14px;
  transition: transform 0.3s;
}

.accordion-header.active .icon {
  transform: rotate(180deg);
}

.swiper-horizontal {
  position: relative;
}

.swiper-pagination {
  bottom: 50px !important;
}

.uk-document-list {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 960px) {
  .uk-document-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 635px) {
  .uk-document-list {
    grid-template-columns: 1fr;
  }
}

.uk-form-container {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}

.contact-block {
  color: #fff;
}

.uk-form-container div {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.588;
  background: none;
  /* 2 */
  color: #999;
  position: relative;
}

.footer-title {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.footer-logo img {
  height: 40px;
}

.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.m-6 {
  margin: 60px 0px;
}

.uk-trading-table {
  margin-top: 60px;
}

.uk-trading-table .table-header {
  background: linear-gradient(to right, #ff4eca, #4d7fff);
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.uk-trading-table table {
  width: 100%;
  border-collapse: collapse;
}

.uk-trading-table thead th {
  background-color: #e4e4e4;
  font-weight: bold;
  color: #000;
}

.uk-trading-table tbody tr:nth-child(odd) {
  background-color: #bbbbbb;
}

.uk-trading-table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

.uk-trading-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.uk-trading-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.uk-trading-table .exceptions-header {
  background-color: #1e1e2f;
  font-weight: bold;
  color: #000;
}

.trade-warning {
  color: #ccc;
  border-radius: 10px;
  padding: 18px 20px;
  text-align: left;
}

.trade-warning h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
}

.mb-1 {
  margin-bottom: 0.6125rem !important;
}

.mb-0 {
  margin-bottom: 0;
}

.swaps-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.swaps-table th {
  background-color: #d9e2ec;
}

.swaps-table th,
.swaps-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
}

.uk-trading-table th,
.uk-trading-table td {
  padding: 15px;
  text-align: left;
}

.footer-link {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.center-doc {
  justify-content: center;
}

.logo {
  display: flex;
  align-items: flex-end;
}

.contacts-footer {
  display: flex;
  gap: 10px;
  color: white;
}
